losant_rest 1.10.2 → 1.10.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -422,7 +422,7 @@
422
422
  "type": "array",
423
423
  "items": {
424
424
  "type": "string",
425
- "maxLength": 1024,
425
+ "maxLength": 45,
426
426
  "minLength": 3
427
427
  }
428
428
  }
@@ -33,7 +33,7 @@
33
33
  "maxItems": 25,
34
34
  "items": {
35
35
  "type": "string",
36
- "maxLength": 1024,
36
+ "maxLength": 45,
37
37
  "minLength": 3
38
38
  }
39
39
  }
@@ -429,7 +429,7 @@
429
429
  "type": "array",
430
430
  "items": {
431
431
  "type": "string",
432
- "maxLength": 1024,
432
+ "maxLength": 45,
433
433
  "minLength": 3
434
434
  }
435
435
  }
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "SAMLDomain": {
11
11
  "type": "string",
12
- "maxLength": 1024,
12
+ "maxLength": 45,
13
13
  "minLength": 3
14
14
  }
15
15
  },
@@ -226,23 +226,27 @@
226
226
  "file.upload",
227
227
  "files.get",
228
228
  "files.post",
229
+ "flow.clearStorageEntries",
229
230
  "flow.debug",
230
231
  "flow.delete",
231
- "flow.clearStorageEntries",
232
+ "flow.errors",
232
233
  "flow.get",
233
234
  "flow.getStorageEntries",
234
235
  "flow.log",
235
236
  "flow.patch",
236
237
  "flow.pressVirtualButton",
237
238
  "flow.setStorageEntry",
239
+ "flow.stats",
238
240
  "flows.get",
239
241
  "flows.getByVersion",
240
242
  "flows.import",
241
243
  "flows.post",
242
244
  "flowVersion.delete",
245
+ "flowVersion.errors",
243
246
  "flowVersion.get",
244
247
  "flowVersion.log",
245
248
  "flowVersion.patch",
249
+ "flowVersion.stats",
246
250
  "flowVersions.get",
247
251
  "flowVersions.post",
248
252
  "integration.delete",
@@ -281,23 +281,27 @@
281
281
  "file.upload",
282
282
  "files.get",
283
283
  "files.post",
284
+ "flow.clearStorageEntries",
284
285
  "flow.debug",
285
286
  "flow.delete",
286
- "flow.clearStorageEntries",
287
+ "flow.errors",
287
288
  "flow.get",
288
289
  "flow.getStorageEntries",
289
290
  "flow.log",
290
291
  "flow.patch",
291
292
  "flow.pressVirtualButton",
292
293
  "flow.setStorageEntry",
294
+ "flow.stats",
293
295
  "flows.get",
294
296
  "flows.getByVersion",
295
297
  "flows.import",
296
298
  "flows.post",
297
299
  "flowVersion.delete",
300
+ "flowVersion.errors",
298
301
  "flowVersion.get",
299
302
  "flowVersion.log",
300
303
  "flowVersion.patch",
304
+ "flowVersion.stats",
301
305
  "flowVersions.get",
302
306
  "flowVersions.post",
303
307
  "integration.delete",
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.10.2
4
+ version: 1.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Kuehl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -352,9 +352,11 @@ files:
352
352
  - schemas/fileUploadPostResponse.json
353
353
  - schemas/files.json
354
354
  - schemas/flow.json
355
+ - schemas/flowErrors.json
355
356
  - schemas/flowLog.json
356
357
  - schemas/flowPatch.json
357
358
  - schemas/flowPost.json
359
+ - schemas/flowStats.json
358
360
  - schemas/flowStorageEntries.json
359
361
  - schemas/flowStorageEntry.json
360
362
  - schemas/flowTriggerFilter.json