Skip to content
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

Regenerate clients - commit 5f5ebd39156dc77bdbec5dc9ff1b01abd52f8cea #80

Closed
wants to merge 1 commit into from
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ docs/ArduinoLoradevicev1.md
docs/ArduinoLorafreqplansv1.md
docs/ArduinoLorafreqplanv1.md
docs/ArduinoProperty.md
docs/ArduinoPropertytype.md
docs/ArduinoSeriesBatch.md
docs/ArduinoSeriesBatchSampled.md
docs/ArduinoSeriesRawBatch.md
Expand Down Expand Up @@ -86,6 +87,7 @@ docs/PropertiesV2Api.md
docs/PropertiesValue.md
docs/PropertiesValues.md
docs/Property.md
docs/PropertyTypesV1Api.md
docs/PropertyValue.md
docs/SeriesV2Api.md
docs/Sharerequest.md
Expand Down Expand Up @@ -116,6 +118,7 @@ src/api/LoraDevicesV1Api.js
src/api/LoraFreqPlanV1Api.js
src/api/NetworkCredentialsV1Api.js
src/api/PropertiesV2Api.js
src/api/PropertyTypesV1Api.js
src/api/SeriesV2Api.js
src/api/TemplatesApi.js
src/api/ThingsV2Api.js
Expand Down Expand Up @@ -148,6 +151,7 @@ src/model/ArduinoLoradevicev1.js
src/model/ArduinoLorafreqplansv1.js
src/model/ArduinoLorafreqplanv1.js
src/model/ArduinoProperty.js
src/model/ArduinoPropertytype.js
src/model/ArduinoSeriesBatch.js
src/model/ArduinoSeriesBatchSampled.js
src/model/ArduinoSeriesRawBatch.js
Expand Down Expand Up @@ -217,6 +221,7 @@ test/api/LoraDevicesV1Api.spec.js
test/api/LoraFreqPlanV1Api.spec.js
test/api/NetworkCredentialsV1Api.spec.js
test/api/PropertiesV2Api.spec.js
test/api/PropertyTypesV1Api.spec.js
test/api/SeriesV2Api.spec.js
test/api/TemplatesApi.spec.js
test/api/ThingsV2Api.spec.js
Expand Down Expand Up @@ -248,6 +253,7 @@ test/model/ArduinoLoradevicev1.spec.js
test/model/ArduinoLorafreqplansv1.spec.js
test/model/ArduinoLorafreqplanv1.spec.js
test/model/ArduinoProperty.spec.js
test/model/ArduinoPropertytype.spec.js
test/model/ArduinoSeriesBatch.spec.js
test/model/ArduinoSeriesBatchSampled.spec.js
test/model/ArduinoSeriesRawBatch.spec.js
Expand Down
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
7.9.0
15 changes: 15 additions & 0 deletions docs/ArduinoCompressedv2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ArduinoIotClient.ArduinoCompressedv2

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**authorityKeyIdentifier** | **String** | The Authority Key Identifier of the certificate | [optional]
**notAfter** | **Date** | The ending date of the certificate |
**notBefore** | **Date** | The starting date of the certificate |
**serial** | **String** | The serial number of the certificate |
**signature** | **String** | The signature of the certificate |
**signatureAsn1X** | **String** | The ASN1 X component of certificate signature |
**signatureAsn1Y** | **String** | The ASN1 Y component of certificate signature |


12 changes: 12 additions & 0 deletions docs/ArduinoCredentialsv1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ArduinoIotClient.ArduinoCredentialsv1

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**friendlyName** | **String** | Friendly name |
**required** | **Boolean** | Tell if the parameter is required or not |
**secretName** | **String** | The secret parameter name |
**sensitive** | **Boolean** | Tell if the field is sensitive |


10 changes: 10 additions & 0 deletions docs/ArduinoDashboardowner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ArduinoIotClient.ArduinoDashboardowner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**userId** | **String** | The userID of the user who created the dashboard |
**username** | **String** | The username of the user who created the dashboard | [optional]


10 changes: 10 additions & 0 deletions docs/ArduinoDashboardshare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ArduinoIotClient.ArduinoDashboardshare

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**userId** | **String** | The userID of the user you want to share the dashboard with |
**username** | **String** | The username of the user you want to share the dashboard with | [optional]


17 changes: 17 additions & 0 deletions docs/ArduinoDashboardv2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# ArduinoIotClient.ArduinoDashboardv2

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**coverImage** | **String** | The cover image of the dashboard | [optional]
**createdBy** | [**ArduinoDashboardowner**](ArduinoDashboardowner.md) | | [optional]
**id** | **String** | The friendly name of the dashboard |
**name** | **String** | The friendly name of the dashboard |
**organizationId** | **String** | Id of the organization the dashboard belongs to | [optional]
**sharedBy** | [**ArduinoDashboardshare**](ArduinoDashboardshare.md) | | [optional]
**sharedWith** | [**[ArduinoDashboardshare]**](ArduinoDashboardshare.md) | ArduinoDashboardshareCollection is the media type for an array of ArduinoDashboardshare (default view) | [optional]
**updatedAt** | **Date** | Last update date |
**widgets** | [**[ArduinoWidgetv2]**](ArduinoWidgetv2.md) | ArduinoWidgetv2Collection is the media type for an array of ArduinoWidgetv2 (default view) | [optional]


12 changes: 12 additions & 0 deletions docs/ArduinoDashboardv2template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ArduinoIotClient.ArduinoDashboardv2template

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**coverImage** | **String** | The cover image of the dashboard | [optional]
**id** | **String** | The friendly ID of the dashboard | [optional]
**name** | **String** | The friendly name of the dashboard |
**widgets** | [**[ArduinoWidgetv2template]**](ArduinoWidgetv2template.md) | ArduinoWidgetv2templateCollection is the media type for an array of ArduinoWidgetv2template (default view) | [optional]


68 changes: 68 additions & 0 deletions docs/ArduinoDevicev2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# ArduinoIotClient.ArduinoDevicev2

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**connectionType** | **String** | The type of the connections selected by the user when multiple connections are available | [optional]
**createdAt** | **Date** | Creation date of the device | [optional]
**deviceStatus** | **String** | The connection status of the device | [optional]
**events** | [**[ArduinoDevicev2SimpleProperties]**](ArduinoDevicev2SimpleProperties.md) | ArduinoDevicev2SimplePropertiesCollection is the media type for an array of ArduinoDevicev2SimpleProperties (default view) | [optional]
**fqbn** | **String** | The fully qualified board name | [optional]
**href** | **String** | The api reference of this device |
**id** | **String** | The arn of the device |
**label** | **String** | The label of the device |
**lastActivityAt** | **Date** | Last activity date | [optional]
**latestWifiFwVersion** | **String** | The latest version of the NINA/WIFI101 firmware available for this device | [optional]
**metadata** | **{String: Object}** | The metadata of the device | [optional]
**name** | **String** | The friendly name of the device |
**noSketch** | **Boolean** | True if the device type can not have an associated sketch | [optional]
**organizationId** | **String** | Id of the organization the device belongs to | [optional]
**otaAvailable** | **Boolean** | True if the device type is ready to receive OTA updated | [optional]
**otaCompatible** | **Boolean** | True if the device type is OTA compatible | [optional]
**requiredWifiFwVersion** | **String** | The required version of the NINA/WIFI101 firmware needed by IoT Cloud | [optional]
**serial** | **String** | The serial uuid of the device |
**tags** | **{String: Object}** | Tags belonging to the device | [optional]
**thing** | [**ArduinoThing**](ArduinoThing.md) | | [optional]
**type** | **String** | The type of the device |
**userId** | **String** | The id of the user |
**webhooks** | [**[ArduinoDevicev2Webhook]**](ArduinoDevicev2Webhook.md) | ArduinoDevicev2WebhookCollection is the media type for an array of ArduinoDevicev2Webhook (default view) | [optional]
**wifiFwVersion** | **String** | The version of the NINA/WIFI101 firmware running on the device | [optional]



## Enum: ConnectionTypeEnum


* `wifi` (value: `"wifi"`)

* `eth` (value: `"eth"`)

* `wifiandsecret` (value: `"wifiandsecret"`)

* `gsm` (value: `"gsm"`)

* `nb` (value: `"nb"`)

* `lora` (value: `"lora"`)

* `catm1` (value: `"catm1"`)

* `cellular` (value: `"cellular"`)





## Enum: DeviceStatusEnum


* `ONLINE` (value: `"ONLINE"`)

* `OFFLINE` (value: `"OFFLINE"`)

* `UNKNOWN` (value: `"UNKNOWN"`)




16 changes: 16 additions & 0 deletions docs/ArduinoDevicev2Cert.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ArduinoIotClient.ArduinoDevicev2Cert

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ca** | **String** | The Certification Authority used to sign the certificate | [optional]
**compressed** | [**ArduinoCompressedv2**](ArduinoCompressedv2.md) | |
**der** | **String** | The certificate in DER format |
**deviceId** | **String** | The unique identifier of the device |
**enabled** | **Boolean** | Whether the certificate is enabled | [default to true]
**href** | **String** | The api reference of this cert |
**id** | **String** | The unique identifier of the key |
**pem** | **String** | The certificate in pem format |


10 changes: 10 additions & 0 deletions docs/ArduinoDevicev2EventProperties.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ArduinoIotClient.ArduinoDevicev2EventProperties

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**events** | [**[ArduinoDevicev2SimpleProperties]**](ArduinoDevicev2SimpleProperties.md) | ArduinoDevicev2SimplePropertiesCollection is the media type for an array of ArduinoDevicev2SimpleProperties (default view) |
**id** | **String** | The device of the property |


12 changes: 12 additions & 0 deletions docs/ArduinoDevicev2Otaupload.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ArduinoIotClient.ArduinoDevicev2Otaupload

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**fileSha** | **String** | SHA256 of the uploaded file | [optional]
**otaId** | **String** | OTA request id (only available from OTA version 2 and above) | [optional]
**otaVersion** | **Number** | OTA version |
**status** | **String** | OTA request status (only available from OTA version 2 and above) | [optional]


10 changes: 10 additions & 0 deletions docs/ArduinoDevicev2Pass.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ArduinoIotClient.ArduinoDevicev2Pass

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**set** | **Boolean** | Whether the password is set or not |
**suggestedPassword** | **String** | A random suggested password | [optional]


11 changes: 11 additions & 0 deletions docs/ArduinoDevicev2SimpleProperties.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ArduinoIotClient.ArduinoDevicev2SimpleProperties

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the property |
**updatedAt** | **Date** | Update date of the property |
**value** | **Object** | Value of the property |


21 changes: 21 additions & 0 deletions docs/ArduinoDevicev2StatusEvent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# ArduinoIotClient.ArduinoDevicev2StatusEvent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**updatedAt** | **Date** | Update timestamp of the status event |
**value** | **String** | The status event of the device |



## Enum: ValueEnum


* `CONNECTED` (value: `"CONNECTED"`)

* `DISCONNECTED` (value: `"DISCONNECTED"`)




10 changes: 10 additions & 0 deletions docs/ArduinoDevicev2StatusEvents.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ArduinoIotClient.ArduinoDevicev2StatusEvents

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**events** | [**[ArduinoDevicev2StatusEvent]**](ArduinoDevicev2StatusEvent.md) | ArduinoDevicev2StatusEventCollection is the media type for an array of ArduinoDevicev2StatusEvent (default view) |
**id** | **String** | The id of the device |


11 changes: 11 additions & 0 deletions docs/ArduinoDevicev2Webhook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ArduinoIotClient.ArduinoDevicev2Webhook

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active** | **Boolean** | Whether the webhook is active | [optional] [default to true]
**id** | **String** | The uuid of the webhook |
**uri** | **String** | The uri of the webhook |


12 changes: 12 additions & 0 deletions docs/ArduinoDevicev2properties.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ArduinoIotClient.ArduinoDevicev2properties

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dataRetentionDays** | **Number** | How many days the data will be kept |
**deviceId** | **String** | The device of the property |
**properties** | [**[ArduinoProperty]**](ArduinoProperty.md) | ArduinoPropertyCollection is the media type for an array of ArduinoProperty (default view) |
**userId** | **String** | The user id of the owner |


10 changes: 10 additions & 0 deletions docs/ArduinoDevicev2propertyvalue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ArduinoIotClient.ArduinoDevicev2propertyvalue

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**createdAt** | **Date** | | [optional]
**value** | [**ArduinoDevicev2propertyvalueValue**](ArduinoDevicev2propertyvalueValue.md) | | [optional]


11 changes: 11 additions & 0 deletions docs/ArduinoDevicev2propertyvalueValue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ArduinoIotClient.ArduinoDevicev2propertyvalueValue

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**payload** | **String** | | [optional]
**seqno** | **Number** | | [optional]
**statistics** | [**ArduinoDevicev2propertyvalueValueStatistics**](ArduinoDevicev2propertyvalueValueStatistics.md) | | [optional]


18 changes: 18 additions & 0 deletions docs/ArduinoDevicev2propertyvalueValueStatistics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ArduinoIotClient.ArduinoDevicev2propertyvalueValueStatistics

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**adr** | **Number** | | [optional]
**channel** | **Number** | | [optional]
**duplicate** | **Number** | | [optional]
**freq** | **Number** | | [optional]
**modBW** | **Number** | | [optional]
**rssi** | **Number** | | [optional]
**seqno** | **Number** | | [optional]
**sf** | **Number** | | [optional]
**snr** | **Number** | | [optional]
**time** | **Number** | | [optional]


12 changes: 12 additions & 0 deletions docs/ArduinoDevicev2propertyvalues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ArduinoIotClient.ArduinoDevicev2propertyvalues

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | |
**lastEvaluatedKey** | [**ArduinoDevicev2propertyvaluesLastEvaluatedKey**](ArduinoDevicev2propertyvaluesLastEvaluatedKey.md) | |
**name** | **String** | |
**values** | [**[ArduinoDevicev2propertyvalue]**](ArduinoDevicev2propertyvalue.md) | ArduinoDevicev2propertyvalueCollection is the media type for an array of ArduinoDevicev2propertyvalue (default view) |


11 changes: 11 additions & 0 deletions docs/ArduinoDevicev2propertyvaluesLastEvaluatedKey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# ArduinoIotClient.ArduinoDevicev2propertyvaluesLastEvaluatedKey

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**createdAt** | **Date** | | [optional]
**id** | **String** | | [optional]
**name** | **String** | | [optional]


Loading
Loading