losant_rest 1.9.1 → 1.10.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (166) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE +1 -1
  3. data/README.md +1 -1
  4. data/docs/_schemas.md +41608 -19945
  5. data/docs/application.md +168 -4
  6. data/docs/applicationTemplates.md +50 -0
  7. data/docs/applications.md +46 -0
  8. data/docs/auth.md +72 -0
  9. data/docs/device.md +1 -0
  10. data/docs/devices.md +89 -2
  11. data/docs/experienceEndpoint.md +43 -0
  12. data/docs/experienceEndpoints.md +1 -1
  13. data/docs/experienceView.md +43 -0
  14. data/lib/losant_rest.rb +2 -1
  15. data/lib/losant_rest/application.rb +144 -5
  16. data/lib/losant_rest/application_api_token.rb +1 -1
  17. data/lib/losant_rest/application_api_tokens.rb +1 -1
  18. data/lib/losant_rest/application_certificate.rb +1 -1
  19. data/lib/losant_rest/application_certificate_authorities.rb +1 -1
  20. data/lib/losant_rest/application_certificate_authority.rb +1 -1
  21. data/lib/losant_rest/application_certificates.rb +1 -1
  22. data/lib/losant_rest/application_key.rb +1 -1
  23. data/lib/losant_rest/application_keys.rb +1 -1
  24. data/lib/losant_rest/application_templates.rb +88 -0
  25. data/lib/losant_rest/applications.rb +1 -1
  26. data/lib/losant_rest/audit_log.rb +1 -1
  27. data/lib/losant_rest/audit_logs.rb +1 -1
  28. data/lib/losant_rest/auth.rb +85 -1
  29. data/lib/losant_rest/client.rb +7 -3
  30. data/lib/losant_rest/dashboard.rb +1 -1
  31. data/lib/losant_rest/dashboards.rb +1 -1
  32. data/lib/losant_rest/data.rb +1 -1
  33. data/lib/losant_rest/data_table.rb +1 -1
  34. data/lib/losant_rest/data_table_row.rb +1 -1
  35. data/lib/losant_rest/data_table_rows.rb +1 -1
  36. data/lib/losant_rest/data_tables.rb +1 -1
  37. data/lib/losant_rest/device.rb +3 -1
  38. data/lib/losant_rest/device_recipe.rb +1 -1
  39. data/lib/losant_rest/device_recipes.rb +1 -1
  40. data/lib/losant_rest/devices.rb +105 -3
  41. data/lib/losant_rest/edge_deployments.rb +1 -1
  42. data/lib/losant_rest/error.rb +1 -1
  43. data/lib/losant_rest/event.rb +1 -1
  44. data/lib/losant_rest/events.rb +1 -1
  45. data/lib/losant_rest/experience.rb +1 -1
  46. data/lib/losant_rest/experience_domain.rb +1 -1
  47. data/lib/losant_rest/experience_domains.rb +1 -1
  48. data/lib/losant_rest/experience_endpoint.rb +51 -1
  49. data/lib/losant_rest/experience_endpoints.rb +1 -1
  50. data/lib/losant_rest/experience_group.rb +1 -1
  51. data/lib/losant_rest/experience_groups.rb +1 -1
  52. data/lib/losant_rest/experience_slug.rb +1 -1
  53. data/lib/losant_rest/experience_slugs.rb +1 -1
  54. data/lib/losant_rest/experience_user.rb +1 -1
  55. data/lib/losant_rest/experience_users.rb +1 -1
  56. data/lib/losant_rest/experience_version.rb +1 -1
  57. data/lib/losant_rest/experience_versions.rb +1 -1
  58. data/lib/losant_rest/experience_view.rb +51 -1
  59. data/lib/losant_rest/experience_views.rb +1 -1
  60. data/lib/losant_rest/file.rb +1 -1
  61. data/lib/losant_rest/files.rb +1 -1
  62. data/lib/losant_rest/flow.rb +1 -1
  63. data/lib/losant_rest/flow_version.rb +1 -1
  64. data/lib/losant_rest/flow_versions.rb +1 -1
  65. data/lib/losant_rest/flows.rb +1 -1
  66. data/lib/losant_rest/integration.rb +1 -1
  67. data/lib/losant_rest/integrations.rb +1 -1
  68. data/lib/losant_rest/me.rb +1 -1
  69. data/lib/losant_rest/notebook.rb +1 -1
  70. data/lib/losant_rest/notebooks.rb +1 -1
  71. data/lib/losant_rest/org.rb +1 -1
  72. data/lib/losant_rest/org_invites.rb +1 -1
  73. data/lib/losant_rest/orgs.rb +1 -1
  74. data/lib/losant_rest/utils.rb +1 -1
  75. data/lib/losant_rest/version.rb +2 -2
  76. data/lib/losant_rest/webhook.rb +1 -1
  77. data/lib/losant_rest/webhooks.rb +1 -1
  78. data/schemas/advancedDeviceQuery.json +1018 -0
  79. data/schemas/advancedEventQuery.json +382 -13
  80. data/schemas/advancedQuery.json +37 -3
  81. data/schemas/application.json +10 -5
  82. data/schemas/applicationApiTokenPost.json +6 -0
  83. data/schemas/applicationCertificate.json +34 -0
  84. data/schemas/applicationCertificatePatch.json +34 -0
  85. data/schemas/applicationCertificatePost.json +34 -0
  86. data/schemas/applicationCertificates.json +34 -0
  87. data/schemas/{applicationCloneResult.json → applicationCreationByTemplateResult.json} +21 -8
  88. data/schemas/applicationExportPost.json +24 -0
  89. data/schemas/applicationExportResult.json +10 -0
  90. data/schemas/applicationKey.json +34 -0
  91. data/schemas/applicationKeyPatch.json +34 -0
  92. data/schemas/applicationKeyPost.json +34 -0
  93. data/schemas/applicationKeyPostResponse.json +34 -0
  94. data/schemas/applicationKeys.json +34 -0
  95. data/schemas/applicationPatch.json +10 -5
  96. data/schemas/applicationPost.json +14 -5
  97. data/schemas/applicationReadme.json +29 -0
  98. data/schemas/applicationReadmePatch.json +11 -0
  99. data/schemas/applicationTemplate.json +99 -0
  100. data/schemas/applicationTemplates.json +140 -0
  101. data/schemas/applications.json +10 -5
  102. data/schemas/authedDevice.json +34 -0
  103. data/schemas/dashboard.json +1228 -144
  104. data/schemas/dashboardPatch.json +1228 -144
  105. data/schemas/dashboardPost.json +1228 -144
  106. data/schemas/dashboards.json +1228 -144
  107. data/schemas/dataExport.json +11 -0
  108. data/schemas/dataTableRows.json +3 -0
  109. data/schemas/dataTableRowsExport.json +37 -3
  110. data/schemas/device.json +16 -3
  111. data/schemas/devicePatch.json +16 -3
  112. data/schemas/devicePost.json +16 -3
  113. data/schemas/deviceRecipe.json +16 -3
  114. data/schemas/deviceRecipePatch.json +16 -3
  115. data/schemas/deviceRecipePost.json +16 -3
  116. data/schemas/deviceRecipes.json +16 -3
  117. data/schemas/devices.json +19 -3
  118. data/schemas/devicesDataRemoved.json +12 -0
  119. data/schemas/devicesDeletePost.json +1034 -0
  120. data/schemas/devicesDeleted.json +12 -0
  121. data/schemas/devicesExportPost.json +1035 -0
  122. data/schemas/devicesPatch.json +1773 -7
  123. data/schemas/devicesRemoveDataPost.json +1056 -0
  124. data/schemas/devicesUpdated.json +18 -0
  125. data/schemas/events.json +1 -816
  126. data/schemas/eventsExport.json +382 -13
  127. data/schemas/experienceGroup.json +7 -0
  128. data/schemas/experienceGroupPatch.json +7 -0
  129. data/schemas/experienceGroupPost.json +7 -0
  130. data/schemas/experienceGroups.json +7 -0
  131. data/schemas/experienceLinkedResources.json +6659 -0
  132. data/schemas/flow.json +103 -1
  133. data/schemas/flowPatch.json +103 -1
  134. data/schemas/flowPost.json +103 -1
  135. data/schemas/flowVersion.json +206 -2
  136. data/schemas/flowVersionPost.json +103 -1
  137. data/schemas/flowVersions.json +206 -2
  138. data/schemas/flows.json +103 -1
  139. data/schemas/flowsImportPost.json +206 -2
  140. data/schemas/flowsImportResult.json +309 -3
  141. data/schemas/githubLogin.json +9 -0
  142. data/schemas/integration.json +4 -4
  143. data/schemas/integrationPatch.json +4 -4
  144. data/schemas/integrationPost.json +4 -4
  145. data/schemas/integrations.json +4 -4
  146. data/schemas/{applicationCloneEnqueued.json → jobEnqueuedResult.json} +0 -0
  147. data/schemas/me.json +3 -0
  148. data/schemas/multiDeviceCommand.json +1019 -0
  149. data/schemas/notebook.json +207 -35
  150. data/schemas/notebookDataExportOptions.json +4 -0
  151. data/schemas/notebookExecutionLogs.json +4 -0
  152. data/schemas/notebookExecutionOptions.json +4 -0
  153. data/schemas/notebookPatch.json +207 -35
  154. data/schemas/notebookPost.json +207 -35
  155. data/schemas/notebooks.json +207 -35
  156. data/schemas/org.json +8 -0
  157. data/schemas/orgPatch.json +9 -0
  158. data/schemas/orgs.json +8 -0
  159. data/schemas/samlResponse.json +21 -0
  160. data/schemas/ssoRequest.json +20 -0
  161. data/schemas/timeSeriesData.json +91 -12
  162. data/schemas/timeSeriesQuery.json +21 -12
  163. data/schemas/userCredentials.json +9 -0
  164. data/schemas/userPost.json +9 -0
  165. data/schemas/{validationCloneErrors.json → validationErrors.json} +9 -2
  166. metadata +24 -7
@@ -417,6 +417,14 @@
417
417
  "iconColor": {
418
418
  "type": "string",
419
419
  "maxLength": 64
420
+ },
421
+ "whitelistedEmailDomains": {
422
+ "type": "array",
423
+ "items": {
424
+ "type": "string",
425
+ "maxLength": 1024,
426
+ "minLength": 3
427
+ }
420
428
  }
421
429
  }
422
430
  }
@@ -27,6 +27,15 @@
27
27
  "iconColor": {
28
28
  "type": "string",
29
29
  "maxLength": 64
30
+ },
31
+ "whitelistedEmailDomains": {
32
+ "type": "array",
33
+ "maxItems": 25,
34
+ "items": {
35
+ "type": "string",
36
+ "maxLength": 1024,
37
+ "minLength": 3
38
+ }
30
39
  }
31
40
  },
32
41
  "additionalProperties": false
@@ -424,6 +424,14 @@
424
424
  "iconColor": {
425
425
  "type": "string",
426
426
  "maxLength": 64
427
+ },
428
+ "whitelistedEmailDomains": {
429
+ "type": "array",
430
+ "items": {
431
+ "type": "string",
432
+ "maxLength": 1024,
433
+ "minLength": 3
434
+ }
427
435
  }
428
436
  }
429
437
  }
@@ -0,0 +1,21 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-04/schema#",
3
+ "type": "object",
4
+ "properties": {
5
+ "SAMLResponse": {
6
+ "type": "string",
7
+ "minLength": 4,
8
+ "maxLength": 100000
9
+ },
10
+ "SAMLDomain": {
11
+ "type": "string",
12
+ "maxLength": 1024,
13
+ "minLength": 3
14
+ }
15
+ },
16
+ "required": [
17
+ "SAMLResponse",
18
+ "SAMLDomain"
19
+ ],
20
+ "additionalProperties": false
21
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-04/schema#",
3
+ "type": "object",
4
+ "properties": {
5
+ "ssoType": {
6
+ "type": "string",
7
+ "enum": [
8
+ "SAML"
9
+ ]
10
+ },
11
+ "ssoRequest": {
12
+ "type": "string",
13
+ "maxLength": 32767
14
+ }
15
+ },
16
+ "required": [
17
+ "ssoType",
18
+ "ssoRequest"
19
+ ]
20
+ }
@@ -14,18 +14,97 @@
14
14
  "type": "number"
15
15
  },
16
16
  "aggregation": {
17
- "type": "string",
18
- "enum": [
19
- "FIRST",
20
- "LAST",
21
- "COUNT",
22
- "MAX",
23
- "MIN",
24
- "MEDIAN",
25
- "MEAN",
26
- "SUM",
27
- "STD_DEV",
28
- "NONE"
17
+ "oneOf": [
18
+ {
19
+ "oneOf": [
20
+ {
21
+ "type": "string",
22
+ "enum": [
23
+ "FIRST",
24
+ "LAST",
25
+ "COUNT",
26
+ "MAX",
27
+ "MIN",
28
+ "MEDIAN",
29
+ "MEAN",
30
+ "SUM",
31
+ "STD_DEV"
32
+ ]
33
+ },
34
+ {
35
+ "type": "string",
36
+ "enum": [
37
+ "NONE"
38
+ ]
39
+ }
40
+ ]
41
+ },
42
+ {
43
+ "type": "object",
44
+ "properties": {
45
+ "type": {
46
+ "oneOf": [
47
+ {
48
+ "type": "string",
49
+ "enum": [
50
+ "FIRST",
51
+ "LAST",
52
+ "COUNT",
53
+ "MAX",
54
+ "MIN",
55
+ "MEDIAN",
56
+ "MEAN",
57
+ "SUM",
58
+ "STD_DEV"
59
+ ]
60
+ },
61
+ {
62
+ "type": "string",
63
+ "enum": [
64
+ "NONE"
65
+ ]
66
+ }
67
+ ]
68
+ },
69
+ "options": {
70
+ "type": "object",
71
+ "additionalProperties": false
72
+ }
73
+ },
74
+ "additionalProperties": false,
75
+ "required": [
76
+ "type"
77
+ ]
78
+ },
79
+ {
80
+ "type": "object",
81
+ "properties": {
82
+ "type": {
83
+ "type": "string",
84
+ "enum": [
85
+ "TIMEATVALUE"
86
+ ]
87
+ },
88
+ "options": {
89
+ "type": "object",
90
+ "properties": {
91
+ "value": {
92
+ "type": "string",
93
+ "maxLength": 255
94
+ }
95
+ },
96
+ "additionalProperties": false,
97
+ "required": [
98
+ "value"
99
+ ]
100
+ }
101
+ },
102
+ "additionalProperties": false,
103
+ "required": [
104
+ "type",
105
+ "options"
106
+ ]
107
+ }
29
108
  ]
30
109
  },
31
110
  "devices": {
@@ -15,18 +15,27 @@
15
15
  "type": "number"
16
16
  },
17
17
  "aggregation": {
18
- "type": "string",
19
- "enum": [
20
- "FIRST",
21
- "LAST",
22
- "COUNT",
23
- "MAX",
24
- "MIN",
25
- "MEDIAN",
26
- "MEAN",
27
- "SUM",
28
- "STD_DEV",
29
- "NONE"
18
+ "oneOf": [
19
+ {
20
+ "type": "string",
21
+ "enum": [
22
+ "FIRST",
23
+ "LAST",
24
+ "COUNT",
25
+ "MAX",
26
+ "MIN",
27
+ "MEDIAN",
28
+ "MEAN",
29
+ "SUM",
30
+ "STD_DEV"
31
+ ]
32
+ },
33
+ {
34
+ "type": "string",
35
+ "enum": [
36
+ "NONE"
37
+ ]
38
+ }
30
39
  ]
31
40
  },
32
41
  "attributes": {
@@ -81,6 +81,8 @@
81
81
  "application.archiveData",
82
82
  "application.backfillArchiveData",
83
83
  "application.clone",
84
+ "application.export",
85
+ "application.import",
84
86
  "application.fullEventsArchive",
85
87
  "application.fullDataTablesArchive",
86
88
  "application.debug",
@@ -152,6 +154,8 @@
152
154
  "deviceRecipes.get",
153
155
  "deviceRecipes.post",
154
156
  "devices.patch",
157
+ "devices.delete",
158
+ "devices.removeData",
155
159
  "devices.detailedSummary",
156
160
  "devices.export",
157
161
  "devices.get",
@@ -179,6 +183,7 @@
179
183
  "experienceDomains.post",
180
184
  "experienceEndpoint.delete",
181
185
  "experienceEndpoint.get",
186
+ "experienceEndpoint.linkedResources",
182
187
  "experienceEndpoint.patch",
183
188
  "experienceEndpoints.get",
184
189
  "experienceEndpoints.post",
@@ -208,6 +213,7 @@
208
213
  "experienceView.debug",
209
214
  "experienceView.delete",
210
215
  "experienceView.get",
216
+ "experienceView.linkedResources",
211
217
  "experienceView.patch",
212
218
  "experienceViews.debug",
213
219
  "experienceViews.detailedSummary",
@@ -273,6 +279,7 @@
273
279
  "org.*",
274
280
  "applications.get",
275
281
  "applications.post",
282
+ "applications.import",
276
283
  "applications.detailedSummary",
277
284
  "auditLog.get",
278
285
  "auditLogs.get",
@@ -303,6 +310,8 @@
303
310
  "enum": [
304
311
  "all.User",
305
312
  "all.User.read",
313
+ "applicationTemplates.*",
314
+ "applicationTemplates.get",
306
315
  "me.*",
307
316
  "orgs.*",
308
317
  "me.get",
@@ -136,6 +136,8 @@
136
136
  "application.archiveData",
137
137
  "application.backfillArchiveData",
138
138
  "application.clone",
139
+ "application.export",
140
+ "application.import",
139
141
  "application.fullEventsArchive",
140
142
  "application.fullDataTablesArchive",
141
143
  "application.debug",
@@ -207,6 +209,8 @@
207
209
  "deviceRecipes.get",
208
210
  "deviceRecipes.post",
209
211
  "devices.patch",
212
+ "devices.delete",
213
+ "devices.removeData",
210
214
  "devices.detailedSummary",
211
215
  "devices.export",
212
216
  "devices.get",
@@ -234,6 +238,7 @@
234
238
  "experienceDomains.post",
235
239
  "experienceEndpoint.delete",
236
240
  "experienceEndpoint.get",
241
+ "experienceEndpoint.linkedResources",
237
242
  "experienceEndpoint.patch",
238
243
  "experienceEndpoints.get",
239
244
  "experienceEndpoints.post",
@@ -263,6 +268,7 @@
263
268
  "experienceView.debug",
264
269
  "experienceView.delete",
265
270
  "experienceView.get",
271
+ "experienceView.linkedResources",
266
272
  "experienceView.patch",
267
273
  "experienceViews.debug",
268
274
  "experienceViews.detailedSummary",
@@ -328,6 +334,7 @@
328
334
  "org.*",
329
335
  "applications.get",
330
336
  "applications.post",
337
+ "applications.import",
331
338
  "applications.detailedSummary",
332
339
  "auditLog.get",
333
340
  "auditLogs.get",
@@ -358,6 +365,8 @@
358
365
  "enum": [
359
366
  "all.User",
360
367
  "all.User.read",
368
+ "applicationTemplates.*",
369
+ "applicationTemplates.get",
361
370
  "me.*",
362
371
  "orgs.*",
363
372
  "me.get",
@@ -20,8 +20,15 @@
20
20
  "type": "string"
21
21
  },
22
22
  "id": {
23
- "type": "string",
24
- "pattern": "^[A-Fa-f\\d]{24}$"
23
+ "oneOf": [
24
+ {
25
+ "type": "string",
26
+ "pattern": "^[A-Fa-f\\d]{24}$"
27
+ },
28
+ {
29
+ "type": "string"
30
+ }
31
+ ]
25
32
  },
26
33
  "message": {
27
34
  "type": "string"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: losant_rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.1
4
+ version: 1.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Kuehl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-07 00:00:00.000000000 Z
11
+ date: 2020-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -91,6 +91,7 @@ files:
91
91
  - docs/applicationCertificates.md
92
92
  - docs/applicationKey.md
93
93
  - docs/applicationKeys.md
94
+ - docs/applicationTemplates.md
94
95
  - docs/applications.md
95
96
  - docs/auditLog.md
96
97
  - docs/auditLogs.md
@@ -152,6 +153,7 @@ files:
152
153
  - lib/losant_rest/application_certificates.rb
153
154
  - lib/losant_rest/application_key.rb
154
155
  - lib/losant_rest/application_keys.rb
156
+ - lib/losant_rest/application_templates.rb
155
157
  - lib/losant_rest/applications.rb
156
158
  - lib/losant_rest/audit_log.rb
157
159
  - lib/losant_rest/audit_logs.rb
@@ -206,6 +208,7 @@ files:
206
208
  - lib/losant_rest/webhook.rb
207
209
  - lib/losant_rest/webhooks.rb
208
210
  - losant_rest.gemspec
211
+ - schemas/advancedDeviceQuery.json
209
212
  - schemas/advancedEventQuery.json
210
213
  - schemas/advancedQuery.json
211
214
  - schemas/apiToken.json
@@ -222,9 +225,10 @@ files:
222
225
  - schemas/applicationCertificatePost.json
223
226
  - schemas/applicationCertificates.json
224
227
  - schemas/applicationCloneDryRunResult.json
225
- - schemas/applicationCloneEnqueued.json
226
228
  - schemas/applicationClonePost.json
227
- - schemas/applicationCloneResult.json
229
+ - schemas/applicationCreationByTemplateResult.json
230
+ - schemas/applicationExportPost.json
231
+ - schemas/applicationExportResult.json
228
232
  - schemas/applicationKey.json
229
233
  - schemas/applicationKeyPatch.json
230
234
  - schemas/applicationKeyPost.json
@@ -232,7 +236,11 @@ files:
232
236
  - schemas/applicationKeys.json
233
237
  - schemas/applicationPatch.json
234
238
  - schemas/applicationPost.json
239
+ - schemas/applicationReadme.json
240
+ - schemas/applicationReadmePatch.json
235
241
  - schemas/applicationSearchResult.json
242
+ - schemas/applicationTemplate.json
243
+ - schemas/applicationTemplates.json
236
244
  - schemas/applications.json
237
245
  - schemas/auditLog.json
238
246
  - schemas/auditLogFilter.json
@@ -283,7 +291,13 @@ files:
283
291
  - schemas/deviceStates.json
284
292
  - schemas/deviceTagFilter.json
285
293
  - schemas/devices.json
294
+ - schemas/devicesDataRemoved.json
295
+ - schemas/devicesDeletePost.json
296
+ - schemas/devicesDeleted.json
297
+ - schemas/devicesExportPost.json
286
298
  - schemas/devicesPatch.json
299
+ - schemas/devicesRemoveDataPost.json
300
+ - schemas/devicesUpdated.json
287
301
  - schemas/disableTwoFactorAuth.json
288
302
  - schemas/edgeDeployment.json
289
303
  - schemas/edgeDeploymentRelease.json
@@ -315,6 +329,7 @@ files:
315
329
  - schemas/experienceGroupPatch.json
316
330
  - schemas/experienceGroupPost.json
317
331
  - schemas/experienceGroups.json
332
+ - schemas/experienceLinkedResources.json
318
333
  - schemas/experienceSlug.json
319
334
  - schemas/experienceSlugPatch.json
320
335
  - schemas/experienceSlugPost.json
@@ -355,6 +370,7 @@ files:
355
370
  - schemas/integrationPatch.json
356
371
  - schemas/integrationPost.json
357
372
  - schemas/integrations.json
373
+ - schemas/jobEnqueuedResult.json
358
374
  - schemas/lastValueData.json
359
375
  - schemas/lastValueQuery.json
360
376
  - schemas/me.json
@@ -385,6 +401,8 @@ files:
385
401
  - schemas/recentItem.json
386
402
  - schemas/recentItemList.json
387
403
  - schemas/resourceTransfer.json
404
+ - schemas/samlResponse.json
405
+ - schemas/ssoRequest.json
388
406
  - schemas/success.json
389
407
  - schemas/timeSeriesData.json
390
408
  - schemas/timeSeriesQuery.json
@@ -392,7 +410,7 @@ files:
392
410
  - schemas/userPost.json
393
411
  - schemas/validateContextError.json
394
412
  - schemas/validateContextSuccess.json
395
- - schemas/validationCloneErrors.json
413
+ - schemas/validationErrors.json
396
414
  - schemas/virtualButtonPress.json
397
415
  - schemas/webhook.json
398
416
  - schemas/webhookPatch.json
@@ -419,8 +437,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
419
437
  - !ruby/object:Gem::Version
420
438
  version: '0'
421
439
  requirements: []
422
- rubyforge_project:
423
- rubygems_version: 2.5.2.3
440
+ rubygems_version: 3.1.2
424
441
  signing_key:
425
442
  specification_version: 4
426
443
  summary: Provides a simple ruby wrapper around the Losant REST API