losant_rest 1.10.4 → 1.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/docs/_schemas.md +213 -6
  3. data/docs/applicationApiTokens.md +1 -1
  4. data/docs/applicationCertificateAuthorities.md +1 -1
  5. data/docs/applicationCertificates.md +1 -1
  6. data/docs/applicationKeys.md +1 -1
  7. data/docs/applicationTemplates.md +1 -1
  8. data/docs/applications.md +1 -1
  9. data/docs/auditLogs.md +1 -1
  10. data/docs/dashboards.md +1 -1
  11. data/docs/dataTables.md +1 -1
  12. data/docs/deviceRecipes.md +1 -1
  13. data/docs/devices.md +1 -1
  14. data/docs/edgeDeployments.md +1 -1
  15. data/docs/events.md +1 -1
  16. data/docs/experienceGroups.md +1 -1
  17. data/docs/experienceUsers.md +1 -1
  18. data/docs/experienceVersions.md +1 -1
  19. data/docs/experienceViews.md +1 -1
  20. data/docs/files.md +1 -1
  21. data/docs/flowVersions.md +1 -1
  22. data/docs/flows.md +2 -2
  23. data/docs/integrations.md +1 -1
  24. data/docs/notebooks.md +1 -1
  25. data/docs/orgs.md +1 -1
  26. data/docs/webhooks.md +1 -1
  27. data/lib/losant_rest/client.rb +2 -2
  28. data/lib/losant_rest/version.rb +1 -1
  29. data/schemas/applicationApiTokenPost.json +1 -0
  30. data/schemas/authedUser.json +3 -0
  31. data/schemas/changePassword.json +1 -1
  32. data/schemas/dashboard.json +3 -0
  33. data/schemas/dashboardPatch.json +3 -0
  34. data/schemas/dashboardPost.json +3 -0
  35. data/schemas/dashboards.json +3 -0
  36. data/schemas/deviceAttributeDataTypeFilter.json +29 -0
  37. data/schemas/deviceClassFilter.json +1 -2
  38. data/schemas/experienceLinkedResources.json +24 -0
  39. data/schemas/flow.json +8 -0
  40. data/schemas/flowPatch.json +8 -0
  41. data/schemas/flowPost.json +8 -0
  42. data/schemas/flowVersion.json +16 -0
  43. data/schemas/flowVersionPost.json +8 -0
  44. data/schemas/flowVersions.json +16 -0
  45. data/schemas/flows.json +8 -0
  46. data/schemas/flowsImportPost.json +16 -0
  47. data/schemas/flowsImportResult.json +24 -0
  48. data/schemas/githubLogin.json +1 -0
  49. data/schemas/me.json +3 -0
  50. data/schemas/mePatch.json +1 -1
  51. data/schemas/passwordResetFinish.json +1 -1
  52. data/schemas/userCredentials.json +1 -0
  53. data/schemas/userPost.json +2 -1
  54. metadata +3 -2
@@ -1432,6 +1432,10 @@
1432
1432
  "type": "string",
1433
1433
  "maxLength": 1024
1434
1434
  },
1435
+ "writeOnOpenEncoding": {
1436
+ "type": "string",
1437
+ "maxLength": 48
1438
+ },
1435
1439
  "byteLength": {
1436
1440
  "type": "string",
1437
1441
  "maxLength": 48
@@ -1439,6 +1443,10 @@
1439
1443
  "delimiter": {
1440
1444
  "type": "string",
1441
1445
  "maxLength": 48
1446
+ },
1447
+ "delimiterEncoding": {
1448
+ "type": "string",
1449
+ "maxLength": 48
1442
1450
  }
1443
1451
  },
1444
1452
  "additionalProperties": false
@@ -1413,6 +1413,10 @@
1413
1413
  "type": "string",
1414
1414
  "maxLength": 1024
1415
1415
  },
1416
+ "writeOnOpenEncoding": {
1417
+ "type": "string",
1418
+ "maxLength": 48
1419
+ },
1416
1420
  "byteLength": {
1417
1421
  "type": "string",
1418
1422
  "maxLength": 48
@@ -1420,6 +1424,10 @@
1420
1424
  "delimiter": {
1421
1425
  "type": "string",
1422
1426
  "maxLength": 48
1427
+ },
1428
+ "delimiterEncoding": {
1429
+ "type": "string",
1430
+ "maxLength": 48
1423
1431
  }
1424
1432
  },
1425
1433
  "additionalProperties": false
@@ -1402,6 +1402,10 @@
1402
1402
  "type": "string",
1403
1403
  "maxLength": 1024
1404
1404
  },
1405
+ "writeOnOpenEncoding": {
1406
+ "type": "string",
1407
+ "maxLength": 48
1408
+ },
1405
1409
  "byteLength": {
1406
1410
  "type": "string",
1407
1411
  "maxLength": 48
@@ -1409,6 +1413,10 @@
1409
1413
  "delimiter": {
1410
1414
  "type": "string",
1411
1415
  "maxLength": 48
1416
+ },
1417
+ "delimiterEncoding": {
1418
+ "type": "string",
1419
+ "maxLength": 48
1412
1420
  }
1413
1421
  },
1414
1422
  "additionalProperties": false
@@ -1417,6 +1417,10 @@
1417
1417
  "type": "string",
1418
1418
  "maxLength": 1024
1419
1419
  },
1420
+ "writeOnOpenEncoding": {
1421
+ "type": "string",
1422
+ "maxLength": 48
1423
+ },
1420
1424
  "byteLength": {
1421
1425
  "type": "string",
1422
1426
  "maxLength": 48
@@ -1424,6 +1428,10 @@
1424
1428
  "delimiter": {
1425
1429
  "type": "string",
1426
1430
  "maxLength": 48
1431
+ },
1432
+ "delimiterEncoding": {
1433
+ "type": "string",
1434
+ "maxLength": 48
1427
1435
  }
1428
1436
  },
1429
1437
  "additionalProperties": false
@@ -3596,6 +3604,10 @@
3596
3604
  "type": "string",
3597
3605
  "maxLength": 1024
3598
3606
  },
3607
+ "writeOnOpenEncoding": {
3608
+ "type": "string",
3609
+ "maxLength": 48
3610
+ },
3599
3611
  "byteLength": {
3600
3612
  "type": "string",
3601
3613
  "maxLength": 48
@@ -3603,6 +3615,10 @@
3603
3615
  "delimiter": {
3604
3616
  "type": "string",
3605
3617
  "maxLength": 48
3618
+ },
3619
+ "delimiterEncoding": {
3620
+ "type": "string",
3621
+ "maxLength": 48
3606
3622
  }
3607
3623
  },
3608
3624
  "additionalProperties": false
@@ -1390,6 +1390,10 @@
1390
1390
  "type": "string",
1391
1391
  "maxLength": 1024
1392
1392
  },
1393
+ "writeOnOpenEncoding": {
1394
+ "type": "string",
1395
+ "maxLength": 48
1396
+ },
1393
1397
  "byteLength": {
1394
1398
  "type": "string",
1395
1399
  "maxLength": 48
@@ -1397,6 +1401,10 @@
1397
1401
  "delimiter": {
1398
1402
  "type": "string",
1399
1403
  "maxLength": 48
1404
+ },
1405
+ "delimiterEncoding": {
1406
+ "type": "string",
1407
+ "maxLength": 48
1400
1408
  }
1401
1409
  },
1402
1410
  "additionalProperties": false
@@ -1424,6 +1424,10 @@
1424
1424
  "type": "string",
1425
1425
  "maxLength": 1024
1426
1426
  },
1427
+ "writeOnOpenEncoding": {
1428
+ "type": "string",
1429
+ "maxLength": 48
1430
+ },
1427
1431
  "byteLength": {
1428
1432
  "type": "string",
1429
1433
  "maxLength": 48
@@ -1431,6 +1435,10 @@
1431
1435
  "delimiter": {
1432
1436
  "type": "string",
1433
1437
  "maxLength": 48
1438
+ },
1439
+ "delimiterEncoding": {
1440
+ "type": "string",
1441
+ "maxLength": 48
1434
1442
  }
1435
1443
  },
1436
1444
  "additionalProperties": false
@@ -3603,6 +3611,10 @@
3603
3611
  "type": "string",
3604
3612
  "maxLength": 1024
3605
3613
  },
3614
+ "writeOnOpenEncoding": {
3615
+ "type": "string",
3616
+ "maxLength": 48
3617
+ },
3606
3618
  "byteLength": {
3607
3619
  "type": "string",
3608
3620
  "maxLength": 48
@@ -3610,6 +3622,10 @@
3610
3622
  "delimiter": {
3611
3623
  "type": "string",
3612
3624
  "maxLength": 48
3625
+ },
3626
+ "delimiterEncoding": {
3627
+ "type": "string",
3628
+ "maxLength": 48
3613
3629
  }
3614
3630
  },
3615
3631
  "additionalProperties": false
@@ -1439,6 +1439,10 @@
1439
1439
  "type": "string",
1440
1440
  "maxLength": 1024
1441
1441
  },
1442
+ "writeOnOpenEncoding": {
1443
+ "type": "string",
1444
+ "maxLength": 48
1445
+ },
1442
1446
  "byteLength": {
1443
1447
  "type": "string",
1444
1448
  "maxLength": 48
@@ -1446,6 +1450,10 @@
1446
1450
  "delimiter": {
1447
1451
  "type": "string",
1448
1452
  "maxLength": 48
1453
+ },
1454
+ "delimiterEncoding": {
1455
+ "type": "string",
1456
+ "maxLength": 48
1449
1457
  }
1450
1458
  },
1451
1459
  "additionalProperties": false
@@ -1409,6 +1409,10 @@
1409
1409
  "type": "string",
1410
1410
  "maxLength": 1024
1411
1411
  },
1412
+ "writeOnOpenEncoding": {
1413
+ "type": "string",
1414
+ "maxLength": 48
1415
+ },
1412
1416
  "byteLength": {
1413
1417
  "type": "string",
1414
1418
  "maxLength": 48
@@ -1416,6 +1420,10 @@
1416
1420
  "delimiter": {
1417
1421
  "type": "string",
1418
1422
  "maxLength": 48
1423
+ },
1424
+ "delimiterEncoding": {
1425
+ "type": "string",
1426
+ "maxLength": 48
1419
1427
  }
1420
1428
  },
1421
1429
  "additionalProperties": false
@@ -3569,6 +3577,10 @@
3569
3577
  "type": "string",
3570
3578
  "maxLength": 1024
3571
3579
  },
3580
+ "writeOnOpenEncoding": {
3581
+ "type": "string",
3582
+ "maxLength": 48
3583
+ },
3572
3584
  "byteLength": {
3573
3585
  "type": "string",
3574
3586
  "maxLength": 48
@@ -3576,6 +3588,10 @@
3576
3588
  "delimiter": {
3577
3589
  "type": "string",
3578
3590
  "maxLength": 48
3591
+ },
3592
+ "delimiterEncoding": {
3593
+ "type": "string",
3594
+ "maxLength": 48
3579
3595
  }
3580
3596
  },
3581
3597
  "additionalProperties": false
@@ -1440,6 +1440,10 @@
1440
1440
  "type": "string",
1441
1441
  "maxLength": 1024
1442
1442
  },
1443
+ "writeOnOpenEncoding": {
1444
+ "type": "string",
1445
+ "maxLength": 48
1446
+ },
1443
1447
  "byteLength": {
1444
1448
  "type": "string",
1445
1449
  "maxLength": 48
@@ -1447,6 +1451,10 @@
1447
1451
  "delimiter": {
1448
1452
  "type": "string",
1449
1453
  "maxLength": 48
1454
+ },
1455
+ "delimiterEncoding": {
1456
+ "type": "string",
1457
+ "maxLength": 48
1450
1458
  }
1451
1459
  },
1452
1460
  "additionalProperties": false
@@ -3619,6 +3627,10 @@
3619
3627
  "type": "string",
3620
3628
  "maxLength": 1024
3621
3629
  },
3630
+ "writeOnOpenEncoding": {
3631
+ "type": "string",
3632
+ "maxLength": 48
3633
+ },
3622
3634
  "byteLength": {
3623
3635
  "type": "string",
3624
3636
  "maxLength": 48
@@ -3626,6 +3638,10 @@
3626
3638
  "delimiter": {
3627
3639
  "type": "string",
3628
3640
  "maxLength": 48
3641
+ },
3642
+ "delimiterEncoding": {
3643
+ "type": "string",
3644
+ "maxLength": 48
3629
3645
  }
3630
3646
  },
3631
3647
  "additionalProperties": false
@@ -5798,6 +5814,10 @@
5798
5814
  "type": "string",
5799
5815
  "maxLength": 1024
5800
5816
  },
5817
+ "writeOnOpenEncoding": {
5818
+ "type": "string",
5819
+ "maxLength": 48
5820
+ },
5801
5821
  "byteLength": {
5802
5822
  "type": "string",
5803
5823
  "maxLength": 48
@@ -5805,6 +5825,10 @@
5805
5825
  "delimiter": {
5806
5826
  "type": "string",
5807
5827
  "maxLength": 48
5828
+ },
5829
+ "delimiterEncoding": {
5830
+ "type": "string",
5831
+ "maxLength": 48
5808
5832
  }
5809
5833
  },
5810
5834
  "additionalProperties": false
@@ -145,6 +145,7 @@
145
145
  "deviceRecipe.patch",
146
146
  "deviceRecipes.get",
147
147
  "deviceRecipes.post",
148
+ "devices.attributeNames",
148
149
  "devices.patch",
149
150
  "devices.delete",
150
151
  "devices.removeData",
@@ -64,6 +64,9 @@
64
64
  "emailVerified": {
65
65
  "type": "boolean"
66
66
  },
67
+ "needsToVerifyEmail": {
68
+ "type": "boolean"
69
+ },
67
70
  "twoFactorAuthEnabled": {
68
71
  "type": "boolean"
69
72
  },
@@ -41,7 +41,7 @@
41
41
  "type": "string",
42
42
  "minLength": 12,
43
43
  "maxLength": 2048,
44
- "pattern": "^(?=.*[A-Z])(?=.*[^A-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
44
+ "pattern": "^(?=.*[A-Z])(?=.*[^A-Za-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
45
45
  },
46
46
  "tokenCutoff": {
47
47
  "type": "string",
@@ -15,7 +15,7 @@
15
15
  "type": "string",
16
16
  "minLength": 12,
17
17
  "maxLength": 2048,
18
- "pattern": "^(?=.*[A-Z])(?=.*[^A-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
18
+ "pattern": "^(?=.*[A-Z])(?=.*[^A-Za-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
19
19
  }
20
20
  },
21
21
  "required": [
@@ -154,6 +154,7 @@
154
154
  "deviceRecipe.patch",
155
155
  "deviceRecipes.get",
156
156
  "deviceRecipes.post",
157
+ "devices.attributeNames",
157
158
  "devices.patch",
158
159
  "devices.delete",
159
160
  "devices.removeData",
@@ -60,7 +60,7 @@
60
60
  "type": "string",
61
61
  "minLength": 12,
62
62
  "maxLength": 2048,
63
- "pattern": "^(?=.*[A-Z])(?=.*[^A-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
63
+ "pattern": "^(?=.*[A-Z])(?=.*[^A-Za-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
64
64
  },
65
65
  "acceptTerms": {
66
66
  "enum": [
@@ -213,6 +213,7 @@
213
213
  "deviceRecipe.patch",
214
214
  "deviceRecipes.get",
215
215
  "deviceRecipes.post",
216
+ "devices.attributeNames",
216
217
  "devices.patch",
217
218
  "devices.delete",
218
219
  "devices.removeData",
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.4
4
+ version: 1.11.0
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-09-09 00:00:00.000000000 Z
11
+ date: 2020-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -276,6 +276,7 @@ files:
276
276
  - schemas/dataTableRowsExport.json
277
277
  - schemas/dataTables.json
278
278
  - schemas/device.json
279
+ - schemas/deviceAttributeDataTypeFilter.json
279
280
  - schemas/deviceClassFilter.json
280
281
  - schemas/deviceCommand.json
281
282
  - schemas/deviceCommands.json