@seamapi/types 1.312.0 → 1.312.2
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 +186 -188
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +624 -654
- package/lib/seam/connect/openapi.d.ts +622 -650
- package/lib/seam/connect/openapi.js +186 -188
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +186 -188
- package/src/lib/seam/connect/route-types.ts +2 -4
package/dist/connect.cjs
CHANGED
|
@@ -13052,7 +13052,12 @@ var openapi_default = {
|
|
|
13052
13052
|
name: "client-session-token",
|
|
13053
13053
|
type: "apiKey"
|
|
13054
13054
|
},
|
|
13055
|
-
|
|
13055
|
+
console_session_with_workspace: {
|
|
13056
|
+
bearerFormat: "Console Session Token",
|
|
13057
|
+
scheme: "bearer",
|
|
13058
|
+
type: "http"
|
|
13059
|
+
},
|
|
13060
|
+
console_session_without_workspace: {
|
|
13056
13061
|
bearerFormat: "Console Session Token",
|
|
13057
13062
|
scheme: "bearer",
|
|
13058
13063
|
type: "http"
|
|
@@ -13157,7 +13162,7 @@ var openapi_default = {
|
|
|
13157
13162
|
security: [
|
|
13158
13163
|
{ client_session: [] },
|
|
13159
13164
|
{ pat_with_workspace: [] },
|
|
13160
|
-
{
|
|
13165
|
+
{ console_session_with_workspace: [] },
|
|
13161
13166
|
{ api_key: [] }
|
|
13162
13167
|
],
|
|
13163
13168
|
summary: "/access_codes/create",
|
|
@@ -13243,7 +13248,7 @@ var openapi_default = {
|
|
|
13243
13248
|
security: [
|
|
13244
13249
|
{ client_session: [] },
|
|
13245
13250
|
{ pat_with_workspace: [] },
|
|
13246
|
-
{
|
|
13251
|
+
{ console_session_with_workspace: [] },
|
|
13247
13252
|
{ api_key: [] }
|
|
13248
13253
|
],
|
|
13249
13254
|
summary: "/access_codes/create_multiple",
|
|
@@ -13327,7 +13332,7 @@ var openapi_default = {
|
|
|
13327
13332
|
security: [
|
|
13328
13333
|
{ client_session: [] },
|
|
13329
13334
|
{ pat_with_workspace: [] },
|
|
13330
|
-
{
|
|
13335
|
+
{ console_session_with_workspace: [] },
|
|
13331
13336
|
{ api_key: [] }
|
|
13332
13337
|
],
|
|
13333
13338
|
summary: "/access_codes/create_multiple",
|
|
@@ -13378,7 +13383,7 @@ var openapi_default = {
|
|
|
13378
13383
|
security: [
|
|
13379
13384
|
{ client_session: [] },
|
|
13380
13385
|
{ pat_with_workspace: [] },
|
|
13381
|
-
{
|
|
13386
|
+
{ console_session_with_workspace: [] },
|
|
13382
13387
|
{ api_key: [] }
|
|
13383
13388
|
],
|
|
13384
13389
|
summary: "/access_codes/delete",
|
|
@@ -13426,7 +13431,7 @@ var openapi_default = {
|
|
|
13426
13431
|
security: [
|
|
13427
13432
|
{ client_session: [] },
|
|
13428
13433
|
{ pat_with_workspace: [] },
|
|
13429
|
-
{
|
|
13434
|
+
{ console_session_with_workspace: [] },
|
|
13430
13435
|
{ api_key: [] }
|
|
13431
13436
|
],
|
|
13432
13437
|
summary: "/access_codes/generate_code",
|
|
@@ -13476,7 +13481,7 @@ var openapi_default = {
|
|
|
13476
13481
|
security: [
|
|
13477
13482
|
{ api_key: [] },
|
|
13478
13483
|
{ access_token: [] },
|
|
13479
|
-
{
|
|
13484
|
+
{ console_session_with_workspace: [] },
|
|
13480
13485
|
{ client_session: [] }
|
|
13481
13486
|
],
|
|
13482
13487
|
summary: "/access_codes/get",
|
|
@@ -13532,7 +13537,7 @@ var openapi_default = {
|
|
|
13532
13537
|
security: [
|
|
13533
13538
|
{ client_session: [] },
|
|
13534
13539
|
{ pat_with_workspace: [] },
|
|
13535
|
-
{
|
|
13540
|
+
{ console_session_with_workspace: [] },
|
|
13536
13541
|
{ api_key: [] }
|
|
13537
13542
|
],
|
|
13538
13543
|
summary: "/access_codes/list",
|
|
@@ -13585,7 +13590,7 @@ var openapi_default = {
|
|
|
13585
13590
|
security: [
|
|
13586
13591
|
{ client_session: [] },
|
|
13587
13592
|
{ pat_with_workspace: [] },
|
|
13588
|
-
{
|
|
13593
|
+
{ console_session_with_workspace: [] },
|
|
13589
13594
|
{ api_key: [] }
|
|
13590
13595
|
],
|
|
13591
13596
|
summary: "/access_codes/pull_backup_access_code",
|
|
@@ -13643,7 +13648,7 @@ var openapi_default = {
|
|
|
13643
13648
|
security: [
|
|
13644
13649
|
{ client_session: [] },
|
|
13645
13650
|
{ pat_with_workspace: [] },
|
|
13646
|
-
{
|
|
13651
|
+
{ console_session_with_workspace: [] },
|
|
13647
13652
|
{ api_key: [] }
|
|
13648
13653
|
],
|
|
13649
13654
|
summary: "/access_codes/simulate/create_unmanaged_access_code",
|
|
@@ -13693,7 +13698,7 @@ var openapi_default = {
|
|
|
13693
13698
|
security: [
|
|
13694
13699
|
{ client_session: [] },
|
|
13695
13700
|
{ pat_with_workspace: [] },
|
|
13696
|
-
{
|
|
13701
|
+
{ console_session_with_workspace: [] },
|
|
13697
13702
|
{ api_key: [] }
|
|
13698
13703
|
],
|
|
13699
13704
|
summary: "/access_codes/unmanaged/convert_to_managed",
|
|
@@ -13739,7 +13744,7 @@ var openapi_default = {
|
|
|
13739
13744
|
security: [
|
|
13740
13745
|
{ client_session: [] },
|
|
13741
13746
|
{ pat_with_workspace: [] },
|
|
13742
|
-
{
|
|
13747
|
+
{ console_session_with_workspace: [] },
|
|
13743
13748
|
{ api_key: [] }
|
|
13744
13749
|
],
|
|
13745
13750
|
summary: "/access_codes/unmanaged/convert_to_managed",
|
|
@@ -13790,7 +13795,7 @@ var openapi_default = {
|
|
|
13790
13795
|
security: [
|
|
13791
13796
|
{ client_session: [] },
|
|
13792
13797
|
{ pat_with_workspace: [] },
|
|
13793
|
-
{
|
|
13798
|
+
{ console_session_with_workspace: [] },
|
|
13794
13799
|
{ api_key: [] }
|
|
13795
13800
|
],
|
|
13796
13801
|
summary: "/access_codes/unmanaged/delete",
|
|
@@ -13841,7 +13846,7 @@ var openapi_default = {
|
|
|
13841
13846
|
security: [
|
|
13842
13847
|
{ client_session: [] },
|
|
13843
13848
|
{ pat_with_workspace: [] },
|
|
13844
|
-
{
|
|
13849
|
+
{ console_session_with_workspace: [] },
|
|
13845
13850
|
{ api_key: [] }
|
|
13846
13851
|
],
|
|
13847
13852
|
summary: "/access_codes/unmanaged/get",
|
|
@@ -13896,7 +13901,7 @@ var openapi_default = {
|
|
|
13896
13901
|
security: [
|
|
13897
13902
|
{ client_session: [] },
|
|
13898
13903
|
{ pat_with_workspace: [] },
|
|
13899
|
-
{
|
|
13904
|
+
{ console_session_with_workspace: [] },
|
|
13900
13905
|
{ api_key: [] }
|
|
13901
13906
|
],
|
|
13902
13907
|
summary: "/access_codes/unmanaged/list",
|
|
@@ -13946,7 +13951,7 @@ var openapi_default = {
|
|
|
13946
13951
|
security: [
|
|
13947
13952
|
{ client_session: [] },
|
|
13948
13953
|
{ pat_with_workspace: [] },
|
|
13949
|
-
{
|
|
13954
|
+
{ console_session_with_workspace: [] },
|
|
13950
13955
|
{ api_key: [] }
|
|
13951
13956
|
],
|
|
13952
13957
|
summary: "/access_codes/unmanaged/update",
|
|
@@ -13992,7 +13997,7 @@ var openapi_default = {
|
|
|
13992
13997
|
security: [
|
|
13993
13998
|
{ client_session: [] },
|
|
13994
13999
|
{ pat_with_workspace: [] },
|
|
13995
|
-
{
|
|
14000
|
+
{ console_session_with_workspace: [] },
|
|
13996
14001
|
{ api_key: [] }
|
|
13997
14002
|
],
|
|
13998
14003
|
summary: "/access_codes/unmanaged/update",
|
|
@@ -14072,7 +14077,7 @@ var openapi_default = {
|
|
|
14072
14077
|
security: [
|
|
14073
14078
|
{ client_session: [] },
|
|
14074
14079
|
{ pat_with_workspace: [] },
|
|
14075
|
-
{
|
|
14080
|
+
{ console_session_with_workspace: [] },
|
|
14076
14081
|
{ api_key: [] }
|
|
14077
14082
|
],
|
|
14078
14083
|
summary: "/access_codes/update",
|
|
@@ -14149,7 +14154,7 @@ var openapi_default = {
|
|
|
14149
14154
|
security: [
|
|
14150
14155
|
{ client_session: [] },
|
|
14151
14156
|
{ pat_with_workspace: [] },
|
|
14152
|
-
{
|
|
14157
|
+
{ console_session_with_workspace: [] },
|
|
14153
14158
|
{ api_key: [] }
|
|
14154
14159
|
],
|
|
14155
14160
|
summary: "/access_codes/update",
|
|
@@ -14227,7 +14232,7 @@ var openapi_default = {
|
|
|
14227
14232
|
security: [
|
|
14228
14233
|
{ client_session: [] },
|
|
14229
14234
|
{ pat_with_workspace: [] },
|
|
14230
|
-
{
|
|
14235
|
+
{ console_session_with_workspace: [] },
|
|
14231
14236
|
{ api_key: [] }
|
|
14232
14237
|
],
|
|
14233
14238
|
summary: "/access_codes/update",
|
|
@@ -14274,7 +14279,7 @@ var openapi_default = {
|
|
|
14274
14279
|
security: [
|
|
14275
14280
|
{ client_session: [] },
|
|
14276
14281
|
{ pat_with_workspace: [] },
|
|
14277
|
-
{
|
|
14282
|
+
{ console_session_with_workspace: [] },
|
|
14278
14283
|
{ api_key: [] }
|
|
14279
14284
|
],
|
|
14280
14285
|
summary: "/access_codes/update_multiple",
|
|
@@ -14319,7 +14324,7 @@ var openapi_default = {
|
|
|
14319
14324
|
security: [
|
|
14320
14325
|
{ client_session: [] },
|
|
14321
14326
|
{ pat_with_workspace: [] },
|
|
14322
|
-
{
|
|
14327
|
+
{ console_session_with_workspace: [] },
|
|
14323
14328
|
{ api_key: [] }
|
|
14324
14329
|
],
|
|
14325
14330
|
summary: "/access_codes/update_multiple",
|
|
@@ -14373,7 +14378,7 @@ var openapi_default = {
|
|
|
14373
14378
|
},
|
|
14374
14379
|
security: [
|
|
14375
14380
|
{ pat_with_workspace: [] },
|
|
14376
|
-
{
|
|
14381
|
+
{ console_session_with_workspace: [] },
|
|
14377
14382
|
{ api_key: [] }
|
|
14378
14383
|
],
|
|
14379
14384
|
summary: "/acs/access_groups/add_user",
|
|
@@ -14426,7 +14431,7 @@ var openapi_default = {
|
|
|
14426
14431
|
},
|
|
14427
14432
|
security: [
|
|
14428
14433
|
{ pat_with_workspace: [] },
|
|
14429
|
-
{
|
|
14434
|
+
{ console_session_with_workspace: [] },
|
|
14430
14435
|
{ api_key: [] }
|
|
14431
14436
|
],
|
|
14432
14437
|
summary: "/acs/access_groups/add_user",
|
|
@@ -14480,7 +14485,7 @@ var openapi_default = {
|
|
|
14480
14485
|
},
|
|
14481
14486
|
security: [
|
|
14482
14487
|
{ pat_with_workspace: [] },
|
|
14483
|
-
{
|
|
14488
|
+
{ console_session_with_workspace: [] },
|
|
14484
14489
|
{ api_key: [] }
|
|
14485
14490
|
],
|
|
14486
14491
|
summary: "/acs/access_groups/get",
|
|
@@ -14541,7 +14546,7 @@ var openapi_default = {
|
|
|
14541
14546
|
},
|
|
14542
14547
|
security: [
|
|
14543
14548
|
{ pat_with_workspace: [] },
|
|
14544
|
-
{
|
|
14549
|
+
{ console_session_with_workspace: [] },
|
|
14545
14550
|
{ api_key: [] }
|
|
14546
14551
|
],
|
|
14547
14552
|
summary: "/acs/access_groups/list",
|
|
@@ -14599,7 +14604,7 @@ var openapi_default = {
|
|
|
14599
14604
|
security: [
|
|
14600
14605
|
{ api_key: [] },
|
|
14601
14606
|
{ pat_with_workspace: [] },
|
|
14602
|
-
{
|
|
14607
|
+
{ console_session_with_workspace: [] }
|
|
14603
14608
|
],
|
|
14604
14609
|
summary: "/acs/access_groups/list_accessible_entrances",
|
|
14605
14610
|
tags: ["/acs"],
|
|
@@ -14655,7 +14660,7 @@ var openapi_default = {
|
|
|
14655
14660
|
},
|
|
14656
14661
|
security: [
|
|
14657
14662
|
{ pat_with_workspace: [] },
|
|
14658
|
-
{
|
|
14663
|
+
{ console_session_with_workspace: [] },
|
|
14659
14664
|
{ api_key: [] }
|
|
14660
14665
|
],
|
|
14661
14666
|
summary: "/acs/access_groups/list_users",
|
|
@@ -14711,7 +14716,7 @@ var openapi_default = {
|
|
|
14711
14716
|
},
|
|
14712
14717
|
security: [
|
|
14713
14718
|
{ pat_with_workspace: [] },
|
|
14714
|
-
{
|
|
14719
|
+
{ console_session_with_workspace: [] },
|
|
14715
14720
|
{ api_key: [] }
|
|
14716
14721
|
],
|
|
14717
14722
|
summary: "/acs/access_groups/remove_user",
|
|
@@ -14837,7 +14842,7 @@ var openapi_default = {
|
|
|
14837
14842
|
},
|
|
14838
14843
|
security: [
|
|
14839
14844
|
{ pat_with_workspace: [] },
|
|
14840
|
-
{
|
|
14845
|
+
{ console_session_with_workspace: [] },
|
|
14841
14846
|
{ api_key: [] }
|
|
14842
14847
|
],
|
|
14843
14848
|
summary: "/acs/access_groups/unmanaged/get",
|
|
@@ -14971,7 +14976,7 @@ var openapi_default = {
|
|
|
14971
14976
|
},
|
|
14972
14977
|
security: [
|
|
14973
14978
|
{ pat_with_workspace: [] },
|
|
14974
|
-
{
|
|
14979
|
+
{ console_session_with_workspace: [] },
|
|
14975
14980
|
{ api_key: [] }
|
|
14976
14981
|
],
|
|
14977
14982
|
summary: "/acs/access_groups/unmanaged/list",
|
|
@@ -15025,7 +15030,7 @@ var openapi_default = {
|
|
|
15025
15030
|
},
|
|
15026
15031
|
security: [
|
|
15027
15032
|
{ pat_with_workspace: [] },
|
|
15028
|
-
{
|
|
15033
|
+
{ console_session_with_workspace: [] },
|
|
15029
15034
|
{ api_key: [] }
|
|
15030
15035
|
],
|
|
15031
15036
|
summary: "/acs/credential_pools/list",
|
|
@@ -15090,7 +15095,7 @@ var openapi_default = {
|
|
|
15090
15095
|
},
|
|
15091
15096
|
security: [
|
|
15092
15097
|
{ pat_with_workspace: [] },
|
|
15093
|
-
{
|
|
15098
|
+
{ console_session_with_workspace: [] },
|
|
15094
15099
|
{ api_key: [] }
|
|
15095
15100
|
],
|
|
15096
15101
|
summary: "/acs/credential_provisioning_automations/launch",
|
|
@@ -15152,7 +15157,7 @@ var openapi_default = {
|
|
|
15152
15157
|
},
|
|
15153
15158
|
security: [
|
|
15154
15159
|
{ pat_with_workspace: [] },
|
|
15155
|
-
{
|
|
15160
|
+
{ console_session_with_workspace: [] },
|
|
15156
15161
|
{ api_key: [] }
|
|
15157
15162
|
],
|
|
15158
15163
|
summary: "/acs/credentials/assign",
|
|
@@ -15209,7 +15214,7 @@ var openapi_default = {
|
|
|
15209
15214
|
},
|
|
15210
15215
|
security: [
|
|
15211
15216
|
{ pat_with_workspace: [] },
|
|
15212
|
-
{
|
|
15217
|
+
{ console_session_with_workspace: [] },
|
|
15213
15218
|
{ api_key: [] }
|
|
15214
15219
|
],
|
|
15215
15220
|
summary: "/acs/credentials/assign",
|
|
@@ -15346,7 +15351,7 @@ var openapi_default = {
|
|
|
15346
15351
|
},
|
|
15347
15352
|
security: [
|
|
15348
15353
|
{ pat_with_workspace: [] },
|
|
15349
|
-
{
|
|
15354
|
+
{ console_session_with_workspace: [] },
|
|
15350
15355
|
{ api_key: [] }
|
|
15351
15356
|
],
|
|
15352
15357
|
summary: "/acs/credentials/create",
|
|
@@ -15422,7 +15427,7 @@ var openapi_default = {
|
|
|
15422
15427
|
},
|
|
15423
15428
|
security: [
|
|
15424
15429
|
{ pat_with_workspace: [] },
|
|
15425
|
-
{
|
|
15430
|
+
{ console_session_with_workspace: [] },
|
|
15426
15431
|
{ api_key: [] }
|
|
15427
15432
|
],
|
|
15428
15433
|
summary: "/acs/credentials/create_offline_code",
|
|
@@ -15474,7 +15479,7 @@ var openapi_default = {
|
|
|
15474
15479
|
},
|
|
15475
15480
|
security: [
|
|
15476
15481
|
{ pat_with_workspace: [] },
|
|
15477
|
-
{
|
|
15482
|
+
{ console_session_with_workspace: [] },
|
|
15478
15483
|
{ api_key: [] }
|
|
15479
15484
|
],
|
|
15480
15485
|
summary: "/acs/credentials/delete",
|
|
@@ -15529,7 +15534,7 @@ var openapi_default = {
|
|
|
15529
15534
|
},
|
|
15530
15535
|
security: [
|
|
15531
15536
|
{ pat_with_workspace: [] },
|
|
15532
|
-
{
|
|
15537
|
+
{ console_session_with_workspace: [] },
|
|
15533
15538
|
{ api_key: [] }
|
|
15534
15539
|
],
|
|
15535
15540
|
summary: "/acs/credentials/get",
|
|
@@ -15654,7 +15659,7 @@ var openapi_default = {
|
|
|
15654
15659
|
{ api_key: [] },
|
|
15655
15660
|
{ client_session: [] },
|
|
15656
15661
|
{ pat_with_workspace: [] },
|
|
15657
|
-
{
|
|
15662
|
+
{ console_session_with_workspace: [] }
|
|
15658
15663
|
],
|
|
15659
15664
|
summary: "/acs/credentials/list",
|
|
15660
15665
|
tags: ["/acs"],
|
|
@@ -15711,7 +15716,7 @@ var openapi_default = {
|
|
|
15711
15716
|
security: [
|
|
15712
15717
|
{ api_key: [] },
|
|
15713
15718
|
{ pat_with_workspace: [] },
|
|
15714
|
-
{
|
|
15719
|
+
{ console_session_with_workspace: [] }
|
|
15715
15720
|
],
|
|
15716
15721
|
summary: "/acs/credentials/list_accessible_entrances",
|
|
15717
15722
|
tags: ["/acs"],
|
|
@@ -15771,7 +15776,7 @@ var openapi_default = {
|
|
|
15771
15776
|
},
|
|
15772
15777
|
security: [
|
|
15773
15778
|
{ pat_with_workspace: [] },
|
|
15774
|
-
{
|
|
15779
|
+
{ console_session_with_workspace: [] },
|
|
15775
15780
|
{ api_key: [] }
|
|
15776
15781
|
],
|
|
15777
15782
|
summary: "/acs/credentials/unassign",
|
|
@@ -15828,7 +15833,7 @@ var openapi_default = {
|
|
|
15828
15833
|
},
|
|
15829
15834
|
security: [
|
|
15830
15835
|
{ pat_with_workspace: [] },
|
|
15831
|
-
{
|
|
15836
|
+
{ console_session_with_workspace: [] },
|
|
15832
15837
|
{ api_key: [] }
|
|
15833
15838
|
],
|
|
15834
15839
|
summary: "/acs/credentials/unassign",
|
|
@@ -16142,7 +16147,7 @@ var openapi_default = {
|
|
|
16142
16147
|
},
|
|
16143
16148
|
security: [
|
|
16144
16149
|
{ pat_with_workspace: [] },
|
|
16145
|
-
{
|
|
16150
|
+
{ console_session_with_workspace: [] },
|
|
16146
16151
|
{ api_key: [] }
|
|
16147
16152
|
],
|
|
16148
16153
|
summary: "/acs/credentials/unmanaged/get",
|
|
@@ -16504,7 +16509,7 @@ var openapi_default = {
|
|
|
16504
16509
|
security: [
|
|
16505
16510
|
{ api_key: [] },
|
|
16506
16511
|
{ pat_with_workspace: [] },
|
|
16507
|
-
{
|
|
16512
|
+
{ console_session_with_workspace: [] }
|
|
16508
16513
|
],
|
|
16509
16514
|
summary: "/acs/credentials/unmanaged/list",
|
|
16510
16515
|
tags: ["/acs"],
|
|
@@ -16569,7 +16574,7 @@ var openapi_default = {
|
|
|
16569
16574
|
},
|
|
16570
16575
|
security: [
|
|
16571
16576
|
{ pat_with_workspace: [] },
|
|
16572
|
-
{
|
|
16577
|
+
{ console_session_with_workspace: [] },
|
|
16573
16578
|
{ api_key: [] }
|
|
16574
16579
|
],
|
|
16575
16580
|
summary: "/acs/credentials/update",
|
|
@@ -16630,7 +16635,7 @@ var openapi_default = {
|
|
|
16630
16635
|
},
|
|
16631
16636
|
security: [
|
|
16632
16637
|
{ pat_with_workspace: [] },
|
|
16633
|
-
{
|
|
16638
|
+
{ console_session_with_workspace: [] },
|
|
16634
16639
|
{ api_key: [] }
|
|
16635
16640
|
],
|
|
16636
16641
|
summary: "/acs/credentials/update",
|
|
@@ -16689,7 +16694,7 @@ var openapi_default = {
|
|
|
16689
16694
|
},
|
|
16690
16695
|
security: [
|
|
16691
16696
|
{ pat_with_workspace: [] },
|
|
16692
|
-
{
|
|
16697
|
+
{ console_session_with_workspace: [] },
|
|
16693
16698
|
{ api_key: [] }
|
|
16694
16699
|
],
|
|
16695
16700
|
summary: "/acs/encoders/encode_credential",
|
|
@@ -16839,7 +16844,7 @@ var openapi_default = {
|
|
|
16839
16844
|
},
|
|
16840
16845
|
security: [
|
|
16841
16846
|
{ pat_with_workspace: [] },
|
|
16842
|
-
{
|
|
16847
|
+
{ console_session_with_workspace: [] },
|
|
16843
16848
|
{ api_key: [] }
|
|
16844
16849
|
],
|
|
16845
16850
|
summary: "/acs/encoders/list",
|
|
@@ -16863,14 +16868,9 @@ var openapi_default = {
|
|
|
16863
16868
|
description: "ID of the acs_encoder to use for the scan.",
|
|
16864
16869
|
format: "uuid",
|
|
16865
16870
|
type: "string"
|
|
16866
|
-
},
|
|
16867
|
-
acs_system_id: {
|
|
16868
|
-
description: "ID of the acs_system the encoder belongs to.",
|
|
16869
|
-
format: "uuid",
|
|
16870
|
-
type: "string"
|
|
16871
16871
|
}
|
|
16872
16872
|
},
|
|
16873
|
-
required: ["
|
|
16873
|
+
required: ["acs_encoder_id"],
|
|
16874
16874
|
type: "object"
|
|
16875
16875
|
}
|
|
16876
16876
|
}
|
|
@@ -16899,7 +16899,7 @@ var openapi_default = {
|
|
|
16899
16899
|
},
|
|
16900
16900
|
security: [
|
|
16901
16901
|
{ pat_with_workspace: [] },
|
|
16902
|
-
{
|
|
16902
|
+
{ console_session_with_workspace: [] },
|
|
16903
16903
|
{ api_key: [] }
|
|
16904
16904
|
],
|
|
16905
16905
|
summary: "/acs/encoders/scan_credential",
|
|
@@ -16950,7 +16950,7 @@ var openapi_default = {
|
|
|
16950
16950
|
security: [
|
|
16951
16951
|
{ api_key: [] },
|
|
16952
16952
|
{ access_token: [] },
|
|
16953
|
-
{
|
|
16953
|
+
{ console_session_with_workspace: [] },
|
|
16954
16954
|
{ client_session: [] }
|
|
16955
16955
|
],
|
|
16956
16956
|
summary: "/acs/entrances/get",
|
|
@@ -16998,7 +16998,7 @@ var openapi_default = {
|
|
|
16998
16998
|
security: [
|
|
16999
16999
|
{ api_key: [] },
|
|
17000
17000
|
{ pat_with_workspace: [] },
|
|
17001
|
-
{
|
|
17001
|
+
{ console_session_with_workspace: [] }
|
|
17002
17002
|
],
|
|
17003
17003
|
summary: "/acs/entrances/grant_access",
|
|
17004
17004
|
tags: ["/acs"],
|
|
@@ -17051,7 +17051,7 @@ var openapi_default = {
|
|
|
17051
17051
|
{ api_key: [] },
|
|
17052
17052
|
{ client_session: [] },
|
|
17053
17053
|
{ pat_with_workspace: [] },
|
|
17054
|
-
{
|
|
17054
|
+
{ console_session_with_workspace: [] }
|
|
17055
17055
|
],
|
|
17056
17056
|
summary: "/acs/entrances/list",
|
|
17057
17057
|
tags: ["/acs"],
|
|
@@ -17111,7 +17111,7 @@ var openapi_default = {
|
|
|
17111
17111
|
security: [
|
|
17112
17112
|
{ client_session: [] },
|
|
17113
17113
|
{ pat_with_workspace: [] },
|
|
17114
|
-
{
|
|
17114
|
+
{ console_session_with_workspace: [] },
|
|
17115
17115
|
{ api_key: [] }
|
|
17116
17116
|
],
|
|
17117
17117
|
summary: "/acs/entrances/list_credentials_with_access",
|
|
@@ -17165,7 +17165,7 @@ var openapi_default = {
|
|
|
17165
17165
|
},
|
|
17166
17166
|
security: [
|
|
17167
17167
|
{ pat_with_workspace: [] },
|
|
17168
|
-
{
|
|
17168
|
+
{ console_session_with_workspace: [] },
|
|
17169
17169
|
{ api_key: [] }
|
|
17170
17170
|
],
|
|
17171
17171
|
summary: "/acs/systems/get",
|
|
@@ -17222,7 +17222,7 @@ var openapi_default = {
|
|
|
17222
17222
|
security: [
|
|
17223
17223
|
{ client_session: [] },
|
|
17224
17224
|
{ pat_with_workspace: [] },
|
|
17225
|
-
{
|
|
17225
|
+
{ console_session_with_workspace: [] },
|
|
17226
17226
|
{ api_key: [] }
|
|
17227
17227
|
],
|
|
17228
17228
|
summary: "/acs/systems/list",
|
|
@@ -17279,7 +17279,7 @@ var openapi_default = {
|
|
|
17279
17279
|
},
|
|
17280
17280
|
security: [
|
|
17281
17281
|
{ pat_with_workspace: [] },
|
|
17282
|
-
{
|
|
17282
|
+
{ console_session_with_workspace: [] },
|
|
17283
17283
|
{ api_key: [] }
|
|
17284
17284
|
],
|
|
17285
17285
|
summary: "/acs/systems/list_compatible_credential_manager_acs_systems",
|
|
@@ -17335,7 +17335,7 @@ var openapi_default = {
|
|
|
17335
17335
|
},
|
|
17336
17336
|
security: [
|
|
17337
17337
|
{ pat_with_workspace: [] },
|
|
17338
|
-
{
|
|
17338
|
+
{ console_session_with_workspace: [] },
|
|
17339
17339
|
{ api_key: [] }
|
|
17340
17340
|
],
|
|
17341
17341
|
summary: "/acs/users/add_to_access_group",
|
|
@@ -17388,7 +17388,7 @@ var openapi_default = {
|
|
|
17388
17388
|
},
|
|
17389
17389
|
security: [
|
|
17390
17390
|
{ pat_with_workspace: [] },
|
|
17391
|
-
{
|
|
17391
|
+
{ console_session_with_workspace: [] },
|
|
17392
17392
|
{ api_key: [] }
|
|
17393
17393
|
],
|
|
17394
17394
|
summary: "/acs/users/add_to_access_group",
|
|
@@ -17442,7 +17442,7 @@ var openapi_default = {
|
|
|
17442
17442
|
type: "string"
|
|
17443
17443
|
},
|
|
17444
17444
|
full_name: {
|
|
17445
|
-
description: "Full name of the `acs_user`.",
|
|
17445
|
+
description: "Full name of the new `acs_user`.",
|
|
17446
17446
|
type: "string"
|
|
17447
17447
|
},
|
|
17448
17448
|
phone_number: {
|
|
@@ -17455,7 +17455,7 @@ var openapi_default = {
|
|
|
17455
17455
|
type: "string"
|
|
17456
17456
|
}
|
|
17457
17457
|
},
|
|
17458
|
-
required: ["acs_system_id"],
|
|
17458
|
+
required: ["full_name", "acs_system_id"],
|
|
17459
17459
|
type: "object"
|
|
17460
17460
|
}
|
|
17461
17461
|
}
|
|
@@ -17482,7 +17482,7 @@ var openapi_default = {
|
|
|
17482
17482
|
},
|
|
17483
17483
|
security: [
|
|
17484
17484
|
{ pat_with_workspace: [] },
|
|
17485
|
-
{
|
|
17485
|
+
{ console_session_with_workspace: [] },
|
|
17486
17486
|
{ api_key: [] }
|
|
17487
17487
|
],
|
|
17488
17488
|
summary: "/acs/users/create",
|
|
@@ -17533,7 +17533,7 @@ var openapi_default = {
|
|
|
17533
17533
|
},
|
|
17534
17534
|
security: [
|
|
17535
17535
|
{ pat_with_workspace: [] },
|
|
17536
|
-
{
|
|
17536
|
+
{ console_session_with_workspace: [] },
|
|
17537
17537
|
{ api_key: [] }
|
|
17538
17538
|
],
|
|
17539
17539
|
summary: "/acs/users/delete",
|
|
@@ -17586,7 +17586,7 @@ var openapi_default = {
|
|
|
17586
17586
|
},
|
|
17587
17587
|
security: [
|
|
17588
17588
|
{ pat_with_workspace: [] },
|
|
17589
|
-
{
|
|
17589
|
+
{ console_session_with_workspace: [] },
|
|
17590
17590
|
{ api_key: [] }
|
|
17591
17591
|
],
|
|
17592
17592
|
summary: "/acs/users/get",
|
|
@@ -17658,7 +17658,7 @@ var openapi_default = {
|
|
|
17658
17658
|
security: [
|
|
17659
17659
|
{ client_session: [] },
|
|
17660
17660
|
{ pat_with_workspace: [] },
|
|
17661
|
-
{
|
|
17661
|
+
{ console_session_with_workspace: [] },
|
|
17662
17662
|
{ api_key: [] }
|
|
17663
17663
|
],
|
|
17664
17664
|
summary: "/acs/users/list",
|
|
@@ -17716,7 +17716,7 @@ var openapi_default = {
|
|
|
17716
17716
|
security: [
|
|
17717
17717
|
{ client_session: [] },
|
|
17718
17718
|
{ pat_with_workspace: [] },
|
|
17719
|
-
{
|
|
17719
|
+
{ console_session_with_workspace: [] },
|
|
17720
17720
|
{ api_key: [] }
|
|
17721
17721
|
],
|
|
17722
17722
|
summary: "/acs/users/list_accessible_entrances",
|
|
@@ -17772,7 +17772,7 @@ var openapi_default = {
|
|
|
17772
17772
|
},
|
|
17773
17773
|
security: [
|
|
17774
17774
|
{ pat_with_workspace: [] },
|
|
17775
|
-
{
|
|
17775
|
+
{ console_session_with_workspace: [] },
|
|
17776
17776
|
{ api_key: [] }
|
|
17777
17777
|
],
|
|
17778
17778
|
summary: "/acs/users/remove_from_access_group",
|
|
@@ -17823,7 +17823,7 @@ var openapi_default = {
|
|
|
17823
17823
|
security: [
|
|
17824
17824
|
{ api_key: [] },
|
|
17825
17825
|
{ pat_with_workspace: [] },
|
|
17826
|
-
{
|
|
17826
|
+
{ console_session_with_workspace: [] }
|
|
17827
17827
|
],
|
|
17828
17828
|
summary: "/acs/users/revoke_access_to_all_entrances",
|
|
17829
17829
|
tags: ["/acs"],
|
|
@@ -17872,7 +17872,7 @@ var openapi_default = {
|
|
|
17872
17872
|
},
|
|
17873
17873
|
security: [
|
|
17874
17874
|
{ pat_with_workspace: [] },
|
|
17875
|
-
{
|
|
17875
|
+
{ console_session_with_workspace: [] },
|
|
17876
17876
|
{ api_key: [] }
|
|
17877
17877
|
],
|
|
17878
17878
|
summary: "/acs/users/suspend",
|
|
@@ -18225,7 +18225,7 @@ var openapi_default = {
|
|
|
18225
18225
|
},
|
|
18226
18226
|
security: [
|
|
18227
18227
|
{ pat_with_workspace: [] },
|
|
18228
|
-
{
|
|
18228
|
+
{ console_session_with_workspace: [] },
|
|
18229
18229
|
{ api_key: [] }
|
|
18230
18230
|
],
|
|
18231
18231
|
summary: "/acs/users/unmanaged/get",
|
|
@@ -18587,7 +18587,7 @@ var openapi_default = {
|
|
|
18587
18587
|
},
|
|
18588
18588
|
security: [
|
|
18589
18589
|
{ pat_with_workspace: [] },
|
|
18590
|
-
{
|
|
18590
|
+
{ console_session_with_workspace: [] },
|
|
18591
18591
|
{ api_key: [] }
|
|
18592
18592
|
],
|
|
18593
18593
|
summary: "/acs/users/unmanaged/list",
|
|
@@ -18639,7 +18639,7 @@ var openapi_default = {
|
|
|
18639
18639
|
security: [
|
|
18640
18640
|
{ api_key: [] },
|
|
18641
18641
|
{ pat_with_workspace: [] },
|
|
18642
|
-
{
|
|
18642
|
+
{ console_session_with_workspace: [] }
|
|
18643
18643
|
],
|
|
18644
18644
|
summary: "/acs/users/unsuspend",
|
|
18645
18645
|
tags: ["/acs"],
|
|
@@ -18719,7 +18719,7 @@ var openapi_default = {
|
|
|
18719
18719
|
security: [
|
|
18720
18720
|
{ api_key: [] },
|
|
18721
18721
|
{ pat_with_workspace: [] },
|
|
18722
|
-
{
|
|
18722
|
+
{ console_session_with_workspace: [] }
|
|
18723
18723
|
],
|
|
18724
18724
|
summary: "/acs/users/update",
|
|
18725
18725
|
tags: ["/acs"],
|
|
@@ -18796,7 +18796,7 @@ var openapi_default = {
|
|
|
18796
18796
|
security: [
|
|
18797
18797
|
{ api_key: [] },
|
|
18798
18798
|
{ pat_with_workspace: [] },
|
|
18799
|
-
{
|
|
18799
|
+
{ console_session_with_workspace: [] }
|
|
18800
18800
|
],
|
|
18801
18801
|
summary: "/acs/users/update",
|
|
18802
18802
|
tags: ["/acs"],
|
|
@@ -18846,7 +18846,7 @@ var openapi_default = {
|
|
|
18846
18846
|
security: [
|
|
18847
18847
|
{ client_session: [] },
|
|
18848
18848
|
{ pat_with_workspace: [] },
|
|
18849
|
-
{
|
|
18849
|
+
{ console_session_with_workspace: [] },
|
|
18850
18850
|
{ api_key: [] }
|
|
18851
18851
|
],
|
|
18852
18852
|
summary: "/action_attempts/get",
|
|
@@ -18901,7 +18901,7 @@ var openapi_default = {
|
|
|
18901
18901
|
security: [
|
|
18902
18902
|
{ api_key: [] },
|
|
18903
18903
|
{ pat_with_workspace: [] },
|
|
18904
|
-
{
|
|
18904
|
+
{ console_session_with_workspace: [] }
|
|
18905
18905
|
],
|
|
18906
18906
|
summary: "/action_attempts/list",
|
|
18907
18907
|
tags: ["/action_attempts"],
|
|
@@ -19056,7 +19056,7 @@ var openapi_default = {
|
|
|
19056
19056
|
security: [
|
|
19057
19057
|
{ api_key: [] },
|
|
19058
19058
|
{ pat_with_workspace: [] },
|
|
19059
|
-
{
|
|
19059
|
+
{ console_session_with_workspace: [] }
|
|
19060
19060
|
],
|
|
19061
19061
|
summary: "/client_sessions/delete",
|
|
19062
19062
|
tags: ["/client_sessions"],
|
|
@@ -19105,7 +19105,7 @@ var openapi_default = {
|
|
|
19105
19105
|
security: [
|
|
19106
19106
|
{ client_session: [] },
|
|
19107
19107
|
{ pat_with_workspace: [] },
|
|
19108
|
-
{
|
|
19108
|
+
{ console_session_with_workspace: [] },
|
|
19109
19109
|
{ api_key: [] }
|
|
19110
19110
|
],
|
|
19111
19111
|
summary: "/client_sessions/get",
|
|
@@ -19278,7 +19278,7 @@ var openapi_default = {
|
|
|
19278
19278
|
security: [
|
|
19279
19279
|
{ api_key: [] },
|
|
19280
19280
|
{ pat_with_workspace: [] },
|
|
19281
|
-
{
|
|
19281
|
+
{ console_session_with_workspace: [] }
|
|
19282
19282
|
],
|
|
19283
19283
|
summary: "/client_sessions/grant_access",
|
|
19284
19284
|
tags: ["/client_sessions"],
|
|
@@ -19336,7 +19336,7 @@ var openapi_default = {
|
|
|
19336
19336
|
security: [
|
|
19337
19337
|
{ api_key: [] },
|
|
19338
19338
|
{ pat_with_workspace: [] },
|
|
19339
|
-
{
|
|
19339
|
+
{ console_session_with_workspace: [] }
|
|
19340
19340
|
],
|
|
19341
19341
|
summary: "/client_sessions/grant_access",
|
|
19342
19342
|
tags: ["/client_sessions"],
|
|
@@ -19389,7 +19389,7 @@ var openapi_default = {
|
|
|
19389
19389
|
security: [
|
|
19390
19390
|
{ api_key: [] },
|
|
19391
19391
|
{ pat_with_workspace: [] },
|
|
19392
|
-
{
|
|
19392
|
+
{ console_session_with_workspace: [] }
|
|
19393
19393
|
],
|
|
19394
19394
|
summary: "/client_sessions/list",
|
|
19395
19395
|
tags: ["/client_sessions"],
|
|
@@ -19434,7 +19434,7 @@ var openapi_default = {
|
|
|
19434
19434
|
security: [
|
|
19435
19435
|
{ api_key: [] },
|
|
19436
19436
|
{ pat_with_workspace: [] },
|
|
19437
|
-
{
|
|
19437
|
+
{ console_session_with_workspace: [] }
|
|
19438
19438
|
],
|
|
19439
19439
|
summary: "/client_sessions/revoke",
|
|
19440
19440
|
tags: ["/client_sessions"],
|
|
@@ -19569,7 +19569,7 @@ var openapi_default = {
|
|
|
19569
19569
|
security: [
|
|
19570
19570
|
{ client_session: [] },
|
|
19571
19571
|
{ pat_with_workspace: [] },
|
|
19572
|
-
{
|
|
19572
|
+
{ console_session_with_workspace: [] },
|
|
19573
19573
|
{ api_key: [] }
|
|
19574
19574
|
],
|
|
19575
19575
|
summary: "/connect_webviews/create",
|
|
@@ -19615,7 +19615,7 @@ var openapi_default = {
|
|
|
19615
19615
|
security: [
|
|
19616
19616
|
{ api_key: [] },
|
|
19617
19617
|
{ pat_with_workspace: [] },
|
|
19618
|
-
{
|
|
19618
|
+
{ console_session_with_workspace: [] }
|
|
19619
19619
|
],
|
|
19620
19620
|
summary: "/connect_webviews/delete",
|
|
19621
19621
|
tags: ["/connect_webviews"],
|
|
@@ -19664,7 +19664,7 @@ var openapi_default = {
|
|
|
19664
19664
|
security: [
|
|
19665
19665
|
{ client_session: [] },
|
|
19666
19666
|
{ pat_with_workspace: [] },
|
|
19667
|
-
{
|
|
19667
|
+
{ console_session_with_workspace: [] },
|
|
19668
19668
|
{ api_key: [] }
|
|
19669
19669
|
],
|
|
19670
19670
|
summary: "/connect_webviews/get",
|
|
@@ -19726,7 +19726,7 @@ var openapi_default = {
|
|
|
19726
19726
|
security: [
|
|
19727
19727
|
{ client_session: [] },
|
|
19728
19728
|
{ pat_with_workspace: [] },
|
|
19729
|
-
{
|
|
19729
|
+
{ console_session_with_workspace: [] },
|
|
19730
19730
|
{ api_key: [] }
|
|
19731
19731
|
],
|
|
19732
19732
|
summary: "/connect_webviews/list",
|
|
@@ -19773,7 +19773,7 @@ var openapi_default = {
|
|
|
19773
19773
|
security: [
|
|
19774
19774
|
{ api_key: [] },
|
|
19775
19775
|
{ pat_with_workspace: [] },
|
|
19776
|
-
{
|
|
19776
|
+
{ console_session_with_workspace: [] }
|
|
19777
19777
|
],
|
|
19778
19778
|
summary: "/connected_accounts/delete",
|
|
19779
19779
|
tags: ["/connected_accounts"],
|
|
@@ -19832,7 +19832,7 @@ var openapi_default = {
|
|
|
19832
19832
|
{ client_session: [] },
|
|
19833
19833
|
{ api_key: [] },
|
|
19834
19834
|
{ pat_with_workspace: [] },
|
|
19835
|
-
{
|
|
19835
|
+
{ console_session_with_workspace: [] }
|
|
19836
19836
|
],
|
|
19837
19837
|
summary: "/connected_accounts/get",
|
|
19838
19838
|
tags: ["/connected_accounts"],
|
|
@@ -19892,7 +19892,7 @@ var openapi_default = {
|
|
|
19892
19892
|
security: [
|
|
19893
19893
|
{ api_key: [] },
|
|
19894
19894
|
{ pat_with_workspace: [] },
|
|
19895
|
-
{
|
|
19895
|
+
{ console_session_with_workspace: [] }
|
|
19896
19896
|
],
|
|
19897
19897
|
summary: "/connected_accounts/list",
|
|
19898
19898
|
tags: ["/connected_accounts"],
|
|
@@ -19952,7 +19952,7 @@ var openapi_default = {
|
|
|
19952
19952
|
},
|
|
19953
19953
|
security: [
|
|
19954
19954
|
{ pat_with_workspace: [] },
|
|
19955
|
-
{
|
|
19955
|
+
{ console_session_with_workspace: [] },
|
|
19956
19956
|
{ api_key: [] }
|
|
19957
19957
|
],
|
|
19958
19958
|
summary: "/connected_accounts/update",
|
|
@@ -19995,7 +19995,7 @@ var openapi_default = {
|
|
|
19995
19995
|
security: [
|
|
19996
19996
|
{ api_key: [] },
|
|
19997
19997
|
{ pat_with_workspace: [] },
|
|
19998
|
-
{
|
|
19998
|
+
{ console_session_with_workspace: [] }
|
|
19999
19999
|
],
|
|
20000
20000
|
summary: "/devices/delete",
|
|
20001
20001
|
tags: ["/devices"],
|
|
@@ -20044,7 +20044,7 @@ var openapi_default = {
|
|
|
20044
20044
|
security: [
|
|
20045
20045
|
{ client_session: [] },
|
|
20046
20046
|
{ pat_with_workspace: [] },
|
|
20047
|
-
{
|
|
20047
|
+
{ console_session_with_workspace: [] },
|
|
20048
20048
|
{ api_key: [] }
|
|
20049
20049
|
],
|
|
20050
20050
|
summary: "/devices/get",
|
|
@@ -20327,7 +20327,7 @@ var openapi_default = {
|
|
|
20327
20327
|
security: [
|
|
20328
20328
|
{ client_session: [] },
|
|
20329
20329
|
{ pat_with_workspace: [] },
|
|
20330
|
-
{
|
|
20330
|
+
{ console_session_with_workspace: [] },
|
|
20331
20331
|
{ api_key: [] }
|
|
20332
20332
|
],
|
|
20333
20333
|
summary: "/devices/list",
|
|
@@ -20388,7 +20388,7 @@ var openapi_default = {
|
|
|
20388
20388
|
security: [
|
|
20389
20389
|
{ client_session: [] },
|
|
20390
20390
|
{ pat_with_workspace: [] },
|
|
20391
|
-
{
|
|
20391
|
+
{ console_session_with_workspace: [] },
|
|
20392
20392
|
{ api_key: [] }
|
|
20393
20393
|
],
|
|
20394
20394
|
summary: "/devices/list_device_providers",
|
|
@@ -20432,7 +20432,7 @@ var openapi_default = {
|
|
|
20432
20432
|
security: [
|
|
20433
20433
|
{ api_key: [] },
|
|
20434
20434
|
{ pat_with_workspace: [] },
|
|
20435
|
-
{
|
|
20435
|
+
{ console_session_with_workspace: [] }
|
|
20436
20436
|
],
|
|
20437
20437
|
summary: "/devices/simulate/connect",
|
|
20438
20438
|
tags: ["/devices"],
|
|
@@ -20474,7 +20474,7 @@ var openapi_default = {
|
|
|
20474
20474
|
security: [
|
|
20475
20475
|
{ api_key: [] },
|
|
20476
20476
|
{ pat_with_workspace: [] },
|
|
20477
|
-
{
|
|
20477
|
+
{ console_session_with_workspace: [] }
|
|
20478
20478
|
],
|
|
20479
20479
|
summary: "/devices/simulate/disconnect",
|
|
20480
20480
|
tags: ["/devices"],
|
|
@@ -20516,7 +20516,7 @@ var openapi_default = {
|
|
|
20516
20516
|
security: [
|
|
20517
20517
|
{ api_key: [] },
|
|
20518
20518
|
{ pat_with_workspace: [] },
|
|
20519
|
-
{
|
|
20519
|
+
{ console_session_with_workspace: [] }
|
|
20520
20520
|
],
|
|
20521
20521
|
summary: "/devices/simulate/remove",
|
|
20522
20522
|
tags: ["/devices"],
|
|
@@ -20563,7 +20563,7 @@ var openapi_default = {
|
|
|
20563
20563
|
security: [
|
|
20564
20564
|
{ client_session: [] },
|
|
20565
20565
|
{ pat_with_workspace: [] },
|
|
20566
|
-
{
|
|
20566
|
+
{ console_session_with_workspace: [] },
|
|
20567
20567
|
{ api_key: [] }
|
|
20568
20568
|
],
|
|
20569
20569
|
summary: "/devices/unmanaged/get",
|
|
@@ -20845,7 +20845,7 @@ var openapi_default = {
|
|
|
20845
20845
|
security: [
|
|
20846
20846
|
{ api_key: [] },
|
|
20847
20847
|
{ pat_with_workspace: [] },
|
|
20848
|
-
{
|
|
20848
|
+
{ console_session_with_workspace: [] }
|
|
20849
20849
|
],
|
|
20850
20850
|
summary: "/devices/unmanaged/list",
|
|
20851
20851
|
tags: ["/devices"],
|
|
@@ -20891,7 +20891,7 @@ var openapi_default = {
|
|
|
20891
20891
|
security: [
|
|
20892
20892
|
{ api_key: [] },
|
|
20893
20893
|
{ pat_with_workspace: [] },
|
|
20894
|
-
{
|
|
20894
|
+
{ console_session_with_workspace: [] }
|
|
20895
20895
|
],
|
|
20896
20896
|
summary: "/devices/unmanaged/update",
|
|
20897
20897
|
tags: ["/devices"],
|
|
@@ -20933,7 +20933,7 @@ var openapi_default = {
|
|
|
20933
20933
|
security: [
|
|
20934
20934
|
{ api_key: [] },
|
|
20935
20935
|
{ pat_with_workspace: [] },
|
|
20936
|
-
{
|
|
20936
|
+
{ console_session_with_workspace: [] }
|
|
20937
20937
|
],
|
|
20938
20938
|
summary: "/devices/unmanaged/update",
|
|
20939
20939
|
tags: ["/devices"],
|
|
@@ -20993,7 +20993,7 @@ var openapi_default = {
|
|
|
20993
20993
|
security: [
|
|
20994
20994
|
{ api_key: [] },
|
|
20995
20995
|
{ pat_with_workspace: [] },
|
|
20996
|
-
{
|
|
20996
|
+
{ console_session_with_workspace: [] }
|
|
20997
20997
|
],
|
|
20998
20998
|
summary: "/devices/update",
|
|
20999
20999
|
tags: ["/devices"],
|
|
@@ -21050,7 +21050,7 @@ var openapi_default = {
|
|
|
21050
21050
|
security: [
|
|
21051
21051
|
{ api_key: [] },
|
|
21052
21052
|
{ pat_with_workspace: [] },
|
|
21053
|
-
{
|
|
21053
|
+
{ console_session_with_workspace: [] }
|
|
21054
21054
|
],
|
|
21055
21055
|
summary: "/devices/update",
|
|
21056
21056
|
tags: ["/devices"],
|
|
@@ -21100,7 +21100,7 @@ var openapi_default = {
|
|
|
21100
21100
|
{ client_session: [] },
|
|
21101
21101
|
{ api_key: [] },
|
|
21102
21102
|
{ pat_with_workspace: [] },
|
|
21103
|
-
{
|
|
21103
|
+
{ console_session_with_workspace: [] }
|
|
21104
21104
|
],
|
|
21105
21105
|
summary: "/events/get",
|
|
21106
21106
|
tags: ["/events"],
|
|
@@ -21336,7 +21336,7 @@ var openapi_default = {
|
|
|
21336
21336
|
{ client_session: [] },
|
|
21337
21337
|
{ api_key: [] },
|
|
21338
21338
|
{ pat_with_workspace: [] },
|
|
21339
|
-
{
|
|
21339
|
+
{ console_session_with_workspace: [] }
|
|
21340
21340
|
],
|
|
21341
21341
|
summary: "/events/list",
|
|
21342
21342
|
tags: ["/events"],
|
|
@@ -21385,7 +21385,7 @@ var openapi_default = {
|
|
|
21385
21385
|
security: [
|
|
21386
21386
|
{ client_session: [] },
|
|
21387
21387
|
{ pat_with_workspace: [] },
|
|
21388
|
-
{
|
|
21388
|
+
{ console_session_with_workspace: [] },
|
|
21389
21389
|
{ api_key: [] }
|
|
21390
21390
|
],
|
|
21391
21391
|
summary: "/locks/get",
|
|
@@ -21672,7 +21672,7 @@ var openapi_default = {
|
|
|
21672
21672
|
security: [
|
|
21673
21673
|
{ client_session: [] },
|
|
21674
21674
|
{ pat_with_workspace: [] },
|
|
21675
|
-
{
|
|
21675
|
+
{ console_session_with_workspace: [] },
|
|
21676
21676
|
{ api_key: [] }
|
|
21677
21677
|
],
|
|
21678
21678
|
summary: "/locks/list",
|
|
@@ -21724,7 +21724,7 @@ var openapi_default = {
|
|
|
21724
21724
|
security: [
|
|
21725
21725
|
{ client_session: [] },
|
|
21726
21726
|
{ pat_with_workspace: [] },
|
|
21727
|
-
{
|
|
21727
|
+
{ console_session_with_workspace: [] },
|
|
21728
21728
|
{ api_key: [] }
|
|
21729
21729
|
],
|
|
21730
21730
|
summary: "/locks/lock_door",
|
|
@@ -21776,7 +21776,7 @@ var openapi_default = {
|
|
|
21776
21776
|
security: [
|
|
21777
21777
|
{ client_session: [] },
|
|
21778
21778
|
{ pat_with_workspace: [] },
|
|
21779
|
-
{
|
|
21779
|
+
{ console_session_with_workspace: [] },
|
|
21780
21780
|
{ api_key: [] }
|
|
21781
21781
|
],
|
|
21782
21782
|
summary: "/locks/unlock_door",
|
|
@@ -21822,7 +21822,7 @@ var openapi_default = {
|
|
|
21822
21822
|
},
|
|
21823
21823
|
security: [
|
|
21824
21824
|
{ pat_with_workspace: [] },
|
|
21825
|
-
{
|
|
21825
|
+
{ console_session_with_workspace: [] },
|
|
21826
21826
|
{ api_key: [] }
|
|
21827
21827
|
],
|
|
21828
21828
|
summary: "/networks/get",
|
|
@@ -21865,7 +21865,7 @@ var openapi_default = {
|
|
|
21865
21865
|
},
|
|
21866
21866
|
security: [
|
|
21867
21867
|
{ pat_with_workspace: [] },
|
|
21868
|
-
{
|
|
21868
|
+
{ console_session_with_workspace: [] },
|
|
21869
21869
|
{ api_key: [] }
|
|
21870
21870
|
],
|
|
21871
21871
|
summary: "/networks/list",
|
|
@@ -22151,7 +22151,7 @@ var openapi_default = {
|
|
|
22151
22151
|
security: [
|
|
22152
22152
|
{ client_session: [] },
|
|
22153
22153
|
{ pat_with_workspace: [] },
|
|
22154
|
-
{
|
|
22154
|
+
{ console_session_with_workspace: [] },
|
|
22155
22155
|
{ api_key: [] }
|
|
22156
22156
|
],
|
|
22157
22157
|
summary: "/noise_sensors/list",
|
|
@@ -22211,7 +22211,7 @@ var openapi_default = {
|
|
|
22211
22211
|
security: [
|
|
22212
22212
|
{ api_key: [] },
|
|
22213
22213
|
{ pat_with_workspace: [] },
|
|
22214
|
-
{
|
|
22214
|
+
{ console_session_with_workspace: [] }
|
|
22215
22215
|
],
|
|
22216
22216
|
summary: "/noise_sensors/noise_thresholds/create",
|
|
22217
22217
|
tags: ["/noise_sensors"],
|
|
@@ -22263,7 +22263,7 @@ var openapi_default = {
|
|
|
22263
22263
|
security: [
|
|
22264
22264
|
{ api_key: [] },
|
|
22265
22265
|
{ pat_with_workspace: [] },
|
|
22266
|
-
{
|
|
22266
|
+
{ console_session_with_workspace: [] }
|
|
22267
22267
|
],
|
|
22268
22268
|
summary: "/noise_sensors/noise_thresholds/delete",
|
|
22269
22269
|
tags: ["/noise_sensors"],
|
|
@@ -22312,7 +22312,7 @@ var openapi_default = {
|
|
|
22312
22312
|
security: [
|
|
22313
22313
|
{ api_key: [] },
|
|
22314
22314
|
{ pat_with_workspace: [] },
|
|
22315
|
-
{
|
|
22315
|
+
{ console_session_with_workspace: [] }
|
|
22316
22316
|
],
|
|
22317
22317
|
summary: "/noise_sensors/noise_thresholds/get",
|
|
22318
22318
|
tags: ["/noise_sensors"],
|
|
@@ -22365,7 +22365,7 @@ var openapi_default = {
|
|
|
22365
22365
|
{ client_session: [] },
|
|
22366
22366
|
{ api_key: [] },
|
|
22367
22367
|
{ pat_with_workspace: [] },
|
|
22368
|
-
{
|
|
22368
|
+
{ console_session_with_workspace: [] }
|
|
22369
22369
|
],
|
|
22370
22370
|
summary: "/noise_sensors/noise_thresholds/list",
|
|
22371
22371
|
tags: ["/noise_sensors"],
|
|
@@ -22422,7 +22422,7 @@ var openapi_default = {
|
|
|
22422
22422
|
security: [
|
|
22423
22423
|
{ api_key: [] },
|
|
22424
22424
|
{ pat_with_workspace: [] },
|
|
22425
|
-
{
|
|
22425
|
+
{ console_session_with_workspace: [] }
|
|
22426
22426
|
],
|
|
22427
22427
|
summary: "/noise_sensors/noise_thresholds/update",
|
|
22428
22428
|
tags: ["/noise_sensors"],
|
|
@@ -22475,7 +22475,7 @@ var openapi_default = {
|
|
|
22475
22475
|
security: [
|
|
22476
22476
|
{ api_key: [] },
|
|
22477
22477
|
{ pat_with_workspace: [] },
|
|
22478
|
-
{
|
|
22478
|
+
{ console_session_with_workspace: [] }
|
|
22479
22479
|
],
|
|
22480
22480
|
summary: "/noise_sensors/noise_thresholds/update",
|
|
22481
22481
|
tags: ["/noise_sensors"],
|
|
@@ -22529,7 +22529,7 @@ var openapi_default = {
|
|
|
22529
22529
|
security: [
|
|
22530
22530
|
{ api_key: [] },
|
|
22531
22531
|
{ pat_with_workspace: [] },
|
|
22532
|
-
{
|
|
22532
|
+
{ console_session_with_workspace: [] }
|
|
22533
22533
|
],
|
|
22534
22534
|
summary: "/noise_sensors/noise_thresholds/update",
|
|
22535
22535
|
tags: ["/noise_sensors"],
|
|
@@ -22570,7 +22570,7 @@ var openapi_default = {
|
|
|
22570
22570
|
security: [
|
|
22571
22571
|
{ api_key: [] },
|
|
22572
22572
|
{ pat_with_workspace: [] },
|
|
22573
|
-
{
|
|
22573
|
+
{ console_session_with_workspace: [] }
|
|
22574
22574
|
],
|
|
22575
22575
|
summary: "/noise_sensors/simulate/trigger_noise_threshold",
|
|
22576
22576
|
tags: ["/noise_sensors"],
|
|
@@ -22612,7 +22612,7 @@ var openapi_default = {
|
|
|
22612
22612
|
security: [
|
|
22613
22613
|
{ client_session: [] },
|
|
22614
22614
|
{ pat_with_workspace: [] },
|
|
22615
|
-
{
|
|
22615
|
+
{ console_session_with_workspace: [] },
|
|
22616
22616
|
{ api_key: [] }
|
|
22617
22617
|
],
|
|
22618
22618
|
summary: "/phones/deactivate",
|
|
@@ -22663,7 +22663,7 @@ var openapi_default = {
|
|
|
22663
22663
|
security: [
|
|
22664
22664
|
{ api_key: [] },
|
|
22665
22665
|
{ pat_with_workspace: [] },
|
|
22666
|
-
{
|
|
22666
|
+
{ console_session_with_workspace: [] }
|
|
22667
22667
|
],
|
|
22668
22668
|
summary: "/phones/list",
|
|
22669
22669
|
tags: ["/phones"],
|
|
@@ -22748,7 +22748,7 @@ var openapi_default = {
|
|
|
22748
22748
|
security: [
|
|
22749
22749
|
{ api_key: [] },
|
|
22750
22750
|
{ pat_with_workspace: [] },
|
|
22751
|
-
{
|
|
22751
|
+
{ console_session_with_workspace: [] }
|
|
22752
22752
|
],
|
|
22753
22753
|
summary: "/phones/simulate/create_sandbox_phone",
|
|
22754
22754
|
tags: ["/phones"],
|
|
@@ -22806,7 +22806,7 @@ var openapi_default = {
|
|
|
22806
22806
|
},
|
|
22807
22807
|
security: [
|
|
22808
22808
|
{ pat_with_workspace: [] },
|
|
22809
|
-
{
|
|
22809
|
+
{ console_session_with_workspace: [] },
|
|
22810
22810
|
{ api_key: [] }
|
|
22811
22811
|
],
|
|
22812
22812
|
summary: "/thermostats/activate_climate_preset",
|
|
@@ -22878,7 +22878,7 @@ var openapi_default = {
|
|
|
22878
22878
|
security: [
|
|
22879
22879
|
{ client_session: [] },
|
|
22880
22880
|
{ pat_with_workspace: [] },
|
|
22881
|
-
{
|
|
22881
|
+
{ console_session_with_workspace: [] },
|
|
22882
22882
|
{ api_key: [] }
|
|
22883
22883
|
],
|
|
22884
22884
|
summary: "/thermostats/cool",
|
|
@@ -22976,7 +22976,7 @@ var openapi_default = {
|
|
|
22976
22976
|
},
|
|
22977
22977
|
security: [
|
|
22978
22978
|
{ pat_with_workspace: [] },
|
|
22979
|
-
{
|
|
22979
|
+
{ console_session_with_workspace: [] },
|
|
22980
22980
|
{ api_key: [] }
|
|
22981
22981
|
],
|
|
22982
22982
|
summary: "/thermostats/create_climate_preset",
|
|
@@ -23030,7 +23030,7 @@ var openapi_default = {
|
|
|
23030
23030
|
},
|
|
23031
23031
|
security: [
|
|
23032
23032
|
{ pat_with_workspace: [] },
|
|
23033
|
-
{
|
|
23033
|
+
{ console_session_with_workspace: [] },
|
|
23034
23034
|
{ api_key: [] }
|
|
23035
23035
|
],
|
|
23036
23036
|
summary: "/thermostats/delete_climate_preset",
|
|
@@ -23087,7 +23087,7 @@ var openapi_default = {
|
|
|
23087
23087
|
security: [
|
|
23088
23088
|
{ client_session: [] },
|
|
23089
23089
|
{ pat_with_workspace: [] },
|
|
23090
|
-
{
|
|
23090
|
+
{ console_session_with_workspace: [] },
|
|
23091
23091
|
{ api_key: [] }
|
|
23092
23092
|
],
|
|
23093
23093
|
summary: "/thermostats/get",
|
|
@@ -23161,7 +23161,7 @@ var openapi_default = {
|
|
|
23161
23161
|
security: [
|
|
23162
23162
|
{ client_session: [] },
|
|
23163
23163
|
{ pat_with_workspace: [] },
|
|
23164
|
-
{
|
|
23164
|
+
{ console_session_with_workspace: [] },
|
|
23165
23165
|
{ api_key: [] }
|
|
23166
23166
|
],
|
|
23167
23167
|
summary: "/thermostats/heat",
|
|
@@ -23243,7 +23243,7 @@ var openapi_default = {
|
|
|
23243
23243
|
security: [
|
|
23244
23244
|
{ client_session: [] },
|
|
23245
23245
|
{ pat_with_workspace: [] },
|
|
23246
|
-
{
|
|
23246
|
+
{ console_session_with_workspace: [] },
|
|
23247
23247
|
{ api_key: [] }
|
|
23248
23248
|
],
|
|
23249
23249
|
summary: "/thermostats/heat_cool",
|
|
@@ -23531,7 +23531,7 @@ var openapi_default = {
|
|
|
23531
23531
|
security: [
|
|
23532
23532
|
{ api_key: [] },
|
|
23533
23533
|
{ pat_with_workspace: [] },
|
|
23534
|
-
{
|
|
23534
|
+
{ console_session_with_workspace: [] },
|
|
23535
23535
|
{ client_session: [] }
|
|
23536
23536
|
],
|
|
23537
23537
|
summary: "/thermostats/list",
|
|
@@ -23593,7 +23593,7 @@ var openapi_default = {
|
|
|
23593
23593
|
security: [
|
|
23594
23594
|
{ client_session: [] },
|
|
23595
23595
|
{ pat_with_workspace: [] },
|
|
23596
|
-
{
|
|
23596
|
+
{ console_session_with_workspace: [] },
|
|
23597
23597
|
{ api_key: [] }
|
|
23598
23598
|
],
|
|
23599
23599
|
summary: "/thermostats/off",
|
|
@@ -23681,7 +23681,7 @@ var openapi_default = {
|
|
|
23681
23681
|
security: [
|
|
23682
23682
|
{ client_session: [] },
|
|
23683
23683
|
{ pat_with_workspace: [] },
|
|
23684
|
-
{
|
|
23684
|
+
{ console_session_with_workspace: [] },
|
|
23685
23685
|
{ api_key: [] }
|
|
23686
23686
|
],
|
|
23687
23687
|
summary: "/thermostats/schedules/create",
|
|
@@ -23733,7 +23733,7 @@ var openapi_default = {
|
|
|
23733
23733
|
security: [
|
|
23734
23734
|
{ client_session: [] },
|
|
23735
23735
|
{ pat_with_workspace: [] },
|
|
23736
|
-
{
|
|
23736
|
+
{ console_session_with_workspace: [] },
|
|
23737
23737
|
{ api_key: [] }
|
|
23738
23738
|
],
|
|
23739
23739
|
summary: "/thermostats/schedules/delete",
|
|
@@ -23789,7 +23789,7 @@ var openapi_default = {
|
|
|
23789
23789
|
security: [
|
|
23790
23790
|
{ client_session: [] },
|
|
23791
23791
|
{ pat_with_workspace: [] },
|
|
23792
|
-
{
|
|
23792
|
+
{ console_session_with_workspace: [] },
|
|
23793
23793
|
{ api_key: [] }
|
|
23794
23794
|
],
|
|
23795
23795
|
summary: "/thermostats/schedules/get",
|
|
@@ -23854,7 +23854,7 @@ var openapi_default = {
|
|
|
23854
23854
|
{ api_key: [] },
|
|
23855
23855
|
{ client_session: [] },
|
|
23856
23856
|
{ pat_with_workspace: [] },
|
|
23857
|
-
{
|
|
23857
|
+
{ console_session_with_workspace: [] }
|
|
23858
23858
|
],
|
|
23859
23859
|
summary: "/thermostats/schedules/list",
|
|
23860
23860
|
tags: ["/thermostats"],
|
|
@@ -23930,7 +23930,7 @@ var openapi_default = {
|
|
|
23930
23930
|
security: [
|
|
23931
23931
|
{ client_session: [] },
|
|
23932
23932
|
{ pat_with_workspace: [] },
|
|
23933
|
-
{
|
|
23933
|
+
{ console_session_with_workspace: [] },
|
|
23934
23934
|
{ api_key: [] }
|
|
23935
23935
|
],
|
|
23936
23936
|
summary: "/thermostats/schedules/update",
|
|
@@ -24003,7 +24003,7 @@ var openapi_default = {
|
|
|
24003
24003
|
security: [
|
|
24004
24004
|
{ client_session: [] },
|
|
24005
24005
|
{ pat_with_workspace: [] },
|
|
24006
|
-
{
|
|
24006
|
+
{ console_session_with_workspace: [] },
|
|
24007
24007
|
{ api_key: [] }
|
|
24008
24008
|
],
|
|
24009
24009
|
summary: "/thermostats/schedules/update",
|
|
@@ -24057,7 +24057,7 @@ var openapi_default = {
|
|
|
24057
24057
|
},
|
|
24058
24058
|
security: [
|
|
24059
24059
|
{ pat_with_workspace: [] },
|
|
24060
|
-
{
|
|
24060
|
+
{ console_session_with_workspace: [] },
|
|
24061
24061
|
{ api_key: [] }
|
|
24062
24062
|
],
|
|
24063
24063
|
summary: "/thermostats/set_fallback_climate_preset",
|
|
@@ -24125,7 +24125,7 @@ var openapi_default = {
|
|
|
24125
24125
|
security: [
|
|
24126
24126
|
{ client_session: [] },
|
|
24127
24127
|
{ pat_with_workspace: [] },
|
|
24128
|
-
{
|
|
24128
|
+
{ console_session_with_workspace: [] },
|
|
24129
24129
|
{ api_key: [] }
|
|
24130
24130
|
],
|
|
24131
24131
|
summary: "/thermostats/set_fan_mode",
|
|
@@ -24267,7 +24267,7 @@ var openapi_default = {
|
|
|
24267
24267
|
security: [
|
|
24268
24268
|
{ client_session: [] },
|
|
24269
24269
|
{ pat_with_workspace: [] },
|
|
24270
|
-
{
|
|
24270
|
+
{ console_session_with_workspace: [] },
|
|
24271
24271
|
{ api_key: [] }
|
|
24272
24272
|
],
|
|
24273
24273
|
summary: "/thermostats/set_hvac_mode",
|
|
@@ -24347,7 +24347,7 @@ var openapi_default = {
|
|
|
24347
24347
|
security: [
|
|
24348
24348
|
{ api_key: [] },
|
|
24349
24349
|
{ pat_with_workspace: [] },
|
|
24350
|
-
{
|
|
24350
|
+
{ console_session_with_workspace: [] }
|
|
24351
24351
|
],
|
|
24352
24352
|
summary: "/thermostats/set_temperature_threshold",
|
|
24353
24353
|
tags: ["/thermostats"],
|
|
@@ -24422,7 +24422,7 @@ var openapi_default = {
|
|
|
24422
24422
|
security: [
|
|
24423
24423
|
{ api_key: [] },
|
|
24424
24424
|
{ pat_with_workspace: [] },
|
|
24425
|
-
{
|
|
24425
|
+
{ console_session_with_workspace: [] }
|
|
24426
24426
|
],
|
|
24427
24427
|
summary: "/thermostats/set_temperature_threshold",
|
|
24428
24428
|
tags: ["/thermostats"],
|
|
@@ -24521,7 +24521,7 @@ var openapi_default = {
|
|
|
24521
24521
|
},
|
|
24522
24522
|
security: [
|
|
24523
24523
|
{ pat_with_workspace: [] },
|
|
24524
|
-
{
|
|
24524
|
+
{ console_session_with_workspace: [] },
|
|
24525
24525
|
{ api_key: [] }
|
|
24526
24526
|
],
|
|
24527
24527
|
summary: "/thermostats/update_climate_preset",
|
|
@@ -24618,7 +24618,7 @@ var openapi_default = {
|
|
|
24618
24618
|
},
|
|
24619
24619
|
security: [
|
|
24620
24620
|
{ pat_with_workspace: [] },
|
|
24621
|
-
{
|
|
24621
|
+
{ console_session_with_workspace: [] },
|
|
24622
24622
|
{ api_key: [] }
|
|
24623
24623
|
],
|
|
24624
24624
|
summary: "/thermostats/update_climate_preset",
|
|
@@ -24674,7 +24674,7 @@ var openapi_default = {
|
|
|
24674
24674
|
security: [
|
|
24675
24675
|
{ api_key: [] },
|
|
24676
24676
|
{ pat_with_workspace: [] },
|
|
24677
|
-
{
|
|
24677
|
+
{ console_session_with_workspace: [] }
|
|
24678
24678
|
],
|
|
24679
24679
|
summary: "/user_identities/add_acs_user",
|
|
24680
24680
|
tags: ["/user_identities"],
|
|
@@ -24727,7 +24727,7 @@ var openapi_default = {
|
|
|
24727
24727
|
security: [
|
|
24728
24728
|
{ api_key: [] },
|
|
24729
24729
|
{ pat_with_workspace: [] },
|
|
24730
|
-
{
|
|
24730
|
+
{ console_session_with_workspace: [] }
|
|
24731
24731
|
],
|
|
24732
24732
|
summary: "/user_identities/add_acs_user",
|
|
24733
24733
|
tags: ["/user_identities"],
|
|
@@ -24798,7 +24798,7 @@ var openapi_default = {
|
|
|
24798
24798
|
security: [
|
|
24799
24799
|
{ api_key: [] },
|
|
24800
24800
|
{ pat_with_workspace: [] },
|
|
24801
|
-
{
|
|
24801
|
+
{ console_session_with_workspace: [] }
|
|
24802
24802
|
],
|
|
24803
24803
|
summary: "/user_identities/create",
|
|
24804
24804
|
tags: ["/user_identities"],
|
|
@@ -24849,7 +24849,7 @@ var openapi_default = {
|
|
|
24849
24849
|
security: [
|
|
24850
24850
|
{ api_key: [] },
|
|
24851
24851
|
{ pat_with_workspace: [] },
|
|
24852
|
-
{
|
|
24852
|
+
{ console_session_with_workspace: [] }
|
|
24853
24853
|
],
|
|
24854
24854
|
summary: "/user_identities/delete",
|
|
24855
24855
|
tags: ["/user_identities"],
|
|
@@ -24898,7 +24898,7 @@ var openapi_default = {
|
|
|
24898
24898
|
},
|
|
24899
24899
|
security: [
|
|
24900
24900
|
{ pat_with_workspace: [] },
|
|
24901
|
-
{
|
|
24901
|
+
{ console_session_with_workspace: [] },
|
|
24902
24902
|
{ api_key: [] }
|
|
24903
24903
|
],
|
|
24904
24904
|
summary: "/user_identities/enrollment_automations/delete",
|
|
@@ -24954,7 +24954,7 @@ var openapi_default = {
|
|
|
24954
24954
|
security: [
|
|
24955
24955
|
{ client_session: [] },
|
|
24956
24956
|
{ pat_with_workspace: [] },
|
|
24957
|
-
{
|
|
24957
|
+
{ console_session_with_workspace: [] },
|
|
24958
24958
|
{ api_key: [] }
|
|
24959
24959
|
],
|
|
24960
24960
|
summary: "/user_identities/enrollment_automations/get",
|
|
@@ -25057,7 +25057,7 @@ var openapi_default = {
|
|
|
25057
25057
|
},
|
|
25058
25058
|
security: [
|
|
25059
25059
|
{ pat_with_workspace: [] },
|
|
25060
|
-
{
|
|
25060
|
+
{ console_session_with_workspace: [] },
|
|
25061
25061
|
{ api_key: [] }
|
|
25062
25062
|
],
|
|
25063
25063
|
summary: "/user_identities/enrollment_automations/launch",
|
|
@@ -25117,7 +25117,7 @@ var openapi_default = {
|
|
|
25117
25117
|
security: [
|
|
25118
25118
|
{ client_session: [] },
|
|
25119
25119
|
{ pat_with_workspace: [] },
|
|
25120
|
-
{
|
|
25120
|
+
{ console_session_with_workspace: [] },
|
|
25121
25121
|
{ api_key: [] }
|
|
25122
25122
|
],
|
|
25123
25123
|
summary: "/user_identities/enrollment_automations/list",
|
|
@@ -25183,7 +25183,7 @@ var openapi_default = {
|
|
|
25183
25183
|
security: [
|
|
25184
25184
|
{ api_key: [] },
|
|
25185
25185
|
{ pat_with_workspace: [] },
|
|
25186
|
-
{
|
|
25186
|
+
{ console_session_with_workspace: [] }
|
|
25187
25187
|
],
|
|
25188
25188
|
summary: "/user_identities/get",
|
|
25189
25189
|
tags: ["/user_identities"],
|
|
@@ -25239,7 +25239,7 @@ var openapi_default = {
|
|
|
25239
25239
|
security: [
|
|
25240
25240
|
{ api_key: [] },
|
|
25241
25241
|
{ pat_with_workspace: [] },
|
|
25242
|
-
{
|
|
25242
|
+
{ console_session_with_workspace: [] }
|
|
25243
25243
|
],
|
|
25244
25244
|
summary: "/user_identities/grant_access_to_device",
|
|
25245
25245
|
tags: ["/user_identities"],
|
|
@@ -25292,7 +25292,7 @@ var openapi_default = {
|
|
|
25292
25292
|
security: [
|
|
25293
25293
|
{ api_key: [] },
|
|
25294
25294
|
{ pat_with_workspace: [] },
|
|
25295
|
-
{
|
|
25295
|
+
{ console_session_with_workspace: [] }
|
|
25296
25296
|
],
|
|
25297
25297
|
summary: "/user_identities/grant_access_to_device",
|
|
25298
25298
|
tags: ["/user_identities"],
|
|
@@ -25346,7 +25346,7 @@ var openapi_default = {
|
|
|
25346
25346
|
{ api_key: [] },
|
|
25347
25347
|
{ client_session: [] },
|
|
25348
25348
|
{ pat_with_workspace: [] },
|
|
25349
|
-
{
|
|
25349
|
+
{ console_session_with_workspace: [] }
|
|
25350
25350
|
],
|
|
25351
25351
|
summary: "/user_identities/list",
|
|
25352
25352
|
tags: ["/user_identities"],
|
|
@@ -25409,7 +25409,7 @@ var openapi_default = {
|
|
|
25409
25409
|
security: [
|
|
25410
25410
|
{ api_key: [] },
|
|
25411
25411
|
{ pat_with_workspace: [] },
|
|
25412
|
-
{
|
|
25412
|
+
{ console_session_with_workspace: [] }
|
|
25413
25413
|
],
|
|
25414
25414
|
summary: "/user_identities/list_accessible_devices",
|
|
25415
25415
|
tags: ["/user_identities"],
|
|
@@ -25466,7 +25466,7 @@ var openapi_default = {
|
|
|
25466
25466
|
security: [
|
|
25467
25467
|
{ client_session: [] },
|
|
25468
25468
|
{ pat_with_workspace: [] },
|
|
25469
|
-
{
|
|
25469
|
+
{ console_session_with_workspace: [] },
|
|
25470
25470
|
{ api_key: [] }
|
|
25471
25471
|
],
|
|
25472
25472
|
summary: "/user_identities/list_acs_systems",
|
|
@@ -25524,7 +25524,7 @@ var openapi_default = {
|
|
|
25524
25524
|
security: [
|
|
25525
25525
|
{ api_key: [] },
|
|
25526
25526
|
{ pat_with_workspace: [] },
|
|
25527
|
-
{
|
|
25527
|
+
{ console_session_with_workspace: [] }
|
|
25528
25528
|
],
|
|
25529
25529
|
summary: "/user_identities/list_acs_users",
|
|
25530
25530
|
tags: ["/user_identities"],
|
|
@@ -25580,7 +25580,7 @@ var openapi_default = {
|
|
|
25580
25580
|
security: [
|
|
25581
25581
|
{ api_key: [] },
|
|
25582
25582
|
{ pat_with_workspace: [] },
|
|
25583
|
-
{
|
|
25583
|
+
{ console_session_with_workspace: [] }
|
|
25584
25584
|
],
|
|
25585
25585
|
summary: "/user_identities/remove_acs_user",
|
|
25586
25586
|
tags: ["/user_identities"],
|
|
@@ -25635,7 +25635,7 @@ var openapi_default = {
|
|
|
25635
25635
|
security: [
|
|
25636
25636
|
{ api_key: [] },
|
|
25637
25637
|
{ pat_with_workspace: [] },
|
|
25638
|
-
{
|
|
25638
|
+
{ console_session_with_workspace: [] }
|
|
25639
25639
|
],
|
|
25640
25640
|
summary: "/user_identities/revoke_access_to_device",
|
|
25641
25641
|
tags: ["/user_identities"],
|
|
@@ -25701,7 +25701,7 @@ var openapi_default = {
|
|
|
25701
25701
|
},
|
|
25702
25702
|
security: [
|
|
25703
25703
|
{ pat_with_workspace: [] },
|
|
25704
|
-
{
|
|
25704
|
+
{ console_session_with_workspace: [] },
|
|
25705
25705
|
{ api_key: [] }
|
|
25706
25706
|
],
|
|
25707
25707
|
summary: "/user_identities/update",
|
|
@@ -25764,7 +25764,7 @@ var openapi_default = {
|
|
|
25764
25764
|
},
|
|
25765
25765
|
security: [
|
|
25766
25766
|
{ pat_with_workspace: [] },
|
|
25767
|
-
{
|
|
25767
|
+
{ console_session_with_workspace: [] },
|
|
25768
25768
|
{ api_key: [] }
|
|
25769
25769
|
],
|
|
25770
25770
|
summary: "/user_identities/update",
|
|
@@ -25817,7 +25817,7 @@ var openapi_default = {
|
|
|
25817
25817
|
security: [
|
|
25818
25818
|
{ api_key: [] },
|
|
25819
25819
|
{ pat_with_workspace: [] },
|
|
25820
|
-
{
|
|
25820
|
+
{ console_session_with_workspace: [] }
|
|
25821
25821
|
],
|
|
25822
25822
|
summary: "/webhooks/create",
|
|
25823
25823
|
tags: ["/webhooks"],
|
|
@@ -25860,7 +25860,7 @@ var openapi_default = {
|
|
|
25860
25860
|
security: [
|
|
25861
25861
|
{ api_key: [] },
|
|
25862
25862
|
{ pat_with_workspace: [] },
|
|
25863
|
-
{
|
|
25863
|
+
{ console_session_with_workspace: [] }
|
|
25864
25864
|
],
|
|
25865
25865
|
summary: "/webhooks/delete",
|
|
25866
25866
|
tags: ["/webhooks"],
|
|
@@ -25905,7 +25905,7 @@ var openapi_default = {
|
|
|
25905
25905
|
security: [
|
|
25906
25906
|
{ api_key: [] },
|
|
25907
25907
|
{ pat_with_workspace: [] },
|
|
25908
|
-
{
|
|
25908
|
+
{ console_session_with_workspace: [] }
|
|
25909
25909
|
],
|
|
25910
25910
|
summary: "/webhooks/get",
|
|
25911
25911
|
tags: ["/webhooks"],
|
|
@@ -25943,7 +25943,7 @@ var openapi_default = {
|
|
|
25943
25943
|
security: [
|
|
25944
25944
|
{ api_key: [] },
|
|
25945
25945
|
{ pat_with_workspace: [] },
|
|
25946
|
-
{
|
|
25946
|
+
{ console_session_with_workspace: [] }
|
|
25947
25947
|
],
|
|
25948
25948
|
summary: "/webhooks/list",
|
|
25949
25949
|
tags: ["/webhooks"],
|
|
@@ -25977,7 +25977,7 @@ var openapi_default = {
|
|
|
25977
25977
|
security: [
|
|
25978
25978
|
{ api_key: [] },
|
|
25979
25979
|
{ pat_with_workspace: [] },
|
|
25980
|
-
{
|
|
25980
|
+
{ console_session_with_workspace: [] }
|
|
25981
25981
|
],
|
|
25982
25982
|
summary: "/webhooks/list",
|
|
25983
25983
|
tags: ["/webhooks"],
|
|
@@ -26023,7 +26023,7 @@ var openapi_default = {
|
|
|
26023
26023
|
security: [
|
|
26024
26024
|
{ api_key: [] },
|
|
26025
26025
|
{ pat_with_workspace: [] },
|
|
26026
|
-
{
|
|
26026
|
+
{ console_session_with_workspace: [] }
|
|
26027
26027
|
],
|
|
26028
26028
|
summary: "/webhooks/update",
|
|
26029
26029
|
tags: ["/webhooks"],
|
|
@@ -26066,7 +26066,7 @@ var openapi_default = {
|
|
|
26066
26066
|
security: [
|
|
26067
26067
|
{ api_key: [] },
|
|
26068
26068
|
{ pat_with_workspace: [] },
|
|
26069
|
-
{
|
|
26069
|
+
{ console_session_with_workspace: [] }
|
|
26070
26070
|
],
|
|
26071
26071
|
summary: "/webhooks/update",
|
|
26072
26072
|
tags: ["/webhooks"],
|
|
@@ -26125,8 +26125,8 @@ var openapi_default = {
|
|
|
26125
26125
|
},
|
|
26126
26126
|
security: [
|
|
26127
26127
|
{ pat_without_workspace: [] },
|
|
26128
|
-
{
|
|
26129
|
-
{
|
|
26128
|
+
{ console_session_with_workspace: [] },
|
|
26129
|
+
{ console_session_without_workspace: [] }
|
|
26130
26130
|
],
|
|
26131
26131
|
summary: "/workspaces/create",
|
|
26132
26132
|
tags: ["/workspaces"],
|
|
@@ -26160,7 +26160,7 @@ var openapi_default = {
|
|
|
26160
26160
|
},
|
|
26161
26161
|
security: [
|
|
26162
26162
|
{ api_key: [] },
|
|
26163
|
-
{
|
|
26163
|
+
{ console_session_with_workspace: [] },
|
|
26164
26164
|
{ client_session: [] },
|
|
26165
26165
|
{ pat_with_workspace: [] }
|
|
26166
26166
|
],
|
|
@@ -26192,7 +26192,7 @@ var openapi_default = {
|
|
|
26192
26192
|
},
|
|
26193
26193
|
security: [
|
|
26194
26194
|
{ api_key: [] },
|
|
26195
|
-
{
|
|
26195
|
+
{ console_session_with_workspace: [] },
|
|
26196
26196
|
{ client_session: [] },
|
|
26197
26197
|
{ pat_with_workspace: [] }
|
|
26198
26198
|
],
|
|
@@ -26232,11 +26232,10 @@ var openapi_default = {
|
|
|
26232
26232
|
security: [
|
|
26233
26233
|
{ pat_with_workspace: [] },
|
|
26234
26234
|
{ pat_without_workspace: [] },
|
|
26235
|
-
{ user_session: [] },
|
|
26236
|
-
{ user_session_without_workspace: [] },
|
|
26237
26235
|
{ api_key: [] },
|
|
26238
26236
|
{ client_session: [] },
|
|
26239
|
-
{
|
|
26237
|
+
{ console_session_with_workspace: [] },
|
|
26238
|
+
{ console_session_without_workspace: [] }
|
|
26240
26239
|
],
|
|
26241
26240
|
summary: "/workspaces/list",
|
|
26242
26241
|
tags: ["/workspaces"],
|
|
@@ -26270,11 +26269,10 @@ var openapi_default = {
|
|
|
26270
26269
|
security: [
|
|
26271
26270
|
{ pat_with_workspace: [] },
|
|
26272
26271
|
{ pat_without_workspace: [] },
|
|
26273
|
-
{ user_session: [] },
|
|
26274
|
-
{ user_session_without_workspace: [] },
|
|
26275
26272
|
{ api_key: [] },
|
|
26276
26273
|
{ client_session: [] },
|
|
26277
|
-
{
|
|
26274
|
+
{ console_session_with_workspace: [] },
|
|
26275
|
+
{ console_session_without_workspace: [] }
|
|
26278
26276
|
],
|
|
26279
26277
|
summary: "/workspaces/list",
|
|
26280
26278
|
tags: ["/workspaces"],
|
|
@@ -26311,7 +26309,7 @@ var openapi_default = {
|
|
|
26311
26309
|
security: [
|
|
26312
26310
|
{ api_key: [] },
|
|
26313
26311
|
{ pat_with_workspace: [] },
|
|
26314
|
-
{
|
|
26312
|
+
{ console_session_with_workspace: [] }
|
|
26315
26313
|
],
|
|
26316
26314
|
summary: "/workspaces/reset_sandbox",
|
|
26317
26315
|
tags: ["/workspaces"],
|