losant_rest 2.1.0 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. checksums.yaml +4 -4
  2. data/docs/_schemas.md +142339 -68894
  3. data/docs/application.md +6 -6
  4. data/docs/applicationCertificates.md +3 -2
  5. data/docs/applicationDashboard.md +1 -1
  6. data/docs/applications.md +1 -1
  7. data/docs/auth.md +1 -1
  8. data/docs/dashboard.md +1 -1
  9. data/docs/dashboards.md +1 -0
  10. data/docs/dataTableRow.md +1 -1
  11. data/docs/dataTableRows.md +3 -3
  12. data/docs/device.md +1 -1
  13. data/docs/edgeDeployments.md +3 -3
  14. data/docs/embeddedDeployments.md +3 -3
  15. data/docs/experience.md +1 -1
  16. data/docs/file.md +4 -4
  17. data/docs/files.md +1 -1
  18. data/docs/flowVersions.md +1 -1
  19. data/docs/instanceApiTokens.md +1 -1
  20. data/docs/instanceMember.md +1 -1
  21. data/docs/instanceOrg.md +1 -1
  22. data/docs/instanceOrgInvite.md +2 -2
  23. data/docs/instanceOrgInvites.md +1 -1
  24. data/docs/instanceOrgMembers.md +2 -1
  25. data/docs/instanceOrgs.md +1 -1
  26. data/docs/me.md +1 -1
  27. data/docs/notebook.md +1 -1
  28. data/docs/org.md +1 -1
  29. data/docs/privateFile.md +4 -4
  30. data/docs/privateFiles.md +1 -1
  31. data/docs/resourceJob.md +2 -2
  32. data/docs/userApiTokens.md +2 -2
  33. data/lib/platform_rest/application.rb +1 -1
  34. data/lib/platform_rest/application_certificates.rb +5 -2
  35. data/lib/platform_rest/application_dashboard.rb +1 -1
  36. data/lib/platform_rest/client.rb +2 -2
  37. data/lib/platform_rest/dashboard.rb +1 -1
  38. data/lib/platform_rest/dashboards.rb +1 -0
  39. data/lib/platform_rest/data_table_row.rb +1 -1
  40. data/lib/platform_rest/data_table_rows.rb +3 -3
  41. data/lib/platform_rest/device.rb +1 -1
  42. data/lib/platform_rest/edge_deployments.rb +3 -3
  43. data/lib/platform_rest/embedded_deployments.rb +3 -3
  44. data/lib/platform_rest/experience.rb +1 -1
  45. data/lib/platform_rest/file.rb +2 -2
  46. data/lib/platform_rest/instance_api_tokens.rb +1 -1
  47. data/lib/platform_rest/instance_member.rb +1 -1
  48. data/lib/platform_rest/instance_org.rb +1 -1
  49. data/lib/platform_rest/instance_org_invite.rb +2 -2
  50. data/lib/platform_rest/instance_org_invites.rb +2 -2
  51. data/lib/platform_rest/instance_org_members.rb +2 -1
  52. data/lib/platform_rest/instance_orgs.rb +1 -1
  53. data/lib/platform_rest/me.rb +1 -1
  54. data/lib/platform_rest/notebook.rb +1 -1
  55. data/lib/platform_rest/org.rb +1 -1
  56. data/lib/platform_rest/private_file.rb +2 -2
  57. data/lib/platform_rest/resource_job.rb +2 -2
  58. data/lib/platform_rest/user_api_tokens.rb +2 -2
  59. data/lib/platform_rest/version.rb +1 -1
  60. data/schemas/advancedApplicationCertQuery.json +1885 -0
  61. data/schemas/advancedApplicationKeyQuery.json +763 -763
  62. data/schemas/apiToken.json +10 -1
  63. data/schemas/apiTokenPost.json +4 -0
  64. data/schemas/apiTokens.json +20 -2
  65. data/schemas/application.json +15 -2
  66. data/schemas/applicationCertificate.json +90 -58
  67. data/schemas/applicationCertificateAuthorities.json +24 -0
  68. data/schemas/applicationCertificateAuthority.json +24 -0
  69. data/schemas/applicationCertificatePatch.json +32 -4
  70. data/schemas/applicationCertificatePost.json +28 -30
  71. data/schemas/applicationCertificates.json +90 -58
  72. data/schemas/applicationCreationByTemplateResult.json +15 -2
  73. data/schemas/applicationDashboardPost.json +315 -133
  74. data/schemas/applicationImportExecutions.json +3 -5
  75. data/schemas/applicationImportResult.json +674 -0
  76. data/schemas/applicationJobLog.json +129 -123
  77. data/schemas/applicationJobLogs.json +129 -123
  78. data/schemas/applicationKey.json +41 -41
  79. data/schemas/applicationKeyPatch.json +4 -4
  80. data/schemas/applicationKeyPost.json +36 -29
  81. data/schemas/applicationKeys.json +41 -41
  82. data/schemas/applicationSearchResult.json +10 -10
  83. data/schemas/applicationTemplates.json +9 -2
  84. data/schemas/applications.json +15 -2
  85. data/schemas/auditLog.json +2 -6
  86. data/schemas/auditLogs.json +2 -6
  87. data/schemas/authedDevice.json +3 -0
  88. data/schemas/credential.json +7 -0
  89. data/schemas/credentialLinkedResources.json +19724 -344
  90. data/schemas/credentialPatch.json +3 -0
  91. data/schemas/credentialPost.json +3 -0
  92. data/schemas/credentials.json +7 -0
  93. data/schemas/dashboard.json +335 -133
  94. data/schemas/dashboardBlockSuggestCodePost.json +19 -0
  95. data/schemas/dashboardPatch.json +315 -133
  96. data/schemas/dashboardPost.json +315 -133
  97. data/schemas/dashboardUpdateEventsResult.json +266 -0
  98. data/schemas/dashboards.json +335 -133
  99. data/schemas/dataTable.json +11 -0
  100. data/schemas/dataTableRowPatch.json +16 -0
  101. data/schemas/dataTableRowPost.json +39 -0
  102. data/schemas/dataTableRowPostResult.json +54 -0
  103. data/schemas/dataTables.json +11 -0
  104. data/schemas/device.json +259 -107
  105. data/schemas/deviceConnectionStatus.json +4 -0
  106. data/schemas/deviceLog.json +3 -0
  107. data/schemas/deviceRecipe.json +259 -108
  108. data/schemas/deviceRecipes.json +259 -108
  109. data/schemas/devices.json +287 -116
  110. data/schemas/edgeDeploymentRelease.json +4252 -39
  111. data/schemas/edgeDeployments.json +28 -0
  112. data/schemas/embeddedDeploymentRelease.json +2073 -0
  113. data/schemas/embeddedDeployments.json +25 -0
  114. data/schemas/error.json +14 -0
  115. data/schemas/event.json +4 -1
  116. data/schemas/eventPlusNewCount.json +4 -1
  117. data/schemas/events.json +4 -1
  118. data/schemas/experienceDomains.json +19 -0
  119. data/schemas/experienceEndpoint.json +19 -0
  120. data/schemas/experienceEndpoints.json +24 -0
  121. data/schemas/experienceLinkedResources.json +19728 -313
  122. data/schemas/experienceSlugs.json +19 -0
  123. data/schemas/experienceUsers.json +16 -2
  124. data/schemas/experienceVersions.json +25 -0
  125. data/schemas/experienceView.json +5 -0
  126. data/schemas/experienceViews.json +10 -0
  127. data/schemas/fileUploadPostResponse.json +92 -103
  128. data/schemas/files.json +5 -1
  129. data/schemas/flow.json +211 -46
  130. data/schemas/flowPatch.json +199 -46
  131. data/schemas/flowPost.json +199 -46
  132. data/schemas/flowStorageMetadata.json +2 -2
  133. data/schemas/flowVersion.json +450 -101
  134. data/schemas/flowVersionPost.json +199 -46
  135. data/schemas/flowVersions.json +9903 -113
  136. data/schemas/flows.json +9637 -46
  137. data/schemas/flowsImportPost.json +398 -92
  138. data/schemas/flowsImportResult.json +661 -147
  139. data/schemas/githubLogin.json +4 -0
  140. data/schemas/historicalSummaries.json +3 -2
  141. data/schemas/historicalSummary.json +3 -2
  142. data/schemas/instance.json +6 -0
  143. data/schemas/instanceAuditLog.json +2 -6
  144. data/schemas/instanceAuditLogs.json +90 -1
  145. data/schemas/instanceCustomNode.json +41 -2
  146. data/schemas/instanceCustomNodePatch.json +59 -6
  147. data/schemas/instanceCustomNodePost.json +59 -6
  148. data/schemas/instanceCustomNodes.json +41 -2
  149. data/schemas/instanceOrg.json +16 -1
  150. data/schemas/instanceOrgEntitlement.json +182 -0
  151. data/schemas/instanceOrgEntitlementSync.json +64 -0
  152. data/schemas/instanceOrgInvite.json +102 -0
  153. data/schemas/instanceOrgInviteSent.json +12 -0
  154. data/schemas/instanceOrgInvites.json +145 -0
  155. data/schemas/instanceOrgMember.json +52 -0
  156. data/schemas/instanceOrgMembers.json +105 -1
  157. data/schemas/instanceOrgPost.json +1 -1
  158. data/schemas/instanceOrgs.json +17 -2
  159. data/schemas/instanceSandbox.json +5 -1
  160. data/schemas/instanceSandboxes.json +9 -1
  161. data/schemas/instances.json +6 -0
  162. data/schemas/integration.json +38 -39
  163. data/schemas/integrationPatch.json +8 -8
  164. data/schemas/integrationPost.json +8 -8
  165. data/schemas/integrations.json +38 -39
  166. data/schemas/jobEnqueuedResult.json +1 -1
  167. data/schemas/me.json +685 -88
  168. data/schemas/meEntitlements.json +194 -0
  169. data/schemas/notebook.json +33 -21
  170. data/schemas/notebookExecutionLogs.json +20 -0
  171. data/schemas/notebookMinuteCounts.json +1 -1
  172. data/schemas/notebookPatch.json +29 -21
  173. data/schemas/notebookPost.json +29 -21
  174. data/schemas/notebooks.json +33 -21
  175. data/schemas/notificationRule.json +4 -0
  176. data/schemas/notificationRules.json +8 -0
  177. data/schemas/org.json +30 -1
  178. data/schemas/orgInvites.json +77 -82
  179. data/schemas/orgInvitesUser.json +44 -47
  180. data/schemas/orgPost.json +4 -0
  181. data/schemas/orgs.json +30 -1
  182. data/schemas/paletteResponse.json +372 -364
  183. data/schemas/periodSummaries.json +1 -1
  184. data/schemas/recentItemList.json +226 -27
  185. data/schemas/resourceJob.json +33 -9
  186. data/schemas/resourceJobExecutionLogs.json +34 -20
  187. data/schemas/resourceJobExecutionOptions.json +1 -1
  188. data/schemas/resourceJobPatch.json +9 -9
  189. data/schemas/resourceJobPost.json +9 -9
  190. data/schemas/resourceJobs.json +33 -9
  191. data/schemas/samlResponse.json +4 -0
  192. data/schemas/tagValuesResponse.json +1 -2
  193. data/schemas/templateKeywords.json +1 -0
  194. data/schemas/timeSeriesData.json +36 -4
  195. data/schemas/userCredentials.json +4 -0
  196. data/schemas/userOauthToken.json +4 -1
  197. data/schemas/userOauthTokenPost.json +1 -1
  198. data/schemas/userOauthTokens.json +4 -1
  199. data/schemas/userPost.json +4 -0
  200. data/schemas/validateContextError.json +99 -24
  201. data/schemas/validateContextSuccess.json +99 -24
  202. metadata +13 -1
@@ -18,6 +18,9 @@
18
18
  },
19
19
  "aggregation": {
20
20
  "oneOf": [
21
+ {
22
+ "type": "null"
23
+ },
21
24
  {
22
25
  "oneOf": [
23
26
  {
@@ -171,10 +174,39 @@
171
174
  "type": "object",
172
175
  "patternProperties": {
173
176
  "^[0-9a-zA-Z_-]{1,255}$": {
174
- "type": [
175
- "number",
176
- "string",
177
- "boolean"
177
+ "oneOf": [
178
+ {
179
+ "type": [
180
+ "number",
181
+ "string",
182
+ "boolean"
183
+ ]
184
+ },
185
+ {
186
+ "type": "object",
187
+ "properties": {
188
+ "value": {
189
+ "type": [
190
+ "number",
191
+ "string",
192
+ "boolean"
193
+ ]
194
+ },
195
+ "sum": {
196
+ "type": "number"
197
+ },
198
+ "count": {
199
+ "type": "number"
200
+ },
201
+ "average": {
202
+ "type": "number"
203
+ },
204
+ "variance": {
205
+ "type": "number"
206
+ }
207
+ },
208
+ "additionalProperties": false
209
+ }
178
210
  ]
179
211
  }
180
212
  },
@@ -412,6 +412,7 @@
412
412
  "instance.payloadCountsBreakdown",
413
413
  "instance.deviceCounts",
414
414
  "instance.notebookMinuteCounts",
415
+ "instance.entitlements",
415
416
  "instanceOrg.*",
416
417
  "instanceOrg.get",
417
418
  "instanceOrg.patch",
@@ -420,6 +421,8 @@
420
421
  "instanceOrg.payloadCountsBreakdown",
421
422
  "instanceOrg.deviceCounts",
422
423
  "instanceOrg.notebookMinuteCounts",
424
+ "instanceOrg.entitlement",
425
+ "instanceOrg.entitlementSync",
423
426
  "instanceOrg.convertToEnterprise",
424
427
  "instanceOrgs.*",
425
428
  "instanceOrgs.get",
@@ -540,6 +543,7 @@
540
543
  "me.invites",
541
544
  "me.respondToInvite",
542
545
  "me.refreshToken",
546
+ "me.entitlements",
543
547
  "orgs.*",
544
548
  "orgs.get",
545
549
  "orgs.post"
@@ -147,7 +147,7 @@
147
147
  "only.User.read"
148
148
  ]
149
149
  },
150
- "description": "API scopes for this OAuth client"
150
+ "description": "API scopes for this OAuth token"
151
151
  },
152
152
  "status": {
153
153
  "type": "string",
@@ -200,6 +200,9 @@
200
200
  "pending",
201
201
  "authorized"
202
202
  ]
203
+ },
204
+ "authorizationCode": {
205
+ "type": "string"
203
206
  }
204
207
  }
205
208
  }
@@ -186,7 +186,7 @@
186
186
  "only.User.read"
187
187
  ]
188
188
  },
189
- "description": "API scopes for this OAuth client"
189
+ "description": "API scopes for this OAuth token"
190
190
  }
191
191
  },
192
192
  "additionalProperties": false,
@@ -154,7 +154,7 @@
154
154
  "only.User.read"
155
155
  ]
156
156
  },
157
- "description": "API scopes for this OAuth client"
157
+ "description": "API scopes for this OAuth token"
158
158
  },
159
159
  "status": {
160
160
  "type": "string",
@@ -207,6 +207,9 @@
207
207
  "pending",
208
208
  "authorized"
209
209
  ]
210
+ },
211
+ "authorizationCode": {
212
+ "type": "string"
210
213
  }
211
214
  }
212
215
  }
@@ -470,6 +470,7 @@
470
470
  "instance.payloadCountsBreakdown",
471
471
  "instance.deviceCounts",
472
472
  "instance.notebookMinuteCounts",
473
+ "instance.entitlements",
473
474
  "instanceOrg.*",
474
475
  "instanceOrg.get",
475
476
  "instanceOrg.patch",
@@ -478,6 +479,8 @@
478
479
  "instanceOrg.payloadCountsBreakdown",
479
480
  "instanceOrg.deviceCounts",
480
481
  "instanceOrg.notebookMinuteCounts",
482
+ "instanceOrg.entitlement",
483
+ "instanceOrg.entitlementSync",
481
484
  "instanceOrg.convertToEnterprise",
482
485
  "instanceOrgs.*",
483
486
  "instanceOrgs.get",
@@ -598,6 +601,7 @@
598
601
  "me.invites",
599
602
  "me.respondToInvite",
600
603
  "me.refreshToken",
604
+ "me.entitlements",
601
605
  "orgs.*",
602
606
  "orgs.get",
603
607
  "orgs.post"
@@ -17,30 +17,32 @@
17
17
  "patternProperties": {
18
18
  "^[0-9a-zA-Z_-]{1,255}$": {
19
19
  "anyOf": [
20
- [
21
- {
22
- "type": "string",
23
- "maxLength": 32767
24
- },
25
- {
26
- "type": "number"
27
- },
28
- {
29
- "type": "object",
30
- "properties": {
31
- "key": {
32
- "type": "string",
33
- "pattern": "^[0-9a-zA-Z_-]{1,255}$"
34
- },
35
- "value": {
36
- "type": "string",
37
- "minLength": 1,
38
- "maxLength": 255
39
- }
20
+ {
21
+ "oneOf": [
22
+ {
23
+ "type": "string",
24
+ "maxLength": 32767
40
25
  },
41
- "additionalProperties": false
42
- }
43
- ],
26
+ {
27
+ "type": "number"
28
+ },
29
+ {
30
+ "type": "object",
31
+ "properties": {
32
+ "key": {
33
+ "type": "string",
34
+ "pattern": "^[0-9a-zA-Z_-]{1,255}$"
35
+ },
36
+ "value": {
37
+ "type": "string",
38
+ "minLength": 1,
39
+ "maxLength": 255
40
+ }
41
+ },
42
+ "additionalProperties": false
43
+ }
44
+ ]
45
+ },
44
46
  {
45
47
  "type": "object",
46
48
  "properties": {
@@ -50,7 +52,6 @@
50
52
  },
51
53
  "name": {
52
54
  "type": "string",
53
- "minLength": 1,
54
55
  "maxLength": 255
55
56
  },
56
57
  "description": {
@@ -106,6 +107,80 @@
106
107
  }
107
108
  }
108
109
  }
110
+ },
111
+ {
112
+ "type": "object",
113
+ "properties": {
114
+ "id": {
115
+ "type": "string",
116
+ "pattern": "^[A-Fa-f\\d]{24}$"
117
+ },
118
+ "email": {
119
+ "oneOf": [
120
+ {
121
+ "type": "string",
122
+ "format": "email",
123
+ "maxLength": 1024
124
+ },
125
+ {
126
+ "type": "string",
127
+ "maxLength": 0
128
+ }
129
+ ]
130
+ },
131
+ "firstName": {
132
+ "type": "string",
133
+ "maxLength": 255
134
+ },
135
+ "lastName": {
136
+ "type": "string",
137
+ "maxLength": 255
138
+ },
139
+ "avatarUrl": {
140
+ "type": "string",
141
+ "format": "uri",
142
+ "maxLength": 1024
143
+ },
144
+ "userTags": {
145
+ "type": "object",
146
+ "patternProperties": {
147
+ "^[0-9a-zA-Z_-]{1,255}$": {
148
+ "type": "string",
149
+ "minLength": 1,
150
+ "maxLength": 255
151
+ }
152
+ },
153
+ "additionalProperties": false
154
+ },
155
+ "experienceGroups": {
156
+ "type": "array",
157
+ "items": {
158
+ "type": "object",
159
+ "properties": {
160
+ "name": {
161
+ "type": "string",
162
+ "minLength": 1,
163
+ "maxLength": 255
164
+ },
165
+ "id": {
166
+ "type": "string",
167
+ "pattern": "^[A-Fa-f\\d]{24}$"
168
+ },
169
+ "parentId": {
170
+ "oneOf": [
171
+ {
172
+ "type": "string",
173
+ "pattern": "^[A-Fa-f\\d]{24}$"
174
+ },
175
+ {
176
+ "type": "null"
177
+ }
178
+ ]
179
+ }
180
+ }
181
+ }
182
+ }
183
+ }
109
184
  }
110
185
  ]
111
186
  }
@@ -13,30 +13,32 @@
13
13
  "patternProperties": {
14
14
  "^[0-9a-zA-Z_-]{1,255}$": {
15
15
  "anyOf": [
16
- [
17
- {
18
- "type": "string",
19
- "maxLength": 32767
20
- },
21
- {
22
- "type": "number"
23
- },
24
- {
25
- "type": "object",
26
- "properties": {
27
- "key": {
28
- "type": "string",
29
- "pattern": "^[0-9a-zA-Z_-]{1,255}$"
30
- },
31
- "value": {
32
- "type": "string",
33
- "minLength": 1,
34
- "maxLength": 255
35
- }
16
+ {
17
+ "oneOf": [
18
+ {
19
+ "type": "string",
20
+ "maxLength": 32767
36
21
  },
37
- "additionalProperties": false
38
- }
39
- ],
22
+ {
23
+ "type": "number"
24
+ },
25
+ {
26
+ "type": "object",
27
+ "properties": {
28
+ "key": {
29
+ "type": "string",
30
+ "pattern": "^[0-9a-zA-Z_-]{1,255}$"
31
+ },
32
+ "value": {
33
+ "type": "string",
34
+ "minLength": 1,
35
+ "maxLength": 255
36
+ }
37
+ },
38
+ "additionalProperties": false
39
+ }
40
+ ]
41
+ },
40
42
  {
41
43
  "type": "object",
42
44
  "properties": {
@@ -46,7 +48,6 @@
46
48
  },
47
49
  "name": {
48
50
  "type": "string",
49
- "minLength": 1,
50
51
  "maxLength": 255
51
52
  },
52
53
  "description": {
@@ -102,6 +103,80 @@
102
103
  }
103
104
  }
104
105
  }
106
+ },
107
+ {
108
+ "type": "object",
109
+ "properties": {
110
+ "id": {
111
+ "type": "string",
112
+ "pattern": "^[A-Fa-f\\d]{24}$"
113
+ },
114
+ "email": {
115
+ "oneOf": [
116
+ {
117
+ "type": "string",
118
+ "format": "email",
119
+ "maxLength": 1024
120
+ },
121
+ {
122
+ "type": "string",
123
+ "maxLength": 0
124
+ }
125
+ ]
126
+ },
127
+ "firstName": {
128
+ "type": "string",
129
+ "maxLength": 255
130
+ },
131
+ "lastName": {
132
+ "type": "string",
133
+ "maxLength": 255
134
+ },
135
+ "avatarUrl": {
136
+ "type": "string",
137
+ "format": "uri",
138
+ "maxLength": 1024
139
+ },
140
+ "userTags": {
141
+ "type": "object",
142
+ "patternProperties": {
143
+ "^[0-9a-zA-Z_-]{1,255}$": {
144
+ "type": "string",
145
+ "minLength": 1,
146
+ "maxLength": 255
147
+ }
148
+ },
149
+ "additionalProperties": false
150
+ },
151
+ "experienceGroups": {
152
+ "type": "array",
153
+ "items": {
154
+ "type": "object",
155
+ "properties": {
156
+ "name": {
157
+ "type": "string",
158
+ "minLength": 1,
159
+ "maxLength": 255
160
+ },
161
+ "id": {
162
+ "type": "string",
163
+ "pattern": "^[A-Fa-f\\d]{24}$"
164
+ },
165
+ "parentId": {
166
+ "oneOf": [
167
+ {
168
+ "type": "string",
169
+ "pattern": "^[A-Fa-f\\d]{24}$"
170
+ },
171
+ {
172
+ "type": "null"
173
+ }
174
+ ]
175
+ }
176
+ }
177
+ }
178
+ }
179
+ }
105
180
  }
106
181
  ]
107
182
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: losant_rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Kuehl
@@ -301,6 +301,7 @@ files:
301
301
  - lib/platform_rest/webhook.rb
302
302
  - lib/platform_rest/webhooks.rb
303
303
  - losant_rest.gemspec
304
+ - schemas/advancedApplicationCertQuery.json
304
305
  - schemas/advancedApplicationJobLogQuery.json
305
306
  - schemas/advancedApplicationKeyQuery.json
306
307
  - schemas/advancedDeviceQuery.json
@@ -336,6 +337,7 @@ files:
336
337
  - schemas/applicationGlobalPatch.json
337
338
  - schemas/applicationImportExecutions.json
338
339
  - schemas/applicationImportOptions.json
340
+ - schemas/applicationImportResult.json
339
341
  - schemas/applicationJobLog.json
340
342
  - schemas/applicationJobLogs.json
341
343
  - schemas/applicationKey.json
@@ -377,6 +379,7 @@ files:
377
379
  - schemas/dashboardPost.json
378
380
  - schemas/dashboardSendReport.json
379
381
  - schemas/dashboardUpdateEvents.json
382
+ - schemas/dashboardUpdateEventsResult.json
380
383
  - schemas/dashboards.json
381
384
  - schemas/dataExport.json
382
385
  - schemas/dataTable.json
@@ -388,6 +391,9 @@ files:
388
391
  - schemas/dataTableRowInsert.json
389
392
  - schemas/dataTableRowInsertResult.json
390
393
  - schemas/dataTableRowInsertUpdate.json
394
+ - schemas/dataTableRowPatch.json
395
+ - schemas/dataTableRowPost.json
396
+ - schemas/dataTableRowPostResult.json
391
397
  - schemas/dataTableRows.json
392
398
  - schemas/dataTableRowsDelete.json
393
399
  - schemas/dataTableRowsExport.json
@@ -531,6 +537,11 @@ files:
531
537
  - schemas/instanceMemberPost.json
532
538
  - schemas/instanceMembers.json
533
539
  - schemas/instanceOrg.json
540
+ - schemas/instanceOrgEntitlement.json
541
+ - schemas/instanceOrgEntitlementSync.json
542
+ - schemas/instanceOrgInvite.json
543
+ - schemas/instanceOrgInviteSent.json
544
+ - schemas/instanceOrgInvites.json
534
545
  - schemas/instanceOrgMember.json
535
546
  - schemas/instanceOrgMemberPatch.json
536
547
  - schemas/instanceOrgMemberPost.json
@@ -551,6 +562,7 @@ files:
551
562
  - schemas/lastValueData.json
552
563
  - schemas/lastValueQuery.json
553
564
  - schemas/me.json
565
+ - schemas/meEntitlements.json
554
566
  - schemas/mePatch.json
555
567
  - schemas/mqttPublishBody.json
556
568
  - schemas/multiDeviceCommand.json