losant_rest 1.12.0 → 1.14.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (202) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +1 -1
  4. data/docs/_schemas.md +17509 -8097
  5. data/docs/application.md +6 -6
  6. data/docs/applicationApiTokens.md +1 -1
  7. data/docs/applications.md +1 -1
  8. data/docs/dataTable.md +1 -1
  9. data/docs/dataTableRows.md +1 -1
  10. data/docs/dataTables.md +1 -1
  11. data/docs/device.md +43 -0
  12. data/docs/devices.md +41 -2
  13. data/docs/edgeDeployment.md +49 -0
  14. data/docs/events.md +3 -3
  15. data/docs/experience.md +1 -1
  16. data/docs/experienceDomains.md +1 -1
  17. data/docs/experienceGroup.md +2 -0
  18. data/docs/experienceSlugs.md +1 -1
  19. data/docs/experienceVersion.md +3 -3
  20. data/docs/experienceVersions.md +2 -2
  21. data/docs/experienceView.md +4 -4
  22. data/docs/experienceViews.md +2 -2
  23. data/docs/file.md +5 -5
  24. data/docs/files.md +2 -2
  25. data/docs/flow.md +41 -0
  26. data/docs/flowVersions.md +44 -0
  27. data/docs/instance.md +168 -0
  28. data/docs/instanceApiToken.md +133 -0
  29. data/docs/instanceApiTokens.md +91 -0
  30. data/docs/instanceMember.md +133 -0
  31. data/docs/instanceMembers.md +91 -0
  32. data/docs/instanceOrg.md +135 -0
  33. data/docs/instanceOrgInvite.md +139 -0
  34. data/docs/instanceOrgInvites.md +96 -0
  35. data/docs/instanceOrgMember.md +139 -0
  36. data/docs/instanceOrgMembers.md +96 -0
  37. data/docs/instanceOrgs.md +91 -0
  38. data/docs/instances.md +50 -0
  39. data/docs/me.md +1 -1
  40. data/docs/org.md +1 -1
  41. data/docs/userApiToken.md +125 -0
  42. data/docs/userApiTokens.md +87 -0
  43. data/lib/losant_rest/application.rb +7 -7
  44. data/lib/losant_rest/application_api_token.rb +1 -1
  45. data/lib/losant_rest/application_api_tokens.rb +2 -2
  46. data/lib/losant_rest/application_certificate.rb +1 -1
  47. data/lib/losant_rest/application_certificate_authorities.rb +1 -1
  48. data/lib/losant_rest/application_certificate_authority.rb +1 -1
  49. data/lib/losant_rest/application_certificates.rb +1 -1
  50. data/lib/losant_rest/application_dashboard.rb +1 -1
  51. data/lib/losant_rest/application_dashboards.rb +1 -1
  52. data/lib/losant_rest/application_key.rb +1 -1
  53. data/lib/losant_rest/application_keys.rb +1 -1
  54. data/lib/losant_rest/application_template.rb +1 -1
  55. data/lib/losant_rest/application_templates.rb +1 -1
  56. data/lib/losant_rest/applications.rb +2 -2
  57. data/lib/losant_rest/audit_log.rb +1 -1
  58. data/lib/losant_rest/audit_logs.rb +1 -1
  59. data/lib/losant_rest/auth.rb +1 -1
  60. data/lib/losant_rest/client.rb +63 -3
  61. data/lib/losant_rest/dashboard.rb +1 -1
  62. data/lib/losant_rest/dashboards.rb +1 -1
  63. data/lib/losant_rest/data.rb +1 -1
  64. data/lib/losant_rest/data_table.rb +2 -2
  65. data/lib/losant_rest/data_table_row.rb +1 -1
  66. data/lib/losant_rest/data_table_rows.rb +2 -2
  67. data/lib/losant_rest/data_tables.rb +2 -2
  68. data/lib/losant_rest/device.rb +51 -1
  69. data/lib/losant_rest/device_recipe.rb +1 -1
  70. data/lib/losant_rest/device_recipes.rb +1 -1
  71. data/lib/losant_rest/devices.rb +49 -3
  72. data/lib/losant_rest/edge_deployment.rb +81 -0
  73. data/lib/losant_rest/edge_deployments.rb +1 -1
  74. data/lib/losant_rest/error.rb +1 -1
  75. data/lib/losant_rest/event.rb +1 -1
  76. data/lib/losant_rest/events.rb +4 -4
  77. data/lib/losant_rest/experience.rb +2 -2
  78. data/lib/losant_rest/experience_domain.rb +1 -1
  79. data/lib/losant_rest/experience_domains.rb +2 -2
  80. data/lib/losant_rest/experience_endpoint.rb +1 -1
  81. data/lib/losant_rest/experience_endpoints.rb +1 -1
  82. data/lib/losant_rest/experience_group.rb +5 -1
  83. data/lib/losant_rest/experience_groups.rb +1 -1
  84. data/lib/losant_rest/experience_slug.rb +1 -1
  85. data/lib/losant_rest/experience_slugs.rb +2 -2
  86. data/lib/losant_rest/experience_user.rb +1 -1
  87. data/lib/losant_rest/experience_users.rb +1 -1
  88. data/lib/losant_rest/experience_version.rb +4 -4
  89. data/lib/losant_rest/experience_versions.rb +3 -3
  90. data/lib/losant_rest/experience_view.rb +5 -5
  91. data/lib/losant_rest/experience_views.rb +3 -3
  92. data/lib/losant_rest/file.rb +5 -5
  93. data/lib/losant_rest/files.rb +3 -3
  94. data/lib/losant_rest/flow.rb +47 -1
  95. data/lib/losant_rest/flow_version.rb +1 -1
  96. data/lib/losant_rest/flow_versions.rb +51 -1
  97. data/lib/losant_rest/flows.rb +1 -1
  98. data/lib/losant_rest/instance.rb +227 -0
  99. data/lib/losant_rest/instance_api_token.rb +176 -0
  100. data/lib/losant_rest/instance_api_tokens.rb +136 -0
  101. data/lib/losant_rest/instance_member.rb +176 -0
  102. data/lib/losant_rest/instance_members.rb +134 -0
  103. data/lib/losant_rest/instance_org.rb +180 -0
  104. data/lib/losant_rest/instance_org_invite.rb +182 -0
  105. data/lib/losant_rest/instance_org_invites.rb +138 -0
  106. data/lib/losant_rest/instance_org_member.rb +182 -0
  107. data/lib/losant_rest/instance_org_members.rb +138 -0
  108. data/lib/losant_rest/instance_orgs.rb +139 -0
  109. data/lib/losant_rest/instances.rb +88 -0
  110. data/lib/losant_rest/integration.rb +1 -1
  111. data/lib/losant_rest/integrations.rb +1 -1
  112. data/lib/losant_rest/me.rb +2 -2
  113. data/lib/losant_rest/notebook.rb +1 -1
  114. data/lib/losant_rest/notebooks.rb +1 -1
  115. data/lib/losant_rest/org.rb +2 -2
  116. data/lib/losant_rest/org_invites.rb +1 -1
  117. data/lib/losant_rest/orgs.rb +1 -1
  118. data/lib/losant_rest/user_api_token.rb +170 -0
  119. data/lib/losant_rest/user_api_tokens.rb +132 -0
  120. data/lib/losant_rest/utils.rb +1 -1
  121. data/lib/losant_rest/version.rb +2 -2
  122. data/lib/losant_rest/webhook.rb +1 -1
  123. data/lib/losant_rest/webhooks.rb +1 -1
  124. data/lib/losant_rest.rb +16 -1
  125. data/schemas/advancedDeviceQuery.json +309 -0
  126. data/schemas/apiToken.json +2 -1
  127. data/schemas/apiTokenPost.json +431 -0
  128. data/schemas/apiTokens.json +4 -2
  129. data/schemas/applicationApiTokenPost.json +1 -0
  130. data/schemas/applicationDashboardPost.json +39 -17
  131. data/schemas/auditLog.json +4 -0
  132. data/schemas/auditLogFilter.json +4 -0
  133. data/schemas/auditLogs.json +4 -0
  134. data/schemas/bulkDeleteResponse.json +12 -0
  135. data/schemas/dashboard.json +39 -17
  136. data/schemas/dashboardPatch.json +39 -17
  137. data/schemas/dashboardPost.json +39 -17
  138. data/schemas/dashboardSendReport.json +4 -0
  139. data/schemas/dashboards.json +39 -17
  140. data/schemas/dataTableRowsDelete.json +1 -1
  141. data/schemas/devicePayloadCounts.json +24 -0
  142. data/schemas/devicesDeletePost.json +309 -0
  143. data/schemas/devicesExportPayloadCountPost.json +1350 -0
  144. data/schemas/devicesExportPost.json +309 -0
  145. data/schemas/devicesPatch.json +309 -0
  146. data/schemas/devicesRemoveDataPost.json +309 -0
  147. data/schemas/edgeDeployment.json +16 -0
  148. data/schemas/edgeDeployments.json +16 -0
  149. data/schemas/eventsDeleted.json +1 -1
  150. data/schemas/experienceGroup.json +6 -0
  151. data/schemas/experienceGroups.json +6 -0
  152. data/schemas/experienceLinkedResources.json +381 -6
  153. data/schemas/filePost.json +8 -2
  154. data/schemas/flow.json +127 -2
  155. data/schemas/flowPatch.json +127 -2
  156. data/schemas/flowPost.json +127 -2
  157. data/schemas/flowStorageMetadata.json +13 -0
  158. data/schemas/flowVersion.json +254 -4
  159. data/schemas/flowVersionPost.json +127 -2
  160. data/schemas/flowVersions.json +254 -4
  161. data/schemas/flowVersionsDeletePost.json +941 -0
  162. data/schemas/flows.json +127 -2
  163. data/schemas/flowsImportPost.json +254 -4
  164. data/schemas/flowsImportResult.json +381 -6
  165. data/schemas/githubLogin.json +64 -11
  166. data/schemas/historicalSummaries.json +43 -0
  167. data/schemas/historicalSummary.json +490 -0
  168. data/schemas/instance.json +60 -0
  169. data/schemas/instanceMember.json +41 -0
  170. data/schemas/instanceMemberPatch.json +17 -0
  171. data/schemas/instanceMemberPost.json +37 -0
  172. data/schemas/instanceMembers.json +77 -0
  173. data/schemas/instanceOrg.json +14 -0
  174. data/schemas/instanceOrgMember.json +45 -0
  175. data/schemas/instanceOrgMemberPatch.json +69 -0
  176. data/schemas/instanceOrgMemberPost.json +161 -0
  177. data/schemas/instanceOrgMembers.json +42 -0
  178. data/schemas/instanceOrgPatch.json +19 -0
  179. data/schemas/instanceOrgPost.json +177 -0
  180. data/schemas/instanceOrgs.json +18 -0
  181. data/schemas/instancePatch.json +67 -0
  182. data/schemas/instanceReportOptionsPost.json +41 -0
  183. data/schemas/me.json +30 -14
  184. data/schemas/multiDeviceCommand.json +309 -0
  185. data/schemas/notebook.json +45 -0
  186. data/schemas/notebookPatch.json +30 -0
  187. data/schemas/notebookPost.json +30 -0
  188. data/schemas/notebooks.json +45 -0
  189. data/schemas/org.json +30 -14
  190. data/schemas/orgInvite.json +90 -0
  191. data/schemas/orgInviteCollection.json +130 -0
  192. data/schemas/orgInvites.json +82 -77
  193. data/schemas/orgPatch.json +0 -9
  194. data/schemas/orgRoleInfo.json +69 -0
  195. data/schemas/orgs.json +30 -14
  196. data/schemas/payloadStats.json +126 -0
  197. data/schemas/userCredentials.json +64 -11
  198. data/schemas/userPost.json +64 -11
  199. data/schemas/validateContextError.json +34 -0
  200. data/schemas/validateContextSuccess.json +34 -0
  201. data/schemas/virtualButtonPress.json +4 -0
  202. metadata +55 -3
@@ -87,6 +87,7 @@
87
87
  "enum": [
88
88
  "all.Application",
89
89
  "all.Application.read",
90
+ "all.Application.cli",
90
91
  "all.Device",
91
92
  "all.Device.read",
92
93
  "application.*",
@@ -109,6 +110,7 @@
109
110
  "deviceRecipe.*",
110
111
  "deviceRecipes.*",
111
112
  "devices.*",
113
+ "edgeDeployment.*",
112
114
  "edgeDeployments.*",
113
115
  "event.*",
114
116
  "events.*",
@@ -209,6 +211,7 @@
209
211
  "device.getLogEntries",
210
212
  "device.getState",
211
213
  "device.patch",
214
+ "device.payloadCounts",
212
215
  "device.removeData",
213
216
  "device.sendCommand",
214
217
  "device.sendState",
@@ -227,10 +230,12 @@
227
230
  "devices.detailedSummary",
228
231
  "devices.export",
229
232
  "devices.get",
233
+ "devices.payloadCounts",
230
234
  "devices.post",
231
235
  "devices.sendCommand",
232
236
  "devices.tagKeys",
233
237
  "devices.tagValues",
238
+ "edgeDeployment.get",
234
239
  "edgeDeployments.get",
235
240
  "edgeDeployments.release",
236
241
  "edgeDeployments.remove",
@@ -306,6 +311,7 @@
306
311
  "flow.patch",
307
312
  "flow.pressVirtualButton",
308
313
  "flow.setStorageEntry",
314
+ "flow.getStorageEntriesMetadata",
309
315
  "flow.stats",
310
316
  "flows.get",
311
317
  "flows.getByVersion",
@@ -317,6 +323,7 @@
317
323
  "flowVersion.log",
318
324
  "flowVersion.patch",
319
325
  "flowVersion.stats",
326
+ "flowVersions.delete",
320
327
  "flowVersions.get",
321
328
  "flowVersions.post",
322
329
  "integration.delete",
@@ -379,30 +386,75 @@
379
386
  }
380
387
  ]
381
388
  },
389
+ {
390
+ "type": "string",
391
+ "enum": [
392
+ "all.Instance",
393
+ "all.Instance.read",
394
+ "instance.*",
395
+ "instance.get",
396
+ "instance.patch",
397
+ "instance.historicalSummaries",
398
+ "instance.generateReport",
399
+ "instanceOrg.*",
400
+ "instanceOrg.get",
401
+ "instanceOrg.patch",
402
+ "instanceOrg.delete",
403
+ "instanceOrgs.*",
404
+ "instanceOrgs.get",
405
+ "instanceOrgs.post",
406
+ "instanceMember.*",
407
+ "instanceMember.get",
408
+ "instanceMember.patch",
409
+ "instanceMember.delete",
410
+ "instanceMembers.*",
411
+ "instanceMembers.get",
412
+ "instanceMembers.post",
413
+ "instanceOrgMember.*",
414
+ "instanceOrgMember.get",
415
+ "instanceOrgMember.patch",
416
+ "instanceOrgMember.delete",
417
+ "instanceOrgMembers.*",
418
+ "instanceOrgMembers.get",
419
+ "instanceOrgMembers.post",
420
+ "instanceOrgInvite.*",
421
+ "instanceOrgInvite.get",
422
+ "instanceOrgInvite.delete",
423
+ "instanceOrgInvite.resendInvite",
424
+ "instanceOrgInvites.*",
425
+ "instanceOrgInvites.get",
426
+ "instanceOrgInvites.post",
427
+ "instanceApiTokens.*",
428
+ "instanceApiTokens.get",
429
+ "instanceApiTokens.post",
430
+ "instanceApiToken.*",
431
+ "instanceApiToken.get",
432
+ "instanceApiToken.patch",
433
+ "instanceApiToken.delete"
434
+ ]
435
+ },
382
436
  {
383
437
  "type": "string",
384
438
  "enum": [
385
439
  "all.User",
386
440
  "all.User.read",
441
+ "all.User.cli",
442
+ "userApiToken.*",
443
+ "userApiToken.get",
444
+ "userApiToken.patch",
445
+ "userApiToken.delete",
446
+ "userApiTokens.*",
447
+ "userApiTokens.get",
448
+ "userApiTokens.post",
387
449
  "applicationTemplate.*",
388
450
  "applicationTemplate.get",
389
451
  "applicationTemplates.*",
390
452
  "applicationTemplates.get",
391
453
  "applicationTemplates.getCategories",
392
454
  "applicationTemplates.getUniqueKeywords",
393
- "me.*",
394
- "orgs.*",
395
- "instance.*",
396
- "instance.get",
397
455
  "instances.*",
398
456
  "instances.get",
399
- "instanceOrg.*",
400
- "instanceOrg.get",
401
- "instanceOrg.patch",
402
- "instanceOrg.delete",
403
- "instanceOrgs.*",
404
- "instanceOrgs.get",
405
- "instanceOrgs.post",
457
+ "me.*",
406
458
  "me.get",
407
459
  "me.patch",
408
460
  "me.delete",
@@ -416,6 +468,7 @@
416
468
  "me.fetchRecentItems",
417
469
  "me.payloadCounts",
418
470
  "me.transferResources",
471
+ "orgs.*",
419
472
  "orgs.get",
420
473
  "orgs.post"
421
474
  ]
@@ -66,6 +66,40 @@
66
66
  }
67
67
  }
68
68
  }
69
+ },
70
+ "attributes": {
71
+ "type": "object",
72
+ "patternProperties": {
73
+ "^[0-9a-zA-Z_-]{1,255}$": {
74
+ "type": "object",
75
+ "properties": {
76
+ "dataType": {
77
+ "type": "string",
78
+ "enum": [
79
+ "string",
80
+ "number",
81
+ "gps",
82
+ "boolean",
83
+ "blob"
84
+ ]
85
+ },
86
+ "description": {
87
+ "type": "string",
88
+ "maxLength": 32767
89
+ },
90
+ "tags": {
91
+ "type": "object",
92
+ "patternProperties": {
93
+ "^[0-9a-zA-Z_-]{1,255}$": {
94
+ "type": "string",
95
+ "minLength": 1,
96
+ "maxLength": 255
97
+ }
98
+ }
99
+ }
100
+ }
101
+ }
102
+ }
69
103
  }
70
104
  }
71
105
  }
@@ -66,6 +66,40 @@
66
66
  }
67
67
  }
68
68
  }
69
+ },
70
+ "attributes": {
71
+ "type": "object",
72
+ "patternProperties": {
73
+ "^[0-9a-zA-Z_-]{1,255}$": {
74
+ "type": "object",
75
+ "properties": {
76
+ "dataType": {
77
+ "type": "string",
78
+ "enum": [
79
+ "string",
80
+ "number",
81
+ "gps",
82
+ "boolean",
83
+ "blob"
84
+ ]
85
+ },
86
+ "description": {
87
+ "type": "string",
88
+ "maxLength": 32767
89
+ },
90
+ "tags": {
91
+ "type": "object",
92
+ "patternProperties": {
93
+ "^[0-9a-zA-Z_-]{1,255}$": {
94
+ "type": "string",
95
+ "minLength": 1,
96
+ "maxLength": 255
97
+ }
98
+ }
99
+ }
100
+ }
101
+ }
102
+ }
69
103
  }
70
104
  }
71
105
  }
@@ -15,6 +15,10 @@
15
15
  "deviceId": {
16
16
  "type": "string",
17
17
  "pattern": "^[A-Fa-f\\d]{24}$"
18
+ },
19
+ "deploymentId": {
20
+ "type": "string",
21
+ "pattern": "^[A-Fa-f\\d]{24}$"
18
22
  }
19
23
  },
20
24
  "required": [
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.12.0
4
+ version: 1.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Kuehl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-24 00:00:00.000000000 Z
11
+ date: 2021-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -110,6 +110,7 @@ files:
110
110
  - docs/deviceRecipe.md
111
111
  - docs/deviceRecipes.md
112
112
  - docs/devices.md
113
+ - docs/edgeDeployment.md
113
114
  - docs/edgeDeployments.md
114
115
  - docs/event.md
115
116
  - docs/events.md
@@ -134,6 +135,18 @@ files:
134
135
  - docs/flowVersion.md
135
136
  - docs/flowVersions.md
136
137
  - docs/flows.md
138
+ - docs/instance.md
139
+ - docs/instanceApiToken.md
140
+ - docs/instanceApiTokens.md
141
+ - docs/instanceMember.md
142
+ - docs/instanceMembers.md
143
+ - docs/instanceOrg.md
144
+ - docs/instanceOrgInvite.md
145
+ - docs/instanceOrgInvites.md
146
+ - docs/instanceOrgMember.md
147
+ - docs/instanceOrgMembers.md
148
+ - docs/instanceOrgs.md
149
+ - docs/instances.md
137
150
  - docs/integration.md
138
151
  - docs/integrations.md
139
152
  - docs/me.md
@@ -142,6 +155,8 @@ files:
142
155
  - docs/org.md
143
156
  - docs/orgInvites.md
144
157
  - docs/orgs.md
158
+ - docs/userApiToken.md
159
+ - docs/userApiTokens.md
145
160
  - docs/webhook.md
146
161
  - docs/webhooks.md
147
162
  - examples/auth.rb
@@ -176,6 +191,7 @@ files:
176
191
  - lib/losant_rest/device_recipe.rb
177
192
  - lib/losant_rest/device_recipes.rb
178
193
  - lib/losant_rest/devices.rb
194
+ - lib/losant_rest/edge_deployment.rb
179
195
  - lib/losant_rest/edge_deployments.rb
180
196
  - lib/losant_rest/error.rb
181
197
  - lib/losant_rest/event.rb
@@ -201,6 +217,18 @@ files:
201
217
  - lib/losant_rest/flow_version.rb
202
218
  - lib/losant_rest/flow_versions.rb
203
219
  - lib/losant_rest/flows.rb
220
+ - lib/losant_rest/instance.rb
221
+ - lib/losant_rest/instance_api_token.rb
222
+ - lib/losant_rest/instance_api_tokens.rb
223
+ - lib/losant_rest/instance_member.rb
224
+ - lib/losant_rest/instance_members.rb
225
+ - lib/losant_rest/instance_org.rb
226
+ - lib/losant_rest/instance_org_invite.rb
227
+ - lib/losant_rest/instance_org_invites.rb
228
+ - lib/losant_rest/instance_org_member.rb
229
+ - lib/losant_rest/instance_org_members.rb
230
+ - lib/losant_rest/instance_orgs.rb
231
+ - lib/losant_rest/instances.rb
204
232
  - lib/losant_rest/integration.rb
205
233
  - lib/losant_rest/integrations.rb
206
234
  - lib/losant_rest/me.rb
@@ -209,6 +237,8 @@ files:
209
237
  - lib/losant_rest/org.rb
210
238
  - lib/losant_rest/org_invites.rb
211
239
  - lib/losant_rest/orgs.rb
240
+ - lib/losant_rest/user_api_token.rb
241
+ - lib/losant_rest/user_api_tokens.rb
212
242
  - lib/losant_rest/utils.rb
213
243
  - lib/losant_rest/version.rb
214
244
  - lib/losant_rest/webhook.rb
@@ -223,6 +253,7 @@ files:
223
253
  - schemas/advancedQuery.json
224
254
  - schemas/apiToken.json
225
255
  - schemas/apiTokenPatch.json
256
+ - schemas/apiTokenPost.json
226
257
  - schemas/apiTokens.json
227
258
  - schemas/application.json
228
259
  - schemas/applicationApiTokenPost.json
@@ -263,6 +294,7 @@ files:
263
294
  - schemas/auditLogs.json
264
295
  - schemas/authedDevice.json
265
296
  - schemas/authedUser.json
297
+ - schemas/bulkDeleteResponse.json
266
298
  - schemas/changePassword.json
267
299
  - schemas/compositeDeviceState.json
268
300
  - schemas/dashboard.json
@@ -295,6 +327,7 @@ files:
295
327
  - schemas/deviceCredentials.json
296
328
  - schemas/deviceLog.json
297
329
  - schemas/devicePatch.json
330
+ - schemas/devicePayloadCounts.json
298
331
  - schemas/devicePost.json
299
332
  - schemas/deviceRecipe.json
300
333
  - schemas/deviceRecipeBulkCreate.json
@@ -311,6 +344,7 @@ files:
311
344
  - schemas/devicesDataRemoved.json
312
345
  - schemas/devicesDeletePost.json
313
346
  - schemas/devicesDeleted.json
347
+ - schemas/devicesExportPayloadCountPost.json
314
348
  - schemas/devicesExportPost.json
315
349
  - schemas/devicesPatch.json
316
350
  - schemas/devicesRemoveDataPost.json
@@ -376,20 +410,34 @@ files:
376
410
  - schemas/flowStats.json
377
411
  - schemas/flowStorageEntries.json
378
412
  - schemas/flowStorageEntry.json
413
+ - schemas/flowStorageMetadata.json
379
414
  - schemas/flowTriggerFilter.json
380
415
  - schemas/flowVersion.json
381
416
  - schemas/flowVersionPatch.json
382
417
  - schemas/flowVersionPost.json
383
418
  - schemas/flowVersions.json
419
+ - schemas/flowVersionsDeletePost.json
384
420
  - schemas/flows.json
385
421
  - schemas/flowsImportPost.json
386
422
  - schemas/flowsImportResult.json
387
423
  - schemas/githubLogin.json
424
+ - schemas/historicalSummaries.json
425
+ - schemas/historicalSummary.json
388
426
  - schemas/instance.json
427
+ - schemas/instanceMember.json
428
+ - schemas/instanceMemberPatch.json
429
+ - schemas/instanceMemberPost.json
430
+ - schemas/instanceMembers.json
389
431
  - schemas/instanceOrg.json
432
+ - schemas/instanceOrgMember.json
433
+ - schemas/instanceOrgMemberPatch.json
434
+ - schemas/instanceOrgMemberPost.json
435
+ - schemas/instanceOrgMembers.json
390
436
  - schemas/instanceOrgPatch.json
391
437
  - schemas/instanceOrgPost.json
392
438
  - schemas/instanceOrgs.json
439
+ - schemas/instancePatch.json
440
+ - schemas/instanceReportOptionsPost.json
393
441
  - schemas/instances.json
394
442
  - schemas/integration.json
395
443
  - schemas/integrationPatch.json
@@ -410,7 +458,9 @@ files:
410
458
  - schemas/notebookPost.json
411
459
  - schemas/notebooks.json
412
460
  - schemas/org.json
461
+ - schemas/orgInvite.json
413
462
  - schemas/orgInviteAction.json
463
+ - schemas/orgInviteCollection.json
414
464
  - schemas/orgInviteInfo.json
415
465
  - schemas/orgInvitePost.json
416
466
  - schemas/orgInviteResult.json
@@ -418,11 +468,13 @@ files:
418
468
  - schemas/orgMemberPatch.json
419
469
  - schemas/orgPatch.json
420
470
  - schemas/orgPost.json
471
+ - schemas/orgRoleInfo.json
421
472
  - schemas/orgs.json
422
473
  - schemas/passwordResetFinish.json
423
474
  - schemas/passwordResetInput.json
424
475
  - schemas/passwordResetResponse.json
425
476
  - schemas/payloadCounts.json
477
+ - schemas/payloadStats.json
426
478
  - schemas/recentItem.json
427
479
  - schemas/recentItemList.json
428
480
  - schemas/resourceTransfer.json
@@ -465,7 +517,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
465
517
  - !ruby/object:Gem::Version
466
518
  version: '0'
467
519
  requirements: []
468
- rubygems_version: 3.2.3
520
+ rubygems_version: 3.2.22
469
521
  signing_key:
470
522
  specification_version: 4
471
523
  summary: Provides a simple ruby wrapper around the Losant REST API