@seamapi/types 1.970.0 → 1.972.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 -144
- package/dist/connect.cjs.map +1 -1
- package/dist/index.cjs +288 -144
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +2 -2
- package/lib/seam/connect/models/devices/capability-properties/index.js +2 -2
- package/lib/seam/connect/models/devices/capability-properties/index.js.map +1 -1
- package/lib/seam/connect/openapi.js +144 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +2 -2
- package/src/lib/seam/connect/models/devices/capability-properties/index.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +144 -0
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"],
|
|
@@ -59950,7 +60030,8 @@ var openapi = {
|
|
|
59950
60030
|
{ client_session: [] },
|
|
59951
60031
|
{ pat_with_workspace: [] },
|
|
59952
60032
|
{ console_session_with_workspace: [] },
|
|
59953
|
-
{ api_key: [] }
|
|
60033
|
+
{ api_key: [] },
|
|
60034
|
+
{ support_read_only_token: [] }
|
|
59954
60035
|
],
|
|
59955
60036
|
summary: "/devices/list",
|
|
59956
60037
|
tags: ["/devices"],
|
|
@@ -60331,7 +60412,8 @@ var openapi = {
|
|
|
60331
60412
|
{ client_session: [] },
|
|
60332
60413
|
{ pat_with_workspace: [] },
|
|
60333
60414
|
{ console_session_with_workspace: [] },
|
|
60334
|
-
{ api_key: [] }
|
|
60415
|
+
{ api_key: [] },
|
|
60416
|
+
{ support_read_only_token: [] }
|
|
60335
60417
|
],
|
|
60336
60418
|
summary: "/devices/list",
|
|
60337
60419
|
tags: ["/devices"],
|
|
@@ -60392,7 +60474,8 @@ var openapi = {
|
|
|
60392
60474
|
{ client_session: [] },
|
|
60393
60475
|
{ pat_with_workspace: [] },
|
|
60394
60476
|
{ console_session_with_workspace: [] },
|
|
60395
|
-
{ api_key: [] }
|
|
60477
|
+
{ api_key: [] },
|
|
60478
|
+
{ support_read_only_token: [] }
|
|
60396
60479
|
],
|
|
60397
60480
|
summary: "/devices/list_device_providers",
|
|
60398
60481
|
tags: ["/devices"],
|
|
@@ -60456,7 +60539,8 @@ var openapi = {
|
|
|
60456
60539
|
{ client_session: [] },
|
|
60457
60540
|
{ pat_with_workspace: [] },
|
|
60458
60541
|
{ console_session_with_workspace: [] },
|
|
60459
|
-
{ api_key: [] }
|
|
60542
|
+
{ api_key: [] },
|
|
60543
|
+
{ support_read_only_token: [] }
|
|
60460
60544
|
],
|
|
60461
60545
|
summary: "/devices/list_device_providers",
|
|
60462
60546
|
tags: ["/devices"],
|
|
@@ -62203,7 +62287,8 @@ var openapi = {
|
|
|
62203
62287
|
{ client_session: [] },
|
|
62204
62288
|
{ pat_with_workspace: [] },
|
|
62205
62289
|
{ console_session_with_workspace: [] },
|
|
62206
|
-
{ api_key: [] }
|
|
62290
|
+
{ api_key: [] },
|
|
62291
|
+
{ support_read_only_token: [] }
|
|
62207
62292
|
],
|
|
62208
62293
|
summary: "/devices/unmanaged/get",
|
|
62209
62294
|
tags: ["/devices"],
|
|
@@ -62259,7 +62344,8 @@ var openapi = {
|
|
|
62259
62344
|
{ client_session: [] },
|
|
62260
62345
|
{ pat_with_workspace: [] },
|
|
62261
62346
|
{ console_session_with_workspace: [] },
|
|
62262
|
-
{ api_key: [] }
|
|
62347
|
+
{ api_key: [] },
|
|
62348
|
+
{ support_read_only_token: [] }
|
|
62263
62349
|
],
|
|
62264
62350
|
summary: "/devices/unmanaged/get",
|
|
62265
62351
|
tags: ["/devices"],
|
|
@@ -62704,7 +62790,8 @@ var openapi = {
|
|
|
62704
62790
|
{ api_key: [] },
|
|
62705
62791
|
{ pat_with_workspace: [] },
|
|
62706
62792
|
{ console_session_with_workspace: [] },
|
|
62707
|
-
{ client_session_with_customer: [] }
|
|
62793
|
+
{ client_session_with_customer: [] },
|
|
62794
|
+
{ support_read_only_token: [] }
|
|
62708
62795
|
],
|
|
62709
62796
|
summary: "/devices/unmanaged/list",
|
|
62710
62797
|
tags: ["/devices"],
|
|
@@ -63084,7 +63171,8 @@ var openapi = {
|
|
|
63084
63171
|
{ api_key: [] },
|
|
63085
63172
|
{ pat_with_workspace: [] },
|
|
63086
63173
|
{ console_session_with_workspace: [] },
|
|
63087
|
-
{ client_session_with_customer: [] }
|
|
63174
|
+
{ client_session_with_customer: [] },
|
|
63175
|
+
{ support_read_only_token: [] }
|
|
63088
63176
|
],
|
|
63089
63177
|
summary: "/devices/unmanaged/list",
|
|
63090
63178
|
tags: ["/devices"],
|
|
@@ -63454,7 +63542,8 @@ var openapi = {
|
|
|
63454
63542
|
{ api_key: [] },
|
|
63455
63543
|
{ pat_with_workspace: [] },
|
|
63456
63544
|
{ console_session_with_workspace: [] },
|
|
63457
|
-
{ client_session_with_customer: [] }
|
|
63545
|
+
{ client_session_with_customer: [] },
|
|
63546
|
+
{ support_read_only_token: [] }
|
|
63458
63547
|
],
|
|
63459
63548
|
summary: "/events/get",
|
|
63460
63549
|
tags: ["/events"],
|
|
@@ -63517,7 +63606,8 @@ var openapi = {
|
|
|
63517
63606
|
{ api_key: [] },
|
|
63518
63607
|
{ pat_with_workspace: [] },
|
|
63519
63608
|
{ console_session_with_workspace: [] },
|
|
63520
|
-
{ client_session_with_customer: [] }
|
|
63609
|
+
{ client_session_with_customer: [] },
|
|
63610
|
+
{ support_read_only_token: [] }
|
|
63521
63611
|
],
|
|
63522
63612
|
summary: "/events/get",
|
|
63523
63613
|
tags: ["/events"],
|
|
@@ -64045,7 +64135,8 @@ var openapi = {
|
|
|
64045
64135
|
{ api_key: [] },
|
|
64046
64136
|
{ pat_with_workspace: [] },
|
|
64047
64137
|
{ console_session_with_workspace: [] },
|
|
64048
|
-
{ client_session_with_customer: [] }
|
|
64138
|
+
{ client_session_with_customer: [] },
|
|
64139
|
+
{ support_read_only_token: [] }
|
|
64049
64140
|
],
|
|
64050
64141
|
summary: "/events/list",
|
|
64051
64142
|
tags: ["/events"],
|
|
@@ -64468,7 +64559,8 @@ var openapi = {
|
|
|
64468
64559
|
{ api_key: [] },
|
|
64469
64560
|
{ pat_with_workspace: [] },
|
|
64470
64561
|
{ console_session_with_workspace: [] },
|
|
64471
|
-
{ client_session_with_customer: [] }
|
|
64562
|
+
{ client_session_with_customer: [] },
|
|
64563
|
+
{ support_read_only_token: [] }
|
|
64472
64564
|
],
|
|
64473
64565
|
summary: "/events/list",
|
|
64474
64566
|
tags: ["/events"],
|
|
@@ -64618,7 +64710,8 @@ var openapi = {
|
|
|
64618
64710
|
security: [
|
|
64619
64711
|
{ api_key: [] },
|
|
64620
64712
|
{ pat_with_workspace: [] },
|
|
64621
|
-
{ console_session_with_workspace: [] }
|
|
64713
|
+
{ console_session_with_workspace: [] },
|
|
64714
|
+
{ support_read_only_token: [] }
|
|
64622
64715
|
],
|
|
64623
64716
|
summary: "/instant_keys/get",
|
|
64624
64717
|
tags: [],
|
|
@@ -64674,7 +64767,8 @@ var openapi = {
|
|
|
64674
64767
|
security: [
|
|
64675
64768
|
{ api_key: [] },
|
|
64676
64769
|
{ pat_with_workspace: [] },
|
|
64677
|
-
{ console_session_with_workspace: [] }
|
|
64770
|
+
{ console_session_with_workspace: [] },
|
|
64771
|
+
{ support_read_only_token: [] }
|
|
64678
64772
|
],
|
|
64679
64773
|
summary: "/instant_keys/get",
|
|
64680
64774
|
tags: [],
|
|
@@ -64725,7 +64819,8 @@ var openapi = {
|
|
|
64725
64819
|
security: [
|
|
64726
64820
|
{ api_key: [] },
|
|
64727
64821
|
{ pat_with_workspace: [] },
|
|
64728
|
-
{ console_session_with_workspace: [] }
|
|
64822
|
+
{ console_session_with_workspace: [] },
|
|
64823
|
+
{ support_read_only_token: [] }
|
|
64729
64824
|
],
|
|
64730
64825
|
summary: "/instant_keys/list",
|
|
64731
64826
|
tags: [],
|
|
@@ -64779,7 +64874,8 @@ var openapi = {
|
|
|
64779
64874
|
security: [
|
|
64780
64875
|
{ api_key: [] },
|
|
64781
64876
|
{ pat_with_workspace: [] },
|
|
64782
|
-
{ console_session_with_workspace: [] }
|
|
64877
|
+
{ console_session_with_workspace: [] },
|
|
64878
|
+
{ support_read_only_token: [] }
|
|
64783
64879
|
],
|
|
64784
64880
|
summary: "/instant_keys/list",
|
|
64785
64881
|
tags: [],
|
|
@@ -64906,7 +65002,8 @@ var openapi = {
|
|
|
64906
65002
|
{ client_session: [] },
|
|
64907
65003
|
{ pat_with_workspace: [] },
|
|
64908
65004
|
{ console_session_with_workspace: [] },
|
|
64909
|
-
{ api_key: [] }
|
|
65005
|
+
{ api_key: [] },
|
|
65006
|
+
{ support_read_only_token: [] }
|
|
64910
65007
|
],
|
|
64911
65008
|
summary: "/locks/get",
|
|
64912
65009
|
tags: ["/locks"],
|
|
@@ -64964,7 +65061,8 @@ var openapi = {
|
|
|
64964
65061
|
{ client_session: [] },
|
|
64965
65062
|
{ pat_with_workspace: [] },
|
|
64966
65063
|
{ console_session_with_workspace: [] },
|
|
64967
|
-
{ api_key: [] }
|
|
65064
|
+
{ api_key: [] },
|
|
65065
|
+
{ support_read_only_token: [] }
|
|
64968
65066
|
],
|
|
64969
65067
|
summary: "/locks/get",
|
|
64970
65068
|
tags: ["/locks"],
|
|
@@ -65321,7 +65419,8 @@ var openapi = {
|
|
|
65321
65419
|
{ client_session: [] },
|
|
65322
65420
|
{ pat_with_workspace: [] },
|
|
65323
65421
|
{ console_session_with_workspace: [] },
|
|
65324
|
-
{ api_key: [] }
|
|
65422
|
+
{ api_key: [] },
|
|
65423
|
+
{ support_read_only_token: [] }
|
|
65325
65424
|
],
|
|
65326
65425
|
summary: "/locks/list",
|
|
65327
65426
|
tags: ["/locks"],
|
|
@@ -65612,7 +65711,8 @@ var openapi = {
|
|
|
65612
65711
|
{ client_session: [] },
|
|
65613
65712
|
{ pat_with_workspace: [] },
|
|
65614
65713
|
{ console_session_with_workspace: [] },
|
|
65615
|
-
{ api_key: [] }
|
|
65714
|
+
{ api_key: [] },
|
|
65715
|
+
{ support_read_only_token: [] }
|
|
65616
65716
|
],
|
|
65617
65717
|
summary: "/locks/list",
|
|
65618
65718
|
tags: ["/locks"],
|
|
@@ -66122,7 +66222,8 @@ var openapi = {
|
|
|
66122
66222
|
{ client_session: [] },
|
|
66123
66223
|
{ pat_with_workspace: [] },
|
|
66124
66224
|
{ console_session_with_workspace: [] },
|
|
66125
|
-
{ api_key: [] }
|
|
66225
|
+
{ api_key: [] },
|
|
66226
|
+
{ support_read_only_token: [] }
|
|
66126
66227
|
],
|
|
66127
66228
|
summary: "/noise_sensors/list",
|
|
66128
66229
|
tags: ["/noise_sensors"],
|
|
@@ -66321,7 +66422,8 @@ var openapi = {
|
|
|
66321
66422
|
{ client_session: [] },
|
|
66322
66423
|
{ pat_with_workspace: [] },
|
|
66323
66424
|
{ console_session_with_workspace: [] },
|
|
66324
|
-
{ api_key: [] }
|
|
66425
|
+
{ api_key: [] },
|
|
66426
|
+
{ support_read_only_token: [] }
|
|
66325
66427
|
],
|
|
66326
66428
|
summary: "/noise_sensors/list",
|
|
66327
66429
|
tags: ["/noise_sensors"],
|
|
@@ -66589,7 +66691,8 @@ var openapi = {
|
|
|
66589
66691
|
security: [
|
|
66590
66692
|
{ api_key: [] },
|
|
66591
66693
|
{ pat_with_workspace: [] },
|
|
66592
|
-
{ console_session_with_workspace: [] }
|
|
66694
|
+
{ console_session_with_workspace: [] },
|
|
66695
|
+
{ support_read_only_token: [] }
|
|
66593
66696
|
],
|
|
66594
66697
|
summary: "/noise_sensors/noise_thresholds/get",
|
|
66595
66698
|
tags: ["/noise_sensors"],
|
|
@@ -66643,7 +66746,8 @@ var openapi = {
|
|
|
66643
66746
|
security: [
|
|
66644
66747
|
{ api_key: [] },
|
|
66645
66748
|
{ pat_with_workspace: [] },
|
|
66646
|
-
{ console_session_with_workspace: [] }
|
|
66749
|
+
{ console_session_with_workspace: [] },
|
|
66750
|
+
{ support_read_only_token: [] }
|
|
66647
66751
|
],
|
|
66648
66752
|
summary: "/noise_sensors/noise_thresholds/get",
|
|
66649
66753
|
tags: ["/noise_sensors"],
|
|
@@ -66706,7 +66810,8 @@ var openapi = {
|
|
|
66706
66810
|
{ client_session: [] },
|
|
66707
66811
|
{ api_key: [] },
|
|
66708
66812
|
{ pat_with_workspace: [] },
|
|
66709
|
-
{ console_session_with_workspace: [] }
|
|
66813
|
+
{ console_session_with_workspace: [] },
|
|
66814
|
+
{ support_read_only_token: [] }
|
|
66710
66815
|
],
|
|
66711
66816
|
summary: "/noise_sensors/noise_thresholds/list",
|
|
66712
66817
|
tags: ["/noise_sensors"],
|
|
@@ -66767,7 +66872,8 @@ var openapi = {
|
|
|
66767
66872
|
{ client_session: [] },
|
|
66768
66873
|
{ api_key: [] },
|
|
66769
66874
|
{ pat_with_workspace: [] },
|
|
66770
|
-
{ console_session_with_workspace: [] }
|
|
66875
|
+
{ console_session_with_workspace: [] },
|
|
66876
|
+
{ support_read_only_token: [] }
|
|
66771
66877
|
],
|
|
66772
66878
|
summary: "/noise_sensors/noise_thresholds/list",
|
|
66773
66879
|
tags: ["/noise_sensors"],
|
|
@@ -67224,7 +67330,8 @@ var openapi = {
|
|
|
67224
67330
|
security: [
|
|
67225
67331
|
{ api_key: [] },
|
|
67226
67332
|
{ pat_with_workspace: [] },
|
|
67227
|
-
{ console_session_with_workspace: [] }
|
|
67333
|
+
{ console_session_with_workspace: [] },
|
|
67334
|
+
{ support_read_only_token: [] }
|
|
67228
67335
|
],
|
|
67229
67336
|
summary: "/phones/get",
|
|
67230
67337
|
tags: ["/phones"],
|
|
@@ -67276,7 +67383,8 @@ var openapi = {
|
|
|
67276
67383
|
security: [
|
|
67277
67384
|
{ api_key: [] },
|
|
67278
67385
|
{ pat_with_workspace: [] },
|
|
67279
|
-
{ console_session_with_workspace: [] }
|
|
67386
|
+
{ console_session_with_workspace: [] },
|
|
67387
|
+
{ support_read_only_token: [] }
|
|
67280
67388
|
],
|
|
67281
67389
|
summary: "/phones/get",
|
|
67282
67390
|
tags: ["/phones"],
|
|
@@ -67336,7 +67444,8 @@ var openapi = {
|
|
|
67336
67444
|
security: [
|
|
67337
67445
|
{ api_key: [] },
|
|
67338
67446
|
{ pat_with_workspace: [] },
|
|
67339
|
-
{ console_session_with_workspace: [] }
|
|
67447
|
+
{ console_session_with_workspace: [] },
|
|
67448
|
+
{ support_read_only_token: [] }
|
|
67340
67449
|
],
|
|
67341
67450
|
summary: "/phones/list",
|
|
67342
67451
|
tags: ["/phones"],
|
|
@@ -67395,7 +67504,8 @@ var openapi = {
|
|
|
67395
67504
|
security: [
|
|
67396
67505
|
{ api_key: [] },
|
|
67397
67506
|
{ pat_with_workspace: [] },
|
|
67398
|
-
{ console_session_with_workspace: [] }
|
|
67507
|
+
{ console_session_with_workspace: [] },
|
|
67508
|
+
{ support_read_only_token: [] }
|
|
67399
67509
|
],
|
|
67400
67510
|
summary: "/phones/list",
|
|
67401
67511
|
tags: ["/phones"],
|
|
@@ -83323,7 +83433,8 @@ var openapi = {
|
|
|
83323
83433
|
{ pat_with_workspace: [] },
|
|
83324
83434
|
{ console_session_with_workspace: [] },
|
|
83325
83435
|
{ api_key: [] },
|
|
83326
|
-
{ client_session_with_customer: [] }
|
|
83436
|
+
{ client_session_with_customer: [] },
|
|
83437
|
+
{ support_read_only_token: [] }
|
|
83327
83438
|
],
|
|
83328
83439
|
summary: "/spaces/get",
|
|
83329
83440
|
tags: [],
|
|
@@ -83390,7 +83501,8 @@ var openapi = {
|
|
|
83390
83501
|
{ pat_with_workspace: [] },
|
|
83391
83502
|
{ console_session_with_workspace: [] },
|
|
83392
83503
|
{ api_key: [] },
|
|
83393
|
-
{ client_session_with_customer: [] }
|
|
83504
|
+
{ client_session_with_customer: [] },
|
|
83505
|
+
{ support_read_only_token: [] }
|
|
83394
83506
|
],
|
|
83395
83507
|
summary: "/spaces/get",
|
|
83396
83508
|
tags: [],
|
|
@@ -83516,7 +83628,8 @@ var openapi = {
|
|
|
83516
83628
|
{ pat_with_workspace: [] },
|
|
83517
83629
|
{ console_session_with_workspace: [] },
|
|
83518
83630
|
{ api_key: [] },
|
|
83519
|
-
{ client_session_with_customer: [] }
|
|
83631
|
+
{ client_session_with_customer: [] },
|
|
83632
|
+
{ support_read_only_token: [] }
|
|
83520
83633
|
],
|
|
83521
83634
|
summary: "/spaces/get_related",
|
|
83522
83635
|
tags: [],
|
|
@@ -83641,7 +83754,8 @@ var openapi = {
|
|
|
83641
83754
|
{ pat_with_workspace: [] },
|
|
83642
83755
|
{ console_session_with_workspace: [] },
|
|
83643
83756
|
{ api_key: [] },
|
|
83644
|
-
{ client_session_with_customer: [] }
|
|
83757
|
+
{ client_session_with_customer: [] },
|
|
83758
|
+
{ support_read_only_token: [] }
|
|
83645
83759
|
],
|
|
83646
83760
|
summary: "/spaces/get_related",
|
|
83647
83761
|
tags: [],
|
|
@@ -83767,7 +83881,8 @@ var openapi = {
|
|
|
83767
83881
|
{ pat_with_workspace: [] },
|
|
83768
83882
|
{ console_session_with_workspace: [] },
|
|
83769
83883
|
{ api_key: [] },
|
|
83770
|
-
{ client_session_with_customer: [] }
|
|
83884
|
+
{ client_session_with_customer: [] },
|
|
83885
|
+
{ support_read_only_token: [] }
|
|
83771
83886
|
],
|
|
83772
83887
|
summary: "/spaces/list",
|
|
83773
83888
|
tags: [],
|
|
@@ -83860,7 +83975,8 @@ var openapi = {
|
|
|
83860
83975
|
{ pat_with_workspace: [] },
|
|
83861
83976
|
{ console_session_with_workspace: [] },
|
|
83862
83977
|
{ api_key: [] },
|
|
83863
|
-
{ client_session_with_customer: [] }
|
|
83978
|
+
{ client_session_with_customer: [] },
|
|
83979
|
+
{ support_read_only_token: [] }
|
|
83864
83980
|
],
|
|
83865
83981
|
summary: "/spaces/list",
|
|
83866
83982
|
tags: [],
|
|
@@ -85672,7 +85788,8 @@ var openapi = {
|
|
|
85672
85788
|
{ api_key: [] },
|
|
85673
85789
|
{ pat_with_workspace: [] },
|
|
85674
85790
|
{ console_session_with_workspace: [] },
|
|
85675
|
-
{ client_session: [] }
|
|
85791
|
+
{ client_session: [] },
|
|
85792
|
+
{ support_read_only_token: [] }
|
|
85676
85793
|
],
|
|
85677
85794
|
summary: "/thermostats/list",
|
|
85678
85795
|
tags: ["/thermostats"],
|
|
@@ -85892,7 +86009,8 @@ var openapi = {
|
|
|
85892
86009
|
{ api_key: [] },
|
|
85893
86010
|
{ pat_with_workspace: [] },
|
|
85894
86011
|
{ console_session_with_workspace: [] },
|
|
85895
|
-
{ client_session: [] }
|
|
86012
|
+
{ client_session: [] },
|
|
86013
|
+
{ support_read_only_token: [] }
|
|
85896
86014
|
],
|
|
85897
86015
|
summary: "/thermostats/list",
|
|
85898
86016
|
tags: ["/thermostats"],
|
|
@@ -86191,7 +86309,8 @@ var openapi = {
|
|
|
86191
86309
|
{ client_session: [] },
|
|
86192
86310
|
{ pat_with_workspace: [] },
|
|
86193
86311
|
{ console_session_with_workspace: [] },
|
|
86194
|
-
{ api_key: [] }
|
|
86312
|
+
{ api_key: [] },
|
|
86313
|
+
{ support_read_only_token: [] }
|
|
86195
86314
|
],
|
|
86196
86315
|
summary: "/thermostats/schedules/get",
|
|
86197
86316
|
tags: ["/thermostats"],
|
|
@@ -86246,7 +86365,8 @@ var openapi = {
|
|
|
86246
86365
|
{ client_session: [] },
|
|
86247
86366
|
{ pat_with_workspace: [] },
|
|
86248
86367
|
{ console_session_with_workspace: [] },
|
|
86249
|
-
{ api_key: [] }
|
|
86368
|
+
{ api_key: [] },
|
|
86369
|
+
{ support_read_only_token: [] }
|
|
86250
86370
|
],
|
|
86251
86371
|
summary: "/thermostats/schedules/get",
|
|
86252
86372
|
tags: ["/thermostats"],
|
|
@@ -86311,7 +86431,8 @@ var openapi = {
|
|
|
86311
86431
|
{ client_session: [] },
|
|
86312
86432
|
{ pat_with_workspace: [] },
|
|
86313
86433
|
{ console_session_with_workspace: [] },
|
|
86314
|
-
{ client_session_with_customer: [] }
|
|
86434
|
+
{ client_session_with_customer: [] },
|
|
86435
|
+
{ support_read_only_token: [] }
|
|
86315
86436
|
],
|
|
86316
86437
|
summary: "/thermostats/schedules/list",
|
|
86317
86438
|
tags: ["/thermostats"],
|
|
@@ -86374,7 +86495,8 @@ var openapi = {
|
|
|
86374
86495
|
{ client_session: [] },
|
|
86375
86496
|
{ pat_with_workspace: [] },
|
|
86376
86497
|
{ console_session_with_workspace: [] },
|
|
86377
|
-
{ client_session_with_customer: [] }
|
|
86498
|
+
{ client_session_with_customer: [] },
|
|
86499
|
+
{ support_read_only_token: [] }
|
|
86378
86500
|
],
|
|
86379
86501
|
summary: "/thermostats/schedules/list",
|
|
86380
86502
|
tags: ["/thermostats"],
|
|
@@ -88837,7 +88959,8 @@ var openapi = {
|
|
|
88837
88959
|
{ api_key: [] },
|
|
88838
88960
|
{ pat_with_workspace: [] },
|
|
88839
88961
|
{ console_session_with_workspace: [] },
|
|
88840
|
-
{ client_session_with_customer: [] }
|
|
88962
|
+
{ client_session_with_customer: [] },
|
|
88963
|
+
{ support_read_only_token: [] }
|
|
88841
88964
|
],
|
|
88842
88965
|
summary: "/user_identities/get",
|
|
88843
88966
|
tags: ["/user_identities"],
|
|
@@ -88901,7 +89024,8 @@ var openapi = {
|
|
|
88901
89024
|
{ api_key: [] },
|
|
88902
89025
|
{ pat_with_workspace: [] },
|
|
88903
89026
|
{ console_session_with_workspace: [] },
|
|
88904
|
-
{ client_session_with_customer: [] }
|
|
89027
|
+
{ client_session_with_customer: [] },
|
|
89028
|
+
{ support_read_only_token: [] }
|
|
88905
89029
|
],
|
|
88906
89030
|
summary: "/user_identities/get",
|
|
88907
89031
|
tags: ["/user_identities"],
|
|
@@ -89108,7 +89232,8 @@ var openapi = {
|
|
|
89108
89232
|
{ api_key: [] },
|
|
89109
89233
|
{ client_session: [] },
|
|
89110
89234
|
{ pat_with_workspace: [] },
|
|
89111
|
-
{ console_session_with_workspace: [] }
|
|
89235
|
+
{ console_session_with_workspace: [] },
|
|
89236
|
+
{ support_read_only_token: [] }
|
|
89112
89237
|
],
|
|
89113
89238
|
summary: "/user_identities/list",
|
|
89114
89239
|
tags: ["/user_identities"],
|
|
@@ -89190,7 +89315,8 @@ var openapi = {
|
|
|
89190
89315
|
{ api_key: [] },
|
|
89191
89316
|
{ client_session: [] },
|
|
89192
89317
|
{ pat_with_workspace: [] },
|
|
89193
|
-
{ console_session_with_workspace: [] }
|
|
89318
|
+
{ console_session_with_workspace: [] },
|
|
89319
|
+
{ support_read_only_token: [] }
|
|
89194
89320
|
],
|
|
89195
89321
|
summary: "/user_identities/list",
|
|
89196
89322
|
tags: ["/user_identities"],
|
|
@@ -89248,7 +89374,8 @@ var openapi = {
|
|
|
89248
89374
|
security: [
|
|
89249
89375
|
{ api_key: [] },
|
|
89250
89376
|
{ pat_with_workspace: [] },
|
|
89251
|
-
{ console_session_with_workspace: [] }
|
|
89377
|
+
{ console_session_with_workspace: [] },
|
|
89378
|
+
{ support_read_only_token: [] }
|
|
89252
89379
|
],
|
|
89253
89380
|
summary: "/user_identities/list_accessible_devices",
|
|
89254
89381
|
tags: ["/user_identities"],
|
|
@@ -89309,7 +89436,8 @@ var openapi = {
|
|
|
89309
89436
|
security: [
|
|
89310
89437
|
{ api_key: [] },
|
|
89311
89438
|
{ pat_with_workspace: [] },
|
|
89312
|
-
{ console_session_with_workspace: [] }
|
|
89439
|
+
{ console_session_with_workspace: [] },
|
|
89440
|
+
{ support_read_only_token: [] }
|
|
89313
89441
|
],
|
|
89314
89442
|
summary: "/user_identities/list_accessible_devices",
|
|
89315
89443
|
tags: ["/user_identities"],
|
|
@@ -89362,7 +89490,8 @@ var openapi = {
|
|
|
89362
89490
|
{ client_session: [] },
|
|
89363
89491
|
{ pat_with_workspace: [] },
|
|
89364
89492
|
{ console_session_with_workspace: [] },
|
|
89365
|
-
{ api_key: [] }
|
|
89493
|
+
{ api_key: [] },
|
|
89494
|
+
{ support_read_only_token: [] }
|
|
89366
89495
|
],
|
|
89367
89496
|
summary: "/user_identities/list_accessible_entrances",
|
|
89368
89497
|
tags: ["/user_identities"],
|
|
@@ -89418,7 +89547,8 @@ var openapi = {
|
|
|
89418
89547
|
{ client_session: [] },
|
|
89419
89548
|
{ pat_with_workspace: [] },
|
|
89420
89549
|
{ console_session_with_workspace: [] },
|
|
89421
|
-
{ api_key: [] }
|
|
89550
|
+
{ api_key: [] },
|
|
89551
|
+
{ support_read_only_token: [] }
|
|
89422
89552
|
],
|
|
89423
89553
|
summary: "/user_identities/list_accessible_entrances",
|
|
89424
89554
|
tags: ["/user_identities"],
|
|
@@ -89471,7 +89601,8 @@ var openapi = {
|
|
|
89471
89601
|
{ client_session: [] },
|
|
89472
89602
|
{ pat_with_workspace: [] },
|
|
89473
89603
|
{ console_session_with_workspace: [] },
|
|
89474
|
-
{ api_key: [] }
|
|
89604
|
+
{ api_key: [] },
|
|
89605
|
+
{ support_read_only_token: [] }
|
|
89475
89606
|
],
|
|
89476
89607
|
summary: "/user_identities/list_acs_systems",
|
|
89477
89608
|
tags: ["/user_identities"],
|
|
@@ -89527,7 +89658,8 @@ var openapi = {
|
|
|
89527
89658
|
{ client_session: [] },
|
|
89528
89659
|
{ pat_with_workspace: [] },
|
|
89529
89660
|
{ console_session_with_workspace: [] },
|
|
89530
|
-
{ api_key: [] }
|
|
89661
|
+
{ api_key: [] },
|
|
89662
|
+
{ support_read_only_token: [] }
|
|
89531
89663
|
],
|
|
89532
89664
|
summary: "/user_identities/list_acs_systems",
|
|
89533
89665
|
tags: ["/user_identities"],
|
|
@@ -89579,7 +89711,8 @@ var openapi = {
|
|
|
89579
89711
|
security: [
|
|
89580
89712
|
{ api_key: [] },
|
|
89581
89713
|
{ pat_with_workspace: [] },
|
|
89582
|
-
{ console_session_with_workspace: [] }
|
|
89714
|
+
{ console_session_with_workspace: [] },
|
|
89715
|
+
{ support_read_only_token: [] }
|
|
89583
89716
|
],
|
|
89584
89717
|
summary: "/user_identities/list_acs_users",
|
|
89585
89718
|
tags: ["/user_identities"],
|
|
@@ -89634,7 +89767,8 @@ var openapi = {
|
|
|
89634
89767
|
security: [
|
|
89635
89768
|
{ api_key: [] },
|
|
89636
89769
|
{ pat_with_workspace: [] },
|
|
89637
|
-
{ console_session_with_workspace: [] }
|
|
89770
|
+
{ console_session_with_workspace: [] },
|
|
89771
|
+
{ support_read_only_token: [] }
|
|
89638
89772
|
],
|
|
89639
89773
|
summary: "/user_identities/list_acs_users",
|
|
89640
89774
|
tags: ["/user_identities"],
|
|
@@ -90070,7 +90204,8 @@ var openapi = {
|
|
|
90070
90204
|
security: [
|
|
90071
90205
|
{ api_key: [] },
|
|
90072
90206
|
{ pat_with_workspace: [] },
|
|
90073
|
-
{ console_session_with_workspace: [] }
|
|
90207
|
+
{ console_session_with_workspace: [] },
|
|
90208
|
+
{ support_read_only_token: [] }
|
|
90074
90209
|
],
|
|
90075
90210
|
summary: "/user_identities/unmanaged/get",
|
|
90076
90211
|
tags: ["/user_identities"],
|
|
@@ -90293,7 +90428,8 @@ var openapi = {
|
|
|
90293
90428
|
security: [
|
|
90294
90429
|
{ api_key: [] },
|
|
90295
90430
|
{ pat_with_workspace: [] },
|
|
90296
|
-
{ console_session_with_workspace: [] }
|
|
90431
|
+
{ console_session_with_workspace: [] },
|
|
90432
|
+
{ support_read_only_token: [] }
|
|
90297
90433
|
],
|
|
90298
90434
|
summary: "/user_identities/unmanaged/get",
|
|
90299
90435
|
tags: ["/user_identities"],
|
|
@@ -90545,7 +90681,8 @@ var openapi = {
|
|
|
90545
90681
|
{ api_key: [] },
|
|
90546
90682
|
{ client_session: [] },
|
|
90547
90683
|
{ pat_with_workspace: [] },
|
|
90548
|
-
{ console_session_with_workspace: [] }
|
|
90684
|
+
{ console_session_with_workspace: [] },
|
|
90685
|
+
{ support_read_only_token: [] }
|
|
90549
90686
|
],
|
|
90550
90687
|
summary: "/user_identities/unmanaged/list",
|
|
90551
90688
|
tags: ["/user_identities"],
|
|
@@ -90788,7 +90925,8 @@ var openapi = {
|
|
|
90788
90925
|
{ api_key: [] },
|
|
90789
90926
|
{ client_session: [] },
|
|
90790
90927
|
{ pat_with_workspace: [] },
|
|
90791
|
-
{ console_session_with_workspace: [] }
|
|
90928
|
+
{ console_session_with_workspace: [] },
|
|
90929
|
+
{ support_read_only_token: [] }
|
|
90792
90930
|
],
|
|
90793
90931
|
summary: "/user_identities/unmanaged/list",
|
|
90794
90932
|
tags: ["/user_identities"],
|
|
@@ -91340,7 +91478,8 @@ var openapi = {
|
|
|
91340
91478
|
security: [
|
|
91341
91479
|
{ api_key: [] },
|
|
91342
91480
|
{ pat_with_workspace: [] },
|
|
91343
|
-
{ console_session_with_workspace: [] }
|
|
91481
|
+
{ console_session_with_workspace: [] },
|
|
91482
|
+
{ support_read_only_token: [] }
|
|
91344
91483
|
],
|
|
91345
91484
|
summary: "/webhooks/list",
|
|
91346
91485
|
tags: ["/webhooks"],
|
|
@@ -91378,7 +91517,8 @@ var openapi = {
|
|
|
91378
91517
|
security: [
|
|
91379
91518
|
{ api_key: [] },
|
|
91380
91519
|
{ pat_with_workspace: [] },
|
|
91381
|
-
{ console_session_with_workspace: [] }
|
|
91520
|
+
{ console_session_with_workspace: [] },
|
|
91521
|
+
{ support_read_only_token: [] }
|
|
91382
91522
|
],
|
|
91383
91523
|
summary: "/webhooks/list",
|
|
91384
91524
|
tags: ["/webhooks"],
|
|
@@ -92554,7 +92694,8 @@ var openapi = {
|
|
|
92554
92694
|
{ console_session_with_workspace: [] },
|
|
92555
92695
|
{ client_session: [] },
|
|
92556
92696
|
{ client_session_with_customer: [] },
|
|
92557
|
-
{ pat_with_workspace: [] }
|
|
92697
|
+
{ pat_with_workspace: [] },
|
|
92698
|
+
{ support_read_only_token: [] }
|
|
92558
92699
|
],
|
|
92559
92700
|
summary: "/workspaces/get",
|
|
92560
92701
|
tags: ["/workspaces"],
|
|
@@ -92591,7 +92732,8 @@ var openapi = {
|
|
|
92591
92732
|
{ console_session_with_workspace: [] },
|
|
92592
92733
|
{ client_session: [] },
|
|
92593
92734
|
{ client_session_with_customer: [] },
|
|
92594
|
-
{ pat_with_workspace: [] }
|
|
92735
|
+
{ pat_with_workspace: [] },
|
|
92736
|
+
{ support_read_only_token: [] }
|
|
92595
92737
|
],
|
|
92596
92738
|
summary: "/workspaces/get",
|
|
92597
92739
|
tags: ["/workspaces"],
|
|
@@ -92634,7 +92776,8 @@ var openapi = {
|
|
|
92634
92776
|
{ api_key: [] },
|
|
92635
92777
|
{ client_session: [] },
|
|
92636
92778
|
{ console_session_with_workspace: [] },
|
|
92637
|
-
{ console_session_without_workspace: [] }
|
|
92779
|
+
{ console_session_without_workspace: [] },
|
|
92780
|
+
{ support_read_only_token: [] }
|
|
92638
92781
|
],
|
|
92639
92782
|
summary: "/workspaces/list",
|
|
92640
92783
|
tags: ["/workspaces"],
|
|
@@ -92675,7 +92818,8 @@ var openapi = {
|
|
|
92675
92818
|
{ api_key: [] },
|
|
92676
92819
|
{ client_session: [] },
|
|
92677
92820
|
{ console_session_with_workspace: [] },
|
|
92678
|
-
{ console_session_without_workspace: [] }
|
|
92821
|
+
{ console_session_without_workspace: [] },
|
|
92822
|
+
{ support_read_only_token: [] }
|
|
92679
92823
|
],
|
|
92680
92824
|
summary: "/workspaces/list",
|
|
92681
92825
|
tags: ["/workspaces"],
|