Skip to content

Regenerate client from commit c97c2c3 of spec repo #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"spec_versions": {
"v2": {
"apigentools_version": "1.1.0",
"regenerated": "2022-08-03 08:16:44.914030",
"spec_repo_commit": "634e010"
"regenerated": "2022-12-01 13:19:38.725103",
"spec_repo_commit": "c97c2c3"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arduino/arduino-iot-client",
"version": "1.4.2",
"version": "1.4.3",
"description": "Provides_a_set_of_endpoints_to_manage_Arduino_IoT_Cloud_Devices_Things_Properties_and_Timeseries__This_API_can_be_called_just_with_any_HTTP_Client_or_using_one_of_these_clients__Javascript_NPM_package_https__www_npmjs_com_package_arduino_arduino_iot_client__Python_PYPI_Package_https__pypi_org_project_arduino_iot_client___Golang_Module_https__github_com_arduino_iot_client_go",
"license": "GPLv3",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/ApiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import querystring from "querystring";

/**
* @module ApiClient
* @version 1.4.2
* @version 1.4.3
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/api/DashboardsV2Api.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import Widgetlink from '../model/Widgetlink';
/**
* DashboardsV2 service.
* @module api/DashboardsV2Api
* @version 1.4.2
* @version 1.4.3
*/
export default class DashboardsV2Api {

Expand Down
2 changes: 1 addition & 1 deletion src/api/DevicesV2Api.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import PropertiesValues from '../model/PropertiesValues';
/**
* DevicesV2 service.
* @module api/DevicesV2Api
* @version 1.4.2
* @version 1.4.3
*/
export default class DevicesV2Api {

Expand Down
2 changes: 1 addition & 1 deletion src/api/DevicesV2CertsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Error from '../model/Error';
/**
* DevicesV2Certs service.
* @module api/DevicesV2CertsApi
* @version 1.4.2
* @version 1.4.3
*/
export default class DevicesV2CertsApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/DevicesV2OtaApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Error from '../model/Error';
/**
* DevicesV2Ota service.
* @module api/DevicesV2OtaApi
* @version 1.4.2
* @version 1.4.3
*/
export default class DevicesV2OtaApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/DevicesV2PassApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Error from '../model/Error';
/**
* DevicesV2Pass service.
* @module api/DevicesV2PassApi
* @version 1.4.2
* @version 1.4.3
*/
export default class DevicesV2PassApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/DevicesV2TagsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Tag from '../model/Tag';
/**
* DevicesV2Tags service.
* @module api/DevicesV2TagsApi
* @version 1.4.2
* @version 1.4.3
*/
export default class DevicesV2TagsApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/LoraDevicesV1Api.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import CreateLoraDevicesV1Payload from '../model/CreateLoraDevicesV1Payload';
/**
* LoraDevicesV1 service.
* @module api/LoraDevicesV1Api
* @version 1.4.2
* @version 1.4.3
*/
export default class LoraDevicesV1Api {

Expand Down
2 changes: 1 addition & 1 deletion src/api/LoraFreqPlanV1Api.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Error from '../model/Error';
/**
* LoraFreqPlanV1 service.
* @module api/LoraFreqPlanV1Api
* @version 1.4.2
* @version 1.4.3
*/
export default class LoraFreqPlanV1Api {

Expand Down
2 changes: 1 addition & 1 deletion src/api/PropertiesV2Api.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import PropertyValue from '../model/PropertyValue';
/**
* PropertiesV2 service.
* @module api/PropertiesV2Api
* @version 1.4.2
* @version 1.4.3
*/
export default class PropertiesV2Api {

Expand Down
2 changes: 1 addition & 1 deletion src/api/SeriesV2Api.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import HistoricDataRequest from '../model/HistoricDataRequest';
/**
* SeriesV2 service.
* @module api/SeriesV2Api
* @version 1.4.2
* @version 1.4.3
*/
export default class SeriesV2Api {

Expand Down
2 changes: 1 addition & 1 deletion src/api/ThingsV2Api.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import UpdateSketch from '../model/UpdateSketch';
/**
* ThingsV2 service.
* @module api/ThingsV2Api
* @version 1.4.2
* @version 1.4.3
*/
export default class ThingsV2Api {

Expand Down
2 changes: 1 addition & 1 deletion src/api/ThingsV2TagsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Tag from '../model/Tag';
/**
* ThingsV2Tags service.
* @module api/ThingsV2TagsApi
* @version 1.4.2
* @version 1.4.3
*/
export default class ThingsV2TagsApi {

Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ import ThingsV2TagsApi from './api/ThingsV2TagsApi';
* </pre>
* </p>
* @module index
* @version 1.4.2
* @version 1.4.3
*/
export {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoCompressedv2.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The ArduinoCompressedv2 model module.
* @module model/ArduinoCompressedv2
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoCompressedv2 {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoDashboardowner.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The ArduinoDashboardowner model module.
* @module model/ArduinoDashboardowner
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoDashboardowner {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoDashboardshare.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The ArduinoDashboardshare model module.
* @module model/ArduinoDashboardshare
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoDashboardshare {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoDashboardv2.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import ArduinoWidgetv2 from './ArduinoWidgetv2';
/**
* The ArduinoDashboardv2 model module.
* @module model/ArduinoDashboardv2
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoDashboardv2 {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoDevicev2.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import ArduinoThing from './ArduinoThing';
/**
* The ArduinoDevicev2 model module.
* @module model/ArduinoDevicev2
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoDevicev2 {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoDevicev2Cert.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import ArduinoCompressedv2 from './ArduinoCompressedv2';
/**
* The ArduinoDevicev2Cert model module.
* @module model/ArduinoDevicev2Cert
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoDevicev2Cert {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoDevicev2EventProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import ArduinoDevicev2SimpleProperties from './ArduinoDevicev2SimpleProperties';
/**
* The ArduinoDevicev2EventProperties model module.
* @module model/ArduinoDevicev2EventProperties
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoDevicev2EventProperties {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoDevicev2Pass.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The ArduinoDevicev2Pass model module.
* @module model/ArduinoDevicev2Pass
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoDevicev2Pass {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoDevicev2SimpleProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The ArduinoDevicev2SimpleProperties model module.
* @module model/ArduinoDevicev2SimpleProperties
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoDevicev2SimpleProperties {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoDevicev2Webhook.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The ArduinoDevicev2Webhook model module.
* @module model/ArduinoDevicev2Webhook
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoDevicev2Webhook {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoDevicev2properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import ArduinoProperty from './ArduinoProperty';
/**
* The ArduinoDevicev2properties model module.
* @module model/ArduinoDevicev2properties
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoDevicev2properties {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoDevicev2propertyvalue.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import ArduinoDevicev2propertyvalueValue from './ArduinoDevicev2propertyvalueVal
/**
* The ArduinoDevicev2propertyvalue model module.
* @module model/ArduinoDevicev2propertyvalue
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoDevicev2propertyvalue {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoDevicev2propertyvalueValue.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import ArduinoDevicev2propertyvalueValueStatistics from './ArduinoDevicev2proper
/**
* The ArduinoDevicev2propertyvalueValue model module.
* @module model/ArduinoDevicev2propertyvalueValue
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoDevicev2propertyvalueValue {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoDevicev2propertyvalueValueStatistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The ArduinoDevicev2propertyvalueValueStatistics model module.
* @module model/ArduinoDevicev2propertyvalueValueStatistics
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoDevicev2propertyvalueValueStatistics {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoDevicev2propertyvalues.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import ArduinoDevicev2propertyvaluesLastEvaluatedKey from './ArduinoDevicev2prop
/**
* The ArduinoDevicev2propertyvalues model module.
* @module model/ArduinoDevicev2propertyvalues
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoDevicev2propertyvalues {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoDevicev2propertyvaluesLastEvaluatedKey.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The ArduinoDevicev2propertyvaluesLastEvaluatedKey model module.
* @module model/ArduinoDevicev2propertyvaluesLastEvaluatedKey
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoDevicev2propertyvaluesLastEvaluatedKey {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoLinkedvariable.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import ArduinoTimezone from './ArduinoTimezone';
/**
* The ArduinoLinkedvariable model module.
* @module model/ArduinoLinkedvariable
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoLinkedvariable {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoLoradevicev1.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The ArduinoLoradevicev1 model module.
* @module model/ArduinoLoradevicev1
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoLoradevicev1 {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoLorafreqplansv1.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import ArduinoLorafreqplanv1 from './ArduinoLorafreqplanv1';
/**
* The ArduinoLorafreqplansv1 model module.
* @module model/ArduinoLorafreqplansv1
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoLorafreqplansv1 {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoLorafreqplanv1.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The ArduinoLorafreqplanv1 model module.
* @module model/ArduinoLorafreqplanv1
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoLorafreqplanv1 {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The ArduinoProperty model module.
* @module model/ArduinoProperty
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoProperty {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoSeriesBatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import ArduinoSeriesResponse from './ArduinoSeriesResponse';
/**
* The ArduinoSeriesBatch model module.
* @module model/ArduinoSeriesBatch
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoSeriesBatch {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoSeriesRawBatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import ArduinoSeriesRawResponse from './ArduinoSeriesRawResponse';
/**
* The ArduinoSeriesRawBatch model module.
* @module model/ArduinoSeriesRawBatch
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoSeriesRawBatch {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoSeriesRawBatchLastvalue.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import ArduinoSeriesRawLastValueResponse from './ArduinoSeriesRawLastValueRespon
/**
* The ArduinoSeriesRawBatchLastvalue model module.
* @module model/ArduinoSeriesRawBatchLastvalue
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoSeriesRawBatchLastvalue {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoSeriesRawLastValueResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The ArduinoSeriesRawLastValueResponse model module.
* @module model/ArduinoSeriesRawLastValueResponse
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoSeriesRawLastValueResponse {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoSeriesRawResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import BatchQueryRawResponseSeriesMediaV1 from './BatchQueryRawResponseSeriesMed
/**
* The ArduinoSeriesRawResponse model module.
* @module model/ArduinoSeriesRawResponse
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoSeriesRawResponse {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoSeriesResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The ArduinoSeriesResponse model module.
* @module model/ArduinoSeriesResponse
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoSeriesResponse {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ArduinoTags.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Tag from './Tag';
/**
* The ArduinoTags model module.
* @module model/ArduinoTags
* @version 1.4.2
* @version 1.4.3
*/
class ArduinoTags {
/**
Expand Down
Loading