losant_rest 1.10.4 → 1.11.0
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.
- checksums.yaml +4 -4
- data/docs/_schemas.md +213 -6
- data/docs/applicationApiTokens.md +1 -1
- data/docs/applicationCertificateAuthorities.md +1 -1
- data/docs/applicationCertificates.md +1 -1
- data/docs/applicationKeys.md +1 -1
- data/docs/applicationTemplates.md +1 -1
- data/docs/applications.md +1 -1
- data/docs/auditLogs.md +1 -1
- data/docs/dashboards.md +1 -1
- data/docs/dataTables.md +1 -1
- data/docs/deviceRecipes.md +1 -1
- data/docs/devices.md +1 -1
- data/docs/edgeDeployments.md +1 -1
- data/docs/events.md +1 -1
- data/docs/experienceGroups.md +1 -1
- data/docs/experienceUsers.md +1 -1
- data/docs/experienceVersions.md +1 -1
- data/docs/experienceViews.md +1 -1
- data/docs/files.md +1 -1
- data/docs/flowVersions.md +1 -1
- data/docs/flows.md +2 -2
- data/docs/integrations.md +1 -1
- data/docs/notebooks.md +1 -1
- data/docs/orgs.md +1 -1
- data/docs/webhooks.md +1 -1
- data/lib/losant_rest/client.rb +2 -2
- data/lib/losant_rest/version.rb +1 -1
- data/schemas/applicationApiTokenPost.json +1 -0
- data/schemas/authedUser.json +3 -0
- data/schemas/changePassword.json +1 -1
- data/schemas/dashboard.json +3 -0
- data/schemas/dashboardPatch.json +3 -0
- data/schemas/dashboardPost.json +3 -0
- data/schemas/dashboards.json +3 -0
- data/schemas/deviceAttributeDataTypeFilter.json +29 -0
- data/schemas/deviceClassFilter.json +1 -2
- data/schemas/experienceLinkedResources.json +24 -0
- data/schemas/flow.json +8 -0
- data/schemas/flowPatch.json +8 -0
- data/schemas/flowPost.json +8 -0
- data/schemas/flowVersion.json +16 -0
- data/schemas/flowVersionPost.json +8 -0
- data/schemas/flowVersions.json +16 -0
- data/schemas/flows.json +8 -0
- data/schemas/flowsImportPost.json +16 -0
- data/schemas/flowsImportResult.json +24 -0
- data/schemas/githubLogin.json +1 -0
- data/schemas/me.json +3 -0
- data/schemas/mePatch.json +1 -1
- data/schemas/passwordResetFinish.json +1 -1
- data/schemas/userCredentials.json +1 -0
- data/schemas/userPost.json +2 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a703884fc1092c948665517e0b6a32261cabe8cef609df1aa63182b0b0efd232
|
|
4
|
+
data.tar.gz: 3b1d622f6ff7ddc051d69802a0d2d6d1486b877d852a58e0e4048191e13c06cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de11010172f42e182b97e5693475121b5a3446a0667ae009d827329c76446a30b97c5fd25942561694a336289ff40d1dd6272856c0ca89447f621a8701534ca4
|
|
7
|
+
data.tar.gz: 4886b21a1660c4ff3232e9abd9f9f6261fa3cab1790fc9a43934f9400390e0b769b0a33988c69895c52f616239f42e0e8e9b662980facdf1a63ea0ade83fb799
|
data/docs/_schemas.md
CHANGED
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
* [Data Table Rows Export](#data-table-rows-export)
|
|
67
67
|
* [Data Tables](#data-tables)
|
|
68
68
|
* [Device](#device)
|
|
69
|
+
* [Device Attribute Data Type Filter](#device-attribute-data-type-filter)
|
|
69
70
|
* [Device Class Filter](#device-class-filter)
|
|
70
71
|
* [Device Command](#device-command)
|
|
71
72
|
* [Device Commands](#device-commands)
|
|
@@ -3523,6 +3524,7 @@ Schema for the body of an Application API Token creation request
|
|
|
3523
3524
|
"deviceRecipe.patch",
|
|
3524
3525
|
"deviceRecipes.get",
|
|
3525
3526
|
"deviceRecipes.post",
|
|
3527
|
+
"devices.attributeNames",
|
|
3526
3528
|
"devices.patch",
|
|
3527
3529
|
"devices.delete",
|
|
3528
3530
|
"devices.removeData",
|
|
@@ -8160,6 +8162,9 @@ Schema for the successful response when authenticating a User
|
|
|
8160
8162
|
"token": {
|
|
8161
8163
|
"type": "string",
|
|
8162
8164
|
"minLength": 1
|
|
8165
|
+
},
|
|
8166
|
+
"needsToVerifyEmail": {
|
|
8167
|
+
"type": "boolean"
|
|
8163
8168
|
}
|
|
8164
8169
|
},
|
|
8165
8170
|
"required": [
|
|
@@ -8203,7 +8208,7 @@ Schema for the body of a request to change the current user's password
|
|
|
8203
8208
|
"type": "string",
|
|
8204
8209
|
"minLength": 12,
|
|
8205
8210
|
"maxLength": 2048,
|
|
8206
|
-
"pattern": "^(?=.*[A-Z])(?=.*[^A-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
|
|
8211
|
+
"pattern": "^(?=.*[A-Z])(?=.*[^A-Za-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
|
|
8207
8212
|
},
|
|
8208
8213
|
"invalidateExistingTokens": {
|
|
8209
8214
|
"type": "boolean"
|
|
@@ -9608,6 +9613,9 @@ Schema for a single Dashboard
|
|
|
9608
9613
|
"type": "string",
|
|
9609
9614
|
"maxLength": 255
|
|
9610
9615
|
}
|
|
9616
|
+
},
|
|
9617
|
+
"includeDeviceInfo": {
|
|
9618
|
+
"type": "boolean"
|
|
9611
9619
|
}
|
|
9612
9620
|
},
|
|
9613
9621
|
"additionalProperties": false
|
|
@@ -15337,6 +15345,9 @@ Schema for the body of a Dashboard modification request
|
|
|
15337
15345
|
"type": "string",
|
|
15338
15346
|
"maxLength": 255
|
|
15339
15347
|
}
|
|
15348
|
+
},
|
|
15349
|
+
"includeDeviceInfo": {
|
|
15350
|
+
"type": "boolean"
|
|
15340
15351
|
}
|
|
15341
15352
|
},
|
|
15342
15353
|
"additionalProperties": false
|
|
@@ -20995,6 +21006,9 @@ Schema for the body of a Dashboard creation request
|
|
|
20995
21006
|
"type": "string",
|
|
20996
21007
|
"maxLength": 255
|
|
20997
21008
|
}
|
|
21009
|
+
},
|
|
21010
|
+
"includeDeviceInfo": {
|
|
21011
|
+
"type": "boolean"
|
|
20998
21012
|
}
|
|
20999
21013
|
},
|
|
21000
21014
|
"additionalProperties": false
|
|
@@ -26908,6 +26922,9 @@ Schema for a collection of Dashboards
|
|
|
26908
26922
|
"type": "string",
|
|
26909
26923
|
"maxLength": 255
|
|
26910
26924
|
}
|
|
26925
|
+
},
|
|
26926
|
+
"includeDeviceInfo": {
|
|
26927
|
+
"type": "boolean"
|
|
26911
26928
|
}
|
|
26912
26929
|
},
|
|
26913
26930
|
"additionalProperties": false
|
|
@@ -33040,6 +33057,54 @@ Schema for a single Device
|
|
|
33040
33057
|
|
|
33041
33058
|
<br/>
|
|
33042
33059
|
|
|
33060
|
+
## Device Attribute Data Type Filter
|
|
33061
|
+
|
|
33062
|
+
Select one or multiple device attribute data types
|
|
33063
|
+
|
|
33064
|
+
### <a name="device-attribute-data-type-filter-schema"></a> Schema
|
|
33065
|
+
|
|
33066
|
+
```json
|
|
33067
|
+
{
|
|
33068
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
33069
|
+
"oneOf": [
|
|
33070
|
+
{
|
|
33071
|
+
"type": "string",
|
|
33072
|
+
"enum": [
|
|
33073
|
+
"string",
|
|
33074
|
+
"number",
|
|
33075
|
+
"gps",
|
|
33076
|
+
"boolean",
|
|
33077
|
+
"blob"
|
|
33078
|
+
]
|
|
33079
|
+
},
|
|
33080
|
+
{
|
|
33081
|
+
"type": "array",
|
|
33082
|
+
"minItems": 1,
|
|
33083
|
+
"items": {
|
|
33084
|
+
"type": "string",
|
|
33085
|
+
"enum": [
|
|
33086
|
+
"string",
|
|
33087
|
+
"number",
|
|
33088
|
+
"gps",
|
|
33089
|
+
"boolean",
|
|
33090
|
+
"blob"
|
|
33091
|
+
]
|
|
33092
|
+
}
|
|
33093
|
+
}
|
|
33094
|
+
]
|
|
33095
|
+
}
|
|
33096
|
+
```
|
|
33097
|
+
### <a name="device-attribute-data-type-filter-example"></a> Example
|
|
33098
|
+
|
|
33099
|
+
```json
|
|
33100
|
+
[
|
|
33101
|
+
"number",
|
|
33102
|
+
"blob"
|
|
33103
|
+
]
|
|
33104
|
+
```
|
|
33105
|
+
|
|
33106
|
+
<br/>
|
|
33107
|
+
|
|
33043
33108
|
## Device Class Filter
|
|
33044
33109
|
|
|
33045
33110
|
Select one or multiple device classes
|
|
@@ -33073,8 +33138,7 @@ Select one or multiple device classes
|
|
|
33073
33138
|
"edgeCompute",
|
|
33074
33139
|
"system"
|
|
33075
33140
|
]
|
|
33076
|
-
}
|
|
33077
|
-
"additionalProperties": false
|
|
33141
|
+
}
|
|
33078
33142
|
}
|
|
33079
33143
|
]
|
|
33080
33144
|
}
|
|
@@ -47401,6 +47465,10 @@ The body of an experience linked resources response
|
|
|
47401
47465
|
"type": "string",
|
|
47402
47466
|
"maxLength": 1024
|
|
47403
47467
|
},
|
|
47468
|
+
"writeOnOpenEncoding": {
|
|
47469
|
+
"type": "string",
|
|
47470
|
+
"maxLength": 48
|
|
47471
|
+
},
|
|
47404
47472
|
"byteLength": {
|
|
47405
47473
|
"type": "string",
|
|
47406
47474
|
"maxLength": 48
|
|
@@ -47408,6 +47476,10 @@ The body of an experience linked resources response
|
|
|
47408
47476
|
"delimiter": {
|
|
47409
47477
|
"type": "string",
|
|
47410
47478
|
"maxLength": 48
|
|
47479
|
+
},
|
|
47480
|
+
"delimiterEncoding": {
|
|
47481
|
+
"type": "string",
|
|
47482
|
+
"maxLength": 48
|
|
47411
47483
|
}
|
|
47412
47484
|
},
|
|
47413
47485
|
"additionalProperties": false
|
|
@@ -49630,6 +49702,10 @@ The body of an experience linked resources response
|
|
|
49630
49702
|
"type": "string",
|
|
49631
49703
|
"maxLength": 1024
|
|
49632
49704
|
},
|
|
49705
|
+
"writeOnOpenEncoding": {
|
|
49706
|
+
"type": "string",
|
|
49707
|
+
"maxLength": 48
|
|
49708
|
+
},
|
|
49633
49709
|
"byteLength": {
|
|
49634
49710
|
"type": "string",
|
|
49635
49711
|
"maxLength": 48
|
|
@@ -49637,6 +49713,10 @@ The body of an experience linked resources response
|
|
|
49637
49713
|
"delimiter": {
|
|
49638
49714
|
"type": "string",
|
|
49639
49715
|
"maxLength": 48
|
|
49716
|
+
},
|
|
49717
|
+
"delimiterEncoding": {
|
|
49718
|
+
"type": "string",
|
|
49719
|
+
"maxLength": 48
|
|
49640
49720
|
}
|
|
49641
49721
|
},
|
|
49642
49722
|
"additionalProperties": false
|
|
@@ -51809,6 +51889,10 @@ The body of an experience linked resources response
|
|
|
51809
51889
|
"type": "string",
|
|
51810
51890
|
"maxLength": 1024
|
|
51811
51891
|
},
|
|
51892
|
+
"writeOnOpenEncoding": {
|
|
51893
|
+
"type": "string",
|
|
51894
|
+
"maxLength": 48
|
|
51895
|
+
},
|
|
51812
51896
|
"byteLength": {
|
|
51813
51897
|
"type": "string",
|
|
51814
51898
|
"maxLength": 48
|
|
@@ -51816,6 +51900,10 @@ The body of an experience linked resources response
|
|
|
51816
51900
|
"delimiter": {
|
|
51817
51901
|
"type": "string",
|
|
51818
51902
|
"maxLength": 48
|
|
51903
|
+
},
|
|
51904
|
+
"delimiterEncoding": {
|
|
51905
|
+
"type": "string",
|
|
51906
|
+
"maxLength": 48
|
|
51819
51907
|
}
|
|
51820
51908
|
},
|
|
51821
51909
|
"additionalProperties": false
|
|
@@ -55870,6 +55958,10 @@ Schema for a single Workflow
|
|
|
55870
55958
|
"type": "string",
|
|
55871
55959
|
"maxLength": 1024
|
|
55872
55960
|
},
|
|
55961
|
+
"writeOnOpenEncoding": {
|
|
55962
|
+
"type": "string",
|
|
55963
|
+
"maxLength": 48
|
|
55964
|
+
},
|
|
55873
55965
|
"byteLength": {
|
|
55874
55966
|
"type": "string",
|
|
55875
55967
|
"maxLength": 48
|
|
@@ -55877,6 +55969,10 @@ Schema for a single Workflow
|
|
|
55877
55969
|
"delimiter": {
|
|
55878
55970
|
"type": "string",
|
|
55879
55971
|
"maxLength": 48
|
|
55972
|
+
},
|
|
55973
|
+
"delimiterEncoding": {
|
|
55974
|
+
"type": "string",
|
|
55975
|
+
"maxLength": 48
|
|
55880
55976
|
}
|
|
55881
55977
|
},
|
|
55882
55978
|
"additionalProperties": false
|
|
@@ -58257,6 +58353,10 @@ Schema for the body of a Workflow modification request
|
|
|
58257
58353
|
"type": "string",
|
|
58258
58354
|
"maxLength": 1024
|
|
58259
58355
|
},
|
|
58356
|
+
"writeOnOpenEncoding": {
|
|
58357
|
+
"type": "string",
|
|
58358
|
+
"maxLength": 48
|
|
58359
|
+
},
|
|
58260
58360
|
"byteLength": {
|
|
58261
58361
|
"type": "string",
|
|
58262
58362
|
"maxLength": 48
|
|
@@ -58264,6 +58364,10 @@ Schema for the body of a Workflow modification request
|
|
|
58264
58364
|
"delimiter": {
|
|
58265
58365
|
"type": "string",
|
|
58266
58366
|
"maxLength": 48
|
|
58367
|
+
},
|
|
58368
|
+
"delimiterEncoding": {
|
|
58369
|
+
"type": "string",
|
|
58370
|
+
"maxLength": 48
|
|
58267
58371
|
}
|
|
58268
58372
|
},
|
|
58269
58373
|
"additionalProperties": false
|
|
@@ -60399,6 +60503,10 @@ Schema for the body of a Workflow creation request
|
|
|
60399
60503
|
"type": "string",
|
|
60400
60504
|
"maxLength": 1024
|
|
60401
60505
|
},
|
|
60506
|
+
"writeOnOpenEncoding": {
|
|
60507
|
+
"type": "string",
|
|
60508
|
+
"maxLength": 48
|
|
60509
|
+
},
|
|
60402
60510
|
"byteLength": {
|
|
60403
60511
|
"type": "string",
|
|
60404
60512
|
"maxLength": 48
|
|
@@ -60406,6 +60514,10 @@ Schema for the body of a Workflow creation request
|
|
|
60406
60514
|
"delimiter": {
|
|
60407
60515
|
"type": "string",
|
|
60408
60516
|
"maxLength": 48
|
|
60517
|
+
},
|
|
60518
|
+
"delimiterEncoding": {
|
|
60519
|
+
"type": "string",
|
|
60520
|
+
"maxLength": 48
|
|
60409
60521
|
}
|
|
60410
60522
|
},
|
|
60411
60523
|
"additionalProperties": false
|
|
@@ -62764,6 +62876,10 @@ Schema for a single Workflow Version
|
|
|
62764
62876
|
"type": "string",
|
|
62765
62877
|
"maxLength": 1024
|
|
62766
62878
|
},
|
|
62879
|
+
"writeOnOpenEncoding": {
|
|
62880
|
+
"type": "string",
|
|
62881
|
+
"maxLength": 48
|
|
62882
|
+
},
|
|
62767
62883
|
"byteLength": {
|
|
62768
62884
|
"type": "string",
|
|
62769
62885
|
"maxLength": 48
|
|
@@ -62771,6 +62887,10 @@ Schema for a single Workflow Version
|
|
|
62771
62887
|
"delimiter": {
|
|
62772
62888
|
"type": "string",
|
|
62773
62889
|
"maxLength": 48
|
|
62890
|
+
},
|
|
62891
|
+
"delimiterEncoding": {
|
|
62892
|
+
"type": "string",
|
|
62893
|
+
"maxLength": 48
|
|
62774
62894
|
}
|
|
62775
62895
|
},
|
|
62776
62896
|
"additionalProperties": false
|
|
@@ -64943,6 +65063,10 @@ Schema for a single Workflow Version
|
|
|
64943
65063
|
"type": "string",
|
|
64944
65064
|
"maxLength": 1024
|
|
64945
65065
|
},
|
|
65066
|
+
"writeOnOpenEncoding": {
|
|
65067
|
+
"type": "string",
|
|
65068
|
+
"maxLength": 48
|
|
65069
|
+
},
|
|
64946
65070
|
"byteLength": {
|
|
64947
65071
|
"type": "string",
|
|
64948
65072
|
"maxLength": 48
|
|
@@ -64950,6 +65074,10 @@ Schema for a single Workflow Version
|
|
|
64950
65074
|
"delimiter": {
|
|
64951
65075
|
"type": "string",
|
|
64952
65076
|
"maxLength": 48
|
|
65077
|
+
},
|
|
65078
|
+
"delimiterEncoding": {
|
|
65079
|
+
"type": "string",
|
|
65080
|
+
"maxLength": 48
|
|
64953
65081
|
}
|
|
64954
65082
|
},
|
|
64955
65083
|
"additionalProperties": false
|
|
@@ -66825,6 +66953,10 @@ Schema for the body of a Workflow Version creation request
|
|
|
66825
66953
|
"type": "string",
|
|
66826
66954
|
"maxLength": 1024
|
|
66827
66955
|
},
|
|
66956
|
+
"writeOnOpenEncoding": {
|
|
66957
|
+
"type": "string",
|
|
66958
|
+
"maxLength": 48
|
|
66959
|
+
},
|
|
66828
66960
|
"byteLength": {
|
|
66829
66961
|
"type": "string",
|
|
66830
66962
|
"maxLength": 48
|
|
@@ -66832,6 +66964,10 @@ Schema for the body of a Workflow Version creation request
|
|
|
66832
66964
|
"delimiter": {
|
|
66833
66965
|
"type": "string",
|
|
66834
66966
|
"maxLength": 48
|
|
66967
|
+
},
|
|
66968
|
+
"delimiterEncoding": {
|
|
66969
|
+
"type": "string",
|
|
66970
|
+
"maxLength": 48
|
|
66835
66971
|
}
|
|
66836
66972
|
},
|
|
66837
66973
|
"additionalProperties": false
|
|
@@ -68992,6 +69128,10 @@ Schema for a collection of Workflow Versions
|
|
|
68992
69128
|
"type": "string",
|
|
68993
69129
|
"maxLength": 1024
|
|
68994
69130
|
},
|
|
69131
|
+
"writeOnOpenEncoding": {
|
|
69132
|
+
"type": "string",
|
|
69133
|
+
"maxLength": 48
|
|
69134
|
+
},
|
|
68995
69135
|
"byteLength": {
|
|
68996
69136
|
"type": "string",
|
|
68997
69137
|
"maxLength": 48
|
|
@@ -68999,6 +69139,10 @@ Schema for a collection of Workflow Versions
|
|
|
68999
69139
|
"delimiter": {
|
|
69000
69140
|
"type": "string",
|
|
69001
69141
|
"maxLength": 48
|
|
69142
|
+
},
|
|
69143
|
+
"delimiterEncoding": {
|
|
69144
|
+
"type": "string",
|
|
69145
|
+
"maxLength": 48
|
|
69002
69146
|
}
|
|
69003
69147
|
},
|
|
69004
69148
|
"additionalProperties": false
|
|
@@ -71171,6 +71315,10 @@ Schema for a collection of Workflow Versions
|
|
|
71171
71315
|
"type": "string",
|
|
71172
71316
|
"maxLength": 1024
|
|
71173
71317
|
},
|
|
71318
|
+
"writeOnOpenEncoding": {
|
|
71319
|
+
"type": "string",
|
|
71320
|
+
"maxLength": 48
|
|
71321
|
+
},
|
|
71174
71322
|
"byteLength": {
|
|
71175
71323
|
"type": "string",
|
|
71176
71324
|
"maxLength": 48
|
|
@@ -71178,6 +71326,10 @@ Schema for a collection of Workflow Versions
|
|
|
71178
71326
|
"delimiter": {
|
|
71179
71327
|
"type": "string",
|
|
71180
71328
|
"maxLength": 48
|
|
71329
|
+
},
|
|
71330
|
+
"delimiterEncoding": {
|
|
71331
|
+
"type": "string",
|
|
71332
|
+
"maxLength": 48
|
|
71181
71333
|
}
|
|
71182
71334
|
},
|
|
71183
71335
|
"additionalProperties": false
|
|
@@ -73123,6 +73275,10 @@ Schema for a collection of Workflows
|
|
|
73123
73275
|
"type": "string",
|
|
73124
73276
|
"maxLength": 1024
|
|
73125
73277
|
},
|
|
73278
|
+
"writeOnOpenEncoding": {
|
|
73279
|
+
"type": "string",
|
|
73280
|
+
"maxLength": 48
|
|
73281
|
+
},
|
|
73126
73282
|
"byteLength": {
|
|
73127
73283
|
"type": "string",
|
|
73128
73284
|
"maxLength": 48
|
|
@@ -73130,6 +73286,10 @@ Schema for a collection of Workflows
|
|
|
73130
73286
|
"delimiter": {
|
|
73131
73287
|
"type": "string",
|
|
73132
73288
|
"maxLength": 48
|
|
73289
|
+
},
|
|
73290
|
+
"delimiterEncoding": {
|
|
73291
|
+
"type": "string",
|
|
73292
|
+
"maxLength": 48
|
|
73133
73293
|
}
|
|
73134
73294
|
},
|
|
73135
73295
|
"additionalProperties": false
|
|
@@ -75379,6 +75539,10 @@ Schema for the body of a workflow import request
|
|
|
75379
75539
|
"type": "string",
|
|
75380
75540
|
"maxLength": 1024
|
|
75381
75541
|
},
|
|
75542
|
+
"writeOnOpenEncoding": {
|
|
75543
|
+
"type": "string",
|
|
75544
|
+
"maxLength": 48
|
|
75545
|
+
},
|
|
75382
75546
|
"byteLength": {
|
|
75383
75547
|
"type": "string",
|
|
75384
75548
|
"maxLength": 48
|
|
@@ -75386,6 +75550,10 @@ Schema for the body of a workflow import request
|
|
|
75386
75550
|
"delimiter": {
|
|
75387
75551
|
"type": "string",
|
|
75388
75552
|
"maxLength": 48
|
|
75553
|
+
},
|
|
75554
|
+
"delimiterEncoding": {
|
|
75555
|
+
"type": "string",
|
|
75556
|
+
"maxLength": 48
|
|
75389
75557
|
}
|
|
75390
75558
|
},
|
|
75391
75559
|
"additionalProperties": false
|
|
@@ -77539,6 +77707,10 @@ Schema for the body of a workflow import request
|
|
|
77539
77707
|
"type": "string",
|
|
77540
77708
|
"maxLength": 1024
|
|
77541
77709
|
},
|
|
77710
|
+
"writeOnOpenEncoding": {
|
|
77711
|
+
"type": "string",
|
|
77712
|
+
"maxLength": 48
|
|
77713
|
+
},
|
|
77542
77714
|
"byteLength": {
|
|
77543
77715
|
"type": "string",
|
|
77544
77716
|
"maxLength": 48
|
|
@@ -77546,6 +77718,10 @@ Schema for the body of a workflow import request
|
|
|
77546
77718
|
"delimiter": {
|
|
77547
77719
|
"type": "string",
|
|
77548
77720
|
"maxLength": 48
|
|
77721
|
+
},
|
|
77722
|
+
"delimiterEncoding": {
|
|
77723
|
+
"type": "string",
|
|
77724
|
+
"maxLength": 48
|
|
77549
77725
|
}
|
|
77550
77726
|
},
|
|
77551
77727
|
"additionalProperties": false
|
|
@@ -79746,6 +79922,10 @@ Schema for the result of a workflow import request
|
|
|
79746
79922
|
"type": "string",
|
|
79747
79923
|
"maxLength": 1024
|
|
79748
79924
|
},
|
|
79925
|
+
"writeOnOpenEncoding": {
|
|
79926
|
+
"type": "string",
|
|
79927
|
+
"maxLength": 48
|
|
79928
|
+
},
|
|
79749
79929
|
"byteLength": {
|
|
79750
79930
|
"type": "string",
|
|
79751
79931
|
"maxLength": 48
|
|
@@ -79753,6 +79933,10 @@ Schema for the result of a workflow import request
|
|
|
79753
79933
|
"delimiter": {
|
|
79754
79934
|
"type": "string",
|
|
79755
79935
|
"maxLength": 48
|
|
79936
|
+
},
|
|
79937
|
+
"delimiterEncoding": {
|
|
79938
|
+
"type": "string",
|
|
79939
|
+
"maxLength": 48
|
|
79756
79940
|
}
|
|
79757
79941
|
},
|
|
79758
79942
|
"additionalProperties": false
|
|
@@ -81925,6 +82109,10 @@ Schema for the result of a workflow import request
|
|
|
81925
82109
|
"type": "string",
|
|
81926
82110
|
"maxLength": 1024
|
|
81927
82111
|
},
|
|
82112
|
+
"writeOnOpenEncoding": {
|
|
82113
|
+
"type": "string",
|
|
82114
|
+
"maxLength": 48
|
|
82115
|
+
},
|
|
81928
82116
|
"byteLength": {
|
|
81929
82117
|
"type": "string",
|
|
81930
82118
|
"maxLength": 48
|
|
@@ -81932,6 +82120,10 @@ Schema for the result of a workflow import request
|
|
|
81932
82120
|
"delimiter": {
|
|
81933
82121
|
"type": "string",
|
|
81934
82122
|
"maxLength": 48
|
|
82123
|
+
},
|
|
82124
|
+
"delimiterEncoding": {
|
|
82125
|
+
"type": "string",
|
|
82126
|
+
"maxLength": 48
|
|
81935
82127
|
}
|
|
81936
82128
|
},
|
|
81937
82129
|
"additionalProperties": false
|
|
@@ -84104,6 +84296,10 @@ Schema for the result of a workflow import request
|
|
|
84104
84296
|
"type": "string",
|
|
84105
84297
|
"maxLength": 1024
|
|
84106
84298
|
},
|
|
84299
|
+
"writeOnOpenEncoding": {
|
|
84300
|
+
"type": "string",
|
|
84301
|
+
"maxLength": 48
|
|
84302
|
+
},
|
|
84107
84303
|
"byteLength": {
|
|
84108
84304
|
"type": "string",
|
|
84109
84305
|
"maxLength": 48
|
|
@@ -84111,6 +84307,10 @@ Schema for the result of a workflow import request
|
|
|
84111
84307
|
"delimiter": {
|
|
84112
84308
|
"type": "string",
|
|
84113
84309
|
"maxLength": 48
|
|
84310
|
+
},
|
|
84311
|
+
"delimiterEncoding": {
|
|
84312
|
+
"type": "string",
|
|
84313
|
+
"maxLength": 48
|
|
84114
84314
|
}
|
|
84115
84315
|
},
|
|
84116
84316
|
"additionalProperties": false
|
|
@@ -84741,6 +84941,7 @@ Schema for the body of a Github login request
|
|
|
84741
84941
|
"deviceRecipe.patch",
|
|
84742
84942
|
"deviceRecipes.get",
|
|
84743
84943
|
"deviceRecipes.post",
|
|
84944
|
+
"devices.attributeNames",
|
|
84744
84945
|
"devices.patch",
|
|
84745
84946
|
"devices.delete",
|
|
84746
84947
|
"devices.removeData",
|
|
@@ -86168,6 +86369,9 @@ Schema for information about the currently authenticated user
|
|
|
86168
86369
|
"emailVerified": {
|
|
86169
86370
|
"type": "boolean"
|
|
86170
86371
|
},
|
|
86372
|
+
"needsToVerifyEmail": {
|
|
86373
|
+
"type": "boolean"
|
|
86374
|
+
},
|
|
86171
86375
|
"twoFactorAuthEnabled": {
|
|
86172
86376
|
"type": "boolean"
|
|
86173
86377
|
},
|
|
@@ -86579,6 +86783,7 @@ Schema for information about the currently authenticated user
|
|
|
86579
86783
|
"companyName": "Losant IoT, Inc.",
|
|
86580
86784
|
"url": "https://www.losant.com",
|
|
86581
86785
|
"emailVerified": true,
|
|
86786
|
+
"needsToVerifyEmail": false,
|
|
86582
86787
|
"twoFactorAuthEnabled": false,
|
|
86583
86788
|
"fullName": "Example Name",
|
|
86584
86789
|
"summary": {
|
|
@@ -86647,7 +86852,7 @@ Schema for the body of request to modify the current user
|
|
|
86647
86852
|
"type": "string",
|
|
86648
86853
|
"minLength": 12,
|
|
86649
86854
|
"maxLength": 2048,
|
|
86650
|
-
"pattern": "^(?=.*[A-Z])(?=.*[^A-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
|
|
86855
|
+
"pattern": "^(?=.*[A-Z])(?=.*[^A-Za-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
|
|
86651
86856
|
},
|
|
86652
86857
|
"tokenCutoff": {
|
|
86653
86858
|
"type": "string",
|
|
@@ -92448,7 +92653,7 @@ Schema for the body of a request to complete the reset password flow
|
|
|
92448
92653
|
"type": "string",
|
|
92449
92654
|
"minLength": 12,
|
|
92450
92655
|
"maxLength": 2048,
|
|
92451
|
-
"pattern": "^(?=.*[A-Z])(?=.*[^A-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
|
|
92656
|
+
"pattern": "^(?=.*[A-Z])(?=.*[^A-Za-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
|
|
92452
92657
|
}
|
|
92453
92658
|
},
|
|
92454
92659
|
"required": [
|
|
@@ -93606,6 +93811,7 @@ Schema for the body of a User authentication request
|
|
|
93606
93811
|
"deviceRecipe.patch",
|
|
93607
93812
|
"deviceRecipes.get",
|
|
93608
93813
|
"deviceRecipes.post",
|
|
93814
|
+
"devices.attributeNames",
|
|
93609
93815
|
"devices.patch",
|
|
93610
93816
|
"devices.delete",
|
|
93611
93817
|
"devices.removeData",
|
|
@@ -93887,7 +94093,7 @@ Schema for the body of a User creation request
|
|
|
93887
94093
|
"type": "string",
|
|
93888
94094
|
"minLength": 12,
|
|
93889
94095
|
"maxLength": 2048,
|
|
93890
|
-
"pattern": "^(?=.*[A-Z])(?=.*[^A-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
|
|
94096
|
+
"pattern": "^(?=.*[A-Z])(?=.*[^A-Za-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
|
|
93891
94097
|
},
|
|
93892
94098
|
"acceptTerms": {
|
|
93893
94099
|
"enum": [
|
|
@@ -94040,6 +94246,7 @@ Schema for the body of a User creation request
|
|
|
94040
94246
|
"deviceRecipe.patch",
|
|
94041
94247
|
"deviceRecipes.get",
|
|
94042
94248
|
"deviceRecipes.post",
|
|
94249
|
+
"devices.attributeNames",
|
|
94043
94250
|
"devices.patch",
|
|
94044
94251
|
"devices.delete",
|
|
94045
94252
|
"devices.removeData",
|