@seamapi/types 1.656.0 → 1.658.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 +148 -11
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +500 -0
- package/dist/index.cjs +148 -11
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +14 -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/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +1 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +7 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -0
- package/lib/seam/connect/openapi.d.ts +187 -0
- package/lib/seam/connect/openapi.js +132 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +287 -0
- package/package.json +2 -2
- package/src/lib/seam/connect/models/batch.ts +35 -32
- package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +132 -1
- package/src/lib/seam/connect/route-types.ts +287 -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'
|
|
@@ -12237,6 +12256,8 @@ export type Routes = {
|
|
|
12237
12256
|
device_id: string
|
|
12238
12257
|
/** Device name for an Ultraloq device. */
|
|
12239
12258
|
device_name: string
|
|
12259
|
+
/** Device type for an Ultraloq device. */
|
|
12260
|
+
device_type: string
|
|
12240
12261
|
}
|
|
12241
12262
|
| undefined
|
|
12242
12263
|
}) &
|
|
@@ -13633,6 +13654,7 @@ export type Routes = {
|
|
|
13633
13654
|
| undefined
|
|
13634
13655
|
}
|
|
13635
13656
|
}
|
|
13657
|
+
maxDuration: undefined
|
|
13636
13658
|
}
|
|
13637
13659
|
'/access_grants/list': {
|
|
13638
13660
|
route: '/access_grants/list'
|
|
@@ -13718,6 +13740,7 @@ export type Routes = {
|
|
|
13718
13740
|
customization_profile_id?: string | undefined
|
|
13719
13741
|
}[]
|
|
13720
13742
|
}
|
|
13743
|
+
maxDuration: undefined
|
|
13721
13744
|
}
|
|
13722
13745
|
'/access_grants/request_access_methods': {
|
|
13723
13746
|
route: '/access_grants/request_access_methods'
|
|
@@ -13796,6 +13819,7 @@ export type Routes = {
|
|
|
13796
13819
|
customization_profile_id?: string | undefined
|
|
13797
13820
|
}
|
|
13798
13821
|
}
|
|
13822
|
+
maxDuration: undefined
|
|
13799
13823
|
}
|
|
13800
13824
|
'/access_grants/unmanaged/get': {
|
|
13801
13825
|
route: '/access_grants/unmanaged/get'
|
|
@@ -13859,6 +13883,7 @@ export type Routes = {
|
|
|
13859
13883
|
user_identity_id?: string | undefined
|
|
13860
13884
|
}
|
|
13861
13885
|
}
|
|
13886
|
+
maxDuration: undefined
|
|
13862
13887
|
}
|
|
13863
13888
|
'/access_grants/unmanaged/list': {
|
|
13864
13889
|
route: '/access_grants/unmanaged/list'
|
|
@@ -13927,6 +13952,7 @@ export type Routes = {
|
|
|
13927
13952
|
user_identity_id?: string | undefined
|
|
13928
13953
|
}[]
|
|
13929
13954
|
}
|
|
13955
|
+
maxDuration: undefined
|
|
13930
13956
|
}
|
|
13931
13957
|
'/access_grants/unmanaged/update': {
|
|
13932
13958
|
route: '/access_grants/unmanaged/update'
|
|
@@ -13943,6 +13969,7 @@ export type Routes = {
|
|
|
13943
13969
|
commonParams: {}
|
|
13944
13970
|
formData: {}
|
|
13945
13971
|
jsonResponse: {}
|
|
13972
|
+
maxDuration: undefined
|
|
13946
13973
|
}
|
|
13947
13974
|
'/access_grants/update': {
|
|
13948
13975
|
route: '/access_grants/update'
|
|
@@ -13961,6 +13988,7 @@ export type Routes = {
|
|
|
13961
13988
|
}
|
|
13962
13989
|
formData: {}
|
|
13963
13990
|
jsonResponse: {}
|
|
13991
|
+
maxDuration: undefined
|
|
13964
13992
|
}
|
|
13965
13993
|
'/access_methods/delete': {
|
|
13966
13994
|
route: '/access_methods/delete'
|
|
@@ -13973,6 +14001,7 @@ export type Routes = {
|
|
|
13973
14001
|
}
|
|
13974
14002
|
formData: {}
|
|
13975
14003
|
jsonResponse: {}
|
|
14004
|
+
maxDuration: undefined
|
|
13976
14005
|
}
|
|
13977
14006
|
'/access_methods/encode': {
|
|
13978
14007
|
route: '/access_methods/encode'
|
|
@@ -15434,6 +15463,7 @@ export type Routes = {
|
|
|
15434
15463
|
}
|
|
15435
15464
|
}
|
|
15436
15465
|
}
|
|
15466
|
+
maxDuration: undefined
|
|
15437
15467
|
}
|
|
15438
15468
|
'/access_methods/get': {
|
|
15439
15469
|
route: '/access_methods/get'
|
|
@@ -15483,6 +15513,7 @@ export type Routes = {
|
|
|
15483
15513
|
customization_profile_id?: string | undefined
|
|
15484
15514
|
}
|
|
15485
15515
|
}
|
|
15516
|
+
maxDuration: undefined
|
|
15486
15517
|
}
|
|
15487
15518
|
'/access_methods/get_related': {
|
|
15488
15519
|
route: '/access_methods/get_related'
|
|
@@ -16279,6 +16310,8 @@ export type Routes = {
|
|
|
16279
16310
|
device_id: string
|
|
16280
16311
|
/** Device name for an Ultraloq device. */
|
|
16281
16312
|
device_name: string
|
|
16313
|
+
/** Device type for an Ultraloq device. */
|
|
16314
|
+
device_type: string
|
|
16282
16315
|
}
|
|
16283
16316
|
| undefined
|
|
16284
16317
|
}) &
|
|
@@ -17574,6 +17607,7 @@ export type Routes = {
|
|
|
17574
17607
|
| undefined
|
|
17575
17608
|
}
|
|
17576
17609
|
}
|
|
17610
|
+
maxDuration: undefined
|
|
17577
17611
|
}
|
|
17578
17612
|
'/access_methods/list': {
|
|
17579
17613
|
route: '/access_methods/list'
|
|
@@ -17628,6 +17662,7 @@ export type Routes = {
|
|
|
17628
17662
|
customization_profile_id?: string | undefined
|
|
17629
17663
|
}[]
|
|
17630
17664
|
}
|
|
17665
|
+
maxDuration: undefined
|
|
17631
17666
|
}
|
|
17632
17667
|
'/access_methods/unmanaged/get': {
|
|
17633
17668
|
route: '/access_methods/unmanaged/get'
|
|
@@ -17671,6 +17706,7 @@ export type Routes = {
|
|
|
17671
17706
|
}[]
|
|
17672
17707
|
}
|
|
17673
17708
|
}
|
|
17709
|
+
maxDuration: undefined
|
|
17674
17710
|
}
|
|
17675
17711
|
'/access_methods/unmanaged/list': {
|
|
17676
17712
|
route: '/access_methods/unmanaged/list'
|
|
@@ -17719,6 +17755,7 @@ export type Routes = {
|
|
|
17719
17755
|
}[]
|
|
17720
17756
|
}[]
|
|
17721
17757
|
}
|
|
17758
|
+
maxDuration: undefined
|
|
17722
17759
|
}
|
|
17723
17760
|
'/acs/access_groups/add_user': {
|
|
17724
17761
|
route: '/acs/access_groups/add_user'
|
|
@@ -17735,6 +17772,7 @@ export type Routes = {
|
|
|
17735
17772
|
}
|
|
17736
17773
|
formData: {}
|
|
17737
17774
|
jsonResponse: {}
|
|
17775
|
+
maxDuration: undefined
|
|
17738
17776
|
}
|
|
17739
17777
|
'/acs/access_groups/get': {
|
|
17740
17778
|
route: '/acs/access_groups/get'
|
|
@@ -17802,6 +17840,7 @@ export type Routes = {
|
|
|
17802
17840
|
is_managed: true
|
|
17803
17841
|
}
|
|
17804
17842
|
}
|
|
17843
|
+
maxDuration: undefined
|
|
17805
17844
|
}
|
|
17806
17845
|
'/acs/access_groups/list': {
|
|
17807
17846
|
route: '/acs/access_groups/list'
|
|
@@ -17868,6 +17907,7 @@ export type Routes = {
|
|
|
17868
17907
|
is_managed: true
|
|
17869
17908
|
}[]
|
|
17870
17909
|
}
|
|
17910
|
+
maxDuration: undefined
|
|
17871
17911
|
}
|
|
17872
17912
|
'/acs/access_groups/list_accessible_entrances': {
|
|
17873
17913
|
route: '/acs/access_groups/list_accessible_entrances'
|
|
@@ -18029,6 +18069,7 @@ export type Routes = {
|
|
|
18029
18069
|
can_belong_to_reservation?: boolean | undefined
|
|
18030
18070
|
}[]
|
|
18031
18071
|
}
|
|
18072
|
+
maxDuration: undefined
|
|
18032
18073
|
}
|
|
18033
18074
|
'/acs/access_groups/list_users': {
|
|
18034
18075
|
route: '/acs/access_groups/list_users'
|
|
@@ -18293,6 +18334,7 @@ export type Routes = {
|
|
|
18293
18334
|
is_managed: true
|
|
18294
18335
|
}[]
|
|
18295
18336
|
}
|
|
18337
|
+
maxDuration: undefined
|
|
18296
18338
|
}
|
|
18297
18339
|
'/acs/access_groups/remove_user': {
|
|
18298
18340
|
route: '/acs/access_groups/remove_user'
|
|
@@ -18309,6 +18351,7 @@ export type Routes = {
|
|
|
18309
18351
|
}
|
|
18310
18352
|
formData: {}
|
|
18311
18353
|
jsonResponse: {}
|
|
18354
|
+
maxDuration: undefined
|
|
18312
18355
|
}
|
|
18313
18356
|
'/acs/access_groups/unmanaged/get': {
|
|
18314
18357
|
route: '/acs/access_groups/unmanaged/get'
|
|
@@ -18372,6 +18415,7 @@ export type Routes = {
|
|
|
18372
18415
|
is_managed: false
|
|
18373
18416
|
}
|
|
18374
18417
|
}
|
|
18418
|
+
maxDuration: undefined
|
|
18375
18419
|
}
|
|
18376
18420
|
'/acs/access_groups/unmanaged/list': {
|
|
18377
18421
|
route: '/acs/access_groups/unmanaged/list'
|
|
@@ -18436,6 +18480,7 @@ export type Routes = {
|
|
|
18436
18480
|
is_managed: false
|
|
18437
18481
|
}[]
|
|
18438
18482
|
}
|
|
18483
|
+
maxDuration: undefined
|
|
18439
18484
|
}
|
|
18440
18485
|
'/acs/credential_pools/list': {
|
|
18441
18486
|
route: '/acs/credential_pools/list'
|
|
@@ -18458,6 +18503,7 @@ export type Routes = {
|
|
|
18458
18503
|
workspace_id: string
|
|
18459
18504
|
}[]
|
|
18460
18505
|
}
|
|
18506
|
+
maxDuration: undefined
|
|
18461
18507
|
}
|
|
18462
18508
|
'/acs/credential_provisioning_automations/launch': {
|
|
18463
18509
|
route: '/acs/credential_provisioning_automations/launch'
|
|
@@ -18488,6 +18534,7 @@ export type Routes = {
|
|
|
18488
18534
|
workspace_id: string
|
|
18489
18535
|
}
|
|
18490
18536
|
}
|
|
18537
|
+
maxDuration: undefined
|
|
18491
18538
|
}
|
|
18492
18539
|
'/acs/credentials/assign': {
|
|
18493
18540
|
route: '/acs/credentials/assign'
|
|
@@ -18669,6 +18716,7 @@ export type Routes = {
|
|
|
18669
18716
|
is_managed: true
|
|
18670
18717
|
}
|
|
18671
18718
|
}
|
|
18719
|
+
maxDuration: undefined
|
|
18672
18720
|
}
|
|
18673
18721
|
'/acs/credentials/create': {
|
|
18674
18722
|
route: '/acs/credentials/create'
|
|
@@ -18907,6 +18955,7 @@ export type Routes = {
|
|
|
18907
18955
|
is_managed: true
|
|
18908
18956
|
}
|
|
18909
18957
|
}
|
|
18958
|
+
maxDuration: undefined
|
|
18910
18959
|
}
|
|
18911
18960
|
'/acs/credentials/create_offline_code': {
|
|
18912
18961
|
route: '/acs/credentials/create_offline_code'
|
|
@@ -19092,6 +19141,7 @@ export type Routes = {
|
|
|
19092
19141
|
is_managed: true
|
|
19093
19142
|
}
|
|
19094
19143
|
}
|
|
19144
|
+
maxDuration: undefined
|
|
19095
19145
|
}
|
|
19096
19146
|
'/acs/credentials/delete': {
|
|
19097
19147
|
route: '/acs/credentials/delete'
|
|
@@ -19104,6 +19154,7 @@ export type Routes = {
|
|
|
19104
19154
|
}
|
|
19105
19155
|
formData: {}
|
|
19106
19156
|
jsonResponse: {}
|
|
19157
|
+
maxDuration: undefined
|
|
19107
19158
|
}
|
|
19108
19159
|
'/acs/credentials/get': {
|
|
19109
19160
|
route: '/acs/credentials/get'
|
|
@@ -19281,6 +19332,7 @@ export type Routes = {
|
|
|
19281
19332
|
is_managed: true
|
|
19282
19333
|
}
|
|
19283
19334
|
}
|
|
19335
|
+
maxDuration: undefined
|
|
19284
19336
|
}
|
|
19285
19337
|
'/acs/credentials/list': {
|
|
19286
19338
|
route: '/acs/credentials/list'
|
|
@@ -19490,6 +19542,7 @@ export type Routes = {
|
|
|
19490
19542
|
next_page_url: string | null
|
|
19491
19543
|
}
|
|
19492
19544
|
}
|
|
19545
|
+
maxDuration: undefined
|
|
19493
19546
|
}
|
|
19494
19547
|
'/acs/credentials/list_accessible_entrances': {
|
|
19495
19548
|
route: '/acs/credentials/list_accessible_entrances'
|
|
@@ -19651,6 +19704,7 @@ export type Routes = {
|
|
|
19651
19704
|
can_belong_to_reservation?: boolean | undefined
|
|
19652
19705
|
}[]
|
|
19653
19706
|
}
|
|
19707
|
+
maxDuration: undefined
|
|
19654
19708
|
}
|
|
19655
19709
|
'/acs/credentials/unassign': {
|
|
19656
19710
|
route: '/acs/credentials/unassign'
|
|
@@ -19832,6 +19886,7 @@ export type Routes = {
|
|
|
19832
19886
|
is_managed: true
|
|
19833
19887
|
}
|
|
19834
19888
|
}
|
|
19889
|
+
maxDuration: undefined
|
|
19835
19890
|
}
|
|
19836
19891
|
'/acs/credentials/unmanaged/get': {
|
|
19837
19892
|
route: '/acs/credentials/unmanaged/get'
|
|
@@ -20005,6 +20060,7 @@ export type Routes = {
|
|
|
20005
20060
|
is_managed: false
|
|
20006
20061
|
}
|
|
20007
20062
|
}
|
|
20063
|
+
maxDuration: undefined
|
|
20008
20064
|
}
|
|
20009
20065
|
'/acs/credentials/unmanaged/list': {
|
|
20010
20066
|
route: '/acs/credentials/unmanaged/list'
|
|
@@ -20192,6 +20248,7 @@ export type Routes = {
|
|
|
20192
20248
|
is_managed: false
|
|
20193
20249
|
}[]
|
|
20194
20250
|
}
|
|
20251
|
+
maxDuration: undefined
|
|
20195
20252
|
}
|
|
20196
20253
|
'/acs/credentials/update': {
|
|
20197
20254
|
route: '/acs/credentials/update'
|
|
@@ -20373,6 +20430,7 @@ export type Routes = {
|
|
|
20373
20430
|
is_managed: true
|
|
20374
20431
|
}
|
|
20375
20432
|
}
|
|
20433
|
+
maxDuration: undefined
|
|
20376
20434
|
}
|
|
20377
20435
|
'/acs/encoders/encode_credential': {
|
|
20378
20436
|
route: '/acs/encoders/encode_credential'
|
|
@@ -21836,6 +21894,7 @@ export type Routes = {
|
|
|
21836
21894
|
}
|
|
21837
21895
|
}
|
|
21838
21896
|
}
|
|
21897
|
+
maxDuration: undefined
|
|
21839
21898
|
}
|
|
21840
21899
|
'/acs/encoders/get': {
|
|
21841
21900
|
route: '/acs/encoders/get'
|
|
@@ -21886,6 +21945,7 @@ export type Routes = {
|
|
|
21886
21945
|
display_name: string
|
|
21887
21946
|
}
|
|
21888
21947
|
}
|
|
21948
|
+
maxDuration: undefined
|
|
21889
21949
|
}
|
|
21890
21950
|
'/acs/encoders/list': {
|
|
21891
21951
|
route: '/acs/encoders/list'
|
|
@@ -21946,6 +22006,7 @@ export type Routes = {
|
|
|
21946
22006
|
next_page_url: string | null
|
|
21947
22007
|
}
|
|
21948
22008
|
}
|
|
22009
|
+
maxDuration: undefined
|
|
21949
22010
|
}
|
|
21950
22011
|
'/acs/encoders/scan_credential': {
|
|
21951
22012
|
route: '/acs/encoders/scan_credential'
|
|
@@ -23405,6 +23466,7 @@ export type Routes = {
|
|
|
23405
23466
|
}
|
|
23406
23467
|
}
|
|
23407
23468
|
}
|
|
23469
|
+
maxDuration: undefined
|
|
23408
23470
|
}
|
|
23409
23471
|
'/acs/encoders/simulate/next_credential_encode_will_fail': {
|
|
23410
23472
|
route: '/acs/encoders/simulate/next_credential_encode_will_fail'
|
|
@@ -23428,6 +23490,7 @@ export type Routes = {
|
|
|
23428
23490
|
commonParams: {}
|
|
23429
23491
|
formData: {}
|
|
23430
23492
|
jsonResponse: {}
|
|
23493
|
+
maxDuration: undefined
|
|
23431
23494
|
}
|
|
23432
23495
|
'/acs/encoders/simulate/next_credential_encode_will_succeed': {
|
|
23433
23496
|
route: '/acs/encoders/simulate/next_credential_encode_will_succeed'
|
|
@@ -23442,6 +23505,7 @@ export type Routes = {
|
|
|
23442
23505
|
commonParams: {}
|
|
23443
23506
|
formData: {}
|
|
23444
23507
|
jsonResponse: {}
|
|
23508
|
+
maxDuration: undefined
|
|
23445
23509
|
}
|
|
23446
23510
|
'/acs/encoders/simulate/next_credential_scan_will_fail': {
|
|
23447
23511
|
route: '/acs/encoders/simulate/next_credential_scan_will_fail'
|
|
@@ -23462,6 +23526,7 @@ export type Routes = {
|
|
|
23462
23526
|
commonParams: {}
|
|
23463
23527
|
formData: {}
|
|
23464
23528
|
jsonResponse: {}
|
|
23529
|
+
maxDuration: undefined
|
|
23465
23530
|
}
|
|
23466
23531
|
'/acs/encoders/simulate/next_credential_scan_will_succeed': {
|
|
23467
23532
|
route: '/acs/encoders/simulate/next_credential_scan_will_succeed'
|
|
@@ -23493,6 +23558,7 @@ export type Routes = {
|
|
|
23493
23558
|
commonParams: {}
|
|
23494
23559
|
formData: {}
|
|
23495
23560
|
jsonResponse: {}
|
|
23561
|
+
maxDuration: undefined
|
|
23496
23562
|
}
|
|
23497
23563
|
'/acs/entrances/get': {
|
|
23498
23564
|
route: '/acs/entrances/get'
|
|
@@ -23657,6 +23723,7 @@ export type Routes = {
|
|
|
23657
23723
|
can_belong_to_reservation?: boolean | undefined
|
|
23658
23724
|
}
|
|
23659
23725
|
}
|
|
23726
|
+
maxDuration: undefined
|
|
23660
23727
|
}
|
|
23661
23728
|
'/acs/entrances/grant_access': {
|
|
23662
23729
|
route: '/acs/entrances/grant_access'
|
|
@@ -23673,6 +23740,7 @@ export type Routes = {
|
|
|
23673
23740
|
commonParams: {}
|
|
23674
23741
|
formData: {}
|
|
23675
23742
|
jsonResponse: {}
|
|
23743
|
+
maxDuration: undefined
|
|
23676
23744
|
}
|
|
23677
23745
|
'/acs/entrances/list': {
|
|
23678
23746
|
route: '/acs/entrances/list'
|
|
@@ -23862,6 +23930,7 @@ export type Routes = {
|
|
|
23862
23930
|
next_page_url: string | null
|
|
23863
23931
|
}
|
|
23864
23932
|
}
|
|
23933
|
+
maxDuration: undefined
|
|
23865
23934
|
}
|
|
23866
23935
|
'/acs/entrances/list_credentials_with_access': {
|
|
23867
23936
|
route: '/acs/entrances/list_credentials_with_access'
|
|
@@ -24036,6 +24105,7 @@ export type Routes = {
|
|
|
24036
24105
|
is_managed: true
|
|
24037
24106
|
}[]
|
|
24038
24107
|
}
|
|
24108
|
+
maxDuration: undefined
|
|
24039
24109
|
}
|
|
24040
24110
|
'/acs/systems/get': {
|
|
24041
24111
|
route: '/acs/systems/get'
|
|
@@ -24221,6 +24291,7 @@ export type Routes = {
|
|
|
24221
24291
|
)[]
|
|
24222
24292
|
}
|
|
24223
24293
|
}
|
|
24294
|
+
maxDuration: undefined
|
|
24224
24295
|
}
|
|
24225
24296
|
'/acs/systems/list': {
|
|
24226
24297
|
route: '/acs/systems/list'
|
|
@@ -24403,6 +24474,7 @@ export type Routes = {
|
|
|
24403
24474
|
)[]
|
|
24404
24475
|
}[]
|
|
24405
24476
|
}
|
|
24477
|
+
maxDuration: undefined
|
|
24406
24478
|
}
|
|
24407
24479
|
'/acs/systems/list_compatible_credential_manager_acs_systems': {
|
|
24408
24480
|
route: '/acs/systems/list_compatible_credential_manager_acs_systems'
|
|
@@ -24583,6 +24655,7 @@ export type Routes = {
|
|
|
24583
24655
|
)[]
|
|
24584
24656
|
}[]
|
|
24585
24657
|
}
|
|
24658
|
+
maxDuration: undefined
|
|
24586
24659
|
}
|
|
24587
24660
|
'/acs/systems/report_devices': {
|
|
24588
24661
|
route: '/acs/systems/report_devices'
|
|
@@ -24622,6 +24695,7 @@ export type Routes = {
|
|
|
24622
24695
|
}
|
|
24623
24696
|
formData: {}
|
|
24624
24697
|
jsonResponse: {}
|
|
24698
|
+
maxDuration: undefined
|
|
24625
24699
|
}
|
|
24626
24700
|
'/acs/users/add_to_access_group': {
|
|
24627
24701
|
route: '/acs/users/add_to_access_group'
|
|
@@ -24636,6 +24710,7 @@ export type Routes = {
|
|
|
24636
24710
|
}
|
|
24637
24711
|
formData: {}
|
|
24638
24712
|
jsonResponse: {}
|
|
24713
|
+
maxDuration: undefined
|
|
24639
24714
|
}
|
|
24640
24715
|
'/acs/users/create': {
|
|
24641
24716
|
route: '/acs/users/create'
|
|
@@ -24927,6 +25002,7 @@ export type Routes = {
|
|
|
24927
25002
|
is_managed: true
|
|
24928
25003
|
}
|
|
24929
25004
|
}
|
|
25005
|
+
maxDuration: undefined
|
|
24930
25006
|
}
|
|
24931
25007
|
'/acs/users/delete': {
|
|
24932
25008
|
route: '/acs/users/delete'
|
|
@@ -24943,6 +25019,7 @@ export type Routes = {
|
|
|
24943
25019
|
}
|
|
24944
25020
|
formData: {}
|
|
24945
25021
|
jsonResponse: {}
|
|
25022
|
+
maxDuration: undefined
|
|
24946
25023
|
}
|
|
24947
25024
|
'/acs/users/get': {
|
|
24948
25025
|
route: '/acs/users/get'
|
|
@@ -25216,6 +25293,7 @@ export type Routes = {
|
|
|
25216
25293
|
is_managed: true
|
|
25217
25294
|
}
|
|
25218
25295
|
}
|
|
25296
|
+
maxDuration: undefined
|
|
25219
25297
|
}
|
|
25220
25298
|
'/acs/users/list': {
|
|
25221
25299
|
route: '/acs/users/list'
|
|
@@ -25503,6 +25581,7 @@ export type Routes = {
|
|
|
25503
25581
|
next_page_url: string | null
|
|
25504
25582
|
}
|
|
25505
25583
|
}
|
|
25584
|
+
maxDuration: undefined
|
|
25506
25585
|
}
|
|
25507
25586
|
'/acs/users/list_accessible_entrances': {
|
|
25508
25587
|
route: '/acs/users/list_accessible_entrances'
|
|
@@ -25668,6 +25747,7 @@ export type Routes = {
|
|
|
25668
25747
|
can_belong_to_reservation?: boolean | undefined
|
|
25669
25748
|
}[]
|
|
25670
25749
|
}
|
|
25750
|
+
maxDuration: undefined
|
|
25671
25751
|
}
|
|
25672
25752
|
'/acs/users/remove_from_access_group': {
|
|
25673
25753
|
route: '/acs/users/remove_from_access_group'
|
|
@@ -25684,6 +25764,7 @@ export type Routes = {
|
|
|
25684
25764
|
}
|
|
25685
25765
|
formData: {}
|
|
25686
25766
|
jsonResponse: {}
|
|
25767
|
+
maxDuration: undefined
|
|
25687
25768
|
}
|
|
25688
25769
|
'/acs/users/revoke_access_to_all_entrances': {
|
|
25689
25770
|
route: '/acs/users/revoke_access_to_all_entrances'
|
|
@@ -25700,6 +25781,7 @@ export type Routes = {
|
|
|
25700
25781
|
commonParams: {}
|
|
25701
25782
|
formData: {}
|
|
25702
25783
|
jsonResponse: {}
|
|
25784
|
+
maxDuration: undefined
|
|
25703
25785
|
}
|
|
25704
25786
|
'/acs/users/suspend': {
|
|
25705
25787
|
route: '/acs/users/suspend'
|
|
@@ -25716,6 +25798,7 @@ export type Routes = {
|
|
|
25716
25798
|
}
|
|
25717
25799
|
formData: {}
|
|
25718
25800
|
jsonResponse: {}
|
|
25801
|
+
maxDuration: undefined
|
|
25719
25802
|
}
|
|
25720
25803
|
'/acs/users/unmanaged/get': {
|
|
25721
25804
|
route: '/acs/users/unmanaged/get'
|
|
@@ -25981,6 +26064,7 @@ export type Routes = {
|
|
|
25981
26064
|
is_managed: false
|
|
25982
26065
|
}
|
|
25983
26066
|
}
|
|
26067
|
+
maxDuration: undefined
|
|
25984
26068
|
}
|
|
25985
26069
|
'/acs/users/unmanaged/list': {
|
|
25986
26070
|
route: '/acs/users/unmanaged/list'
|
|
@@ -26253,6 +26337,7 @@ export type Routes = {
|
|
|
26253
26337
|
is_managed: false
|
|
26254
26338
|
}[]
|
|
26255
26339
|
}
|
|
26340
|
+
maxDuration: undefined
|
|
26256
26341
|
}
|
|
26257
26342
|
'/acs/users/unsuspend': {
|
|
26258
26343
|
route: '/acs/users/unsuspend'
|
|
@@ -26269,6 +26354,7 @@ export type Routes = {
|
|
|
26269
26354
|
}
|
|
26270
26355
|
formData: {}
|
|
26271
26356
|
jsonResponse: {}
|
|
26357
|
+
maxDuration: undefined
|
|
26272
26358
|
}
|
|
26273
26359
|
'/acs/users/update': {
|
|
26274
26360
|
route: '/acs/users/update'
|
|
@@ -26304,6 +26390,7 @@ export type Routes = {
|
|
|
26304
26390
|
commonParams: {}
|
|
26305
26391
|
formData: {}
|
|
26306
26392
|
jsonResponse: {}
|
|
26393
|
+
maxDuration: undefined
|
|
26307
26394
|
}
|
|
26308
26395
|
'/action_attempts/get': {
|
|
26309
26396
|
route: '/action_attempts/get'
|
|
@@ -27763,6 +27850,7 @@ export type Routes = {
|
|
|
27763
27850
|
}
|
|
27764
27851
|
}
|
|
27765
27852
|
}
|
|
27853
|
+
maxDuration: undefined
|
|
27766
27854
|
}
|
|
27767
27855
|
'/action_attempts/list': {
|
|
27768
27856
|
route: '/action_attempts/list'
|
|
@@ -29218,6 +29306,7 @@ export type Routes = {
|
|
|
29218
29306
|
}
|
|
29219
29307
|
)[]
|
|
29220
29308
|
}
|
|
29309
|
+
maxDuration: undefined
|
|
29221
29310
|
}
|
|
29222
29311
|
'/bridges/get': {
|
|
29223
29312
|
route: '/bridges/get'
|
|
@@ -29240,6 +29329,7 @@ export type Routes = {
|
|
|
29240
29329
|
created_at: string
|
|
29241
29330
|
}
|
|
29242
29331
|
}
|
|
29332
|
+
maxDuration: undefined
|
|
29243
29333
|
}
|
|
29244
29334
|
'/bridges/list': {
|
|
29245
29335
|
route: '/bridges/list'
|
|
@@ -29258,6 +29348,7 @@ export type Routes = {
|
|
|
29258
29348
|
created_at: string
|
|
29259
29349
|
}[]
|
|
29260
29350
|
}
|
|
29351
|
+
maxDuration: undefined
|
|
29261
29352
|
}
|
|
29262
29353
|
'/client_sessions/create': {
|
|
29263
29354
|
route: '/client_sessions/create'
|
|
@@ -29322,6 +29413,7 @@ export type Routes = {
|
|
|
29322
29413
|
user_identity_id?: string | undefined
|
|
29323
29414
|
}
|
|
29324
29415
|
}
|
|
29416
|
+
maxDuration: undefined
|
|
29325
29417
|
}
|
|
29326
29418
|
'/client_sessions/delete': {
|
|
29327
29419
|
route: '/client_sessions/delete'
|
|
@@ -29334,6 +29426,7 @@ export type Routes = {
|
|
|
29334
29426
|
}
|
|
29335
29427
|
formData: {}
|
|
29336
29428
|
jsonResponse: {}
|
|
29429
|
+
maxDuration: undefined
|
|
29337
29430
|
}
|
|
29338
29431
|
'/client_sessions/get': {
|
|
29339
29432
|
route: '/client_sessions/get'
|
|
@@ -29385,6 +29478,7 @@ export type Routes = {
|
|
|
29385
29478
|
user_identity_id?: string | undefined
|
|
29386
29479
|
}
|
|
29387
29480
|
}
|
|
29481
|
+
maxDuration: undefined
|
|
29388
29482
|
}
|
|
29389
29483
|
'/client_sessions/get_or_create': {
|
|
29390
29484
|
route: '/client_sessions/get_or_create'
|
|
@@ -29445,6 +29539,7 @@ export type Routes = {
|
|
|
29445
29539
|
user_identity_id?: string | undefined
|
|
29446
29540
|
}
|
|
29447
29541
|
}
|
|
29542
|
+
maxDuration: undefined
|
|
29448
29543
|
}
|
|
29449
29544
|
'/client_sessions/grant_access': {
|
|
29450
29545
|
route: '/client_sessions/grant_access'
|
|
@@ -29505,6 +29600,7 @@ export type Routes = {
|
|
|
29505
29600
|
user_identity_id?: string | undefined
|
|
29506
29601
|
}
|
|
29507
29602
|
}
|
|
29603
|
+
maxDuration: undefined
|
|
29508
29604
|
}
|
|
29509
29605
|
'/client_sessions/list': {
|
|
29510
29606
|
route: '/client_sessions/list'
|
|
@@ -29553,6 +29649,7 @@ export type Routes = {
|
|
|
29553
29649
|
user_identity_id?: string | undefined
|
|
29554
29650
|
}[]
|
|
29555
29651
|
}
|
|
29652
|
+
maxDuration: undefined
|
|
29556
29653
|
}
|
|
29557
29654
|
'/client_sessions/revoke': {
|
|
29558
29655
|
route: '/client_sessions/revoke'
|
|
@@ -29565,6 +29662,7 @@ export type Routes = {
|
|
|
29565
29662
|
}
|
|
29566
29663
|
formData: {}
|
|
29567
29664
|
jsonResponse: {}
|
|
29665
|
+
maxDuration: undefined
|
|
29568
29666
|
}
|
|
29569
29667
|
'/connect_webviews/create': {
|
|
29570
29668
|
route: '/connect_webviews/create'
|
|
@@ -29732,6 +29830,7 @@ export type Routes = {
|
|
|
29732
29830
|
customer_key?: string | undefined
|
|
29733
29831
|
}
|
|
29734
29832
|
}
|
|
29833
|
+
maxDuration: undefined
|
|
29735
29834
|
}
|
|
29736
29835
|
'/connect_webviews/delete': {
|
|
29737
29836
|
route: '/connect_webviews/delete'
|
|
@@ -29744,6 +29843,7 @@ export type Routes = {
|
|
|
29744
29843
|
commonParams: {}
|
|
29745
29844
|
formData: {}
|
|
29746
29845
|
jsonResponse: {}
|
|
29846
|
+
maxDuration: undefined
|
|
29747
29847
|
}
|
|
29748
29848
|
'/connect_webviews/get': {
|
|
29749
29849
|
route: '/connect_webviews/get'
|
|
@@ -29820,6 +29920,7 @@ export type Routes = {
|
|
|
29820
29920
|
customer_key?: string | undefined
|
|
29821
29921
|
}
|
|
29822
29922
|
}
|
|
29923
|
+
maxDuration: undefined
|
|
29823
29924
|
}
|
|
29824
29925
|
'/connect_webviews/list': {
|
|
29825
29926
|
route: '/connect_webviews/list'
|
|
@@ -29906,6 +30007,7 @@ export type Routes = {
|
|
|
29906
30007
|
next_page_url: string | null
|
|
29907
30008
|
}
|
|
29908
30009
|
}
|
|
30010
|
+
maxDuration: undefined
|
|
29909
30011
|
}
|
|
29910
30012
|
'/connected_accounts/delete': {
|
|
29911
30013
|
route: '/connected_accounts/delete'
|
|
@@ -29920,6 +30022,7 @@ export type Routes = {
|
|
|
29920
30022
|
commonParams: {}
|
|
29921
30023
|
formData: {}
|
|
29922
30024
|
jsonResponse: {}
|
|
30025
|
+
maxDuration: undefined
|
|
29923
30026
|
}
|
|
29924
30027
|
'/connected_accounts/get': {
|
|
29925
30028
|
route: '/connected_accounts/get'
|
|
@@ -30081,6 +30184,7 @@ export type Routes = {
|
|
|
30081
30184
|
)[]
|
|
30082
30185
|
}
|
|
30083
30186
|
}
|
|
30187
|
+
maxDuration: undefined
|
|
30084
30188
|
}
|
|
30085
30189
|
'/connected_accounts/list': {
|
|
30086
30190
|
route: '/connected_accounts/list'
|
|
@@ -30259,6 +30363,7 @@ export type Routes = {
|
|
|
30259
30363
|
next_page_url: string | null
|
|
30260
30364
|
}
|
|
30261
30365
|
}
|
|
30366
|
+
maxDuration: undefined
|
|
30262
30367
|
}
|
|
30263
30368
|
'/connected_accounts/simulate/disconnect': {
|
|
30264
30369
|
route: '/connected_accounts/simulate/disconnect'
|
|
@@ -30270,6 +30375,7 @@ export type Routes = {
|
|
|
30270
30375
|
commonParams: {}
|
|
30271
30376
|
formData: {}
|
|
30272
30377
|
jsonResponse: {}
|
|
30378
|
+
maxDuration: undefined
|
|
30273
30379
|
}
|
|
30274
30380
|
'/connected_accounts/sync': {
|
|
30275
30381
|
route: '/connected_accounts/sync'
|
|
@@ -30282,6 +30388,7 @@ export type Routes = {
|
|
|
30282
30388
|
commonParams: {}
|
|
30283
30389
|
formData: {}
|
|
30284
30390
|
jsonResponse: {}
|
|
30391
|
+
maxDuration: undefined
|
|
30285
30392
|
}
|
|
30286
30393
|
'/connected_accounts/update': {
|
|
30287
30394
|
route: '/connected_accounts/update'
|
|
@@ -30452,6 +30559,7 @@ export type Routes = {
|
|
|
30452
30559
|
)[]
|
|
30453
30560
|
}
|
|
30454
30561
|
}
|
|
30562
|
+
maxDuration: undefined
|
|
30455
30563
|
}
|
|
30456
30564
|
'/customers/create_portal': {
|
|
30457
30565
|
route: '/customers/create_portal'
|
|
@@ -30904,6 +31012,7 @@ export type Routes = {
|
|
|
30904
31012
|
created_at: string
|
|
30905
31013
|
}
|
|
30906
31014
|
}
|
|
31015
|
+
maxDuration: undefined
|
|
30907
31016
|
}
|
|
30908
31017
|
'/customers/delete_data': {
|
|
30909
31018
|
route: '/customers/delete_data'
|
|
@@ -30952,6 +31061,7 @@ export type Routes = {
|
|
|
30952
31061
|
}
|
|
30953
31062
|
formData: {}
|
|
30954
31063
|
jsonResponse: {}
|
|
31064
|
+
maxDuration: undefined
|
|
30955
31065
|
}
|
|
30956
31066
|
'/customers/push_data': {
|
|
30957
31067
|
route: '/customers/push_data'
|
|
@@ -31281,6 +31391,7 @@ export type Routes = {
|
|
|
31281
31391
|
}
|
|
31282
31392
|
formData: {}
|
|
31283
31393
|
jsonResponse: {}
|
|
31394
|
+
maxDuration: undefined
|
|
31284
31395
|
}
|
|
31285
31396
|
'/devices/delete': {
|
|
31286
31397
|
route: '/devices/delete'
|
|
@@ -31293,6 +31404,7 @@ export type Routes = {
|
|
|
31293
31404
|
}
|
|
31294
31405
|
formData: {}
|
|
31295
31406
|
jsonResponse: {}
|
|
31407
|
+
maxDuration: undefined
|
|
31296
31408
|
}
|
|
31297
31409
|
'/devices/get': {
|
|
31298
31410
|
route: '/devices/get'
|
|
@@ -32041,6 +32153,8 @@ export type Routes = {
|
|
|
32041
32153
|
device_id: string
|
|
32042
32154
|
/** Device name for an Ultraloq device. */
|
|
32043
32155
|
device_name: string
|
|
32156
|
+
/** Device type for an Ultraloq device. */
|
|
32157
|
+
device_type: string
|
|
32044
32158
|
}
|
|
32045
32159
|
| undefined
|
|
32046
32160
|
}) &
|
|
@@ -32840,6 +32954,7 @@ export type Routes = {
|
|
|
32840
32954
|
can_simulate_paid_subscription?: boolean | undefined
|
|
32841
32955
|
}
|
|
32842
32956
|
}
|
|
32957
|
+
maxDuration: undefined
|
|
32843
32958
|
}
|
|
32844
32959
|
'/devices/list': {
|
|
32845
32960
|
route: '/devices/list'
|
|
@@ -33800,6 +33915,8 @@ export type Routes = {
|
|
|
33800
33915
|
device_id: string
|
|
33801
33916
|
/** Device name for an Ultraloq device. */
|
|
33802
33917
|
device_name: string
|
|
33918
|
+
/** Device type for an Ultraloq device. */
|
|
33919
|
+
device_type: string
|
|
33803
33920
|
}
|
|
33804
33921
|
| undefined
|
|
33805
33922
|
}) &
|
|
@@ -34608,6 +34725,7 @@ export type Routes = {
|
|
|
34608
34725
|
next_page_url: string | null
|
|
34609
34726
|
}
|
|
34610
34727
|
}
|
|
34728
|
+
maxDuration: undefined
|
|
34611
34729
|
}
|
|
34612
34730
|
'/devices/list_device_providers': {
|
|
34613
34731
|
route: '/devices/list_device_providers'
|
|
@@ -34712,6 +34830,7 @@ export type Routes = {
|
|
|
34712
34830
|
can_simulate_paid_subscription?: boolean | undefined
|
|
34713
34831
|
}[]
|
|
34714
34832
|
}
|
|
34833
|
+
maxDuration: undefined
|
|
34715
34834
|
}
|
|
34716
34835
|
'/devices/simulate/connect': {
|
|
34717
34836
|
route: '/devices/simulate/connect'
|
|
@@ -34724,6 +34843,7 @@ export type Routes = {
|
|
|
34724
34843
|
commonParams: {}
|
|
34725
34844
|
formData: {}
|
|
34726
34845
|
jsonResponse: {}
|
|
34846
|
+
maxDuration: undefined
|
|
34727
34847
|
}
|
|
34728
34848
|
'/devices/simulate/connect_to_hub': {
|
|
34729
34849
|
route: '/devices/simulate/connect_to_hub'
|
|
@@ -34736,6 +34856,7 @@ export type Routes = {
|
|
|
34736
34856
|
commonParams: {}
|
|
34737
34857
|
formData: {}
|
|
34738
34858
|
jsonResponse: {}
|
|
34859
|
+
maxDuration: undefined
|
|
34739
34860
|
}
|
|
34740
34861
|
'/devices/simulate/disconnect': {
|
|
34741
34862
|
route: '/devices/simulate/disconnect'
|
|
@@ -34748,6 +34869,7 @@ export type Routes = {
|
|
|
34748
34869
|
commonParams: {}
|
|
34749
34870
|
formData: {}
|
|
34750
34871
|
jsonResponse: {}
|
|
34872
|
+
maxDuration: undefined
|
|
34751
34873
|
}
|
|
34752
34874
|
'/devices/simulate/disconnect_from_hub': {
|
|
34753
34875
|
route: '/devices/simulate/disconnect_from_hub'
|
|
@@ -34760,6 +34882,7 @@ export type Routes = {
|
|
|
34760
34882
|
commonParams: {}
|
|
34761
34883
|
formData: {}
|
|
34762
34884
|
jsonResponse: {}
|
|
34885
|
+
maxDuration: undefined
|
|
34763
34886
|
}
|
|
34764
34887
|
'/devices/simulate/paid_subscription': {
|
|
34765
34888
|
route: '/devices/simulate/paid_subscription'
|
|
@@ -34772,6 +34895,7 @@ export type Routes = {
|
|
|
34772
34895
|
commonParams: {}
|
|
34773
34896
|
formData: {}
|
|
34774
34897
|
jsonResponse: {}
|
|
34898
|
+
maxDuration: undefined
|
|
34775
34899
|
}
|
|
34776
34900
|
'/devices/simulate/remove': {
|
|
34777
34901
|
route: '/devices/simulate/remove'
|
|
@@ -34784,6 +34908,7 @@ export type Routes = {
|
|
|
34784
34908
|
commonParams: {}
|
|
34785
34909
|
formData: {}
|
|
34786
34910
|
jsonResponse: {}
|
|
34911
|
+
maxDuration: undefined
|
|
34787
34912
|
}
|
|
34788
34913
|
'/devices/unmanaged/get': {
|
|
34789
34914
|
route: '/devices/unmanaged/get'
|
|
@@ -35281,6 +35406,7 @@ export type Routes = {
|
|
|
35281
35406
|
can_simulate_paid_subscription?: boolean | undefined
|
|
35282
35407
|
}
|
|
35283
35408
|
}
|
|
35409
|
+
maxDuration: undefined
|
|
35284
35410
|
}
|
|
35285
35411
|
'/devices/unmanaged/list': {
|
|
35286
35412
|
route: '/devices/unmanaged/list'
|
|
@@ -35999,6 +36125,7 @@ export type Routes = {
|
|
|
35999
36125
|
next_page_url: string | null
|
|
36000
36126
|
}
|
|
36001
36127
|
}
|
|
36128
|
+
maxDuration: undefined
|
|
36002
36129
|
}
|
|
36003
36130
|
'/devices/unmanaged/update': {
|
|
36004
36131
|
route: '/devices/unmanaged/update'
|
|
@@ -36019,6 +36146,7 @@ export type Routes = {
|
|
|
36019
36146
|
}
|
|
36020
36147
|
formData: {}
|
|
36021
36148
|
jsonResponse: {}
|
|
36149
|
+
maxDuration: undefined
|
|
36022
36150
|
}
|
|
36023
36151
|
'/devices/update': {
|
|
36024
36152
|
route: '/devices/update'
|
|
@@ -36047,6 +36175,7 @@ export type Routes = {
|
|
|
36047
36175
|
}
|
|
36048
36176
|
formData: {}
|
|
36049
36177
|
jsonResponse: {}
|
|
36178
|
+
maxDuration: undefined
|
|
36050
36179
|
}
|
|
36051
36180
|
'/events/get': {
|
|
36052
36181
|
route: '/events/get'
|
|
@@ -38326,6 +38455,7 @@ export type Routes = {
|
|
|
38326
38455
|
| undefined
|
|
38327
38456
|
message?: string | undefined
|
|
38328
38457
|
}
|
|
38458
|
+
maxDuration: undefined
|
|
38329
38459
|
}
|
|
38330
38460
|
'/events/list': {
|
|
38331
38461
|
route: '/events/list'
|
|
@@ -40804,6 +40934,7 @@ export type Routes = {
|
|
|
40804
40934
|
}
|
|
40805
40935
|
)[]
|
|
40806
40936
|
}
|
|
40937
|
+
maxDuration: undefined
|
|
40807
40938
|
}
|
|
40808
40939
|
'/instant_keys/delete': {
|
|
40809
40940
|
route: '/instant_keys/delete'
|
|
@@ -40816,6 +40947,7 @@ export type Routes = {
|
|
|
40816
40947
|
}
|
|
40817
40948
|
formData: {}
|
|
40818
40949
|
jsonResponse: {}
|
|
40950
|
+
maxDuration: undefined
|
|
40819
40951
|
}
|
|
40820
40952
|
'/instant_keys/get': {
|
|
40821
40953
|
route: '/instant_keys/get'
|
|
@@ -40863,6 +40995,7 @@ export type Routes = {
|
|
|
40863
40995
|
| undefined
|
|
40864
40996
|
}
|
|
40865
40997
|
}
|
|
40998
|
+
maxDuration: undefined
|
|
40866
40999
|
}
|
|
40867
41000
|
'/instant_keys/list': {
|
|
40868
41001
|
route: '/instant_keys/list'
|
|
@@ -40905,6 +41038,7 @@ export type Routes = {
|
|
|
40905
41038
|
| undefined
|
|
40906
41039
|
}[]
|
|
40907
41040
|
}
|
|
41041
|
+
maxDuration: undefined
|
|
40908
41042
|
}
|
|
40909
41043
|
'/locks/get': {
|
|
40910
41044
|
route: '/locks/get'
|
|
@@ -41653,6 +41787,8 @@ export type Routes = {
|
|
|
41653
41787
|
device_id: string
|
|
41654
41788
|
/** Device name for an Ultraloq device. */
|
|
41655
41789
|
device_name: string
|
|
41790
|
+
/** Device type for an Ultraloq device. */
|
|
41791
|
+
device_type: string
|
|
41656
41792
|
}
|
|
41657
41793
|
| undefined
|
|
41658
41794
|
}) &
|
|
@@ -43185,6 +43321,8 @@ export type Routes = {
|
|
|
43185
43321
|
device_id: string
|
|
43186
43322
|
/** Device name for an Ultraloq device. */
|
|
43187
43323
|
device_name: string
|
|
43324
|
+
/** Device type for an Ultraloq device. */
|
|
43325
|
+
device_type: string
|
|
43188
43326
|
}
|
|
43189
43327
|
| undefined
|
|
43190
43328
|
}) &
|
|
@@ -43984,6 +44122,7 @@ export type Routes = {
|
|
|
43984
44122
|
can_simulate_paid_subscription?: boolean | undefined
|
|
43985
44123
|
}
|
|
43986
44124
|
}
|
|
44125
|
+
maxDuration: undefined
|
|
43987
44126
|
}
|
|
43988
44127
|
'/locks/list': {
|
|
43989
44128
|
route: '/locks/list'
|
|
@@ -44906,6 +45045,8 @@ export type Routes = {
|
|
|
44906
45045
|
device_id: string
|
|
44907
45046
|
/** Device name for an Ultraloq device. */
|
|
44908
45047
|
device_name: string
|
|
45048
|
+
/** Device type for an Ultraloq device. */
|
|
45049
|
+
device_type: string
|
|
44909
45050
|
}
|
|
44910
45051
|
| undefined
|
|
44911
45052
|
}) &
|
|
@@ -46437,6 +46578,8 @@ export type Routes = {
|
|
|
46437
46578
|
device_id: string
|
|
46438
46579
|
/** Device name for an Ultraloq device. */
|
|
46439
46580
|
device_name: string
|
|
46581
|
+
/** Device type for an Ultraloq device. */
|
|
46582
|
+
device_type: string
|
|
46440
46583
|
}
|
|
46441
46584
|
| undefined
|
|
46442
46585
|
}) &
|
|
@@ -47236,6 +47379,7 @@ export type Routes = {
|
|
|
47236
47379
|
can_simulate_paid_subscription?: boolean | undefined
|
|
47237
47380
|
}[]
|
|
47238
47381
|
}
|
|
47382
|
+
maxDuration: undefined
|
|
47239
47383
|
}
|
|
47240
47384
|
'/locks/lock_door': {
|
|
47241
47385
|
route: '/locks/lock_door'
|
|
@@ -48697,6 +48841,7 @@ export type Routes = {
|
|
|
48697
48841
|
}
|
|
48698
48842
|
}
|
|
48699
48843
|
}
|
|
48844
|
+
maxDuration: undefined
|
|
48700
48845
|
}
|
|
48701
48846
|
'/locks/simulate/keypad_code_entry': {
|
|
48702
48847
|
route: '/locks/simulate/keypad_code_entry'
|
|
@@ -50158,6 +50303,7 @@ export type Routes = {
|
|
|
50158
50303
|
}
|
|
50159
50304
|
}
|
|
50160
50305
|
}
|
|
50306
|
+
maxDuration: undefined
|
|
50161
50307
|
}
|
|
50162
50308
|
'/locks/simulate/manual_lock_via_keypad': {
|
|
50163
50309
|
route: '/locks/simulate/manual_lock_via_keypad'
|
|
@@ -51617,6 +51763,7 @@ export type Routes = {
|
|
|
51617
51763
|
}
|
|
51618
51764
|
}
|
|
51619
51765
|
}
|
|
51766
|
+
maxDuration: undefined
|
|
51620
51767
|
}
|
|
51621
51768
|
'/locks/unlock_door': {
|
|
51622
51769
|
route: '/locks/unlock_door'
|
|
@@ -53078,6 +53225,7 @@ export type Routes = {
|
|
|
53078
53225
|
}
|
|
53079
53226
|
}
|
|
53080
53227
|
}
|
|
53228
|
+
maxDuration: undefined
|
|
53081
53229
|
}
|
|
53082
53230
|
'/noise_sensors/list': {
|
|
53083
53231
|
route: '/noise_sensors/list'
|
|
@@ -53906,6 +54054,8 @@ export type Routes = {
|
|
|
53906
54054
|
device_id: string
|
|
53907
54055
|
/** Device name for an Ultraloq device. */
|
|
53908
54056
|
device_name: string
|
|
54057
|
+
/** Device type for an Ultraloq device. */
|
|
54058
|
+
device_type: string
|
|
53909
54059
|
}
|
|
53910
54060
|
| undefined
|
|
53911
54061
|
}) &
|
|
@@ -55437,6 +55587,8 @@ export type Routes = {
|
|
|
55437
55587
|
device_id: string
|
|
55438
55588
|
/** Device name for an Ultraloq device. */
|
|
55439
55589
|
device_name: string
|
|
55590
|
+
/** Device type for an Ultraloq device. */
|
|
55591
|
+
device_type: string
|
|
55440
55592
|
}
|
|
55441
55593
|
| undefined
|
|
55442
55594
|
}) &
|
|
@@ -56236,6 +56388,7 @@ export type Routes = {
|
|
|
56236
56388
|
can_simulate_paid_subscription?: boolean | undefined
|
|
56237
56389
|
}[]
|
|
56238
56390
|
}
|
|
56391
|
+
maxDuration: undefined
|
|
56239
56392
|
}
|
|
56240
56393
|
'/noise_sensors/noise_thresholds/create': {
|
|
56241
56394
|
route: '/noise_sensors/noise_thresholds/create'
|
|
@@ -57724,6 +57877,7 @@ export type Routes = {
|
|
|
57724
57877
|
noise_threshold_decibels: number
|
|
57725
57878
|
}
|
|
57726
57879
|
}
|
|
57880
|
+
maxDuration: undefined
|
|
57727
57881
|
}
|
|
57728
57882
|
'/noise_sensors/noise_thresholds/delete': {
|
|
57729
57883
|
route: '/noise_sensors/noise_thresholds/delete'
|
|
@@ -59187,6 +59341,7 @@ export type Routes = {
|
|
|
59187
59341
|
}
|
|
59188
59342
|
}
|
|
59189
59343
|
}
|
|
59344
|
+
maxDuration: undefined
|
|
59190
59345
|
}
|
|
59191
59346
|
'/noise_sensors/noise_thresholds/get': {
|
|
59192
59347
|
route: '/noise_sensors/noise_thresholds/get'
|
|
@@ -59217,6 +59372,7 @@ export type Routes = {
|
|
|
59217
59372
|
noise_threshold_decibels: number
|
|
59218
59373
|
}
|
|
59219
59374
|
}
|
|
59375
|
+
maxDuration: undefined
|
|
59220
59376
|
}
|
|
59221
59377
|
'/noise_sensors/noise_thresholds/list': {
|
|
59222
59378
|
route: '/noise_sensors/noise_thresholds/list'
|
|
@@ -59248,6 +59404,7 @@ export type Routes = {
|
|
|
59248
59404
|
noise_threshold_decibels: number
|
|
59249
59405
|
}[]
|
|
59250
59406
|
}
|
|
59407
|
+
maxDuration: undefined
|
|
59251
59408
|
}
|
|
59252
59409
|
'/noise_sensors/noise_thresholds/update': {
|
|
59253
59410
|
route: '/noise_sensors/noise_thresholds/update'
|
|
@@ -60721,6 +60878,7 @@ export type Routes = {
|
|
|
60721
60878
|
}
|
|
60722
60879
|
}
|
|
60723
60880
|
}
|
|
60881
|
+
maxDuration: undefined
|
|
60724
60882
|
}
|
|
60725
60883
|
'/noise_sensors/simulate/trigger_noise_threshold': {
|
|
60726
60884
|
route: '/noise_sensors/simulate/trigger_noise_threshold'
|
|
@@ -60733,6 +60891,7 @@ export type Routes = {
|
|
|
60733
60891
|
commonParams: {}
|
|
60734
60892
|
formData: {}
|
|
60735
60893
|
jsonResponse: {}
|
|
60894
|
+
maxDuration: undefined
|
|
60736
60895
|
}
|
|
60737
60896
|
'/phones/deactivate': {
|
|
60738
60897
|
route: '/phones/deactivate'
|
|
@@ -60745,6 +60904,7 @@ export type Routes = {
|
|
|
60745
60904
|
commonParams: {}
|
|
60746
60905
|
formData: {}
|
|
60747
60906
|
jsonResponse: {}
|
|
60907
|
+
maxDuration: undefined
|
|
60748
60908
|
}
|
|
60749
60909
|
'/phones/get': {
|
|
60750
60910
|
route: '/phones/get'
|
|
@@ -60820,6 +60980,7 @@ export type Routes = {
|
|
|
60820
60980
|
}
|
|
60821
60981
|
}
|
|
60822
60982
|
}
|
|
60983
|
+
maxDuration: undefined
|
|
60823
60984
|
}
|
|
60824
60985
|
'/phones/list': {
|
|
60825
60986
|
route: '/phones/list'
|
|
@@ -60896,6 +61057,7 @@ export type Routes = {
|
|
|
60896
61057
|
}
|
|
60897
61058
|
}[]
|
|
60898
61059
|
}
|
|
61060
|
+
maxDuration: undefined
|
|
60899
61061
|
}
|
|
60900
61062
|
'/phones/simulate/create_sandbox_phone': {
|
|
60901
61063
|
route: '/phones/simulate/create_sandbox_phone'
|
|
@@ -60999,6 +61161,7 @@ export type Routes = {
|
|
|
60999
61161
|
}
|
|
61000
61162
|
}
|
|
61001
61163
|
}
|
|
61164
|
+
maxDuration: undefined
|
|
61002
61165
|
}
|
|
61003
61166
|
'/seam/bridge/v1/bridge_client_sessions/create': {
|
|
61004
61167
|
route: '/seam/bridge/v1/bridge_client_sessions/create'
|
|
@@ -61074,6 +61237,7 @@ export type Routes = {
|
|
|
61074
61237
|
telemetry_url: string | null
|
|
61075
61238
|
}
|
|
61076
61239
|
}
|
|
61240
|
+
maxDuration: undefined
|
|
61077
61241
|
}
|
|
61078
61242
|
'/seam/bridge/v1/bridge_client_sessions/get': {
|
|
61079
61243
|
route: '/seam/bridge/v1/bridge_client_sessions/get'
|
|
@@ -61142,6 +61306,7 @@ export type Routes = {
|
|
|
61142
61306
|
telemetry_url: string | null
|
|
61143
61307
|
}
|
|
61144
61308
|
}
|
|
61309
|
+
maxDuration: undefined
|
|
61145
61310
|
}
|
|
61146
61311
|
'/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token': {
|
|
61147
61312
|
route: '/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token'
|
|
@@ -61210,6 +61375,7 @@ export type Routes = {
|
|
|
61210
61375
|
telemetry_url: string | null
|
|
61211
61376
|
}
|
|
61212
61377
|
}
|
|
61378
|
+
maxDuration: undefined
|
|
61213
61379
|
}
|
|
61214
61380
|
'/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code': {
|
|
61215
61381
|
route: '/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code'
|
|
@@ -61278,6 +61444,7 @@ export type Routes = {
|
|
|
61278
61444
|
telemetry_url: string | null
|
|
61279
61445
|
}
|
|
61280
61446
|
}
|
|
61447
|
+
maxDuration: undefined
|
|
61281
61448
|
}
|
|
61282
61449
|
'/seam/bridge/v1/bridge_client_sessions/report_status': {
|
|
61283
61450
|
route: '/seam/bridge/v1/bridge_client_sessions/report_status'
|
|
@@ -61292,6 +61459,7 @@ export type Routes = {
|
|
|
61292
61459
|
commonParams: {}
|
|
61293
61460
|
formData: {}
|
|
61294
61461
|
jsonResponse: {}
|
|
61462
|
+
maxDuration: undefined
|
|
61295
61463
|
}
|
|
61296
61464
|
'/seam/bridge/v1/bridge_connected_systems/list': {
|
|
61297
61465
|
route: '/seam/bridge/v1/bridge_connected_systems/list'
|
|
@@ -61320,6 +61488,7 @@ export type Routes = {
|
|
|
61320
61488
|
workspace_display_name: string
|
|
61321
61489
|
}[]
|
|
61322
61490
|
}
|
|
61491
|
+
maxDuration: undefined
|
|
61323
61492
|
}
|
|
61324
61493
|
'/seam/console/v1/get_resource_locator': {
|
|
61325
61494
|
route: '/seam/console/v1/get_resource_locator'
|
|
@@ -61337,6 +61506,7 @@ export type Routes = {
|
|
|
61337
61506
|
device_id?: string | undefined
|
|
61338
61507
|
}
|
|
61339
61508
|
}
|
|
61509
|
+
maxDuration: undefined
|
|
61340
61510
|
}
|
|
61341
61511
|
'/seam/console/v1/timelines/get': {
|
|
61342
61512
|
route: '/seam/console/v1/timelines/get'
|
|
@@ -61428,6 +61598,7 @@ export type Routes = {
|
|
|
61428
61598
|
next_page_url: string | null
|
|
61429
61599
|
}
|
|
61430
61600
|
}
|
|
61601
|
+
maxDuration: undefined
|
|
61431
61602
|
}
|
|
61432
61603
|
'/seam/customer/v1/access_grants/list': {
|
|
61433
61604
|
route: '/seam/customer/v1/access_grants/list'
|
|
@@ -61495,6 +61666,7 @@ export type Routes = {
|
|
|
61495
61666
|
customization_profile_id?: string | undefined
|
|
61496
61667
|
}[]
|
|
61497
61668
|
}
|
|
61669
|
+
maxDuration: undefined
|
|
61498
61670
|
}
|
|
61499
61671
|
'/seam/customer/v1/automation_runs/list': {
|
|
61500
61672
|
route: '/seam/customer/v1/automation_runs/list'
|
|
@@ -61561,6 +61733,7 @@ export type Routes = {
|
|
|
61561
61733
|
next_page_url: string | null
|
|
61562
61734
|
}
|
|
61563
61735
|
}
|
|
61736
|
+
maxDuration: undefined
|
|
61564
61737
|
}
|
|
61565
61738
|
'/seam/customer/v1/automations/delete': {
|
|
61566
61739
|
route: '/seam/customer/v1/automations/delete'
|
|
@@ -61570,6 +61743,7 @@ export type Routes = {
|
|
|
61570
61743
|
commonParams: {}
|
|
61571
61744
|
formData: {}
|
|
61572
61745
|
jsonResponse: {}
|
|
61746
|
+
maxDuration: undefined
|
|
61573
61747
|
}
|
|
61574
61748
|
'/seam/customer/v1/automations/get': {
|
|
61575
61749
|
route: '/seam/customer/v1/automations/get'
|
|
@@ -61670,6 +61844,7 @@ export type Routes = {
|
|
|
61670
61844
|
}
|
|
61671
61845
|
| undefined
|
|
61672
61846
|
}
|
|
61847
|
+
maxDuration: undefined
|
|
61673
61848
|
}
|
|
61674
61849
|
'/seam/customer/v1/automations/update': {
|
|
61675
61850
|
route: '/seam/customer/v1/automations/update'
|
|
@@ -61774,6 +61949,7 @@ export type Routes = {
|
|
|
61774
61949
|
commonParams: {}
|
|
61775
61950
|
formData: {}
|
|
61776
61951
|
jsonResponse: {}
|
|
61952
|
+
maxDuration: undefined
|
|
61777
61953
|
}
|
|
61778
61954
|
'/seam/customer/v1/connectors/connector_types': {
|
|
61779
61955
|
route: '/seam/customer/v1/connectors/connector_types'
|
|
@@ -61796,6 +61972,7 @@ export type Routes = {
|
|
|
61796
61972
|
}[]
|
|
61797
61973
|
}[]
|
|
61798
61974
|
}
|
|
61975
|
+
maxDuration: undefined
|
|
61799
61976
|
}
|
|
61800
61977
|
'/seam/customer/v1/connectors/create': {
|
|
61801
61978
|
route: '/seam/customer/v1/connectors/create'
|
|
@@ -61829,6 +62006,7 @@ export type Routes = {
|
|
|
61829
62006
|
error?: string | undefined
|
|
61830
62007
|
}
|
|
61831
62008
|
}
|
|
62009
|
+
maxDuration: undefined
|
|
61832
62010
|
}
|
|
61833
62011
|
'/seam/customer/v1/connectors/delete': {
|
|
61834
62012
|
route: '/seam/customer/v1/connectors/delete'
|
|
@@ -61847,6 +62025,7 @@ export type Routes = {
|
|
|
61847
62025
|
status: 'deleted'
|
|
61848
62026
|
}
|
|
61849
62027
|
}
|
|
62028
|
+
maxDuration: undefined
|
|
61850
62029
|
}
|
|
61851
62030
|
'/seam/customer/v1/connectors/list': {
|
|
61852
62031
|
route: '/seam/customer/v1/connectors/list'
|
|
@@ -61867,6 +62046,7 @@ export type Routes = {
|
|
|
61867
62046
|
updated_at: string
|
|
61868
62047
|
}[]
|
|
61869
62048
|
}
|
|
62049
|
+
maxDuration: undefined
|
|
61870
62050
|
}
|
|
61871
62051
|
'/seam/customer/v1/connectors/sync': {
|
|
61872
62052
|
route: '/seam/customer/v1/connectors/sync'
|
|
@@ -61885,6 +62065,7 @@ export type Routes = {
|
|
|
61885
62065
|
message: string
|
|
61886
62066
|
}
|
|
61887
62067
|
}
|
|
62068
|
+
maxDuration: undefined
|
|
61888
62069
|
}
|
|
61889
62070
|
'/seam/customer/v1/connectors/update': {
|
|
61890
62071
|
route: '/seam/customer/v1/connectors/update'
|
|
@@ -61933,6 +62114,7 @@ export type Routes = {
|
|
|
61933
62114
|
error?: string | undefined
|
|
61934
62115
|
}
|
|
61935
62116
|
}
|
|
62117
|
+
maxDuration: undefined
|
|
61936
62118
|
}
|
|
61937
62119
|
'/seam/customer/v1/events/list': {
|
|
61938
62120
|
route: '/seam/customer/v1/events/list'
|
|
@@ -64391,6 +64573,7 @@ export type Routes = {
|
|
|
64391
64573
|
}
|
|
64392
64574
|
)[]
|
|
64393
64575
|
}
|
|
64576
|
+
maxDuration: undefined
|
|
64394
64577
|
}
|
|
64395
64578
|
'/seam/customer/v1/portals/get': {
|
|
64396
64579
|
route: '/seam/customer/v1/portals/get'
|
|
@@ -64516,6 +64699,7 @@ export type Routes = {
|
|
|
64516
64699
|
| undefined
|
|
64517
64700
|
}
|
|
64518
64701
|
}
|
|
64702
|
+
maxDuration: undefined
|
|
64519
64703
|
}
|
|
64520
64704
|
'/seam/customer/v1/reservations/get': {
|
|
64521
64705
|
route: '/seam/customer/v1/reservations/get'
|
|
@@ -64552,6 +64736,7 @@ export type Routes = {
|
|
|
64552
64736
|
}[]
|
|
64553
64737
|
}
|
|
64554
64738
|
}
|
|
64739
|
+
maxDuration: undefined
|
|
64555
64740
|
}
|
|
64556
64741
|
'/seam/customer/v1/reservations/list': {
|
|
64557
64742
|
route: '/seam/customer/v1/reservations/list'
|
|
@@ -64603,6 +64788,7 @@ export type Routes = {
|
|
|
64603
64788
|
next_page_url: string | null
|
|
64604
64789
|
}
|
|
64605
64790
|
}
|
|
64791
|
+
maxDuration: undefined
|
|
64606
64792
|
}
|
|
64607
64793
|
'/seam/customer/v1/settings/get': {
|
|
64608
64794
|
route: '/seam/customer/v1/settings/get'
|
|
@@ -64623,6 +64809,7 @@ export type Routes = {
|
|
|
64623
64809
|
)
|
|
64624
64810
|
| undefined
|
|
64625
64811
|
}
|
|
64812
|
+
maxDuration: undefined
|
|
64626
64813
|
}
|
|
64627
64814
|
'/seam/customer/v1/settings/update': {
|
|
64628
64815
|
route: '/seam/customer/v1/settings/update'
|
|
@@ -64643,6 +64830,7 @@ export type Routes = {
|
|
|
64643
64830
|
commonParams: {}
|
|
64644
64831
|
formData: {}
|
|
64645
64832
|
jsonResponse: {}
|
|
64833
|
+
maxDuration: undefined
|
|
64646
64834
|
}
|
|
64647
64835
|
'/seam/customer/v1/spaces/create': {
|
|
64648
64836
|
route: '/seam/customer/v1/spaces/create'
|
|
@@ -64689,6 +64877,7 @@ export type Routes = {
|
|
|
64689
64877
|
parent_space_key?: string | undefined
|
|
64690
64878
|
}
|
|
64691
64879
|
}
|
|
64880
|
+
maxDuration: undefined
|
|
64692
64881
|
}
|
|
64693
64882
|
'/seam/customer/v1/spaces/list': {
|
|
64694
64883
|
route: '/seam/customer/v1/spaces/list'
|
|
@@ -64728,6 +64917,7 @@ export type Routes = {
|
|
|
64728
64917
|
parent_space_key?: string | undefined
|
|
64729
64918
|
}[]
|
|
64730
64919
|
}
|
|
64920
|
+
maxDuration: undefined
|
|
64731
64921
|
}
|
|
64732
64922
|
'/seam/customer/v1/staff_members/get': {
|
|
64733
64923
|
route: '/seam/customer/v1/staff_members/get'
|
|
@@ -64817,6 +65007,7 @@ export type Routes = {
|
|
|
64817
65007
|
user_identity_id?: string | undefined
|
|
64818
65008
|
}
|
|
64819
65009
|
}
|
|
65010
|
+
maxDuration: undefined
|
|
64820
65011
|
}
|
|
64821
65012
|
'/seam/customer/v1/staff_members/list': {
|
|
64822
65013
|
route: '/seam/customer/v1/staff_members/list'
|
|
@@ -64860,6 +65051,7 @@ export type Routes = {
|
|
|
64860
65051
|
next_page_url: string | null
|
|
64861
65052
|
}
|
|
64862
65053
|
}
|
|
65054
|
+
maxDuration: undefined
|
|
64863
65055
|
}
|
|
64864
65056
|
'/seam/instant_key/v1/client_sessions/exchange_short_code': {
|
|
64865
65057
|
route: '/seam/instant_key/v1/client_sessions/exchange_short_code'
|
|
@@ -64909,6 +65101,7 @@ export type Routes = {
|
|
|
64909
65101
|
user_identity_id?: string | undefined
|
|
64910
65102
|
}
|
|
64911
65103
|
}
|
|
65104
|
+
maxDuration: undefined
|
|
64912
65105
|
}
|
|
64913
65106
|
'/seam/instant_key/v1/preview/get': {
|
|
64914
65107
|
route: '/seam/instant_key/v1/preview/get'
|
|
@@ -64960,6 +65153,7 @@ export type Routes = {
|
|
|
64960
65153
|
expires_at: string
|
|
64961
65154
|
}
|
|
64962
65155
|
}
|
|
65156
|
+
maxDuration: undefined
|
|
64963
65157
|
}
|
|
64964
65158
|
'/seam/mobile_sdk/v1/acs/credentials/list': {
|
|
64965
65159
|
route: '/seam/mobile_sdk/v1/acs/credentials/list'
|
|
@@ -65129,6 +65323,7 @@ export type Routes = {
|
|
|
65129
65323
|
is_managed: true
|
|
65130
65324
|
}[]
|
|
65131
65325
|
}
|
|
65326
|
+
maxDuration: undefined
|
|
65132
65327
|
}
|
|
65133
65328
|
'/seam/mobile_sdk/v1/phone_sessions/get_or_create': {
|
|
65134
65329
|
route: '/seam/mobile_sdk/v1/phone_sessions/get_or_create'
|
|
@@ -65532,6 +65727,7 @@ export type Routes = {
|
|
|
65532
65727
|
workspace_id: string
|
|
65533
65728
|
}
|
|
65534
65729
|
}
|
|
65730
|
+
maxDuration: undefined
|
|
65535
65731
|
}
|
|
65536
65732
|
'/seam/mobile_sdk/v1/report_salto_space_audit_trail': {
|
|
65537
65733
|
route: '/seam/mobile_sdk/v1/report_salto_space_audit_trail'
|
|
@@ -65546,6 +65742,7 @@ export type Routes = {
|
|
|
65546
65742
|
commonParams: {}
|
|
65547
65743
|
formData: {}
|
|
65548
65744
|
jsonResponse: {}
|
|
65745
|
+
maxDuration: undefined
|
|
65549
65746
|
}
|
|
65550
65747
|
'/seam/partner/v1/building_blocks/spaces/auto_map': {
|
|
65551
65748
|
route: '/seam/partner/v1/building_blocks/spaces/auto_map'
|
|
@@ -65575,6 +65772,7 @@ export type Routes = {
|
|
|
65575
65772
|
is_draft?: boolean | undefined
|
|
65576
65773
|
}[]
|
|
65577
65774
|
}
|
|
65775
|
+
maxDuration: undefined
|
|
65578
65776
|
}
|
|
65579
65777
|
'/spaces/add_acs_entrances': {
|
|
65580
65778
|
route: '/spaces/add_acs_entrances'
|
|
@@ -65589,6 +65787,7 @@ export type Routes = {
|
|
|
65589
65787
|
commonParams: {}
|
|
65590
65788
|
formData: {}
|
|
65591
65789
|
jsonResponse: {}
|
|
65790
|
+
maxDuration: undefined
|
|
65592
65791
|
}
|
|
65593
65792
|
'/spaces/add_devices': {
|
|
65594
65793
|
route: '/spaces/add_devices'
|
|
@@ -65603,6 +65802,7 @@ export type Routes = {
|
|
|
65603
65802
|
commonParams: {}
|
|
65604
65803
|
formData: {}
|
|
65605
65804
|
jsonResponse: {}
|
|
65805
|
+
maxDuration: undefined
|
|
65606
65806
|
}
|
|
65607
65807
|
'/spaces/create': {
|
|
65608
65808
|
route: '/spaces/create'
|
|
@@ -65647,6 +65847,7 @@ export type Routes = {
|
|
|
65647
65847
|
parent_space_key?: string | undefined
|
|
65648
65848
|
}
|
|
65649
65849
|
}
|
|
65850
|
+
maxDuration: undefined
|
|
65650
65851
|
}
|
|
65651
65852
|
'/spaces/delete': {
|
|
65652
65853
|
route: '/spaces/delete'
|
|
@@ -65659,6 +65860,7 @@ export type Routes = {
|
|
|
65659
65860
|
commonParams: {}
|
|
65660
65861
|
formData: {}
|
|
65661
65862
|
jsonResponse: {}
|
|
65863
|
+
maxDuration: undefined
|
|
65662
65864
|
}
|
|
65663
65865
|
'/spaces/get': {
|
|
65664
65866
|
route: '/spaces/get'
|
|
@@ -65700,6 +65902,7 @@ export type Routes = {
|
|
|
65700
65902
|
parent_space_key?: string | undefined
|
|
65701
65903
|
}
|
|
65702
65904
|
}
|
|
65905
|
+
maxDuration: undefined
|
|
65703
65906
|
}
|
|
65704
65907
|
'/spaces/get_related': {
|
|
65705
65908
|
route: '/spaces/get_related'
|
|
@@ -66492,6 +66695,8 @@ export type Routes = {
|
|
|
66492
66695
|
device_id: string
|
|
66493
66696
|
/** Device name for an Ultraloq device. */
|
|
66494
66697
|
device_name: string
|
|
66698
|
+
/** Device type for an Ultraloq device. */
|
|
66699
|
+
device_type: string
|
|
66495
66700
|
}
|
|
66496
66701
|
| undefined
|
|
66497
66702
|
}) &
|
|
@@ -67785,6 +67990,7 @@ export type Routes = {
|
|
|
67785
67990
|
| undefined
|
|
67786
67991
|
}
|
|
67787
67992
|
}
|
|
67993
|
+
maxDuration: undefined
|
|
67788
67994
|
}
|
|
67789
67995
|
'/spaces/list': {
|
|
67790
67996
|
route: '/spaces/list'
|
|
@@ -67826,6 +68032,7 @@ export type Routes = {
|
|
|
67826
68032
|
parent_space_key?: string | undefined
|
|
67827
68033
|
}[]
|
|
67828
68034
|
}
|
|
68035
|
+
maxDuration: undefined
|
|
67829
68036
|
}
|
|
67830
68037
|
'/spaces/remove_acs_entrances': {
|
|
67831
68038
|
route: '/spaces/remove_acs_entrances'
|
|
@@ -67840,6 +68047,7 @@ export type Routes = {
|
|
|
67840
68047
|
}
|
|
67841
68048
|
formData: {}
|
|
67842
68049
|
jsonResponse: {}
|
|
68050
|
+
maxDuration: undefined
|
|
67843
68051
|
}
|
|
67844
68052
|
'/spaces/remove_devices': {
|
|
67845
68053
|
route: '/spaces/remove_devices'
|
|
@@ -67854,6 +68062,7 @@ export type Routes = {
|
|
|
67854
68062
|
}
|
|
67855
68063
|
formData: {}
|
|
67856
68064
|
jsonResponse: {}
|
|
68065
|
+
maxDuration: undefined
|
|
67857
68066
|
}
|
|
67858
68067
|
'/spaces/update': {
|
|
67859
68068
|
route: '/spaces/update'
|
|
@@ -67900,6 +68109,7 @@ export type Routes = {
|
|
|
67900
68109
|
parent_space_key?: string | undefined
|
|
67901
68110
|
}
|
|
67902
68111
|
}
|
|
68112
|
+
maxDuration: undefined
|
|
67903
68113
|
}
|
|
67904
68114
|
'/thermostats/activate_climate_preset': {
|
|
67905
68115
|
route: '/thermostats/activate_climate_preset'
|
|
@@ -69361,6 +69571,7 @@ export type Routes = {
|
|
|
69361
69571
|
}
|
|
69362
69572
|
}
|
|
69363
69573
|
}
|
|
69574
|
+
maxDuration: undefined
|
|
69364
69575
|
}
|
|
69365
69576
|
'/thermostats/cool': {
|
|
69366
69577
|
route: '/thermostats/cool'
|
|
@@ -70826,6 +71037,7 @@ export type Routes = {
|
|
|
70826
71037
|
}
|
|
70827
71038
|
}
|
|
70828
71039
|
}
|
|
71040
|
+
maxDuration: undefined
|
|
70829
71041
|
}
|
|
70830
71042
|
'/thermostats/create_climate_preset': {
|
|
70831
71043
|
route: '/thermostats/create_climate_preset'
|
|
@@ -70878,6 +71090,7 @@ export type Routes = {
|
|
|
70878
71090
|
commonParams: {}
|
|
70879
71091
|
formData: {}
|
|
70880
71092
|
jsonResponse: {}
|
|
71093
|
+
maxDuration: undefined
|
|
70881
71094
|
}
|
|
70882
71095
|
'/thermostats/daily_programs/create': {
|
|
70883
71096
|
route: '/thermostats/daily_programs/create'
|
|
@@ -70920,6 +71133,7 @@ export type Routes = {
|
|
|
70920
71133
|
created_at: string
|
|
70921
71134
|
}
|
|
70922
71135
|
}
|
|
71136
|
+
maxDuration: undefined
|
|
70923
71137
|
}
|
|
70924
71138
|
'/thermostats/daily_programs/delete': {
|
|
70925
71139
|
route: '/thermostats/daily_programs/delete'
|
|
@@ -70932,6 +71146,7 @@ export type Routes = {
|
|
|
70932
71146
|
}
|
|
70933
71147
|
formData: {}
|
|
70934
71148
|
jsonResponse: {}
|
|
71149
|
+
maxDuration: undefined
|
|
70935
71150
|
}
|
|
70936
71151
|
'/thermostats/daily_programs/update': {
|
|
70937
71152
|
route: '/thermostats/daily_programs/update'
|
|
@@ -72400,6 +72615,7 @@ export type Routes = {
|
|
|
72400
72615
|
}
|
|
72401
72616
|
}
|
|
72402
72617
|
}
|
|
72618
|
+
maxDuration: undefined
|
|
72403
72619
|
}
|
|
72404
72620
|
'/thermostats/delete_climate_preset': {
|
|
72405
72621
|
route: '/thermostats/delete_climate_preset'
|
|
@@ -72414,6 +72630,7 @@ export type Routes = {
|
|
|
72414
72630
|
commonParams: {}
|
|
72415
72631
|
formData: {}
|
|
72416
72632
|
jsonResponse: {}
|
|
72633
|
+
maxDuration: undefined
|
|
72417
72634
|
}
|
|
72418
72635
|
'/thermostats/get': {
|
|
72419
72636
|
route: '/thermostats/get'
|
|
@@ -73162,6 +73379,8 @@ export type Routes = {
|
|
|
73162
73379
|
device_id: string
|
|
73163
73380
|
/** Device name for an Ultraloq device. */
|
|
73164
73381
|
device_name: string
|
|
73382
|
+
/** Device type for an Ultraloq device. */
|
|
73383
|
+
device_type: string
|
|
73165
73384
|
}
|
|
73166
73385
|
| undefined
|
|
73167
73386
|
}) &
|
|
@@ -73961,6 +74180,7 @@ export type Routes = {
|
|
|
73961
74180
|
can_simulate_paid_subscription?: boolean | undefined
|
|
73962
74181
|
}
|
|
73963
74182
|
}
|
|
74183
|
+
maxDuration: undefined
|
|
73964
74184
|
}
|
|
73965
74185
|
'/thermostats/heat': {
|
|
73966
74186
|
route: '/thermostats/heat'
|
|
@@ -75426,6 +75646,7 @@ export type Routes = {
|
|
|
75426
75646
|
}
|
|
75427
75647
|
}
|
|
75428
75648
|
}
|
|
75649
|
+
maxDuration: undefined
|
|
75429
75650
|
}
|
|
75430
75651
|
'/thermostats/heat_cool': {
|
|
75431
75652
|
route: '/thermostats/heat_cool'
|
|
@@ -76895,6 +77116,7 @@ export type Routes = {
|
|
|
76895
77116
|
}
|
|
76896
77117
|
}
|
|
76897
77118
|
}
|
|
77119
|
+
maxDuration: undefined
|
|
76898
77120
|
}
|
|
76899
77121
|
'/thermostats/list': {
|
|
76900
77122
|
route: '/thermostats/list'
|
|
@@ -77750,6 +77972,8 @@ export type Routes = {
|
|
|
77750
77972
|
device_id: string
|
|
77751
77973
|
/** Device name for an Ultraloq device. */
|
|
77752
77974
|
device_name: string
|
|
77975
|
+
/** Device type for an Ultraloq device. */
|
|
77976
|
+
device_type: string
|
|
77753
77977
|
}
|
|
77754
77978
|
| undefined
|
|
77755
77979
|
}) &
|
|
@@ -79281,6 +79505,8 @@ export type Routes = {
|
|
|
79281
79505
|
device_id: string
|
|
79282
79506
|
/** Device name for an Ultraloq device. */
|
|
79283
79507
|
device_name: string
|
|
79508
|
+
/** Device type for an Ultraloq device. */
|
|
79509
|
+
device_type: string
|
|
79284
79510
|
}
|
|
79285
79511
|
| undefined
|
|
79286
79512
|
}) &
|
|
@@ -80080,6 +80306,7 @@ export type Routes = {
|
|
|
80080
80306
|
can_simulate_paid_subscription?: boolean | undefined
|
|
80081
80307
|
}[]
|
|
80082
80308
|
}
|
|
80309
|
+
maxDuration: undefined
|
|
80083
80310
|
}
|
|
80084
80311
|
'/thermostats/off': {
|
|
80085
80312
|
route: '/thermostats/off'
|
|
@@ -81541,6 +81768,7 @@ export type Routes = {
|
|
|
81541
81768
|
}
|
|
81542
81769
|
}
|
|
81543
81770
|
}
|
|
81771
|
+
maxDuration: undefined
|
|
81544
81772
|
}
|
|
81545
81773
|
'/thermostats/schedules/create': {
|
|
81546
81774
|
route: '/thermostats/schedules/create'
|
|
@@ -81596,6 +81824,7 @@ export type Routes = {
|
|
|
81596
81824
|
}[]
|
|
81597
81825
|
}
|
|
81598
81826
|
}
|
|
81827
|
+
maxDuration: undefined
|
|
81599
81828
|
}
|
|
81600
81829
|
'/thermostats/schedules/delete': {
|
|
81601
81830
|
route: '/thermostats/schedules/delete'
|
|
@@ -81608,6 +81837,7 @@ export type Routes = {
|
|
|
81608
81837
|
}
|
|
81609
81838
|
formData: {}
|
|
81610
81839
|
jsonResponse: {}
|
|
81840
|
+
maxDuration: undefined
|
|
81611
81841
|
}
|
|
81612
81842
|
'/thermostats/schedules/get': {
|
|
81613
81843
|
route: '/thermostats/schedules/get'
|
|
@@ -81651,6 +81881,7 @@ export type Routes = {
|
|
|
81651
81881
|
}[]
|
|
81652
81882
|
}
|
|
81653
81883
|
}
|
|
81884
|
+
maxDuration: undefined
|
|
81654
81885
|
}
|
|
81655
81886
|
'/thermostats/schedules/list': {
|
|
81656
81887
|
route: '/thermostats/schedules/list'
|
|
@@ -81695,6 +81926,7 @@ export type Routes = {
|
|
|
81695
81926
|
}[]
|
|
81696
81927
|
}[]
|
|
81697
81928
|
}
|
|
81929
|
+
maxDuration: undefined
|
|
81698
81930
|
}
|
|
81699
81931
|
'/thermostats/schedules/update': {
|
|
81700
81932
|
route: '/thermostats/schedules/update'
|
|
@@ -81719,6 +81951,7 @@ export type Routes = {
|
|
|
81719
81951
|
commonParams: {}
|
|
81720
81952
|
formData: {}
|
|
81721
81953
|
jsonResponse: {}
|
|
81954
|
+
maxDuration: undefined
|
|
81722
81955
|
}
|
|
81723
81956
|
'/thermostats/set_fallback_climate_preset': {
|
|
81724
81957
|
route: '/thermostats/set_fallback_climate_preset'
|
|
@@ -81733,6 +81966,7 @@ export type Routes = {
|
|
|
81733
81966
|
commonParams: {}
|
|
81734
81967
|
formData: {}
|
|
81735
81968
|
jsonResponse: {}
|
|
81969
|
+
maxDuration: undefined
|
|
81736
81970
|
}
|
|
81737
81971
|
'/thermostats/set_fan_mode': {
|
|
81738
81972
|
route: '/thermostats/set_fan_mode'
|
|
@@ -83199,6 +83433,7 @@ export type Routes = {
|
|
|
83199
83433
|
}
|
|
83200
83434
|
}
|
|
83201
83435
|
}
|
|
83436
|
+
maxDuration: undefined
|
|
83202
83437
|
}
|
|
83203
83438
|
'/thermostats/set_hvac_mode': {
|
|
83204
83439
|
route: '/thermostats/set_hvac_mode'
|
|
@@ -84696,6 +84931,7 @@ export type Routes = {
|
|
|
84696
84931
|
}
|
|
84697
84932
|
}
|
|
84698
84933
|
}
|
|
84934
|
+
maxDuration: undefined
|
|
84699
84935
|
}
|
|
84700
84936
|
'/thermostats/set_temperature_threshold': {
|
|
84701
84937
|
route: '/thermostats/set_temperature_threshold'
|
|
@@ -84716,6 +84952,7 @@ export type Routes = {
|
|
|
84716
84952
|
commonParams: {}
|
|
84717
84953
|
formData: {}
|
|
84718
84954
|
jsonResponse: {}
|
|
84955
|
+
maxDuration: undefined
|
|
84719
84956
|
}
|
|
84720
84957
|
'/thermostats/simulate/hvac_mode_adjusted': {
|
|
84721
84958
|
route: '/thermostats/simulate/hvac_mode_adjusted'
|
|
@@ -84765,6 +85002,7 @@ export type Routes = {
|
|
|
84765
85002
|
commonParams: {}
|
|
84766
85003
|
formData: {}
|
|
84767
85004
|
jsonResponse: {}
|
|
85005
|
+
maxDuration: undefined
|
|
84768
85006
|
}
|
|
84769
85007
|
'/thermostats/simulate/temperature_reached': {
|
|
84770
85008
|
route: '/thermostats/simulate/temperature_reached'
|
|
@@ -84781,6 +85019,7 @@ export type Routes = {
|
|
|
84781
85019
|
commonParams: {}
|
|
84782
85020
|
formData: {}
|
|
84783
85021
|
jsonResponse: {}
|
|
85022
|
+
maxDuration: undefined
|
|
84784
85023
|
}
|
|
84785
85024
|
'/thermostats/update_climate_preset': {
|
|
84786
85025
|
route: '/thermostats/update_climate_preset'
|
|
@@ -84833,6 +85072,7 @@ export type Routes = {
|
|
|
84833
85072
|
commonParams: {}
|
|
84834
85073
|
formData: {}
|
|
84835
85074
|
jsonResponse: {}
|
|
85075
|
+
maxDuration: undefined
|
|
84836
85076
|
}
|
|
84837
85077
|
'/thermostats/update_weekly_program': {
|
|
84838
85078
|
route: '/thermostats/update_weekly_program'
|
|
@@ -86306,6 +86546,7 @@ export type Routes = {
|
|
|
86306
86546
|
}
|
|
86307
86547
|
}
|
|
86308
86548
|
}
|
|
86549
|
+
maxDuration: undefined
|
|
86309
86550
|
}
|
|
86310
86551
|
'/unstable_partner/building_blocks/connect_accounts': {
|
|
86311
86552
|
route: '/unstable_partner/building_blocks/connect_accounts'
|
|
@@ -86336,6 +86577,7 @@ export type Routes = {
|
|
|
86336
86577
|
created_at: string
|
|
86337
86578
|
}
|
|
86338
86579
|
}
|
|
86580
|
+
maxDuration: undefined
|
|
86339
86581
|
}
|
|
86340
86582
|
'/unstable_partner/building_blocks/generate_magic_link': {
|
|
86341
86583
|
route: '/unstable_partner/building_blocks/generate_magic_link'
|
|
@@ -86381,6 +86623,7 @@ export type Routes = {
|
|
|
86381
86623
|
created_at: string
|
|
86382
86624
|
}
|
|
86383
86625
|
}
|
|
86626
|
+
maxDuration: undefined
|
|
86384
86627
|
}
|
|
86385
86628
|
'/unstable_partner/building_blocks/manage_devices': {
|
|
86386
86629
|
route: '/unstable_partner/building_blocks/manage_devices'
|
|
@@ -86411,6 +86654,7 @@ export type Routes = {
|
|
|
86411
86654
|
created_at: string
|
|
86412
86655
|
}
|
|
86413
86656
|
}
|
|
86657
|
+
maxDuration: undefined
|
|
86414
86658
|
}
|
|
86415
86659
|
'/unstable_partner/building_blocks/organize_spaces': {
|
|
86416
86660
|
route: '/unstable_partner/building_blocks/organize_spaces'
|
|
@@ -86450,6 +86694,7 @@ export type Routes = {
|
|
|
86450
86694
|
created_at: string
|
|
86451
86695
|
}
|
|
86452
86696
|
}
|
|
86697
|
+
maxDuration: undefined
|
|
86453
86698
|
}
|
|
86454
86699
|
'/user_identities/add_acs_user': {
|
|
86455
86700
|
route: '/user_identities/add_acs_user'
|
|
@@ -86466,6 +86711,7 @@ export type Routes = {
|
|
|
86466
86711
|
}
|
|
86467
86712
|
formData: {}
|
|
86468
86713
|
jsonResponse: {}
|
|
86714
|
+
maxDuration: undefined
|
|
86469
86715
|
}
|
|
86470
86716
|
'/user_identities/create': {
|
|
86471
86717
|
route: '/user_identities/create'
|
|
@@ -86538,6 +86784,7 @@ export type Routes = {
|
|
|
86538
86784
|
acs_user_ids: string[]
|
|
86539
86785
|
}
|
|
86540
86786
|
}
|
|
86787
|
+
maxDuration: undefined
|
|
86541
86788
|
}
|
|
86542
86789
|
'/user_identities/delete': {
|
|
86543
86790
|
route: '/user_identities/delete'
|
|
@@ -86550,6 +86797,7 @@ export type Routes = {
|
|
|
86550
86797
|
}
|
|
86551
86798
|
formData: {}
|
|
86552
86799
|
jsonResponse: {}
|
|
86800
|
+
maxDuration: undefined
|
|
86553
86801
|
}
|
|
86554
86802
|
'/user_identities/enrollment_automations/delete': {
|
|
86555
86803
|
route: '/user_identities/enrollment_automations/delete'
|
|
@@ -86562,6 +86810,7 @@ export type Routes = {
|
|
|
86562
86810
|
}
|
|
86563
86811
|
formData: {}
|
|
86564
86812
|
jsonResponse: {}
|
|
86813
|
+
maxDuration: undefined
|
|
86565
86814
|
}
|
|
86566
86815
|
'/user_identities/enrollment_automations/get': {
|
|
86567
86816
|
route: '/user_identities/enrollment_automations/get'
|
|
@@ -86588,6 +86837,7 @@ export type Routes = {
|
|
|
86588
86837
|
workspace_id: string
|
|
86589
86838
|
}
|
|
86590
86839
|
}
|
|
86840
|
+
maxDuration: undefined
|
|
86591
86841
|
}
|
|
86592
86842
|
'/user_identities/enrollment_automations/launch': {
|
|
86593
86843
|
route: '/user_identities/enrollment_automations/launch'
|
|
@@ -86622,6 +86872,7 @@ export type Routes = {
|
|
|
86622
86872
|
workspace_id: string
|
|
86623
86873
|
}
|
|
86624
86874
|
}
|
|
86875
|
+
maxDuration: undefined
|
|
86625
86876
|
}
|
|
86626
86877
|
'/user_identities/enrollment_automations/list': {
|
|
86627
86878
|
route: '/user_identities/enrollment_automations/list'
|
|
@@ -86647,6 +86898,7 @@ export type Routes = {
|
|
|
86647
86898
|
workspace_id: string
|
|
86648
86899
|
}[]
|
|
86649
86900
|
}
|
|
86901
|
+
maxDuration: undefined
|
|
86650
86902
|
}
|
|
86651
86903
|
'/user_identities/generate_instant_key': {
|
|
86652
86904
|
route: '/user_identities/generate_instant_key'
|
|
@@ -86695,6 +86947,7 @@ export type Routes = {
|
|
|
86695
86947
|
| undefined
|
|
86696
86948
|
}
|
|
86697
86949
|
}
|
|
86950
|
+
maxDuration: undefined
|
|
86698
86951
|
}
|
|
86699
86952
|
'/user_identities/get': {
|
|
86700
86953
|
route: '/user_identities/get'
|
|
@@ -86763,6 +87016,7 @@ export type Routes = {
|
|
|
86763
87016
|
acs_user_ids: string[]
|
|
86764
87017
|
}
|
|
86765
87018
|
}
|
|
87019
|
+
maxDuration: undefined
|
|
86766
87020
|
}
|
|
86767
87021
|
'/user_identities/grant_access_to_device': {
|
|
86768
87022
|
route: '/user_identities/grant_access_to_device'
|
|
@@ -86777,6 +87031,7 @@ export type Routes = {
|
|
|
86777
87031
|
}
|
|
86778
87032
|
formData: {}
|
|
86779
87033
|
jsonResponse: {}
|
|
87034
|
+
maxDuration: undefined
|
|
86780
87035
|
}
|
|
86781
87036
|
'/user_identities/list': {
|
|
86782
87037
|
route: '/user_identities/list'
|
|
@@ -86857,6 +87112,7 @@ export type Routes = {
|
|
|
86857
87112
|
next_page_url: string | null
|
|
86858
87113
|
}
|
|
86859
87114
|
}
|
|
87115
|
+
maxDuration: undefined
|
|
86860
87116
|
}
|
|
86861
87117
|
'/user_identities/list_accessible_devices': {
|
|
86862
87118
|
route: '/user_identities/list_accessible_devices'
|
|
@@ -87602,6 +87858,8 @@ export type Routes = {
|
|
|
87602
87858
|
device_id: string
|
|
87603
87859
|
/** Device name for an Ultraloq device. */
|
|
87604
87860
|
device_name: string
|
|
87861
|
+
/** Device type for an Ultraloq device. */
|
|
87862
|
+
device_type: string
|
|
87605
87863
|
}
|
|
87606
87864
|
| undefined
|
|
87607
87865
|
}) &
|
|
@@ -89135,6 +89393,8 @@ export type Routes = {
|
|
|
89135
89393
|
device_id: string
|
|
89136
89394
|
/** Device name for an Ultraloq device. */
|
|
89137
89395
|
device_name: string
|
|
89396
|
+
/** Device type for an Ultraloq device. */
|
|
89397
|
+
device_type: string
|
|
89138
89398
|
}
|
|
89139
89399
|
| undefined
|
|
89140
89400
|
}) &
|
|
@@ -89934,6 +90194,7 @@ export type Routes = {
|
|
|
89934
90194
|
can_simulate_paid_subscription?: boolean | undefined
|
|
89935
90195
|
}[]
|
|
89936
90196
|
}
|
|
90197
|
+
maxDuration: undefined
|
|
89937
90198
|
}
|
|
89938
90199
|
'/user_identities/list_acs_systems': {
|
|
89939
90200
|
route: '/user_identities/list_acs_systems'
|
|
@@ -90114,6 +90375,7 @@ export type Routes = {
|
|
|
90114
90375
|
)[]
|
|
90115
90376
|
}[]
|
|
90116
90377
|
}
|
|
90378
|
+
maxDuration: undefined
|
|
90117
90379
|
}
|
|
90118
90380
|
'/user_identities/list_acs_users': {
|
|
90119
90381
|
route: '/user_identities/list_acs_users'
|
|
@@ -90378,6 +90640,7 @@ export type Routes = {
|
|
|
90378
90640
|
is_managed: true
|
|
90379
90641
|
}[]
|
|
90380
90642
|
}
|
|
90643
|
+
maxDuration: undefined
|
|
90381
90644
|
}
|
|
90382
90645
|
'/user_identities/remove_acs_user': {
|
|
90383
90646
|
route: '/user_identities/remove_acs_user'
|
|
@@ -90392,6 +90655,7 @@ export type Routes = {
|
|
|
90392
90655
|
}
|
|
90393
90656
|
formData: {}
|
|
90394
90657
|
jsonResponse: {}
|
|
90658
|
+
maxDuration: undefined
|
|
90395
90659
|
}
|
|
90396
90660
|
'/user_identities/revoke_access_to_device': {
|
|
90397
90661
|
route: '/user_identities/revoke_access_to_device'
|
|
@@ -90406,6 +90670,7 @@ export type Routes = {
|
|
|
90406
90670
|
}
|
|
90407
90671
|
formData: {}
|
|
90408
90672
|
jsonResponse: {}
|
|
90673
|
+
maxDuration: undefined
|
|
90409
90674
|
}
|
|
90410
90675
|
'/user_identities/unmanaged/get': {
|
|
90411
90676
|
route: '/user_identities/unmanaged/get'
|
|
@@ -90468,6 +90733,7 @@ export type Routes = {
|
|
|
90468
90733
|
acs_user_ids: string[]
|
|
90469
90734
|
}
|
|
90470
90735
|
}
|
|
90736
|
+
maxDuration: undefined
|
|
90471
90737
|
}
|
|
90472
90738
|
'/user_identities/unmanaged/list': {
|
|
90473
90739
|
route: '/user_identities/unmanaged/list'
|
|
@@ -90544,6 +90810,7 @@ export type Routes = {
|
|
|
90544
90810
|
next_page_url: string | null
|
|
90545
90811
|
}
|
|
90546
90812
|
}
|
|
90813
|
+
maxDuration: undefined
|
|
90547
90814
|
}
|
|
90548
90815
|
'/user_identities/unmanaged/update': {
|
|
90549
90816
|
route: '/user_identities/unmanaged/update'
|
|
@@ -90560,6 +90827,7 @@ export type Routes = {
|
|
|
90560
90827
|
commonParams: {}
|
|
90561
90828
|
formData: {}
|
|
90562
90829
|
jsonResponse: {}
|
|
90830
|
+
maxDuration: undefined
|
|
90563
90831
|
}
|
|
90564
90832
|
'/user_identities/update': {
|
|
90565
90833
|
route: '/user_identities/update'
|
|
@@ -90580,6 +90848,7 @@ export type Routes = {
|
|
|
90580
90848
|
commonParams: {}
|
|
90581
90849
|
formData: {}
|
|
90582
90850
|
jsonResponse: {}
|
|
90851
|
+
maxDuration: undefined
|
|
90583
90852
|
}
|
|
90584
90853
|
'/webhooks/create': {
|
|
90585
90854
|
route: '/webhooks/create'
|
|
@@ -90606,6 +90875,7 @@ export type Routes = {
|
|
|
90606
90875
|
secret?: string | undefined
|
|
90607
90876
|
}
|
|
90608
90877
|
}
|
|
90878
|
+
maxDuration: undefined
|
|
90609
90879
|
}
|
|
90610
90880
|
'/webhooks/delete': {
|
|
90611
90881
|
route: '/webhooks/delete'
|
|
@@ -90618,6 +90888,7 @@ export type Routes = {
|
|
|
90618
90888
|
}
|
|
90619
90889
|
formData: {}
|
|
90620
90890
|
jsonResponse: {}
|
|
90891
|
+
maxDuration: undefined
|
|
90621
90892
|
}
|
|
90622
90893
|
'/webhooks/get': {
|
|
90623
90894
|
route: '/webhooks/get'
|
|
@@ -90642,6 +90913,7 @@ export type Routes = {
|
|
|
90642
90913
|
secret?: string | undefined
|
|
90643
90914
|
}
|
|
90644
90915
|
}
|
|
90916
|
+
maxDuration: undefined
|
|
90645
90917
|
}
|
|
90646
90918
|
'/webhooks/list': {
|
|
90647
90919
|
route: '/webhooks/list'
|
|
@@ -90662,6 +90934,7 @@ export type Routes = {
|
|
|
90662
90934
|
secret?: string | undefined
|
|
90663
90935
|
}[]
|
|
90664
90936
|
}
|
|
90937
|
+
maxDuration: undefined
|
|
90665
90938
|
}
|
|
90666
90939
|
'/webhooks/update': {
|
|
90667
90940
|
route: '/webhooks/update'
|
|
@@ -90676,6 +90949,7 @@ export type Routes = {
|
|
|
90676
90949
|
commonParams: {}
|
|
90677
90950
|
formData: {}
|
|
90678
90951
|
jsonResponse: {}
|
|
90952
|
+
maxDuration: undefined
|
|
90679
90953
|
}
|
|
90680
90954
|
'/workspaces/create': {
|
|
90681
90955
|
route: '/workspaces/create'
|
|
@@ -90752,6 +91026,7 @@ export type Routes = {
|
|
|
90752
91026
|
is_publishable_key_auth_enabled: boolean
|
|
90753
91027
|
}
|
|
90754
91028
|
}
|
|
91029
|
+
maxDuration: undefined
|
|
90755
91030
|
}
|
|
90756
91031
|
'/workspaces/customization_profiles/create': {
|
|
90757
91032
|
route: '/workspaces/customization_profiles/create'
|
|
@@ -90792,6 +91067,7 @@ export type Routes = {
|
|
|
90792
91067
|
| undefined
|
|
90793
91068
|
}
|
|
90794
91069
|
}
|
|
91070
|
+
maxDuration: undefined
|
|
90795
91071
|
}
|
|
90796
91072
|
'/workspaces/customization_profiles/get': {
|
|
90797
91073
|
route: '/workspaces/customization_profiles/get'
|
|
@@ -90822,6 +91098,7 @@ export type Routes = {
|
|
|
90822
91098
|
| undefined
|
|
90823
91099
|
}
|
|
90824
91100
|
}
|
|
91101
|
+
maxDuration: undefined
|
|
90825
91102
|
}
|
|
90826
91103
|
'/workspaces/customization_profiles/list': {
|
|
90827
91104
|
route: '/workspaces/customization_profiles/list'
|
|
@@ -90852,6 +91129,7 @@ export type Routes = {
|
|
|
90852
91129
|
| undefined
|
|
90853
91130
|
}[]
|
|
90854
91131
|
}
|
|
91132
|
+
maxDuration: undefined
|
|
90855
91133
|
}
|
|
90856
91134
|
'/workspaces/customization_profiles/update': {
|
|
90857
91135
|
route: '/workspaces/customization_profiles/update'
|
|
@@ -90877,6 +91155,7 @@ export type Routes = {
|
|
|
90877
91155
|
commonParams: {}
|
|
90878
91156
|
formData: {}
|
|
90879
91157
|
jsonResponse: {}
|
|
91158
|
+
maxDuration: undefined
|
|
90880
91159
|
}
|
|
90881
91160
|
'/workspaces/customization_profiles/upload_images': {
|
|
90882
91161
|
route: '/workspaces/customization_profiles/upload_images'
|
|
@@ -90886,6 +91165,7 @@ export type Routes = {
|
|
|
90886
91165
|
commonParams: {}
|
|
90887
91166
|
formData: {}
|
|
90888
91167
|
jsonResponse: {}
|
|
91168
|
+
maxDuration: undefined
|
|
90889
91169
|
}
|
|
90890
91170
|
'/workspaces/find_anything': {
|
|
90891
91171
|
route: '/workspaces/find_anything'
|
|
@@ -91718,6 +91998,8 @@ export type Routes = {
|
|
|
91718
91998
|
device_id: string
|
|
91719
91999
|
/** Device name for an Ultraloq device. */
|
|
91720
92000
|
device_name: string
|
|
92001
|
+
/** Device type for an Ultraloq device. */
|
|
92002
|
+
device_type: string
|
|
91721
92003
|
}
|
|
91722
92004
|
| undefined
|
|
91723
92005
|
}) &
|
|
@@ -99616,6 +99898,7 @@ export type Routes = {
|
|
|
99616
99898
|
| undefined
|
|
99617
99899
|
}
|
|
99618
99900
|
}
|
|
99901
|
+
maxDuration: undefined
|
|
99619
99902
|
}
|
|
99620
99903
|
'/workspaces/get': {
|
|
99621
99904
|
route: '/workspaces/get'
|
|
@@ -99658,6 +99941,7 @@ export type Routes = {
|
|
|
99658
99941
|
is_publishable_key_auth_enabled: boolean
|
|
99659
99942
|
}
|
|
99660
99943
|
}
|
|
99944
|
+
maxDuration: undefined
|
|
99661
99945
|
}
|
|
99662
99946
|
'/workspaces/list': {
|
|
99663
99947
|
route: '/workspaces/list'
|
|
@@ -99699,6 +99983,7 @@ export type Routes = {
|
|
|
99699
99983
|
is_publishable_key_auth_enabled: boolean
|
|
99700
99984
|
}[]
|
|
99701
99985
|
}
|
|
99986
|
+
maxDuration: undefined
|
|
99702
99987
|
}
|
|
99703
99988
|
'/workspaces/reset_sandbox': {
|
|
99704
99989
|
route: '/workspaces/reset_sandbox'
|
|
@@ -101155,6 +101440,7 @@ export type Routes = {
|
|
|
101155
101440
|
}
|
|
101156
101441
|
}
|
|
101157
101442
|
}
|
|
101443
|
+
maxDuration: undefined
|
|
101158
101444
|
}
|
|
101159
101445
|
'/workspaces/update': {
|
|
101160
101446
|
route: '/workspaces/update'
|
|
@@ -101186,6 +101472,7 @@ export type Routes = {
|
|
|
101186
101472
|
commonParams: {}
|
|
101187
101473
|
formData: {}
|
|
101188
101474
|
jsonResponse: {}
|
|
101475
|
+
maxDuration: undefined
|
|
101189
101476
|
}
|
|
101190
101477
|
}
|
|
101191
101478
|
|