Skip to content

Commit ac903b6

Browse files
ArduinoBotgithub-actions[bot]
and
github-actions[bot]
authored
Release release-20241106094914 (#93)
Co-authored-by: github-actions[bot] <github-actions-noreply@arduino.cc>
1 parent 2930aa4 commit ac903b6

File tree

110 files changed

+8037
-385
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+8037
-385
lines changed

.openapi-generator/FILES

Lines changed: 69 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
.gitignore
33
.travis.yml
44
README.md
5+
docs/ArduinoAction.md
6+
docs/ArduinoActionTemplate.md
57
docs/ArduinoCompressedv2.md
68
docs/ArduinoCredentialsv1.md
79
docs/ArduinoDashboardowner.md
@@ -24,6 +26,10 @@ docs/ArduinoDevicev2propertyvalueValueStatistics.md
2426
docs/ArduinoDevicev2propertyvalues.md
2527
docs/ArduinoDevicev2propertyvaluesLastEvaluatedKey.md
2628
docs/ArduinoDevicev2templatedevice.md
29+
docs/ArduinoLinkedDevice.md
30+
docs/ArduinoLinkedDeviceTemplate.md
31+
docs/ArduinoLinkedProperty.md
32+
docs/ArduinoLinkedPropertyTemplate.md
2733
docs/ArduinoLinkedvariable.md
2834
docs/ArduinoLoradevicev1.md
2935
docs/ArduinoLorafreqplansv1.md
@@ -47,6 +53,9 @@ docs/ArduinoThingresult.md
4753
docs/ArduinoThingtemplate.md
4854
docs/ArduinoTimeseriesmedia.md
4955
docs/ArduinoTimezone.md
56+
docs/ArduinoTrigger.md
57+
docs/ArduinoTriggerTemplate.md
58+
docs/ArduinoTriggerWithLinkedEntities.md
5059
docs/ArduinoVariableslinks.md
5160
docs/ArduinoWidgetv2.md
5261
docs/ArduinoWidgetv2template.md
@@ -59,14 +68,18 @@ docs/BatchQueryRequestMediaV1.md
5968
docs/BatchQueryRequestsMediaV1.md
6069
docs/BatchQuerySampledRequestMediaV1.md
6170
docs/BatchQuerySampledRequestsMediaV1.md
71+
docs/BodyExpression.md
6272
docs/CheckDevicesV2PassPayload.md
6373
docs/Clone.md
74+
docs/CreateAction.md
6475
docs/CreateDevicesV2CertsPayload.md
6576
docs/CreateDevicesV2Payload.md
6677
docs/CreateLoraDevicesV1Payload.md
6778
docs/DashboardsV2Api.md
6879
docs/Dashboardshare.md
6980
docs/Dashboardv2.md
81+
docs/DeviceStatusSource.md
82+
docs/DeviceStatusSourceWithLinkedDevices.md
7083
docs/DevicesV2Api.md
7184
docs/DevicesV2CertsApi.md
7285
docs/DevicesV2OtaApi.md
@@ -77,6 +90,8 @@ docs/Devicev2Cert.md
7790
docs/Devicev2Otabinaryurl.md
7891
docs/Devicev2Otaurlpyalod.md
7992
docs/Devicev2Pass.md
93+
docs/EmailAction.md
94+
docs/EmailDeliveryOpts.md
8095
docs/Error.md
8196
docs/HistoricDataRequest.md
8297
docs/LoraDevicesV1Api.md
@@ -89,6 +104,8 @@ docs/PropertiesValues.md
89104
docs/Property.md
90105
docs/PropertyTypesV1Api.md
91106
docs/PropertyValue.md
107+
docs/PushAction.md
108+
docs/PushDeliveryOpts.md
92109
docs/SeriesV2Api.md
93110
docs/Sharerequest.md
94111
docs/Tag.md
@@ -101,7 +118,13 @@ docs/ThingUpdate.md
101118
docs/ThingsV2Api.md
102119
docs/ThingsV2TagsApi.md
103120
docs/TimeseriesDataPoint.md
121+
docs/TitleExpression.md
122+
docs/Trigger.md
123+
docs/TriggersV1Api.md
124+
docs/UpdateAction.md
104125
docs/UpdateSketch.md
126+
docs/UserRecipient.md
127+
docs/Variable.md
105128
docs/Widget.md
106129
docs/Widgetlink.md
107130
git_push.sh
@@ -123,7 +146,10 @@ src/api/SeriesV2Api.js
123146
src/api/TemplatesApi.js
124147
src/api/ThingsV2Api.js
125148
src/api/ThingsV2TagsApi.js
149+
src/api/TriggersV1Api.js
126150
src/index.js
151+
src/model/ArduinoAction.js
152+
src/model/ArduinoActionTemplate.js
127153
src/model/ArduinoCompressedv2.js
128154
src/model/ArduinoCredentialsv1.js
129155
src/model/ArduinoDashboardowner.js
@@ -146,6 +172,10 @@ src/model/ArduinoDevicev2propertyvalueValueStatistics.js
146172
src/model/ArduinoDevicev2propertyvalues.js
147173
src/model/ArduinoDevicev2propertyvaluesLastEvaluatedKey.js
148174
src/model/ArduinoDevicev2templatedevice.js
175+
src/model/ArduinoLinkedDevice.js
176+
src/model/ArduinoLinkedDeviceTemplate.js
177+
src/model/ArduinoLinkedProperty.js
178+
src/model/ArduinoLinkedPropertyTemplate.js
149179
src/model/ArduinoLinkedvariable.js
150180
src/model/ArduinoLoradevicev1.js
151181
src/model/ArduinoLorafreqplansv1.js
@@ -169,6 +199,9 @@ src/model/ArduinoThingresult.js
169199
src/model/ArduinoThingtemplate.js
170200
src/model/ArduinoTimeseriesmedia.js
171201
src/model/ArduinoTimezone.js
202+
src/model/ArduinoTrigger.js
203+
src/model/ArduinoTriggerTemplate.js
204+
src/model/ArduinoTriggerWithLinkedEntities.js
172205
src/model/ArduinoVariableslinks.js
173206
src/model/ArduinoWidgetv2.js
174207
src/model/ArduinoWidgetv2template.js
@@ -181,25 +214,33 @@ src/model/BatchQueryRequestMediaV1.js
181214
src/model/BatchQueryRequestsMediaV1.js
182215
src/model/BatchQuerySampledRequestMediaV1.js
183216
src/model/BatchQuerySampledRequestsMediaV1.js
217+
src/model/BodyExpression.js
184218
src/model/CheckDevicesV2PassPayload.js
185219
src/model/Clone.js
220+
src/model/CreateAction.js
186221
src/model/CreateDevicesV2CertsPayload.js
187222
src/model/CreateDevicesV2Payload.js
188223
src/model/CreateLoraDevicesV1Payload.js
189224
src/model/Dashboardshare.js
190225
src/model/Dashboardv2.js
226+
src/model/DeviceStatusSource.js
227+
src/model/DeviceStatusSourceWithLinkedDevices.js
191228
src/model/Devicev2.js
192229
src/model/Devicev2Cert.js
193230
src/model/Devicev2Otabinaryurl.js
194231
src/model/Devicev2Otaurlpyalod.js
195232
src/model/Devicev2Pass.js
233+
src/model/EmailAction.js
234+
src/model/EmailDeliveryOpts.js
196235
src/model/Error.js
197236
src/model/HistoricDataRequest.js
198237
src/model/Override.js
199238
src/model/PropertiesValue.js
200239
src/model/PropertiesValues.js
201240
src/model/Property.js
202241
src/model/PropertyValue.js
242+
src/model/PushAction.js
243+
src/model/PushDeliveryOpts.js
203244
src/model/Sharerequest.js
204245
src/model/Tag.js
205246
src/model/Template.js
@@ -208,108 +249,34 @@ src/model/ThingCreate.js
208249
src/model/ThingSketch.js
209250
src/model/ThingUpdate.js
210251
src/model/TimeseriesDataPoint.js
252+
src/model/TitleExpression.js
253+
src/model/Trigger.js
254+
src/model/UpdateAction.js
211255
src/model/UpdateSketch.js
256+
src/model/UserRecipient.js
257+
src/model/Variable.js
212258
src/model/Widget.js
213259
src/model/Widgetlink.js
214-
test/api/DashboardsV2Api.spec.js
215-
test/api/DevicesV2Api.spec.js
216-
test/api/DevicesV2CertsApi.spec.js
217-
test/api/DevicesV2OtaApi.spec.js
218-
test/api/DevicesV2PassApi.spec.js
219-
test/api/DevicesV2TagsApi.spec.js
220-
test/api/LoraDevicesV1Api.spec.js
221-
test/api/LoraFreqPlanV1Api.spec.js
222-
test/api/NetworkCredentialsV1Api.spec.js
223-
test/api/PropertiesV2Api.spec.js
224-
test/api/PropertyTypesV1Api.spec.js
225-
test/api/SeriesV2Api.spec.js
226-
test/api/TemplatesApi.spec.js
227-
test/api/ThingsV2Api.spec.js
228-
test/api/ThingsV2TagsApi.spec.js
229-
test/model/ArduinoCompressedv2.spec.js
230-
test/model/ArduinoCredentialsv1.spec.js
231-
test/model/ArduinoDashboardowner.spec.js
232-
test/model/ArduinoDashboardshare.spec.js
233-
test/model/ArduinoDashboardv2.spec.js
234-
test/model/ArduinoDashboardv2template.spec.js
235-
test/model/ArduinoDevicev2.spec.js
236-
test/model/ArduinoDevicev2Cert.spec.js
237-
test/model/ArduinoDevicev2EventProperties.spec.js
238-
test/model/ArduinoDevicev2Otaupload.spec.js
239-
test/model/ArduinoDevicev2Pass.spec.js
240-
test/model/ArduinoDevicev2SimpleProperties.spec.js
241-
test/model/ArduinoDevicev2StatusEvent.spec.js
242-
test/model/ArduinoDevicev2StatusEvents.spec.js
243-
test/model/ArduinoDevicev2Webhook.spec.js
244-
test/model/ArduinoDevicev2properties.spec.js
245-
test/model/ArduinoDevicev2propertyvalue.spec.js
246-
test/model/ArduinoDevicev2propertyvalueValue.spec.js
247-
test/model/ArduinoDevicev2propertyvalueValueStatistics.spec.js
248-
test/model/ArduinoDevicev2propertyvalues.spec.js
249-
test/model/ArduinoDevicev2propertyvaluesLastEvaluatedKey.spec.js
250-
test/model/ArduinoDevicev2templatedevice.spec.js
251-
test/model/ArduinoLinkedvariable.spec.js
252-
test/model/ArduinoLoradevicev1.spec.js
253-
test/model/ArduinoLorafreqplansv1.spec.js
254-
test/model/ArduinoLorafreqplanv1.spec.js
255-
test/model/ArduinoProperty.spec.js
256-
test/model/ArduinoPropertytype.spec.js
257-
test/model/ArduinoSeriesBatch.spec.js
258-
test/model/ArduinoSeriesBatchSampled.spec.js
259-
test/model/ArduinoSeriesRawBatch.spec.js
260-
test/model/ArduinoSeriesRawBatchLastvalue.spec.js
261-
test/model/ArduinoSeriesRawLastValueResponse.spec.js
262-
test/model/ArduinoSeriesRawResponse.spec.js
263-
test/model/ArduinoSeriesResponse.spec.js
264-
test/model/ArduinoSeriesSampledResponse.spec.js
265-
test/model/ArduinoTags.spec.js
266-
test/model/ArduinoTemplate.spec.js
267-
test/model/ArduinoTemplateproperty.spec.js
268-
test/model/ArduinoTemplatevariable.spec.js
269-
test/model/ArduinoThing.spec.js
270-
test/model/ArduinoThingresult.spec.js
271-
test/model/ArduinoThingtemplate.spec.js
272-
test/model/ArduinoTimeseriesmedia.spec.js
273-
test/model/ArduinoTimezone.spec.js
274-
test/model/ArduinoVariableslinks.spec.js
275-
test/model/ArduinoWidgetv2.spec.js
276-
test/model/ArduinoWidgetv2template.spec.js
277-
test/model/BatchLastValueRequestsMediaV1.spec.js
278-
test/model/BatchQueryRawLastValueRequestMediaV1.spec.js
279-
test/model/BatchQueryRawRequestMediaV1.spec.js
280-
test/model/BatchQueryRawRequestsMediaV1.spec.js
281-
test/model/BatchQueryRawResponseSeriesMediaV1.spec.js
282-
test/model/BatchQueryRequestMediaV1.spec.js
283-
test/model/BatchQueryRequestsMediaV1.spec.js
284-
test/model/BatchQuerySampledRequestMediaV1.spec.js
285-
test/model/BatchQuerySampledRequestsMediaV1.spec.js
286-
test/model/CheckDevicesV2PassPayload.spec.js
287-
test/model/Clone.spec.js
288-
test/model/CreateDevicesV2CertsPayload.spec.js
289-
test/model/CreateDevicesV2Payload.spec.js
290-
test/model/CreateLoraDevicesV1Payload.spec.js
291-
test/model/Dashboardshare.spec.js
292-
test/model/Dashboardv2.spec.js
293-
test/model/Devicev2.spec.js
294-
test/model/Devicev2Cert.spec.js
295-
test/model/Devicev2Otabinaryurl.spec.js
296-
test/model/Devicev2Otaurlpyalod.spec.js
297-
test/model/Devicev2Pass.spec.js
298-
test/model/Error.spec.js
299-
test/model/HistoricDataRequest.spec.js
300-
test/model/Override.spec.js
301-
test/model/PropertiesValue.spec.js
302-
test/model/PropertiesValues.spec.js
303-
test/model/Property.spec.js
304-
test/model/PropertyValue.spec.js
305-
test/model/Sharerequest.spec.js
306-
test/model/Tag.spec.js
307-
test/model/Template.spec.js
308-
test/model/ThingClone.spec.js
309-
test/model/ThingCreate.spec.js
310-
test/model/ThingSketch.spec.js
311-
test/model/ThingUpdate.spec.js
312-
test/model/TimeseriesDataPoint.spec.js
313-
test/model/UpdateSketch.spec.js
314-
test/model/Widget.spec.js
315-
test/model/Widgetlink.spec.js
260+
test/api/TriggersV1Api.spec.js
261+
test/model/ArduinoAction.spec.js
262+
test/model/ArduinoActionTemplate.spec.js
263+
test/model/ArduinoLinkedDevice.spec.js
264+
test/model/ArduinoLinkedDeviceTemplate.spec.js
265+
test/model/ArduinoLinkedProperty.spec.js
266+
test/model/ArduinoLinkedPropertyTemplate.spec.js
267+
test/model/ArduinoTrigger.spec.js
268+
test/model/ArduinoTriggerTemplate.spec.js
269+
test/model/ArduinoTriggerWithLinkedEntities.spec.js
270+
test/model/BodyExpression.spec.js
271+
test/model/CreateAction.spec.js
272+
test/model/DeviceStatusSource.spec.js
273+
test/model/DeviceStatusSourceWithLinkedDevices.spec.js
274+
test/model/EmailAction.spec.js
275+
test/model/EmailDeliveryOpts.spec.js
276+
test/model/PushAction.spec.js
277+
test/model/PushDeliveryOpts.spec.js
278+
test/model/TitleExpression.spec.js
279+
test/model/Trigger.spec.js
280+
test/model/UpdateAction.spec.js
281+
test/model/UserRecipient.spec.js
282+
test/model/Variable.spec.js

docs/ArduinoAction.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# ArduinoIotClient.ArduinoAction
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**createdBy** | **String** | Id of the user who created the action | [optional]
8+
**description** | **String** | The description of the action | [optional]
9+
**email** | [**EmailAction**](EmailAction.md) | | [optional]
10+
**id** | **String** | The id of the action | [optional]
11+
**kind** | **String** | The kind of the action | [optional]
12+
**name** | **String** | The name of the action | [optional]
13+
**organizationId** | **String** | Id of the organization the trigger belongs to | [optional]
14+
**pushNotification** | [**PushAction**](PushAction.md) | | [optional]
15+
**triggerId** | **String** | Id of the trigger the action is associated to | [optional]
16+
17+
18+
19+
## Enum: KindEnum
20+
21+
22+
* `EMAIL` (value: `"NOTIFY-EMAIL"`)
23+
24+
* `PUSH` (value: `"NOTIFY-PUSH"`)
25+
26+
27+
28+

docs/ArduinoActionTemplate.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# ArduinoIotClient.ArduinoActionTemplate
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**description** | **String** | The description of the action | [optional]
8+
**email** | [**EmailAction**](EmailAction.md) | | [optional]
9+
**kind** | **String** | The kind of the action | [optional]
10+
**name** | **String** | The name of the action | [optional]
11+
**organizationId** | **String** | Id of the organization the trigger belongs to | [optional]
12+
**pushNotification** | [**PushAction**](PushAction.md) | | [optional]
13+
14+
15+
16+
## Enum: KindEnum
17+
18+
19+
* `EMAIL` (value: `"NOTIFY-EMAIL"`)
20+
21+
* `PUSH` (value: `"NOTIFY-PUSH"`)
22+
23+
24+
25+

docs/ArduinoDevicev2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**connectionType** | **String** | The type of the connections selected by the user when multiple connections are available | [optional]
88
**createdAt** | **Date** | Creation date of the device | [optional]
9+
**deletedAt** | **Date** | Deletion date of the trigger | [optional]
910
**deviceStatus** | **String** | The connection status of the device | [optional]
1011
**events** | [**[ArduinoDevicev2SimpleProperties]**](ArduinoDevicev2SimpleProperties.md) | ArduinoDevicev2SimplePropertiesCollection is the media type for an array of ArduinoDevicev2SimpleProperties (default view) | [optional]
1112
**fqbn** | **String** | The fully qualified board name | [optional]
@@ -25,6 +26,7 @@ Name | Type | Description | Notes
2526
**tags** | **{String: Object}** | Tags belonging to the device | [optional]
2627
**thing** | [**ArduinoThing**](ArduinoThing.md) | | [optional]
2728
**type** | **String** | The type of the device |
29+
**updatedAt** | **Date** | Update date of the trigger | [optional]
2830
**userId** | **String** | The id of the user |
2931
**webhooks** | [**[ArduinoDevicev2Webhook]**](ArduinoDevicev2Webhook.md) | ArduinoDevicev2WebhookCollection is the media type for an array of ArduinoDevicev2Webhook (default view) | [optional]
3032
**wifiFwVersion** | **String** | The version of the NINA/WIFI101 firmware running on the device | [optional]

docs/ArduinoLinkedDevice.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# ArduinoIotClient.ArduinoLinkedDevice
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**device** | [**ArduinoDevicev2**](ArduinoDevicev2.md) | |
8+
**status** | **String** | The status of the linked device |
9+
10+
11+
12+
## Enum: StatusEnum
13+
14+
15+
* `OK` (value: `"OK"`)
16+
17+
* `DELETED` (value: `"DELETED"`)
18+
19+
20+
21+

docs/ArduinoLinkedDeviceTemplate.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ArduinoIotClient.ArduinoLinkedDeviceTemplate
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**thingId** | **String** | The thing the device is associated to |
8+
9+

0 commit comments

Comments
 (0)