@seamapi/types 1.657.0 → 1.659.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 +152 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +476 -0
- package/dist/index.cjs +152 -9
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +5 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.d.ts +3 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.js +3 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +7 -0
- package/lib/seam/connect/models/batch.js +7 -4
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-session.d.ts +20 -0
- package/lib/seam/connect/openapi.d.ts +191 -0
- package/lib/seam/connect/openapi.js +135 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +273 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/metadata/salto-space.ts +5 -0
- package/src/lib/seam/connect/models/batch.ts +35 -32
- package/src/lib/seam/connect/openapi.ts +137 -0
- package/src/lib/seam/connect/route-types.ts +273 -0
|
@@ -2062,6 +2062,7 @@ export type Routes = {
|
|
|
2062
2062
|
is_offline_access_code: boolean
|
|
2063
2063
|
}
|
|
2064
2064
|
}
|
|
2065
|
+
maxDuration: undefined
|
|
2065
2066
|
}
|
|
2066
2067
|
'/access_codes/create_multiple': {
|
|
2067
2068
|
route: '/access_codes/create_multiple'
|
|
@@ -2671,6 +2672,7 @@ export type Routes = {
|
|
|
2671
2672
|
is_offline_access_code: boolean
|
|
2672
2673
|
}[]
|
|
2673
2674
|
}
|
|
2675
|
+
maxDuration: undefined
|
|
2674
2676
|
}
|
|
2675
2677
|
'/access_codes/delete': {
|
|
2676
2678
|
route: '/access_codes/delete'
|
|
@@ -4134,6 +4136,7 @@ export type Routes = {
|
|
|
4134
4136
|
}
|
|
4135
4137
|
}
|
|
4136
4138
|
}
|
|
4139
|
+
maxDuration: undefined
|
|
4137
4140
|
}
|
|
4138
4141
|
'/access_codes/generate_code': {
|
|
4139
4142
|
route: '/access_codes/generate_code'
|
|
@@ -4151,6 +4154,7 @@ export type Routes = {
|
|
|
4151
4154
|
code: string
|
|
4152
4155
|
}
|
|
4153
4156
|
}
|
|
4157
|
+
maxDuration: undefined
|
|
4154
4158
|
}
|
|
4155
4159
|
'/access_codes/get': {
|
|
4156
4160
|
route: '/access_codes/get'
|
|
@@ -4735,6 +4739,7 @@ export type Routes = {
|
|
|
4735
4739
|
is_offline_access_code: boolean
|
|
4736
4740
|
}
|
|
4737
4741
|
}
|
|
4742
|
+
maxDuration: undefined
|
|
4738
4743
|
}
|
|
4739
4744
|
'/access_codes/list': {
|
|
4740
4745
|
route: '/access_codes/list'
|
|
@@ -5327,6 +5332,7 @@ export type Routes = {
|
|
|
5327
5332
|
next_page_url: string | null
|
|
5328
5333
|
}
|
|
5329
5334
|
}
|
|
5335
|
+
maxDuration: undefined
|
|
5330
5336
|
}
|
|
5331
5337
|
'/access_codes/pull_backup_access_code': {
|
|
5332
5338
|
route: '/access_codes/pull_backup_access_code'
|
|
@@ -6474,6 +6480,7 @@ export type Routes = {
|
|
|
6474
6480
|
is_offline_access_code: boolean
|
|
6475
6481
|
}
|
|
6476
6482
|
}
|
|
6483
|
+
maxDuration: undefined
|
|
6477
6484
|
}
|
|
6478
6485
|
'/access_codes/report_device_constraints': {
|
|
6479
6486
|
route: '/access_codes/report_device_constraints'
|
|
@@ -6492,6 +6499,7 @@ export type Routes = {
|
|
|
6492
6499
|
commonParams: {}
|
|
6493
6500
|
formData: {}
|
|
6494
6501
|
jsonResponse: {}
|
|
6502
|
+
maxDuration: undefined
|
|
6495
6503
|
}
|
|
6496
6504
|
'/access_codes/simulate/create_unmanaged_access_code': {
|
|
6497
6505
|
route: '/access_codes/simulate/create_unmanaged_access_code'
|
|
@@ -7062,6 +7070,7 @@ export type Routes = {
|
|
|
7062
7070
|
status: 'set'
|
|
7063
7071
|
}
|
|
7064
7072
|
}
|
|
7073
|
+
maxDuration: undefined
|
|
7065
7074
|
}
|
|
7066
7075
|
'/access_codes/unmanaged/convert_to_managed': {
|
|
7067
7076
|
route: '/access_codes/unmanaged/convert_to_managed'
|
|
@@ -7082,6 +7091,7 @@ export type Routes = {
|
|
|
7082
7091
|
}
|
|
7083
7092
|
formData: {}
|
|
7084
7093
|
jsonResponse: {}
|
|
7094
|
+
maxDuration: undefined
|
|
7085
7095
|
}
|
|
7086
7096
|
'/access_codes/unmanaged/delete': {
|
|
7087
7097
|
route: '/access_codes/unmanaged/delete'
|
|
@@ -8543,6 +8553,7 @@ export type Routes = {
|
|
|
8543
8553
|
}
|
|
8544
8554
|
}
|
|
8545
8555
|
}
|
|
8556
|
+
maxDuration: undefined
|
|
8546
8557
|
}
|
|
8547
8558
|
'/access_codes/unmanaged/get': {
|
|
8548
8559
|
route: '/access_codes/unmanaged/get'
|
|
@@ -9113,6 +9124,7 @@ export type Routes = {
|
|
|
9113
9124
|
status: 'set'
|
|
9114
9125
|
}
|
|
9115
9126
|
}
|
|
9127
|
+
maxDuration: undefined
|
|
9116
9128
|
}
|
|
9117
9129
|
'/access_codes/unmanaged/list': {
|
|
9118
9130
|
route: '/access_codes/unmanaged/list'
|
|
@@ -9683,6 +9695,7 @@ export type Routes = {
|
|
|
9683
9695
|
next_page_url: string | null
|
|
9684
9696
|
}
|
|
9685
9697
|
}
|
|
9698
|
+
maxDuration: undefined
|
|
9686
9699
|
}
|
|
9687
9700
|
'/access_codes/unmanaged/update': {
|
|
9688
9701
|
route: '/access_codes/unmanaged/update'
|
|
@@ -9702,6 +9715,7 @@ export type Routes = {
|
|
|
9702
9715
|
}
|
|
9703
9716
|
formData: {}
|
|
9704
9717
|
jsonResponse: {}
|
|
9718
|
+
maxDuration: undefined
|
|
9705
9719
|
}
|
|
9706
9720
|
'/access_codes/update': {
|
|
9707
9721
|
route: '/access_codes/update'
|
|
@@ -11203,6 +11217,7 @@ export type Routes = {
|
|
|
11203
11217
|
}
|
|
11204
11218
|
}
|
|
11205
11219
|
}
|
|
11220
|
+
maxDuration: undefined
|
|
11206
11221
|
}
|
|
11207
11222
|
'/access_codes/update_multiple': {
|
|
11208
11223
|
route: '/access_codes/update_multiple'
|
|
@@ -11227,6 +11242,7 @@ export type Routes = {
|
|
|
11227
11242
|
commonParams: {}
|
|
11228
11243
|
formData: {}
|
|
11229
11244
|
jsonResponse: {}
|
|
11245
|
+
maxDuration: undefined
|
|
11230
11246
|
}
|
|
11231
11247
|
'/access_grants/create': {
|
|
11232
11248
|
route: '/access_grants/create'
|
|
@@ -11355,6 +11371,7 @@ export type Routes = {
|
|
|
11355
11371
|
customization_profile_id?: string | undefined
|
|
11356
11372
|
}
|
|
11357
11373
|
}
|
|
11374
|
+
maxDuration: undefined
|
|
11358
11375
|
}
|
|
11359
11376
|
'/access_grants/delete': {
|
|
11360
11377
|
route: '/access_grants/delete'
|
|
@@ -11367,6 +11384,7 @@ export type Routes = {
|
|
|
11367
11384
|
}
|
|
11368
11385
|
formData: {}
|
|
11369
11386
|
jsonResponse: {}
|
|
11387
|
+
maxDuration: undefined
|
|
11370
11388
|
}
|
|
11371
11389
|
'/access_grants/get': {
|
|
11372
11390
|
route: '/access_grants/get'
|
|
@@ -11443,6 +11461,7 @@ export type Routes = {
|
|
|
11443
11461
|
customization_profile_id?: string | undefined
|
|
11444
11462
|
}
|
|
11445
11463
|
}
|
|
11464
|
+
maxDuration: undefined
|
|
11446
11465
|
}
|
|
11447
11466
|
'/access_grants/get_related': {
|
|
11448
11467
|
route: '/access_grants/get_related'
|
|
@@ -13192,6 +13211,8 @@ export type Routes = {
|
|
|
13192
13211
|
door_name?: string | undefined
|
|
13193
13212
|
/** Description of the door in the Salto Space access system. */
|
|
13194
13213
|
door_description?: string | undefined
|
|
13214
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
13215
|
+
audit_on_keys?: boolean | undefined
|
|
13195
13216
|
/** Name of the room in the Salto Space access system. */
|
|
13196
13217
|
room_name?: string | undefined
|
|
13197
13218
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -13635,6 +13656,7 @@ export type Routes = {
|
|
|
13635
13656
|
| undefined
|
|
13636
13657
|
}
|
|
13637
13658
|
}
|
|
13659
|
+
maxDuration: undefined
|
|
13638
13660
|
}
|
|
13639
13661
|
'/access_grants/list': {
|
|
13640
13662
|
route: '/access_grants/list'
|
|
@@ -13720,6 +13742,7 @@ export type Routes = {
|
|
|
13720
13742
|
customization_profile_id?: string | undefined
|
|
13721
13743
|
}[]
|
|
13722
13744
|
}
|
|
13745
|
+
maxDuration: undefined
|
|
13723
13746
|
}
|
|
13724
13747
|
'/access_grants/request_access_methods': {
|
|
13725
13748
|
route: '/access_grants/request_access_methods'
|
|
@@ -13798,6 +13821,7 @@ export type Routes = {
|
|
|
13798
13821
|
customization_profile_id?: string | undefined
|
|
13799
13822
|
}
|
|
13800
13823
|
}
|
|
13824
|
+
maxDuration: undefined
|
|
13801
13825
|
}
|
|
13802
13826
|
'/access_grants/unmanaged/get': {
|
|
13803
13827
|
route: '/access_grants/unmanaged/get'
|
|
@@ -13861,6 +13885,7 @@ export type Routes = {
|
|
|
13861
13885
|
user_identity_id?: string | undefined
|
|
13862
13886
|
}
|
|
13863
13887
|
}
|
|
13888
|
+
maxDuration: undefined
|
|
13864
13889
|
}
|
|
13865
13890
|
'/access_grants/unmanaged/list': {
|
|
13866
13891
|
route: '/access_grants/unmanaged/list'
|
|
@@ -13929,6 +13954,7 @@ export type Routes = {
|
|
|
13929
13954
|
user_identity_id?: string | undefined
|
|
13930
13955
|
}[]
|
|
13931
13956
|
}
|
|
13957
|
+
maxDuration: undefined
|
|
13932
13958
|
}
|
|
13933
13959
|
'/access_grants/unmanaged/update': {
|
|
13934
13960
|
route: '/access_grants/unmanaged/update'
|
|
@@ -13945,6 +13971,7 @@ export type Routes = {
|
|
|
13945
13971
|
commonParams: {}
|
|
13946
13972
|
formData: {}
|
|
13947
13973
|
jsonResponse: {}
|
|
13974
|
+
maxDuration: undefined
|
|
13948
13975
|
}
|
|
13949
13976
|
'/access_grants/update': {
|
|
13950
13977
|
route: '/access_grants/update'
|
|
@@ -13963,6 +13990,7 @@ export type Routes = {
|
|
|
13963
13990
|
}
|
|
13964
13991
|
formData: {}
|
|
13965
13992
|
jsonResponse: {}
|
|
13993
|
+
maxDuration: undefined
|
|
13966
13994
|
}
|
|
13967
13995
|
'/access_methods/delete': {
|
|
13968
13996
|
route: '/access_methods/delete'
|
|
@@ -13975,6 +14003,7 @@ export type Routes = {
|
|
|
13975
14003
|
}
|
|
13976
14004
|
formData: {}
|
|
13977
14005
|
jsonResponse: {}
|
|
14006
|
+
maxDuration: undefined
|
|
13978
14007
|
}
|
|
13979
14008
|
'/access_methods/encode': {
|
|
13980
14009
|
route: '/access_methods/encode'
|
|
@@ -15436,6 +15465,7 @@ export type Routes = {
|
|
|
15436
15465
|
}
|
|
15437
15466
|
}
|
|
15438
15467
|
}
|
|
15468
|
+
maxDuration: undefined
|
|
15439
15469
|
}
|
|
15440
15470
|
'/access_methods/get': {
|
|
15441
15471
|
route: '/access_methods/get'
|
|
@@ -15485,6 +15515,7 @@ export type Routes = {
|
|
|
15485
15515
|
customization_profile_id?: string | undefined
|
|
15486
15516
|
}
|
|
15487
15517
|
}
|
|
15518
|
+
maxDuration: undefined
|
|
15488
15519
|
}
|
|
15489
15520
|
'/access_methods/get_related': {
|
|
15490
15521
|
route: '/access_methods/get_related'
|
|
@@ -17236,6 +17267,8 @@ export type Routes = {
|
|
|
17236
17267
|
door_name?: string | undefined
|
|
17237
17268
|
/** Description of the door in the Salto Space access system. */
|
|
17238
17269
|
door_description?: string | undefined
|
|
17270
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
17271
|
+
audit_on_keys?: boolean | undefined
|
|
17239
17272
|
/** Name of the room in the Salto Space access system. */
|
|
17240
17273
|
room_name?: string | undefined
|
|
17241
17274
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -17578,6 +17611,7 @@ export type Routes = {
|
|
|
17578
17611
|
| undefined
|
|
17579
17612
|
}
|
|
17580
17613
|
}
|
|
17614
|
+
maxDuration: undefined
|
|
17581
17615
|
}
|
|
17582
17616
|
'/access_methods/list': {
|
|
17583
17617
|
route: '/access_methods/list'
|
|
@@ -17632,6 +17666,7 @@ export type Routes = {
|
|
|
17632
17666
|
customization_profile_id?: string | undefined
|
|
17633
17667
|
}[]
|
|
17634
17668
|
}
|
|
17669
|
+
maxDuration: undefined
|
|
17635
17670
|
}
|
|
17636
17671
|
'/access_methods/unmanaged/get': {
|
|
17637
17672
|
route: '/access_methods/unmanaged/get'
|
|
@@ -17675,6 +17710,7 @@ export type Routes = {
|
|
|
17675
17710
|
}[]
|
|
17676
17711
|
}
|
|
17677
17712
|
}
|
|
17713
|
+
maxDuration: undefined
|
|
17678
17714
|
}
|
|
17679
17715
|
'/access_methods/unmanaged/list': {
|
|
17680
17716
|
route: '/access_methods/unmanaged/list'
|
|
@@ -17723,6 +17759,7 @@ export type Routes = {
|
|
|
17723
17759
|
}[]
|
|
17724
17760
|
}[]
|
|
17725
17761
|
}
|
|
17762
|
+
maxDuration: undefined
|
|
17726
17763
|
}
|
|
17727
17764
|
'/acs/access_groups/add_user': {
|
|
17728
17765
|
route: '/acs/access_groups/add_user'
|
|
@@ -17739,6 +17776,7 @@ export type Routes = {
|
|
|
17739
17776
|
}
|
|
17740
17777
|
formData: {}
|
|
17741
17778
|
jsonResponse: {}
|
|
17779
|
+
maxDuration: undefined
|
|
17742
17780
|
}
|
|
17743
17781
|
'/acs/access_groups/get': {
|
|
17744
17782
|
route: '/acs/access_groups/get'
|
|
@@ -17806,6 +17844,7 @@ export type Routes = {
|
|
|
17806
17844
|
is_managed: true
|
|
17807
17845
|
}
|
|
17808
17846
|
}
|
|
17847
|
+
maxDuration: undefined
|
|
17809
17848
|
}
|
|
17810
17849
|
'/acs/access_groups/list': {
|
|
17811
17850
|
route: '/acs/access_groups/list'
|
|
@@ -17872,6 +17911,7 @@ export type Routes = {
|
|
|
17872
17911
|
is_managed: true
|
|
17873
17912
|
}[]
|
|
17874
17913
|
}
|
|
17914
|
+
maxDuration: undefined
|
|
17875
17915
|
}
|
|
17876
17916
|
'/acs/access_groups/list_accessible_entrances': {
|
|
17877
17917
|
route: '/acs/access_groups/list_accessible_entrances'
|
|
@@ -18010,6 +18050,8 @@ export type Routes = {
|
|
|
18010
18050
|
door_name?: string | undefined
|
|
18011
18051
|
/** Description of the door in the Salto Space access system. */
|
|
18012
18052
|
door_description?: string | undefined
|
|
18053
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
18054
|
+
audit_on_keys?: boolean | undefined
|
|
18013
18055
|
/** Name of the room in the Salto Space access system. */
|
|
18014
18056
|
room_name?: string | undefined
|
|
18015
18057
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -18033,6 +18075,7 @@ export type Routes = {
|
|
|
18033
18075
|
can_belong_to_reservation?: boolean | undefined
|
|
18034
18076
|
}[]
|
|
18035
18077
|
}
|
|
18078
|
+
maxDuration: undefined
|
|
18036
18079
|
}
|
|
18037
18080
|
'/acs/access_groups/list_users': {
|
|
18038
18081
|
route: '/acs/access_groups/list_users'
|
|
@@ -18297,6 +18340,7 @@ export type Routes = {
|
|
|
18297
18340
|
is_managed: true
|
|
18298
18341
|
}[]
|
|
18299
18342
|
}
|
|
18343
|
+
maxDuration: undefined
|
|
18300
18344
|
}
|
|
18301
18345
|
'/acs/access_groups/remove_user': {
|
|
18302
18346
|
route: '/acs/access_groups/remove_user'
|
|
@@ -18313,6 +18357,7 @@ export type Routes = {
|
|
|
18313
18357
|
}
|
|
18314
18358
|
formData: {}
|
|
18315
18359
|
jsonResponse: {}
|
|
18360
|
+
maxDuration: undefined
|
|
18316
18361
|
}
|
|
18317
18362
|
'/acs/access_groups/unmanaged/get': {
|
|
18318
18363
|
route: '/acs/access_groups/unmanaged/get'
|
|
@@ -18376,6 +18421,7 @@ export type Routes = {
|
|
|
18376
18421
|
is_managed: false
|
|
18377
18422
|
}
|
|
18378
18423
|
}
|
|
18424
|
+
maxDuration: undefined
|
|
18379
18425
|
}
|
|
18380
18426
|
'/acs/access_groups/unmanaged/list': {
|
|
18381
18427
|
route: '/acs/access_groups/unmanaged/list'
|
|
@@ -18440,6 +18486,7 @@ export type Routes = {
|
|
|
18440
18486
|
is_managed: false
|
|
18441
18487
|
}[]
|
|
18442
18488
|
}
|
|
18489
|
+
maxDuration: undefined
|
|
18443
18490
|
}
|
|
18444
18491
|
'/acs/credential_pools/list': {
|
|
18445
18492
|
route: '/acs/credential_pools/list'
|
|
@@ -18462,6 +18509,7 @@ export type Routes = {
|
|
|
18462
18509
|
workspace_id: string
|
|
18463
18510
|
}[]
|
|
18464
18511
|
}
|
|
18512
|
+
maxDuration: undefined
|
|
18465
18513
|
}
|
|
18466
18514
|
'/acs/credential_provisioning_automations/launch': {
|
|
18467
18515
|
route: '/acs/credential_provisioning_automations/launch'
|
|
@@ -18492,6 +18540,7 @@ export type Routes = {
|
|
|
18492
18540
|
workspace_id: string
|
|
18493
18541
|
}
|
|
18494
18542
|
}
|
|
18543
|
+
maxDuration: undefined
|
|
18495
18544
|
}
|
|
18496
18545
|
'/acs/credentials/assign': {
|
|
18497
18546
|
route: '/acs/credentials/assign'
|
|
@@ -18673,6 +18722,7 @@ export type Routes = {
|
|
|
18673
18722
|
is_managed: true
|
|
18674
18723
|
}
|
|
18675
18724
|
}
|
|
18725
|
+
maxDuration: undefined
|
|
18676
18726
|
}
|
|
18677
18727
|
'/acs/credentials/create': {
|
|
18678
18728
|
route: '/acs/credentials/create'
|
|
@@ -18911,6 +18961,7 @@ export type Routes = {
|
|
|
18911
18961
|
is_managed: true
|
|
18912
18962
|
}
|
|
18913
18963
|
}
|
|
18964
|
+
maxDuration: undefined
|
|
18914
18965
|
}
|
|
18915
18966
|
'/acs/credentials/create_offline_code': {
|
|
18916
18967
|
route: '/acs/credentials/create_offline_code'
|
|
@@ -19096,6 +19147,7 @@ export type Routes = {
|
|
|
19096
19147
|
is_managed: true
|
|
19097
19148
|
}
|
|
19098
19149
|
}
|
|
19150
|
+
maxDuration: undefined
|
|
19099
19151
|
}
|
|
19100
19152
|
'/acs/credentials/delete': {
|
|
19101
19153
|
route: '/acs/credentials/delete'
|
|
@@ -19108,6 +19160,7 @@ export type Routes = {
|
|
|
19108
19160
|
}
|
|
19109
19161
|
formData: {}
|
|
19110
19162
|
jsonResponse: {}
|
|
19163
|
+
maxDuration: undefined
|
|
19111
19164
|
}
|
|
19112
19165
|
'/acs/credentials/get': {
|
|
19113
19166
|
route: '/acs/credentials/get'
|
|
@@ -19285,6 +19338,7 @@ export type Routes = {
|
|
|
19285
19338
|
is_managed: true
|
|
19286
19339
|
}
|
|
19287
19340
|
}
|
|
19341
|
+
maxDuration: undefined
|
|
19288
19342
|
}
|
|
19289
19343
|
'/acs/credentials/list': {
|
|
19290
19344
|
route: '/acs/credentials/list'
|
|
@@ -19494,6 +19548,7 @@ export type Routes = {
|
|
|
19494
19548
|
next_page_url: string | null
|
|
19495
19549
|
}
|
|
19496
19550
|
}
|
|
19551
|
+
maxDuration: undefined
|
|
19497
19552
|
}
|
|
19498
19553
|
'/acs/credentials/list_accessible_entrances': {
|
|
19499
19554
|
route: '/acs/credentials/list_accessible_entrances'
|
|
@@ -19632,6 +19687,8 @@ export type Routes = {
|
|
|
19632
19687
|
door_name?: string | undefined
|
|
19633
19688
|
/** Description of the door in the Salto Space access system. */
|
|
19634
19689
|
door_description?: string | undefined
|
|
19690
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
19691
|
+
audit_on_keys?: boolean | undefined
|
|
19635
19692
|
/** Name of the room in the Salto Space access system. */
|
|
19636
19693
|
room_name?: string | undefined
|
|
19637
19694
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -19655,6 +19712,7 @@ export type Routes = {
|
|
|
19655
19712
|
can_belong_to_reservation?: boolean | undefined
|
|
19656
19713
|
}[]
|
|
19657
19714
|
}
|
|
19715
|
+
maxDuration: undefined
|
|
19658
19716
|
}
|
|
19659
19717
|
'/acs/credentials/unassign': {
|
|
19660
19718
|
route: '/acs/credentials/unassign'
|
|
@@ -19836,6 +19894,7 @@ export type Routes = {
|
|
|
19836
19894
|
is_managed: true
|
|
19837
19895
|
}
|
|
19838
19896
|
}
|
|
19897
|
+
maxDuration: undefined
|
|
19839
19898
|
}
|
|
19840
19899
|
'/acs/credentials/unmanaged/get': {
|
|
19841
19900
|
route: '/acs/credentials/unmanaged/get'
|
|
@@ -20009,6 +20068,7 @@ export type Routes = {
|
|
|
20009
20068
|
is_managed: false
|
|
20010
20069
|
}
|
|
20011
20070
|
}
|
|
20071
|
+
maxDuration: undefined
|
|
20012
20072
|
}
|
|
20013
20073
|
'/acs/credentials/unmanaged/list': {
|
|
20014
20074
|
route: '/acs/credentials/unmanaged/list'
|
|
@@ -20196,6 +20256,7 @@ export type Routes = {
|
|
|
20196
20256
|
is_managed: false
|
|
20197
20257
|
}[]
|
|
20198
20258
|
}
|
|
20259
|
+
maxDuration: undefined
|
|
20199
20260
|
}
|
|
20200
20261
|
'/acs/credentials/update': {
|
|
20201
20262
|
route: '/acs/credentials/update'
|
|
@@ -20377,6 +20438,7 @@ export type Routes = {
|
|
|
20377
20438
|
is_managed: true
|
|
20378
20439
|
}
|
|
20379
20440
|
}
|
|
20441
|
+
maxDuration: undefined
|
|
20380
20442
|
}
|
|
20381
20443
|
'/acs/encoders/encode_credential': {
|
|
20382
20444
|
route: '/acs/encoders/encode_credential'
|
|
@@ -21840,6 +21902,7 @@ export type Routes = {
|
|
|
21840
21902
|
}
|
|
21841
21903
|
}
|
|
21842
21904
|
}
|
|
21905
|
+
maxDuration: undefined
|
|
21843
21906
|
}
|
|
21844
21907
|
'/acs/encoders/get': {
|
|
21845
21908
|
route: '/acs/encoders/get'
|
|
@@ -21890,6 +21953,7 @@ export type Routes = {
|
|
|
21890
21953
|
display_name: string
|
|
21891
21954
|
}
|
|
21892
21955
|
}
|
|
21956
|
+
maxDuration: undefined
|
|
21893
21957
|
}
|
|
21894
21958
|
'/acs/encoders/list': {
|
|
21895
21959
|
route: '/acs/encoders/list'
|
|
@@ -21950,6 +22014,7 @@ export type Routes = {
|
|
|
21950
22014
|
next_page_url: string | null
|
|
21951
22015
|
}
|
|
21952
22016
|
}
|
|
22017
|
+
maxDuration: undefined
|
|
21953
22018
|
}
|
|
21954
22019
|
'/acs/encoders/scan_credential': {
|
|
21955
22020
|
route: '/acs/encoders/scan_credential'
|
|
@@ -23409,6 +23474,7 @@ export type Routes = {
|
|
|
23409
23474
|
}
|
|
23410
23475
|
}
|
|
23411
23476
|
}
|
|
23477
|
+
maxDuration: undefined
|
|
23412
23478
|
}
|
|
23413
23479
|
'/acs/encoders/simulate/next_credential_encode_will_fail': {
|
|
23414
23480
|
route: '/acs/encoders/simulate/next_credential_encode_will_fail'
|
|
@@ -23432,6 +23498,7 @@ export type Routes = {
|
|
|
23432
23498
|
commonParams: {}
|
|
23433
23499
|
formData: {}
|
|
23434
23500
|
jsonResponse: {}
|
|
23501
|
+
maxDuration: undefined
|
|
23435
23502
|
}
|
|
23436
23503
|
'/acs/encoders/simulate/next_credential_encode_will_succeed': {
|
|
23437
23504
|
route: '/acs/encoders/simulate/next_credential_encode_will_succeed'
|
|
@@ -23446,6 +23513,7 @@ export type Routes = {
|
|
|
23446
23513
|
commonParams: {}
|
|
23447
23514
|
formData: {}
|
|
23448
23515
|
jsonResponse: {}
|
|
23516
|
+
maxDuration: undefined
|
|
23449
23517
|
}
|
|
23450
23518
|
'/acs/encoders/simulate/next_credential_scan_will_fail': {
|
|
23451
23519
|
route: '/acs/encoders/simulate/next_credential_scan_will_fail'
|
|
@@ -23466,6 +23534,7 @@ export type Routes = {
|
|
|
23466
23534
|
commonParams: {}
|
|
23467
23535
|
formData: {}
|
|
23468
23536
|
jsonResponse: {}
|
|
23537
|
+
maxDuration: undefined
|
|
23469
23538
|
}
|
|
23470
23539
|
'/acs/encoders/simulate/next_credential_scan_will_succeed': {
|
|
23471
23540
|
route: '/acs/encoders/simulate/next_credential_scan_will_succeed'
|
|
@@ -23497,6 +23566,7 @@ export type Routes = {
|
|
|
23497
23566
|
commonParams: {}
|
|
23498
23567
|
formData: {}
|
|
23499
23568
|
jsonResponse: {}
|
|
23569
|
+
maxDuration: undefined
|
|
23500
23570
|
}
|
|
23501
23571
|
'/acs/entrances/get': {
|
|
23502
23572
|
route: '/acs/entrances/get'
|
|
@@ -23638,6 +23708,8 @@ export type Routes = {
|
|
|
23638
23708
|
door_name?: string | undefined
|
|
23639
23709
|
/** Description of the door in the Salto Space access system. */
|
|
23640
23710
|
door_description?: string | undefined
|
|
23711
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
23712
|
+
audit_on_keys?: boolean | undefined
|
|
23641
23713
|
/** Name of the room in the Salto Space access system. */
|
|
23642
23714
|
room_name?: string | undefined
|
|
23643
23715
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -23661,6 +23733,7 @@ export type Routes = {
|
|
|
23661
23733
|
can_belong_to_reservation?: boolean | undefined
|
|
23662
23734
|
}
|
|
23663
23735
|
}
|
|
23736
|
+
maxDuration: undefined
|
|
23664
23737
|
}
|
|
23665
23738
|
'/acs/entrances/grant_access': {
|
|
23666
23739
|
route: '/acs/entrances/grant_access'
|
|
@@ -23677,6 +23750,7 @@ export type Routes = {
|
|
|
23677
23750
|
commonParams: {}
|
|
23678
23751
|
formData: {}
|
|
23679
23752
|
jsonResponse: {}
|
|
23753
|
+
maxDuration: undefined
|
|
23680
23754
|
}
|
|
23681
23755
|
'/acs/entrances/list': {
|
|
23682
23756
|
route: '/acs/entrances/list'
|
|
@@ -23834,6 +23908,8 @@ export type Routes = {
|
|
|
23834
23908
|
door_name?: string | undefined
|
|
23835
23909
|
/** Description of the door in the Salto Space access system. */
|
|
23836
23910
|
door_description?: string | undefined
|
|
23911
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
23912
|
+
audit_on_keys?: boolean | undefined
|
|
23837
23913
|
/** Name of the room in the Salto Space access system. */
|
|
23838
23914
|
room_name?: string | undefined
|
|
23839
23915
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -23866,6 +23942,7 @@ export type Routes = {
|
|
|
23866
23942
|
next_page_url: string | null
|
|
23867
23943
|
}
|
|
23868
23944
|
}
|
|
23945
|
+
maxDuration: undefined
|
|
23869
23946
|
}
|
|
23870
23947
|
'/acs/entrances/list_credentials_with_access': {
|
|
23871
23948
|
route: '/acs/entrances/list_credentials_with_access'
|
|
@@ -24040,6 +24117,7 @@ export type Routes = {
|
|
|
24040
24117
|
is_managed: true
|
|
24041
24118
|
}[]
|
|
24042
24119
|
}
|
|
24120
|
+
maxDuration: undefined
|
|
24043
24121
|
}
|
|
24044
24122
|
'/acs/systems/get': {
|
|
24045
24123
|
route: '/acs/systems/get'
|
|
@@ -24225,6 +24303,7 @@ export type Routes = {
|
|
|
24225
24303
|
)[]
|
|
24226
24304
|
}
|
|
24227
24305
|
}
|
|
24306
|
+
maxDuration: undefined
|
|
24228
24307
|
}
|
|
24229
24308
|
'/acs/systems/list': {
|
|
24230
24309
|
route: '/acs/systems/list'
|
|
@@ -24407,6 +24486,7 @@ export type Routes = {
|
|
|
24407
24486
|
)[]
|
|
24408
24487
|
}[]
|
|
24409
24488
|
}
|
|
24489
|
+
maxDuration: undefined
|
|
24410
24490
|
}
|
|
24411
24491
|
'/acs/systems/list_compatible_credential_manager_acs_systems': {
|
|
24412
24492
|
route: '/acs/systems/list_compatible_credential_manager_acs_systems'
|
|
@@ -24587,6 +24667,7 @@ export type Routes = {
|
|
|
24587
24667
|
)[]
|
|
24588
24668
|
}[]
|
|
24589
24669
|
}
|
|
24670
|
+
maxDuration: undefined
|
|
24590
24671
|
}
|
|
24591
24672
|
'/acs/systems/report_devices': {
|
|
24592
24673
|
route: '/acs/systems/report_devices'
|
|
@@ -24626,6 +24707,7 @@ export type Routes = {
|
|
|
24626
24707
|
}
|
|
24627
24708
|
formData: {}
|
|
24628
24709
|
jsonResponse: {}
|
|
24710
|
+
maxDuration: undefined
|
|
24629
24711
|
}
|
|
24630
24712
|
'/acs/users/add_to_access_group': {
|
|
24631
24713
|
route: '/acs/users/add_to_access_group'
|
|
@@ -24640,6 +24722,7 @@ export type Routes = {
|
|
|
24640
24722
|
}
|
|
24641
24723
|
formData: {}
|
|
24642
24724
|
jsonResponse: {}
|
|
24725
|
+
maxDuration: undefined
|
|
24643
24726
|
}
|
|
24644
24727
|
'/acs/users/create': {
|
|
24645
24728
|
route: '/acs/users/create'
|
|
@@ -24931,6 +25014,7 @@ export type Routes = {
|
|
|
24931
25014
|
is_managed: true
|
|
24932
25015
|
}
|
|
24933
25016
|
}
|
|
25017
|
+
maxDuration: undefined
|
|
24934
25018
|
}
|
|
24935
25019
|
'/acs/users/delete': {
|
|
24936
25020
|
route: '/acs/users/delete'
|
|
@@ -24947,6 +25031,7 @@ export type Routes = {
|
|
|
24947
25031
|
}
|
|
24948
25032
|
formData: {}
|
|
24949
25033
|
jsonResponse: {}
|
|
25034
|
+
maxDuration: undefined
|
|
24950
25035
|
}
|
|
24951
25036
|
'/acs/users/get': {
|
|
24952
25037
|
route: '/acs/users/get'
|
|
@@ -25220,6 +25305,7 @@ export type Routes = {
|
|
|
25220
25305
|
is_managed: true
|
|
25221
25306
|
}
|
|
25222
25307
|
}
|
|
25308
|
+
maxDuration: undefined
|
|
25223
25309
|
}
|
|
25224
25310
|
'/acs/users/list': {
|
|
25225
25311
|
route: '/acs/users/list'
|
|
@@ -25507,6 +25593,7 @@ export type Routes = {
|
|
|
25507
25593
|
next_page_url: string | null
|
|
25508
25594
|
}
|
|
25509
25595
|
}
|
|
25596
|
+
maxDuration: undefined
|
|
25510
25597
|
}
|
|
25511
25598
|
'/acs/users/list_accessible_entrances': {
|
|
25512
25599
|
route: '/acs/users/list_accessible_entrances'
|
|
@@ -25649,6 +25736,8 @@ export type Routes = {
|
|
|
25649
25736
|
door_name?: string | undefined
|
|
25650
25737
|
/** Description of the door in the Salto Space access system. */
|
|
25651
25738
|
door_description?: string | undefined
|
|
25739
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
25740
|
+
audit_on_keys?: boolean | undefined
|
|
25652
25741
|
/** Name of the room in the Salto Space access system. */
|
|
25653
25742
|
room_name?: string | undefined
|
|
25654
25743
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -25672,6 +25761,7 @@ export type Routes = {
|
|
|
25672
25761
|
can_belong_to_reservation?: boolean | undefined
|
|
25673
25762
|
}[]
|
|
25674
25763
|
}
|
|
25764
|
+
maxDuration: undefined
|
|
25675
25765
|
}
|
|
25676
25766
|
'/acs/users/remove_from_access_group': {
|
|
25677
25767
|
route: '/acs/users/remove_from_access_group'
|
|
@@ -25688,6 +25778,7 @@ export type Routes = {
|
|
|
25688
25778
|
}
|
|
25689
25779
|
formData: {}
|
|
25690
25780
|
jsonResponse: {}
|
|
25781
|
+
maxDuration: undefined
|
|
25691
25782
|
}
|
|
25692
25783
|
'/acs/users/revoke_access_to_all_entrances': {
|
|
25693
25784
|
route: '/acs/users/revoke_access_to_all_entrances'
|
|
@@ -25704,6 +25795,7 @@ export type Routes = {
|
|
|
25704
25795
|
commonParams: {}
|
|
25705
25796
|
formData: {}
|
|
25706
25797
|
jsonResponse: {}
|
|
25798
|
+
maxDuration: undefined
|
|
25707
25799
|
}
|
|
25708
25800
|
'/acs/users/suspend': {
|
|
25709
25801
|
route: '/acs/users/suspend'
|
|
@@ -25720,6 +25812,7 @@ export type Routes = {
|
|
|
25720
25812
|
}
|
|
25721
25813
|
formData: {}
|
|
25722
25814
|
jsonResponse: {}
|
|
25815
|
+
maxDuration: undefined
|
|
25723
25816
|
}
|
|
25724
25817
|
'/acs/users/unmanaged/get': {
|
|
25725
25818
|
route: '/acs/users/unmanaged/get'
|
|
@@ -25985,6 +26078,7 @@ export type Routes = {
|
|
|
25985
26078
|
is_managed: false
|
|
25986
26079
|
}
|
|
25987
26080
|
}
|
|
26081
|
+
maxDuration: undefined
|
|
25988
26082
|
}
|
|
25989
26083
|
'/acs/users/unmanaged/list': {
|
|
25990
26084
|
route: '/acs/users/unmanaged/list'
|
|
@@ -26257,6 +26351,7 @@ export type Routes = {
|
|
|
26257
26351
|
is_managed: false
|
|
26258
26352
|
}[]
|
|
26259
26353
|
}
|
|
26354
|
+
maxDuration: undefined
|
|
26260
26355
|
}
|
|
26261
26356
|
'/acs/users/unsuspend': {
|
|
26262
26357
|
route: '/acs/users/unsuspend'
|
|
@@ -26273,6 +26368,7 @@ export type Routes = {
|
|
|
26273
26368
|
}
|
|
26274
26369
|
formData: {}
|
|
26275
26370
|
jsonResponse: {}
|
|
26371
|
+
maxDuration: undefined
|
|
26276
26372
|
}
|
|
26277
26373
|
'/acs/users/update': {
|
|
26278
26374
|
route: '/acs/users/update'
|
|
@@ -26308,6 +26404,7 @@ export type Routes = {
|
|
|
26308
26404
|
commonParams: {}
|
|
26309
26405
|
formData: {}
|
|
26310
26406
|
jsonResponse: {}
|
|
26407
|
+
maxDuration: undefined
|
|
26311
26408
|
}
|
|
26312
26409
|
'/action_attempts/get': {
|
|
26313
26410
|
route: '/action_attempts/get'
|
|
@@ -27767,6 +27864,7 @@ export type Routes = {
|
|
|
27767
27864
|
}
|
|
27768
27865
|
}
|
|
27769
27866
|
}
|
|
27867
|
+
maxDuration: undefined
|
|
27770
27868
|
}
|
|
27771
27869
|
'/action_attempts/list': {
|
|
27772
27870
|
route: '/action_attempts/list'
|
|
@@ -29222,6 +29320,7 @@ export type Routes = {
|
|
|
29222
29320
|
}
|
|
29223
29321
|
)[]
|
|
29224
29322
|
}
|
|
29323
|
+
maxDuration: undefined
|
|
29225
29324
|
}
|
|
29226
29325
|
'/bridges/get': {
|
|
29227
29326
|
route: '/bridges/get'
|
|
@@ -29244,6 +29343,7 @@ export type Routes = {
|
|
|
29244
29343
|
created_at: string
|
|
29245
29344
|
}
|
|
29246
29345
|
}
|
|
29346
|
+
maxDuration: undefined
|
|
29247
29347
|
}
|
|
29248
29348
|
'/bridges/list': {
|
|
29249
29349
|
route: '/bridges/list'
|
|
@@ -29262,6 +29362,7 @@ export type Routes = {
|
|
|
29262
29362
|
created_at: string
|
|
29263
29363
|
}[]
|
|
29264
29364
|
}
|
|
29365
|
+
maxDuration: undefined
|
|
29265
29366
|
}
|
|
29266
29367
|
'/client_sessions/create': {
|
|
29267
29368
|
route: '/client_sessions/create'
|
|
@@ -29326,6 +29427,7 @@ export type Routes = {
|
|
|
29326
29427
|
user_identity_id?: string | undefined
|
|
29327
29428
|
}
|
|
29328
29429
|
}
|
|
29430
|
+
maxDuration: undefined
|
|
29329
29431
|
}
|
|
29330
29432
|
'/client_sessions/delete': {
|
|
29331
29433
|
route: '/client_sessions/delete'
|
|
@@ -29338,6 +29440,7 @@ export type Routes = {
|
|
|
29338
29440
|
}
|
|
29339
29441
|
formData: {}
|
|
29340
29442
|
jsonResponse: {}
|
|
29443
|
+
maxDuration: undefined
|
|
29341
29444
|
}
|
|
29342
29445
|
'/client_sessions/get': {
|
|
29343
29446
|
route: '/client_sessions/get'
|
|
@@ -29389,6 +29492,7 @@ export type Routes = {
|
|
|
29389
29492
|
user_identity_id?: string | undefined
|
|
29390
29493
|
}
|
|
29391
29494
|
}
|
|
29495
|
+
maxDuration: undefined
|
|
29392
29496
|
}
|
|
29393
29497
|
'/client_sessions/get_or_create': {
|
|
29394
29498
|
route: '/client_sessions/get_or_create'
|
|
@@ -29449,6 +29553,7 @@ export type Routes = {
|
|
|
29449
29553
|
user_identity_id?: string | undefined
|
|
29450
29554
|
}
|
|
29451
29555
|
}
|
|
29556
|
+
maxDuration: undefined
|
|
29452
29557
|
}
|
|
29453
29558
|
'/client_sessions/grant_access': {
|
|
29454
29559
|
route: '/client_sessions/grant_access'
|
|
@@ -29509,6 +29614,7 @@ export type Routes = {
|
|
|
29509
29614
|
user_identity_id?: string | undefined
|
|
29510
29615
|
}
|
|
29511
29616
|
}
|
|
29617
|
+
maxDuration: undefined
|
|
29512
29618
|
}
|
|
29513
29619
|
'/client_sessions/list': {
|
|
29514
29620
|
route: '/client_sessions/list'
|
|
@@ -29557,6 +29663,7 @@ export type Routes = {
|
|
|
29557
29663
|
user_identity_id?: string | undefined
|
|
29558
29664
|
}[]
|
|
29559
29665
|
}
|
|
29666
|
+
maxDuration: undefined
|
|
29560
29667
|
}
|
|
29561
29668
|
'/client_sessions/revoke': {
|
|
29562
29669
|
route: '/client_sessions/revoke'
|
|
@@ -29569,6 +29676,7 @@ export type Routes = {
|
|
|
29569
29676
|
}
|
|
29570
29677
|
formData: {}
|
|
29571
29678
|
jsonResponse: {}
|
|
29679
|
+
maxDuration: undefined
|
|
29572
29680
|
}
|
|
29573
29681
|
'/connect_webviews/create': {
|
|
29574
29682
|
route: '/connect_webviews/create'
|
|
@@ -29736,6 +29844,7 @@ export type Routes = {
|
|
|
29736
29844
|
customer_key?: string | undefined
|
|
29737
29845
|
}
|
|
29738
29846
|
}
|
|
29847
|
+
maxDuration: undefined
|
|
29739
29848
|
}
|
|
29740
29849
|
'/connect_webviews/delete': {
|
|
29741
29850
|
route: '/connect_webviews/delete'
|
|
@@ -29748,6 +29857,7 @@ export type Routes = {
|
|
|
29748
29857
|
commonParams: {}
|
|
29749
29858
|
formData: {}
|
|
29750
29859
|
jsonResponse: {}
|
|
29860
|
+
maxDuration: undefined
|
|
29751
29861
|
}
|
|
29752
29862
|
'/connect_webviews/get': {
|
|
29753
29863
|
route: '/connect_webviews/get'
|
|
@@ -29824,6 +29934,7 @@ export type Routes = {
|
|
|
29824
29934
|
customer_key?: string | undefined
|
|
29825
29935
|
}
|
|
29826
29936
|
}
|
|
29937
|
+
maxDuration: undefined
|
|
29827
29938
|
}
|
|
29828
29939
|
'/connect_webviews/list': {
|
|
29829
29940
|
route: '/connect_webviews/list'
|
|
@@ -29910,6 +30021,7 @@ export type Routes = {
|
|
|
29910
30021
|
next_page_url: string | null
|
|
29911
30022
|
}
|
|
29912
30023
|
}
|
|
30024
|
+
maxDuration: undefined
|
|
29913
30025
|
}
|
|
29914
30026
|
'/connected_accounts/delete': {
|
|
29915
30027
|
route: '/connected_accounts/delete'
|
|
@@ -29924,6 +30036,7 @@ export type Routes = {
|
|
|
29924
30036
|
commonParams: {}
|
|
29925
30037
|
formData: {}
|
|
29926
30038
|
jsonResponse: {}
|
|
30039
|
+
maxDuration: undefined
|
|
29927
30040
|
}
|
|
29928
30041
|
'/connected_accounts/get': {
|
|
29929
30042
|
route: '/connected_accounts/get'
|
|
@@ -30085,6 +30198,7 @@ export type Routes = {
|
|
|
30085
30198
|
)[]
|
|
30086
30199
|
}
|
|
30087
30200
|
}
|
|
30201
|
+
maxDuration: undefined
|
|
30088
30202
|
}
|
|
30089
30203
|
'/connected_accounts/list': {
|
|
30090
30204
|
route: '/connected_accounts/list'
|
|
@@ -30263,6 +30377,7 @@ export type Routes = {
|
|
|
30263
30377
|
next_page_url: string | null
|
|
30264
30378
|
}
|
|
30265
30379
|
}
|
|
30380
|
+
maxDuration: undefined
|
|
30266
30381
|
}
|
|
30267
30382
|
'/connected_accounts/simulate/disconnect': {
|
|
30268
30383
|
route: '/connected_accounts/simulate/disconnect'
|
|
@@ -30274,6 +30389,7 @@ export type Routes = {
|
|
|
30274
30389
|
commonParams: {}
|
|
30275
30390
|
formData: {}
|
|
30276
30391
|
jsonResponse: {}
|
|
30392
|
+
maxDuration: undefined
|
|
30277
30393
|
}
|
|
30278
30394
|
'/connected_accounts/sync': {
|
|
30279
30395
|
route: '/connected_accounts/sync'
|
|
@@ -30286,6 +30402,7 @@ export type Routes = {
|
|
|
30286
30402
|
commonParams: {}
|
|
30287
30403
|
formData: {}
|
|
30288
30404
|
jsonResponse: {}
|
|
30405
|
+
maxDuration: undefined
|
|
30289
30406
|
}
|
|
30290
30407
|
'/connected_accounts/update': {
|
|
30291
30408
|
route: '/connected_accounts/update'
|
|
@@ -30456,6 +30573,7 @@ export type Routes = {
|
|
|
30456
30573
|
)[]
|
|
30457
30574
|
}
|
|
30458
30575
|
}
|
|
30576
|
+
maxDuration: undefined
|
|
30459
30577
|
}
|
|
30460
30578
|
'/customers/create_portal': {
|
|
30461
30579
|
route: '/customers/create_portal'
|
|
@@ -30908,6 +31026,7 @@ export type Routes = {
|
|
|
30908
31026
|
created_at: string
|
|
30909
31027
|
}
|
|
30910
31028
|
}
|
|
31029
|
+
maxDuration: undefined
|
|
30911
31030
|
}
|
|
30912
31031
|
'/customers/delete_data': {
|
|
30913
31032
|
route: '/customers/delete_data'
|
|
@@ -30956,6 +31075,7 @@ export type Routes = {
|
|
|
30956
31075
|
}
|
|
30957
31076
|
formData: {}
|
|
30958
31077
|
jsonResponse: {}
|
|
31078
|
+
maxDuration: undefined
|
|
30959
31079
|
}
|
|
30960
31080
|
'/customers/push_data': {
|
|
30961
31081
|
route: '/customers/push_data'
|
|
@@ -31285,6 +31405,7 @@ export type Routes = {
|
|
|
31285
31405
|
}
|
|
31286
31406
|
formData: {}
|
|
31287
31407
|
jsonResponse: {}
|
|
31408
|
+
maxDuration: undefined
|
|
31288
31409
|
}
|
|
31289
31410
|
'/devices/delete': {
|
|
31290
31411
|
route: '/devices/delete'
|
|
@@ -31297,6 +31418,7 @@ export type Routes = {
|
|
|
31297
31418
|
}
|
|
31298
31419
|
formData: {}
|
|
31299
31420
|
jsonResponse: {}
|
|
31421
|
+
maxDuration: undefined
|
|
31300
31422
|
}
|
|
31301
31423
|
'/devices/get': {
|
|
31302
31424
|
route: '/devices/get'
|
|
@@ -32846,6 +32968,7 @@ export type Routes = {
|
|
|
32846
32968
|
can_simulate_paid_subscription?: boolean | undefined
|
|
32847
32969
|
}
|
|
32848
32970
|
}
|
|
32971
|
+
maxDuration: undefined
|
|
32849
32972
|
}
|
|
32850
32973
|
'/devices/list': {
|
|
32851
32974
|
route: '/devices/list'
|
|
@@ -34616,6 +34739,7 @@ export type Routes = {
|
|
|
34616
34739
|
next_page_url: string | null
|
|
34617
34740
|
}
|
|
34618
34741
|
}
|
|
34742
|
+
maxDuration: undefined
|
|
34619
34743
|
}
|
|
34620
34744
|
'/devices/list_device_providers': {
|
|
34621
34745
|
route: '/devices/list_device_providers'
|
|
@@ -34720,6 +34844,7 @@ export type Routes = {
|
|
|
34720
34844
|
can_simulate_paid_subscription?: boolean | undefined
|
|
34721
34845
|
}[]
|
|
34722
34846
|
}
|
|
34847
|
+
maxDuration: undefined
|
|
34723
34848
|
}
|
|
34724
34849
|
'/devices/simulate/connect': {
|
|
34725
34850
|
route: '/devices/simulate/connect'
|
|
@@ -34732,6 +34857,7 @@ export type Routes = {
|
|
|
34732
34857
|
commonParams: {}
|
|
34733
34858
|
formData: {}
|
|
34734
34859
|
jsonResponse: {}
|
|
34860
|
+
maxDuration: undefined
|
|
34735
34861
|
}
|
|
34736
34862
|
'/devices/simulate/connect_to_hub': {
|
|
34737
34863
|
route: '/devices/simulate/connect_to_hub'
|
|
@@ -34744,6 +34870,7 @@ export type Routes = {
|
|
|
34744
34870
|
commonParams: {}
|
|
34745
34871
|
formData: {}
|
|
34746
34872
|
jsonResponse: {}
|
|
34873
|
+
maxDuration: undefined
|
|
34747
34874
|
}
|
|
34748
34875
|
'/devices/simulate/disconnect': {
|
|
34749
34876
|
route: '/devices/simulate/disconnect'
|
|
@@ -34756,6 +34883,7 @@ export type Routes = {
|
|
|
34756
34883
|
commonParams: {}
|
|
34757
34884
|
formData: {}
|
|
34758
34885
|
jsonResponse: {}
|
|
34886
|
+
maxDuration: undefined
|
|
34759
34887
|
}
|
|
34760
34888
|
'/devices/simulate/disconnect_from_hub': {
|
|
34761
34889
|
route: '/devices/simulate/disconnect_from_hub'
|
|
@@ -34768,6 +34896,7 @@ export type Routes = {
|
|
|
34768
34896
|
commonParams: {}
|
|
34769
34897
|
formData: {}
|
|
34770
34898
|
jsonResponse: {}
|
|
34899
|
+
maxDuration: undefined
|
|
34771
34900
|
}
|
|
34772
34901
|
'/devices/simulate/paid_subscription': {
|
|
34773
34902
|
route: '/devices/simulate/paid_subscription'
|
|
@@ -34780,6 +34909,7 @@ export type Routes = {
|
|
|
34780
34909
|
commonParams: {}
|
|
34781
34910
|
formData: {}
|
|
34782
34911
|
jsonResponse: {}
|
|
34912
|
+
maxDuration: undefined
|
|
34783
34913
|
}
|
|
34784
34914
|
'/devices/simulate/remove': {
|
|
34785
34915
|
route: '/devices/simulate/remove'
|
|
@@ -34792,6 +34922,7 @@ export type Routes = {
|
|
|
34792
34922
|
commonParams: {}
|
|
34793
34923
|
formData: {}
|
|
34794
34924
|
jsonResponse: {}
|
|
34925
|
+
maxDuration: undefined
|
|
34795
34926
|
}
|
|
34796
34927
|
'/devices/unmanaged/get': {
|
|
34797
34928
|
route: '/devices/unmanaged/get'
|
|
@@ -35289,6 +35420,7 @@ export type Routes = {
|
|
|
35289
35420
|
can_simulate_paid_subscription?: boolean | undefined
|
|
35290
35421
|
}
|
|
35291
35422
|
}
|
|
35423
|
+
maxDuration: undefined
|
|
35292
35424
|
}
|
|
35293
35425
|
'/devices/unmanaged/list': {
|
|
35294
35426
|
route: '/devices/unmanaged/list'
|
|
@@ -36007,6 +36139,7 @@ export type Routes = {
|
|
|
36007
36139
|
next_page_url: string | null
|
|
36008
36140
|
}
|
|
36009
36141
|
}
|
|
36142
|
+
maxDuration: undefined
|
|
36010
36143
|
}
|
|
36011
36144
|
'/devices/unmanaged/update': {
|
|
36012
36145
|
route: '/devices/unmanaged/update'
|
|
@@ -36027,6 +36160,7 @@ export type Routes = {
|
|
|
36027
36160
|
}
|
|
36028
36161
|
formData: {}
|
|
36029
36162
|
jsonResponse: {}
|
|
36163
|
+
maxDuration: undefined
|
|
36030
36164
|
}
|
|
36031
36165
|
'/devices/update': {
|
|
36032
36166
|
route: '/devices/update'
|
|
@@ -36055,6 +36189,7 @@ export type Routes = {
|
|
|
36055
36189
|
}
|
|
36056
36190
|
formData: {}
|
|
36057
36191
|
jsonResponse: {}
|
|
36192
|
+
maxDuration: undefined
|
|
36058
36193
|
}
|
|
36059
36194
|
'/events/get': {
|
|
36060
36195
|
route: '/events/get'
|
|
@@ -38334,6 +38469,7 @@ export type Routes = {
|
|
|
38334
38469
|
| undefined
|
|
38335
38470
|
message?: string | undefined
|
|
38336
38471
|
}
|
|
38472
|
+
maxDuration: undefined
|
|
38337
38473
|
}
|
|
38338
38474
|
'/events/list': {
|
|
38339
38475
|
route: '/events/list'
|
|
@@ -40812,6 +40948,7 @@ export type Routes = {
|
|
|
40812
40948
|
}
|
|
40813
40949
|
)[]
|
|
40814
40950
|
}
|
|
40951
|
+
maxDuration: undefined
|
|
40815
40952
|
}
|
|
40816
40953
|
'/instant_keys/delete': {
|
|
40817
40954
|
route: '/instant_keys/delete'
|
|
@@ -40824,6 +40961,7 @@ export type Routes = {
|
|
|
40824
40961
|
}
|
|
40825
40962
|
formData: {}
|
|
40826
40963
|
jsonResponse: {}
|
|
40964
|
+
maxDuration: undefined
|
|
40827
40965
|
}
|
|
40828
40966
|
'/instant_keys/get': {
|
|
40829
40967
|
route: '/instant_keys/get'
|
|
@@ -40871,6 +41009,7 @@ export type Routes = {
|
|
|
40871
41009
|
| undefined
|
|
40872
41010
|
}
|
|
40873
41011
|
}
|
|
41012
|
+
maxDuration: undefined
|
|
40874
41013
|
}
|
|
40875
41014
|
'/instant_keys/list': {
|
|
40876
41015
|
route: '/instant_keys/list'
|
|
@@ -40913,6 +41052,7 @@ export type Routes = {
|
|
|
40913
41052
|
| undefined
|
|
40914
41053
|
}[]
|
|
40915
41054
|
}
|
|
41055
|
+
maxDuration: undefined
|
|
40916
41056
|
}
|
|
40917
41057
|
'/locks/get': {
|
|
40918
41058
|
route: '/locks/get'
|
|
@@ -43996,6 +44136,7 @@ export type Routes = {
|
|
|
43996
44136
|
can_simulate_paid_subscription?: boolean | undefined
|
|
43997
44137
|
}
|
|
43998
44138
|
}
|
|
44139
|
+
maxDuration: undefined
|
|
43999
44140
|
}
|
|
44000
44141
|
'/locks/list': {
|
|
44001
44142
|
route: '/locks/list'
|
|
@@ -47252,6 +47393,7 @@ export type Routes = {
|
|
|
47252
47393
|
can_simulate_paid_subscription?: boolean | undefined
|
|
47253
47394
|
}[]
|
|
47254
47395
|
}
|
|
47396
|
+
maxDuration: undefined
|
|
47255
47397
|
}
|
|
47256
47398
|
'/locks/lock_door': {
|
|
47257
47399
|
route: '/locks/lock_door'
|
|
@@ -48713,6 +48855,7 @@ export type Routes = {
|
|
|
48713
48855
|
}
|
|
48714
48856
|
}
|
|
48715
48857
|
}
|
|
48858
|
+
maxDuration: undefined
|
|
48716
48859
|
}
|
|
48717
48860
|
'/locks/simulate/keypad_code_entry': {
|
|
48718
48861
|
route: '/locks/simulate/keypad_code_entry'
|
|
@@ -50174,6 +50317,7 @@ export type Routes = {
|
|
|
50174
50317
|
}
|
|
50175
50318
|
}
|
|
50176
50319
|
}
|
|
50320
|
+
maxDuration: undefined
|
|
50177
50321
|
}
|
|
50178
50322
|
'/locks/simulate/manual_lock_via_keypad': {
|
|
50179
50323
|
route: '/locks/simulate/manual_lock_via_keypad'
|
|
@@ -51633,6 +51777,7 @@ export type Routes = {
|
|
|
51633
51777
|
}
|
|
51634
51778
|
}
|
|
51635
51779
|
}
|
|
51780
|
+
maxDuration: undefined
|
|
51636
51781
|
}
|
|
51637
51782
|
'/locks/unlock_door': {
|
|
51638
51783
|
route: '/locks/unlock_door'
|
|
@@ -53094,6 +53239,7 @@ export type Routes = {
|
|
|
53094
53239
|
}
|
|
53095
53240
|
}
|
|
53096
53241
|
}
|
|
53242
|
+
maxDuration: undefined
|
|
53097
53243
|
}
|
|
53098
53244
|
'/noise_sensors/list': {
|
|
53099
53245
|
route: '/noise_sensors/list'
|
|
@@ -56256,6 +56402,7 @@ export type Routes = {
|
|
|
56256
56402
|
can_simulate_paid_subscription?: boolean | undefined
|
|
56257
56403
|
}[]
|
|
56258
56404
|
}
|
|
56405
|
+
maxDuration: undefined
|
|
56259
56406
|
}
|
|
56260
56407
|
'/noise_sensors/noise_thresholds/create': {
|
|
56261
56408
|
route: '/noise_sensors/noise_thresholds/create'
|
|
@@ -57744,6 +57891,7 @@ export type Routes = {
|
|
|
57744
57891
|
noise_threshold_decibels: number
|
|
57745
57892
|
}
|
|
57746
57893
|
}
|
|
57894
|
+
maxDuration: undefined
|
|
57747
57895
|
}
|
|
57748
57896
|
'/noise_sensors/noise_thresholds/delete': {
|
|
57749
57897
|
route: '/noise_sensors/noise_thresholds/delete'
|
|
@@ -59207,6 +59355,7 @@ export type Routes = {
|
|
|
59207
59355
|
}
|
|
59208
59356
|
}
|
|
59209
59357
|
}
|
|
59358
|
+
maxDuration: undefined
|
|
59210
59359
|
}
|
|
59211
59360
|
'/noise_sensors/noise_thresholds/get': {
|
|
59212
59361
|
route: '/noise_sensors/noise_thresholds/get'
|
|
@@ -59237,6 +59386,7 @@ export type Routes = {
|
|
|
59237
59386
|
noise_threshold_decibels: number
|
|
59238
59387
|
}
|
|
59239
59388
|
}
|
|
59389
|
+
maxDuration: undefined
|
|
59240
59390
|
}
|
|
59241
59391
|
'/noise_sensors/noise_thresholds/list': {
|
|
59242
59392
|
route: '/noise_sensors/noise_thresholds/list'
|
|
@@ -59268,6 +59418,7 @@ export type Routes = {
|
|
|
59268
59418
|
noise_threshold_decibels: number
|
|
59269
59419
|
}[]
|
|
59270
59420
|
}
|
|
59421
|
+
maxDuration: undefined
|
|
59271
59422
|
}
|
|
59272
59423
|
'/noise_sensors/noise_thresholds/update': {
|
|
59273
59424
|
route: '/noise_sensors/noise_thresholds/update'
|
|
@@ -60741,6 +60892,7 @@ export type Routes = {
|
|
|
60741
60892
|
}
|
|
60742
60893
|
}
|
|
60743
60894
|
}
|
|
60895
|
+
maxDuration: undefined
|
|
60744
60896
|
}
|
|
60745
60897
|
'/noise_sensors/simulate/trigger_noise_threshold': {
|
|
60746
60898
|
route: '/noise_sensors/simulate/trigger_noise_threshold'
|
|
@@ -60753,6 +60905,7 @@ export type Routes = {
|
|
|
60753
60905
|
commonParams: {}
|
|
60754
60906
|
formData: {}
|
|
60755
60907
|
jsonResponse: {}
|
|
60908
|
+
maxDuration: undefined
|
|
60756
60909
|
}
|
|
60757
60910
|
'/phones/deactivate': {
|
|
60758
60911
|
route: '/phones/deactivate'
|
|
@@ -60765,6 +60918,7 @@ export type Routes = {
|
|
|
60765
60918
|
commonParams: {}
|
|
60766
60919
|
formData: {}
|
|
60767
60920
|
jsonResponse: {}
|
|
60921
|
+
maxDuration: undefined
|
|
60768
60922
|
}
|
|
60769
60923
|
'/phones/get': {
|
|
60770
60924
|
route: '/phones/get'
|
|
@@ -60840,6 +60994,7 @@ export type Routes = {
|
|
|
60840
60994
|
}
|
|
60841
60995
|
}
|
|
60842
60996
|
}
|
|
60997
|
+
maxDuration: undefined
|
|
60843
60998
|
}
|
|
60844
60999
|
'/phones/list': {
|
|
60845
61000
|
route: '/phones/list'
|
|
@@ -60916,6 +61071,7 @@ export type Routes = {
|
|
|
60916
61071
|
}
|
|
60917
61072
|
}[]
|
|
60918
61073
|
}
|
|
61074
|
+
maxDuration: undefined
|
|
60919
61075
|
}
|
|
60920
61076
|
'/phones/simulate/create_sandbox_phone': {
|
|
60921
61077
|
route: '/phones/simulate/create_sandbox_phone'
|
|
@@ -61019,6 +61175,7 @@ export type Routes = {
|
|
|
61019
61175
|
}
|
|
61020
61176
|
}
|
|
61021
61177
|
}
|
|
61178
|
+
maxDuration: undefined
|
|
61022
61179
|
}
|
|
61023
61180
|
'/seam/bridge/v1/bridge_client_sessions/create': {
|
|
61024
61181
|
route: '/seam/bridge/v1/bridge_client_sessions/create'
|
|
@@ -61094,6 +61251,7 @@ export type Routes = {
|
|
|
61094
61251
|
telemetry_url: string | null
|
|
61095
61252
|
}
|
|
61096
61253
|
}
|
|
61254
|
+
maxDuration: undefined
|
|
61097
61255
|
}
|
|
61098
61256
|
'/seam/bridge/v1/bridge_client_sessions/get': {
|
|
61099
61257
|
route: '/seam/bridge/v1/bridge_client_sessions/get'
|
|
@@ -61162,6 +61320,7 @@ export type Routes = {
|
|
|
61162
61320
|
telemetry_url: string | null
|
|
61163
61321
|
}
|
|
61164
61322
|
}
|
|
61323
|
+
maxDuration: undefined
|
|
61165
61324
|
}
|
|
61166
61325
|
'/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token': {
|
|
61167
61326
|
route: '/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token'
|
|
@@ -61230,6 +61389,7 @@ export type Routes = {
|
|
|
61230
61389
|
telemetry_url: string | null
|
|
61231
61390
|
}
|
|
61232
61391
|
}
|
|
61392
|
+
maxDuration: undefined
|
|
61233
61393
|
}
|
|
61234
61394
|
'/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code': {
|
|
61235
61395
|
route: '/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code'
|
|
@@ -61298,6 +61458,7 @@ export type Routes = {
|
|
|
61298
61458
|
telemetry_url: string | null
|
|
61299
61459
|
}
|
|
61300
61460
|
}
|
|
61461
|
+
maxDuration: undefined
|
|
61301
61462
|
}
|
|
61302
61463
|
'/seam/bridge/v1/bridge_client_sessions/report_status': {
|
|
61303
61464
|
route: '/seam/bridge/v1/bridge_client_sessions/report_status'
|
|
@@ -61312,6 +61473,7 @@ export type Routes = {
|
|
|
61312
61473
|
commonParams: {}
|
|
61313
61474
|
formData: {}
|
|
61314
61475
|
jsonResponse: {}
|
|
61476
|
+
maxDuration: undefined
|
|
61315
61477
|
}
|
|
61316
61478
|
'/seam/bridge/v1/bridge_connected_systems/list': {
|
|
61317
61479
|
route: '/seam/bridge/v1/bridge_connected_systems/list'
|
|
@@ -61340,6 +61502,7 @@ export type Routes = {
|
|
|
61340
61502
|
workspace_display_name: string
|
|
61341
61503
|
}[]
|
|
61342
61504
|
}
|
|
61505
|
+
maxDuration: undefined
|
|
61343
61506
|
}
|
|
61344
61507
|
'/seam/console/v1/get_resource_locator': {
|
|
61345
61508
|
route: '/seam/console/v1/get_resource_locator'
|
|
@@ -61357,6 +61520,7 @@ export type Routes = {
|
|
|
61357
61520
|
device_id?: string | undefined
|
|
61358
61521
|
}
|
|
61359
61522
|
}
|
|
61523
|
+
maxDuration: undefined
|
|
61360
61524
|
}
|
|
61361
61525
|
'/seam/console/v1/timelines/get': {
|
|
61362
61526
|
route: '/seam/console/v1/timelines/get'
|
|
@@ -61448,6 +61612,7 @@ export type Routes = {
|
|
|
61448
61612
|
next_page_url: string | null
|
|
61449
61613
|
}
|
|
61450
61614
|
}
|
|
61615
|
+
maxDuration: undefined
|
|
61451
61616
|
}
|
|
61452
61617
|
'/seam/customer/v1/access_grants/list': {
|
|
61453
61618
|
route: '/seam/customer/v1/access_grants/list'
|
|
@@ -61515,6 +61680,7 @@ export type Routes = {
|
|
|
61515
61680
|
customization_profile_id?: string | undefined
|
|
61516
61681
|
}[]
|
|
61517
61682
|
}
|
|
61683
|
+
maxDuration: undefined
|
|
61518
61684
|
}
|
|
61519
61685
|
'/seam/customer/v1/automation_runs/list': {
|
|
61520
61686
|
route: '/seam/customer/v1/automation_runs/list'
|
|
@@ -61581,6 +61747,7 @@ export type Routes = {
|
|
|
61581
61747
|
next_page_url: string | null
|
|
61582
61748
|
}
|
|
61583
61749
|
}
|
|
61750
|
+
maxDuration: undefined
|
|
61584
61751
|
}
|
|
61585
61752
|
'/seam/customer/v1/automations/delete': {
|
|
61586
61753
|
route: '/seam/customer/v1/automations/delete'
|
|
@@ -61590,6 +61757,7 @@ export type Routes = {
|
|
|
61590
61757
|
commonParams: {}
|
|
61591
61758
|
formData: {}
|
|
61592
61759
|
jsonResponse: {}
|
|
61760
|
+
maxDuration: undefined
|
|
61593
61761
|
}
|
|
61594
61762
|
'/seam/customer/v1/automations/get': {
|
|
61595
61763
|
route: '/seam/customer/v1/automations/get'
|
|
@@ -61690,6 +61858,7 @@ export type Routes = {
|
|
|
61690
61858
|
}
|
|
61691
61859
|
| undefined
|
|
61692
61860
|
}
|
|
61861
|
+
maxDuration: undefined
|
|
61693
61862
|
}
|
|
61694
61863
|
'/seam/customer/v1/automations/update': {
|
|
61695
61864
|
route: '/seam/customer/v1/automations/update'
|
|
@@ -61794,6 +61963,7 @@ export type Routes = {
|
|
|
61794
61963
|
commonParams: {}
|
|
61795
61964
|
formData: {}
|
|
61796
61965
|
jsonResponse: {}
|
|
61966
|
+
maxDuration: undefined
|
|
61797
61967
|
}
|
|
61798
61968
|
'/seam/customer/v1/connectors/connector_types': {
|
|
61799
61969
|
route: '/seam/customer/v1/connectors/connector_types'
|
|
@@ -61816,6 +61986,7 @@ export type Routes = {
|
|
|
61816
61986
|
}[]
|
|
61817
61987
|
}[]
|
|
61818
61988
|
}
|
|
61989
|
+
maxDuration: undefined
|
|
61819
61990
|
}
|
|
61820
61991
|
'/seam/customer/v1/connectors/create': {
|
|
61821
61992
|
route: '/seam/customer/v1/connectors/create'
|
|
@@ -61849,6 +62020,7 @@ export type Routes = {
|
|
|
61849
62020
|
error?: string | undefined
|
|
61850
62021
|
}
|
|
61851
62022
|
}
|
|
62023
|
+
maxDuration: undefined
|
|
61852
62024
|
}
|
|
61853
62025
|
'/seam/customer/v1/connectors/delete': {
|
|
61854
62026
|
route: '/seam/customer/v1/connectors/delete'
|
|
@@ -61867,6 +62039,7 @@ export type Routes = {
|
|
|
61867
62039
|
status: 'deleted'
|
|
61868
62040
|
}
|
|
61869
62041
|
}
|
|
62042
|
+
maxDuration: undefined
|
|
61870
62043
|
}
|
|
61871
62044
|
'/seam/customer/v1/connectors/list': {
|
|
61872
62045
|
route: '/seam/customer/v1/connectors/list'
|
|
@@ -61887,6 +62060,7 @@ export type Routes = {
|
|
|
61887
62060
|
updated_at: string
|
|
61888
62061
|
}[]
|
|
61889
62062
|
}
|
|
62063
|
+
maxDuration: undefined
|
|
61890
62064
|
}
|
|
61891
62065
|
'/seam/customer/v1/connectors/sync': {
|
|
61892
62066
|
route: '/seam/customer/v1/connectors/sync'
|
|
@@ -61905,6 +62079,7 @@ export type Routes = {
|
|
|
61905
62079
|
message: string
|
|
61906
62080
|
}
|
|
61907
62081
|
}
|
|
62082
|
+
maxDuration: undefined
|
|
61908
62083
|
}
|
|
61909
62084
|
'/seam/customer/v1/connectors/update': {
|
|
61910
62085
|
route: '/seam/customer/v1/connectors/update'
|
|
@@ -61953,6 +62128,7 @@ export type Routes = {
|
|
|
61953
62128
|
error?: string | undefined
|
|
61954
62129
|
}
|
|
61955
62130
|
}
|
|
62131
|
+
maxDuration: undefined
|
|
61956
62132
|
}
|
|
61957
62133
|
'/seam/customer/v1/events/list': {
|
|
61958
62134
|
route: '/seam/customer/v1/events/list'
|
|
@@ -64411,6 +64587,7 @@ export type Routes = {
|
|
|
64411
64587
|
}
|
|
64412
64588
|
)[]
|
|
64413
64589
|
}
|
|
64590
|
+
maxDuration: undefined
|
|
64414
64591
|
}
|
|
64415
64592
|
'/seam/customer/v1/portals/get': {
|
|
64416
64593
|
route: '/seam/customer/v1/portals/get'
|
|
@@ -64536,6 +64713,7 @@ export type Routes = {
|
|
|
64536
64713
|
| undefined
|
|
64537
64714
|
}
|
|
64538
64715
|
}
|
|
64716
|
+
maxDuration: undefined
|
|
64539
64717
|
}
|
|
64540
64718
|
'/seam/customer/v1/reservations/get': {
|
|
64541
64719
|
route: '/seam/customer/v1/reservations/get'
|
|
@@ -64572,6 +64750,7 @@ export type Routes = {
|
|
|
64572
64750
|
}[]
|
|
64573
64751
|
}
|
|
64574
64752
|
}
|
|
64753
|
+
maxDuration: undefined
|
|
64575
64754
|
}
|
|
64576
64755
|
'/seam/customer/v1/reservations/list': {
|
|
64577
64756
|
route: '/seam/customer/v1/reservations/list'
|
|
@@ -64623,6 +64802,7 @@ export type Routes = {
|
|
|
64623
64802
|
next_page_url: string | null
|
|
64624
64803
|
}
|
|
64625
64804
|
}
|
|
64805
|
+
maxDuration: undefined
|
|
64626
64806
|
}
|
|
64627
64807
|
'/seam/customer/v1/settings/get': {
|
|
64628
64808
|
route: '/seam/customer/v1/settings/get'
|
|
@@ -64643,6 +64823,7 @@ export type Routes = {
|
|
|
64643
64823
|
)
|
|
64644
64824
|
| undefined
|
|
64645
64825
|
}
|
|
64826
|
+
maxDuration: undefined
|
|
64646
64827
|
}
|
|
64647
64828
|
'/seam/customer/v1/settings/update': {
|
|
64648
64829
|
route: '/seam/customer/v1/settings/update'
|
|
@@ -64663,6 +64844,7 @@ export type Routes = {
|
|
|
64663
64844
|
commonParams: {}
|
|
64664
64845
|
formData: {}
|
|
64665
64846
|
jsonResponse: {}
|
|
64847
|
+
maxDuration: undefined
|
|
64666
64848
|
}
|
|
64667
64849
|
'/seam/customer/v1/spaces/create': {
|
|
64668
64850
|
route: '/seam/customer/v1/spaces/create'
|
|
@@ -64709,6 +64891,7 @@ export type Routes = {
|
|
|
64709
64891
|
parent_space_key?: string | undefined
|
|
64710
64892
|
}
|
|
64711
64893
|
}
|
|
64894
|
+
maxDuration: undefined
|
|
64712
64895
|
}
|
|
64713
64896
|
'/seam/customer/v1/spaces/list': {
|
|
64714
64897
|
route: '/seam/customer/v1/spaces/list'
|
|
@@ -64748,6 +64931,7 @@ export type Routes = {
|
|
|
64748
64931
|
parent_space_key?: string | undefined
|
|
64749
64932
|
}[]
|
|
64750
64933
|
}
|
|
64934
|
+
maxDuration: undefined
|
|
64751
64935
|
}
|
|
64752
64936
|
'/seam/customer/v1/staff_members/get': {
|
|
64753
64937
|
route: '/seam/customer/v1/staff_members/get'
|
|
@@ -64837,6 +65021,7 @@ export type Routes = {
|
|
|
64837
65021
|
user_identity_id?: string | undefined
|
|
64838
65022
|
}
|
|
64839
65023
|
}
|
|
65024
|
+
maxDuration: undefined
|
|
64840
65025
|
}
|
|
64841
65026
|
'/seam/customer/v1/staff_members/list': {
|
|
64842
65027
|
route: '/seam/customer/v1/staff_members/list'
|
|
@@ -64880,6 +65065,7 @@ export type Routes = {
|
|
|
64880
65065
|
next_page_url: string | null
|
|
64881
65066
|
}
|
|
64882
65067
|
}
|
|
65068
|
+
maxDuration: undefined
|
|
64883
65069
|
}
|
|
64884
65070
|
'/seam/instant_key/v1/client_sessions/exchange_short_code': {
|
|
64885
65071
|
route: '/seam/instant_key/v1/client_sessions/exchange_short_code'
|
|
@@ -64929,6 +65115,7 @@ export type Routes = {
|
|
|
64929
65115
|
user_identity_id?: string | undefined
|
|
64930
65116
|
}
|
|
64931
65117
|
}
|
|
65118
|
+
maxDuration: undefined
|
|
64932
65119
|
}
|
|
64933
65120
|
'/seam/instant_key/v1/preview/get': {
|
|
64934
65121
|
route: '/seam/instant_key/v1/preview/get'
|
|
@@ -64980,6 +65167,7 @@ export type Routes = {
|
|
|
64980
65167
|
expires_at: string
|
|
64981
65168
|
}
|
|
64982
65169
|
}
|
|
65170
|
+
maxDuration: undefined
|
|
64983
65171
|
}
|
|
64984
65172
|
'/seam/mobile_sdk/v1/acs/credentials/list': {
|
|
64985
65173
|
route: '/seam/mobile_sdk/v1/acs/credentials/list'
|
|
@@ -65149,6 +65337,7 @@ export type Routes = {
|
|
|
65149
65337
|
is_managed: true
|
|
65150
65338
|
}[]
|
|
65151
65339
|
}
|
|
65340
|
+
maxDuration: undefined
|
|
65152
65341
|
}
|
|
65153
65342
|
'/seam/mobile_sdk/v1/phone_sessions/get_or_create': {
|
|
65154
65343
|
route: '/seam/mobile_sdk/v1/phone_sessions/get_or_create'
|
|
@@ -65473,6 +65662,8 @@ export type Routes = {
|
|
|
65473
65662
|
door_name?: string | undefined
|
|
65474
65663
|
/** Description of the door in the Salto Space access system. */
|
|
65475
65664
|
door_description?: string | undefined
|
|
65665
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
65666
|
+
audit_on_keys?: boolean | undefined
|
|
65476
65667
|
/** Name of the room in the Salto Space access system. */
|
|
65477
65668
|
room_name?: string | undefined
|
|
65478
65669
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -65552,6 +65743,7 @@ export type Routes = {
|
|
|
65552
65743
|
workspace_id: string
|
|
65553
65744
|
}
|
|
65554
65745
|
}
|
|
65746
|
+
maxDuration: undefined
|
|
65555
65747
|
}
|
|
65556
65748
|
'/seam/mobile_sdk/v1/report_salto_space_audit_trail': {
|
|
65557
65749
|
route: '/seam/mobile_sdk/v1/report_salto_space_audit_trail'
|
|
@@ -65566,6 +65758,7 @@ export type Routes = {
|
|
|
65566
65758
|
commonParams: {}
|
|
65567
65759
|
formData: {}
|
|
65568
65760
|
jsonResponse: {}
|
|
65761
|
+
maxDuration: undefined
|
|
65569
65762
|
}
|
|
65570
65763
|
'/seam/partner/v1/building_blocks/spaces/auto_map': {
|
|
65571
65764
|
route: '/seam/partner/v1/building_blocks/spaces/auto_map'
|
|
@@ -65595,6 +65788,7 @@ export type Routes = {
|
|
|
65595
65788
|
is_draft?: boolean | undefined
|
|
65596
65789
|
}[]
|
|
65597
65790
|
}
|
|
65791
|
+
maxDuration: undefined
|
|
65598
65792
|
}
|
|
65599
65793
|
'/spaces/add_acs_entrances': {
|
|
65600
65794
|
route: '/spaces/add_acs_entrances'
|
|
@@ -65609,6 +65803,7 @@ export type Routes = {
|
|
|
65609
65803
|
commonParams: {}
|
|
65610
65804
|
formData: {}
|
|
65611
65805
|
jsonResponse: {}
|
|
65806
|
+
maxDuration: undefined
|
|
65612
65807
|
}
|
|
65613
65808
|
'/spaces/add_devices': {
|
|
65614
65809
|
route: '/spaces/add_devices'
|
|
@@ -65623,6 +65818,7 @@ export type Routes = {
|
|
|
65623
65818
|
commonParams: {}
|
|
65624
65819
|
formData: {}
|
|
65625
65820
|
jsonResponse: {}
|
|
65821
|
+
maxDuration: undefined
|
|
65626
65822
|
}
|
|
65627
65823
|
'/spaces/create': {
|
|
65628
65824
|
route: '/spaces/create'
|
|
@@ -65667,6 +65863,7 @@ export type Routes = {
|
|
|
65667
65863
|
parent_space_key?: string | undefined
|
|
65668
65864
|
}
|
|
65669
65865
|
}
|
|
65866
|
+
maxDuration: undefined
|
|
65670
65867
|
}
|
|
65671
65868
|
'/spaces/delete': {
|
|
65672
65869
|
route: '/spaces/delete'
|
|
@@ -65679,6 +65876,7 @@ export type Routes = {
|
|
|
65679
65876
|
commonParams: {}
|
|
65680
65877
|
formData: {}
|
|
65681
65878
|
jsonResponse: {}
|
|
65879
|
+
maxDuration: undefined
|
|
65682
65880
|
}
|
|
65683
65881
|
'/spaces/get': {
|
|
65684
65882
|
route: '/spaces/get'
|
|
@@ -65720,6 +65918,7 @@ export type Routes = {
|
|
|
65720
65918
|
parent_space_key?: string | undefined
|
|
65721
65919
|
}
|
|
65722
65920
|
}
|
|
65921
|
+
maxDuration: undefined
|
|
65723
65922
|
}
|
|
65724
65923
|
'/spaces/get_related': {
|
|
65725
65924
|
route: '/spaces/get_related'
|
|
@@ -67467,6 +67666,8 @@ export type Routes = {
|
|
|
67467
67666
|
door_name?: string | undefined
|
|
67468
67667
|
/** Description of the door in the Salto Space access system. */
|
|
67469
67668
|
door_description?: string | undefined
|
|
67669
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
67670
|
+
audit_on_keys?: boolean | undefined
|
|
67470
67671
|
/** Name of the room in the Salto Space access system. */
|
|
67471
67672
|
room_name?: string | undefined
|
|
67472
67673
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -67807,6 +68008,7 @@ export type Routes = {
|
|
|
67807
68008
|
| undefined
|
|
67808
68009
|
}
|
|
67809
68010
|
}
|
|
68011
|
+
maxDuration: undefined
|
|
67810
68012
|
}
|
|
67811
68013
|
'/spaces/list': {
|
|
67812
68014
|
route: '/spaces/list'
|
|
@@ -67848,6 +68050,7 @@ export type Routes = {
|
|
|
67848
68050
|
parent_space_key?: string | undefined
|
|
67849
68051
|
}[]
|
|
67850
68052
|
}
|
|
68053
|
+
maxDuration: undefined
|
|
67851
68054
|
}
|
|
67852
68055
|
'/spaces/remove_acs_entrances': {
|
|
67853
68056
|
route: '/spaces/remove_acs_entrances'
|
|
@@ -67862,6 +68065,7 @@ export type Routes = {
|
|
|
67862
68065
|
}
|
|
67863
68066
|
formData: {}
|
|
67864
68067
|
jsonResponse: {}
|
|
68068
|
+
maxDuration: undefined
|
|
67865
68069
|
}
|
|
67866
68070
|
'/spaces/remove_devices': {
|
|
67867
68071
|
route: '/spaces/remove_devices'
|
|
@@ -67876,6 +68080,7 @@ export type Routes = {
|
|
|
67876
68080
|
}
|
|
67877
68081
|
formData: {}
|
|
67878
68082
|
jsonResponse: {}
|
|
68083
|
+
maxDuration: undefined
|
|
67879
68084
|
}
|
|
67880
68085
|
'/spaces/update': {
|
|
67881
68086
|
route: '/spaces/update'
|
|
@@ -67922,6 +68127,7 @@ export type Routes = {
|
|
|
67922
68127
|
parent_space_key?: string | undefined
|
|
67923
68128
|
}
|
|
67924
68129
|
}
|
|
68130
|
+
maxDuration: undefined
|
|
67925
68131
|
}
|
|
67926
68132
|
'/thermostats/activate_climate_preset': {
|
|
67927
68133
|
route: '/thermostats/activate_climate_preset'
|
|
@@ -69383,6 +69589,7 @@ export type Routes = {
|
|
|
69383
69589
|
}
|
|
69384
69590
|
}
|
|
69385
69591
|
}
|
|
69592
|
+
maxDuration: undefined
|
|
69386
69593
|
}
|
|
69387
69594
|
'/thermostats/cool': {
|
|
69388
69595
|
route: '/thermostats/cool'
|
|
@@ -70848,6 +71055,7 @@ export type Routes = {
|
|
|
70848
71055
|
}
|
|
70849
71056
|
}
|
|
70850
71057
|
}
|
|
71058
|
+
maxDuration: undefined
|
|
70851
71059
|
}
|
|
70852
71060
|
'/thermostats/create_climate_preset': {
|
|
70853
71061
|
route: '/thermostats/create_climate_preset'
|
|
@@ -70900,6 +71108,7 @@ export type Routes = {
|
|
|
70900
71108
|
commonParams: {}
|
|
70901
71109
|
formData: {}
|
|
70902
71110
|
jsonResponse: {}
|
|
71111
|
+
maxDuration: undefined
|
|
70903
71112
|
}
|
|
70904
71113
|
'/thermostats/daily_programs/create': {
|
|
70905
71114
|
route: '/thermostats/daily_programs/create'
|
|
@@ -70942,6 +71151,7 @@ export type Routes = {
|
|
|
70942
71151
|
created_at: string
|
|
70943
71152
|
}
|
|
70944
71153
|
}
|
|
71154
|
+
maxDuration: undefined
|
|
70945
71155
|
}
|
|
70946
71156
|
'/thermostats/daily_programs/delete': {
|
|
70947
71157
|
route: '/thermostats/daily_programs/delete'
|
|
@@ -70954,6 +71164,7 @@ export type Routes = {
|
|
|
70954
71164
|
}
|
|
70955
71165
|
formData: {}
|
|
70956
71166
|
jsonResponse: {}
|
|
71167
|
+
maxDuration: undefined
|
|
70957
71168
|
}
|
|
70958
71169
|
'/thermostats/daily_programs/update': {
|
|
70959
71170
|
route: '/thermostats/daily_programs/update'
|
|
@@ -72422,6 +72633,7 @@ export type Routes = {
|
|
|
72422
72633
|
}
|
|
72423
72634
|
}
|
|
72424
72635
|
}
|
|
72636
|
+
maxDuration: undefined
|
|
72425
72637
|
}
|
|
72426
72638
|
'/thermostats/delete_climate_preset': {
|
|
72427
72639
|
route: '/thermostats/delete_climate_preset'
|
|
@@ -72436,6 +72648,7 @@ export type Routes = {
|
|
|
72436
72648
|
commonParams: {}
|
|
72437
72649
|
formData: {}
|
|
72438
72650
|
jsonResponse: {}
|
|
72651
|
+
maxDuration: undefined
|
|
72439
72652
|
}
|
|
72440
72653
|
'/thermostats/get': {
|
|
72441
72654
|
route: '/thermostats/get'
|
|
@@ -73985,6 +74198,7 @@ export type Routes = {
|
|
|
73985
74198
|
can_simulate_paid_subscription?: boolean | undefined
|
|
73986
74199
|
}
|
|
73987
74200
|
}
|
|
74201
|
+
maxDuration: undefined
|
|
73988
74202
|
}
|
|
73989
74203
|
'/thermostats/heat': {
|
|
73990
74204
|
route: '/thermostats/heat'
|
|
@@ -75450,6 +75664,7 @@ export type Routes = {
|
|
|
75450
75664
|
}
|
|
75451
75665
|
}
|
|
75452
75666
|
}
|
|
75667
|
+
maxDuration: undefined
|
|
75453
75668
|
}
|
|
75454
75669
|
'/thermostats/heat_cool': {
|
|
75455
75670
|
route: '/thermostats/heat_cool'
|
|
@@ -76919,6 +77134,7 @@ export type Routes = {
|
|
|
76919
77134
|
}
|
|
76920
77135
|
}
|
|
76921
77136
|
}
|
|
77137
|
+
maxDuration: undefined
|
|
76922
77138
|
}
|
|
76923
77139
|
'/thermostats/list': {
|
|
76924
77140
|
route: '/thermostats/list'
|
|
@@ -80108,6 +80324,7 @@ export type Routes = {
|
|
|
80108
80324
|
can_simulate_paid_subscription?: boolean | undefined
|
|
80109
80325
|
}[]
|
|
80110
80326
|
}
|
|
80327
|
+
maxDuration: undefined
|
|
80111
80328
|
}
|
|
80112
80329
|
'/thermostats/off': {
|
|
80113
80330
|
route: '/thermostats/off'
|
|
@@ -81569,6 +81786,7 @@ export type Routes = {
|
|
|
81569
81786
|
}
|
|
81570
81787
|
}
|
|
81571
81788
|
}
|
|
81789
|
+
maxDuration: undefined
|
|
81572
81790
|
}
|
|
81573
81791
|
'/thermostats/schedules/create': {
|
|
81574
81792
|
route: '/thermostats/schedules/create'
|
|
@@ -81624,6 +81842,7 @@ export type Routes = {
|
|
|
81624
81842
|
}[]
|
|
81625
81843
|
}
|
|
81626
81844
|
}
|
|
81845
|
+
maxDuration: undefined
|
|
81627
81846
|
}
|
|
81628
81847
|
'/thermostats/schedules/delete': {
|
|
81629
81848
|
route: '/thermostats/schedules/delete'
|
|
@@ -81636,6 +81855,7 @@ export type Routes = {
|
|
|
81636
81855
|
}
|
|
81637
81856
|
formData: {}
|
|
81638
81857
|
jsonResponse: {}
|
|
81858
|
+
maxDuration: undefined
|
|
81639
81859
|
}
|
|
81640
81860
|
'/thermostats/schedules/get': {
|
|
81641
81861
|
route: '/thermostats/schedules/get'
|
|
@@ -81679,6 +81899,7 @@ export type Routes = {
|
|
|
81679
81899
|
}[]
|
|
81680
81900
|
}
|
|
81681
81901
|
}
|
|
81902
|
+
maxDuration: undefined
|
|
81682
81903
|
}
|
|
81683
81904
|
'/thermostats/schedules/list': {
|
|
81684
81905
|
route: '/thermostats/schedules/list'
|
|
@@ -81723,6 +81944,7 @@ export type Routes = {
|
|
|
81723
81944
|
}[]
|
|
81724
81945
|
}[]
|
|
81725
81946
|
}
|
|
81947
|
+
maxDuration: undefined
|
|
81726
81948
|
}
|
|
81727
81949
|
'/thermostats/schedules/update': {
|
|
81728
81950
|
route: '/thermostats/schedules/update'
|
|
@@ -81747,6 +81969,7 @@ export type Routes = {
|
|
|
81747
81969
|
commonParams: {}
|
|
81748
81970
|
formData: {}
|
|
81749
81971
|
jsonResponse: {}
|
|
81972
|
+
maxDuration: undefined
|
|
81750
81973
|
}
|
|
81751
81974
|
'/thermostats/set_fallback_climate_preset': {
|
|
81752
81975
|
route: '/thermostats/set_fallback_climate_preset'
|
|
@@ -81761,6 +81984,7 @@ export type Routes = {
|
|
|
81761
81984
|
commonParams: {}
|
|
81762
81985
|
formData: {}
|
|
81763
81986
|
jsonResponse: {}
|
|
81987
|
+
maxDuration: undefined
|
|
81764
81988
|
}
|
|
81765
81989
|
'/thermostats/set_fan_mode': {
|
|
81766
81990
|
route: '/thermostats/set_fan_mode'
|
|
@@ -83227,6 +83451,7 @@ export type Routes = {
|
|
|
83227
83451
|
}
|
|
83228
83452
|
}
|
|
83229
83453
|
}
|
|
83454
|
+
maxDuration: undefined
|
|
83230
83455
|
}
|
|
83231
83456
|
'/thermostats/set_hvac_mode': {
|
|
83232
83457
|
route: '/thermostats/set_hvac_mode'
|
|
@@ -84724,6 +84949,7 @@ export type Routes = {
|
|
|
84724
84949
|
}
|
|
84725
84950
|
}
|
|
84726
84951
|
}
|
|
84952
|
+
maxDuration: undefined
|
|
84727
84953
|
}
|
|
84728
84954
|
'/thermostats/set_temperature_threshold': {
|
|
84729
84955
|
route: '/thermostats/set_temperature_threshold'
|
|
@@ -84744,6 +84970,7 @@ export type Routes = {
|
|
|
84744
84970
|
commonParams: {}
|
|
84745
84971
|
formData: {}
|
|
84746
84972
|
jsonResponse: {}
|
|
84973
|
+
maxDuration: undefined
|
|
84747
84974
|
}
|
|
84748
84975
|
'/thermostats/simulate/hvac_mode_adjusted': {
|
|
84749
84976
|
route: '/thermostats/simulate/hvac_mode_adjusted'
|
|
@@ -84793,6 +85020,7 @@ export type Routes = {
|
|
|
84793
85020
|
commonParams: {}
|
|
84794
85021
|
formData: {}
|
|
84795
85022
|
jsonResponse: {}
|
|
85023
|
+
maxDuration: undefined
|
|
84796
85024
|
}
|
|
84797
85025
|
'/thermostats/simulate/temperature_reached': {
|
|
84798
85026
|
route: '/thermostats/simulate/temperature_reached'
|
|
@@ -84809,6 +85037,7 @@ export type Routes = {
|
|
|
84809
85037
|
commonParams: {}
|
|
84810
85038
|
formData: {}
|
|
84811
85039
|
jsonResponse: {}
|
|
85040
|
+
maxDuration: undefined
|
|
84812
85041
|
}
|
|
84813
85042
|
'/thermostats/update_climate_preset': {
|
|
84814
85043
|
route: '/thermostats/update_climate_preset'
|
|
@@ -84861,6 +85090,7 @@ export type Routes = {
|
|
|
84861
85090
|
commonParams: {}
|
|
84862
85091
|
formData: {}
|
|
84863
85092
|
jsonResponse: {}
|
|
85093
|
+
maxDuration: undefined
|
|
84864
85094
|
}
|
|
84865
85095
|
'/thermostats/update_weekly_program': {
|
|
84866
85096
|
route: '/thermostats/update_weekly_program'
|
|
@@ -86334,6 +86564,7 @@ export type Routes = {
|
|
|
86334
86564
|
}
|
|
86335
86565
|
}
|
|
86336
86566
|
}
|
|
86567
|
+
maxDuration: undefined
|
|
86337
86568
|
}
|
|
86338
86569
|
'/unstable_partner/building_blocks/connect_accounts': {
|
|
86339
86570
|
route: '/unstable_partner/building_blocks/connect_accounts'
|
|
@@ -86364,6 +86595,7 @@ export type Routes = {
|
|
|
86364
86595
|
created_at: string
|
|
86365
86596
|
}
|
|
86366
86597
|
}
|
|
86598
|
+
maxDuration: undefined
|
|
86367
86599
|
}
|
|
86368
86600
|
'/unstable_partner/building_blocks/generate_magic_link': {
|
|
86369
86601
|
route: '/unstable_partner/building_blocks/generate_magic_link'
|
|
@@ -86409,6 +86641,7 @@ export type Routes = {
|
|
|
86409
86641
|
created_at: string
|
|
86410
86642
|
}
|
|
86411
86643
|
}
|
|
86644
|
+
maxDuration: undefined
|
|
86412
86645
|
}
|
|
86413
86646
|
'/unstable_partner/building_blocks/manage_devices': {
|
|
86414
86647
|
route: '/unstable_partner/building_blocks/manage_devices'
|
|
@@ -86439,6 +86672,7 @@ export type Routes = {
|
|
|
86439
86672
|
created_at: string
|
|
86440
86673
|
}
|
|
86441
86674
|
}
|
|
86675
|
+
maxDuration: undefined
|
|
86442
86676
|
}
|
|
86443
86677
|
'/unstable_partner/building_blocks/organize_spaces': {
|
|
86444
86678
|
route: '/unstable_partner/building_blocks/organize_spaces'
|
|
@@ -86478,6 +86712,7 @@ export type Routes = {
|
|
|
86478
86712
|
created_at: string
|
|
86479
86713
|
}
|
|
86480
86714
|
}
|
|
86715
|
+
maxDuration: undefined
|
|
86481
86716
|
}
|
|
86482
86717
|
'/user_identities/add_acs_user': {
|
|
86483
86718
|
route: '/user_identities/add_acs_user'
|
|
@@ -86494,6 +86729,7 @@ export type Routes = {
|
|
|
86494
86729
|
}
|
|
86495
86730
|
formData: {}
|
|
86496
86731
|
jsonResponse: {}
|
|
86732
|
+
maxDuration: undefined
|
|
86497
86733
|
}
|
|
86498
86734
|
'/user_identities/create': {
|
|
86499
86735
|
route: '/user_identities/create'
|
|
@@ -86566,6 +86802,7 @@ export type Routes = {
|
|
|
86566
86802
|
acs_user_ids: string[]
|
|
86567
86803
|
}
|
|
86568
86804
|
}
|
|
86805
|
+
maxDuration: undefined
|
|
86569
86806
|
}
|
|
86570
86807
|
'/user_identities/delete': {
|
|
86571
86808
|
route: '/user_identities/delete'
|
|
@@ -86578,6 +86815,7 @@ export type Routes = {
|
|
|
86578
86815
|
}
|
|
86579
86816
|
formData: {}
|
|
86580
86817
|
jsonResponse: {}
|
|
86818
|
+
maxDuration: undefined
|
|
86581
86819
|
}
|
|
86582
86820
|
'/user_identities/enrollment_automations/delete': {
|
|
86583
86821
|
route: '/user_identities/enrollment_automations/delete'
|
|
@@ -86590,6 +86828,7 @@ export type Routes = {
|
|
|
86590
86828
|
}
|
|
86591
86829
|
formData: {}
|
|
86592
86830
|
jsonResponse: {}
|
|
86831
|
+
maxDuration: undefined
|
|
86593
86832
|
}
|
|
86594
86833
|
'/user_identities/enrollment_automations/get': {
|
|
86595
86834
|
route: '/user_identities/enrollment_automations/get'
|
|
@@ -86616,6 +86855,7 @@ export type Routes = {
|
|
|
86616
86855
|
workspace_id: string
|
|
86617
86856
|
}
|
|
86618
86857
|
}
|
|
86858
|
+
maxDuration: undefined
|
|
86619
86859
|
}
|
|
86620
86860
|
'/user_identities/enrollment_automations/launch': {
|
|
86621
86861
|
route: '/user_identities/enrollment_automations/launch'
|
|
@@ -86650,6 +86890,7 @@ export type Routes = {
|
|
|
86650
86890
|
workspace_id: string
|
|
86651
86891
|
}
|
|
86652
86892
|
}
|
|
86893
|
+
maxDuration: undefined
|
|
86653
86894
|
}
|
|
86654
86895
|
'/user_identities/enrollment_automations/list': {
|
|
86655
86896
|
route: '/user_identities/enrollment_automations/list'
|
|
@@ -86675,6 +86916,7 @@ export type Routes = {
|
|
|
86675
86916
|
workspace_id: string
|
|
86676
86917
|
}[]
|
|
86677
86918
|
}
|
|
86919
|
+
maxDuration: undefined
|
|
86678
86920
|
}
|
|
86679
86921
|
'/user_identities/generate_instant_key': {
|
|
86680
86922
|
route: '/user_identities/generate_instant_key'
|
|
@@ -86723,6 +86965,7 @@ export type Routes = {
|
|
|
86723
86965
|
| undefined
|
|
86724
86966
|
}
|
|
86725
86967
|
}
|
|
86968
|
+
maxDuration: undefined
|
|
86726
86969
|
}
|
|
86727
86970
|
'/user_identities/get': {
|
|
86728
86971
|
route: '/user_identities/get'
|
|
@@ -86791,6 +87034,7 @@ export type Routes = {
|
|
|
86791
87034
|
acs_user_ids: string[]
|
|
86792
87035
|
}
|
|
86793
87036
|
}
|
|
87037
|
+
maxDuration: undefined
|
|
86794
87038
|
}
|
|
86795
87039
|
'/user_identities/grant_access_to_device': {
|
|
86796
87040
|
route: '/user_identities/grant_access_to_device'
|
|
@@ -86805,6 +87049,7 @@ export type Routes = {
|
|
|
86805
87049
|
}
|
|
86806
87050
|
formData: {}
|
|
86807
87051
|
jsonResponse: {}
|
|
87052
|
+
maxDuration: undefined
|
|
86808
87053
|
}
|
|
86809
87054
|
'/user_identities/list': {
|
|
86810
87055
|
route: '/user_identities/list'
|
|
@@ -86885,6 +87130,7 @@ export type Routes = {
|
|
|
86885
87130
|
next_page_url: string | null
|
|
86886
87131
|
}
|
|
86887
87132
|
}
|
|
87133
|
+
maxDuration: undefined
|
|
86888
87134
|
}
|
|
86889
87135
|
'/user_identities/list_accessible_devices': {
|
|
86890
87136
|
route: '/user_identities/list_accessible_devices'
|
|
@@ -89966,6 +90212,7 @@ export type Routes = {
|
|
|
89966
90212
|
can_simulate_paid_subscription?: boolean | undefined
|
|
89967
90213
|
}[]
|
|
89968
90214
|
}
|
|
90215
|
+
maxDuration: undefined
|
|
89969
90216
|
}
|
|
89970
90217
|
'/user_identities/list_acs_systems': {
|
|
89971
90218
|
route: '/user_identities/list_acs_systems'
|
|
@@ -90146,6 +90393,7 @@ export type Routes = {
|
|
|
90146
90393
|
)[]
|
|
90147
90394
|
}[]
|
|
90148
90395
|
}
|
|
90396
|
+
maxDuration: undefined
|
|
90149
90397
|
}
|
|
90150
90398
|
'/user_identities/list_acs_users': {
|
|
90151
90399
|
route: '/user_identities/list_acs_users'
|
|
@@ -90410,6 +90658,7 @@ export type Routes = {
|
|
|
90410
90658
|
is_managed: true
|
|
90411
90659
|
}[]
|
|
90412
90660
|
}
|
|
90661
|
+
maxDuration: undefined
|
|
90413
90662
|
}
|
|
90414
90663
|
'/user_identities/remove_acs_user': {
|
|
90415
90664
|
route: '/user_identities/remove_acs_user'
|
|
@@ -90424,6 +90673,7 @@ export type Routes = {
|
|
|
90424
90673
|
}
|
|
90425
90674
|
formData: {}
|
|
90426
90675
|
jsonResponse: {}
|
|
90676
|
+
maxDuration: undefined
|
|
90427
90677
|
}
|
|
90428
90678
|
'/user_identities/revoke_access_to_device': {
|
|
90429
90679
|
route: '/user_identities/revoke_access_to_device'
|
|
@@ -90438,6 +90688,7 @@ export type Routes = {
|
|
|
90438
90688
|
}
|
|
90439
90689
|
formData: {}
|
|
90440
90690
|
jsonResponse: {}
|
|
90691
|
+
maxDuration: undefined
|
|
90441
90692
|
}
|
|
90442
90693
|
'/user_identities/unmanaged/get': {
|
|
90443
90694
|
route: '/user_identities/unmanaged/get'
|
|
@@ -90500,6 +90751,7 @@ export type Routes = {
|
|
|
90500
90751
|
acs_user_ids: string[]
|
|
90501
90752
|
}
|
|
90502
90753
|
}
|
|
90754
|
+
maxDuration: undefined
|
|
90503
90755
|
}
|
|
90504
90756
|
'/user_identities/unmanaged/list': {
|
|
90505
90757
|
route: '/user_identities/unmanaged/list'
|
|
@@ -90576,6 +90828,7 @@ export type Routes = {
|
|
|
90576
90828
|
next_page_url: string | null
|
|
90577
90829
|
}
|
|
90578
90830
|
}
|
|
90831
|
+
maxDuration: undefined
|
|
90579
90832
|
}
|
|
90580
90833
|
'/user_identities/unmanaged/update': {
|
|
90581
90834
|
route: '/user_identities/unmanaged/update'
|
|
@@ -90592,6 +90845,7 @@ export type Routes = {
|
|
|
90592
90845
|
commonParams: {}
|
|
90593
90846
|
formData: {}
|
|
90594
90847
|
jsonResponse: {}
|
|
90848
|
+
maxDuration: undefined
|
|
90595
90849
|
}
|
|
90596
90850
|
'/user_identities/update': {
|
|
90597
90851
|
route: '/user_identities/update'
|
|
@@ -90612,6 +90866,7 @@ export type Routes = {
|
|
|
90612
90866
|
commonParams: {}
|
|
90613
90867
|
formData: {}
|
|
90614
90868
|
jsonResponse: {}
|
|
90869
|
+
maxDuration: undefined
|
|
90615
90870
|
}
|
|
90616
90871
|
'/webhooks/create': {
|
|
90617
90872
|
route: '/webhooks/create'
|
|
@@ -90638,6 +90893,7 @@ export type Routes = {
|
|
|
90638
90893
|
secret?: string | undefined
|
|
90639
90894
|
}
|
|
90640
90895
|
}
|
|
90896
|
+
maxDuration: undefined
|
|
90641
90897
|
}
|
|
90642
90898
|
'/webhooks/delete': {
|
|
90643
90899
|
route: '/webhooks/delete'
|
|
@@ -90650,6 +90906,7 @@ export type Routes = {
|
|
|
90650
90906
|
}
|
|
90651
90907
|
formData: {}
|
|
90652
90908
|
jsonResponse: {}
|
|
90909
|
+
maxDuration: undefined
|
|
90653
90910
|
}
|
|
90654
90911
|
'/webhooks/get': {
|
|
90655
90912
|
route: '/webhooks/get'
|
|
@@ -90674,6 +90931,7 @@ export type Routes = {
|
|
|
90674
90931
|
secret?: string | undefined
|
|
90675
90932
|
}
|
|
90676
90933
|
}
|
|
90934
|
+
maxDuration: undefined
|
|
90677
90935
|
}
|
|
90678
90936
|
'/webhooks/list': {
|
|
90679
90937
|
route: '/webhooks/list'
|
|
@@ -90694,6 +90952,7 @@ export type Routes = {
|
|
|
90694
90952
|
secret?: string | undefined
|
|
90695
90953
|
}[]
|
|
90696
90954
|
}
|
|
90955
|
+
maxDuration: undefined
|
|
90697
90956
|
}
|
|
90698
90957
|
'/webhooks/update': {
|
|
90699
90958
|
route: '/webhooks/update'
|
|
@@ -90708,6 +90967,7 @@ export type Routes = {
|
|
|
90708
90967
|
commonParams: {}
|
|
90709
90968
|
formData: {}
|
|
90710
90969
|
jsonResponse: {}
|
|
90970
|
+
maxDuration: undefined
|
|
90711
90971
|
}
|
|
90712
90972
|
'/workspaces/create': {
|
|
90713
90973
|
route: '/workspaces/create'
|
|
@@ -90784,6 +91044,7 @@ export type Routes = {
|
|
|
90784
91044
|
is_publishable_key_auth_enabled: boolean
|
|
90785
91045
|
}
|
|
90786
91046
|
}
|
|
91047
|
+
maxDuration: undefined
|
|
90787
91048
|
}
|
|
90788
91049
|
'/workspaces/customization_profiles/create': {
|
|
90789
91050
|
route: '/workspaces/customization_profiles/create'
|
|
@@ -90824,6 +91085,7 @@ export type Routes = {
|
|
|
90824
91085
|
| undefined
|
|
90825
91086
|
}
|
|
90826
91087
|
}
|
|
91088
|
+
maxDuration: undefined
|
|
90827
91089
|
}
|
|
90828
91090
|
'/workspaces/customization_profiles/get': {
|
|
90829
91091
|
route: '/workspaces/customization_profiles/get'
|
|
@@ -90854,6 +91116,7 @@ export type Routes = {
|
|
|
90854
91116
|
| undefined
|
|
90855
91117
|
}
|
|
90856
91118
|
}
|
|
91119
|
+
maxDuration: undefined
|
|
90857
91120
|
}
|
|
90858
91121
|
'/workspaces/customization_profiles/list': {
|
|
90859
91122
|
route: '/workspaces/customization_profiles/list'
|
|
@@ -90884,6 +91147,7 @@ export type Routes = {
|
|
|
90884
91147
|
| undefined
|
|
90885
91148
|
}[]
|
|
90886
91149
|
}
|
|
91150
|
+
maxDuration: undefined
|
|
90887
91151
|
}
|
|
90888
91152
|
'/workspaces/customization_profiles/update': {
|
|
90889
91153
|
route: '/workspaces/customization_profiles/update'
|
|
@@ -90909,6 +91173,7 @@ export type Routes = {
|
|
|
90909
91173
|
commonParams: {}
|
|
90910
91174
|
formData: {}
|
|
90911
91175
|
jsonResponse: {}
|
|
91176
|
+
maxDuration: undefined
|
|
90912
91177
|
}
|
|
90913
91178
|
'/workspaces/customization_profiles/upload_images': {
|
|
90914
91179
|
route: '/workspaces/customization_profiles/upload_images'
|
|
@@ -90918,6 +91183,7 @@ export type Routes = {
|
|
|
90918
91183
|
commonParams: {}
|
|
90919
91184
|
formData: {}
|
|
90920
91185
|
jsonResponse: {}
|
|
91186
|
+
maxDuration: undefined
|
|
90921
91187
|
}
|
|
90922
91188
|
'/workspaces/find_anything': {
|
|
90923
91189
|
route: '/workspaces/find_anything'
|
|
@@ -92705,6 +92971,8 @@ export type Routes = {
|
|
|
92705
92971
|
door_name?: string | undefined
|
|
92706
92972
|
/** Description of the door in the Salto Space access system. */
|
|
92707
92973
|
door_description?: string | undefined
|
|
92974
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
92975
|
+
audit_on_keys?: boolean | undefined
|
|
92708
92976
|
/** Name of the room in the Salto Space access system. */
|
|
92709
92977
|
room_name?: string | undefined
|
|
92710
92978
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -99650,6 +99918,7 @@ export type Routes = {
|
|
|
99650
99918
|
| undefined
|
|
99651
99919
|
}
|
|
99652
99920
|
}
|
|
99921
|
+
maxDuration: undefined
|
|
99653
99922
|
}
|
|
99654
99923
|
'/workspaces/get': {
|
|
99655
99924
|
route: '/workspaces/get'
|
|
@@ -99692,6 +99961,7 @@ export type Routes = {
|
|
|
99692
99961
|
is_publishable_key_auth_enabled: boolean
|
|
99693
99962
|
}
|
|
99694
99963
|
}
|
|
99964
|
+
maxDuration: undefined
|
|
99695
99965
|
}
|
|
99696
99966
|
'/workspaces/list': {
|
|
99697
99967
|
route: '/workspaces/list'
|
|
@@ -99733,6 +100003,7 @@ export type Routes = {
|
|
|
99733
100003
|
is_publishable_key_auth_enabled: boolean
|
|
99734
100004
|
}[]
|
|
99735
100005
|
}
|
|
100006
|
+
maxDuration: undefined
|
|
99736
100007
|
}
|
|
99737
100008
|
'/workspaces/reset_sandbox': {
|
|
99738
100009
|
route: '/workspaces/reset_sandbox'
|
|
@@ -101189,6 +101460,7 @@ export type Routes = {
|
|
|
101189
101460
|
}
|
|
101190
101461
|
}
|
|
101191
101462
|
}
|
|
101463
|
+
maxDuration: undefined
|
|
101192
101464
|
}
|
|
101193
101465
|
'/workspaces/update': {
|
|
101194
101466
|
route: '/workspaces/update'
|
|
@@ -101220,6 +101492,7 @@ export type Routes = {
|
|
|
101220
101492
|
commonParams: {}
|
|
101221
101493
|
formData: {}
|
|
101222
101494
|
jsonResponse: {}
|
|
101495
|
+
maxDuration: undefined
|
|
101223
101496
|
}
|
|
101224
101497
|
}
|
|
101225
101498
|
|