@seamapi/types 1.969.0 → 1.971.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.
- package/dist/connect.cjs +288 -150
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -3
- package/dist/index.cjs +288 -150
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +144 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -3
- package/package.json +2 -2
- package/src/lib/seam/connect/openapi.ts +144 -6
- package/src/lib/seam/connect/route-types.ts +0 -3
package/dist/connect.cjs
CHANGED
|
@@ -39130,7 +39130,8 @@ var openapi = {
|
|
|
39130
39130
|
{ client_session: [] },
|
|
39131
39131
|
{ pat_with_workspace: [] },
|
|
39132
39132
|
{ console_session_with_workspace: [] },
|
|
39133
|
-
{ api_key: [] }
|
|
39133
|
+
{ api_key: [] },
|
|
39134
|
+
{ support_read_only_token: [] }
|
|
39134
39135
|
],
|
|
39135
39136
|
summary: "/access_codes/generate_code",
|
|
39136
39137
|
tags: ["/access_codes"],
|
|
@@ -39185,7 +39186,8 @@ var openapi = {
|
|
|
39185
39186
|
{ client_session: [] },
|
|
39186
39187
|
{ pat_with_workspace: [] },
|
|
39187
39188
|
{ console_session_with_workspace: [] },
|
|
39188
|
-
{ api_key: [] }
|
|
39189
|
+
{ api_key: [] },
|
|
39190
|
+
{ support_read_only_token: [] }
|
|
39189
39191
|
],
|
|
39190
39192
|
summary: "/access_codes/generate_code",
|
|
39191
39193
|
tags: ["/access_codes"],
|
|
@@ -39252,7 +39254,8 @@ var openapi = {
|
|
|
39252
39254
|
{ pat_with_workspace: [] },
|
|
39253
39255
|
{ console_session_with_workspace: [] },
|
|
39254
39256
|
{ client_session: [] },
|
|
39255
|
-
{ client_session_with_customer: [] }
|
|
39257
|
+
{ client_session_with_customer: [] },
|
|
39258
|
+
{ support_read_only_token: [] }
|
|
39256
39259
|
],
|
|
39257
39260
|
summary: "/access_codes/get",
|
|
39258
39261
|
tags: ["/access_codes"],
|
|
@@ -39314,7 +39317,8 @@ var openapi = {
|
|
|
39314
39317
|
{ pat_with_workspace: [] },
|
|
39315
39318
|
{ console_session_with_workspace: [] },
|
|
39316
39319
|
{ client_session: [] },
|
|
39317
|
-
{ client_session_with_customer: [] }
|
|
39320
|
+
{ client_session_with_customer: [] },
|
|
39321
|
+
{ support_read_only_token: [] }
|
|
39318
39322
|
],
|
|
39319
39323
|
summary: "/access_codes/get",
|
|
39320
39324
|
tags: ["/access_codes"],
|
|
@@ -39908,7 +39912,8 @@ var openapi = {
|
|
|
39908
39912
|
{ client_session_with_customer: [] },
|
|
39909
39913
|
{ pat_with_workspace: [] },
|
|
39910
39914
|
{ console_session_with_workspace: [] },
|
|
39911
|
-
{ api_key: [] }
|
|
39915
|
+
{ api_key: [] },
|
|
39916
|
+
{ support_read_only_token: [] }
|
|
39912
39917
|
],
|
|
39913
39918
|
summary: "/access_codes/list",
|
|
39914
39919
|
tags: ["/access_codes"],
|
|
@@ -40008,7 +40013,8 @@ var openapi = {
|
|
|
40008
40013
|
{ client_session_with_customer: [] },
|
|
40009
40014
|
{ pat_with_workspace: [] },
|
|
40010
40015
|
{ console_session_with_workspace: [] },
|
|
40011
|
-
{ api_key: [] }
|
|
40016
|
+
{ api_key: [] },
|
|
40017
|
+
{ support_read_only_token: [] }
|
|
40012
40018
|
],
|
|
40013
40019
|
summary: "/access_codes/list",
|
|
40014
40020
|
tags: ["/access_codes"],
|
|
@@ -40535,7 +40541,8 @@ var openapi = {
|
|
|
40535
40541
|
{ client_session_with_customer: [] },
|
|
40536
40542
|
{ pat_with_workspace: [] },
|
|
40537
40543
|
{ console_session_with_workspace: [] },
|
|
40538
|
-
{ api_key: [] }
|
|
40544
|
+
{ api_key: [] },
|
|
40545
|
+
{ support_read_only_token: [] }
|
|
40539
40546
|
],
|
|
40540
40547
|
summary: "/access_codes/unmanaged/get",
|
|
40541
40548
|
tags: ["/access_codes"],
|
|
@@ -40599,7 +40606,8 @@ var openapi = {
|
|
|
40599
40606
|
{ client_session_with_customer: [] },
|
|
40600
40607
|
{ pat_with_workspace: [] },
|
|
40601
40608
|
{ console_session_with_workspace: [] },
|
|
40602
|
-
{ api_key: [] }
|
|
40609
|
+
{ api_key: [] },
|
|
40610
|
+
{ support_read_only_token: [] }
|
|
40603
40611
|
],
|
|
40604
40612
|
summary: "/access_codes/unmanaged/get",
|
|
40605
40613
|
tags: ["/access_codes"],
|
|
@@ -40696,7 +40704,8 @@ var openapi = {
|
|
|
40696
40704
|
{ client_session_with_customer: [] },
|
|
40697
40705
|
{ pat_with_workspace: [] },
|
|
40698
40706
|
{ console_session_with_workspace: [] },
|
|
40699
|
-
{ api_key: [] }
|
|
40707
|
+
{ api_key: [] },
|
|
40708
|
+
{ support_read_only_token: [] }
|
|
40700
40709
|
],
|
|
40701
40710
|
summary: "/access_codes/unmanaged/list",
|
|
40702
40711
|
tags: ["/access_codes"],
|
|
@@ -40776,7 +40785,8 @@ var openapi = {
|
|
|
40776
40785
|
{ client_session_with_customer: [] },
|
|
40777
40786
|
{ pat_with_workspace: [] },
|
|
40778
40787
|
{ console_session_with_workspace: [] },
|
|
40779
|
-
{ api_key: [] }
|
|
40788
|
+
{ api_key: [] },
|
|
40789
|
+
{ support_read_only_token: [] }
|
|
40780
40790
|
],
|
|
40781
40791
|
summary: "/access_codes/unmanaged/list",
|
|
40782
40792
|
tags: ["/access_codes"],
|
|
@@ -41786,7 +41796,8 @@ var openapi = {
|
|
|
41786
41796
|
{ pat_with_workspace: [] },
|
|
41787
41797
|
{ console_session_with_workspace: [] },
|
|
41788
41798
|
{ api_key: [] },
|
|
41789
|
-
{ client_session_with_customer: [] }
|
|
41799
|
+
{ client_session_with_customer: [] },
|
|
41800
|
+
{ support_read_only_token: [] }
|
|
41790
41801
|
],
|
|
41791
41802
|
summary: "/access_grants/get",
|
|
41792
41803
|
tags: [],
|
|
@@ -41853,7 +41864,8 @@ var openapi = {
|
|
|
41853
41864
|
{ pat_with_workspace: [] },
|
|
41854
41865
|
{ console_session_with_workspace: [] },
|
|
41855
41866
|
{ api_key: [] },
|
|
41856
|
-
{ client_session_with_customer: [] }
|
|
41867
|
+
{ client_session_with_customer: [] },
|
|
41868
|
+
{ support_read_only_token: [] }
|
|
41857
41869
|
],
|
|
41858
41870
|
summary: "/access_grants/get",
|
|
41859
41871
|
tags: [],
|
|
@@ -41992,7 +42004,8 @@ var openapi = {
|
|
|
41992
42004
|
security: [
|
|
41993
42005
|
{ pat_with_workspace: [] },
|
|
41994
42006
|
{ console_session_with_workspace: [] },
|
|
41995
|
-
{ api_key: [] }
|
|
42007
|
+
{ api_key: [] },
|
|
42008
|
+
{ support_read_only_token: [] }
|
|
41996
42009
|
],
|
|
41997
42010
|
summary: "/access_grants/get_related",
|
|
41998
42011
|
tags: [],
|
|
@@ -42132,7 +42145,8 @@ var openapi = {
|
|
|
42132
42145
|
security: [
|
|
42133
42146
|
{ pat_with_workspace: [] },
|
|
42134
42147
|
{ console_session_with_workspace: [] },
|
|
42135
|
-
{ api_key: [] }
|
|
42148
|
+
{ api_key: [] },
|
|
42149
|
+
{ support_read_only_token: [] }
|
|
42136
42150
|
],
|
|
42137
42151
|
summary: "/access_grants/get_related",
|
|
42138
42152
|
tags: [],
|
|
@@ -42303,7 +42317,8 @@ var openapi = {
|
|
|
42303
42317
|
{ pat_with_workspace: [] },
|
|
42304
42318
|
{ console_session_with_workspace: [] },
|
|
42305
42319
|
{ api_key: [] },
|
|
42306
|
-
{ client_session_with_customer: [] }
|
|
42320
|
+
{ client_session_with_customer: [] },
|
|
42321
|
+
{ support_read_only_token: [] }
|
|
42307
42322
|
],
|
|
42308
42323
|
summary: "/access_grants/list",
|
|
42309
42324
|
tags: [],
|
|
@@ -42419,7 +42434,8 @@ var openapi = {
|
|
|
42419
42434
|
{ pat_with_workspace: [] },
|
|
42420
42435
|
{ console_session_with_workspace: [] },
|
|
42421
42436
|
{ api_key: [] },
|
|
42422
|
-
{ client_session_with_customer: [] }
|
|
42437
|
+
{ client_session_with_customer: [] },
|
|
42438
|
+
{ support_read_only_token: [] }
|
|
42423
42439
|
],
|
|
42424
42440
|
summary: "/access_grants/list",
|
|
42425
42441
|
tags: [],
|
|
@@ -43128,7 +43144,8 @@ var openapi = {
|
|
|
43128
43144
|
{ pat_with_workspace: [] },
|
|
43129
43145
|
{ console_session_with_workspace: [] },
|
|
43130
43146
|
{ api_key: [] },
|
|
43131
|
-
{ client_session_with_customer: [] }
|
|
43147
|
+
{ client_session_with_customer: [] },
|
|
43148
|
+
{ support_read_only_token: [] }
|
|
43132
43149
|
],
|
|
43133
43150
|
summary: "/access_grants/unmanaged/get",
|
|
43134
43151
|
tags: [],
|
|
@@ -43757,7 +43774,8 @@ var openapi = {
|
|
|
43757
43774
|
{ pat_with_workspace: [] },
|
|
43758
43775
|
{ console_session_with_workspace: [] },
|
|
43759
43776
|
{ api_key: [] },
|
|
43760
|
-
{ client_session_with_customer: [] }
|
|
43777
|
+
{ client_session_with_customer: [] },
|
|
43778
|
+
{ support_read_only_token: [] }
|
|
43761
43779
|
],
|
|
43762
43780
|
summary: "/access_grants/unmanaged/get",
|
|
43763
43781
|
tags: [],
|
|
@@ -44433,7 +44451,8 @@ var openapi = {
|
|
|
44433
44451
|
{ pat_with_workspace: [] },
|
|
44434
44452
|
{ console_session_with_workspace: [] },
|
|
44435
44453
|
{ api_key: [] },
|
|
44436
|
-
{ client_session_with_customer: [] }
|
|
44454
|
+
{ client_session_with_customer: [] },
|
|
44455
|
+
{ support_read_only_token: [] }
|
|
44437
44456
|
],
|
|
44438
44457
|
summary: "/access_grants/unmanaged/list",
|
|
44439
44458
|
tags: [],
|
|
@@ -45092,7 +45111,8 @@ var openapi = {
|
|
|
45092
45111
|
{ pat_with_workspace: [] },
|
|
45093
45112
|
{ console_session_with_workspace: [] },
|
|
45094
45113
|
{ api_key: [] },
|
|
45095
|
-
{ client_session_with_customer: [] }
|
|
45114
|
+
{ client_session_with_customer: [] },
|
|
45115
|
+
{ support_read_only_token: [] }
|
|
45096
45116
|
],
|
|
45097
45117
|
summary: "/access_grants/unmanaged/list",
|
|
45098
45118
|
tags: [],
|
|
@@ -45632,7 +45652,8 @@ var openapi = {
|
|
|
45632
45652
|
security: [
|
|
45633
45653
|
{ pat_with_workspace: [] },
|
|
45634
45654
|
{ console_session_with_workspace: [] },
|
|
45635
|
-
{ api_key: [] }
|
|
45655
|
+
{ api_key: [] },
|
|
45656
|
+
{ support_read_only_token: [] }
|
|
45636
45657
|
],
|
|
45637
45658
|
summary: "/access_methods/get",
|
|
45638
45659
|
tags: [],
|
|
@@ -45686,7 +45707,8 @@ var openapi = {
|
|
|
45686
45707
|
security: [
|
|
45687
45708
|
{ pat_with_workspace: [] },
|
|
45688
45709
|
{ console_session_with_workspace: [] },
|
|
45689
|
-
{ api_key: [] }
|
|
45710
|
+
{ api_key: [] },
|
|
45711
|
+
{ support_read_only_token: [] }
|
|
45690
45712
|
],
|
|
45691
45713
|
summary: "/access_methods/get",
|
|
45692
45714
|
tags: [],
|
|
@@ -45820,7 +45842,8 @@ var openapi = {
|
|
|
45820
45842
|
{ pat_with_workspace: [] },
|
|
45821
45843
|
{ console_session_with_workspace: [] },
|
|
45822
45844
|
{ api_key: [] },
|
|
45823
|
-
{ client_session_with_customer: [] }
|
|
45845
|
+
{ client_session_with_customer: [] },
|
|
45846
|
+
{ support_read_only_token: [] }
|
|
45824
45847
|
],
|
|
45825
45848
|
summary: "/access_methods/get_related",
|
|
45826
45849
|
tags: [],
|
|
@@ -45957,7 +45980,8 @@ var openapi = {
|
|
|
45957
45980
|
{ pat_with_workspace: [] },
|
|
45958
45981
|
{ console_session_with_workspace: [] },
|
|
45959
45982
|
{ api_key: [] },
|
|
45960
|
-
{ client_session_with_customer: [] }
|
|
45983
|
+
{ client_session_with_customer: [] },
|
|
45984
|
+
{ support_read_only_token: [] }
|
|
45961
45985
|
],
|
|
45962
45986
|
summary: "/access_methods/get_related",
|
|
45963
45987
|
tags: [],
|
|
@@ -46064,7 +46088,8 @@ var openapi = {
|
|
|
46064
46088
|
{ pat_with_workspace: [] },
|
|
46065
46089
|
{ console_session_with_workspace: [] },
|
|
46066
46090
|
{ api_key: [] },
|
|
46067
|
-
{ client_session_with_customer: [] }
|
|
46091
|
+
{ client_session_with_customer: [] },
|
|
46092
|
+
{ support_read_only_token: [] }
|
|
46068
46093
|
],
|
|
46069
46094
|
summary: "/access_methods/list",
|
|
46070
46095
|
tags: [],
|
|
@@ -46144,7 +46169,8 @@ var openapi = {
|
|
|
46144
46169
|
{ pat_with_workspace: [] },
|
|
46145
46170
|
{ console_session_with_workspace: [] },
|
|
46146
46171
|
{ api_key: [] },
|
|
46147
|
-
{ client_session_with_customer: [] }
|
|
46172
|
+
{ client_session_with_customer: [] },
|
|
46173
|
+
{ support_read_only_token: [] }
|
|
46148
46174
|
],
|
|
46149
46175
|
summary: "/access_methods/list",
|
|
46150
46176
|
tags: [],
|
|
@@ -46668,7 +46694,8 @@ var openapi = {
|
|
|
46668
46694
|
security: [
|
|
46669
46695
|
{ pat_with_workspace: [] },
|
|
46670
46696
|
{ console_session_with_workspace: [] },
|
|
46671
|
-
{ api_key: [] }
|
|
46697
|
+
{ api_key: [] },
|
|
46698
|
+
{ support_read_only_token: [] }
|
|
46672
46699
|
],
|
|
46673
46700
|
summary: "/access_methods/unmanaged/get",
|
|
46674
46701
|
tags: [],
|
|
@@ -47133,7 +47160,8 @@ var openapi = {
|
|
|
47133
47160
|
security: [
|
|
47134
47161
|
{ pat_with_workspace: [] },
|
|
47135
47162
|
{ console_session_with_workspace: [] },
|
|
47136
|
-
{ api_key: [] }
|
|
47163
|
+
{ api_key: [] },
|
|
47164
|
+
{ support_read_only_token: [] }
|
|
47137
47165
|
],
|
|
47138
47166
|
summary: "/access_methods/unmanaged/get",
|
|
47139
47167
|
tags: [],
|
|
@@ -47629,7 +47657,8 @@ var openapi = {
|
|
|
47629
47657
|
{ pat_with_workspace: [] },
|
|
47630
47658
|
{ console_session_with_workspace: [] },
|
|
47631
47659
|
{ api_key: [] },
|
|
47632
|
-
{ client_session_with_customer: [] }
|
|
47660
|
+
{ client_session_with_customer: [] },
|
|
47661
|
+
{ support_read_only_token: [] }
|
|
47633
47662
|
],
|
|
47634
47663
|
summary: "/access_methods/unmanaged/list",
|
|
47635
47664
|
tags: [],
|
|
@@ -48113,7 +48142,8 @@ var openapi = {
|
|
|
48113
48142
|
{ pat_with_workspace: [] },
|
|
48114
48143
|
{ console_session_with_workspace: [] },
|
|
48115
48144
|
{ api_key: [] },
|
|
48116
|
-
{ client_session_with_customer: [] }
|
|
48145
|
+
{ client_session_with_customer: [] },
|
|
48146
|
+
{ support_read_only_token: [] }
|
|
48117
48147
|
],
|
|
48118
48148
|
summary: "/access_methods/unmanaged/list",
|
|
48119
48149
|
tags: [],
|
|
@@ -48377,7 +48407,8 @@ var openapi = {
|
|
|
48377
48407
|
security: [
|
|
48378
48408
|
{ pat_with_workspace: [] },
|
|
48379
48409
|
{ console_session_with_workspace: [] },
|
|
48380
|
-
{ api_key: [] }
|
|
48410
|
+
{ api_key: [] },
|
|
48411
|
+
{ support_read_only_token: [] }
|
|
48381
48412
|
],
|
|
48382
48413
|
summary: "/acs/access_groups/get",
|
|
48383
48414
|
tags: ["/acs"],
|
|
@@ -48431,7 +48462,8 @@ var openapi = {
|
|
|
48431
48462
|
security: [
|
|
48432
48463
|
{ pat_with_workspace: [] },
|
|
48433
48464
|
{ console_session_with_workspace: [] },
|
|
48434
|
-
{ api_key: [] }
|
|
48465
|
+
{ api_key: [] },
|
|
48466
|
+
{ support_read_only_token: [] }
|
|
48435
48467
|
],
|
|
48436
48468
|
summary: "/acs/access_groups/get",
|
|
48437
48469
|
tags: ["/acs"],
|
|
@@ -48509,7 +48541,8 @@ var openapi = {
|
|
|
48509
48541
|
security: [
|
|
48510
48542
|
{ pat_with_workspace: [] },
|
|
48511
48543
|
{ console_session_with_workspace: [] },
|
|
48512
|
-
{ api_key: [] }
|
|
48544
|
+
{ api_key: [] },
|
|
48545
|
+
{ support_read_only_token: [] }
|
|
48513
48546
|
],
|
|
48514
48547
|
summary: "/acs/access_groups/list",
|
|
48515
48548
|
tags: ["/acs"],
|
|
@@ -48578,7 +48611,8 @@ var openapi = {
|
|
|
48578
48611
|
security: [
|
|
48579
48612
|
{ pat_with_workspace: [] },
|
|
48580
48613
|
{ console_session_with_workspace: [] },
|
|
48581
|
-
{ api_key: [] }
|
|
48614
|
+
{ api_key: [] },
|
|
48615
|
+
{ support_read_only_token: [] }
|
|
48582
48616
|
],
|
|
48583
48617
|
summary: "/acs/access_groups/list",
|
|
48584
48618
|
tags: ["/acs"],
|
|
@@ -48630,7 +48664,8 @@ var openapi = {
|
|
|
48630
48664
|
security: [
|
|
48631
48665
|
{ api_key: [] },
|
|
48632
48666
|
{ pat_with_workspace: [] },
|
|
48633
|
-
{ console_session_with_workspace: [] }
|
|
48667
|
+
{ console_session_with_workspace: [] },
|
|
48668
|
+
{ support_read_only_token: [] }
|
|
48634
48669
|
],
|
|
48635
48670
|
summary: "/acs/access_groups/list_accessible_entrances",
|
|
48636
48671
|
tags: ["/acs"],
|
|
@@ -48685,7 +48720,8 @@ var openapi = {
|
|
|
48685
48720
|
security: [
|
|
48686
48721
|
{ api_key: [] },
|
|
48687
48722
|
{ pat_with_workspace: [] },
|
|
48688
|
-
{ console_session_with_workspace: [] }
|
|
48723
|
+
{ console_session_with_workspace: [] },
|
|
48724
|
+
{ support_read_only_token: [] }
|
|
48689
48725
|
],
|
|
48690
48726
|
summary: "/acs/access_groups/list_accessible_entrances",
|
|
48691
48727
|
tags: ["/acs"],
|
|
@@ -48737,7 +48773,8 @@ var openapi = {
|
|
|
48737
48773
|
security: [
|
|
48738
48774
|
{ pat_with_workspace: [] },
|
|
48739
48775
|
{ console_session_with_workspace: [] },
|
|
48740
|
-
{ api_key: [] }
|
|
48776
|
+
{ api_key: [] },
|
|
48777
|
+
{ support_read_only_token: [] }
|
|
48741
48778
|
],
|
|
48742
48779
|
summary: "/acs/access_groups/list_users",
|
|
48743
48780
|
tags: ["/acs"],
|
|
@@ -48792,7 +48829,8 @@ var openapi = {
|
|
|
48792
48829
|
security: [
|
|
48793
48830
|
{ pat_with_workspace: [] },
|
|
48794
48831
|
{ console_session_with_workspace: [] },
|
|
48795
|
-
{ api_key: [] }
|
|
48832
|
+
{ api_key: [] },
|
|
48833
|
+
{ support_read_only_token: [] }
|
|
48796
48834
|
],
|
|
48797
48835
|
summary: "/acs/access_groups/list_users",
|
|
48798
48836
|
tags: ["/acs"],
|
|
@@ -49877,7 +49915,8 @@ var openapi = {
|
|
|
49877
49915
|
security: [
|
|
49878
49916
|
{ pat_with_workspace: [] },
|
|
49879
49917
|
{ console_session_with_workspace: [] },
|
|
49880
|
-
{ api_key: [] }
|
|
49918
|
+
{ api_key: [] },
|
|
49919
|
+
{ support_read_only_token: [] }
|
|
49881
49920
|
],
|
|
49882
49921
|
summary: "/acs/credentials/get",
|
|
49883
49922
|
tags: ["/acs"],
|
|
@@ -49931,7 +49970,8 @@ var openapi = {
|
|
|
49931
49970
|
security: [
|
|
49932
49971
|
{ pat_with_workspace: [] },
|
|
49933
49972
|
{ console_session_with_workspace: [] },
|
|
49934
|
-
{ api_key: [] }
|
|
49973
|
+
{ api_key: [] },
|
|
49974
|
+
{ support_read_only_token: [] }
|
|
49935
49975
|
],
|
|
49936
49976
|
summary: "/acs/credentials/get",
|
|
49937
49977
|
tags: ["/acs"],
|
|
@@ -49973,7 +50013,8 @@ var openapi = {
|
|
|
49973
50013
|
{ api_key: [] },
|
|
49974
50014
|
{ client_session: [] },
|
|
49975
50015
|
{ pat_with_workspace: [] },
|
|
49976
|
-
{ console_session_with_workspace: [] }
|
|
50016
|
+
{ console_session_with_workspace: [] },
|
|
50017
|
+
{ support_read_only_token: [] }
|
|
49977
50018
|
],
|
|
49978
50019
|
summary: "/acs/credentials/list",
|
|
49979
50020
|
tags: ["/acs"],
|
|
@@ -50107,7 +50148,8 @@ var openapi = {
|
|
|
50107
50148
|
{ api_key: [] },
|
|
50108
50149
|
{ client_session: [] },
|
|
50109
50150
|
{ pat_with_workspace: [] },
|
|
50110
|
-
{ console_session_with_workspace: [] }
|
|
50151
|
+
{ console_session_with_workspace: [] },
|
|
50152
|
+
{ support_read_only_token: [] }
|
|
50111
50153
|
],
|
|
50112
50154
|
summary: "/acs/credentials/list",
|
|
50113
50155
|
tags: ["/acs"],
|
|
@@ -50159,7 +50201,8 @@ var openapi = {
|
|
|
50159
50201
|
security: [
|
|
50160
50202
|
{ api_key: [] },
|
|
50161
50203
|
{ pat_with_workspace: [] },
|
|
50162
|
-
{ console_session_with_workspace: [] }
|
|
50204
|
+
{ console_session_with_workspace: [] },
|
|
50205
|
+
{ support_read_only_token: [] }
|
|
50163
50206
|
],
|
|
50164
50207
|
summary: "/acs/credentials/list_accessible_entrances",
|
|
50165
50208
|
tags: ["/acs"],
|
|
@@ -50214,7 +50257,8 @@ var openapi = {
|
|
|
50214
50257
|
security: [
|
|
50215
50258
|
{ api_key: [] },
|
|
50216
50259
|
{ pat_with_workspace: [] },
|
|
50217
|
-
{ console_session_with_workspace: [] }
|
|
50260
|
+
{ console_session_with_workspace: [] },
|
|
50261
|
+
{ support_read_only_token: [] }
|
|
50218
50262
|
],
|
|
50219
50263
|
summary: "/acs/credentials/list_accessible_entrances",
|
|
50220
50264
|
tags: ["/acs"],
|
|
@@ -50853,7 +50897,8 @@ var openapi = {
|
|
|
50853
50897
|
security: [
|
|
50854
50898
|
{ pat_with_workspace: [] },
|
|
50855
50899
|
{ console_session_with_workspace: [] },
|
|
50856
|
-
{ api_key: [] }
|
|
50900
|
+
{ api_key: [] },
|
|
50901
|
+
{ support_read_only_token: [] }
|
|
50857
50902
|
],
|
|
50858
50903
|
summary: "/acs/encoders/get",
|
|
50859
50904
|
tags: ["/acs"],
|
|
@@ -50905,7 +50950,8 @@ var openapi = {
|
|
|
50905
50950
|
security: [
|
|
50906
50951
|
{ pat_with_workspace: [] },
|
|
50907
50952
|
{ console_session_with_workspace: [] },
|
|
50908
|
-
{ api_key: [] }
|
|
50953
|
+
{ api_key: [] },
|
|
50954
|
+
{ support_read_only_token: [] }
|
|
50909
50955
|
],
|
|
50910
50956
|
summary: "/acs/encoders/get",
|
|
50911
50957
|
tags: ["/acs"],
|
|
@@ -50947,7 +50993,8 @@ var openapi = {
|
|
|
50947
50993
|
{ pat_with_workspace: [] },
|
|
50948
50994
|
{ console_session_with_workspace: [] },
|
|
50949
50995
|
{ api_key: [] },
|
|
50950
|
-
{ client_session_with_customer: [] }
|
|
50996
|
+
{ client_session_with_customer: [] },
|
|
50997
|
+
{ support_read_only_token: [] }
|
|
50951
50998
|
],
|
|
50952
50999
|
summary: "/acs/encoders/list",
|
|
50953
51000
|
tags: ["/acs"],
|
|
@@ -51050,7 +51097,8 @@ var openapi = {
|
|
|
51050
51097
|
{ pat_with_workspace: [] },
|
|
51051
51098
|
{ console_session_with_workspace: [] },
|
|
51052
51099
|
{ api_key: [] },
|
|
51053
|
-
{ client_session_with_customer: [] }
|
|
51100
|
+
{ client_session_with_customer: [] },
|
|
51101
|
+
{ support_read_only_token: [] }
|
|
51054
51102
|
],
|
|
51055
51103
|
summary: "/acs/encoders/list",
|
|
51056
51104
|
tags: ["/acs"],
|
|
@@ -51575,7 +51623,8 @@ var openapi = {
|
|
|
51575
51623
|
{ pat_with_workspace: [] },
|
|
51576
51624
|
{ console_session_with_workspace: [] },
|
|
51577
51625
|
{ client_session_with_customer: [] },
|
|
51578
|
-
{ client_session: [] }
|
|
51626
|
+
{ client_session: [] },
|
|
51627
|
+
{ support_read_only_token: [] }
|
|
51579
51628
|
],
|
|
51580
51629
|
summary: "/acs/entrances/get",
|
|
51581
51630
|
tags: ["/acs"],
|
|
@@ -51629,7 +51678,8 @@ var openapi = {
|
|
|
51629
51678
|
{ pat_with_workspace: [] },
|
|
51630
51679
|
{ console_session_with_workspace: [] },
|
|
51631
51680
|
{ client_session_with_customer: [] },
|
|
51632
|
-
{ client_session: [] }
|
|
51681
|
+
{ client_session: [] },
|
|
51682
|
+
{ support_read_only_token: [] }
|
|
51633
51683
|
],
|
|
51634
51684
|
summary: "/acs/entrances/get",
|
|
51635
51685
|
tags: ["/acs"],
|
|
@@ -51827,7 +51877,8 @@ var openapi = {
|
|
|
51827
51877
|
{ client_session: [] },
|
|
51828
51878
|
{ pat_with_workspace: [] },
|
|
51829
51879
|
{ console_session_with_workspace: [] },
|
|
51830
|
-
{ client_session_with_customer: [] }
|
|
51880
|
+
{ client_session_with_customer: [] },
|
|
51881
|
+
{ support_read_only_token: [] }
|
|
51831
51882
|
],
|
|
51832
51883
|
summary: "/acs/entrances/list",
|
|
51833
51884
|
tags: ["/acs"],
|
|
@@ -51932,7 +51983,8 @@ var openapi = {
|
|
|
51932
51983
|
{ client_session: [] },
|
|
51933
51984
|
{ pat_with_workspace: [] },
|
|
51934
51985
|
{ console_session_with_workspace: [] },
|
|
51935
|
-
{ client_session_with_customer: [] }
|
|
51986
|
+
{ client_session_with_customer: [] },
|
|
51987
|
+
{ support_read_only_token: [] }
|
|
51936
51988
|
],
|
|
51937
51989
|
summary: "/acs/entrances/list",
|
|
51938
51990
|
tags: ["/acs"],
|
|
@@ -51995,7 +52047,8 @@ var openapi = {
|
|
|
51995
52047
|
{ client_session: [] },
|
|
51996
52048
|
{ pat_with_workspace: [] },
|
|
51997
52049
|
{ console_session_with_workspace: [] },
|
|
51998
|
-
{ api_key: [] }
|
|
52050
|
+
{ api_key: [] },
|
|
52051
|
+
{ support_read_only_token: [] }
|
|
51999
52052
|
],
|
|
52000
52053
|
summary: "/acs/entrances/list_credentials_with_access",
|
|
52001
52054
|
tags: ["/acs"],
|
|
@@ -52059,7 +52112,8 @@ var openapi = {
|
|
|
52059
52112
|
{ client_session: [] },
|
|
52060
52113
|
{ pat_with_workspace: [] },
|
|
52061
52114
|
{ console_session_with_workspace: [] },
|
|
52062
|
-
{ api_key: [] }
|
|
52115
|
+
{ api_key: [] },
|
|
52116
|
+
{ support_read_only_token: [] }
|
|
52063
52117
|
],
|
|
52064
52118
|
summary: "/acs/entrances/list_credentials_with_access",
|
|
52065
52119
|
tags: ["/acs"],
|
|
@@ -52170,7 +52224,8 @@ var openapi = {
|
|
|
52170
52224
|
security: [
|
|
52171
52225
|
{ pat_with_workspace: [] },
|
|
52172
52226
|
{ console_session_with_workspace: [] },
|
|
52173
|
-
{ api_key: [] }
|
|
52227
|
+
{ api_key: [] },
|
|
52228
|
+
{ support_read_only_token: [] }
|
|
52174
52229
|
],
|
|
52175
52230
|
summary: "/acs/systems/get",
|
|
52176
52231
|
tags: ["/acs"],
|
|
@@ -52222,7 +52277,8 @@ var openapi = {
|
|
|
52222
52277
|
security: [
|
|
52223
52278
|
{ pat_with_workspace: [] },
|
|
52224
52279
|
{ console_session_with_workspace: [] },
|
|
52225
|
-
{ api_key: [] }
|
|
52280
|
+
{ api_key: [] },
|
|
52281
|
+
{ support_read_only_token: [] }
|
|
52226
52282
|
],
|
|
52227
52283
|
summary: "/acs/systems/get",
|
|
52228
52284
|
tags: ["/acs"],
|
|
@@ -52292,7 +52348,8 @@ var openapi = {
|
|
|
52292
52348
|
{ pat_with_workspace: [] },
|
|
52293
52349
|
{ console_session_with_workspace: [] },
|
|
52294
52350
|
{ client_session_with_customer: [] },
|
|
52295
|
-
{ api_key: [] }
|
|
52351
|
+
{ api_key: [] },
|
|
52352
|
+
{ support_read_only_token: [] }
|
|
52296
52353
|
],
|
|
52297
52354
|
summary: "/acs/systems/list",
|
|
52298
52355
|
tags: ["/acs"],
|
|
@@ -52357,7 +52414,8 @@ var openapi = {
|
|
|
52357
52414
|
{ pat_with_workspace: [] },
|
|
52358
52415
|
{ console_session_with_workspace: [] },
|
|
52359
52416
|
{ client_session_with_customer: [] },
|
|
52360
|
-
{ api_key: [] }
|
|
52417
|
+
{ api_key: [] },
|
|
52418
|
+
{ support_read_only_token: [] }
|
|
52361
52419
|
],
|
|
52362
52420
|
summary: "/acs/systems/list",
|
|
52363
52421
|
tags: ["/acs"],
|
|
@@ -52409,7 +52467,8 @@ var openapi = {
|
|
|
52409
52467
|
security: [
|
|
52410
52468
|
{ pat_with_workspace: [] },
|
|
52411
52469
|
{ console_session_with_workspace: [] },
|
|
52412
|
-
{ api_key: [] }
|
|
52470
|
+
{ api_key: [] },
|
|
52471
|
+
{ support_read_only_token: [] }
|
|
52413
52472
|
],
|
|
52414
52473
|
summary: "/acs/systems/list_compatible_credential_manager_acs_systems",
|
|
52415
52474
|
tags: ["/acs"],
|
|
@@ -52464,7 +52523,8 @@ var openapi = {
|
|
|
52464
52523
|
security: [
|
|
52465
52524
|
{ pat_with_workspace: [] },
|
|
52466
52525
|
{ console_session_with_workspace: [] },
|
|
52467
|
-
{ api_key: [] }
|
|
52526
|
+
{ api_key: [] },
|
|
52527
|
+
{ support_read_only_token: [] }
|
|
52468
52528
|
],
|
|
52469
52529
|
summary: "/acs/systems/list_compatible_credential_manager_acs_systems",
|
|
52470
52530
|
tags: ["/acs"],
|
|
@@ -52969,7 +53029,8 @@ var openapi = {
|
|
|
52969
53029
|
security: [
|
|
52970
53030
|
{ pat_with_workspace: [] },
|
|
52971
53031
|
{ console_session_with_workspace: [] },
|
|
52972
|
-
{ api_key: [] }
|
|
53032
|
+
{ api_key: [] },
|
|
53033
|
+
{ support_read_only_token: [] }
|
|
52973
53034
|
],
|
|
52974
53035
|
summary: "/acs/users/get",
|
|
52975
53036
|
tags: ["/acs"],
|
|
@@ -53030,7 +53091,8 @@ var openapi = {
|
|
|
53030
53091
|
security: [
|
|
53031
53092
|
{ pat_with_workspace: [] },
|
|
53032
53093
|
{ console_session_with_workspace: [] },
|
|
53033
|
-
{ api_key: [] }
|
|
53094
|
+
{ api_key: [] },
|
|
53095
|
+
{ support_read_only_token: [] }
|
|
53034
53096
|
],
|
|
53035
53097
|
summary: "/acs/users/get",
|
|
53036
53098
|
tags: ["/acs"],
|
|
@@ -53146,7 +53208,8 @@ var openapi = {
|
|
|
53146
53208
|
{ client_session: [] },
|
|
53147
53209
|
{ pat_with_workspace: [] },
|
|
53148
53210
|
{ console_session_with_workspace: [] },
|
|
53149
|
-
{ api_key: [] }
|
|
53211
|
+
{ api_key: [] },
|
|
53212
|
+
{ support_read_only_token: [] }
|
|
53150
53213
|
],
|
|
53151
53214
|
summary: "/acs/users/list",
|
|
53152
53215
|
tags: ["/acs"],
|
|
@@ -53237,7 +53300,8 @@ var openapi = {
|
|
|
53237
53300
|
{ client_session: [] },
|
|
53238
53301
|
{ pat_with_workspace: [] },
|
|
53239
53302
|
{ console_session_with_workspace: [] },
|
|
53240
|
-
{ api_key: [] }
|
|
53303
|
+
{ api_key: [] },
|
|
53304
|
+
{ support_read_only_token: [] }
|
|
53241
53305
|
],
|
|
53242
53306
|
summary: "/acs/users/list",
|
|
53243
53307
|
tags: ["/acs"],
|
|
@@ -53307,7 +53371,8 @@ var openapi = {
|
|
|
53307
53371
|
{ client_session: [] },
|
|
53308
53372
|
{ pat_with_workspace: [] },
|
|
53309
53373
|
{ console_session_with_workspace: [] },
|
|
53310
|
-
{ api_key: [] }
|
|
53374
|
+
{ api_key: [] },
|
|
53375
|
+
{ support_read_only_token: [] }
|
|
53311
53376
|
],
|
|
53312
53377
|
summary: "/acs/users/list_accessible_entrances",
|
|
53313
53378
|
tags: ["/acs"],
|
|
@@ -53372,7 +53437,8 @@ var openapi = {
|
|
|
53372
53437
|
{ client_session: [] },
|
|
53373
53438
|
{ pat_with_workspace: [] },
|
|
53374
53439
|
{ console_session_with_workspace: [] },
|
|
53375
|
-
{ api_key: [] }
|
|
53440
|
+
{ api_key: [] },
|
|
53441
|
+
{ support_read_only_token: [] }
|
|
53376
53442
|
],
|
|
53377
53443
|
summary: "/acs/users/list_accessible_entrances",
|
|
53378
53444
|
tags: ["/acs"],
|
|
@@ -54213,7 +54279,8 @@ var openapi = {
|
|
|
54213
54279
|
{ pat_with_workspace: [] },
|
|
54214
54280
|
{ console_session_with_workspace: [] },
|
|
54215
54281
|
{ api_key: [] },
|
|
54216
|
-
{ client_session_with_customer: [] }
|
|
54282
|
+
{ client_session_with_customer: [] },
|
|
54283
|
+
{ support_read_only_token: [] }
|
|
54217
54284
|
],
|
|
54218
54285
|
summary: "/action_attempts/get",
|
|
54219
54286
|
tags: ["/action_attempts"],
|
|
@@ -54269,7 +54336,8 @@ var openapi = {
|
|
|
54269
54336
|
{ pat_with_workspace: [] },
|
|
54270
54337
|
{ console_session_with_workspace: [] },
|
|
54271
54338
|
{ api_key: [] },
|
|
54272
|
-
{ client_session_with_customer: [] }
|
|
54339
|
+
{ client_session_with_customer: [] },
|
|
54340
|
+
{ support_read_only_token: [] }
|
|
54273
54341
|
],
|
|
54274
54342
|
summary: "/action_attempts/get",
|
|
54275
54343
|
tags: ["/action_attempts"],
|
|
@@ -54350,7 +54418,8 @@ var openapi = {
|
|
|
54350
54418
|
security: [
|
|
54351
54419
|
{ api_key: [] },
|
|
54352
54420
|
{ pat_with_workspace: [] },
|
|
54353
|
-
{ console_session_with_workspace: [] }
|
|
54421
|
+
{ console_session_with_workspace: [] },
|
|
54422
|
+
{ support_read_only_token: [] }
|
|
54354
54423
|
],
|
|
54355
54424
|
summary: "/action_attempts/list",
|
|
54356
54425
|
tags: ["/action_attempts"],
|
|
@@ -54422,7 +54491,8 @@ var openapi = {
|
|
|
54422
54491
|
security: [
|
|
54423
54492
|
{ api_key: [] },
|
|
54424
54493
|
{ pat_with_workspace: [] },
|
|
54425
|
-
{ console_session_with_workspace: [] }
|
|
54494
|
+
{ console_session_with_workspace: [] },
|
|
54495
|
+
{ support_read_only_token: [] }
|
|
54426
54496
|
],
|
|
54427
54497
|
summary: "/action_attempts/list",
|
|
54428
54498
|
tags: ["/action_attempts"],
|
|
@@ -55894,7 +55964,8 @@ var openapi = {
|
|
|
55894
55964
|
{ client_session_with_customer: [] },
|
|
55895
55965
|
{ pat_with_workspace: [] },
|
|
55896
55966
|
{ console_session_with_workspace: [] },
|
|
55897
|
-
{ api_key: [] }
|
|
55967
|
+
{ api_key: [] },
|
|
55968
|
+
{ support_read_only_token: [] }
|
|
55898
55969
|
],
|
|
55899
55970
|
summary: "/connect_webviews/get",
|
|
55900
55971
|
tags: ["/connect_webviews"],
|
|
@@ -55950,7 +56021,8 @@ var openapi = {
|
|
|
55950
56021
|
{ client_session_with_customer: [] },
|
|
55951
56022
|
{ pat_with_workspace: [] },
|
|
55952
56023
|
{ console_session_with_workspace: [] },
|
|
55953
|
-
{ api_key: [] }
|
|
56024
|
+
{ api_key: [] },
|
|
56025
|
+
{ support_read_only_token: [] }
|
|
55954
56026
|
],
|
|
55955
56027
|
summary: "/connect_webviews/get",
|
|
55956
56028
|
tags: ["/connect_webviews"],
|
|
@@ -56050,7 +56122,8 @@ var openapi = {
|
|
|
56050
56122
|
{ client_session_with_customer: [] },
|
|
56051
56123
|
{ pat_with_workspace: [] },
|
|
56052
56124
|
{ console_session_with_workspace: [] },
|
|
56053
|
-
{ api_key: [] }
|
|
56125
|
+
{ api_key: [] },
|
|
56126
|
+
{ support_read_only_token: [] }
|
|
56054
56127
|
],
|
|
56055
56128
|
summary: "/connect_webviews/list",
|
|
56056
56129
|
tags: ["/connect_webviews"],
|
|
@@ -56133,7 +56206,8 @@ var openapi = {
|
|
|
56133
56206
|
{ client_session_with_customer: [] },
|
|
56134
56207
|
{ pat_with_workspace: [] },
|
|
56135
56208
|
{ console_session_with_workspace: [] },
|
|
56136
|
-
{ api_key: [] }
|
|
56209
|
+
{ api_key: [] },
|
|
56210
|
+
{ support_read_only_token: [] }
|
|
56137
56211
|
],
|
|
56138
56212
|
summary: "/connect_webviews/list",
|
|
56139
56213
|
tags: ["/connect_webviews"],
|
|
@@ -56284,7 +56358,8 @@ var openapi = {
|
|
|
56284
56358
|
{ client_session_with_customer: [] },
|
|
56285
56359
|
{ api_key: [] },
|
|
56286
56360
|
{ pat_with_workspace: [] },
|
|
56287
|
-
{ console_session_with_workspace: [] }
|
|
56361
|
+
{ console_session_with_workspace: [] },
|
|
56362
|
+
{ support_read_only_token: [] }
|
|
56288
56363
|
],
|
|
56289
56364
|
summary: "/connected_accounts/get",
|
|
56290
56365
|
tags: ["/connected_accounts"],
|
|
@@ -56355,7 +56430,8 @@ var openapi = {
|
|
|
56355
56430
|
{ client_session_with_customer: [] },
|
|
56356
56431
|
{ api_key: [] },
|
|
56357
56432
|
{ pat_with_workspace: [] },
|
|
56358
|
-
{ console_session_with_workspace: [] }
|
|
56433
|
+
{ console_session_with_workspace: [] },
|
|
56434
|
+
{ support_read_only_token: [] }
|
|
56359
56435
|
],
|
|
56360
56436
|
summary: "/connected_accounts/get",
|
|
56361
56437
|
tags: ["/connected_accounts"],
|
|
@@ -56464,7 +56540,8 @@ var openapi = {
|
|
|
56464
56540
|
{ api_key: [] },
|
|
56465
56541
|
{ pat_with_workspace: [] },
|
|
56466
56542
|
{ console_session_with_workspace: [] },
|
|
56467
|
-
{ client_session_with_customer: [] }
|
|
56543
|
+
{ client_session_with_customer: [] },
|
|
56544
|
+
{ support_read_only_token: [] }
|
|
56468
56545
|
],
|
|
56469
56546
|
summary: "/connected_accounts/list",
|
|
56470
56547
|
tags: ["/connected_accounts"],
|
|
@@ -56552,7 +56629,8 @@ var openapi = {
|
|
|
56552
56629
|
{ api_key: [] },
|
|
56553
56630
|
{ pat_with_workspace: [] },
|
|
56554
56631
|
{ console_session_with_workspace: [] },
|
|
56555
|
-
{ client_session_with_customer: [] }
|
|
56632
|
+
{ client_session_with_customer: [] },
|
|
56633
|
+
{ support_read_only_token: [] }
|
|
56556
56634
|
],
|
|
56557
56635
|
summary: "/connected_accounts/list",
|
|
56558
56636
|
tags: ["/connected_accounts"],
|
|
@@ -59447,7 +59525,8 @@ var openapi = {
|
|
|
59447
59525
|
{ client_session_with_customer: [] },
|
|
59448
59526
|
{ pat_with_workspace: [] },
|
|
59449
59527
|
{ console_session_with_workspace: [] },
|
|
59450
|
-
{ api_key: [] }
|
|
59528
|
+
{ api_key: [] },
|
|
59529
|
+
{ support_read_only_token: [] }
|
|
59451
59530
|
],
|
|
59452
59531
|
summary: "/devices/get",
|
|
59453
59532
|
tags: ["/devices"],
|
|
@@ -59504,7 +59583,8 @@ var openapi = {
|
|
|
59504
59583
|
{ client_session_with_customer: [] },
|
|
59505
59584
|
{ pat_with_workspace: [] },
|
|
59506
59585
|
{ console_session_with_workspace: [] },
|
|
59507
|
-
{ api_key: [] }
|
|
59586
|
+
{ api_key: [] },
|
|
59587
|
+
{ support_read_only_token: [] }
|
|
59508
59588
|
],
|
|
59509
59589
|
summary: "/devices/get",
|
|
59510
59590
|
tags: ["/devices"],
|
|
@@ -59745,7 +59825,6 @@ var openapi = {
|
|
|
59745
59825
|
"dormakaba_oracode",
|
|
59746
59826
|
"tedee",
|
|
59747
59827
|
"keyincode",
|
|
59748
|
-
"kisi",
|
|
59749
59828
|
"akiles",
|
|
59750
59829
|
"ecobee",
|
|
59751
59830
|
"honeywell_resideo",
|
|
@@ -59951,7 +60030,8 @@ var openapi = {
|
|
|
59951
60030
|
{ client_session: [] },
|
|
59952
60031
|
{ pat_with_workspace: [] },
|
|
59953
60032
|
{ console_session_with_workspace: [] },
|
|
59954
|
-
{ api_key: [] }
|
|
60033
|
+
{ api_key: [] },
|
|
60034
|
+
{ support_read_only_token: [] }
|
|
59955
60035
|
],
|
|
59956
60036
|
summary: "/devices/list",
|
|
59957
60037
|
tags: ["/devices"],
|
|
@@ -60248,7 +60328,6 @@ var openapi = {
|
|
|
60248
60328
|
"dormakaba_oracode",
|
|
60249
60329
|
"tedee",
|
|
60250
60330
|
"keyincode",
|
|
60251
|
-
"kisi",
|
|
60252
60331
|
"akiles",
|
|
60253
60332
|
"ecobee",
|
|
60254
60333
|
"honeywell_resideo",
|
|
@@ -60333,7 +60412,8 @@ var openapi = {
|
|
|
60333
60412
|
{ client_session: [] },
|
|
60334
60413
|
{ pat_with_workspace: [] },
|
|
60335
60414
|
{ console_session_with_workspace: [] },
|
|
60336
|
-
{ api_key: [] }
|
|
60415
|
+
{ api_key: [] },
|
|
60416
|
+
{ support_read_only_token: [] }
|
|
60337
60417
|
],
|
|
60338
60418
|
summary: "/devices/list",
|
|
60339
60419
|
tags: ["/devices"],
|
|
@@ -60394,7 +60474,8 @@ var openapi = {
|
|
|
60394
60474
|
{ client_session: [] },
|
|
60395
60475
|
{ pat_with_workspace: [] },
|
|
60396
60476
|
{ console_session_with_workspace: [] },
|
|
60397
|
-
{ api_key: [] }
|
|
60477
|
+
{ api_key: [] },
|
|
60478
|
+
{ support_read_only_token: [] }
|
|
60398
60479
|
],
|
|
60399
60480
|
summary: "/devices/list_device_providers",
|
|
60400
60481
|
tags: ["/devices"],
|
|
@@ -60458,7 +60539,8 @@ var openapi = {
|
|
|
60458
60539
|
{ client_session: [] },
|
|
60459
60540
|
{ pat_with_workspace: [] },
|
|
60460
60541
|
{ console_session_with_workspace: [] },
|
|
60461
|
-
{ api_key: [] }
|
|
60542
|
+
{ api_key: [] },
|
|
60543
|
+
{ support_read_only_token: [] }
|
|
60462
60544
|
],
|
|
60463
60545
|
summary: "/devices/list_device_providers",
|
|
60464
60546
|
tags: ["/devices"],
|
|
@@ -62205,7 +62287,8 @@ var openapi = {
|
|
|
62205
62287
|
{ client_session: [] },
|
|
62206
62288
|
{ pat_with_workspace: [] },
|
|
62207
62289
|
{ console_session_with_workspace: [] },
|
|
62208
|
-
{ api_key: [] }
|
|
62290
|
+
{ api_key: [] },
|
|
62291
|
+
{ support_read_only_token: [] }
|
|
62209
62292
|
],
|
|
62210
62293
|
summary: "/devices/unmanaged/get",
|
|
62211
62294
|
tags: ["/devices"],
|
|
@@ -62261,7 +62344,8 @@ var openapi = {
|
|
|
62261
62344
|
{ client_session: [] },
|
|
62262
62345
|
{ pat_with_workspace: [] },
|
|
62263
62346
|
{ console_session_with_workspace: [] },
|
|
62264
|
-
{ api_key: [] }
|
|
62347
|
+
{ api_key: [] },
|
|
62348
|
+
{ support_read_only_token: [] }
|
|
62265
62349
|
],
|
|
62266
62350
|
summary: "/devices/unmanaged/get",
|
|
62267
62351
|
tags: ["/devices"],
|
|
@@ -62502,7 +62586,6 @@ var openapi = {
|
|
|
62502
62586
|
"dormakaba_oracode",
|
|
62503
62587
|
"tedee",
|
|
62504
62588
|
"keyincode",
|
|
62505
|
-
"kisi",
|
|
62506
62589
|
"akiles",
|
|
62507
62590
|
"ecobee",
|
|
62508
62591
|
"honeywell_resideo",
|
|
@@ -62707,7 +62790,8 @@ var openapi = {
|
|
|
62707
62790
|
{ api_key: [] },
|
|
62708
62791
|
{ pat_with_workspace: [] },
|
|
62709
62792
|
{ console_session_with_workspace: [] },
|
|
62710
|
-
{ client_session_with_customer: [] }
|
|
62793
|
+
{ client_session_with_customer: [] },
|
|
62794
|
+
{ support_read_only_token: [] }
|
|
62711
62795
|
],
|
|
62712
62796
|
summary: "/devices/unmanaged/list",
|
|
62713
62797
|
tags: ["/devices"],
|
|
@@ -63004,7 +63088,6 @@ var openapi = {
|
|
|
63004
63088
|
"dormakaba_oracode",
|
|
63005
63089
|
"tedee",
|
|
63006
63090
|
"keyincode",
|
|
63007
|
-
"kisi",
|
|
63008
63091
|
"akiles",
|
|
63009
63092
|
"ecobee",
|
|
63010
63093
|
"honeywell_resideo",
|
|
@@ -63088,7 +63171,8 @@ var openapi = {
|
|
|
63088
63171
|
{ api_key: [] },
|
|
63089
63172
|
{ pat_with_workspace: [] },
|
|
63090
63173
|
{ console_session_with_workspace: [] },
|
|
63091
|
-
{ client_session_with_customer: [] }
|
|
63174
|
+
{ client_session_with_customer: [] },
|
|
63175
|
+
{ support_read_only_token: [] }
|
|
63092
63176
|
],
|
|
63093
63177
|
summary: "/devices/unmanaged/list",
|
|
63094
63178
|
tags: ["/devices"],
|
|
@@ -63458,7 +63542,8 @@ var openapi = {
|
|
|
63458
63542
|
{ api_key: [] },
|
|
63459
63543
|
{ pat_with_workspace: [] },
|
|
63460
63544
|
{ console_session_with_workspace: [] },
|
|
63461
|
-
{ client_session_with_customer: [] }
|
|
63545
|
+
{ client_session_with_customer: [] },
|
|
63546
|
+
{ support_read_only_token: [] }
|
|
63462
63547
|
],
|
|
63463
63548
|
summary: "/events/get",
|
|
63464
63549
|
tags: ["/events"],
|
|
@@ -63521,7 +63606,8 @@ var openapi = {
|
|
|
63521
63606
|
{ api_key: [] },
|
|
63522
63607
|
{ pat_with_workspace: [] },
|
|
63523
63608
|
{ console_session_with_workspace: [] },
|
|
63524
|
-
{ client_session_with_customer: [] }
|
|
63609
|
+
{ client_session_with_customer: [] },
|
|
63610
|
+
{ support_read_only_token: [] }
|
|
63525
63611
|
],
|
|
63526
63612
|
summary: "/events/get",
|
|
63527
63613
|
tags: ["/events"],
|
|
@@ -64049,7 +64135,8 @@ var openapi = {
|
|
|
64049
64135
|
{ api_key: [] },
|
|
64050
64136
|
{ pat_with_workspace: [] },
|
|
64051
64137
|
{ console_session_with_workspace: [] },
|
|
64052
|
-
{ client_session_with_customer: [] }
|
|
64138
|
+
{ client_session_with_customer: [] },
|
|
64139
|
+
{ support_read_only_token: [] }
|
|
64053
64140
|
],
|
|
64054
64141
|
summary: "/events/list",
|
|
64055
64142
|
tags: ["/events"],
|
|
@@ -64472,7 +64559,8 @@ var openapi = {
|
|
|
64472
64559
|
{ api_key: [] },
|
|
64473
64560
|
{ pat_with_workspace: [] },
|
|
64474
64561
|
{ console_session_with_workspace: [] },
|
|
64475
|
-
{ client_session_with_customer: [] }
|
|
64562
|
+
{ client_session_with_customer: [] },
|
|
64563
|
+
{ support_read_only_token: [] }
|
|
64476
64564
|
],
|
|
64477
64565
|
summary: "/events/list",
|
|
64478
64566
|
tags: ["/events"],
|
|
@@ -64622,7 +64710,8 @@ var openapi = {
|
|
|
64622
64710
|
security: [
|
|
64623
64711
|
{ api_key: [] },
|
|
64624
64712
|
{ pat_with_workspace: [] },
|
|
64625
|
-
{ console_session_with_workspace: [] }
|
|
64713
|
+
{ console_session_with_workspace: [] },
|
|
64714
|
+
{ support_read_only_token: [] }
|
|
64626
64715
|
],
|
|
64627
64716
|
summary: "/instant_keys/get",
|
|
64628
64717
|
tags: [],
|
|
@@ -64678,7 +64767,8 @@ var openapi = {
|
|
|
64678
64767
|
security: [
|
|
64679
64768
|
{ api_key: [] },
|
|
64680
64769
|
{ pat_with_workspace: [] },
|
|
64681
|
-
{ console_session_with_workspace: [] }
|
|
64770
|
+
{ console_session_with_workspace: [] },
|
|
64771
|
+
{ support_read_only_token: [] }
|
|
64682
64772
|
],
|
|
64683
64773
|
summary: "/instant_keys/get",
|
|
64684
64774
|
tags: [],
|
|
@@ -64729,7 +64819,8 @@ var openapi = {
|
|
|
64729
64819
|
security: [
|
|
64730
64820
|
{ api_key: [] },
|
|
64731
64821
|
{ pat_with_workspace: [] },
|
|
64732
|
-
{ console_session_with_workspace: [] }
|
|
64822
|
+
{ console_session_with_workspace: [] },
|
|
64823
|
+
{ support_read_only_token: [] }
|
|
64733
64824
|
],
|
|
64734
64825
|
summary: "/instant_keys/list",
|
|
64735
64826
|
tags: [],
|
|
@@ -64783,7 +64874,8 @@ var openapi = {
|
|
|
64783
64874
|
security: [
|
|
64784
64875
|
{ api_key: [] },
|
|
64785
64876
|
{ pat_with_workspace: [] },
|
|
64786
|
-
{ console_session_with_workspace: [] }
|
|
64877
|
+
{ console_session_with_workspace: [] },
|
|
64878
|
+
{ support_read_only_token: [] }
|
|
64787
64879
|
],
|
|
64788
64880
|
summary: "/instant_keys/list",
|
|
64789
64881
|
tags: [],
|
|
@@ -64910,7 +65002,8 @@ var openapi = {
|
|
|
64910
65002
|
{ client_session: [] },
|
|
64911
65003
|
{ pat_with_workspace: [] },
|
|
64912
65004
|
{ console_session_with_workspace: [] },
|
|
64913
|
-
{ api_key: [] }
|
|
65005
|
+
{ api_key: [] },
|
|
65006
|
+
{ support_read_only_token: [] }
|
|
64914
65007
|
],
|
|
64915
65008
|
summary: "/locks/get",
|
|
64916
65009
|
tags: ["/locks"],
|
|
@@ -64968,7 +65061,8 @@ var openapi = {
|
|
|
64968
65061
|
{ client_session: [] },
|
|
64969
65062
|
{ pat_with_workspace: [] },
|
|
64970
65063
|
{ console_session_with_workspace: [] },
|
|
64971
|
-
{ api_key: [] }
|
|
65064
|
+
{ api_key: [] },
|
|
65065
|
+
{ support_read_only_token: [] }
|
|
64972
65066
|
],
|
|
64973
65067
|
summary: "/locks/get",
|
|
64974
65068
|
tags: ["/locks"],
|
|
@@ -65133,7 +65227,6 @@ var openapi = {
|
|
|
65133
65227
|
"dormakaba_oracode",
|
|
65134
65228
|
"tedee",
|
|
65135
65229
|
"keyincode",
|
|
65136
|
-
"kisi",
|
|
65137
65230
|
"akiles",
|
|
65138
65231
|
"korelock",
|
|
65139
65232
|
"smartthings",
|
|
@@ -65326,7 +65419,8 @@ var openapi = {
|
|
|
65326
65419
|
{ client_session: [] },
|
|
65327
65420
|
{ pat_with_workspace: [] },
|
|
65328
65421
|
{ console_session_with_workspace: [] },
|
|
65329
|
-
{ api_key: [] }
|
|
65422
|
+
{ api_key: [] },
|
|
65423
|
+
{ support_read_only_token: [] }
|
|
65330
65424
|
],
|
|
65331
65425
|
summary: "/locks/list",
|
|
65332
65426
|
tags: ["/locks"],
|
|
@@ -65546,7 +65640,6 @@ var openapi = {
|
|
|
65546
65640
|
"dormakaba_oracode",
|
|
65547
65641
|
"tedee",
|
|
65548
65642
|
"keyincode",
|
|
65549
|
-
"kisi",
|
|
65550
65643
|
"akiles",
|
|
65551
65644
|
"korelock",
|
|
65552
65645
|
"smartthings",
|
|
@@ -65618,7 +65711,8 @@ var openapi = {
|
|
|
65618
65711
|
{ client_session: [] },
|
|
65619
65712
|
{ pat_with_workspace: [] },
|
|
65620
65713
|
{ console_session_with_workspace: [] },
|
|
65621
|
-
{ api_key: [] }
|
|
65714
|
+
{ api_key: [] },
|
|
65715
|
+
{ support_read_only_token: [] }
|
|
65622
65716
|
],
|
|
65623
65717
|
summary: "/locks/list",
|
|
65624
65718
|
tags: ["/locks"],
|
|
@@ -66128,7 +66222,8 @@ var openapi = {
|
|
|
66128
66222
|
{ client_session: [] },
|
|
66129
66223
|
{ pat_with_workspace: [] },
|
|
66130
66224
|
{ console_session_with_workspace: [] },
|
|
66131
|
-
{ api_key: [] }
|
|
66225
|
+
{ api_key: [] },
|
|
66226
|
+
{ support_read_only_token: [] }
|
|
66132
66227
|
],
|
|
66133
66228
|
summary: "/noise_sensors/list",
|
|
66134
66229
|
tags: ["/noise_sensors"],
|
|
@@ -66327,7 +66422,8 @@ var openapi = {
|
|
|
66327
66422
|
{ client_session: [] },
|
|
66328
66423
|
{ pat_with_workspace: [] },
|
|
66329
66424
|
{ console_session_with_workspace: [] },
|
|
66330
|
-
{ api_key: [] }
|
|
66425
|
+
{ api_key: [] },
|
|
66426
|
+
{ support_read_only_token: [] }
|
|
66331
66427
|
],
|
|
66332
66428
|
summary: "/noise_sensors/list",
|
|
66333
66429
|
tags: ["/noise_sensors"],
|
|
@@ -66595,7 +66691,8 @@ var openapi = {
|
|
|
66595
66691
|
security: [
|
|
66596
66692
|
{ api_key: [] },
|
|
66597
66693
|
{ pat_with_workspace: [] },
|
|
66598
|
-
{ console_session_with_workspace: [] }
|
|
66694
|
+
{ console_session_with_workspace: [] },
|
|
66695
|
+
{ support_read_only_token: [] }
|
|
66599
66696
|
],
|
|
66600
66697
|
summary: "/noise_sensors/noise_thresholds/get",
|
|
66601
66698
|
tags: ["/noise_sensors"],
|
|
@@ -66649,7 +66746,8 @@ var openapi = {
|
|
|
66649
66746
|
security: [
|
|
66650
66747
|
{ api_key: [] },
|
|
66651
66748
|
{ pat_with_workspace: [] },
|
|
66652
|
-
{ console_session_with_workspace: [] }
|
|
66749
|
+
{ console_session_with_workspace: [] },
|
|
66750
|
+
{ support_read_only_token: [] }
|
|
66653
66751
|
],
|
|
66654
66752
|
summary: "/noise_sensors/noise_thresholds/get",
|
|
66655
66753
|
tags: ["/noise_sensors"],
|
|
@@ -66712,7 +66810,8 @@ var openapi = {
|
|
|
66712
66810
|
{ client_session: [] },
|
|
66713
66811
|
{ api_key: [] },
|
|
66714
66812
|
{ pat_with_workspace: [] },
|
|
66715
|
-
{ console_session_with_workspace: [] }
|
|
66813
|
+
{ console_session_with_workspace: [] },
|
|
66814
|
+
{ support_read_only_token: [] }
|
|
66716
66815
|
],
|
|
66717
66816
|
summary: "/noise_sensors/noise_thresholds/list",
|
|
66718
66817
|
tags: ["/noise_sensors"],
|
|
@@ -66773,7 +66872,8 @@ var openapi = {
|
|
|
66773
66872
|
{ client_session: [] },
|
|
66774
66873
|
{ api_key: [] },
|
|
66775
66874
|
{ pat_with_workspace: [] },
|
|
66776
|
-
{ console_session_with_workspace: [] }
|
|
66875
|
+
{ console_session_with_workspace: [] },
|
|
66876
|
+
{ support_read_only_token: [] }
|
|
66777
66877
|
],
|
|
66778
66878
|
summary: "/noise_sensors/noise_thresholds/list",
|
|
66779
66879
|
tags: ["/noise_sensors"],
|
|
@@ -67230,7 +67330,8 @@ var openapi = {
|
|
|
67230
67330
|
security: [
|
|
67231
67331
|
{ api_key: [] },
|
|
67232
67332
|
{ pat_with_workspace: [] },
|
|
67233
|
-
{ console_session_with_workspace: [] }
|
|
67333
|
+
{ console_session_with_workspace: [] },
|
|
67334
|
+
{ support_read_only_token: [] }
|
|
67234
67335
|
],
|
|
67235
67336
|
summary: "/phones/get",
|
|
67236
67337
|
tags: ["/phones"],
|
|
@@ -67282,7 +67383,8 @@ var openapi = {
|
|
|
67282
67383
|
security: [
|
|
67283
67384
|
{ api_key: [] },
|
|
67284
67385
|
{ pat_with_workspace: [] },
|
|
67285
|
-
{ console_session_with_workspace: [] }
|
|
67386
|
+
{ console_session_with_workspace: [] },
|
|
67387
|
+
{ support_read_only_token: [] }
|
|
67286
67388
|
],
|
|
67287
67389
|
summary: "/phones/get",
|
|
67288
67390
|
tags: ["/phones"],
|
|
@@ -67342,7 +67444,8 @@ var openapi = {
|
|
|
67342
67444
|
security: [
|
|
67343
67445
|
{ api_key: [] },
|
|
67344
67446
|
{ pat_with_workspace: [] },
|
|
67345
|
-
{ console_session_with_workspace: [] }
|
|
67447
|
+
{ console_session_with_workspace: [] },
|
|
67448
|
+
{ support_read_only_token: [] }
|
|
67346
67449
|
],
|
|
67347
67450
|
summary: "/phones/list",
|
|
67348
67451
|
tags: ["/phones"],
|
|
@@ -67401,7 +67504,8 @@ var openapi = {
|
|
|
67401
67504
|
security: [
|
|
67402
67505
|
{ api_key: [] },
|
|
67403
67506
|
{ pat_with_workspace: [] },
|
|
67404
|
-
{ console_session_with_workspace: [] }
|
|
67507
|
+
{ console_session_with_workspace: [] },
|
|
67508
|
+
{ support_read_only_token: [] }
|
|
67405
67509
|
],
|
|
67406
67510
|
summary: "/phones/list",
|
|
67407
67511
|
tags: ["/phones"],
|
|
@@ -83329,7 +83433,8 @@ var openapi = {
|
|
|
83329
83433
|
{ pat_with_workspace: [] },
|
|
83330
83434
|
{ console_session_with_workspace: [] },
|
|
83331
83435
|
{ api_key: [] },
|
|
83332
|
-
{ client_session_with_customer: [] }
|
|
83436
|
+
{ client_session_with_customer: [] },
|
|
83437
|
+
{ support_read_only_token: [] }
|
|
83333
83438
|
],
|
|
83334
83439
|
summary: "/spaces/get",
|
|
83335
83440
|
tags: [],
|
|
@@ -83396,7 +83501,8 @@ var openapi = {
|
|
|
83396
83501
|
{ pat_with_workspace: [] },
|
|
83397
83502
|
{ console_session_with_workspace: [] },
|
|
83398
83503
|
{ api_key: [] },
|
|
83399
|
-
{ client_session_with_customer: [] }
|
|
83504
|
+
{ client_session_with_customer: [] },
|
|
83505
|
+
{ support_read_only_token: [] }
|
|
83400
83506
|
],
|
|
83401
83507
|
summary: "/spaces/get",
|
|
83402
83508
|
tags: [],
|
|
@@ -83522,7 +83628,8 @@ var openapi = {
|
|
|
83522
83628
|
{ pat_with_workspace: [] },
|
|
83523
83629
|
{ console_session_with_workspace: [] },
|
|
83524
83630
|
{ api_key: [] },
|
|
83525
|
-
{ client_session_with_customer: [] }
|
|
83631
|
+
{ client_session_with_customer: [] },
|
|
83632
|
+
{ support_read_only_token: [] }
|
|
83526
83633
|
],
|
|
83527
83634
|
summary: "/spaces/get_related",
|
|
83528
83635
|
tags: [],
|
|
@@ -83647,7 +83754,8 @@ var openapi = {
|
|
|
83647
83754
|
{ pat_with_workspace: [] },
|
|
83648
83755
|
{ console_session_with_workspace: [] },
|
|
83649
83756
|
{ api_key: [] },
|
|
83650
|
-
{ client_session_with_customer: [] }
|
|
83757
|
+
{ client_session_with_customer: [] },
|
|
83758
|
+
{ support_read_only_token: [] }
|
|
83651
83759
|
],
|
|
83652
83760
|
summary: "/spaces/get_related",
|
|
83653
83761
|
tags: [],
|
|
@@ -83773,7 +83881,8 @@ var openapi = {
|
|
|
83773
83881
|
{ pat_with_workspace: [] },
|
|
83774
83882
|
{ console_session_with_workspace: [] },
|
|
83775
83883
|
{ api_key: [] },
|
|
83776
|
-
{ client_session_with_customer: [] }
|
|
83884
|
+
{ client_session_with_customer: [] },
|
|
83885
|
+
{ support_read_only_token: [] }
|
|
83777
83886
|
],
|
|
83778
83887
|
summary: "/spaces/list",
|
|
83779
83888
|
tags: [],
|
|
@@ -83866,7 +83975,8 @@ var openapi = {
|
|
|
83866
83975
|
{ pat_with_workspace: [] },
|
|
83867
83976
|
{ console_session_with_workspace: [] },
|
|
83868
83977
|
{ api_key: [] },
|
|
83869
|
-
{ client_session_with_customer: [] }
|
|
83978
|
+
{ client_session_with_customer: [] },
|
|
83979
|
+
{ support_read_only_token: [] }
|
|
83870
83980
|
],
|
|
83871
83981
|
summary: "/spaces/list",
|
|
83872
83982
|
tags: [],
|
|
@@ -85678,7 +85788,8 @@ var openapi = {
|
|
|
85678
85788
|
{ api_key: [] },
|
|
85679
85789
|
{ pat_with_workspace: [] },
|
|
85680
85790
|
{ console_session_with_workspace: [] },
|
|
85681
|
-
{ client_session: [] }
|
|
85791
|
+
{ client_session: [] },
|
|
85792
|
+
{ support_read_only_token: [] }
|
|
85682
85793
|
],
|
|
85683
85794
|
summary: "/thermostats/list",
|
|
85684
85795
|
tags: ["/thermostats"],
|
|
@@ -85898,7 +86009,8 @@ var openapi = {
|
|
|
85898
86009
|
{ api_key: [] },
|
|
85899
86010
|
{ pat_with_workspace: [] },
|
|
85900
86011
|
{ console_session_with_workspace: [] },
|
|
85901
|
-
{ client_session: [] }
|
|
86012
|
+
{ client_session: [] },
|
|
86013
|
+
{ support_read_only_token: [] }
|
|
85902
86014
|
],
|
|
85903
86015
|
summary: "/thermostats/list",
|
|
85904
86016
|
tags: ["/thermostats"],
|
|
@@ -86197,7 +86309,8 @@ var openapi = {
|
|
|
86197
86309
|
{ client_session: [] },
|
|
86198
86310
|
{ pat_with_workspace: [] },
|
|
86199
86311
|
{ console_session_with_workspace: [] },
|
|
86200
|
-
{ api_key: [] }
|
|
86312
|
+
{ api_key: [] },
|
|
86313
|
+
{ support_read_only_token: [] }
|
|
86201
86314
|
],
|
|
86202
86315
|
summary: "/thermostats/schedules/get",
|
|
86203
86316
|
tags: ["/thermostats"],
|
|
@@ -86252,7 +86365,8 @@ var openapi = {
|
|
|
86252
86365
|
{ client_session: [] },
|
|
86253
86366
|
{ pat_with_workspace: [] },
|
|
86254
86367
|
{ console_session_with_workspace: [] },
|
|
86255
|
-
{ api_key: [] }
|
|
86368
|
+
{ api_key: [] },
|
|
86369
|
+
{ support_read_only_token: [] }
|
|
86256
86370
|
],
|
|
86257
86371
|
summary: "/thermostats/schedules/get",
|
|
86258
86372
|
tags: ["/thermostats"],
|
|
@@ -86317,7 +86431,8 @@ var openapi = {
|
|
|
86317
86431
|
{ client_session: [] },
|
|
86318
86432
|
{ pat_with_workspace: [] },
|
|
86319
86433
|
{ console_session_with_workspace: [] },
|
|
86320
|
-
{ client_session_with_customer: [] }
|
|
86434
|
+
{ client_session_with_customer: [] },
|
|
86435
|
+
{ support_read_only_token: [] }
|
|
86321
86436
|
],
|
|
86322
86437
|
summary: "/thermostats/schedules/list",
|
|
86323
86438
|
tags: ["/thermostats"],
|
|
@@ -86380,7 +86495,8 @@ var openapi = {
|
|
|
86380
86495
|
{ client_session: [] },
|
|
86381
86496
|
{ pat_with_workspace: [] },
|
|
86382
86497
|
{ console_session_with_workspace: [] },
|
|
86383
|
-
{ client_session_with_customer: [] }
|
|
86498
|
+
{ client_session_with_customer: [] },
|
|
86499
|
+
{ support_read_only_token: [] }
|
|
86384
86500
|
],
|
|
86385
86501
|
summary: "/thermostats/schedules/list",
|
|
86386
86502
|
tags: ["/thermostats"],
|
|
@@ -88843,7 +88959,8 @@ var openapi = {
|
|
|
88843
88959
|
{ api_key: [] },
|
|
88844
88960
|
{ pat_with_workspace: [] },
|
|
88845
88961
|
{ console_session_with_workspace: [] },
|
|
88846
|
-
{ client_session_with_customer: [] }
|
|
88962
|
+
{ client_session_with_customer: [] },
|
|
88963
|
+
{ support_read_only_token: [] }
|
|
88847
88964
|
],
|
|
88848
88965
|
summary: "/user_identities/get",
|
|
88849
88966
|
tags: ["/user_identities"],
|
|
@@ -88907,7 +89024,8 @@ var openapi = {
|
|
|
88907
89024
|
{ api_key: [] },
|
|
88908
89025
|
{ pat_with_workspace: [] },
|
|
88909
89026
|
{ console_session_with_workspace: [] },
|
|
88910
|
-
{ client_session_with_customer: [] }
|
|
89027
|
+
{ client_session_with_customer: [] },
|
|
89028
|
+
{ support_read_only_token: [] }
|
|
88911
89029
|
],
|
|
88912
89030
|
summary: "/user_identities/get",
|
|
88913
89031
|
tags: ["/user_identities"],
|
|
@@ -89114,7 +89232,8 @@ var openapi = {
|
|
|
89114
89232
|
{ api_key: [] },
|
|
89115
89233
|
{ client_session: [] },
|
|
89116
89234
|
{ pat_with_workspace: [] },
|
|
89117
|
-
{ console_session_with_workspace: [] }
|
|
89235
|
+
{ console_session_with_workspace: [] },
|
|
89236
|
+
{ support_read_only_token: [] }
|
|
89118
89237
|
],
|
|
89119
89238
|
summary: "/user_identities/list",
|
|
89120
89239
|
tags: ["/user_identities"],
|
|
@@ -89196,7 +89315,8 @@ var openapi = {
|
|
|
89196
89315
|
{ api_key: [] },
|
|
89197
89316
|
{ client_session: [] },
|
|
89198
89317
|
{ pat_with_workspace: [] },
|
|
89199
|
-
{ console_session_with_workspace: [] }
|
|
89318
|
+
{ console_session_with_workspace: [] },
|
|
89319
|
+
{ support_read_only_token: [] }
|
|
89200
89320
|
],
|
|
89201
89321
|
summary: "/user_identities/list",
|
|
89202
89322
|
tags: ["/user_identities"],
|
|
@@ -89254,7 +89374,8 @@ var openapi = {
|
|
|
89254
89374
|
security: [
|
|
89255
89375
|
{ api_key: [] },
|
|
89256
89376
|
{ pat_with_workspace: [] },
|
|
89257
|
-
{ console_session_with_workspace: [] }
|
|
89377
|
+
{ console_session_with_workspace: [] },
|
|
89378
|
+
{ support_read_only_token: [] }
|
|
89258
89379
|
],
|
|
89259
89380
|
summary: "/user_identities/list_accessible_devices",
|
|
89260
89381
|
tags: ["/user_identities"],
|
|
@@ -89315,7 +89436,8 @@ var openapi = {
|
|
|
89315
89436
|
security: [
|
|
89316
89437
|
{ api_key: [] },
|
|
89317
89438
|
{ pat_with_workspace: [] },
|
|
89318
|
-
{ console_session_with_workspace: [] }
|
|
89439
|
+
{ console_session_with_workspace: [] },
|
|
89440
|
+
{ support_read_only_token: [] }
|
|
89319
89441
|
],
|
|
89320
89442
|
summary: "/user_identities/list_accessible_devices",
|
|
89321
89443
|
tags: ["/user_identities"],
|
|
@@ -89368,7 +89490,8 @@ var openapi = {
|
|
|
89368
89490
|
{ client_session: [] },
|
|
89369
89491
|
{ pat_with_workspace: [] },
|
|
89370
89492
|
{ console_session_with_workspace: [] },
|
|
89371
|
-
{ api_key: [] }
|
|
89493
|
+
{ api_key: [] },
|
|
89494
|
+
{ support_read_only_token: [] }
|
|
89372
89495
|
],
|
|
89373
89496
|
summary: "/user_identities/list_accessible_entrances",
|
|
89374
89497
|
tags: ["/user_identities"],
|
|
@@ -89424,7 +89547,8 @@ var openapi = {
|
|
|
89424
89547
|
{ client_session: [] },
|
|
89425
89548
|
{ pat_with_workspace: [] },
|
|
89426
89549
|
{ console_session_with_workspace: [] },
|
|
89427
|
-
{ api_key: [] }
|
|
89550
|
+
{ api_key: [] },
|
|
89551
|
+
{ support_read_only_token: [] }
|
|
89428
89552
|
],
|
|
89429
89553
|
summary: "/user_identities/list_accessible_entrances",
|
|
89430
89554
|
tags: ["/user_identities"],
|
|
@@ -89477,7 +89601,8 @@ var openapi = {
|
|
|
89477
89601
|
{ client_session: [] },
|
|
89478
89602
|
{ pat_with_workspace: [] },
|
|
89479
89603
|
{ console_session_with_workspace: [] },
|
|
89480
|
-
{ api_key: [] }
|
|
89604
|
+
{ api_key: [] },
|
|
89605
|
+
{ support_read_only_token: [] }
|
|
89481
89606
|
],
|
|
89482
89607
|
summary: "/user_identities/list_acs_systems",
|
|
89483
89608
|
tags: ["/user_identities"],
|
|
@@ -89533,7 +89658,8 @@ var openapi = {
|
|
|
89533
89658
|
{ client_session: [] },
|
|
89534
89659
|
{ pat_with_workspace: [] },
|
|
89535
89660
|
{ console_session_with_workspace: [] },
|
|
89536
|
-
{ api_key: [] }
|
|
89661
|
+
{ api_key: [] },
|
|
89662
|
+
{ support_read_only_token: [] }
|
|
89537
89663
|
],
|
|
89538
89664
|
summary: "/user_identities/list_acs_systems",
|
|
89539
89665
|
tags: ["/user_identities"],
|
|
@@ -89585,7 +89711,8 @@ var openapi = {
|
|
|
89585
89711
|
security: [
|
|
89586
89712
|
{ api_key: [] },
|
|
89587
89713
|
{ pat_with_workspace: [] },
|
|
89588
|
-
{ console_session_with_workspace: [] }
|
|
89714
|
+
{ console_session_with_workspace: [] },
|
|
89715
|
+
{ support_read_only_token: [] }
|
|
89589
89716
|
],
|
|
89590
89717
|
summary: "/user_identities/list_acs_users",
|
|
89591
89718
|
tags: ["/user_identities"],
|
|
@@ -89640,7 +89767,8 @@ var openapi = {
|
|
|
89640
89767
|
security: [
|
|
89641
89768
|
{ api_key: [] },
|
|
89642
89769
|
{ pat_with_workspace: [] },
|
|
89643
|
-
{ console_session_with_workspace: [] }
|
|
89770
|
+
{ console_session_with_workspace: [] },
|
|
89771
|
+
{ support_read_only_token: [] }
|
|
89644
89772
|
],
|
|
89645
89773
|
summary: "/user_identities/list_acs_users",
|
|
89646
89774
|
tags: ["/user_identities"],
|
|
@@ -90076,7 +90204,8 @@ var openapi = {
|
|
|
90076
90204
|
security: [
|
|
90077
90205
|
{ api_key: [] },
|
|
90078
90206
|
{ pat_with_workspace: [] },
|
|
90079
|
-
{ console_session_with_workspace: [] }
|
|
90207
|
+
{ console_session_with_workspace: [] },
|
|
90208
|
+
{ support_read_only_token: [] }
|
|
90080
90209
|
],
|
|
90081
90210
|
summary: "/user_identities/unmanaged/get",
|
|
90082
90211
|
tags: ["/user_identities"],
|
|
@@ -90299,7 +90428,8 @@ var openapi = {
|
|
|
90299
90428
|
security: [
|
|
90300
90429
|
{ api_key: [] },
|
|
90301
90430
|
{ pat_with_workspace: [] },
|
|
90302
|
-
{ console_session_with_workspace: [] }
|
|
90431
|
+
{ console_session_with_workspace: [] },
|
|
90432
|
+
{ support_read_only_token: [] }
|
|
90303
90433
|
],
|
|
90304
90434
|
summary: "/user_identities/unmanaged/get",
|
|
90305
90435
|
tags: ["/user_identities"],
|
|
@@ -90551,7 +90681,8 @@ var openapi = {
|
|
|
90551
90681
|
{ api_key: [] },
|
|
90552
90682
|
{ client_session: [] },
|
|
90553
90683
|
{ pat_with_workspace: [] },
|
|
90554
|
-
{ console_session_with_workspace: [] }
|
|
90684
|
+
{ console_session_with_workspace: [] },
|
|
90685
|
+
{ support_read_only_token: [] }
|
|
90555
90686
|
],
|
|
90556
90687
|
summary: "/user_identities/unmanaged/list",
|
|
90557
90688
|
tags: ["/user_identities"],
|
|
@@ -90794,7 +90925,8 @@ var openapi = {
|
|
|
90794
90925
|
{ api_key: [] },
|
|
90795
90926
|
{ client_session: [] },
|
|
90796
90927
|
{ pat_with_workspace: [] },
|
|
90797
|
-
{ console_session_with_workspace: [] }
|
|
90928
|
+
{ console_session_with_workspace: [] },
|
|
90929
|
+
{ support_read_only_token: [] }
|
|
90798
90930
|
],
|
|
90799
90931
|
summary: "/user_identities/unmanaged/list",
|
|
90800
90932
|
tags: ["/user_identities"],
|
|
@@ -91346,7 +91478,8 @@ var openapi = {
|
|
|
91346
91478
|
security: [
|
|
91347
91479
|
{ api_key: [] },
|
|
91348
91480
|
{ pat_with_workspace: [] },
|
|
91349
|
-
{ console_session_with_workspace: [] }
|
|
91481
|
+
{ console_session_with_workspace: [] },
|
|
91482
|
+
{ support_read_only_token: [] }
|
|
91350
91483
|
],
|
|
91351
91484
|
summary: "/webhooks/list",
|
|
91352
91485
|
tags: ["/webhooks"],
|
|
@@ -91384,7 +91517,8 @@ var openapi = {
|
|
|
91384
91517
|
security: [
|
|
91385
91518
|
{ api_key: [] },
|
|
91386
91519
|
{ pat_with_workspace: [] },
|
|
91387
|
-
{ console_session_with_workspace: [] }
|
|
91520
|
+
{ console_session_with_workspace: [] },
|
|
91521
|
+
{ support_read_only_token: [] }
|
|
91388
91522
|
],
|
|
91389
91523
|
summary: "/webhooks/list",
|
|
91390
91524
|
tags: ["/webhooks"],
|
|
@@ -92560,7 +92694,8 @@ var openapi = {
|
|
|
92560
92694
|
{ console_session_with_workspace: [] },
|
|
92561
92695
|
{ client_session: [] },
|
|
92562
92696
|
{ client_session_with_customer: [] },
|
|
92563
|
-
{ pat_with_workspace: [] }
|
|
92697
|
+
{ pat_with_workspace: [] },
|
|
92698
|
+
{ support_read_only_token: [] }
|
|
92564
92699
|
],
|
|
92565
92700
|
summary: "/workspaces/get",
|
|
92566
92701
|
tags: ["/workspaces"],
|
|
@@ -92597,7 +92732,8 @@ var openapi = {
|
|
|
92597
92732
|
{ console_session_with_workspace: [] },
|
|
92598
92733
|
{ client_session: [] },
|
|
92599
92734
|
{ client_session_with_customer: [] },
|
|
92600
|
-
{ pat_with_workspace: [] }
|
|
92735
|
+
{ pat_with_workspace: [] },
|
|
92736
|
+
{ support_read_only_token: [] }
|
|
92601
92737
|
],
|
|
92602
92738
|
summary: "/workspaces/get",
|
|
92603
92739
|
tags: ["/workspaces"],
|
|
@@ -92640,7 +92776,8 @@ var openapi = {
|
|
|
92640
92776
|
{ api_key: [] },
|
|
92641
92777
|
{ client_session: [] },
|
|
92642
92778
|
{ console_session_with_workspace: [] },
|
|
92643
|
-
{ console_session_without_workspace: [] }
|
|
92779
|
+
{ console_session_without_workspace: [] },
|
|
92780
|
+
{ support_read_only_token: [] }
|
|
92644
92781
|
],
|
|
92645
92782
|
summary: "/workspaces/list",
|
|
92646
92783
|
tags: ["/workspaces"],
|
|
@@ -92681,7 +92818,8 @@ var openapi = {
|
|
|
92681
92818
|
{ api_key: [] },
|
|
92682
92819
|
{ client_session: [] },
|
|
92683
92820
|
{ console_session_with_workspace: [] },
|
|
92684
|
-
{ console_session_without_workspace: [] }
|
|
92821
|
+
{ console_session_without_workspace: [] },
|
|
92822
|
+
{ support_read_only_token: [] }
|
|
92685
92823
|
],
|
|
92686
92824
|
summary: "/workspaces/list",
|
|
92687
92825
|
tags: ["/workspaces"],
|