@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
|
@@ -31513,6 +31513,7 @@ const openapi = {
|
|
|
31513
31513
|
{ pat_with_workspace: [] },
|
|
31514
31514
|
{ console_session_with_workspace: [] },
|
|
31515
31515
|
{ api_key: [] },
|
|
31516
|
+
{ support_read_only_token: [] },
|
|
31516
31517
|
],
|
|
31517
31518
|
summary: '/access_codes/generate_code',
|
|
31518
31519
|
tags: ['/access_codes'],
|
|
@@ -31568,6 +31569,7 @@ const openapi = {
|
|
|
31568
31569
|
{ pat_with_workspace: [] },
|
|
31569
31570
|
{ console_session_with_workspace: [] },
|
|
31570
31571
|
{ api_key: [] },
|
|
31572
|
+
{ support_read_only_token: [] },
|
|
31571
31573
|
],
|
|
31572
31574
|
summary: '/access_codes/generate_code',
|
|
31573
31575
|
tags: ['/access_codes'],
|
|
@@ -31635,6 +31637,7 @@ const openapi = {
|
|
|
31635
31637
|
{ console_session_with_workspace: [] },
|
|
31636
31638
|
{ client_session: [] },
|
|
31637
31639
|
{ client_session_with_customer: [] },
|
|
31640
|
+
{ support_read_only_token: [] },
|
|
31638
31641
|
],
|
|
31639
31642
|
summary: '/access_codes/get',
|
|
31640
31643
|
tags: ['/access_codes'],
|
|
@@ -31697,6 +31700,7 @@ const openapi = {
|
|
|
31697
31700
|
{ console_session_with_workspace: [] },
|
|
31698
31701
|
{ client_session: [] },
|
|
31699
31702
|
{ client_session_with_customer: [] },
|
|
31703
|
+
{ support_read_only_token: [] },
|
|
31700
31704
|
],
|
|
31701
31705
|
summary: '/access_codes/get',
|
|
31702
31706
|
tags: ['/access_codes'],
|
|
@@ -32291,6 +32295,7 @@ const openapi = {
|
|
|
32291
32295
|
{ pat_with_workspace: [] },
|
|
32292
32296
|
{ console_session_with_workspace: [] },
|
|
32293
32297
|
{ api_key: [] },
|
|
32298
|
+
{ support_read_only_token: [] },
|
|
32294
32299
|
],
|
|
32295
32300
|
summary: '/access_codes/list',
|
|
32296
32301
|
tags: ['/access_codes'],
|
|
@@ -32391,6 +32396,7 @@ const openapi = {
|
|
|
32391
32396
|
{ pat_with_workspace: [] },
|
|
32392
32397
|
{ console_session_with_workspace: [] },
|
|
32393
32398
|
{ api_key: [] },
|
|
32399
|
+
{ support_read_only_token: [] },
|
|
32394
32400
|
],
|
|
32395
32401
|
summary: '/access_codes/list',
|
|
32396
32402
|
tags: ['/access_codes'],
|
|
@@ -32918,6 +32924,7 @@ const openapi = {
|
|
|
32918
32924
|
{ pat_with_workspace: [] },
|
|
32919
32925
|
{ console_session_with_workspace: [] },
|
|
32920
32926
|
{ api_key: [] },
|
|
32927
|
+
{ support_read_only_token: [] },
|
|
32921
32928
|
],
|
|
32922
32929
|
summary: '/access_codes/unmanaged/get',
|
|
32923
32930
|
tags: ['/access_codes'],
|
|
@@ -32982,6 +32989,7 @@ const openapi = {
|
|
|
32982
32989
|
{ pat_with_workspace: [] },
|
|
32983
32990
|
{ console_session_with_workspace: [] },
|
|
32984
32991
|
{ api_key: [] },
|
|
32992
|
+
{ support_read_only_token: [] },
|
|
32985
32993
|
],
|
|
32986
32994
|
summary: '/access_codes/unmanaged/get',
|
|
32987
32995
|
tags: ['/access_codes'],
|
|
@@ -33079,6 +33087,7 @@ const openapi = {
|
|
|
33079
33087
|
{ pat_with_workspace: [] },
|
|
33080
33088
|
{ console_session_with_workspace: [] },
|
|
33081
33089
|
{ api_key: [] },
|
|
33090
|
+
{ support_read_only_token: [] },
|
|
33082
33091
|
],
|
|
33083
33092
|
summary: '/access_codes/unmanaged/list',
|
|
33084
33093
|
tags: ['/access_codes'],
|
|
@@ -33159,6 +33168,7 @@ const openapi = {
|
|
|
33159
33168
|
{ pat_with_workspace: [] },
|
|
33160
33169
|
{ console_session_with_workspace: [] },
|
|
33161
33170
|
{ api_key: [] },
|
|
33171
|
+
{ support_read_only_token: [] },
|
|
33162
33172
|
],
|
|
33163
33173
|
summary: '/access_codes/unmanaged/list',
|
|
33164
33174
|
tags: ['/access_codes'],
|
|
@@ -34169,6 +34179,7 @@ const openapi = {
|
|
|
34169
34179
|
{ console_session_with_workspace: [] },
|
|
34170
34180
|
{ api_key: [] },
|
|
34171
34181
|
{ client_session_with_customer: [] },
|
|
34182
|
+
{ support_read_only_token: [] },
|
|
34172
34183
|
],
|
|
34173
34184
|
summary: '/access_grants/get',
|
|
34174
34185
|
tags: [],
|
|
@@ -34236,6 +34247,7 @@ const openapi = {
|
|
|
34236
34247
|
{ console_session_with_workspace: [] },
|
|
34237
34248
|
{ api_key: [] },
|
|
34238
34249
|
{ client_session_with_customer: [] },
|
|
34250
|
+
{ support_read_only_token: [] },
|
|
34239
34251
|
],
|
|
34240
34252
|
summary: '/access_grants/get',
|
|
34241
34253
|
tags: [],
|
|
@@ -34375,6 +34387,7 @@ const openapi = {
|
|
|
34375
34387
|
{ pat_with_workspace: [] },
|
|
34376
34388
|
{ console_session_with_workspace: [] },
|
|
34377
34389
|
{ api_key: [] },
|
|
34390
|
+
{ support_read_only_token: [] },
|
|
34378
34391
|
],
|
|
34379
34392
|
summary: '/access_grants/get_related',
|
|
34380
34393
|
tags: [],
|
|
@@ -34515,6 +34528,7 @@ const openapi = {
|
|
|
34515
34528
|
{ pat_with_workspace: [] },
|
|
34516
34529
|
{ console_session_with_workspace: [] },
|
|
34517
34530
|
{ api_key: [] },
|
|
34531
|
+
{ support_read_only_token: [] },
|
|
34518
34532
|
],
|
|
34519
34533
|
summary: '/access_grants/get_related',
|
|
34520
34534
|
tags: [],
|
|
@@ -34686,6 +34700,7 @@ const openapi = {
|
|
|
34686
34700
|
{ console_session_with_workspace: [] },
|
|
34687
34701
|
{ api_key: [] },
|
|
34688
34702
|
{ client_session_with_customer: [] },
|
|
34703
|
+
{ support_read_only_token: [] },
|
|
34689
34704
|
],
|
|
34690
34705
|
summary: '/access_grants/list',
|
|
34691
34706
|
tags: [],
|
|
@@ -34802,6 +34817,7 @@ const openapi = {
|
|
|
34802
34817
|
{ console_session_with_workspace: [] },
|
|
34803
34818
|
{ api_key: [] },
|
|
34804
34819
|
{ client_session_with_customer: [] },
|
|
34820
|
+
{ support_read_only_token: [] },
|
|
34805
34821
|
],
|
|
34806
34822
|
summary: '/access_grants/list',
|
|
34807
34823
|
tags: [],
|
|
@@ -35511,6 +35527,7 @@ const openapi = {
|
|
|
35511
35527
|
{ console_session_with_workspace: [] },
|
|
35512
35528
|
{ api_key: [] },
|
|
35513
35529
|
{ client_session_with_customer: [] },
|
|
35530
|
+
{ support_read_only_token: [] },
|
|
35514
35531
|
],
|
|
35515
35532
|
summary: '/access_grants/unmanaged/get',
|
|
35516
35533
|
tags: [],
|
|
@@ -36140,6 +36157,7 @@ const openapi = {
|
|
|
36140
36157
|
{ console_session_with_workspace: [] },
|
|
36141
36158
|
{ api_key: [] },
|
|
36142
36159
|
{ client_session_with_customer: [] },
|
|
36160
|
+
{ support_read_only_token: [] },
|
|
36143
36161
|
],
|
|
36144
36162
|
summary: '/access_grants/unmanaged/get',
|
|
36145
36163
|
tags: [],
|
|
@@ -36816,6 +36834,7 @@ const openapi = {
|
|
|
36816
36834
|
{ console_session_with_workspace: [] },
|
|
36817
36835
|
{ api_key: [] },
|
|
36818
36836
|
{ client_session_with_customer: [] },
|
|
36837
|
+
{ support_read_only_token: [] },
|
|
36819
36838
|
],
|
|
36820
36839
|
summary: '/access_grants/unmanaged/list',
|
|
36821
36840
|
tags: [],
|
|
@@ -37475,6 +37494,7 @@ const openapi = {
|
|
|
37475
37494
|
{ console_session_with_workspace: [] },
|
|
37476
37495
|
{ api_key: [] },
|
|
37477
37496
|
{ client_session_with_customer: [] },
|
|
37497
|
+
{ support_read_only_token: [] },
|
|
37478
37498
|
],
|
|
37479
37499
|
summary: '/access_grants/unmanaged/list',
|
|
37480
37500
|
tags: [],
|
|
@@ -38015,6 +38035,7 @@ const openapi = {
|
|
|
38015
38035
|
{ pat_with_workspace: [] },
|
|
38016
38036
|
{ console_session_with_workspace: [] },
|
|
38017
38037
|
{ api_key: [] },
|
|
38038
|
+
{ support_read_only_token: [] },
|
|
38018
38039
|
],
|
|
38019
38040
|
summary: '/access_methods/get',
|
|
38020
38041
|
tags: [],
|
|
@@ -38069,6 +38090,7 @@ const openapi = {
|
|
|
38069
38090
|
{ pat_with_workspace: [] },
|
|
38070
38091
|
{ console_session_with_workspace: [] },
|
|
38071
38092
|
{ api_key: [] },
|
|
38093
|
+
{ support_read_only_token: [] },
|
|
38072
38094
|
],
|
|
38073
38095
|
summary: '/access_methods/get',
|
|
38074
38096
|
tags: [],
|
|
@@ -38203,6 +38225,7 @@ const openapi = {
|
|
|
38203
38225
|
{ console_session_with_workspace: [] },
|
|
38204
38226
|
{ api_key: [] },
|
|
38205
38227
|
{ client_session_with_customer: [] },
|
|
38228
|
+
{ support_read_only_token: [] },
|
|
38206
38229
|
],
|
|
38207
38230
|
summary: '/access_methods/get_related',
|
|
38208
38231
|
tags: [],
|
|
@@ -38340,6 +38363,7 @@ const openapi = {
|
|
|
38340
38363
|
{ console_session_with_workspace: [] },
|
|
38341
38364
|
{ api_key: [] },
|
|
38342
38365
|
{ client_session_with_customer: [] },
|
|
38366
|
+
{ support_read_only_token: [] },
|
|
38343
38367
|
],
|
|
38344
38368
|
summary: '/access_methods/get_related',
|
|
38345
38369
|
tags: [],
|
|
@@ -38447,6 +38471,7 @@ const openapi = {
|
|
|
38447
38471
|
{ console_session_with_workspace: [] },
|
|
38448
38472
|
{ api_key: [] },
|
|
38449
38473
|
{ client_session_with_customer: [] },
|
|
38474
|
+
{ support_read_only_token: [] },
|
|
38450
38475
|
],
|
|
38451
38476
|
summary: '/access_methods/list',
|
|
38452
38477
|
tags: [],
|
|
@@ -38527,6 +38552,7 @@ const openapi = {
|
|
|
38527
38552
|
{ console_session_with_workspace: [] },
|
|
38528
38553
|
{ api_key: [] },
|
|
38529
38554
|
{ client_session_with_customer: [] },
|
|
38555
|
+
{ support_read_only_token: [] },
|
|
38530
38556
|
],
|
|
38531
38557
|
summary: '/access_methods/list',
|
|
38532
38558
|
tags: [],
|
|
@@ -39051,6 +39077,7 @@ const openapi = {
|
|
|
39051
39077
|
{ pat_with_workspace: [] },
|
|
39052
39078
|
{ console_session_with_workspace: [] },
|
|
39053
39079
|
{ api_key: [] },
|
|
39080
|
+
{ support_read_only_token: [] },
|
|
39054
39081
|
],
|
|
39055
39082
|
summary: '/access_methods/unmanaged/get',
|
|
39056
39083
|
tags: [],
|
|
@@ -39516,6 +39543,7 @@ const openapi = {
|
|
|
39516
39543
|
{ pat_with_workspace: [] },
|
|
39517
39544
|
{ console_session_with_workspace: [] },
|
|
39518
39545
|
{ api_key: [] },
|
|
39546
|
+
{ support_read_only_token: [] },
|
|
39519
39547
|
],
|
|
39520
39548
|
summary: '/access_methods/unmanaged/get',
|
|
39521
39549
|
tags: [],
|
|
@@ -40012,6 +40040,7 @@ const openapi = {
|
|
|
40012
40040
|
{ console_session_with_workspace: [] },
|
|
40013
40041
|
{ api_key: [] },
|
|
40014
40042
|
{ client_session_with_customer: [] },
|
|
40043
|
+
{ support_read_only_token: [] },
|
|
40015
40044
|
],
|
|
40016
40045
|
summary: '/access_methods/unmanaged/list',
|
|
40017
40046
|
tags: [],
|
|
@@ -40496,6 +40525,7 @@ const openapi = {
|
|
|
40496
40525
|
{ console_session_with_workspace: [] },
|
|
40497
40526
|
{ api_key: [] },
|
|
40498
40527
|
{ client_session_with_customer: [] },
|
|
40528
|
+
{ support_read_only_token: [] },
|
|
40499
40529
|
],
|
|
40500
40530
|
summary: '/access_methods/unmanaged/list',
|
|
40501
40531
|
tags: [],
|
|
@@ -40760,6 +40790,7 @@ const openapi = {
|
|
|
40760
40790
|
{ pat_with_workspace: [] },
|
|
40761
40791
|
{ console_session_with_workspace: [] },
|
|
40762
40792
|
{ api_key: [] },
|
|
40793
|
+
{ support_read_only_token: [] },
|
|
40763
40794
|
],
|
|
40764
40795
|
summary: '/acs/access_groups/get',
|
|
40765
40796
|
tags: ['/acs'],
|
|
@@ -40814,6 +40845,7 @@ const openapi = {
|
|
|
40814
40845
|
{ pat_with_workspace: [] },
|
|
40815
40846
|
{ console_session_with_workspace: [] },
|
|
40816
40847
|
{ api_key: [] },
|
|
40848
|
+
{ support_read_only_token: [] },
|
|
40817
40849
|
],
|
|
40818
40850
|
summary: '/acs/access_groups/get',
|
|
40819
40851
|
tags: ['/acs'],
|
|
@@ -40892,6 +40924,7 @@ const openapi = {
|
|
|
40892
40924
|
{ pat_with_workspace: [] },
|
|
40893
40925
|
{ console_session_with_workspace: [] },
|
|
40894
40926
|
{ api_key: [] },
|
|
40927
|
+
{ support_read_only_token: [] },
|
|
40895
40928
|
],
|
|
40896
40929
|
summary: '/acs/access_groups/list',
|
|
40897
40930
|
tags: ['/acs'],
|
|
@@ -40961,6 +40994,7 @@ const openapi = {
|
|
|
40961
40994
|
{ pat_with_workspace: [] },
|
|
40962
40995
|
{ console_session_with_workspace: [] },
|
|
40963
40996
|
{ api_key: [] },
|
|
40997
|
+
{ support_read_only_token: [] },
|
|
40964
40998
|
],
|
|
40965
40999
|
summary: '/acs/access_groups/list',
|
|
40966
41000
|
tags: ['/acs'],
|
|
@@ -41013,6 +41047,7 @@ const openapi = {
|
|
|
41013
41047
|
{ api_key: [] },
|
|
41014
41048
|
{ pat_with_workspace: [] },
|
|
41015
41049
|
{ console_session_with_workspace: [] },
|
|
41050
|
+
{ support_read_only_token: [] },
|
|
41016
41051
|
],
|
|
41017
41052
|
summary: '/acs/access_groups/list_accessible_entrances',
|
|
41018
41053
|
tags: ['/acs'],
|
|
@@ -41068,6 +41103,7 @@ const openapi = {
|
|
|
41068
41103
|
{ api_key: [] },
|
|
41069
41104
|
{ pat_with_workspace: [] },
|
|
41070
41105
|
{ console_session_with_workspace: [] },
|
|
41106
|
+
{ support_read_only_token: [] },
|
|
41071
41107
|
],
|
|
41072
41108
|
summary: '/acs/access_groups/list_accessible_entrances',
|
|
41073
41109
|
tags: ['/acs'],
|
|
@@ -41120,6 +41156,7 @@ const openapi = {
|
|
|
41120
41156
|
{ pat_with_workspace: [] },
|
|
41121
41157
|
{ console_session_with_workspace: [] },
|
|
41122
41158
|
{ api_key: [] },
|
|
41159
|
+
{ support_read_only_token: [] },
|
|
41123
41160
|
],
|
|
41124
41161
|
summary: '/acs/access_groups/list_users',
|
|
41125
41162
|
tags: ['/acs'],
|
|
@@ -41175,6 +41212,7 @@ const openapi = {
|
|
|
41175
41212
|
{ pat_with_workspace: [] },
|
|
41176
41213
|
{ console_session_with_workspace: [] },
|
|
41177
41214
|
{ api_key: [] },
|
|
41215
|
+
{ support_read_only_token: [] },
|
|
41178
41216
|
],
|
|
41179
41217
|
summary: '/acs/access_groups/list_users',
|
|
41180
41218
|
tags: ['/acs'],
|
|
@@ -42260,6 +42298,7 @@ const openapi = {
|
|
|
42260
42298
|
{ pat_with_workspace: [] },
|
|
42261
42299
|
{ console_session_with_workspace: [] },
|
|
42262
42300
|
{ api_key: [] },
|
|
42301
|
+
{ support_read_only_token: [] },
|
|
42263
42302
|
],
|
|
42264
42303
|
summary: '/acs/credentials/get',
|
|
42265
42304
|
tags: ['/acs'],
|
|
@@ -42314,6 +42353,7 @@ const openapi = {
|
|
|
42314
42353
|
{ pat_with_workspace: [] },
|
|
42315
42354
|
{ console_session_with_workspace: [] },
|
|
42316
42355
|
{ api_key: [] },
|
|
42356
|
+
{ support_read_only_token: [] },
|
|
42317
42357
|
],
|
|
42318
42358
|
summary: '/acs/credentials/get',
|
|
42319
42359
|
tags: ['/acs'],
|
|
@@ -42356,6 +42396,7 @@ const openapi = {
|
|
|
42356
42396
|
{ client_session: [] },
|
|
42357
42397
|
{ pat_with_workspace: [] },
|
|
42358
42398
|
{ console_session_with_workspace: [] },
|
|
42399
|
+
{ support_read_only_token: [] },
|
|
42359
42400
|
],
|
|
42360
42401
|
summary: '/acs/credentials/list',
|
|
42361
42402
|
tags: ['/acs'],
|
|
@@ -42490,6 +42531,7 @@ const openapi = {
|
|
|
42490
42531
|
{ client_session: [] },
|
|
42491
42532
|
{ pat_with_workspace: [] },
|
|
42492
42533
|
{ console_session_with_workspace: [] },
|
|
42534
|
+
{ support_read_only_token: [] },
|
|
42493
42535
|
],
|
|
42494
42536
|
summary: '/acs/credentials/list',
|
|
42495
42537
|
tags: ['/acs'],
|
|
@@ -42542,6 +42584,7 @@ const openapi = {
|
|
|
42542
42584
|
{ api_key: [] },
|
|
42543
42585
|
{ pat_with_workspace: [] },
|
|
42544
42586
|
{ console_session_with_workspace: [] },
|
|
42587
|
+
{ support_read_only_token: [] },
|
|
42545
42588
|
],
|
|
42546
42589
|
summary: '/acs/credentials/list_accessible_entrances',
|
|
42547
42590
|
tags: ['/acs'],
|
|
@@ -42597,6 +42640,7 @@ const openapi = {
|
|
|
42597
42640
|
{ api_key: [] },
|
|
42598
42641
|
{ pat_with_workspace: [] },
|
|
42599
42642
|
{ console_session_with_workspace: [] },
|
|
42643
|
+
{ support_read_only_token: [] },
|
|
42600
42644
|
],
|
|
42601
42645
|
summary: '/acs/credentials/list_accessible_entrances',
|
|
42602
42646
|
tags: ['/acs'],
|
|
@@ -43236,6 +43280,7 @@ const openapi = {
|
|
|
43236
43280
|
{ pat_with_workspace: [] },
|
|
43237
43281
|
{ console_session_with_workspace: [] },
|
|
43238
43282
|
{ api_key: [] },
|
|
43283
|
+
{ support_read_only_token: [] },
|
|
43239
43284
|
],
|
|
43240
43285
|
summary: '/acs/encoders/get',
|
|
43241
43286
|
tags: ['/acs'],
|
|
@@ -43288,6 +43333,7 @@ const openapi = {
|
|
|
43288
43333
|
{ pat_with_workspace: [] },
|
|
43289
43334
|
{ console_session_with_workspace: [] },
|
|
43290
43335
|
{ api_key: [] },
|
|
43336
|
+
{ support_read_only_token: [] },
|
|
43291
43337
|
],
|
|
43292
43338
|
summary: '/acs/encoders/get',
|
|
43293
43339
|
tags: ['/acs'],
|
|
@@ -43330,6 +43376,7 @@ const openapi = {
|
|
|
43330
43376
|
{ console_session_with_workspace: [] },
|
|
43331
43377
|
{ api_key: [] },
|
|
43332
43378
|
{ client_session_with_customer: [] },
|
|
43379
|
+
{ support_read_only_token: [] },
|
|
43333
43380
|
],
|
|
43334
43381
|
summary: '/acs/encoders/list',
|
|
43335
43382
|
tags: ['/acs'],
|
|
@@ -43433,6 +43480,7 @@ const openapi = {
|
|
|
43433
43480
|
{ console_session_with_workspace: [] },
|
|
43434
43481
|
{ api_key: [] },
|
|
43435
43482
|
{ client_session_with_customer: [] },
|
|
43483
|
+
{ support_read_only_token: [] },
|
|
43436
43484
|
],
|
|
43437
43485
|
summary: '/acs/encoders/list',
|
|
43438
43486
|
tags: ['/acs'],
|
|
@@ -43958,6 +44006,7 @@ const openapi = {
|
|
|
43958
44006
|
{ console_session_with_workspace: [] },
|
|
43959
44007
|
{ client_session_with_customer: [] },
|
|
43960
44008
|
{ client_session: [] },
|
|
44009
|
+
{ support_read_only_token: [] },
|
|
43961
44010
|
],
|
|
43962
44011
|
summary: '/acs/entrances/get',
|
|
43963
44012
|
tags: ['/acs'],
|
|
@@ -44012,6 +44061,7 @@ const openapi = {
|
|
|
44012
44061
|
{ console_session_with_workspace: [] },
|
|
44013
44062
|
{ client_session_with_customer: [] },
|
|
44014
44063
|
{ client_session: [] },
|
|
44064
|
+
{ support_read_only_token: [] },
|
|
44015
44065
|
],
|
|
44016
44066
|
summary: '/acs/entrances/get',
|
|
44017
44067
|
tags: ['/acs'],
|
|
@@ -44210,6 +44260,7 @@ const openapi = {
|
|
|
44210
44260
|
{ pat_with_workspace: [] },
|
|
44211
44261
|
{ console_session_with_workspace: [] },
|
|
44212
44262
|
{ client_session_with_customer: [] },
|
|
44263
|
+
{ support_read_only_token: [] },
|
|
44213
44264
|
],
|
|
44214
44265
|
summary: '/acs/entrances/list',
|
|
44215
44266
|
tags: ['/acs'],
|
|
@@ -44315,6 +44366,7 @@ const openapi = {
|
|
|
44315
44366
|
{ pat_with_workspace: [] },
|
|
44316
44367
|
{ console_session_with_workspace: [] },
|
|
44317
44368
|
{ client_session_with_customer: [] },
|
|
44369
|
+
{ support_read_only_token: [] },
|
|
44318
44370
|
],
|
|
44319
44371
|
summary: '/acs/entrances/list',
|
|
44320
44372
|
tags: ['/acs'],
|
|
@@ -44378,6 +44430,7 @@ const openapi = {
|
|
|
44378
44430
|
{ pat_with_workspace: [] },
|
|
44379
44431
|
{ console_session_with_workspace: [] },
|
|
44380
44432
|
{ api_key: [] },
|
|
44433
|
+
{ support_read_only_token: [] },
|
|
44381
44434
|
],
|
|
44382
44435
|
summary: '/acs/entrances/list_credentials_with_access',
|
|
44383
44436
|
tags: ['/acs'],
|
|
@@ -44442,6 +44495,7 @@ const openapi = {
|
|
|
44442
44495
|
{ pat_with_workspace: [] },
|
|
44443
44496
|
{ console_session_with_workspace: [] },
|
|
44444
44497
|
{ api_key: [] },
|
|
44498
|
+
{ support_read_only_token: [] },
|
|
44445
44499
|
],
|
|
44446
44500
|
summary: '/acs/entrances/list_credentials_with_access',
|
|
44447
44501
|
tags: ['/acs'],
|
|
@@ -44553,6 +44607,7 @@ const openapi = {
|
|
|
44553
44607
|
{ pat_with_workspace: [] },
|
|
44554
44608
|
{ console_session_with_workspace: [] },
|
|
44555
44609
|
{ api_key: [] },
|
|
44610
|
+
{ support_read_only_token: [] },
|
|
44556
44611
|
],
|
|
44557
44612
|
summary: '/acs/systems/get',
|
|
44558
44613
|
tags: ['/acs'],
|
|
@@ -44605,6 +44660,7 @@ const openapi = {
|
|
|
44605
44660
|
{ pat_with_workspace: [] },
|
|
44606
44661
|
{ console_session_with_workspace: [] },
|
|
44607
44662
|
{ api_key: [] },
|
|
44663
|
+
{ support_read_only_token: [] },
|
|
44608
44664
|
],
|
|
44609
44665
|
summary: '/acs/systems/get',
|
|
44610
44666
|
tags: ['/acs'],
|
|
@@ -44675,6 +44731,7 @@ const openapi = {
|
|
|
44675
44731
|
{ console_session_with_workspace: [] },
|
|
44676
44732
|
{ client_session_with_customer: [] },
|
|
44677
44733
|
{ api_key: [] },
|
|
44734
|
+
{ support_read_only_token: [] },
|
|
44678
44735
|
],
|
|
44679
44736
|
summary: '/acs/systems/list',
|
|
44680
44737
|
tags: ['/acs'],
|
|
@@ -44740,6 +44797,7 @@ const openapi = {
|
|
|
44740
44797
|
{ console_session_with_workspace: [] },
|
|
44741
44798
|
{ client_session_with_customer: [] },
|
|
44742
44799
|
{ api_key: [] },
|
|
44800
|
+
{ support_read_only_token: [] },
|
|
44743
44801
|
],
|
|
44744
44802
|
summary: '/acs/systems/list',
|
|
44745
44803
|
tags: ['/acs'],
|
|
@@ -44792,6 +44850,7 @@ const openapi = {
|
|
|
44792
44850
|
{ pat_with_workspace: [] },
|
|
44793
44851
|
{ console_session_with_workspace: [] },
|
|
44794
44852
|
{ api_key: [] },
|
|
44853
|
+
{ support_read_only_token: [] },
|
|
44795
44854
|
],
|
|
44796
44855
|
summary: '/acs/systems/list_compatible_credential_manager_acs_systems',
|
|
44797
44856
|
tags: ['/acs'],
|
|
@@ -44847,6 +44906,7 @@ const openapi = {
|
|
|
44847
44906
|
{ pat_with_workspace: [] },
|
|
44848
44907
|
{ console_session_with_workspace: [] },
|
|
44849
44908
|
{ api_key: [] },
|
|
44909
|
+
{ support_read_only_token: [] },
|
|
44850
44910
|
],
|
|
44851
44911
|
summary: '/acs/systems/list_compatible_credential_manager_acs_systems',
|
|
44852
44912
|
tags: ['/acs'],
|
|
@@ -45352,6 +45412,7 @@ const openapi = {
|
|
|
45352
45412
|
{ pat_with_workspace: [] },
|
|
45353
45413
|
{ console_session_with_workspace: [] },
|
|
45354
45414
|
{ api_key: [] },
|
|
45415
|
+
{ support_read_only_token: [] },
|
|
45355
45416
|
],
|
|
45356
45417
|
summary: '/acs/users/get',
|
|
45357
45418
|
tags: ['/acs'],
|
|
@@ -45413,6 +45474,7 @@ const openapi = {
|
|
|
45413
45474
|
{ pat_with_workspace: [] },
|
|
45414
45475
|
{ console_session_with_workspace: [] },
|
|
45415
45476
|
{ api_key: [] },
|
|
45477
|
+
{ support_read_only_token: [] },
|
|
45416
45478
|
],
|
|
45417
45479
|
summary: '/acs/users/get',
|
|
45418
45480
|
tags: ['/acs'],
|
|
@@ -45529,6 +45591,7 @@ const openapi = {
|
|
|
45529
45591
|
{ pat_with_workspace: [] },
|
|
45530
45592
|
{ console_session_with_workspace: [] },
|
|
45531
45593
|
{ api_key: [] },
|
|
45594
|
+
{ support_read_only_token: [] },
|
|
45532
45595
|
],
|
|
45533
45596
|
summary: '/acs/users/list',
|
|
45534
45597
|
tags: ['/acs'],
|
|
@@ -45620,6 +45683,7 @@ const openapi = {
|
|
|
45620
45683
|
{ pat_with_workspace: [] },
|
|
45621
45684
|
{ console_session_with_workspace: [] },
|
|
45622
45685
|
{ api_key: [] },
|
|
45686
|
+
{ support_read_only_token: [] },
|
|
45623
45687
|
],
|
|
45624
45688
|
summary: '/acs/users/list',
|
|
45625
45689
|
tags: ['/acs'],
|
|
@@ -45690,6 +45754,7 @@ const openapi = {
|
|
|
45690
45754
|
{ pat_with_workspace: [] },
|
|
45691
45755
|
{ console_session_with_workspace: [] },
|
|
45692
45756
|
{ api_key: [] },
|
|
45757
|
+
{ support_read_only_token: [] },
|
|
45693
45758
|
],
|
|
45694
45759
|
summary: '/acs/users/list_accessible_entrances',
|
|
45695
45760
|
tags: ['/acs'],
|
|
@@ -45755,6 +45820,7 @@ const openapi = {
|
|
|
45755
45820
|
{ pat_with_workspace: [] },
|
|
45756
45821
|
{ console_session_with_workspace: [] },
|
|
45757
45822
|
{ api_key: [] },
|
|
45823
|
+
{ support_read_only_token: [] },
|
|
45758
45824
|
],
|
|
45759
45825
|
summary: '/acs/users/list_accessible_entrances',
|
|
45760
45826
|
tags: ['/acs'],
|
|
@@ -46596,6 +46662,7 @@ const openapi = {
|
|
|
46596
46662
|
{ console_session_with_workspace: [] },
|
|
46597
46663
|
{ api_key: [] },
|
|
46598
46664
|
{ client_session_with_customer: [] },
|
|
46665
|
+
{ support_read_only_token: [] },
|
|
46599
46666
|
],
|
|
46600
46667
|
summary: '/action_attempts/get',
|
|
46601
46668
|
tags: ['/action_attempts'],
|
|
@@ -46652,6 +46719,7 @@ const openapi = {
|
|
|
46652
46719
|
{ console_session_with_workspace: [] },
|
|
46653
46720
|
{ api_key: [] },
|
|
46654
46721
|
{ client_session_with_customer: [] },
|
|
46722
|
+
{ support_read_only_token: [] },
|
|
46655
46723
|
],
|
|
46656
46724
|
summary: '/action_attempts/get',
|
|
46657
46725
|
tags: ['/action_attempts'],
|
|
@@ -46733,6 +46801,7 @@ const openapi = {
|
|
|
46733
46801
|
{ api_key: [] },
|
|
46734
46802
|
{ pat_with_workspace: [] },
|
|
46735
46803
|
{ console_session_with_workspace: [] },
|
|
46804
|
+
{ support_read_only_token: [] },
|
|
46736
46805
|
],
|
|
46737
46806
|
summary: '/action_attempts/list',
|
|
46738
46807
|
tags: ['/action_attempts'],
|
|
@@ -46805,6 +46874,7 @@ const openapi = {
|
|
|
46805
46874
|
{ api_key: [] },
|
|
46806
46875
|
{ pat_with_workspace: [] },
|
|
46807
46876
|
{ console_session_with_workspace: [] },
|
|
46877
|
+
{ support_read_only_token: [] },
|
|
46808
46878
|
],
|
|
46809
46879
|
summary: '/action_attempts/list',
|
|
46810
46880
|
tags: ['/action_attempts'],
|
|
@@ -48277,6 +48347,7 @@ const openapi = {
|
|
|
48277
48347
|
{ pat_with_workspace: [] },
|
|
48278
48348
|
{ console_session_with_workspace: [] },
|
|
48279
48349
|
{ api_key: [] },
|
|
48350
|
+
{ support_read_only_token: [] },
|
|
48280
48351
|
],
|
|
48281
48352
|
summary: '/connect_webviews/get',
|
|
48282
48353
|
tags: ['/connect_webviews'],
|
|
@@ -48333,6 +48404,7 @@ const openapi = {
|
|
|
48333
48404
|
{ pat_with_workspace: [] },
|
|
48334
48405
|
{ console_session_with_workspace: [] },
|
|
48335
48406
|
{ api_key: [] },
|
|
48407
|
+
{ support_read_only_token: [] },
|
|
48336
48408
|
],
|
|
48337
48409
|
summary: '/connect_webviews/get',
|
|
48338
48410
|
tags: ['/connect_webviews'],
|
|
@@ -48433,6 +48505,7 @@ const openapi = {
|
|
|
48433
48505
|
{ pat_with_workspace: [] },
|
|
48434
48506
|
{ console_session_with_workspace: [] },
|
|
48435
48507
|
{ api_key: [] },
|
|
48508
|
+
{ support_read_only_token: [] },
|
|
48436
48509
|
],
|
|
48437
48510
|
summary: '/connect_webviews/list',
|
|
48438
48511
|
tags: ['/connect_webviews'],
|
|
@@ -48516,6 +48589,7 @@ const openapi = {
|
|
|
48516
48589
|
{ pat_with_workspace: [] },
|
|
48517
48590
|
{ console_session_with_workspace: [] },
|
|
48518
48591
|
{ api_key: [] },
|
|
48592
|
+
{ support_read_only_token: [] },
|
|
48519
48593
|
],
|
|
48520
48594
|
summary: '/connect_webviews/list',
|
|
48521
48595
|
tags: ['/connect_webviews'],
|
|
@@ -48667,6 +48741,7 @@ const openapi = {
|
|
|
48667
48741
|
{ api_key: [] },
|
|
48668
48742
|
{ pat_with_workspace: [] },
|
|
48669
48743
|
{ console_session_with_workspace: [] },
|
|
48744
|
+
{ support_read_only_token: [] },
|
|
48670
48745
|
],
|
|
48671
48746
|
summary: '/connected_accounts/get',
|
|
48672
48747
|
tags: ['/connected_accounts'],
|
|
@@ -48738,6 +48813,7 @@ const openapi = {
|
|
|
48738
48813
|
{ api_key: [] },
|
|
48739
48814
|
{ pat_with_workspace: [] },
|
|
48740
48815
|
{ console_session_with_workspace: [] },
|
|
48816
|
+
{ support_read_only_token: [] },
|
|
48741
48817
|
],
|
|
48742
48818
|
summary: '/connected_accounts/get',
|
|
48743
48819
|
tags: ['/connected_accounts'],
|
|
@@ -48847,6 +48923,7 @@ const openapi = {
|
|
|
48847
48923
|
{ pat_with_workspace: [] },
|
|
48848
48924
|
{ console_session_with_workspace: [] },
|
|
48849
48925
|
{ client_session_with_customer: [] },
|
|
48926
|
+
{ support_read_only_token: [] },
|
|
48850
48927
|
],
|
|
48851
48928
|
summary: '/connected_accounts/list',
|
|
48852
48929
|
tags: ['/connected_accounts'],
|
|
@@ -48935,6 +49012,7 @@ const openapi = {
|
|
|
48935
49012
|
{ pat_with_workspace: [] },
|
|
48936
49013
|
{ console_session_with_workspace: [] },
|
|
48937
49014
|
{ client_session_with_customer: [] },
|
|
49015
|
+
{ support_read_only_token: [] },
|
|
48938
49016
|
],
|
|
48939
49017
|
summary: '/connected_accounts/list',
|
|
48940
49018
|
tags: ['/connected_accounts'],
|
|
@@ -51830,6 +51908,7 @@ const openapi = {
|
|
|
51830
51908
|
{ pat_with_workspace: [] },
|
|
51831
51909
|
{ console_session_with_workspace: [] },
|
|
51832
51910
|
{ api_key: [] },
|
|
51911
|
+
{ support_read_only_token: [] },
|
|
51833
51912
|
],
|
|
51834
51913
|
summary: '/devices/get',
|
|
51835
51914
|
tags: ['/devices'],
|
|
@@ -51887,6 +51966,7 @@ const openapi = {
|
|
|
51887
51966
|
{ pat_with_workspace: [] },
|
|
51888
51967
|
{ console_session_with_workspace: [] },
|
|
51889
51968
|
{ api_key: [] },
|
|
51969
|
+
{ support_read_only_token: [] },
|
|
51890
51970
|
],
|
|
51891
51971
|
summary: '/devices/get',
|
|
51892
51972
|
tags: ['/devices'],
|
|
@@ -52333,6 +52413,7 @@ const openapi = {
|
|
|
52333
52413
|
{ pat_with_workspace: [] },
|
|
52334
52414
|
{ console_session_with_workspace: [] },
|
|
52335
52415
|
{ api_key: [] },
|
|
52416
|
+
{ support_read_only_token: [] },
|
|
52336
52417
|
],
|
|
52337
52418
|
summary: '/devices/list',
|
|
52338
52419
|
tags: ['/devices'],
|
|
@@ -52714,6 +52795,7 @@ const openapi = {
|
|
|
52714
52795
|
{ pat_with_workspace: [] },
|
|
52715
52796
|
{ console_session_with_workspace: [] },
|
|
52716
52797
|
{ api_key: [] },
|
|
52798
|
+
{ support_read_only_token: [] },
|
|
52717
52799
|
],
|
|
52718
52800
|
summary: '/devices/list',
|
|
52719
52801
|
tags: ['/devices'],
|
|
@@ -52775,6 +52857,7 @@ const openapi = {
|
|
|
52775
52857
|
{ pat_with_workspace: [] },
|
|
52776
52858
|
{ console_session_with_workspace: [] },
|
|
52777
52859
|
{ api_key: [] },
|
|
52860
|
+
{ support_read_only_token: [] },
|
|
52778
52861
|
],
|
|
52779
52862
|
summary: '/devices/list_device_providers',
|
|
52780
52863
|
tags: ['/devices'],
|
|
@@ -52839,6 +52922,7 @@ const openapi = {
|
|
|
52839
52922
|
{ pat_with_workspace: [] },
|
|
52840
52923
|
{ console_session_with_workspace: [] },
|
|
52841
52924
|
{ api_key: [] },
|
|
52925
|
+
{ support_read_only_token: [] },
|
|
52842
52926
|
],
|
|
52843
52927
|
summary: '/devices/list_device_providers',
|
|
52844
52928
|
tags: ['/devices'],
|
|
@@ -54586,6 +54670,7 @@ const openapi = {
|
|
|
54586
54670
|
{ pat_with_workspace: [] },
|
|
54587
54671
|
{ console_session_with_workspace: [] },
|
|
54588
54672
|
{ api_key: [] },
|
|
54673
|
+
{ support_read_only_token: [] },
|
|
54589
54674
|
],
|
|
54590
54675
|
summary: '/devices/unmanaged/get',
|
|
54591
54676
|
tags: ['/devices'],
|
|
@@ -54642,6 +54727,7 @@ const openapi = {
|
|
|
54642
54727
|
{ pat_with_workspace: [] },
|
|
54643
54728
|
{ console_session_with_workspace: [] },
|
|
54644
54729
|
{ api_key: [] },
|
|
54730
|
+
{ support_read_only_token: [] },
|
|
54645
54731
|
],
|
|
54646
54732
|
summary: '/devices/unmanaged/get',
|
|
54647
54733
|
tags: ['/devices'],
|
|
@@ -55087,6 +55173,7 @@ const openapi = {
|
|
|
55087
55173
|
{ pat_with_workspace: [] },
|
|
55088
55174
|
{ console_session_with_workspace: [] },
|
|
55089
55175
|
{ client_session_with_customer: [] },
|
|
55176
|
+
{ support_read_only_token: [] },
|
|
55090
55177
|
],
|
|
55091
55178
|
summary: '/devices/unmanaged/list',
|
|
55092
55179
|
tags: ['/devices'],
|
|
@@ -55467,6 +55554,7 @@ const openapi = {
|
|
|
55467
55554
|
{ pat_with_workspace: [] },
|
|
55468
55555
|
{ console_session_with_workspace: [] },
|
|
55469
55556
|
{ client_session_with_customer: [] },
|
|
55557
|
+
{ support_read_only_token: [] },
|
|
55470
55558
|
],
|
|
55471
55559
|
summary: '/devices/unmanaged/list',
|
|
55472
55560
|
tags: ['/devices'],
|
|
@@ -55837,6 +55925,7 @@ const openapi = {
|
|
|
55837
55925
|
{ pat_with_workspace: [] },
|
|
55838
55926
|
{ console_session_with_workspace: [] },
|
|
55839
55927
|
{ client_session_with_customer: [] },
|
|
55928
|
+
{ support_read_only_token: [] },
|
|
55840
55929
|
],
|
|
55841
55930
|
summary: '/events/get',
|
|
55842
55931
|
tags: ['/events'],
|
|
@@ -55900,6 +55989,7 @@ const openapi = {
|
|
|
55900
55989
|
{ pat_with_workspace: [] },
|
|
55901
55990
|
{ console_session_with_workspace: [] },
|
|
55902
55991
|
{ client_session_with_customer: [] },
|
|
55992
|
+
{ support_read_only_token: [] },
|
|
55903
55993
|
],
|
|
55904
55994
|
summary: '/events/get',
|
|
55905
55995
|
tags: ['/events'],
|
|
@@ -56428,6 +56518,7 @@ const openapi = {
|
|
|
56428
56518
|
{ pat_with_workspace: [] },
|
|
56429
56519
|
{ console_session_with_workspace: [] },
|
|
56430
56520
|
{ client_session_with_customer: [] },
|
|
56521
|
+
{ support_read_only_token: [] },
|
|
56431
56522
|
],
|
|
56432
56523
|
summary: '/events/list',
|
|
56433
56524
|
tags: ['/events'],
|
|
@@ -56851,6 +56942,7 @@ const openapi = {
|
|
|
56851
56942
|
{ pat_with_workspace: [] },
|
|
56852
56943
|
{ console_session_with_workspace: [] },
|
|
56853
56944
|
{ client_session_with_customer: [] },
|
|
56945
|
+
{ support_read_only_token: [] },
|
|
56854
56946
|
],
|
|
56855
56947
|
summary: '/events/list',
|
|
56856
56948
|
tags: ['/events'],
|
|
@@ -57001,6 +57093,7 @@ const openapi = {
|
|
|
57001
57093
|
{ api_key: [] },
|
|
57002
57094
|
{ pat_with_workspace: [] },
|
|
57003
57095
|
{ console_session_with_workspace: [] },
|
|
57096
|
+
{ support_read_only_token: [] },
|
|
57004
57097
|
],
|
|
57005
57098
|
summary: '/instant_keys/get',
|
|
57006
57099
|
tags: [],
|
|
@@ -57057,6 +57150,7 @@ const openapi = {
|
|
|
57057
57150
|
{ api_key: [] },
|
|
57058
57151
|
{ pat_with_workspace: [] },
|
|
57059
57152
|
{ console_session_with_workspace: [] },
|
|
57153
|
+
{ support_read_only_token: [] },
|
|
57060
57154
|
],
|
|
57061
57155
|
summary: '/instant_keys/get',
|
|
57062
57156
|
tags: [],
|
|
@@ -57108,6 +57202,7 @@ const openapi = {
|
|
|
57108
57202
|
{ api_key: [] },
|
|
57109
57203
|
{ pat_with_workspace: [] },
|
|
57110
57204
|
{ console_session_with_workspace: [] },
|
|
57205
|
+
{ support_read_only_token: [] },
|
|
57111
57206
|
],
|
|
57112
57207
|
summary: '/instant_keys/list',
|
|
57113
57208
|
tags: [],
|
|
@@ -57162,6 +57257,7 @@ const openapi = {
|
|
|
57162
57257
|
{ api_key: [] },
|
|
57163
57258
|
{ pat_with_workspace: [] },
|
|
57164
57259
|
{ console_session_with_workspace: [] },
|
|
57260
|
+
{ support_read_only_token: [] },
|
|
57165
57261
|
],
|
|
57166
57262
|
summary: '/instant_keys/list',
|
|
57167
57263
|
tags: [],
|
|
@@ -57289,6 +57385,7 @@ const openapi = {
|
|
|
57289
57385
|
{ pat_with_workspace: [] },
|
|
57290
57386
|
{ console_session_with_workspace: [] },
|
|
57291
57387
|
{ api_key: [] },
|
|
57388
|
+
{ support_read_only_token: [] },
|
|
57292
57389
|
],
|
|
57293
57390
|
summary: '/locks/get',
|
|
57294
57391
|
tags: ['/locks'],
|
|
@@ -57347,6 +57444,7 @@ const openapi = {
|
|
|
57347
57444
|
{ pat_with_workspace: [] },
|
|
57348
57445
|
{ console_session_with_workspace: [] },
|
|
57349
57446
|
{ api_key: [] },
|
|
57447
|
+
{ support_read_only_token: [] },
|
|
57350
57448
|
],
|
|
57351
57449
|
summary: '/locks/get',
|
|
57352
57450
|
tags: ['/locks'],
|
|
@@ -57704,6 +57802,7 @@ const openapi = {
|
|
|
57704
57802
|
{ pat_with_workspace: [] },
|
|
57705
57803
|
{ console_session_with_workspace: [] },
|
|
57706
57804
|
{ api_key: [] },
|
|
57805
|
+
{ support_read_only_token: [] },
|
|
57707
57806
|
],
|
|
57708
57807
|
summary: '/locks/list',
|
|
57709
57808
|
tags: ['/locks'],
|
|
@@ -57995,6 +58094,7 @@ const openapi = {
|
|
|
57995
58094
|
{ pat_with_workspace: [] },
|
|
57996
58095
|
{ console_session_with_workspace: [] },
|
|
57997
58096
|
{ api_key: [] },
|
|
58097
|
+
{ support_read_only_token: [] },
|
|
57998
58098
|
],
|
|
57999
58099
|
summary: '/locks/list',
|
|
58000
58100
|
tags: ['/locks'],
|
|
@@ -58505,6 +58605,7 @@ const openapi = {
|
|
|
58505
58605
|
{ pat_with_workspace: [] },
|
|
58506
58606
|
{ console_session_with_workspace: [] },
|
|
58507
58607
|
{ api_key: [] },
|
|
58608
|
+
{ support_read_only_token: [] },
|
|
58508
58609
|
],
|
|
58509
58610
|
summary: '/noise_sensors/list',
|
|
58510
58611
|
tags: ['/noise_sensors'],
|
|
@@ -58704,6 +58805,7 @@ const openapi = {
|
|
|
58704
58805
|
{ pat_with_workspace: [] },
|
|
58705
58806
|
{ console_session_with_workspace: [] },
|
|
58706
58807
|
{ api_key: [] },
|
|
58808
|
+
{ support_read_only_token: [] },
|
|
58707
58809
|
],
|
|
58708
58810
|
summary: '/noise_sensors/list',
|
|
58709
58811
|
tags: ['/noise_sensors'],
|
|
@@ -58972,6 +59074,7 @@ const openapi = {
|
|
|
58972
59074
|
{ api_key: [] },
|
|
58973
59075
|
{ pat_with_workspace: [] },
|
|
58974
59076
|
{ console_session_with_workspace: [] },
|
|
59077
|
+
{ support_read_only_token: [] },
|
|
58975
59078
|
],
|
|
58976
59079
|
summary: '/noise_sensors/noise_thresholds/get',
|
|
58977
59080
|
tags: ['/noise_sensors'],
|
|
@@ -59026,6 +59129,7 @@ const openapi = {
|
|
|
59026
59129
|
{ api_key: [] },
|
|
59027
59130
|
{ pat_with_workspace: [] },
|
|
59028
59131
|
{ console_session_with_workspace: [] },
|
|
59132
|
+
{ support_read_only_token: [] },
|
|
59029
59133
|
],
|
|
59030
59134
|
summary: '/noise_sensors/noise_thresholds/get',
|
|
59031
59135
|
tags: ['/noise_sensors'],
|
|
@@ -59089,6 +59193,7 @@ const openapi = {
|
|
|
59089
59193
|
{ api_key: [] },
|
|
59090
59194
|
{ pat_with_workspace: [] },
|
|
59091
59195
|
{ console_session_with_workspace: [] },
|
|
59196
|
+
{ support_read_only_token: [] },
|
|
59092
59197
|
],
|
|
59093
59198
|
summary: '/noise_sensors/noise_thresholds/list',
|
|
59094
59199
|
tags: ['/noise_sensors'],
|
|
@@ -59150,6 +59255,7 @@ const openapi = {
|
|
|
59150
59255
|
{ api_key: [] },
|
|
59151
59256
|
{ pat_with_workspace: [] },
|
|
59152
59257
|
{ console_session_with_workspace: [] },
|
|
59258
|
+
{ support_read_only_token: [] },
|
|
59153
59259
|
],
|
|
59154
59260
|
summary: '/noise_sensors/noise_thresholds/list',
|
|
59155
59261
|
tags: ['/noise_sensors'],
|
|
@@ -59607,6 +59713,7 @@ const openapi = {
|
|
|
59607
59713
|
{ api_key: [] },
|
|
59608
59714
|
{ pat_with_workspace: [] },
|
|
59609
59715
|
{ console_session_with_workspace: [] },
|
|
59716
|
+
{ support_read_only_token: [] },
|
|
59610
59717
|
],
|
|
59611
59718
|
summary: '/phones/get',
|
|
59612
59719
|
tags: ['/phones'],
|
|
@@ -59659,6 +59766,7 @@ const openapi = {
|
|
|
59659
59766
|
{ api_key: [] },
|
|
59660
59767
|
{ pat_with_workspace: [] },
|
|
59661
59768
|
{ console_session_with_workspace: [] },
|
|
59769
|
+
{ support_read_only_token: [] },
|
|
59662
59770
|
],
|
|
59663
59771
|
summary: '/phones/get',
|
|
59664
59772
|
tags: ['/phones'],
|
|
@@ -59719,6 +59827,7 @@ const openapi = {
|
|
|
59719
59827
|
{ api_key: [] },
|
|
59720
59828
|
{ pat_with_workspace: [] },
|
|
59721
59829
|
{ console_session_with_workspace: [] },
|
|
59830
|
+
{ support_read_only_token: [] },
|
|
59722
59831
|
],
|
|
59723
59832
|
summary: '/phones/list',
|
|
59724
59833
|
tags: ['/phones'],
|
|
@@ -59778,6 +59887,7 @@ const openapi = {
|
|
|
59778
59887
|
{ api_key: [] },
|
|
59779
59888
|
{ pat_with_workspace: [] },
|
|
59780
59889
|
{ console_session_with_workspace: [] },
|
|
59890
|
+
{ support_read_only_token: [] },
|
|
59781
59891
|
],
|
|
59782
59892
|
summary: '/phones/list',
|
|
59783
59893
|
tags: ['/phones'],
|
|
@@ -75706,6 +75816,7 @@ const openapi = {
|
|
|
75706
75816
|
{ console_session_with_workspace: [] },
|
|
75707
75817
|
{ api_key: [] },
|
|
75708
75818
|
{ client_session_with_customer: [] },
|
|
75819
|
+
{ support_read_only_token: [] },
|
|
75709
75820
|
],
|
|
75710
75821
|
summary: '/spaces/get',
|
|
75711
75822
|
tags: [],
|
|
@@ -75773,6 +75884,7 @@ const openapi = {
|
|
|
75773
75884
|
{ console_session_with_workspace: [] },
|
|
75774
75885
|
{ api_key: [] },
|
|
75775
75886
|
{ client_session_with_customer: [] },
|
|
75887
|
+
{ support_read_only_token: [] },
|
|
75776
75888
|
],
|
|
75777
75889
|
summary: '/spaces/get',
|
|
75778
75890
|
tags: [],
|
|
@@ -75899,6 +76011,7 @@ const openapi = {
|
|
|
75899
76011
|
{ console_session_with_workspace: [] },
|
|
75900
76012
|
{ api_key: [] },
|
|
75901
76013
|
{ client_session_with_customer: [] },
|
|
76014
|
+
{ support_read_only_token: [] },
|
|
75902
76015
|
],
|
|
75903
76016
|
summary: '/spaces/get_related',
|
|
75904
76017
|
tags: [],
|
|
@@ -76024,6 +76137,7 @@ const openapi = {
|
|
|
76024
76137
|
{ console_session_with_workspace: [] },
|
|
76025
76138
|
{ api_key: [] },
|
|
76026
76139
|
{ client_session_with_customer: [] },
|
|
76140
|
+
{ support_read_only_token: [] },
|
|
76027
76141
|
],
|
|
76028
76142
|
summary: '/spaces/get_related',
|
|
76029
76143
|
tags: [],
|
|
@@ -76150,6 +76264,7 @@ const openapi = {
|
|
|
76150
76264
|
{ console_session_with_workspace: [] },
|
|
76151
76265
|
{ api_key: [] },
|
|
76152
76266
|
{ client_session_with_customer: [] },
|
|
76267
|
+
{ support_read_only_token: [] },
|
|
76153
76268
|
],
|
|
76154
76269
|
summary: '/spaces/list',
|
|
76155
76270
|
tags: [],
|
|
@@ -76243,6 +76358,7 @@ const openapi = {
|
|
|
76243
76358
|
{ console_session_with_workspace: [] },
|
|
76244
76359
|
{ api_key: [] },
|
|
76245
76360
|
{ client_session_with_customer: [] },
|
|
76361
|
+
{ support_read_only_token: [] },
|
|
76246
76362
|
],
|
|
76247
76363
|
summary: '/spaces/list',
|
|
76248
76364
|
tags: [],
|
|
@@ -78055,6 +78171,7 @@ const openapi = {
|
|
|
78055
78171
|
{ pat_with_workspace: [] },
|
|
78056
78172
|
{ console_session_with_workspace: [] },
|
|
78057
78173
|
{ client_session: [] },
|
|
78174
|
+
{ support_read_only_token: [] },
|
|
78058
78175
|
],
|
|
78059
78176
|
summary: '/thermostats/list',
|
|
78060
78177
|
tags: ['/thermostats'],
|
|
@@ -78275,6 +78392,7 @@ const openapi = {
|
|
|
78275
78392
|
{ pat_with_workspace: [] },
|
|
78276
78393
|
{ console_session_with_workspace: [] },
|
|
78277
78394
|
{ client_session: [] },
|
|
78395
|
+
{ support_read_only_token: [] },
|
|
78278
78396
|
],
|
|
78279
78397
|
summary: '/thermostats/list',
|
|
78280
78398
|
tags: ['/thermostats'],
|
|
@@ -78574,6 +78692,7 @@ const openapi = {
|
|
|
78574
78692
|
{ pat_with_workspace: [] },
|
|
78575
78693
|
{ console_session_with_workspace: [] },
|
|
78576
78694
|
{ api_key: [] },
|
|
78695
|
+
{ support_read_only_token: [] },
|
|
78577
78696
|
],
|
|
78578
78697
|
summary: '/thermostats/schedules/get',
|
|
78579
78698
|
tags: ['/thermostats'],
|
|
@@ -78629,6 +78748,7 @@ const openapi = {
|
|
|
78629
78748
|
{ pat_with_workspace: [] },
|
|
78630
78749
|
{ console_session_with_workspace: [] },
|
|
78631
78750
|
{ api_key: [] },
|
|
78751
|
+
{ support_read_only_token: [] },
|
|
78632
78752
|
],
|
|
78633
78753
|
summary: '/thermostats/schedules/get',
|
|
78634
78754
|
tags: ['/thermostats'],
|
|
@@ -78694,6 +78814,7 @@ const openapi = {
|
|
|
78694
78814
|
{ pat_with_workspace: [] },
|
|
78695
78815
|
{ console_session_with_workspace: [] },
|
|
78696
78816
|
{ client_session_with_customer: [] },
|
|
78817
|
+
{ support_read_only_token: [] },
|
|
78697
78818
|
],
|
|
78698
78819
|
summary: '/thermostats/schedules/list',
|
|
78699
78820
|
tags: ['/thermostats'],
|
|
@@ -78757,6 +78878,7 @@ const openapi = {
|
|
|
78757
78878
|
{ pat_with_workspace: [] },
|
|
78758
78879
|
{ console_session_with_workspace: [] },
|
|
78759
78880
|
{ client_session_with_customer: [] },
|
|
78881
|
+
{ support_read_only_token: [] },
|
|
78760
78882
|
],
|
|
78761
78883
|
summary: '/thermostats/schedules/list',
|
|
78762
78884
|
tags: ['/thermostats'],
|
|
@@ -81220,6 +81342,7 @@ const openapi = {
|
|
|
81220
81342
|
{ pat_with_workspace: [] },
|
|
81221
81343
|
{ console_session_with_workspace: [] },
|
|
81222
81344
|
{ client_session_with_customer: [] },
|
|
81345
|
+
{ support_read_only_token: [] },
|
|
81223
81346
|
],
|
|
81224
81347
|
summary: '/user_identities/get',
|
|
81225
81348
|
tags: ['/user_identities'],
|
|
@@ -81284,6 +81407,7 @@ const openapi = {
|
|
|
81284
81407
|
{ pat_with_workspace: [] },
|
|
81285
81408
|
{ console_session_with_workspace: [] },
|
|
81286
81409
|
{ client_session_with_customer: [] },
|
|
81410
|
+
{ support_read_only_token: [] },
|
|
81287
81411
|
],
|
|
81288
81412
|
summary: '/user_identities/get',
|
|
81289
81413
|
tags: ['/user_identities'],
|
|
@@ -81491,6 +81615,7 @@ const openapi = {
|
|
|
81491
81615
|
{ client_session: [] },
|
|
81492
81616
|
{ pat_with_workspace: [] },
|
|
81493
81617
|
{ console_session_with_workspace: [] },
|
|
81618
|
+
{ support_read_only_token: [] },
|
|
81494
81619
|
],
|
|
81495
81620
|
summary: '/user_identities/list',
|
|
81496
81621
|
tags: ['/user_identities'],
|
|
@@ -81573,6 +81698,7 @@ const openapi = {
|
|
|
81573
81698
|
{ client_session: [] },
|
|
81574
81699
|
{ pat_with_workspace: [] },
|
|
81575
81700
|
{ console_session_with_workspace: [] },
|
|
81701
|
+
{ support_read_only_token: [] },
|
|
81576
81702
|
],
|
|
81577
81703
|
summary: '/user_identities/list',
|
|
81578
81704
|
tags: ['/user_identities'],
|
|
@@ -81631,6 +81757,7 @@ const openapi = {
|
|
|
81631
81757
|
{ api_key: [] },
|
|
81632
81758
|
{ pat_with_workspace: [] },
|
|
81633
81759
|
{ console_session_with_workspace: [] },
|
|
81760
|
+
{ support_read_only_token: [] },
|
|
81634
81761
|
],
|
|
81635
81762
|
summary: '/user_identities/list_accessible_devices',
|
|
81636
81763
|
tags: ['/user_identities'],
|
|
@@ -81692,6 +81819,7 @@ const openapi = {
|
|
|
81692
81819
|
{ api_key: [] },
|
|
81693
81820
|
{ pat_with_workspace: [] },
|
|
81694
81821
|
{ console_session_with_workspace: [] },
|
|
81822
|
+
{ support_read_only_token: [] },
|
|
81695
81823
|
],
|
|
81696
81824
|
summary: '/user_identities/list_accessible_devices',
|
|
81697
81825
|
tags: ['/user_identities'],
|
|
@@ -81745,6 +81873,7 @@ const openapi = {
|
|
|
81745
81873
|
{ pat_with_workspace: [] },
|
|
81746
81874
|
{ console_session_with_workspace: [] },
|
|
81747
81875
|
{ api_key: [] },
|
|
81876
|
+
{ support_read_only_token: [] },
|
|
81748
81877
|
],
|
|
81749
81878
|
summary: '/user_identities/list_accessible_entrances',
|
|
81750
81879
|
tags: ['/user_identities'],
|
|
@@ -81801,6 +81930,7 @@ const openapi = {
|
|
|
81801
81930
|
{ pat_with_workspace: [] },
|
|
81802
81931
|
{ console_session_with_workspace: [] },
|
|
81803
81932
|
{ api_key: [] },
|
|
81933
|
+
{ support_read_only_token: [] },
|
|
81804
81934
|
],
|
|
81805
81935
|
summary: '/user_identities/list_accessible_entrances',
|
|
81806
81936
|
tags: ['/user_identities'],
|
|
@@ -81854,6 +81984,7 @@ const openapi = {
|
|
|
81854
81984
|
{ pat_with_workspace: [] },
|
|
81855
81985
|
{ console_session_with_workspace: [] },
|
|
81856
81986
|
{ api_key: [] },
|
|
81987
|
+
{ support_read_only_token: [] },
|
|
81857
81988
|
],
|
|
81858
81989
|
summary: '/user_identities/list_acs_systems',
|
|
81859
81990
|
tags: ['/user_identities'],
|
|
@@ -81910,6 +82041,7 @@ const openapi = {
|
|
|
81910
82041
|
{ pat_with_workspace: [] },
|
|
81911
82042
|
{ console_session_with_workspace: [] },
|
|
81912
82043
|
{ api_key: [] },
|
|
82044
|
+
{ support_read_only_token: [] },
|
|
81913
82045
|
],
|
|
81914
82046
|
summary: '/user_identities/list_acs_systems',
|
|
81915
82047
|
tags: ['/user_identities'],
|
|
@@ -81962,6 +82094,7 @@ const openapi = {
|
|
|
81962
82094
|
{ api_key: [] },
|
|
81963
82095
|
{ pat_with_workspace: [] },
|
|
81964
82096
|
{ console_session_with_workspace: [] },
|
|
82097
|
+
{ support_read_only_token: [] },
|
|
81965
82098
|
],
|
|
81966
82099
|
summary: '/user_identities/list_acs_users',
|
|
81967
82100
|
tags: ['/user_identities'],
|
|
@@ -82017,6 +82150,7 @@ const openapi = {
|
|
|
82017
82150
|
{ api_key: [] },
|
|
82018
82151
|
{ pat_with_workspace: [] },
|
|
82019
82152
|
{ console_session_with_workspace: [] },
|
|
82153
|
+
{ support_read_only_token: [] },
|
|
82020
82154
|
],
|
|
82021
82155
|
summary: '/user_identities/list_acs_users',
|
|
82022
82156
|
tags: ['/user_identities'],
|
|
@@ -82453,6 +82587,7 @@ const openapi = {
|
|
|
82453
82587
|
{ api_key: [] },
|
|
82454
82588
|
{ pat_with_workspace: [] },
|
|
82455
82589
|
{ console_session_with_workspace: [] },
|
|
82590
|
+
{ support_read_only_token: [] },
|
|
82456
82591
|
],
|
|
82457
82592
|
summary: '/user_identities/unmanaged/get',
|
|
82458
82593
|
tags: ['/user_identities'],
|
|
@@ -82676,6 +82811,7 @@ const openapi = {
|
|
|
82676
82811
|
{ api_key: [] },
|
|
82677
82812
|
{ pat_with_workspace: [] },
|
|
82678
82813
|
{ console_session_with_workspace: [] },
|
|
82814
|
+
{ support_read_only_token: [] },
|
|
82679
82815
|
],
|
|
82680
82816
|
summary: '/user_identities/unmanaged/get',
|
|
82681
82817
|
tags: ['/user_identities'],
|
|
@@ -82928,6 +83064,7 @@ const openapi = {
|
|
|
82928
83064
|
{ client_session: [] },
|
|
82929
83065
|
{ pat_with_workspace: [] },
|
|
82930
83066
|
{ console_session_with_workspace: [] },
|
|
83067
|
+
{ support_read_only_token: [] },
|
|
82931
83068
|
],
|
|
82932
83069
|
summary: '/user_identities/unmanaged/list',
|
|
82933
83070
|
tags: ['/user_identities'],
|
|
@@ -83171,6 +83308,7 @@ const openapi = {
|
|
|
83171
83308
|
{ client_session: [] },
|
|
83172
83309
|
{ pat_with_workspace: [] },
|
|
83173
83310
|
{ console_session_with_workspace: [] },
|
|
83311
|
+
{ support_read_only_token: [] },
|
|
83174
83312
|
],
|
|
83175
83313
|
summary: '/user_identities/unmanaged/list',
|
|
83176
83314
|
tags: ['/user_identities'],
|
|
@@ -83723,6 +83861,7 @@ const openapi = {
|
|
|
83723
83861
|
{ api_key: [] },
|
|
83724
83862
|
{ pat_with_workspace: [] },
|
|
83725
83863
|
{ console_session_with_workspace: [] },
|
|
83864
|
+
{ support_read_only_token: [] },
|
|
83726
83865
|
],
|
|
83727
83866
|
summary: '/webhooks/list',
|
|
83728
83867
|
tags: ['/webhooks'],
|
|
@@ -83761,6 +83900,7 @@ const openapi = {
|
|
|
83761
83900
|
{ api_key: [] },
|
|
83762
83901
|
{ pat_with_workspace: [] },
|
|
83763
83902
|
{ console_session_with_workspace: [] },
|
|
83903
|
+
{ support_read_only_token: [] },
|
|
83764
83904
|
],
|
|
83765
83905
|
summary: '/webhooks/list',
|
|
83766
83906
|
tags: ['/webhooks'],
|
|
@@ -84937,6 +85077,7 @@ const openapi = {
|
|
|
84937
85077
|
{ client_session: [] },
|
|
84938
85078
|
{ client_session_with_customer: [] },
|
|
84939
85079
|
{ pat_with_workspace: [] },
|
|
85080
|
+
{ support_read_only_token: [] },
|
|
84940
85081
|
],
|
|
84941
85082
|
summary: '/workspaces/get',
|
|
84942
85083
|
tags: ['/workspaces'],
|
|
@@ -84974,6 +85115,7 @@ const openapi = {
|
|
|
84974
85115
|
{ client_session: [] },
|
|
84975
85116
|
{ client_session_with_customer: [] },
|
|
84976
85117
|
{ pat_with_workspace: [] },
|
|
85118
|
+
{ support_read_only_token: [] },
|
|
84977
85119
|
],
|
|
84978
85120
|
summary: '/workspaces/get',
|
|
84979
85121
|
tags: ['/workspaces'],
|
|
@@ -85017,6 +85159,7 @@ const openapi = {
|
|
|
85017
85159
|
{ client_session: [] },
|
|
85018
85160
|
{ console_session_with_workspace: [] },
|
|
85019
85161
|
{ console_session_without_workspace: [] },
|
|
85162
|
+
{ support_read_only_token: [] },
|
|
85020
85163
|
],
|
|
85021
85164
|
summary: '/workspaces/list',
|
|
85022
85165
|
tags: ['/workspaces'],
|
|
@@ -85058,6 +85201,7 @@ const openapi = {
|
|
|
85058
85201
|
{ client_session: [] },
|
|
85059
85202
|
{ console_session_with_workspace: [] },
|
|
85060
85203
|
{ console_session_without_workspace: [] },
|
|
85204
|
+
{ support_read_only_token: [] },
|
|
85061
85205
|
],
|
|
85062
85206
|
summary: '/workspaces/list',
|
|
85063
85207
|
tags: ['/workspaces'],
|