losant_rest 1.8.7 → 1.8.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (167) hide show
  1. checksums.yaml +4 -4
  2. data/docs/_schemas.md +38618 -21196
  3. data/docs/application.md +76 -0
  4. data/docs/auth.md +0 -36
  5. data/docs/dashboards.md +1 -1
  6. data/docs/dataTableRows.md +2 -2
  7. data/docs/device.md +1 -0
  8. data/docs/events.md +81 -0
  9. data/docs/file.md +43 -0
  10. data/docs/me.md +50 -13
  11. data/lib/losant_rest.rb +0 -4
  12. data/lib/losant_rest/application.rb +90 -0
  13. data/lib/losant_rest/application_api_token.rb +2 -0
  14. data/lib/losant_rest/application_api_tokens.rb +2 -0
  15. data/lib/losant_rest/application_certificate.rb +2 -0
  16. data/lib/losant_rest/application_certificate_authorities.rb +2 -0
  17. data/lib/losant_rest/application_certificate_authority.rb +2 -0
  18. data/lib/losant_rest/application_certificates.rb +2 -0
  19. data/lib/losant_rest/application_key.rb +2 -0
  20. data/lib/losant_rest/application_keys.rb +2 -0
  21. data/lib/losant_rest/applications.rb +2 -0
  22. data/lib/losant_rest/audit_log.rb +2 -0
  23. data/lib/losant_rest/audit_logs.rb +2 -0
  24. data/lib/losant_rest/auth.rb +2 -42
  25. data/lib/losant_rest/client.rb +2 -18
  26. data/lib/losant_rest/dashboard.rb +2 -0
  27. data/lib/losant_rest/dashboards.rb +3 -1
  28. data/lib/losant_rest/data.rb +2 -0
  29. data/lib/losant_rest/data_table.rb +2 -0
  30. data/lib/losant_rest/data_table_row.rb +2 -0
  31. data/lib/losant_rest/data_table_rows.rb +4 -2
  32. data/lib/losant_rest/data_tables.rb +2 -0
  33. data/lib/losant_rest/device.rb +4 -0
  34. data/lib/losant_rest/device_recipe.rb +2 -0
  35. data/lib/losant_rest/device_recipes.rb +2 -0
  36. data/lib/losant_rest/devices.rb +2 -0
  37. data/lib/losant_rest/edge_deployments.rb +2 -0
  38. data/lib/losant_rest/event.rb +2 -0
  39. data/lib/losant_rest/events.rb +103 -0
  40. data/lib/losant_rest/experience.rb +2 -0
  41. data/lib/losant_rest/experience_domain.rb +2 -0
  42. data/lib/losant_rest/experience_domains.rb +2 -0
  43. data/lib/losant_rest/experience_endpoint.rb +2 -0
  44. data/lib/losant_rest/experience_endpoints.rb +2 -0
  45. data/lib/losant_rest/experience_group.rb +2 -0
  46. data/lib/losant_rest/experience_groups.rb +2 -0
  47. data/lib/losant_rest/experience_slug.rb +2 -0
  48. data/lib/losant_rest/experience_slugs.rb +2 -0
  49. data/lib/losant_rest/experience_user.rb +2 -0
  50. data/lib/losant_rest/experience_users.rb +2 -0
  51. data/lib/losant_rest/experience_version.rb +2 -0
  52. data/lib/losant_rest/experience_versions.rb +2 -0
  53. data/lib/losant_rest/experience_view.rb +2 -0
  54. data/lib/losant_rest/experience_views.rb +2 -0
  55. data/lib/losant_rest/file.rb +2 -0
  56. data/lib/losant_rest/files.rb +2 -0
  57. data/lib/losant_rest/flow.rb +2 -0
  58. data/lib/losant_rest/flow_version.rb +2 -0
  59. data/lib/losant_rest/flow_versions.rb +2 -0
  60. data/lib/losant_rest/flows.rb +2 -0
  61. data/lib/losant_rest/integration.rb +2 -0
  62. data/lib/losant_rest/integrations.rb +2 -0
  63. data/lib/losant_rest/me.rb +57 -13
  64. data/lib/losant_rest/notebook.rb +2 -0
  65. data/lib/losant_rest/notebooks.rb +2 -0
  66. data/lib/losant_rest/org.rb +2 -0
  67. data/lib/losant_rest/org_invites.rb +2 -0
  68. data/lib/losant_rest/orgs.rb +2 -0
  69. data/lib/losant_rest/version.rb +1 -1
  70. data/lib/losant_rest/webhook.rb +2 -0
  71. data/lib/losant_rest/webhooks.rb +2 -0
  72. data/schemas/advancedEventQuery.json +817 -0
  73. data/schemas/{dataTableQuery.json → advancedQuery.json} +5 -4
  74. data/schemas/apiTokens.json +4 -1
  75. data/schemas/application.json +30 -1
  76. data/schemas/applicationApiTokenPost.json +5 -0
  77. data/schemas/applicationCertificate.json +29 -1
  78. data/schemas/applicationCertificateAuthorities.json +36 -3
  79. data/schemas/applicationCertificateAuthority.json +32 -2
  80. data/schemas/applicationCertificateAuthorityPatch.json +3 -1
  81. data/schemas/applicationCertificateAuthorityPost.json +3 -1
  82. data/schemas/applicationCertificatePatch.json +3 -1
  83. data/schemas/applicationCertificatePost.json +3 -1
  84. data/schemas/applicationCertificates.json +33 -2
  85. data/schemas/applicationKeys.json +4 -1
  86. data/schemas/applicationPatch.json +28 -0
  87. data/schemas/applicationPost.json +28 -0
  88. data/schemas/applications.json +34 -2
  89. data/schemas/auditLog.json +0 -3
  90. data/schemas/auditLogFilter.json +0 -3
  91. data/schemas/auditLogs.json +4 -4
  92. data/schemas/authedDevice.json +7 -0
  93. data/schemas/dashboard.json +3970 -72
  94. data/schemas/dashboardPatch.json +3969 -72
  95. data/schemas/dashboardPost.json +3969 -72
  96. data/schemas/dashboardSendReport.json +4 -0
  97. data/schemas/dashboardUpdateEvents.json +46 -0
  98. data/schemas/dashboards.json +3974 -73
  99. data/schemas/dataTableRows.json +4 -1
  100. data/schemas/dataTableRowsExport.json +11 -7
  101. data/schemas/dataTables.json +4 -1
  102. data/schemas/deviceRecipes.json +4 -1
  103. data/schemas/devices.json +4 -1
  104. data/schemas/event.json +19 -2
  105. data/schemas/eventPost.json +0 -1
  106. data/schemas/eventTagsSummary.json +28 -0
  107. data/schemas/events.json +841 -3
  108. data/schemas/eventsDeleted.json +9 -0
  109. data/schemas/eventsExport.json +830 -0
  110. data/schemas/experienceDomain.json +6 -2
  111. data/schemas/experienceDomainPatch.json +14 -10
  112. data/schemas/experienceDomainPost.json +8 -4
  113. data/schemas/experienceDomains.json +6 -2
  114. data/schemas/experienceEndpoints.json +4 -1
  115. data/schemas/experienceGroup.json +2 -2
  116. data/schemas/experienceGroupPatch.json +2 -2
  117. data/schemas/experienceGroupPost.json +2 -2
  118. data/schemas/experienceGroups.json +6 -3
  119. data/schemas/experienceSlugPatch.json +2 -2
  120. data/schemas/experienceSlugPost.json +2 -2
  121. data/schemas/experienceUsers.json +4 -1
  122. data/schemas/experienceViews.json +4 -1
  123. data/schemas/files.json +4 -1
  124. data/schemas/flow.json +4 -0
  125. data/schemas/flowPatch.json +6 -2
  126. data/schemas/flowPost.json +4 -0
  127. data/schemas/flowVersion.json +8 -0
  128. data/schemas/flowVersionPost.json +4 -0
  129. data/schemas/flowVersions.json +12 -1
  130. data/schemas/flows.json +8 -1
  131. data/schemas/flowsImportPost.json +10 -2
  132. data/schemas/flowsImportResult.json +12 -0
  133. data/schemas/githubLogin.json +6 -15
  134. data/schemas/integrations.json +4 -1
  135. data/schemas/notebooks.json +4 -1
  136. data/schemas/org.json +2 -4
  137. data/schemas/orgPatch.json +2 -1
  138. data/schemas/orgPost.json +2 -1
  139. data/schemas/orgs.json +6 -5
  140. data/schemas/passwordResetFinish.json +0 -4
  141. data/schemas/passwordResetInput.json +0 -4
  142. data/schemas/resourceTransfer.json +0 -8
  143. data/schemas/userCredentials.json +6 -15
  144. data/schemas/userPost.json +6 -15
  145. data/schemas/webhooks.json +4 -1
  146. data/test/basic_test.rb +15 -0
  147. metadata +8 -23
  148. data/docs/solution.md +0 -133
  149. data/docs/solutionUser.md +0 -139
  150. data/docs/solutionUsers.md +0 -96
  151. data/docs/solutions.md +0 -91
  152. data/lib/losant_rest/solution.rb +0 -174
  153. data/lib/losant_rest/solution_user.rb +0 -180
  154. data/lib/losant_rest/solution_users.rb +0 -138
  155. data/lib/losant_rest/solutions.rb +0 -134
  156. data/schemas/authedSolutionUser.json +0 -18
  157. data/schemas/fileUploadPostResp.json +0 -109
  158. data/schemas/solution.json +0 -76
  159. data/schemas/solutionMe.json +0 -150
  160. data/schemas/solutionPatch.json +0 -48
  161. data/schemas/solutionPost.json +0 -52
  162. data/schemas/solutionUser.json +0 -103
  163. data/schemas/solutionUserCredentials.json +0 -34
  164. data/schemas/solutionUserPatch.json +0 -74
  165. data/schemas/solutionUserPost.json +0 -80
  166. data/schemas/solutionUsers.json +0 -149
  167. data/schemas/solutions.json +0 -118
@@ -58,10 +58,14 @@
58
58
  "deviceTagInactivity",
59
59
  "endpoint",
60
60
  "event",
61
+ "fileTail",
61
62
  "fileWatch",
62
63
  "integration",
63
64
  "mqttTopic",
64
65
  "notebook",
66
+ "onBoot",
67
+ "onConnect",
68
+ "onDisconnect",
65
69
  "opcua",
66
70
  "redis",
67
71
  "request",
@@ -169,13 +173,13 @@
169
173
  ]
170
174
  },
171
175
  "defaultVersionId": {
172
- "$oneOf": [
176
+ "oneOf": [
173
177
  {
174
178
  "type": "string",
175
179
  "pattern": "^[A-Fa-f\\d]{24}$"
176
180
  },
177
181
  {
178
- "type": null
182
+ "type": "null"
179
183
  }
180
184
  ]
181
185
  },
@@ -571,10 +575,14 @@
571
575
  "deviceTagInactivity",
572
576
  "endpoint",
573
577
  "event",
578
+ "fileTail",
574
579
  "fileWatch",
575
580
  "integration",
576
581
  "mqttTopic",
577
582
  "notebook",
583
+ "onBoot",
584
+ "onConnect",
585
+ "onDisconnect",
578
586
  "opcua",
579
587
  "redis",
580
588
  "request",
@@ -89,10 +89,14 @@
89
89
  "deviceTagInactivity",
90
90
  "endpoint",
91
91
  "event",
92
+ "fileTail",
92
93
  "fileWatch",
93
94
  "integration",
94
95
  "mqttTopic",
95
96
  "notebook",
97
+ "onBoot",
98
+ "onConnect",
99
+ "onDisconnect",
96
100
  "opcua",
97
101
  "redis",
98
102
  "request",
@@ -621,10 +625,14 @@
621
625
  "deviceTagInactivity",
622
626
  "endpoint",
623
627
  "event",
628
+ "fileTail",
624
629
  "fileWatch",
625
630
  "integration",
626
631
  "mqttTopic",
627
632
  "notebook",
633
+ "onBoot",
634
+ "onConnect",
635
+ "onDisconnect",
628
636
  "opcua",
629
637
  "redis",
630
638
  "request",
@@ -1153,10 +1161,14 @@
1153
1161
  "deviceTagInactivity",
1154
1162
  "endpoint",
1155
1163
  "event",
1164
+ "fileTail",
1156
1165
  "fileWatch",
1157
1166
  "integration",
1158
1167
  "mqttTopic",
1159
1168
  "notebook",
1169
+ "onBoot",
1170
+ "onConnect",
1171
+ "onDisconnect",
1160
1172
  "opcua",
1161
1173
  "redis",
1162
1174
  "request",
@@ -70,6 +70,8 @@
70
70
  "webhooks.*",
71
71
  "application.archiveData",
72
72
  "application.backfillArchiveData",
73
+ "application.fullEventsArchive",
74
+ "application.fullDataTablesArchive",
73
75
  "application.debug",
74
76
  "application.delete",
75
77
  "application.get",
@@ -150,10 +152,12 @@
150
152
  "event.delete",
151
153
  "event.get",
152
154
  "event.patch",
155
+ "events.delete",
153
156
  "events.get",
154
157
  "events.mostRecentBySeverity",
155
158
  "events.patch",
156
159
  "events.post",
160
+ "events.export",
157
161
  "experience.delete",
158
162
  "experience.bootstrap",
159
163
  "experienceDomain.delete",
@@ -201,6 +205,7 @@
201
205
  "file.patch",
202
206
  "file.move",
203
207
  "file.delete",
208
+ "file.upload",
204
209
  "files.get",
205
210
  "files.post",
206
211
  "flow.debug",
@@ -254,10 +259,6 @@
254
259
  "dashboard.*",
255
260
  "dashboards.*",
256
261
  "org.*",
257
- "solution.*",
258
- "solutions.*",
259
- "solutionUser.*",
260
- "solutionUsers.*",
261
262
  "applications.get",
262
263
  "applications.post",
263
264
  "applications.detailedSummary",
@@ -280,17 +281,7 @@
280
281
  "org.invoices",
281
282
  "org.currentCard",
282
283
  "org.chargeDetails",
283
- "org.transferResources",
284
- "solutionUser.get",
285
- "solutionUser.patch",
286
- "solutionUser.delete",
287
- "solutionUsers.get",
288
- "solutionUsers.post",
289
- "solution.get",
290
- "solution.patch",
291
- "solution.delete",
292
- "solutions.get",
293
- "solutions.post"
284
+ "org.transferResources"
294
285
  ]
295
286
  }
296
287
  ]
@@ -257,7 +257,10 @@
257
257
  "type": "string",
258
258
  "enum": [
259
259
  "asc",
260
- "desc"
260
+ "desc",
261
+ "ASC",
262
+ "DESC",
263
+ ""
261
264
  ]
262
265
  },
263
266
  "applicationId": {
@@ -353,7 +353,10 @@
353
353
  "type": "string",
354
354
  "enum": [
355
355
  "asc",
356
- "desc"
356
+ "desc",
357
+ "ASC",
358
+ "DESC",
359
+ ""
357
360
  ]
358
361
  },
359
362
  "applicationId": {
@@ -27,9 +27,6 @@
27
27
  "type": "string",
28
28
  "maxLength": 32767
29
29
  },
30
- "solutionsEnabled": {
31
- "type": "boolean"
32
- },
33
30
  "members": {
34
31
  "type": "array",
35
32
  "items": {
@@ -418,7 +415,8 @@
418
415
  "type": "boolean"
419
416
  },
420
417
  "iconColor": {
421
- "type": "string"
418
+ "type": "string",
419
+ "maxLength": 64
422
420
  }
423
421
  }
424
422
  }
@@ -25,7 +25,8 @@
25
25
  "maxLength": 1024
26
26
  },
27
27
  "iconColor": {
28
- "type": "string"
28
+ "type": "string",
29
+ "maxLength": 64
29
30
  }
30
31
  },
31
32
  "additionalProperties": false
@@ -25,7 +25,8 @@
25
25
  "maxLength": 1024
26
26
  },
27
27
  "iconColor": {
28
- "type": "string"
28
+ "type": "string",
29
+ "maxLength": 64
29
30
  }
30
31
  },
31
32
  "additionalProperties": false,
@@ -34,9 +34,6 @@
34
34
  "type": "string",
35
35
  "maxLength": 32767
36
36
  },
37
- "solutionsEnabled": {
38
- "type": "boolean"
39
- },
40
37
  "members": {
41
38
  "type": "array",
42
39
  "items": {
@@ -425,7 +422,8 @@
425
422
  "type": "boolean"
426
423
  },
427
424
  "iconColor": {
428
- "type": "string"
425
+ "type": "string",
426
+ "maxLength": 64
429
427
  }
430
428
  }
431
429
  }
@@ -455,7 +453,10 @@
455
453
  "type": "string",
456
454
  "enum": [
457
455
  "asc",
458
- "desc"
456
+ "desc",
457
+ "ASC",
458
+ "DESC",
459
+ ""
459
460
  ]
460
461
  }
461
462
  }
@@ -16,10 +16,6 @@
16
16
  "minLength": 8,
17
17
  "maxLength": 2048,
18
18
  "pattern": "^(?=.*[A-Z])(?=.*[^A-z0-9])(?=.*[0-9])(?=.*[a-z]).{8,}$"
19
- },
20
- "solutionId": {
21
- "type": "string",
22
- "pattern": "^[A-Fa-f\\d]{24}$"
23
19
  }
24
20
  },
25
21
  "required": [
@@ -6,10 +6,6 @@
6
6
  "type": "string",
7
7
  "format": "email",
8
8
  "maxLength": 1024
9
- },
10
- "solutionId": {
11
- "type": "string",
12
- "pattern": "^[A-Fa-f\\d]{24}$"
13
9
  }
14
10
  },
15
11
  "required": [
@@ -29,14 +29,6 @@
29
29
  },
30
30
  "maxItems": 1000
31
31
  },
32
- "solutionIds": {
33
- "type": "array",
34
- "items": {
35
- "type": "string",
36
- "pattern": "^[A-Fa-f\\d]{24}$"
37
- },
38
- "maxItems": 1000
39
- },
40
32
  "strict": {
41
33
  "type": "boolean"
42
34
  }
@@ -80,6 +80,8 @@
80
80
  "webhooks.*",
81
81
  "application.archiveData",
82
82
  "application.backfillArchiveData",
83
+ "application.fullEventsArchive",
84
+ "application.fullDataTablesArchive",
83
85
  "application.debug",
84
86
  "application.delete",
85
87
  "application.get",
@@ -160,10 +162,12 @@
160
162
  "event.delete",
161
163
  "event.get",
162
164
  "event.patch",
165
+ "events.delete",
163
166
  "events.get",
164
167
  "events.mostRecentBySeverity",
165
168
  "events.patch",
166
169
  "events.post",
170
+ "events.export",
167
171
  "experience.delete",
168
172
  "experience.bootstrap",
169
173
  "experienceDomain.delete",
@@ -211,6 +215,7 @@
211
215
  "file.patch",
212
216
  "file.move",
213
217
  "file.delete",
218
+ "file.upload",
214
219
  "files.get",
215
220
  "files.post",
216
221
  "flow.debug",
@@ -264,10 +269,6 @@
264
269
  "dashboard.*",
265
270
  "dashboards.*",
266
271
  "org.*",
267
- "solution.*",
268
- "solutions.*",
269
- "solutionUser.*",
270
- "solutionUsers.*",
271
272
  "applications.get",
272
273
  "applications.post",
273
274
  "applications.detailedSummary",
@@ -290,17 +291,7 @@
290
291
  "org.invoices",
291
292
  "org.currentCard",
292
293
  "org.chargeDetails",
293
- "org.transferResources",
294
- "solutionUser.get",
295
- "solutionUser.patch",
296
- "solutionUser.delete",
297
- "solutionUsers.get",
298
- "solutionUsers.post",
299
- "solution.get",
300
- "solution.patch",
301
- "solution.delete",
302
- "solutions.get",
303
- "solutions.post"
294
+ "org.transferResources"
304
295
  ]
305
296
  }
306
297
  ]
@@ -135,6 +135,8 @@
135
135
  "webhooks.*",
136
136
  "application.archiveData",
137
137
  "application.backfillArchiveData",
138
+ "application.fullEventsArchive",
139
+ "application.fullDataTablesArchive",
138
140
  "application.debug",
139
141
  "application.delete",
140
142
  "application.get",
@@ -215,10 +217,12 @@
215
217
  "event.delete",
216
218
  "event.get",
217
219
  "event.patch",
220
+ "events.delete",
218
221
  "events.get",
219
222
  "events.mostRecentBySeverity",
220
223
  "events.patch",
221
224
  "events.post",
225
+ "events.export",
222
226
  "experience.delete",
223
227
  "experience.bootstrap",
224
228
  "experienceDomain.delete",
@@ -266,6 +270,7 @@
266
270
  "file.patch",
267
271
  "file.move",
268
272
  "file.delete",
273
+ "file.upload",
269
274
  "files.get",
270
275
  "files.post",
271
276
  "flow.debug",
@@ -319,10 +324,6 @@
319
324
  "dashboard.*",
320
325
  "dashboards.*",
321
326
  "org.*",
322
- "solution.*",
323
- "solutions.*",
324
- "solutionUser.*",
325
- "solutionUsers.*",
326
327
  "applications.get",
327
328
  "applications.post",
328
329
  "applications.detailedSummary",
@@ -345,17 +346,7 @@
345
346
  "org.invoices",
346
347
  "org.currentCard",
347
348
  "org.chargeDetails",
348
- "org.transferResources",
349
- "solutionUser.get",
350
- "solutionUser.patch",
351
- "solutionUser.delete",
352
- "solutionUsers.get",
353
- "solutionUsers.post",
354
- "solution.get",
355
- "solution.patch",
356
- "solution.delete",
357
- "solutions.get",
358
- "solutions.post"
349
+ "org.transferResources"
359
350
  ]
360
351
  }
361
352
  ]
@@ -96,7 +96,10 @@
96
96
  "type": "string",
97
97
  "enum": [
98
98
  "asc",
99
- "desc"
99
+ "desc",
100
+ "ASC",
101
+ "DESC",
102
+ ""
100
103
  ]
101
104
  },
102
105
  "applicationId": {
@@ -50,6 +50,21 @@ class BasicTest < MiniTest::Test
50
50
  assert_equal response, { "count" => 0, "items" => [] }
51
51
  end
52
52
 
53
+ it "should correctly make calls with complex json" do
54
+ stub_request(:get,
55
+ "https://api.losant.com/applications/appId/events?_actions=false&_links=true&_embedded=true&query=%7B%22$and%22:%5B%7B%22level%22:%22info%22%7D,%7B%22state%22:%22new%22%7D%5D%7D")
56
+ .with(headers: { "Accept" => "application/json", "Authorization" => "Bearer my token" }).
57
+ to_return(body: '{ "count": 0, "items": [] }',
58
+ status: 200, headers: { "Content-Type" => "application/json" });
59
+
60
+ client = LosantRest::Client.new(auth_token: "my token")
61
+
62
+ response = client.events.get(applicationId: "appId", query: {
63
+ :"$and" => [ { level: "info" }, { state: "new" }]
64
+ })
65
+ assert_equal response, { "count" => 0, "items" => [] }
66
+ end
67
+
53
68
  it "should correctly make a call with the singleton" do
54
69
  stub_request(:get,
55
70
  "https://api.losant.com/applications?_actions=false&_embedded=true&_links=true")
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.8.7
4
+ version: 1.8.9
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-06-06 00:00:00.000000000 Z
11
+ date: 2019-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -138,10 +138,6 @@ files:
138
138
  - docs/org.md
139
139
  - docs/orgInvites.md
140
140
  - docs/orgs.md
141
- - docs/solution.md
142
- - docs/solutionUser.md
143
- - docs/solutionUsers.md
144
- - docs/solutions.md
145
141
  - docs/webhook.md
146
142
  - docs/webhooks.md
147
143
  - examples/auth.rb
@@ -205,15 +201,13 @@ files:
205
201
  - lib/losant_rest/org.rb
206
202
  - lib/losant_rest/org_invites.rb
207
203
  - lib/losant_rest/orgs.rb
208
- - lib/losant_rest/solution.rb
209
- - lib/losant_rest/solution_user.rb
210
- - lib/losant_rest/solution_users.rb
211
- - lib/losant_rest/solutions.rb
212
204
  - lib/losant_rest/utils.rb
213
205
  - lib/losant_rest/version.rb
214
206
  - lib/losant_rest/webhook.rb
215
207
  - lib/losant_rest/webhooks.rb
216
208
  - losant_rest.gemspec
209
+ - schemas/advancedEventQuery.json
210
+ - schemas/advancedQuery.json
217
211
  - schemas/apiToken.json
218
212
  - schemas/apiTokenPatch.json
219
213
  - schemas/apiTokens.json
@@ -240,7 +234,6 @@ files:
240
234
  - schemas/auditLogFilter.json
241
235
  - schemas/auditLogs.json
242
236
  - schemas/authedDevice.json
243
- - schemas/authedSolutionUser.json
244
237
  - schemas/authedUser.json
245
238
  - schemas/changePassword.json
246
239
  - schemas/compositeDeviceState.json
@@ -249,13 +242,13 @@ files:
249
242
  - schemas/dashboardPatch.json
250
243
  - schemas/dashboardPost.json
251
244
  - schemas/dashboardSendReport.json
245
+ - schemas/dashboardUpdateEvents.json
252
246
  - schemas/dashboards.json
253
247
  - schemas/dataExport.json
254
248
  - schemas/dataTable.json
255
249
  - schemas/dataTableColumn.json
256
250
  - schemas/dataTablePatch.json
257
251
  - schemas/dataTablePost.json
258
- - schemas/dataTableQuery.json
259
252
  - schemas/dataTableRow.json
260
253
  - schemas/dataTableRowInMultiple.json
261
254
  - schemas/dataTableRowInsert.json
@@ -297,7 +290,10 @@ files:
297
290
  - schemas/event.json
298
291
  - schemas/eventPatch.json
299
292
  - schemas/eventPost.json
293
+ - schemas/eventTagsSummary.json
300
294
  - schemas/events.json
295
+ - schemas/eventsDeleted.json
296
+ - schemas/eventsExport.json
301
297
  - schemas/experienceBootstrapOptions.json
302
298
  - schemas/experienceBootstrapResult.json
303
299
  - schemas/experienceDomain.json
@@ -332,7 +328,6 @@ files:
332
328
  - schemas/file.json
333
329
  - schemas/filePatch.json
334
330
  - schemas/filePost.json
335
- - schemas/fileUploadPostResp.json
336
331
  - schemas/fileUploadPostResponse.json
337
332
  - schemas/files.json
338
333
  - schemas/flow.json
@@ -384,16 +379,6 @@ files:
384
379
  - schemas/recentItem.json
385
380
  - schemas/recentItemList.json
386
381
  - schemas/resourceTransfer.json
387
- - schemas/solution.json
388
- - schemas/solutionMe.json
389
- - schemas/solutionPatch.json
390
- - schemas/solutionPost.json
391
- - schemas/solutionUser.json
392
- - schemas/solutionUserCredentials.json
393
- - schemas/solutionUserPatch.json
394
- - schemas/solutionUserPost.json
395
- - schemas/solutionUsers.json
396
- - schemas/solutions.json
397
382
  - schemas/success.json
398
383
  - schemas/timeSeriesData.json
399
384
  - schemas/timeSeriesQuery.json