@seamapi/types 1.657.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 +141 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +436 -0
- package/dist/index.cjs +141 -9
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.js +7 -4
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +183 -0
- package/lib/seam/connect/openapi.js +127 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +253 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/batch.ts +35 -32
- package/src/lib/seam/connect/openapi.ts +127 -0
- package/src/lib/seam/connect/route-types.ts +253 -0
package/dist/connect.d.cts
CHANGED
|
@@ -56346,6 +56346,181 @@ declare const _default: {
|
|
|
56346
56346
|
})[];
|
|
56347
56347
|
'x-route-path': string;
|
|
56348
56348
|
};
|
|
56349
|
+
batch: {
|
|
56350
|
+
description: string;
|
|
56351
|
+
properties: {
|
|
56352
|
+
access_codes: {
|
|
56353
|
+
items: {
|
|
56354
|
+
$ref: string;
|
|
56355
|
+
};
|
|
56356
|
+
type: string;
|
|
56357
|
+
};
|
|
56358
|
+
access_grants: {
|
|
56359
|
+
items: {
|
|
56360
|
+
$ref: string;
|
|
56361
|
+
};
|
|
56362
|
+
type: string;
|
|
56363
|
+
};
|
|
56364
|
+
access_methods: {
|
|
56365
|
+
items: {
|
|
56366
|
+
$ref: string;
|
|
56367
|
+
};
|
|
56368
|
+
type: string;
|
|
56369
|
+
};
|
|
56370
|
+
acs_access_groups: {
|
|
56371
|
+
items: {
|
|
56372
|
+
$ref: string;
|
|
56373
|
+
};
|
|
56374
|
+
type: string;
|
|
56375
|
+
};
|
|
56376
|
+
acs_credentials: {
|
|
56377
|
+
items: {
|
|
56378
|
+
$ref: string;
|
|
56379
|
+
};
|
|
56380
|
+
type: string;
|
|
56381
|
+
};
|
|
56382
|
+
acs_encoders: {
|
|
56383
|
+
items: {
|
|
56384
|
+
$ref: string;
|
|
56385
|
+
};
|
|
56386
|
+
type: string;
|
|
56387
|
+
};
|
|
56388
|
+
acs_entrances: {
|
|
56389
|
+
items: {
|
|
56390
|
+
$ref: string;
|
|
56391
|
+
};
|
|
56392
|
+
type: string;
|
|
56393
|
+
};
|
|
56394
|
+
acs_systems: {
|
|
56395
|
+
items: {
|
|
56396
|
+
$ref: string;
|
|
56397
|
+
};
|
|
56398
|
+
type: string;
|
|
56399
|
+
};
|
|
56400
|
+
acs_users: {
|
|
56401
|
+
items: {
|
|
56402
|
+
$ref: string;
|
|
56403
|
+
};
|
|
56404
|
+
type: string;
|
|
56405
|
+
};
|
|
56406
|
+
action_attempts: {
|
|
56407
|
+
items: {
|
|
56408
|
+
$ref: string;
|
|
56409
|
+
};
|
|
56410
|
+
type: string;
|
|
56411
|
+
};
|
|
56412
|
+
client_sessions: {
|
|
56413
|
+
items: {
|
|
56414
|
+
$ref: string;
|
|
56415
|
+
};
|
|
56416
|
+
type: string;
|
|
56417
|
+
};
|
|
56418
|
+
connect_webviews: {
|
|
56419
|
+
items: {
|
|
56420
|
+
$ref: string;
|
|
56421
|
+
};
|
|
56422
|
+
type: string;
|
|
56423
|
+
};
|
|
56424
|
+
connected_accounts: {
|
|
56425
|
+
items: {
|
|
56426
|
+
$ref: string;
|
|
56427
|
+
};
|
|
56428
|
+
type: string;
|
|
56429
|
+
};
|
|
56430
|
+
customization_profiles: {
|
|
56431
|
+
items: {
|
|
56432
|
+
$ref: string;
|
|
56433
|
+
};
|
|
56434
|
+
type: string;
|
|
56435
|
+
};
|
|
56436
|
+
devices: {
|
|
56437
|
+
items: {
|
|
56438
|
+
$ref: string;
|
|
56439
|
+
};
|
|
56440
|
+
type: string;
|
|
56441
|
+
};
|
|
56442
|
+
events: {
|
|
56443
|
+
items: {
|
|
56444
|
+
$ref: string;
|
|
56445
|
+
};
|
|
56446
|
+
type: string;
|
|
56447
|
+
};
|
|
56448
|
+
instant_keys: {
|
|
56449
|
+
items: {
|
|
56450
|
+
$ref: string;
|
|
56451
|
+
};
|
|
56452
|
+
type: string;
|
|
56453
|
+
};
|
|
56454
|
+
noise_thresholds: {
|
|
56455
|
+
items: {
|
|
56456
|
+
$ref: string;
|
|
56457
|
+
};
|
|
56458
|
+
type: string;
|
|
56459
|
+
};
|
|
56460
|
+
spaces: {
|
|
56461
|
+
items: {
|
|
56462
|
+
$ref: string;
|
|
56463
|
+
};
|
|
56464
|
+
type: string;
|
|
56465
|
+
};
|
|
56466
|
+
thermostat_daily_programs: {
|
|
56467
|
+
items: {
|
|
56468
|
+
$ref: string;
|
|
56469
|
+
};
|
|
56470
|
+
type: string;
|
|
56471
|
+
};
|
|
56472
|
+
thermostat_schedules: {
|
|
56473
|
+
items: {
|
|
56474
|
+
$ref: string;
|
|
56475
|
+
};
|
|
56476
|
+
type: string;
|
|
56477
|
+
};
|
|
56478
|
+
unmanaged_access_codes: {
|
|
56479
|
+
items: {
|
|
56480
|
+
$ref: string;
|
|
56481
|
+
};
|
|
56482
|
+
type: string;
|
|
56483
|
+
};
|
|
56484
|
+
unmanaged_acs_access_groups: {
|
|
56485
|
+
items: {
|
|
56486
|
+
$ref: string;
|
|
56487
|
+
};
|
|
56488
|
+
type: string;
|
|
56489
|
+
};
|
|
56490
|
+
unmanaged_acs_credentials: {
|
|
56491
|
+
items: {
|
|
56492
|
+
$ref: string;
|
|
56493
|
+
};
|
|
56494
|
+
type: string;
|
|
56495
|
+
};
|
|
56496
|
+
unmanaged_acs_users: {
|
|
56497
|
+
items: {
|
|
56498
|
+
$ref: string;
|
|
56499
|
+
};
|
|
56500
|
+
type: string;
|
|
56501
|
+
};
|
|
56502
|
+
unmanaged_devices: {
|
|
56503
|
+
items: {
|
|
56504
|
+
$ref: string;
|
|
56505
|
+
};
|
|
56506
|
+
type: string;
|
|
56507
|
+
};
|
|
56508
|
+
user_identities: {
|
|
56509
|
+
items: {
|
|
56510
|
+
$ref: string;
|
|
56511
|
+
};
|
|
56512
|
+
type: string;
|
|
56513
|
+
};
|
|
56514
|
+
workspaces: {
|
|
56515
|
+
items: {
|
|
56516
|
+
$ref: string;
|
|
56517
|
+
};
|
|
56518
|
+
type: string;
|
|
56519
|
+
};
|
|
56520
|
+
};
|
|
56521
|
+
type: string;
|
|
56522
|
+
'x-route-path': string;
|
|
56523
|
+
};
|
|
56349
56524
|
bridge_client_session: {
|
|
56350
56525
|
description: string;
|
|
56351
56526
|
properties: {
|
|
@@ -71209,6 +71384,7 @@ declare const _default: {
|
|
|
71209
71384
|
};
|
|
71210
71385
|
};
|
|
71211
71386
|
type: string;
|
|
71387
|
+
'x-route-path': string;
|
|
71212
71388
|
};
|
|
71213
71389
|
ok: {
|
|
71214
71390
|
type: string;
|
|
@@ -71341,6 +71517,7 @@ declare const _default: {
|
|
|
71341
71517
|
};
|
|
71342
71518
|
};
|
|
71343
71519
|
type: string;
|
|
71520
|
+
'x-route-path': string;
|
|
71344
71521
|
};
|
|
71345
71522
|
ok: {
|
|
71346
71523
|
type: string;
|
|
@@ -73368,6 +73545,7 @@ declare const _default: {
|
|
|
73368
73545
|
};
|
|
73369
73546
|
};
|
|
73370
73547
|
type: string;
|
|
73548
|
+
'x-route-path': string;
|
|
73371
73549
|
};
|
|
73372
73550
|
ok: {
|
|
73373
73551
|
type: string;
|
|
@@ -73514,6 +73692,7 @@ declare const _default: {
|
|
|
73514
73692
|
};
|
|
73515
73693
|
};
|
|
73516
73694
|
type: string;
|
|
73695
|
+
'x-route-path': string;
|
|
73517
73696
|
};
|
|
73518
73697
|
ok: {
|
|
73519
73698
|
type: string;
|
|
@@ -101277,6 +101456,7 @@ declare const _default: {
|
|
|
101277
101456
|
};
|
|
101278
101457
|
};
|
|
101279
101458
|
type: string;
|
|
101459
|
+
'x-route-path': string;
|
|
101280
101460
|
};
|
|
101281
101461
|
ok: {
|
|
101282
101462
|
type: string;
|
|
@@ -101411,6 +101591,7 @@ declare const _default: {
|
|
|
101411
101591
|
};
|
|
101412
101592
|
};
|
|
101413
101593
|
type: string;
|
|
101594
|
+
'x-route-path': string;
|
|
101414
101595
|
};
|
|
101415
101596
|
ok: {
|
|
101416
101597
|
type: string;
|
|
@@ -111326,6 +111507,7 @@ declare const _default: {
|
|
|
111326
111507
|
};
|
|
111327
111508
|
};
|
|
111328
111509
|
type: string;
|
|
111510
|
+
'x-route-path': string;
|
|
111329
111511
|
};
|
|
111330
111512
|
ok: {
|
|
111331
111513
|
type: string;
|
|
@@ -111566,6 +111748,7 @@ declare const _default: {
|
|
|
111566
111748
|
};
|
|
111567
111749
|
};
|
|
111568
111750
|
type: string;
|
|
111751
|
+
'x-route-path': string;
|
|
111569
111752
|
};
|
|
111570
111753
|
ok: {
|
|
111571
111754
|
type: string;
|
|
@@ -113979,6 +114162,7 @@ type Routes = {
|
|
|
113979
114162
|
is_offline_access_code: boolean;
|
|
113980
114163
|
};
|
|
113981
114164
|
};
|
|
114165
|
+
maxDuration: undefined;
|
|
113982
114166
|
};
|
|
113983
114167
|
'/access_codes/create_multiple': {
|
|
113984
114168
|
route: '/access_codes/create_multiple';
|
|
@@ -114533,6 +114717,7 @@ type Routes = {
|
|
|
114533
114717
|
is_offline_access_code: boolean;
|
|
114534
114718
|
}[];
|
|
114535
114719
|
};
|
|
114720
|
+
maxDuration: undefined;
|
|
114536
114721
|
};
|
|
114537
114722
|
'/access_codes/delete': {
|
|
114538
114723
|
route: '/access_codes/delete';
|
|
@@ -115805,6 +115990,7 @@ type Routes = {
|
|
|
115805
115990
|
};
|
|
115806
115991
|
};
|
|
115807
115992
|
};
|
|
115993
|
+
maxDuration: undefined;
|
|
115808
115994
|
};
|
|
115809
115995
|
'/access_codes/generate_code': {
|
|
115810
115996
|
route: '/access_codes/generate_code';
|
|
@@ -115822,6 +116008,7 @@ type Routes = {
|
|
|
115822
116008
|
code: string;
|
|
115823
116009
|
};
|
|
115824
116010
|
};
|
|
116011
|
+
maxDuration: undefined;
|
|
115825
116012
|
};
|
|
115826
116013
|
'/access_codes/get': {
|
|
115827
116014
|
route: '/access_codes/get';
|
|
@@ -116351,6 +116538,7 @@ type Routes = {
|
|
|
116351
116538
|
is_offline_access_code: boolean;
|
|
116352
116539
|
};
|
|
116353
116540
|
};
|
|
116541
|
+
maxDuration: undefined;
|
|
116354
116542
|
};
|
|
116355
116543
|
'/access_codes/list': {
|
|
116356
116544
|
route: '/access_codes/list';
|
|
@@ -116888,6 +117076,7 @@ type Routes = {
|
|
|
116888
117076
|
next_page_url: string | null;
|
|
116889
117077
|
};
|
|
116890
117078
|
};
|
|
117079
|
+
maxDuration: undefined;
|
|
116891
117080
|
};
|
|
116892
117081
|
'/access_codes/pull_backup_access_code': {
|
|
116893
117082
|
route: '/access_codes/pull_backup_access_code';
|
|
@@ -117925,6 +118114,7 @@ type Routes = {
|
|
|
117925
118114
|
is_offline_access_code: boolean;
|
|
117926
118115
|
};
|
|
117927
118116
|
};
|
|
118117
|
+
maxDuration: undefined;
|
|
117928
118118
|
};
|
|
117929
118119
|
'/access_codes/report_device_constraints': {
|
|
117930
118120
|
route: '/access_codes/report_device_constraints';
|
|
@@ -117943,6 +118133,7 @@ type Routes = {
|
|
|
117943
118133
|
commonParams: {};
|
|
117944
118134
|
formData: {};
|
|
117945
118135
|
jsonResponse: {};
|
|
118136
|
+
maxDuration: undefined;
|
|
117946
118137
|
};
|
|
117947
118138
|
'/access_codes/simulate/create_unmanaged_access_code': {
|
|
117948
118139
|
route: '/access_codes/simulate/create_unmanaged_access_code';
|
|
@@ -118458,6 +118649,7 @@ type Routes = {
|
|
|
118458
118649
|
status: 'set';
|
|
118459
118650
|
};
|
|
118460
118651
|
};
|
|
118652
|
+
maxDuration: undefined;
|
|
118461
118653
|
};
|
|
118462
118654
|
'/access_codes/unmanaged/convert_to_managed': {
|
|
118463
118655
|
route: '/access_codes/unmanaged/convert_to_managed';
|
|
@@ -118478,6 +118670,7 @@ type Routes = {
|
|
|
118478
118670
|
};
|
|
118479
118671
|
formData: {};
|
|
118480
118672
|
jsonResponse: {};
|
|
118673
|
+
maxDuration: undefined;
|
|
118481
118674
|
};
|
|
118482
118675
|
'/access_codes/unmanaged/delete': {
|
|
118483
118676
|
route: '/access_codes/unmanaged/delete';
|
|
@@ -119748,6 +119941,7 @@ type Routes = {
|
|
|
119748
119941
|
};
|
|
119749
119942
|
};
|
|
119750
119943
|
};
|
|
119944
|
+
maxDuration: undefined;
|
|
119751
119945
|
};
|
|
119752
119946
|
'/access_codes/unmanaged/get': {
|
|
119753
119947
|
route: '/access_codes/unmanaged/get';
|
|
@@ -120263,6 +120457,7 @@ type Routes = {
|
|
|
120263
120457
|
status: 'set';
|
|
120264
120458
|
};
|
|
120265
120459
|
};
|
|
120460
|
+
maxDuration: undefined;
|
|
120266
120461
|
};
|
|
120267
120462
|
'/access_codes/unmanaged/list': {
|
|
120268
120463
|
route: '/access_codes/unmanaged/list';
|
|
@@ -120778,6 +120973,7 @@ type Routes = {
|
|
|
120778
120973
|
next_page_url: string | null;
|
|
120779
120974
|
};
|
|
120780
120975
|
};
|
|
120976
|
+
maxDuration: undefined;
|
|
120781
120977
|
};
|
|
120782
120978
|
'/access_codes/unmanaged/update': {
|
|
120783
120979
|
route: '/access_codes/unmanaged/update';
|
|
@@ -120797,6 +120993,7 @@ type Routes = {
|
|
|
120797
120993
|
};
|
|
120798
120994
|
formData: {};
|
|
120799
120995
|
jsonResponse: {};
|
|
120996
|
+
maxDuration: undefined;
|
|
120800
120997
|
};
|
|
120801
120998
|
'/access_codes/update': {
|
|
120802
120999
|
route: '/access_codes/update';
|
|
@@ -122107,6 +122304,7 @@ type Routes = {
|
|
|
122107
122304
|
};
|
|
122108
122305
|
};
|
|
122109
122306
|
};
|
|
122307
|
+
maxDuration: undefined;
|
|
122110
122308
|
};
|
|
122111
122309
|
'/access_codes/update_multiple': {
|
|
122112
122310
|
route: '/access_codes/update_multiple';
|
|
@@ -122131,6 +122329,7 @@ type Routes = {
|
|
|
122131
122329
|
commonParams: {};
|
|
122132
122330
|
formData: {};
|
|
122133
122331
|
jsonResponse: {};
|
|
122332
|
+
maxDuration: undefined;
|
|
122134
122333
|
};
|
|
122135
122334
|
'/access_grants/create': {
|
|
122136
122335
|
route: '/access_grants/create';
|
|
@@ -122254,6 +122453,7 @@ type Routes = {
|
|
|
122254
122453
|
customization_profile_id?: string | undefined;
|
|
122255
122454
|
};
|
|
122256
122455
|
};
|
|
122456
|
+
maxDuration: undefined;
|
|
122257
122457
|
};
|
|
122258
122458
|
'/access_grants/delete': {
|
|
122259
122459
|
route: '/access_grants/delete';
|
|
@@ -122266,6 +122466,7 @@ type Routes = {
|
|
|
122266
122466
|
};
|
|
122267
122467
|
formData: {};
|
|
122268
122468
|
jsonResponse: {};
|
|
122469
|
+
maxDuration: undefined;
|
|
122269
122470
|
};
|
|
122270
122471
|
'/access_grants/get': {
|
|
122271
122472
|
route: '/access_grants/get';
|
|
@@ -122340,6 +122541,7 @@ type Routes = {
|
|
|
122340
122541
|
customization_profile_id?: string | undefined;
|
|
122341
122542
|
};
|
|
122342
122543
|
};
|
|
122544
|
+
maxDuration: undefined;
|
|
122343
122545
|
};
|
|
122344
122546
|
'/access_grants/get_related': {
|
|
122345
122547
|
route: '/access_grants/get_related';
|
|
@@ -124049,6 +124251,7 @@ type Routes = {
|
|
|
124049
124251
|
}[] | undefined;
|
|
124050
124252
|
};
|
|
124051
124253
|
};
|
|
124254
|
+
maxDuration: undefined;
|
|
124052
124255
|
};
|
|
124053
124256
|
'/access_grants/list': {
|
|
124054
124257
|
route: '/access_grants/list';
|
|
@@ -124134,6 +124337,7 @@ type Routes = {
|
|
|
124134
124337
|
customization_profile_id?: string | undefined;
|
|
124135
124338
|
}[];
|
|
124136
124339
|
};
|
|
124340
|
+
maxDuration: undefined;
|
|
124137
124341
|
};
|
|
124138
124342
|
'/access_grants/request_access_methods': {
|
|
124139
124343
|
route: '/access_grants/request_access_methods';
|
|
@@ -124212,6 +124416,7 @@ type Routes = {
|
|
|
124212
124416
|
customization_profile_id?: string | undefined;
|
|
124213
124417
|
};
|
|
124214
124418
|
};
|
|
124419
|
+
maxDuration: undefined;
|
|
124215
124420
|
};
|
|
124216
124421
|
'/access_grants/unmanaged/get': {
|
|
124217
124422
|
route: '/access_grants/unmanaged/get';
|
|
@@ -124275,6 +124480,7 @@ type Routes = {
|
|
|
124275
124480
|
user_identity_id?: string | undefined;
|
|
124276
124481
|
};
|
|
124277
124482
|
};
|
|
124483
|
+
maxDuration: undefined;
|
|
124278
124484
|
};
|
|
124279
124485
|
'/access_grants/unmanaged/list': {
|
|
124280
124486
|
route: '/access_grants/unmanaged/list';
|
|
@@ -124343,6 +124549,7 @@ type Routes = {
|
|
|
124343
124549
|
user_identity_id?: string | undefined;
|
|
124344
124550
|
}[];
|
|
124345
124551
|
};
|
|
124552
|
+
maxDuration: undefined;
|
|
124346
124553
|
};
|
|
124347
124554
|
'/access_grants/unmanaged/update': {
|
|
124348
124555
|
route: '/access_grants/unmanaged/update';
|
|
@@ -124359,6 +124566,7 @@ type Routes = {
|
|
|
124359
124566
|
commonParams: {};
|
|
124360
124567
|
formData: {};
|
|
124361
124568
|
jsonResponse: {};
|
|
124569
|
+
maxDuration: undefined;
|
|
124362
124570
|
};
|
|
124363
124571
|
'/access_grants/update': {
|
|
124364
124572
|
route: '/access_grants/update';
|
|
@@ -124377,6 +124585,7 @@ type Routes = {
|
|
|
124377
124585
|
};
|
|
124378
124586
|
formData: {};
|
|
124379
124587
|
jsonResponse: {};
|
|
124588
|
+
maxDuration: undefined;
|
|
124380
124589
|
};
|
|
124381
124590
|
'/access_methods/delete': {
|
|
124382
124591
|
route: '/access_methods/delete';
|
|
@@ -124389,6 +124598,7 @@ type Routes = {
|
|
|
124389
124598
|
};
|
|
124390
124599
|
formData: {};
|
|
124391
124600
|
jsonResponse: {};
|
|
124601
|
+
maxDuration: undefined;
|
|
124392
124602
|
};
|
|
124393
124603
|
'/access_methods/encode': {
|
|
124394
124604
|
route: '/access_methods/encode';
|
|
@@ -125659,6 +125869,7 @@ type Routes = {
|
|
|
125659
125869
|
};
|
|
125660
125870
|
};
|
|
125661
125871
|
};
|
|
125872
|
+
maxDuration: undefined;
|
|
125662
125873
|
};
|
|
125663
125874
|
'/access_methods/get': {
|
|
125664
125875
|
route: '/access_methods/get';
|
|
@@ -125708,6 +125919,7 @@ type Routes = {
|
|
|
125708
125919
|
customization_profile_id?: string | undefined;
|
|
125709
125920
|
};
|
|
125710
125921
|
};
|
|
125922
|
+
maxDuration: undefined;
|
|
125711
125923
|
};
|
|
125712
125924
|
'/access_methods/get_related': {
|
|
125713
125925
|
route: '/access_methods/get_related';
|
|
@@ -127368,6 +127580,7 @@ type Routes = {
|
|
|
127368
127580
|
}[] | undefined;
|
|
127369
127581
|
};
|
|
127370
127582
|
};
|
|
127583
|
+
maxDuration: undefined;
|
|
127371
127584
|
};
|
|
127372
127585
|
'/access_methods/list': {
|
|
127373
127586
|
route: '/access_methods/list';
|
|
@@ -127422,6 +127635,7 @@ type Routes = {
|
|
|
127422
127635
|
customization_profile_id?: string | undefined;
|
|
127423
127636
|
}[];
|
|
127424
127637
|
};
|
|
127638
|
+
maxDuration: undefined;
|
|
127425
127639
|
};
|
|
127426
127640
|
'/access_methods/unmanaged/get': {
|
|
127427
127641
|
route: '/access_methods/unmanaged/get';
|
|
@@ -127465,6 +127679,7 @@ type Routes = {
|
|
|
127465
127679
|
}[];
|
|
127466
127680
|
};
|
|
127467
127681
|
};
|
|
127682
|
+
maxDuration: undefined;
|
|
127468
127683
|
};
|
|
127469
127684
|
'/access_methods/unmanaged/list': {
|
|
127470
127685
|
route: '/access_methods/unmanaged/list';
|
|
@@ -127513,6 +127728,7 @@ type Routes = {
|
|
|
127513
127728
|
}[];
|
|
127514
127729
|
}[];
|
|
127515
127730
|
};
|
|
127731
|
+
maxDuration: undefined;
|
|
127516
127732
|
};
|
|
127517
127733
|
'/acs/access_groups/add_user': {
|
|
127518
127734
|
route: '/acs/access_groups/add_user';
|
|
@@ -127529,6 +127745,7 @@ type Routes = {
|
|
|
127529
127745
|
};
|
|
127530
127746
|
formData: {};
|
|
127531
127747
|
jsonResponse: {};
|
|
127748
|
+
maxDuration: undefined;
|
|
127532
127749
|
};
|
|
127533
127750
|
'/acs/access_groups/get': {
|
|
127534
127751
|
route: '/acs/access_groups/get';
|
|
@@ -127582,6 +127799,7 @@ type Routes = {
|
|
|
127582
127799
|
is_managed: true;
|
|
127583
127800
|
};
|
|
127584
127801
|
};
|
|
127802
|
+
maxDuration: undefined;
|
|
127585
127803
|
};
|
|
127586
127804
|
'/acs/access_groups/list': {
|
|
127587
127805
|
route: '/acs/access_groups/list';
|
|
@@ -127634,6 +127852,7 @@ type Routes = {
|
|
|
127634
127852
|
is_managed: true;
|
|
127635
127853
|
}[];
|
|
127636
127854
|
};
|
|
127855
|
+
maxDuration: undefined;
|
|
127637
127856
|
};
|
|
127638
127857
|
'/acs/access_groups/list_accessible_entrances': {
|
|
127639
127858
|
route: '/acs/access_groups/list_accessible_entrances';
|
|
@@ -127768,6 +127987,7 @@ type Routes = {
|
|
|
127768
127987
|
can_belong_to_reservation?: boolean | undefined;
|
|
127769
127988
|
}[];
|
|
127770
127989
|
};
|
|
127990
|
+
maxDuration: undefined;
|
|
127771
127991
|
};
|
|
127772
127992
|
'/acs/access_groups/list_users': {
|
|
127773
127993
|
route: '/acs/access_groups/list_users';
|
|
@@ -127998,6 +128218,7 @@ type Routes = {
|
|
|
127998
128218
|
is_managed: true;
|
|
127999
128219
|
}[];
|
|
128000
128220
|
};
|
|
128221
|
+
maxDuration: undefined;
|
|
128001
128222
|
};
|
|
128002
128223
|
'/acs/access_groups/remove_user': {
|
|
128003
128224
|
route: '/acs/access_groups/remove_user';
|
|
@@ -128014,6 +128235,7 @@ type Routes = {
|
|
|
128014
128235
|
};
|
|
128015
128236
|
formData: {};
|
|
128016
128237
|
jsonResponse: {};
|
|
128238
|
+
maxDuration: undefined;
|
|
128017
128239
|
};
|
|
128018
128240
|
'/acs/access_groups/unmanaged/get': {
|
|
128019
128241
|
route: '/acs/access_groups/unmanaged/get';
|
|
@@ -128063,6 +128285,7 @@ type Routes = {
|
|
|
128063
128285
|
is_managed: false;
|
|
128064
128286
|
};
|
|
128065
128287
|
};
|
|
128288
|
+
maxDuration: undefined;
|
|
128066
128289
|
};
|
|
128067
128290
|
'/acs/access_groups/unmanaged/list': {
|
|
128068
128291
|
route: '/acs/access_groups/unmanaged/list';
|
|
@@ -128113,6 +128336,7 @@ type Routes = {
|
|
|
128113
128336
|
is_managed: false;
|
|
128114
128337
|
}[];
|
|
128115
128338
|
};
|
|
128339
|
+
maxDuration: undefined;
|
|
128116
128340
|
};
|
|
128117
128341
|
'/acs/credential_pools/list': {
|
|
128118
128342
|
route: '/acs/credential_pools/list';
|
|
@@ -128135,6 +128359,7 @@ type Routes = {
|
|
|
128135
128359
|
workspace_id: string;
|
|
128136
128360
|
}[];
|
|
128137
128361
|
};
|
|
128362
|
+
maxDuration: undefined;
|
|
128138
128363
|
};
|
|
128139
128364
|
'/acs/credential_provisioning_automations/launch': {
|
|
128140
128365
|
route: '/acs/credential_provisioning_automations/launch';
|
|
@@ -128165,6 +128390,7 @@ type Routes = {
|
|
|
128165
128390
|
workspace_id: string;
|
|
128166
128391
|
};
|
|
128167
128392
|
};
|
|
128393
|
+
maxDuration: undefined;
|
|
128168
128394
|
};
|
|
128169
128395
|
'/acs/credentials/assign': {
|
|
128170
128396
|
route: '/acs/credentials/assign';
|
|
@@ -128318,6 +128544,7 @@ type Routes = {
|
|
|
128318
128544
|
is_managed: true;
|
|
128319
128545
|
};
|
|
128320
128546
|
};
|
|
128547
|
+
maxDuration: undefined;
|
|
128321
128548
|
};
|
|
128322
128549
|
'/acs/credentials/create': {
|
|
128323
128550
|
route: '/acs/credentials/create';
|
|
@@ -128518,6 +128745,7 @@ type Routes = {
|
|
|
128518
128745
|
is_managed: true;
|
|
128519
128746
|
};
|
|
128520
128747
|
};
|
|
128748
|
+
maxDuration: undefined;
|
|
128521
128749
|
};
|
|
128522
128750
|
'/acs/credentials/create_offline_code': {
|
|
128523
128751
|
route: '/acs/credentials/create_offline_code';
|
|
@@ -128675,6 +128903,7 @@ type Routes = {
|
|
|
128675
128903
|
is_managed: true;
|
|
128676
128904
|
};
|
|
128677
128905
|
};
|
|
128906
|
+
maxDuration: undefined;
|
|
128678
128907
|
};
|
|
128679
128908
|
'/acs/credentials/delete': {
|
|
128680
128909
|
route: '/acs/credentials/delete';
|
|
@@ -128687,6 +128916,7 @@ type Routes = {
|
|
|
128687
128916
|
};
|
|
128688
128917
|
formData: {};
|
|
128689
128918
|
jsonResponse: {};
|
|
128919
|
+
maxDuration: undefined;
|
|
128690
128920
|
};
|
|
128691
128921
|
'/acs/credentials/get': {
|
|
128692
128922
|
route: '/acs/credentials/get';
|
|
@@ -128836,6 +129066,7 @@ type Routes = {
|
|
|
128836
129066
|
is_managed: true;
|
|
128837
129067
|
};
|
|
128838
129068
|
};
|
|
129069
|
+
maxDuration: undefined;
|
|
128839
129070
|
};
|
|
128840
129071
|
'/acs/credentials/list': {
|
|
128841
129072
|
route: '/acs/credentials/list';
|
|
@@ -129011,6 +129242,7 @@ type Routes = {
|
|
|
129011
129242
|
next_page_url: string | null;
|
|
129012
129243
|
};
|
|
129013
129244
|
};
|
|
129245
|
+
maxDuration: undefined;
|
|
129014
129246
|
};
|
|
129015
129247
|
'/acs/credentials/list_accessible_entrances': {
|
|
129016
129248
|
route: '/acs/credentials/list_accessible_entrances';
|
|
@@ -129145,6 +129377,7 @@ type Routes = {
|
|
|
129145
129377
|
can_belong_to_reservation?: boolean | undefined;
|
|
129146
129378
|
}[];
|
|
129147
129379
|
};
|
|
129380
|
+
maxDuration: undefined;
|
|
129148
129381
|
};
|
|
129149
129382
|
'/acs/credentials/unassign': {
|
|
129150
129383
|
route: '/acs/credentials/unassign';
|
|
@@ -129298,6 +129531,7 @@ type Routes = {
|
|
|
129298
129531
|
is_managed: true;
|
|
129299
129532
|
};
|
|
129300
129533
|
};
|
|
129534
|
+
maxDuration: undefined;
|
|
129301
129535
|
};
|
|
129302
129536
|
'/acs/credentials/unmanaged/get': {
|
|
129303
129537
|
route: '/acs/credentials/unmanaged/get';
|
|
@@ -129443,6 +129677,7 @@ type Routes = {
|
|
|
129443
129677
|
is_managed: false;
|
|
129444
129678
|
};
|
|
129445
129679
|
};
|
|
129680
|
+
maxDuration: undefined;
|
|
129446
129681
|
};
|
|
129447
129682
|
'/acs/credentials/unmanaged/list': {
|
|
129448
129683
|
route: '/acs/credentials/unmanaged/list';
|
|
@@ -129598,6 +129833,7 @@ type Routes = {
|
|
|
129598
129833
|
is_managed: false;
|
|
129599
129834
|
}[];
|
|
129600
129835
|
};
|
|
129836
|
+
maxDuration: undefined;
|
|
129601
129837
|
};
|
|
129602
129838
|
'/acs/credentials/update': {
|
|
129603
129839
|
route: '/acs/credentials/update';
|
|
@@ -129751,6 +129987,7 @@ type Routes = {
|
|
|
129751
129987
|
is_managed: true;
|
|
129752
129988
|
};
|
|
129753
129989
|
};
|
|
129990
|
+
maxDuration: undefined;
|
|
129754
129991
|
};
|
|
129755
129992
|
'/acs/encoders/encode_credential': {
|
|
129756
129993
|
route: '/acs/encoders/encode_credential';
|
|
@@ -131023,6 +131260,7 @@ type Routes = {
|
|
|
131023
131260
|
};
|
|
131024
131261
|
};
|
|
131025
131262
|
};
|
|
131263
|
+
maxDuration: undefined;
|
|
131026
131264
|
};
|
|
131027
131265
|
'/acs/encoders/get': {
|
|
131028
131266
|
route: '/acs/encoders/get';
|
|
@@ -131073,6 +131311,7 @@ type Routes = {
|
|
|
131073
131311
|
display_name: string;
|
|
131074
131312
|
};
|
|
131075
131313
|
};
|
|
131314
|
+
maxDuration: undefined;
|
|
131076
131315
|
};
|
|
131077
131316
|
'/acs/encoders/list': {
|
|
131078
131317
|
route: '/acs/encoders/list';
|
|
@@ -131129,6 +131368,7 @@ type Routes = {
|
|
|
131129
131368
|
next_page_url: string | null;
|
|
131130
131369
|
};
|
|
131131
131370
|
};
|
|
131371
|
+
maxDuration: undefined;
|
|
131132
131372
|
};
|
|
131133
131373
|
'/acs/encoders/scan_credential': {
|
|
131134
131374
|
route: '/acs/encoders/scan_credential';
|
|
@@ -132397,6 +132637,7 @@ type Routes = {
|
|
|
132397
132637
|
};
|
|
132398
132638
|
};
|
|
132399
132639
|
};
|
|
132640
|
+
maxDuration: undefined;
|
|
132400
132641
|
};
|
|
132401
132642
|
'/acs/encoders/simulate/next_credential_encode_will_fail': {
|
|
132402
132643
|
route: '/acs/encoders/simulate/next_credential_encode_will_fail';
|
|
@@ -132418,6 +132659,7 @@ type Routes = {
|
|
|
132418
132659
|
commonParams: {};
|
|
132419
132660
|
formData: {};
|
|
132420
132661
|
jsonResponse: {};
|
|
132662
|
+
maxDuration: undefined;
|
|
132421
132663
|
};
|
|
132422
132664
|
'/acs/encoders/simulate/next_credential_encode_will_succeed': {
|
|
132423
132665
|
route: '/acs/encoders/simulate/next_credential_encode_will_succeed';
|
|
@@ -132432,6 +132674,7 @@ type Routes = {
|
|
|
132432
132674
|
commonParams: {};
|
|
132433
132675
|
formData: {};
|
|
132434
132676
|
jsonResponse: {};
|
|
132677
|
+
maxDuration: undefined;
|
|
132435
132678
|
};
|
|
132436
132679
|
'/acs/encoders/simulate/next_credential_scan_will_fail': {
|
|
132437
132680
|
route: '/acs/encoders/simulate/next_credential_scan_will_fail';
|
|
@@ -132450,6 +132693,7 @@ type Routes = {
|
|
|
132450
132693
|
commonParams: {};
|
|
132451
132694
|
formData: {};
|
|
132452
132695
|
jsonResponse: {};
|
|
132696
|
+
maxDuration: undefined;
|
|
132453
132697
|
};
|
|
132454
132698
|
'/acs/encoders/simulate/next_credential_scan_will_succeed': {
|
|
132455
132699
|
route: '/acs/encoders/simulate/next_credential_scan_will_succeed';
|
|
@@ -132476,6 +132720,7 @@ type Routes = {
|
|
|
132476
132720
|
commonParams: {};
|
|
132477
132721
|
formData: {};
|
|
132478
132722
|
jsonResponse: {};
|
|
132723
|
+
maxDuration: undefined;
|
|
132479
132724
|
};
|
|
132480
132725
|
'/acs/entrances/get': {
|
|
132481
132726
|
route: '/acs/entrances/get';
|
|
@@ -132613,6 +132858,7 @@ type Routes = {
|
|
|
132613
132858
|
can_belong_to_reservation?: boolean | undefined;
|
|
132614
132859
|
};
|
|
132615
132860
|
};
|
|
132861
|
+
maxDuration: undefined;
|
|
132616
132862
|
};
|
|
132617
132863
|
'/acs/entrances/grant_access': {
|
|
132618
132864
|
route: '/acs/entrances/grant_access';
|
|
@@ -132629,6 +132875,7 @@ type Routes = {
|
|
|
132629
132875
|
commonParams: {};
|
|
132630
132876
|
formData: {};
|
|
132631
132877
|
jsonResponse: {};
|
|
132878
|
+
maxDuration: undefined;
|
|
132632
132879
|
};
|
|
132633
132880
|
'/acs/entrances/list': {
|
|
132634
132881
|
route: '/acs/entrances/list';
|
|
@@ -132791,6 +133038,7 @@ type Routes = {
|
|
|
132791
133038
|
next_page_url: string | null;
|
|
132792
133039
|
};
|
|
132793
133040
|
};
|
|
133041
|
+
maxDuration: undefined;
|
|
132794
133042
|
};
|
|
132795
133043
|
'/acs/entrances/list_credentials_with_access': {
|
|
132796
133044
|
route: '/acs/entrances/list_credentials_with_access';
|
|
@@ -132937,6 +133185,7 @@ type Routes = {
|
|
|
132937
133185
|
is_managed: true;
|
|
132938
133186
|
}[];
|
|
132939
133187
|
};
|
|
133188
|
+
maxDuration: undefined;
|
|
132940
133189
|
};
|
|
132941
133190
|
'/acs/systems/get': {
|
|
132942
133191
|
route: '/acs/systems/get';
|
|
@@ -133073,6 +133322,7 @@ type Routes = {
|
|
|
133073
133322
|
})[];
|
|
133074
133323
|
};
|
|
133075
133324
|
};
|
|
133325
|
+
maxDuration: undefined;
|
|
133076
133326
|
};
|
|
133077
133327
|
'/acs/systems/list': {
|
|
133078
133328
|
route: '/acs/systems/list';
|
|
@@ -133206,6 +133456,7 @@ type Routes = {
|
|
|
133206
133456
|
})[];
|
|
133207
133457
|
}[];
|
|
133208
133458
|
};
|
|
133459
|
+
maxDuration: undefined;
|
|
133209
133460
|
};
|
|
133210
133461
|
'/acs/systems/list_compatible_credential_manager_acs_systems': {
|
|
133211
133462
|
route: '/acs/systems/list_compatible_credential_manager_acs_systems';
|
|
@@ -133337,6 +133588,7 @@ type Routes = {
|
|
|
133337
133588
|
})[];
|
|
133338
133589
|
}[];
|
|
133339
133590
|
};
|
|
133591
|
+
maxDuration: undefined;
|
|
133340
133592
|
};
|
|
133341
133593
|
'/acs/systems/report_devices': {
|
|
133342
133594
|
route: '/acs/systems/report_devices';
|
|
@@ -133372,6 +133624,7 @@ type Routes = {
|
|
|
133372
133624
|
};
|
|
133373
133625
|
formData: {};
|
|
133374
133626
|
jsonResponse: {};
|
|
133627
|
+
maxDuration: undefined;
|
|
133375
133628
|
};
|
|
133376
133629
|
'/acs/users/add_to_access_group': {
|
|
133377
133630
|
route: '/acs/users/add_to_access_group';
|
|
@@ -133386,6 +133639,7 @@ type Routes = {
|
|
|
133386
133639
|
};
|
|
133387
133640
|
formData: {};
|
|
133388
133641
|
jsonResponse: {};
|
|
133642
|
+
maxDuration: undefined;
|
|
133389
133643
|
};
|
|
133390
133644
|
'/acs/users/create': {
|
|
133391
133645
|
route: '/acs/users/create';
|
|
@@ -133641,6 +133895,7 @@ type Routes = {
|
|
|
133641
133895
|
is_managed: true;
|
|
133642
133896
|
};
|
|
133643
133897
|
};
|
|
133898
|
+
maxDuration: undefined;
|
|
133644
133899
|
};
|
|
133645
133900
|
'/acs/users/delete': {
|
|
133646
133901
|
route: '/acs/users/delete';
|
|
@@ -133657,6 +133912,7 @@ type Routes = {
|
|
|
133657
133912
|
};
|
|
133658
133913
|
formData: {};
|
|
133659
133914
|
jsonResponse: {};
|
|
133915
|
+
maxDuration: undefined;
|
|
133660
133916
|
};
|
|
133661
133917
|
'/acs/users/get': {
|
|
133662
133918
|
route: '/acs/users/get';
|
|
@@ -133896,6 +134152,7 @@ type Routes = {
|
|
|
133896
134152
|
is_managed: true;
|
|
133897
134153
|
};
|
|
133898
134154
|
};
|
|
134155
|
+
maxDuration: undefined;
|
|
133899
134156
|
};
|
|
133900
134157
|
'/acs/users/list': {
|
|
133901
134158
|
route: '/acs/users/list';
|
|
@@ -134149,6 +134406,7 @@ type Routes = {
|
|
|
134149
134406
|
next_page_url: string | null;
|
|
134150
134407
|
};
|
|
134151
134408
|
};
|
|
134409
|
+
maxDuration: undefined;
|
|
134152
134410
|
};
|
|
134153
134411
|
'/acs/users/list_accessible_entrances': {
|
|
134154
134412
|
route: '/acs/users/list_accessible_entrances';
|
|
@@ -134287,6 +134545,7 @@ type Routes = {
|
|
|
134287
134545
|
can_belong_to_reservation?: boolean | undefined;
|
|
134288
134546
|
}[];
|
|
134289
134547
|
};
|
|
134548
|
+
maxDuration: undefined;
|
|
134290
134549
|
};
|
|
134291
134550
|
'/acs/users/remove_from_access_group': {
|
|
134292
134551
|
route: '/acs/users/remove_from_access_group';
|
|
@@ -134303,6 +134562,7 @@ type Routes = {
|
|
|
134303
134562
|
};
|
|
134304
134563
|
formData: {};
|
|
134305
134564
|
jsonResponse: {};
|
|
134565
|
+
maxDuration: undefined;
|
|
134306
134566
|
};
|
|
134307
134567
|
'/acs/users/revoke_access_to_all_entrances': {
|
|
134308
134568
|
route: '/acs/users/revoke_access_to_all_entrances';
|
|
@@ -134319,6 +134579,7 @@ type Routes = {
|
|
|
134319
134579
|
commonParams: {};
|
|
134320
134580
|
formData: {};
|
|
134321
134581
|
jsonResponse: {};
|
|
134582
|
+
maxDuration: undefined;
|
|
134322
134583
|
};
|
|
134323
134584
|
'/acs/users/suspend': {
|
|
134324
134585
|
route: '/acs/users/suspend';
|
|
@@ -134335,6 +134596,7 @@ type Routes = {
|
|
|
134335
134596
|
};
|
|
134336
134597
|
formData: {};
|
|
134337
134598
|
jsonResponse: {};
|
|
134599
|
+
maxDuration: undefined;
|
|
134338
134600
|
};
|
|
134339
134601
|
'/acs/users/unmanaged/get': {
|
|
134340
134602
|
route: '/acs/users/unmanaged/get';
|
|
@@ -134566,6 +134828,7 @@ type Routes = {
|
|
|
134566
134828
|
is_managed: false;
|
|
134567
134829
|
};
|
|
134568
134830
|
};
|
|
134831
|
+
maxDuration: undefined;
|
|
134569
134832
|
};
|
|
134570
134833
|
'/acs/users/unmanaged/list': {
|
|
134571
134834
|
route: '/acs/users/unmanaged/list';
|
|
@@ -134804,6 +135067,7 @@ type Routes = {
|
|
|
134804
135067
|
is_managed: false;
|
|
134805
135068
|
}[];
|
|
134806
135069
|
};
|
|
135070
|
+
maxDuration: undefined;
|
|
134807
135071
|
};
|
|
134808
135072
|
'/acs/users/unsuspend': {
|
|
134809
135073
|
route: '/acs/users/unsuspend';
|
|
@@ -134820,6 +135084,7 @@ type Routes = {
|
|
|
134820
135084
|
};
|
|
134821
135085
|
formData: {};
|
|
134822
135086
|
jsonResponse: {};
|
|
135087
|
+
maxDuration: undefined;
|
|
134823
135088
|
};
|
|
134824
135089
|
'/acs/users/update': {
|
|
134825
135090
|
route: '/acs/users/update';
|
|
@@ -134853,6 +135118,7 @@ type Routes = {
|
|
|
134853
135118
|
commonParams: {};
|
|
134854
135119
|
formData: {};
|
|
134855
135120
|
jsonResponse: {};
|
|
135121
|
+
maxDuration: undefined;
|
|
134856
135122
|
};
|
|
134857
135123
|
'/action_attempts/get': {
|
|
134858
135124
|
route: '/action_attempts/get';
|
|
@@ -136121,6 +136387,7 @@ type Routes = {
|
|
|
136121
136387
|
};
|
|
136122
136388
|
};
|
|
136123
136389
|
};
|
|
136390
|
+
maxDuration: undefined;
|
|
136124
136391
|
};
|
|
136125
136392
|
'/action_attempts/list': {
|
|
136126
136393
|
route: '/action_attempts/list';
|
|
@@ -137384,6 +137651,7 @@ type Routes = {
|
|
|
137384
137651
|
};
|
|
137385
137652
|
})[];
|
|
137386
137653
|
};
|
|
137654
|
+
maxDuration: undefined;
|
|
137387
137655
|
};
|
|
137388
137656
|
'/bridges/get': {
|
|
137389
137657
|
route: '/bridges/get';
|
|
@@ -137406,6 +137674,7 @@ type Routes = {
|
|
|
137406
137674
|
created_at: string;
|
|
137407
137675
|
};
|
|
137408
137676
|
};
|
|
137677
|
+
maxDuration: undefined;
|
|
137409
137678
|
};
|
|
137410
137679
|
'/bridges/list': {
|
|
137411
137680
|
route: '/bridges/list';
|
|
@@ -137424,6 +137693,7 @@ type Routes = {
|
|
|
137424
137693
|
created_at: string;
|
|
137425
137694
|
}[];
|
|
137426
137695
|
};
|
|
137696
|
+
maxDuration: undefined;
|
|
137427
137697
|
};
|
|
137428
137698
|
'/client_sessions/create': {
|
|
137429
137699
|
route: '/client_sessions/create';
|
|
@@ -137488,6 +137758,7 @@ type Routes = {
|
|
|
137488
137758
|
user_identity_id?: string | undefined;
|
|
137489
137759
|
};
|
|
137490
137760
|
};
|
|
137761
|
+
maxDuration: undefined;
|
|
137491
137762
|
};
|
|
137492
137763
|
'/client_sessions/delete': {
|
|
137493
137764
|
route: '/client_sessions/delete';
|
|
@@ -137500,6 +137771,7 @@ type Routes = {
|
|
|
137500
137771
|
};
|
|
137501
137772
|
formData: {};
|
|
137502
137773
|
jsonResponse: {};
|
|
137774
|
+
maxDuration: undefined;
|
|
137503
137775
|
};
|
|
137504
137776
|
'/client_sessions/get': {
|
|
137505
137777
|
route: '/client_sessions/get';
|
|
@@ -137551,6 +137823,7 @@ type Routes = {
|
|
|
137551
137823
|
user_identity_id?: string | undefined;
|
|
137552
137824
|
};
|
|
137553
137825
|
};
|
|
137826
|
+
maxDuration: undefined;
|
|
137554
137827
|
};
|
|
137555
137828
|
'/client_sessions/get_or_create': {
|
|
137556
137829
|
route: '/client_sessions/get_or_create';
|
|
@@ -137611,6 +137884,7 @@ type Routes = {
|
|
|
137611
137884
|
user_identity_id?: string | undefined;
|
|
137612
137885
|
};
|
|
137613
137886
|
};
|
|
137887
|
+
maxDuration: undefined;
|
|
137614
137888
|
};
|
|
137615
137889
|
'/client_sessions/grant_access': {
|
|
137616
137890
|
route: '/client_sessions/grant_access';
|
|
@@ -137671,6 +137945,7 @@ type Routes = {
|
|
|
137671
137945
|
user_identity_id?: string | undefined;
|
|
137672
137946
|
};
|
|
137673
137947
|
};
|
|
137948
|
+
maxDuration: undefined;
|
|
137674
137949
|
};
|
|
137675
137950
|
'/client_sessions/list': {
|
|
137676
137951
|
route: '/client_sessions/list';
|
|
@@ -137719,6 +137994,7 @@ type Routes = {
|
|
|
137719
137994
|
user_identity_id?: string | undefined;
|
|
137720
137995
|
}[];
|
|
137721
137996
|
};
|
|
137997
|
+
maxDuration: undefined;
|
|
137722
137998
|
};
|
|
137723
137999
|
'/client_sessions/revoke': {
|
|
137724
138000
|
route: '/client_sessions/revoke';
|
|
@@ -137731,6 +138007,7 @@ type Routes = {
|
|
|
137731
138007
|
};
|
|
137732
138008
|
formData: {};
|
|
137733
138009
|
jsonResponse: {};
|
|
138010
|
+
maxDuration: undefined;
|
|
137734
138011
|
};
|
|
137735
138012
|
'/connect_webviews/create': {
|
|
137736
138013
|
route: '/connect_webviews/create';
|
|
@@ -137824,6 +138101,7 @@ type Routes = {
|
|
|
137824
138101
|
customer_key?: string | undefined;
|
|
137825
138102
|
};
|
|
137826
138103
|
};
|
|
138104
|
+
maxDuration: undefined;
|
|
137827
138105
|
};
|
|
137828
138106
|
'/connect_webviews/delete': {
|
|
137829
138107
|
route: '/connect_webviews/delete';
|
|
@@ -137836,6 +138114,7 @@ type Routes = {
|
|
|
137836
138114
|
commonParams: {};
|
|
137837
138115
|
formData: {};
|
|
137838
138116
|
jsonResponse: {};
|
|
138117
|
+
maxDuration: undefined;
|
|
137839
138118
|
};
|
|
137840
138119
|
'/connect_webviews/get': {
|
|
137841
138120
|
route: '/connect_webviews/get';
|
|
@@ -137907,6 +138186,7 @@ type Routes = {
|
|
|
137907
138186
|
customer_key?: string | undefined;
|
|
137908
138187
|
};
|
|
137909
138188
|
};
|
|
138189
|
+
maxDuration: undefined;
|
|
137910
138190
|
};
|
|
137911
138191
|
'/connect_webviews/list': {
|
|
137912
138192
|
route: '/connect_webviews/list';
|
|
@@ -137986,6 +138266,7 @@ type Routes = {
|
|
|
137986
138266
|
next_page_url: string | null;
|
|
137987
138267
|
};
|
|
137988
138268
|
};
|
|
138269
|
+
maxDuration: undefined;
|
|
137989
138270
|
};
|
|
137990
138271
|
'/connected_accounts/delete': {
|
|
137991
138272
|
route: '/connected_accounts/delete';
|
|
@@ -138000,6 +138281,7 @@ type Routes = {
|
|
|
138000
138281
|
commonParams: {};
|
|
138001
138282
|
formData: {};
|
|
138002
138283
|
jsonResponse: {};
|
|
138284
|
+
maxDuration: undefined;
|
|
138003
138285
|
};
|
|
138004
138286
|
'/connected_accounts/get': {
|
|
138005
138287
|
route: '/connected_accounts/get';
|
|
@@ -138143,6 +138425,7 @@ type Routes = {
|
|
|
138143
138425
|
accepted_capabilities: ('lock' | 'thermostat' | 'noise_sensor' | 'access_control')[];
|
|
138144
138426
|
};
|
|
138145
138427
|
};
|
|
138428
|
+
maxDuration: undefined;
|
|
138146
138429
|
};
|
|
138147
138430
|
'/connected_accounts/list': {
|
|
138148
138431
|
route: '/connected_accounts/list';
|
|
@@ -138303,6 +138586,7 @@ type Routes = {
|
|
|
138303
138586
|
next_page_url: string | null;
|
|
138304
138587
|
};
|
|
138305
138588
|
};
|
|
138589
|
+
maxDuration: undefined;
|
|
138306
138590
|
};
|
|
138307
138591
|
'/connected_accounts/simulate/disconnect': {
|
|
138308
138592
|
route: '/connected_accounts/simulate/disconnect';
|
|
@@ -138314,6 +138598,7 @@ type Routes = {
|
|
|
138314
138598
|
commonParams: {};
|
|
138315
138599
|
formData: {};
|
|
138316
138600
|
jsonResponse: {};
|
|
138601
|
+
maxDuration: undefined;
|
|
138317
138602
|
};
|
|
138318
138603
|
'/connected_accounts/sync': {
|
|
138319
138604
|
route: '/connected_accounts/sync';
|
|
@@ -138326,6 +138611,7 @@ type Routes = {
|
|
|
138326
138611
|
commonParams: {};
|
|
138327
138612
|
formData: {};
|
|
138328
138613
|
jsonResponse: {};
|
|
138614
|
+
maxDuration: undefined;
|
|
138329
138615
|
};
|
|
138330
138616
|
'/connected_accounts/update': {
|
|
138331
138617
|
route: '/connected_accounts/update';
|
|
@@ -138476,6 +138762,7 @@ type Routes = {
|
|
|
138476
138762
|
accepted_capabilities: ('lock' | 'thermostat' | 'noise_sensor' | 'access_control')[];
|
|
138477
138763
|
};
|
|
138478
138764
|
};
|
|
138765
|
+
maxDuration: undefined;
|
|
138479
138766
|
};
|
|
138480
138767
|
'/customers/create_portal': {
|
|
138481
138768
|
route: '/customers/create_portal';
|
|
@@ -138866,6 +139153,7 @@ type Routes = {
|
|
|
138866
139153
|
created_at: string;
|
|
138867
139154
|
};
|
|
138868
139155
|
};
|
|
139156
|
+
maxDuration: undefined;
|
|
138869
139157
|
};
|
|
138870
139158
|
'/customers/delete_data': {
|
|
138871
139159
|
route: '/customers/delete_data';
|
|
@@ -138914,6 +139202,7 @@ type Routes = {
|
|
|
138914
139202
|
};
|
|
138915
139203
|
formData: {};
|
|
138916
139204
|
jsonResponse: {};
|
|
139205
|
+
maxDuration: undefined;
|
|
138917
139206
|
};
|
|
138918
139207
|
'/customers/push_data': {
|
|
138919
139208
|
route: '/customers/push_data';
|
|
@@ -139205,6 +139494,7 @@ type Routes = {
|
|
|
139205
139494
|
};
|
|
139206
139495
|
formData: {};
|
|
139207
139496
|
jsonResponse: {};
|
|
139497
|
+
maxDuration: undefined;
|
|
139208
139498
|
};
|
|
139209
139499
|
'/devices/delete': {
|
|
139210
139500
|
route: '/devices/delete';
|
|
@@ -139217,6 +139507,7 @@ type Routes = {
|
|
|
139217
139507
|
};
|
|
139218
139508
|
formData: {};
|
|
139219
139509
|
jsonResponse: {};
|
|
139510
|
+
maxDuration: undefined;
|
|
139220
139511
|
};
|
|
139221
139512
|
'/devices/get': {
|
|
139222
139513
|
route: '/devices/get';
|
|
@@ -140455,6 +140746,7 @@ type Routes = {
|
|
|
140455
140746
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
140456
140747
|
};
|
|
140457
140748
|
};
|
|
140749
|
+
maxDuration: undefined;
|
|
140458
140750
|
};
|
|
140459
140751
|
'/devices/list': {
|
|
140460
140752
|
route: '/devices/list';
|
|
@@ -141736,6 +142028,7 @@ type Routes = {
|
|
|
141736
142028
|
next_page_url: string | null;
|
|
141737
142029
|
};
|
|
141738
142030
|
};
|
|
142031
|
+
maxDuration: undefined;
|
|
141739
142032
|
};
|
|
141740
142033
|
'/devices/list_device_providers': {
|
|
141741
142034
|
route: '/devices/list_device_providers';
|
|
@@ -141774,6 +142067,7 @@ type Routes = {
|
|
|
141774
142067
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
141775
142068
|
}[];
|
|
141776
142069
|
};
|
|
142070
|
+
maxDuration: undefined;
|
|
141777
142071
|
};
|
|
141778
142072
|
'/devices/simulate/connect': {
|
|
141779
142073
|
route: '/devices/simulate/connect';
|
|
@@ -141786,6 +142080,7 @@ type Routes = {
|
|
|
141786
142080
|
commonParams: {};
|
|
141787
142081
|
formData: {};
|
|
141788
142082
|
jsonResponse: {};
|
|
142083
|
+
maxDuration: undefined;
|
|
141789
142084
|
};
|
|
141790
142085
|
'/devices/simulate/connect_to_hub': {
|
|
141791
142086
|
route: '/devices/simulate/connect_to_hub';
|
|
@@ -141798,6 +142093,7 @@ type Routes = {
|
|
|
141798
142093
|
commonParams: {};
|
|
141799
142094
|
formData: {};
|
|
141800
142095
|
jsonResponse: {};
|
|
142096
|
+
maxDuration: undefined;
|
|
141801
142097
|
};
|
|
141802
142098
|
'/devices/simulate/disconnect': {
|
|
141803
142099
|
route: '/devices/simulate/disconnect';
|
|
@@ -141810,6 +142106,7 @@ type Routes = {
|
|
|
141810
142106
|
commonParams: {};
|
|
141811
142107
|
formData: {};
|
|
141812
142108
|
jsonResponse: {};
|
|
142109
|
+
maxDuration: undefined;
|
|
141813
142110
|
};
|
|
141814
142111
|
'/devices/simulate/disconnect_from_hub': {
|
|
141815
142112
|
route: '/devices/simulate/disconnect_from_hub';
|
|
@@ -141822,6 +142119,7 @@ type Routes = {
|
|
|
141822
142119
|
commonParams: {};
|
|
141823
142120
|
formData: {};
|
|
141824
142121
|
jsonResponse: {};
|
|
142122
|
+
maxDuration: undefined;
|
|
141825
142123
|
};
|
|
141826
142124
|
'/devices/simulate/paid_subscription': {
|
|
141827
142125
|
route: '/devices/simulate/paid_subscription';
|
|
@@ -141834,6 +142132,7 @@ type Routes = {
|
|
|
141834
142132
|
commonParams: {};
|
|
141835
142133
|
formData: {};
|
|
141836
142134
|
jsonResponse: {};
|
|
142135
|
+
maxDuration: undefined;
|
|
141837
142136
|
};
|
|
141838
142137
|
'/devices/simulate/remove': {
|
|
141839
142138
|
route: '/devices/simulate/remove';
|
|
@@ -141846,6 +142145,7 @@ type Routes = {
|
|
|
141846
142145
|
commonParams: {};
|
|
141847
142146
|
formData: {};
|
|
141848
142147
|
jsonResponse: {};
|
|
142148
|
+
maxDuration: undefined;
|
|
141849
142149
|
};
|
|
141850
142150
|
'/devices/unmanaged/get': {
|
|
141851
142151
|
route: '/devices/unmanaged/get';
|
|
@@ -142252,6 +142552,7 @@ type Routes = {
|
|
|
142252
142552
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
142253
142553
|
};
|
|
142254
142554
|
};
|
|
142555
|
+
maxDuration: undefined;
|
|
142255
142556
|
};
|
|
142256
142557
|
'/devices/unmanaged/list': {
|
|
142257
142558
|
route: '/devices/unmanaged/list';
|
|
@@ -142701,6 +143002,7 @@ type Routes = {
|
|
|
142701
143002
|
next_page_url: string | null;
|
|
142702
143003
|
};
|
|
142703
143004
|
};
|
|
143005
|
+
maxDuration: undefined;
|
|
142704
143006
|
};
|
|
142705
143007
|
'/devices/unmanaged/update': {
|
|
142706
143008
|
route: '/devices/unmanaged/update';
|
|
@@ -142719,6 +143021,7 @@ type Routes = {
|
|
|
142719
143021
|
};
|
|
142720
143022
|
formData: {};
|
|
142721
143023
|
jsonResponse: {};
|
|
143024
|
+
maxDuration: undefined;
|
|
142722
143025
|
};
|
|
142723
143026
|
'/devices/update': {
|
|
142724
143027
|
route: '/devices/update';
|
|
@@ -142743,6 +143046,7 @@ type Routes = {
|
|
|
142743
143046
|
};
|
|
142744
143047
|
formData: {};
|
|
142745
143048
|
jsonResponse: {};
|
|
143049
|
+
maxDuration: undefined;
|
|
142746
143050
|
};
|
|
142747
143051
|
'/events/get': {
|
|
142748
143052
|
route: '/events/get';
|
|
@@ -144679,6 +144983,7 @@ type Routes = {
|
|
|
144679
144983
|
}) | undefined;
|
|
144680
144984
|
message?: string | undefined;
|
|
144681
144985
|
};
|
|
144986
|
+
maxDuration: undefined;
|
|
144682
144987
|
};
|
|
144683
144988
|
'/events/list': {
|
|
144684
144989
|
route: '/events/list';
|
|
@@ -146637,6 +146942,7 @@ type Routes = {
|
|
|
146637
146942
|
acs_entrance_ids: string[];
|
|
146638
146943
|
})[];
|
|
146639
146944
|
};
|
|
146945
|
+
maxDuration: undefined;
|
|
146640
146946
|
};
|
|
146641
146947
|
'/instant_keys/delete': {
|
|
146642
146948
|
route: '/instant_keys/delete';
|
|
@@ -146649,6 +146955,7 @@ type Routes = {
|
|
|
146649
146955
|
};
|
|
146650
146956
|
formData: {};
|
|
146651
146957
|
jsonResponse: {};
|
|
146958
|
+
maxDuration: undefined;
|
|
146652
146959
|
};
|
|
146653
146960
|
'/instant_keys/get': {
|
|
146654
146961
|
route: '/instant_keys/get';
|
|
@@ -146694,6 +147001,7 @@ type Routes = {
|
|
|
146694
147001
|
} | undefined;
|
|
146695
147002
|
};
|
|
146696
147003
|
};
|
|
147004
|
+
maxDuration: undefined;
|
|
146697
147005
|
};
|
|
146698
147006
|
'/instant_keys/list': {
|
|
146699
147007
|
route: '/instant_keys/list';
|
|
@@ -146734,6 +147042,7 @@ type Routes = {
|
|
|
146734
147042
|
} | undefined;
|
|
146735
147043
|
}[];
|
|
146736
147044
|
};
|
|
147045
|
+
maxDuration: undefined;
|
|
146737
147046
|
};
|
|
146738
147047
|
'/locks/get': {
|
|
146739
147048
|
route: '/locks/get';
|
|
@@ -149195,6 +149504,7 @@ type Routes = {
|
|
|
149195
149504
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
149196
149505
|
};
|
|
149197
149506
|
};
|
|
149507
|
+
maxDuration: undefined;
|
|
149198
149508
|
};
|
|
149199
149509
|
'/locks/list': {
|
|
149200
149510
|
route: '/locks/list';
|
|
@@ -151689,6 +151999,7 @@ type Routes = {
|
|
|
151689
151999
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
151690
152000
|
}[];
|
|
151691
152001
|
};
|
|
152002
|
+
maxDuration: undefined;
|
|
151692
152003
|
};
|
|
151693
152004
|
'/locks/lock_door': {
|
|
151694
152005
|
route: '/locks/lock_door';
|
|
@@ -152959,6 +153270,7 @@ type Routes = {
|
|
|
152959
153270
|
};
|
|
152960
153271
|
};
|
|
152961
153272
|
};
|
|
153273
|
+
maxDuration: undefined;
|
|
152962
153274
|
};
|
|
152963
153275
|
'/locks/simulate/keypad_code_entry': {
|
|
152964
153276
|
route: '/locks/simulate/keypad_code_entry';
|
|
@@ -154229,6 +154541,7 @@ type Routes = {
|
|
|
154229
154541
|
};
|
|
154230
154542
|
};
|
|
154231
154543
|
};
|
|
154544
|
+
maxDuration: undefined;
|
|
154232
154545
|
};
|
|
154233
154546
|
'/locks/simulate/manual_lock_via_keypad': {
|
|
154234
154547
|
route: '/locks/simulate/manual_lock_via_keypad';
|
|
@@ -155497,6 +155810,7 @@ type Routes = {
|
|
|
155497
155810
|
};
|
|
155498
155811
|
};
|
|
155499
155812
|
};
|
|
155813
|
+
maxDuration: undefined;
|
|
155500
155814
|
};
|
|
155501
155815
|
'/locks/unlock_door': {
|
|
155502
155816
|
route: '/locks/unlock_door';
|
|
@@ -156767,6 +157081,7 @@ type Routes = {
|
|
|
156767
157081
|
};
|
|
156768
157082
|
};
|
|
156769
157083
|
};
|
|
157084
|
+
maxDuration: undefined;
|
|
156770
157085
|
};
|
|
156771
157086
|
'/noise_sensors/list': {
|
|
156772
157087
|
route: '/noise_sensors/list';
|
|
@@ -159261,6 +159576,7 @@ type Routes = {
|
|
|
159261
159576
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
159262
159577
|
}[];
|
|
159263
159578
|
};
|
|
159579
|
+
maxDuration: undefined;
|
|
159264
159580
|
};
|
|
159265
159581
|
'/noise_sensors/noise_thresholds/create': {
|
|
159266
159582
|
route: '/noise_sensors/noise_thresholds/create';
|
|
@@ -160558,6 +160874,7 @@ type Routes = {
|
|
|
160558
160874
|
noise_threshold_decibels: number;
|
|
160559
160875
|
};
|
|
160560
160876
|
};
|
|
160877
|
+
maxDuration: undefined;
|
|
160561
160878
|
};
|
|
160562
160879
|
'/noise_sensors/noise_thresholds/delete': {
|
|
160563
160880
|
route: '/noise_sensors/noise_thresholds/delete';
|
|
@@ -161830,6 +162147,7 @@ type Routes = {
|
|
|
161830
162147
|
};
|
|
161831
162148
|
};
|
|
161832
162149
|
};
|
|
162150
|
+
maxDuration: undefined;
|
|
161833
162151
|
};
|
|
161834
162152
|
'/noise_sensors/noise_thresholds/get': {
|
|
161835
162153
|
route: '/noise_sensors/noise_thresholds/get';
|
|
@@ -161860,6 +162178,7 @@ type Routes = {
|
|
|
161860
162178
|
noise_threshold_decibels: number;
|
|
161861
162179
|
};
|
|
161862
162180
|
};
|
|
162181
|
+
maxDuration: undefined;
|
|
161863
162182
|
};
|
|
161864
162183
|
'/noise_sensors/noise_thresholds/list': {
|
|
161865
162184
|
route: '/noise_sensors/noise_thresholds/list';
|
|
@@ -161891,6 +162210,7 @@ type Routes = {
|
|
|
161891
162210
|
noise_threshold_decibels: number;
|
|
161892
162211
|
}[];
|
|
161893
162212
|
};
|
|
162213
|
+
maxDuration: undefined;
|
|
161894
162214
|
};
|
|
161895
162215
|
'/noise_sensors/noise_thresholds/update': {
|
|
161896
162216
|
route: '/noise_sensors/noise_thresholds/update';
|
|
@@ -163173,6 +163493,7 @@ type Routes = {
|
|
|
163173
163493
|
};
|
|
163174
163494
|
};
|
|
163175
163495
|
};
|
|
163496
|
+
maxDuration: undefined;
|
|
163176
163497
|
};
|
|
163177
163498
|
'/noise_sensors/simulate/trigger_noise_threshold': {
|
|
163178
163499
|
route: '/noise_sensors/simulate/trigger_noise_threshold';
|
|
@@ -163185,6 +163506,7 @@ type Routes = {
|
|
|
163185
163506
|
commonParams: {};
|
|
163186
163507
|
formData: {};
|
|
163187
163508
|
jsonResponse: {};
|
|
163509
|
+
maxDuration: undefined;
|
|
163188
163510
|
};
|
|
163189
163511
|
'/phones/deactivate': {
|
|
163190
163512
|
route: '/phones/deactivate';
|
|
@@ -163197,6 +163519,7 @@ type Routes = {
|
|
|
163197
163519
|
commonParams: {};
|
|
163198
163520
|
formData: {};
|
|
163199
163521
|
jsonResponse: {};
|
|
163522
|
+
maxDuration: undefined;
|
|
163200
163523
|
};
|
|
163201
163524
|
'/phones/get': {
|
|
163202
163525
|
route: '/phones/get';
|
|
@@ -163268,6 +163591,7 @@ type Routes = {
|
|
|
163268
163591
|
};
|
|
163269
163592
|
};
|
|
163270
163593
|
};
|
|
163594
|
+
maxDuration: undefined;
|
|
163271
163595
|
};
|
|
163272
163596
|
'/phones/list': {
|
|
163273
163597
|
route: '/phones/list';
|
|
@@ -163340,6 +163664,7 @@ type Routes = {
|
|
|
163340
163664
|
};
|
|
163341
163665
|
}[];
|
|
163342
163666
|
};
|
|
163667
|
+
maxDuration: undefined;
|
|
163343
163668
|
};
|
|
163344
163669
|
'/phones/simulate/create_sandbox_phone': {
|
|
163345
163670
|
route: '/phones/simulate/create_sandbox_phone';
|
|
@@ -163439,6 +163764,7 @@ type Routes = {
|
|
|
163439
163764
|
};
|
|
163440
163765
|
};
|
|
163441
163766
|
};
|
|
163767
|
+
maxDuration: undefined;
|
|
163442
163768
|
};
|
|
163443
163769
|
'/seam/bridge/v1/bridge_client_sessions/create': {
|
|
163444
163770
|
route: '/seam/bridge/v1/bridge_client_sessions/create';
|
|
@@ -163511,6 +163837,7 @@ type Routes = {
|
|
|
163511
163837
|
telemetry_url: string | null;
|
|
163512
163838
|
};
|
|
163513
163839
|
};
|
|
163840
|
+
maxDuration: undefined;
|
|
163514
163841
|
};
|
|
163515
163842
|
'/seam/bridge/v1/bridge_client_sessions/get': {
|
|
163516
163843
|
route: '/seam/bridge/v1/bridge_client_sessions/get';
|
|
@@ -163576,6 +163903,7 @@ type Routes = {
|
|
|
163576
163903
|
telemetry_url: string | null;
|
|
163577
163904
|
};
|
|
163578
163905
|
};
|
|
163906
|
+
maxDuration: undefined;
|
|
163579
163907
|
};
|
|
163580
163908
|
'/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token': {
|
|
163581
163909
|
route: '/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token';
|
|
@@ -163641,6 +163969,7 @@ type Routes = {
|
|
|
163641
163969
|
telemetry_url: string | null;
|
|
163642
163970
|
};
|
|
163643
163971
|
};
|
|
163972
|
+
maxDuration: undefined;
|
|
163644
163973
|
};
|
|
163645
163974
|
'/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code': {
|
|
163646
163975
|
route: '/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code';
|
|
@@ -163706,6 +164035,7 @@ type Routes = {
|
|
|
163706
164035
|
telemetry_url: string | null;
|
|
163707
164036
|
};
|
|
163708
164037
|
};
|
|
164038
|
+
maxDuration: undefined;
|
|
163709
164039
|
};
|
|
163710
164040
|
'/seam/bridge/v1/bridge_client_sessions/report_status': {
|
|
163711
164041
|
route: '/seam/bridge/v1/bridge_client_sessions/report_status';
|
|
@@ -163720,6 +164050,7 @@ type Routes = {
|
|
|
163720
164050
|
commonParams: {};
|
|
163721
164051
|
formData: {};
|
|
163722
164052
|
jsonResponse: {};
|
|
164053
|
+
maxDuration: undefined;
|
|
163723
164054
|
};
|
|
163724
164055
|
'/seam/bridge/v1/bridge_connected_systems/list': {
|
|
163725
164056
|
route: '/seam/bridge/v1/bridge_connected_systems/list';
|
|
@@ -163748,6 +164079,7 @@ type Routes = {
|
|
|
163748
164079
|
workspace_display_name: string;
|
|
163749
164080
|
}[];
|
|
163750
164081
|
};
|
|
164082
|
+
maxDuration: undefined;
|
|
163751
164083
|
};
|
|
163752
164084
|
'/seam/console/v1/get_resource_locator': {
|
|
163753
164085
|
route: '/seam/console/v1/get_resource_locator';
|
|
@@ -163765,6 +164097,7 @@ type Routes = {
|
|
|
163765
164097
|
device_id?: string | undefined;
|
|
163766
164098
|
};
|
|
163767
164099
|
};
|
|
164100
|
+
maxDuration: undefined;
|
|
163768
164101
|
};
|
|
163769
164102
|
'/seam/console/v1/timelines/get': {
|
|
163770
164103
|
route: '/seam/console/v1/timelines/get';
|
|
@@ -163845,6 +164178,7 @@ type Routes = {
|
|
|
163845
164178
|
next_page_url: string | null;
|
|
163846
164179
|
};
|
|
163847
164180
|
};
|
|
164181
|
+
maxDuration: undefined;
|
|
163848
164182
|
};
|
|
163849
164183
|
'/seam/customer/v1/access_grants/list': {
|
|
163850
164184
|
route: '/seam/customer/v1/access_grants/list';
|
|
@@ -163912,6 +164246,7 @@ type Routes = {
|
|
|
163912
164246
|
customization_profile_id?: string | undefined;
|
|
163913
164247
|
}[];
|
|
163914
164248
|
};
|
|
164249
|
+
maxDuration: undefined;
|
|
163915
164250
|
};
|
|
163916
164251
|
'/seam/customer/v1/automation_runs/list': {
|
|
163917
164252
|
route: '/seam/customer/v1/automation_runs/list';
|
|
@@ -163966,6 +164301,7 @@ type Routes = {
|
|
|
163966
164301
|
next_page_url: string | null;
|
|
163967
164302
|
};
|
|
163968
164303
|
};
|
|
164304
|
+
maxDuration: undefined;
|
|
163969
164305
|
};
|
|
163970
164306
|
'/seam/customer/v1/automations/delete': {
|
|
163971
164307
|
route: '/seam/customer/v1/automations/delete';
|
|
@@ -163975,6 +164311,7 @@ type Routes = {
|
|
|
163975
164311
|
commonParams: {};
|
|
163976
164312
|
formData: {};
|
|
163977
164313
|
jsonResponse: {};
|
|
164314
|
+
maxDuration: undefined;
|
|
163978
164315
|
};
|
|
163979
164316
|
'/seam/customer/v1/automations/get': {
|
|
163980
164317
|
route: '/seam/customer/v1/automations/get';
|
|
@@ -164048,6 +164385,7 @@ type Routes = {
|
|
|
164048
164385
|
};
|
|
164049
164386
|
} | undefined;
|
|
164050
164387
|
};
|
|
164388
|
+
maxDuration: undefined;
|
|
164051
164389
|
};
|
|
164052
164390
|
'/seam/customer/v1/automations/update': {
|
|
164053
164391
|
route: '/seam/customer/v1/automations/update';
|
|
@@ -164123,6 +164461,7 @@ type Routes = {
|
|
|
164123
164461
|
commonParams: {};
|
|
164124
164462
|
formData: {};
|
|
164125
164463
|
jsonResponse: {};
|
|
164464
|
+
maxDuration: undefined;
|
|
164126
164465
|
};
|
|
164127
164466
|
'/seam/customer/v1/connectors/connector_types': {
|
|
164128
164467
|
route: '/seam/customer/v1/connectors/connector_types';
|
|
@@ -164145,6 +164484,7 @@ type Routes = {
|
|
|
164145
164484
|
}[];
|
|
164146
164485
|
}[];
|
|
164147
164486
|
};
|
|
164487
|
+
maxDuration: undefined;
|
|
164148
164488
|
};
|
|
164149
164489
|
'/seam/customer/v1/connectors/create': {
|
|
164150
164490
|
route: '/seam/customer/v1/connectors/create';
|
|
@@ -164176,6 +164516,7 @@ type Routes = {
|
|
|
164176
164516
|
error?: string | undefined;
|
|
164177
164517
|
};
|
|
164178
164518
|
};
|
|
164519
|
+
maxDuration: undefined;
|
|
164179
164520
|
};
|
|
164180
164521
|
'/seam/customer/v1/connectors/delete': {
|
|
164181
164522
|
route: '/seam/customer/v1/connectors/delete';
|
|
@@ -164194,6 +164535,7 @@ type Routes = {
|
|
|
164194
164535
|
status: 'deleted';
|
|
164195
164536
|
};
|
|
164196
164537
|
};
|
|
164538
|
+
maxDuration: undefined;
|
|
164197
164539
|
};
|
|
164198
164540
|
'/seam/customer/v1/connectors/list': {
|
|
164199
164541
|
route: '/seam/customer/v1/connectors/list';
|
|
@@ -164214,6 +164556,7 @@ type Routes = {
|
|
|
164214
164556
|
updated_at: string;
|
|
164215
164557
|
}[];
|
|
164216
164558
|
};
|
|
164559
|
+
maxDuration: undefined;
|
|
164217
164560
|
};
|
|
164218
164561
|
'/seam/customer/v1/connectors/sync': {
|
|
164219
164562
|
route: '/seam/customer/v1/connectors/sync';
|
|
@@ -164232,6 +164575,7 @@ type Routes = {
|
|
|
164232
164575
|
message: string;
|
|
164233
164576
|
};
|
|
164234
164577
|
};
|
|
164578
|
+
maxDuration: undefined;
|
|
164235
164579
|
};
|
|
164236
164580
|
'/seam/customer/v1/connectors/update': {
|
|
164237
164581
|
route: '/seam/customer/v1/connectors/update';
|
|
@@ -164275,6 +164619,7 @@ type Routes = {
|
|
|
164275
164619
|
error?: string | undefined;
|
|
164276
164620
|
};
|
|
164277
164621
|
};
|
|
164622
|
+
maxDuration: undefined;
|
|
164278
164623
|
};
|
|
164279
164624
|
'/seam/customer/v1/events/list': {
|
|
164280
164625
|
route: '/seam/customer/v1/events/list';
|
|
@@ -166213,6 +166558,7 @@ type Routes = {
|
|
|
166213
166558
|
acs_entrance_ids: string[];
|
|
166214
166559
|
})[];
|
|
166215
166560
|
};
|
|
166561
|
+
maxDuration: undefined;
|
|
166216
166562
|
};
|
|
166217
166563
|
'/seam/customer/v1/portals/get': {
|
|
166218
166564
|
route: '/seam/customer/v1/portals/get';
|
|
@@ -166308,6 +166654,7 @@ type Routes = {
|
|
|
166308
166654
|
business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
166309
166655
|
};
|
|
166310
166656
|
};
|
|
166657
|
+
maxDuration: undefined;
|
|
166311
166658
|
};
|
|
166312
166659
|
'/seam/customer/v1/reservations/get': {
|
|
166313
166660
|
route: '/seam/customer/v1/reservations/get';
|
|
@@ -166344,6 +166691,7 @@ type Routes = {
|
|
|
166344
166691
|
}[];
|
|
166345
166692
|
};
|
|
166346
166693
|
};
|
|
166694
|
+
maxDuration: undefined;
|
|
166347
166695
|
};
|
|
166348
166696
|
'/seam/customer/v1/reservations/list': {
|
|
166349
166697
|
route: '/seam/customer/v1/reservations/list';
|
|
@@ -166395,6 +166743,7 @@ type Routes = {
|
|
|
166395
166743
|
next_page_url: string | null;
|
|
166396
166744
|
};
|
|
166397
166745
|
};
|
|
166746
|
+
maxDuration: undefined;
|
|
166398
166747
|
};
|
|
166399
166748
|
'/seam/customer/v1/settings/get': {
|
|
166400
166749
|
route: '/seam/customer/v1/settings/get';
|
|
@@ -166407,6 +166756,7 @@ type Routes = {
|
|
|
166407
166756
|
/** Business vertical of the customer portal. */
|
|
166408
166757
|
business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
166409
166758
|
};
|
|
166759
|
+
maxDuration: undefined;
|
|
166410
166760
|
};
|
|
166411
166761
|
'/seam/customer/v1/settings/update': {
|
|
166412
166762
|
route: '/seam/customer/v1/settings/update';
|
|
@@ -166419,6 +166769,7 @@ type Routes = {
|
|
|
166419
166769
|
commonParams: {};
|
|
166420
166770
|
formData: {};
|
|
166421
166771
|
jsonResponse: {};
|
|
166772
|
+
maxDuration: undefined;
|
|
166422
166773
|
};
|
|
166423
166774
|
'/seam/customer/v1/spaces/create': {
|
|
166424
166775
|
route: '/seam/customer/v1/spaces/create';
|
|
@@ -166465,6 +166816,7 @@ type Routes = {
|
|
|
166465
166816
|
parent_space_key?: string | undefined;
|
|
166466
166817
|
};
|
|
166467
166818
|
};
|
|
166819
|
+
maxDuration: undefined;
|
|
166468
166820
|
};
|
|
166469
166821
|
'/seam/customer/v1/spaces/list': {
|
|
166470
166822
|
route: '/seam/customer/v1/spaces/list';
|
|
@@ -166504,6 +166856,7 @@ type Routes = {
|
|
|
166504
166856
|
parent_space_key?: string | undefined;
|
|
166505
166857
|
}[];
|
|
166506
166858
|
};
|
|
166859
|
+
maxDuration: undefined;
|
|
166507
166860
|
};
|
|
166508
166861
|
'/seam/customer/v1/staff_members/get': {
|
|
166509
166862
|
route: '/seam/customer/v1/staff_members/get';
|
|
@@ -166593,6 +166946,7 @@ type Routes = {
|
|
|
166593
166946
|
user_identity_id?: string | undefined;
|
|
166594
166947
|
};
|
|
166595
166948
|
};
|
|
166949
|
+
maxDuration: undefined;
|
|
166596
166950
|
};
|
|
166597
166951
|
'/seam/customer/v1/staff_members/list': {
|
|
166598
166952
|
route: '/seam/customer/v1/staff_members/list';
|
|
@@ -166636,6 +166990,7 @@ type Routes = {
|
|
|
166636
166990
|
next_page_url: string | null;
|
|
166637
166991
|
};
|
|
166638
166992
|
};
|
|
166993
|
+
maxDuration: undefined;
|
|
166639
166994
|
};
|
|
166640
166995
|
'/seam/instant_key/v1/client_sessions/exchange_short_code': {
|
|
166641
166996
|
route: '/seam/instant_key/v1/client_sessions/exchange_short_code';
|
|
@@ -166685,6 +167040,7 @@ type Routes = {
|
|
|
166685
167040
|
user_identity_id?: string | undefined;
|
|
166686
167041
|
};
|
|
166687
167042
|
};
|
|
167043
|
+
maxDuration: undefined;
|
|
166688
167044
|
};
|
|
166689
167045
|
'/seam/instant_key/v1/preview/get': {
|
|
166690
167046
|
route: '/seam/instant_key/v1/preview/get';
|
|
@@ -166736,6 +167092,7 @@ type Routes = {
|
|
|
166736
167092
|
expires_at: string;
|
|
166737
167093
|
};
|
|
166738
167094
|
};
|
|
167095
|
+
maxDuration: undefined;
|
|
166739
167096
|
};
|
|
166740
167097
|
'/seam/mobile_sdk/v1/acs/credentials/list': {
|
|
166741
167098
|
route: '/seam/mobile_sdk/v1/acs/credentials/list';
|
|
@@ -166877,6 +167234,7 @@ type Routes = {
|
|
|
166877
167234
|
is_managed: true;
|
|
166878
167235
|
}[];
|
|
166879
167236
|
};
|
|
167237
|
+
maxDuration: undefined;
|
|
166880
167238
|
};
|
|
166881
167239
|
'/seam/mobile_sdk/v1/phone_sessions/get_or_create': {
|
|
166882
167240
|
route: '/seam/mobile_sdk/v1/phone_sessions/get_or_create';
|
|
@@ -167217,6 +167575,7 @@ type Routes = {
|
|
|
167217
167575
|
workspace_id: string;
|
|
167218
167576
|
};
|
|
167219
167577
|
};
|
|
167578
|
+
maxDuration: undefined;
|
|
167220
167579
|
};
|
|
167221
167580
|
'/seam/mobile_sdk/v1/report_salto_space_audit_trail': {
|
|
167222
167581
|
route: '/seam/mobile_sdk/v1/report_salto_space_audit_trail';
|
|
@@ -167231,6 +167590,7 @@ type Routes = {
|
|
|
167231
167590
|
commonParams: {};
|
|
167232
167591
|
formData: {};
|
|
167233
167592
|
jsonResponse: {};
|
|
167593
|
+
maxDuration: undefined;
|
|
167234
167594
|
};
|
|
167235
167595
|
'/seam/partner/v1/building_blocks/spaces/auto_map': {
|
|
167236
167596
|
route: '/seam/partner/v1/building_blocks/spaces/auto_map';
|
|
@@ -167260,6 +167620,7 @@ type Routes = {
|
|
|
167260
167620
|
is_draft?: boolean | undefined;
|
|
167261
167621
|
}[];
|
|
167262
167622
|
};
|
|
167623
|
+
maxDuration: undefined;
|
|
167263
167624
|
};
|
|
167264
167625
|
'/spaces/add_acs_entrances': {
|
|
167265
167626
|
route: '/spaces/add_acs_entrances';
|
|
@@ -167274,6 +167635,7 @@ type Routes = {
|
|
|
167274
167635
|
commonParams: {};
|
|
167275
167636
|
formData: {};
|
|
167276
167637
|
jsonResponse: {};
|
|
167638
|
+
maxDuration: undefined;
|
|
167277
167639
|
};
|
|
167278
167640
|
'/spaces/add_devices': {
|
|
167279
167641
|
route: '/spaces/add_devices';
|
|
@@ -167288,6 +167650,7 @@ type Routes = {
|
|
|
167288
167650
|
commonParams: {};
|
|
167289
167651
|
formData: {};
|
|
167290
167652
|
jsonResponse: {};
|
|
167653
|
+
maxDuration: undefined;
|
|
167291
167654
|
};
|
|
167292
167655
|
'/spaces/create': {
|
|
167293
167656
|
route: '/spaces/create';
|
|
@@ -167332,6 +167695,7 @@ type Routes = {
|
|
|
167332
167695
|
parent_space_key?: string | undefined;
|
|
167333
167696
|
};
|
|
167334
167697
|
};
|
|
167698
|
+
maxDuration: undefined;
|
|
167335
167699
|
};
|
|
167336
167700
|
'/spaces/delete': {
|
|
167337
167701
|
route: '/spaces/delete';
|
|
@@ -167344,6 +167708,7 @@ type Routes = {
|
|
|
167344
167708
|
commonParams: {};
|
|
167345
167709
|
formData: {};
|
|
167346
167710
|
jsonResponse: {};
|
|
167711
|
+
maxDuration: undefined;
|
|
167347
167712
|
};
|
|
167348
167713
|
'/spaces/get': {
|
|
167349
167714
|
route: '/spaces/get';
|
|
@@ -167383,6 +167748,7 @@ type Routes = {
|
|
|
167383
167748
|
parent_space_key?: string | undefined;
|
|
167384
167749
|
};
|
|
167385
167750
|
};
|
|
167751
|
+
maxDuration: undefined;
|
|
167386
167752
|
};
|
|
167387
167753
|
'/spaces/get_related': {
|
|
167388
167754
|
route: '/spaces/get_related';
|
|
@@ -169012,6 +169378,7 @@ type Routes = {
|
|
|
169012
169378
|
}[] | undefined;
|
|
169013
169379
|
};
|
|
169014
169380
|
};
|
|
169381
|
+
maxDuration: undefined;
|
|
169015
169382
|
};
|
|
169016
169383
|
'/spaces/list': {
|
|
169017
169384
|
route: '/spaces/list';
|
|
@@ -169053,6 +169420,7 @@ type Routes = {
|
|
|
169053
169420
|
parent_space_key?: string | undefined;
|
|
169054
169421
|
}[];
|
|
169055
169422
|
};
|
|
169423
|
+
maxDuration: undefined;
|
|
169056
169424
|
};
|
|
169057
169425
|
'/spaces/remove_acs_entrances': {
|
|
169058
169426
|
route: '/spaces/remove_acs_entrances';
|
|
@@ -169067,6 +169435,7 @@ type Routes = {
|
|
|
169067
169435
|
};
|
|
169068
169436
|
formData: {};
|
|
169069
169437
|
jsonResponse: {};
|
|
169438
|
+
maxDuration: undefined;
|
|
169070
169439
|
};
|
|
169071
169440
|
'/spaces/remove_devices': {
|
|
169072
169441
|
route: '/spaces/remove_devices';
|
|
@@ -169081,6 +169450,7 @@ type Routes = {
|
|
|
169081
169450
|
};
|
|
169082
169451
|
formData: {};
|
|
169083
169452
|
jsonResponse: {};
|
|
169453
|
+
maxDuration: undefined;
|
|
169084
169454
|
};
|
|
169085
169455
|
'/spaces/update': {
|
|
169086
169456
|
route: '/spaces/update';
|
|
@@ -169127,6 +169497,7 @@ type Routes = {
|
|
|
169127
169497
|
parent_space_key?: string | undefined;
|
|
169128
169498
|
};
|
|
169129
169499
|
};
|
|
169500
|
+
maxDuration: undefined;
|
|
169130
169501
|
};
|
|
169131
169502
|
'/thermostats/activate_climate_preset': {
|
|
169132
169503
|
route: '/thermostats/activate_climate_preset';
|
|
@@ -170397,6 +170768,7 @@ type Routes = {
|
|
|
170397
170768
|
};
|
|
170398
170769
|
};
|
|
170399
170770
|
};
|
|
170771
|
+
maxDuration: undefined;
|
|
170400
170772
|
};
|
|
170401
170773
|
'/thermostats/cool': {
|
|
170402
170774
|
route: '/thermostats/cool';
|
|
@@ -171671,6 +172043,7 @@ type Routes = {
|
|
|
171671
172043
|
};
|
|
171672
172044
|
};
|
|
171673
172045
|
};
|
|
172046
|
+
maxDuration: undefined;
|
|
171674
172047
|
};
|
|
171675
172048
|
'/thermostats/create_climate_preset': {
|
|
171676
172049
|
route: '/thermostats/create_climate_preset';
|
|
@@ -171717,6 +172090,7 @@ type Routes = {
|
|
|
171717
172090
|
commonParams: {};
|
|
171718
172091
|
formData: {};
|
|
171719
172092
|
jsonResponse: {};
|
|
172093
|
+
maxDuration: undefined;
|
|
171720
172094
|
};
|
|
171721
172095
|
'/thermostats/daily_programs/create': {
|
|
171722
172096
|
route: '/thermostats/daily_programs/create';
|
|
@@ -171759,6 +172133,7 @@ type Routes = {
|
|
|
171759
172133
|
created_at: string;
|
|
171760
172134
|
};
|
|
171761
172135
|
};
|
|
172136
|
+
maxDuration: undefined;
|
|
171762
172137
|
};
|
|
171763
172138
|
'/thermostats/daily_programs/delete': {
|
|
171764
172139
|
route: '/thermostats/daily_programs/delete';
|
|
@@ -171771,6 +172146,7 @@ type Routes = {
|
|
|
171771
172146
|
};
|
|
171772
172147
|
formData: {};
|
|
171773
172148
|
jsonResponse: {};
|
|
172149
|
+
maxDuration: undefined;
|
|
171774
172150
|
};
|
|
171775
172151
|
'/thermostats/daily_programs/update': {
|
|
171776
172152
|
route: '/thermostats/daily_programs/update';
|
|
@@ -173048,6 +173424,7 @@ type Routes = {
|
|
|
173048
173424
|
};
|
|
173049
173425
|
};
|
|
173050
173426
|
};
|
|
173427
|
+
maxDuration: undefined;
|
|
173051
173428
|
};
|
|
173052
173429
|
'/thermostats/delete_climate_preset': {
|
|
173053
173430
|
route: '/thermostats/delete_climate_preset';
|
|
@@ -173062,6 +173439,7 @@ type Routes = {
|
|
|
173062
173439
|
commonParams: {};
|
|
173063
173440
|
formData: {};
|
|
173064
173441
|
jsonResponse: {};
|
|
173442
|
+
maxDuration: undefined;
|
|
173065
173443
|
};
|
|
173066
173444
|
'/thermostats/get': {
|
|
173067
173445
|
route: '/thermostats/get';
|
|
@@ -174300,6 +174678,7 @@ type Routes = {
|
|
|
174300
174678
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
174301
174679
|
};
|
|
174302
174680
|
};
|
|
174681
|
+
maxDuration: undefined;
|
|
174303
174682
|
};
|
|
174304
174683
|
'/thermostats/heat': {
|
|
174305
174684
|
route: '/thermostats/heat';
|
|
@@ -175574,6 +175953,7 @@ type Routes = {
|
|
|
175574
175953
|
};
|
|
175575
175954
|
};
|
|
175576
175955
|
};
|
|
175956
|
+
maxDuration: undefined;
|
|
175577
175957
|
};
|
|
175578
175958
|
'/thermostats/heat_cool': {
|
|
175579
175959
|
route: '/thermostats/heat_cool';
|
|
@@ -176852,6 +177232,7 @@ type Routes = {
|
|
|
176852
177232
|
};
|
|
176853
177233
|
};
|
|
176854
177234
|
};
|
|
177235
|
+
maxDuration: undefined;
|
|
176855
177236
|
};
|
|
176856
177237
|
'/thermostats/list': {
|
|
176857
177238
|
route: '/thermostats/list';
|
|
@@ -179346,6 +179727,7 @@ type Routes = {
|
|
|
179346
179727
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
179347
179728
|
}[];
|
|
179348
179729
|
};
|
|
179730
|
+
maxDuration: undefined;
|
|
179349
179731
|
};
|
|
179350
179732
|
'/thermostats/off': {
|
|
179351
179733
|
route: '/thermostats/off';
|
|
@@ -180616,6 +180998,7 @@ type Routes = {
|
|
|
180616
180998
|
};
|
|
180617
180999
|
};
|
|
180618
181000
|
};
|
|
181001
|
+
maxDuration: undefined;
|
|
180619
181002
|
};
|
|
180620
181003
|
'/thermostats/schedules/create': {
|
|
180621
181004
|
route: '/thermostats/schedules/create';
|
|
@@ -180671,6 +181054,7 @@ type Routes = {
|
|
|
180671
181054
|
}[];
|
|
180672
181055
|
};
|
|
180673
181056
|
};
|
|
181057
|
+
maxDuration: undefined;
|
|
180674
181058
|
};
|
|
180675
181059
|
'/thermostats/schedules/delete': {
|
|
180676
181060
|
route: '/thermostats/schedules/delete';
|
|
@@ -180683,6 +181067,7 @@ type Routes = {
|
|
|
180683
181067
|
};
|
|
180684
181068
|
formData: {};
|
|
180685
181069
|
jsonResponse: {};
|
|
181070
|
+
maxDuration: undefined;
|
|
180686
181071
|
};
|
|
180687
181072
|
'/thermostats/schedules/get': {
|
|
180688
181073
|
route: '/thermostats/schedules/get';
|
|
@@ -180726,6 +181111,7 @@ type Routes = {
|
|
|
180726
181111
|
}[];
|
|
180727
181112
|
};
|
|
180728
181113
|
};
|
|
181114
|
+
maxDuration: undefined;
|
|
180729
181115
|
};
|
|
180730
181116
|
'/thermostats/schedules/list': {
|
|
180731
181117
|
route: '/thermostats/schedules/list';
|
|
@@ -180770,6 +181156,7 @@ type Routes = {
|
|
|
180770
181156
|
}[];
|
|
180771
181157
|
}[];
|
|
180772
181158
|
};
|
|
181159
|
+
maxDuration: undefined;
|
|
180773
181160
|
};
|
|
180774
181161
|
'/thermostats/schedules/update': {
|
|
180775
181162
|
route: '/thermostats/schedules/update';
|
|
@@ -180794,6 +181181,7 @@ type Routes = {
|
|
|
180794
181181
|
commonParams: {};
|
|
180795
181182
|
formData: {};
|
|
180796
181183
|
jsonResponse: {};
|
|
181184
|
+
maxDuration: undefined;
|
|
180797
181185
|
};
|
|
180798
181186
|
'/thermostats/set_fallback_climate_preset': {
|
|
180799
181187
|
route: '/thermostats/set_fallback_climate_preset';
|
|
@@ -180808,6 +181196,7 @@ type Routes = {
|
|
|
180808
181196
|
commonParams: {};
|
|
180809
181197
|
formData: {};
|
|
180810
181198
|
jsonResponse: {};
|
|
181199
|
+
maxDuration: undefined;
|
|
180811
181200
|
};
|
|
180812
181201
|
'/thermostats/set_fan_mode': {
|
|
180813
181202
|
route: '/thermostats/set_fan_mode';
|
|
@@ -182083,6 +182472,7 @@ type Routes = {
|
|
|
182083
182472
|
};
|
|
182084
182473
|
};
|
|
182085
182474
|
};
|
|
182475
|
+
maxDuration: undefined;
|
|
182086
182476
|
};
|
|
182087
182477
|
'/thermostats/set_hvac_mode': {
|
|
182088
182478
|
route: '/thermostats/set_hvac_mode';
|
|
@@ -183384,6 +183774,7 @@ type Routes = {
|
|
|
183384
183774
|
};
|
|
183385
183775
|
};
|
|
183386
183776
|
};
|
|
183777
|
+
maxDuration: undefined;
|
|
183387
183778
|
};
|
|
183388
183779
|
'/thermostats/set_temperature_threshold': {
|
|
183389
183780
|
route: '/thermostats/set_temperature_threshold';
|
|
@@ -183404,6 +183795,7 @@ type Routes = {
|
|
|
183404
183795
|
commonParams: {};
|
|
183405
183796
|
formData: {};
|
|
183406
183797
|
jsonResponse: {};
|
|
183798
|
+
maxDuration: undefined;
|
|
183407
183799
|
};
|
|
183408
183800
|
'/thermostats/simulate/hvac_mode_adjusted': {
|
|
183409
183801
|
route: '/thermostats/simulate/hvac_mode_adjusted';
|
|
@@ -183449,6 +183841,7 @@ type Routes = {
|
|
|
183449
183841
|
commonParams: {};
|
|
183450
183842
|
formData: {};
|
|
183451
183843
|
jsonResponse: {};
|
|
183844
|
+
maxDuration: undefined;
|
|
183452
183845
|
};
|
|
183453
183846
|
'/thermostats/simulate/temperature_reached': {
|
|
183454
183847
|
route: '/thermostats/simulate/temperature_reached';
|
|
@@ -183465,6 +183858,7 @@ type Routes = {
|
|
|
183465
183858
|
commonParams: {};
|
|
183466
183859
|
formData: {};
|
|
183467
183860
|
jsonResponse: {};
|
|
183861
|
+
maxDuration: undefined;
|
|
183468
183862
|
};
|
|
183469
183863
|
'/thermostats/update_climate_preset': {
|
|
183470
183864
|
route: '/thermostats/update_climate_preset';
|
|
@@ -183511,6 +183905,7 @@ type Routes = {
|
|
|
183511
183905
|
commonParams: {};
|
|
183512
183906
|
formData: {};
|
|
183513
183907
|
jsonResponse: {};
|
|
183908
|
+
maxDuration: undefined;
|
|
183514
183909
|
};
|
|
183515
183910
|
'/thermostats/update_weekly_program': {
|
|
183516
183911
|
route: '/thermostats/update_weekly_program';
|
|
@@ -184793,6 +185188,7 @@ type Routes = {
|
|
|
184793
185188
|
};
|
|
184794
185189
|
};
|
|
184795
185190
|
};
|
|
185191
|
+
maxDuration: undefined;
|
|
184796
185192
|
};
|
|
184797
185193
|
'/unstable_partner/building_blocks/connect_accounts': {
|
|
184798
185194
|
route: '/unstable_partner/building_blocks/connect_accounts';
|
|
@@ -184823,6 +185219,7 @@ type Routes = {
|
|
|
184823
185219
|
created_at: string;
|
|
184824
185220
|
};
|
|
184825
185221
|
};
|
|
185222
|
+
maxDuration: undefined;
|
|
184826
185223
|
};
|
|
184827
185224
|
'/unstable_partner/building_blocks/generate_magic_link': {
|
|
184828
185225
|
route: '/unstable_partner/building_blocks/generate_magic_link';
|
|
@@ -184862,6 +185259,7 @@ type Routes = {
|
|
|
184862
185259
|
created_at: string;
|
|
184863
185260
|
};
|
|
184864
185261
|
};
|
|
185262
|
+
maxDuration: undefined;
|
|
184865
185263
|
};
|
|
184866
185264
|
'/unstable_partner/building_blocks/manage_devices': {
|
|
184867
185265
|
route: '/unstable_partner/building_blocks/manage_devices';
|
|
@@ -184892,6 +185290,7 @@ type Routes = {
|
|
|
184892
185290
|
created_at: string;
|
|
184893
185291
|
};
|
|
184894
185292
|
};
|
|
185293
|
+
maxDuration: undefined;
|
|
184895
185294
|
};
|
|
184896
185295
|
'/unstable_partner/building_blocks/organize_spaces': {
|
|
184897
185296
|
route: '/unstable_partner/building_blocks/organize_spaces';
|
|
@@ -184929,6 +185328,7 @@ type Routes = {
|
|
|
184929
185328
|
created_at: string;
|
|
184930
185329
|
};
|
|
184931
185330
|
};
|
|
185331
|
+
maxDuration: undefined;
|
|
184932
185332
|
};
|
|
184933
185333
|
'/user_identities/add_acs_user': {
|
|
184934
185334
|
route: '/user_identities/add_acs_user';
|
|
@@ -184945,6 +185345,7 @@ type Routes = {
|
|
|
184945
185345
|
};
|
|
184946
185346
|
formData: {};
|
|
184947
185347
|
jsonResponse: {};
|
|
185348
|
+
maxDuration: undefined;
|
|
184948
185349
|
};
|
|
184949
185350
|
'/user_identities/create': {
|
|
184950
185351
|
route: '/user_identities/create';
|
|
@@ -185014,6 +185415,7 @@ type Routes = {
|
|
|
185014
185415
|
acs_user_ids: string[];
|
|
185015
185416
|
};
|
|
185016
185417
|
};
|
|
185418
|
+
maxDuration: undefined;
|
|
185017
185419
|
};
|
|
185018
185420
|
'/user_identities/delete': {
|
|
185019
185421
|
route: '/user_identities/delete';
|
|
@@ -185026,6 +185428,7 @@ type Routes = {
|
|
|
185026
185428
|
};
|
|
185027
185429
|
formData: {};
|
|
185028
185430
|
jsonResponse: {};
|
|
185431
|
+
maxDuration: undefined;
|
|
185029
185432
|
};
|
|
185030
185433
|
'/user_identities/enrollment_automations/delete': {
|
|
185031
185434
|
route: '/user_identities/enrollment_automations/delete';
|
|
@@ -185038,6 +185441,7 @@ type Routes = {
|
|
|
185038
185441
|
};
|
|
185039
185442
|
formData: {};
|
|
185040
185443
|
jsonResponse: {};
|
|
185444
|
+
maxDuration: undefined;
|
|
185041
185445
|
};
|
|
185042
185446
|
'/user_identities/enrollment_automations/get': {
|
|
185043
185447
|
route: '/user_identities/enrollment_automations/get';
|
|
@@ -185064,6 +185468,7 @@ type Routes = {
|
|
|
185064
185468
|
workspace_id: string;
|
|
185065
185469
|
};
|
|
185066
185470
|
};
|
|
185471
|
+
maxDuration: undefined;
|
|
185067
185472
|
};
|
|
185068
185473
|
'/user_identities/enrollment_automations/launch': {
|
|
185069
185474
|
route: '/user_identities/enrollment_automations/launch';
|
|
@@ -185098,6 +185503,7 @@ type Routes = {
|
|
|
185098
185503
|
workspace_id: string;
|
|
185099
185504
|
};
|
|
185100
185505
|
};
|
|
185506
|
+
maxDuration: undefined;
|
|
185101
185507
|
};
|
|
185102
185508
|
'/user_identities/enrollment_automations/list': {
|
|
185103
185509
|
route: '/user_identities/enrollment_automations/list';
|
|
@@ -185123,6 +185529,7 @@ type Routes = {
|
|
|
185123
185529
|
workspace_id: string;
|
|
185124
185530
|
}[];
|
|
185125
185531
|
};
|
|
185532
|
+
maxDuration: undefined;
|
|
185126
185533
|
};
|
|
185127
185534
|
'/user_identities/generate_instant_key': {
|
|
185128
185535
|
route: '/user_identities/generate_instant_key';
|
|
@@ -185169,6 +185576,7 @@ type Routes = {
|
|
|
185169
185576
|
} | undefined;
|
|
185170
185577
|
};
|
|
185171
185578
|
};
|
|
185579
|
+
maxDuration: undefined;
|
|
185172
185580
|
};
|
|
185173
185581
|
'/user_identities/get': {
|
|
185174
185582
|
route: '/user_identities/get';
|
|
@@ -185232,6 +185640,7 @@ type Routes = {
|
|
|
185232
185640
|
acs_user_ids: string[];
|
|
185233
185641
|
};
|
|
185234
185642
|
};
|
|
185643
|
+
maxDuration: undefined;
|
|
185235
185644
|
};
|
|
185236
185645
|
'/user_identities/grant_access_to_device': {
|
|
185237
185646
|
route: '/user_identities/grant_access_to_device';
|
|
@@ -185246,6 +185655,7 @@ type Routes = {
|
|
|
185246
185655
|
};
|
|
185247
185656
|
formData: {};
|
|
185248
185657
|
jsonResponse: {};
|
|
185658
|
+
maxDuration: undefined;
|
|
185249
185659
|
};
|
|
185250
185660
|
'/user_identities/list': {
|
|
185251
185661
|
route: '/user_identities/list';
|
|
@@ -185323,6 +185733,7 @@ type Routes = {
|
|
|
185323
185733
|
next_page_url: string | null;
|
|
185324
185734
|
};
|
|
185325
185735
|
};
|
|
185736
|
+
maxDuration: undefined;
|
|
185326
185737
|
};
|
|
185327
185738
|
'/user_identities/list_accessible_devices': {
|
|
185328
185739
|
route: '/user_identities/list_accessible_devices';
|
|
@@ -187782,6 +188193,7 @@ type Routes = {
|
|
|
187782
188193
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
187783
188194
|
}[];
|
|
187784
188195
|
};
|
|
188196
|
+
maxDuration: undefined;
|
|
187785
188197
|
};
|
|
187786
188198
|
'/user_identities/list_acs_systems': {
|
|
187787
188199
|
route: '/user_identities/list_acs_systems';
|
|
@@ -187913,6 +188325,7 @@ type Routes = {
|
|
|
187913
188325
|
})[];
|
|
187914
188326
|
}[];
|
|
187915
188327
|
};
|
|
188328
|
+
maxDuration: undefined;
|
|
187916
188329
|
};
|
|
187917
188330
|
'/user_identities/list_acs_users': {
|
|
187918
188331
|
route: '/user_identities/list_acs_users';
|
|
@@ -188143,6 +188556,7 @@ type Routes = {
|
|
|
188143
188556
|
is_managed: true;
|
|
188144
188557
|
}[];
|
|
188145
188558
|
};
|
|
188559
|
+
maxDuration: undefined;
|
|
188146
188560
|
};
|
|
188147
188561
|
'/user_identities/remove_acs_user': {
|
|
188148
188562
|
route: '/user_identities/remove_acs_user';
|
|
@@ -188157,6 +188571,7 @@ type Routes = {
|
|
|
188157
188571
|
};
|
|
188158
188572
|
formData: {};
|
|
188159
188573
|
jsonResponse: {};
|
|
188574
|
+
maxDuration: undefined;
|
|
188160
188575
|
};
|
|
188161
188576
|
'/user_identities/revoke_access_to_device': {
|
|
188162
188577
|
route: '/user_identities/revoke_access_to_device';
|
|
@@ -188171,6 +188586,7 @@ type Routes = {
|
|
|
188171
188586
|
};
|
|
188172
188587
|
formData: {};
|
|
188173
188588
|
jsonResponse: {};
|
|
188589
|
+
maxDuration: undefined;
|
|
188174
188590
|
};
|
|
188175
188591
|
'/user_identities/unmanaged/get': {
|
|
188176
188592
|
route: '/user_identities/unmanaged/get';
|
|
@@ -188230,6 +188646,7 @@ type Routes = {
|
|
|
188230
188646
|
acs_user_ids: string[];
|
|
188231
188647
|
};
|
|
188232
188648
|
};
|
|
188649
|
+
maxDuration: undefined;
|
|
188233
188650
|
};
|
|
188234
188651
|
'/user_identities/unmanaged/list': {
|
|
188235
188652
|
route: '/user_identities/unmanaged/list';
|
|
@@ -188303,6 +188720,7 @@ type Routes = {
|
|
|
188303
188720
|
next_page_url: string | null;
|
|
188304
188721
|
};
|
|
188305
188722
|
};
|
|
188723
|
+
maxDuration: undefined;
|
|
188306
188724
|
};
|
|
188307
188725
|
'/user_identities/unmanaged/update': {
|
|
188308
188726
|
route: '/user_identities/unmanaged/update';
|
|
@@ -188319,6 +188737,7 @@ type Routes = {
|
|
|
188319
188737
|
commonParams: {};
|
|
188320
188738
|
formData: {};
|
|
188321
188739
|
jsonResponse: {};
|
|
188740
|
+
maxDuration: undefined;
|
|
188322
188741
|
};
|
|
188323
188742
|
'/user_identities/update': {
|
|
188324
188743
|
route: '/user_identities/update';
|
|
@@ -188339,6 +188758,7 @@ type Routes = {
|
|
|
188339
188758
|
commonParams: {};
|
|
188340
188759
|
formData: {};
|
|
188341
188760
|
jsonResponse: {};
|
|
188761
|
+
maxDuration: undefined;
|
|
188342
188762
|
};
|
|
188343
188763
|
'/webhooks/create': {
|
|
188344
188764
|
route: '/webhooks/create';
|
|
@@ -188365,6 +188785,7 @@ type Routes = {
|
|
|
188365
188785
|
secret?: string | undefined;
|
|
188366
188786
|
};
|
|
188367
188787
|
};
|
|
188788
|
+
maxDuration: undefined;
|
|
188368
188789
|
};
|
|
188369
188790
|
'/webhooks/delete': {
|
|
188370
188791
|
route: '/webhooks/delete';
|
|
@@ -188377,6 +188798,7 @@ type Routes = {
|
|
|
188377
188798
|
};
|
|
188378
188799
|
formData: {};
|
|
188379
188800
|
jsonResponse: {};
|
|
188801
|
+
maxDuration: undefined;
|
|
188380
188802
|
};
|
|
188381
188803
|
'/webhooks/get': {
|
|
188382
188804
|
route: '/webhooks/get';
|
|
@@ -188401,6 +188823,7 @@ type Routes = {
|
|
|
188401
188823
|
secret?: string | undefined;
|
|
188402
188824
|
};
|
|
188403
188825
|
};
|
|
188826
|
+
maxDuration: undefined;
|
|
188404
188827
|
};
|
|
188405
188828
|
'/webhooks/list': {
|
|
188406
188829
|
route: '/webhooks/list';
|
|
@@ -188421,6 +188844,7 @@ type Routes = {
|
|
|
188421
188844
|
secret?: string | undefined;
|
|
188422
188845
|
}[];
|
|
188423
188846
|
};
|
|
188847
|
+
maxDuration: undefined;
|
|
188424
188848
|
};
|
|
188425
188849
|
'/webhooks/update': {
|
|
188426
188850
|
route: '/webhooks/update';
|
|
@@ -188435,6 +188859,7 @@ type Routes = {
|
|
|
188435
188859
|
commonParams: {};
|
|
188436
188860
|
formData: {};
|
|
188437
188861
|
jsonResponse: {};
|
|
188862
|
+
maxDuration: undefined;
|
|
188438
188863
|
};
|
|
188439
188864
|
'/workspaces/create': {
|
|
188440
188865
|
route: '/workspaces/create';
|
|
@@ -188509,6 +188934,7 @@ type Routes = {
|
|
|
188509
188934
|
is_publishable_key_auth_enabled: boolean;
|
|
188510
188935
|
};
|
|
188511
188936
|
};
|
|
188937
|
+
maxDuration: undefined;
|
|
188512
188938
|
};
|
|
188513
188939
|
'/workspaces/customization_profiles/create': {
|
|
188514
188940
|
route: '/workspaces/customization_profiles/create';
|
|
@@ -188545,6 +188971,7 @@ type Routes = {
|
|
|
188545
188971
|
} | undefined;
|
|
188546
188972
|
};
|
|
188547
188973
|
};
|
|
188974
|
+
maxDuration: undefined;
|
|
188548
188975
|
};
|
|
188549
188976
|
'/workspaces/customization_profiles/get': {
|
|
188550
188977
|
route: '/workspaces/customization_profiles/get';
|
|
@@ -188573,6 +189000,7 @@ type Routes = {
|
|
|
188573
189000
|
} | undefined;
|
|
188574
189001
|
};
|
|
188575
189002
|
};
|
|
189003
|
+
maxDuration: undefined;
|
|
188576
189004
|
};
|
|
188577
189005
|
'/workspaces/customization_profiles/list': {
|
|
188578
189006
|
route: '/workspaces/customization_profiles/list';
|
|
@@ -188601,6 +189029,7 @@ type Routes = {
|
|
|
188601
189029
|
} | undefined;
|
|
188602
189030
|
}[];
|
|
188603
189031
|
};
|
|
189032
|
+
maxDuration: undefined;
|
|
188604
189033
|
};
|
|
188605
189034
|
'/workspaces/customization_profiles/update': {
|
|
188606
189035
|
route: '/workspaces/customization_profiles/update';
|
|
@@ -188621,6 +189050,7 @@ type Routes = {
|
|
|
188621
189050
|
commonParams: {};
|
|
188622
189051
|
formData: {};
|
|
188623
189052
|
jsonResponse: {};
|
|
189053
|
+
maxDuration: undefined;
|
|
188624
189054
|
};
|
|
188625
189055
|
'/workspaces/customization_profiles/upload_images': {
|
|
188626
189056
|
route: '/workspaces/customization_profiles/upload_images';
|
|
@@ -188630,6 +189060,7 @@ type Routes = {
|
|
|
188630
189060
|
commonParams: {};
|
|
188631
189061
|
formData: {};
|
|
188632
189062
|
jsonResponse: {};
|
|
189063
|
+
maxDuration: undefined;
|
|
188633
189064
|
};
|
|
188634
189065
|
'/workspaces/find_anything': {
|
|
188635
189066
|
route: '/workspaces/find_anything';
|
|
@@ -195940,6 +196371,7 @@ type Routes = {
|
|
|
195940
196371
|
}[] | undefined;
|
|
195941
196372
|
};
|
|
195942
196373
|
};
|
|
196374
|
+
maxDuration: undefined;
|
|
195943
196375
|
};
|
|
195944
196376
|
'/workspaces/get': {
|
|
195945
196377
|
route: '/workspaces/get';
|
|
@@ -195982,6 +196414,7 @@ type Routes = {
|
|
|
195982
196414
|
is_publishable_key_auth_enabled: boolean;
|
|
195983
196415
|
};
|
|
195984
196416
|
};
|
|
196417
|
+
maxDuration: undefined;
|
|
195985
196418
|
};
|
|
195986
196419
|
'/workspaces/list': {
|
|
195987
196420
|
route: '/workspaces/list';
|
|
@@ -196023,6 +196456,7 @@ type Routes = {
|
|
|
196023
196456
|
is_publishable_key_auth_enabled: boolean;
|
|
196024
196457
|
}[];
|
|
196025
196458
|
};
|
|
196459
|
+
maxDuration: undefined;
|
|
196026
196460
|
};
|
|
196027
196461
|
'/workspaces/reset_sandbox': {
|
|
196028
196462
|
route: '/workspaces/reset_sandbox';
|
|
@@ -197288,6 +197722,7 @@ type Routes = {
|
|
|
197288
197722
|
};
|
|
197289
197723
|
};
|
|
197290
197724
|
};
|
|
197725
|
+
maxDuration: undefined;
|
|
197291
197726
|
};
|
|
197292
197727
|
'/workspaces/update': {
|
|
197293
197728
|
route: '/workspaces/update';
|
|
@@ -197317,6 +197752,7 @@ type Routes = {
|
|
|
197317
197752
|
commonParams: {};
|
|
197318
197753
|
formData: {};
|
|
197319
197754
|
jsonResponse: {};
|
|
197755
|
+
maxDuration: undefined;
|
|
197320
197756
|
};
|
|
197321
197757
|
};
|
|
197322
197758
|
type RouteResponse<Path extends keyof Routes> = Routes[Path]['jsonResponse'];
|