@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
|
@@ -1816,6 +1816,7 @@ export type Routes = {
|
|
|
1816
1816
|
is_offline_access_code: boolean;
|
|
1817
1817
|
};
|
|
1818
1818
|
};
|
|
1819
|
+
maxDuration: undefined;
|
|
1819
1820
|
};
|
|
1820
1821
|
'/access_codes/create_multiple': {
|
|
1821
1822
|
route: '/access_codes/create_multiple';
|
|
@@ -2370,6 +2371,7 @@ export type Routes = {
|
|
|
2370
2371
|
is_offline_access_code: boolean;
|
|
2371
2372
|
}[];
|
|
2372
2373
|
};
|
|
2374
|
+
maxDuration: undefined;
|
|
2373
2375
|
};
|
|
2374
2376
|
'/access_codes/delete': {
|
|
2375
2377
|
route: '/access_codes/delete';
|
|
@@ -3642,6 +3644,7 @@ export type Routes = {
|
|
|
3642
3644
|
};
|
|
3643
3645
|
};
|
|
3644
3646
|
};
|
|
3647
|
+
maxDuration: undefined;
|
|
3645
3648
|
};
|
|
3646
3649
|
'/access_codes/generate_code': {
|
|
3647
3650
|
route: '/access_codes/generate_code';
|
|
@@ -3659,6 +3662,7 @@ export type Routes = {
|
|
|
3659
3662
|
code: string;
|
|
3660
3663
|
};
|
|
3661
3664
|
};
|
|
3665
|
+
maxDuration: undefined;
|
|
3662
3666
|
};
|
|
3663
3667
|
'/access_codes/get': {
|
|
3664
3668
|
route: '/access_codes/get';
|
|
@@ -4188,6 +4192,7 @@ export type Routes = {
|
|
|
4188
4192
|
is_offline_access_code: boolean;
|
|
4189
4193
|
};
|
|
4190
4194
|
};
|
|
4195
|
+
maxDuration: undefined;
|
|
4191
4196
|
};
|
|
4192
4197
|
'/access_codes/list': {
|
|
4193
4198
|
route: '/access_codes/list';
|
|
@@ -4725,6 +4730,7 @@ export type Routes = {
|
|
|
4725
4730
|
next_page_url: string | null;
|
|
4726
4731
|
};
|
|
4727
4732
|
};
|
|
4733
|
+
maxDuration: undefined;
|
|
4728
4734
|
};
|
|
4729
4735
|
'/access_codes/pull_backup_access_code': {
|
|
4730
4736
|
route: '/access_codes/pull_backup_access_code';
|
|
@@ -5762,6 +5768,7 @@ export type Routes = {
|
|
|
5762
5768
|
is_offline_access_code: boolean;
|
|
5763
5769
|
};
|
|
5764
5770
|
};
|
|
5771
|
+
maxDuration: undefined;
|
|
5765
5772
|
};
|
|
5766
5773
|
'/access_codes/report_device_constraints': {
|
|
5767
5774
|
route: '/access_codes/report_device_constraints';
|
|
@@ -5780,6 +5787,7 @@ export type Routes = {
|
|
|
5780
5787
|
commonParams: {};
|
|
5781
5788
|
formData: {};
|
|
5782
5789
|
jsonResponse: {};
|
|
5790
|
+
maxDuration: undefined;
|
|
5783
5791
|
};
|
|
5784
5792
|
'/access_codes/simulate/create_unmanaged_access_code': {
|
|
5785
5793
|
route: '/access_codes/simulate/create_unmanaged_access_code';
|
|
@@ -6295,6 +6303,7 @@ export type Routes = {
|
|
|
6295
6303
|
status: 'set';
|
|
6296
6304
|
};
|
|
6297
6305
|
};
|
|
6306
|
+
maxDuration: undefined;
|
|
6298
6307
|
};
|
|
6299
6308
|
'/access_codes/unmanaged/convert_to_managed': {
|
|
6300
6309
|
route: '/access_codes/unmanaged/convert_to_managed';
|
|
@@ -6315,6 +6324,7 @@ export type Routes = {
|
|
|
6315
6324
|
};
|
|
6316
6325
|
formData: {};
|
|
6317
6326
|
jsonResponse: {};
|
|
6327
|
+
maxDuration: undefined;
|
|
6318
6328
|
};
|
|
6319
6329
|
'/access_codes/unmanaged/delete': {
|
|
6320
6330
|
route: '/access_codes/unmanaged/delete';
|
|
@@ -7585,6 +7595,7 @@ export type Routes = {
|
|
|
7585
7595
|
};
|
|
7586
7596
|
};
|
|
7587
7597
|
};
|
|
7598
|
+
maxDuration: undefined;
|
|
7588
7599
|
};
|
|
7589
7600
|
'/access_codes/unmanaged/get': {
|
|
7590
7601
|
route: '/access_codes/unmanaged/get';
|
|
@@ -8100,6 +8111,7 @@ export type Routes = {
|
|
|
8100
8111
|
status: 'set';
|
|
8101
8112
|
};
|
|
8102
8113
|
};
|
|
8114
|
+
maxDuration: undefined;
|
|
8103
8115
|
};
|
|
8104
8116
|
'/access_codes/unmanaged/list': {
|
|
8105
8117
|
route: '/access_codes/unmanaged/list';
|
|
@@ -8615,6 +8627,7 @@ export type Routes = {
|
|
|
8615
8627
|
next_page_url: string | null;
|
|
8616
8628
|
};
|
|
8617
8629
|
};
|
|
8630
|
+
maxDuration: undefined;
|
|
8618
8631
|
};
|
|
8619
8632
|
'/access_codes/unmanaged/update': {
|
|
8620
8633
|
route: '/access_codes/unmanaged/update';
|
|
@@ -8634,6 +8647,7 @@ export type Routes = {
|
|
|
8634
8647
|
};
|
|
8635
8648
|
formData: {};
|
|
8636
8649
|
jsonResponse: {};
|
|
8650
|
+
maxDuration: undefined;
|
|
8637
8651
|
};
|
|
8638
8652
|
'/access_codes/update': {
|
|
8639
8653
|
route: '/access_codes/update';
|
|
@@ -9944,6 +9958,7 @@ export type Routes = {
|
|
|
9944
9958
|
};
|
|
9945
9959
|
};
|
|
9946
9960
|
};
|
|
9961
|
+
maxDuration: undefined;
|
|
9947
9962
|
};
|
|
9948
9963
|
'/access_codes/update_multiple': {
|
|
9949
9964
|
route: '/access_codes/update_multiple';
|
|
@@ -9968,6 +9983,7 @@ export type Routes = {
|
|
|
9968
9983
|
commonParams: {};
|
|
9969
9984
|
formData: {};
|
|
9970
9985
|
jsonResponse: {};
|
|
9986
|
+
maxDuration: undefined;
|
|
9971
9987
|
};
|
|
9972
9988
|
'/access_grants/create': {
|
|
9973
9989
|
route: '/access_grants/create';
|
|
@@ -10091,6 +10107,7 @@ export type Routes = {
|
|
|
10091
10107
|
customization_profile_id?: string | undefined;
|
|
10092
10108
|
};
|
|
10093
10109
|
};
|
|
10110
|
+
maxDuration: undefined;
|
|
10094
10111
|
};
|
|
10095
10112
|
'/access_grants/delete': {
|
|
10096
10113
|
route: '/access_grants/delete';
|
|
@@ -10103,6 +10120,7 @@ export type Routes = {
|
|
|
10103
10120
|
};
|
|
10104
10121
|
formData: {};
|
|
10105
10122
|
jsonResponse: {};
|
|
10123
|
+
maxDuration: undefined;
|
|
10106
10124
|
};
|
|
10107
10125
|
'/access_grants/get': {
|
|
10108
10126
|
route: '/access_grants/get';
|
|
@@ -10177,6 +10195,7 @@ export type Routes = {
|
|
|
10177
10195
|
customization_profile_id?: string | undefined;
|
|
10178
10196
|
};
|
|
10179
10197
|
};
|
|
10198
|
+
maxDuration: undefined;
|
|
10180
10199
|
};
|
|
10181
10200
|
'/access_grants/get_related': {
|
|
10182
10201
|
route: '/access_grants/get_related';
|
|
@@ -11886,6 +11905,7 @@ export type Routes = {
|
|
|
11886
11905
|
}[] | undefined;
|
|
11887
11906
|
};
|
|
11888
11907
|
};
|
|
11908
|
+
maxDuration: undefined;
|
|
11889
11909
|
};
|
|
11890
11910
|
'/access_grants/list': {
|
|
11891
11911
|
route: '/access_grants/list';
|
|
@@ -11971,6 +11991,7 @@ export type Routes = {
|
|
|
11971
11991
|
customization_profile_id?: string | undefined;
|
|
11972
11992
|
}[];
|
|
11973
11993
|
};
|
|
11994
|
+
maxDuration: undefined;
|
|
11974
11995
|
};
|
|
11975
11996
|
'/access_grants/request_access_methods': {
|
|
11976
11997
|
route: '/access_grants/request_access_methods';
|
|
@@ -12049,6 +12070,7 @@ export type Routes = {
|
|
|
12049
12070
|
customization_profile_id?: string | undefined;
|
|
12050
12071
|
};
|
|
12051
12072
|
};
|
|
12073
|
+
maxDuration: undefined;
|
|
12052
12074
|
};
|
|
12053
12075
|
'/access_grants/unmanaged/get': {
|
|
12054
12076
|
route: '/access_grants/unmanaged/get';
|
|
@@ -12112,6 +12134,7 @@ export type Routes = {
|
|
|
12112
12134
|
user_identity_id?: string | undefined;
|
|
12113
12135
|
};
|
|
12114
12136
|
};
|
|
12137
|
+
maxDuration: undefined;
|
|
12115
12138
|
};
|
|
12116
12139
|
'/access_grants/unmanaged/list': {
|
|
12117
12140
|
route: '/access_grants/unmanaged/list';
|
|
@@ -12180,6 +12203,7 @@ export type Routes = {
|
|
|
12180
12203
|
user_identity_id?: string | undefined;
|
|
12181
12204
|
}[];
|
|
12182
12205
|
};
|
|
12206
|
+
maxDuration: undefined;
|
|
12183
12207
|
};
|
|
12184
12208
|
'/access_grants/unmanaged/update': {
|
|
12185
12209
|
route: '/access_grants/unmanaged/update';
|
|
@@ -12196,6 +12220,7 @@ export type Routes = {
|
|
|
12196
12220
|
commonParams: {};
|
|
12197
12221
|
formData: {};
|
|
12198
12222
|
jsonResponse: {};
|
|
12223
|
+
maxDuration: undefined;
|
|
12199
12224
|
};
|
|
12200
12225
|
'/access_grants/update': {
|
|
12201
12226
|
route: '/access_grants/update';
|
|
@@ -12214,6 +12239,7 @@ export type Routes = {
|
|
|
12214
12239
|
};
|
|
12215
12240
|
formData: {};
|
|
12216
12241
|
jsonResponse: {};
|
|
12242
|
+
maxDuration: undefined;
|
|
12217
12243
|
};
|
|
12218
12244
|
'/access_methods/delete': {
|
|
12219
12245
|
route: '/access_methods/delete';
|
|
@@ -12226,6 +12252,7 @@ export type Routes = {
|
|
|
12226
12252
|
};
|
|
12227
12253
|
formData: {};
|
|
12228
12254
|
jsonResponse: {};
|
|
12255
|
+
maxDuration: undefined;
|
|
12229
12256
|
};
|
|
12230
12257
|
'/access_methods/encode': {
|
|
12231
12258
|
route: '/access_methods/encode';
|
|
@@ -13496,6 +13523,7 @@ export type Routes = {
|
|
|
13496
13523
|
};
|
|
13497
13524
|
};
|
|
13498
13525
|
};
|
|
13526
|
+
maxDuration: undefined;
|
|
13499
13527
|
};
|
|
13500
13528
|
'/access_methods/get': {
|
|
13501
13529
|
route: '/access_methods/get';
|
|
@@ -13545,6 +13573,7 @@ export type Routes = {
|
|
|
13545
13573
|
customization_profile_id?: string | undefined;
|
|
13546
13574
|
};
|
|
13547
13575
|
};
|
|
13576
|
+
maxDuration: undefined;
|
|
13548
13577
|
};
|
|
13549
13578
|
'/access_methods/get_related': {
|
|
13550
13579
|
route: '/access_methods/get_related';
|
|
@@ -15205,6 +15234,7 @@ export type Routes = {
|
|
|
15205
15234
|
}[] | undefined;
|
|
15206
15235
|
};
|
|
15207
15236
|
};
|
|
15237
|
+
maxDuration: undefined;
|
|
15208
15238
|
};
|
|
15209
15239
|
'/access_methods/list': {
|
|
15210
15240
|
route: '/access_methods/list';
|
|
@@ -15259,6 +15289,7 @@ export type Routes = {
|
|
|
15259
15289
|
customization_profile_id?: string | undefined;
|
|
15260
15290
|
}[];
|
|
15261
15291
|
};
|
|
15292
|
+
maxDuration: undefined;
|
|
15262
15293
|
};
|
|
15263
15294
|
'/access_methods/unmanaged/get': {
|
|
15264
15295
|
route: '/access_methods/unmanaged/get';
|
|
@@ -15302,6 +15333,7 @@ export type Routes = {
|
|
|
15302
15333
|
}[];
|
|
15303
15334
|
};
|
|
15304
15335
|
};
|
|
15336
|
+
maxDuration: undefined;
|
|
15305
15337
|
};
|
|
15306
15338
|
'/access_methods/unmanaged/list': {
|
|
15307
15339
|
route: '/access_methods/unmanaged/list';
|
|
@@ -15350,6 +15382,7 @@ export type Routes = {
|
|
|
15350
15382
|
}[];
|
|
15351
15383
|
}[];
|
|
15352
15384
|
};
|
|
15385
|
+
maxDuration: undefined;
|
|
15353
15386
|
};
|
|
15354
15387
|
'/acs/access_groups/add_user': {
|
|
15355
15388
|
route: '/acs/access_groups/add_user';
|
|
@@ -15366,6 +15399,7 @@ export type Routes = {
|
|
|
15366
15399
|
};
|
|
15367
15400
|
formData: {};
|
|
15368
15401
|
jsonResponse: {};
|
|
15402
|
+
maxDuration: undefined;
|
|
15369
15403
|
};
|
|
15370
15404
|
'/acs/access_groups/get': {
|
|
15371
15405
|
route: '/acs/access_groups/get';
|
|
@@ -15419,6 +15453,7 @@ export type Routes = {
|
|
|
15419
15453
|
is_managed: true;
|
|
15420
15454
|
};
|
|
15421
15455
|
};
|
|
15456
|
+
maxDuration: undefined;
|
|
15422
15457
|
};
|
|
15423
15458
|
'/acs/access_groups/list': {
|
|
15424
15459
|
route: '/acs/access_groups/list';
|
|
@@ -15471,6 +15506,7 @@ export type Routes = {
|
|
|
15471
15506
|
is_managed: true;
|
|
15472
15507
|
}[];
|
|
15473
15508
|
};
|
|
15509
|
+
maxDuration: undefined;
|
|
15474
15510
|
};
|
|
15475
15511
|
'/acs/access_groups/list_accessible_entrances': {
|
|
15476
15512
|
route: '/acs/access_groups/list_accessible_entrances';
|
|
@@ -15605,6 +15641,7 @@ export type Routes = {
|
|
|
15605
15641
|
can_belong_to_reservation?: boolean | undefined;
|
|
15606
15642
|
}[];
|
|
15607
15643
|
};
|
|
15644
|
+
maxDuration: undefined;
|
|
15608
15645
|
};
|
|
15609
15646
|
'/acs/access_groups/list_users': {
|
|
15610
15647
|
route: '/acs/access_groups/list_users';
|
|
@@ -15835,6 +15872,7 @@ export type Routes = {
|
|
|
15835
15872
|
is_managed: true;
|
|
15836
15873
|
}[];
|
|
15837
15874
|
};
|
|
15875
|
+
maxDuration: undefined;
|
|
15838
15876
|
};
|
|
15839
15877
|
'/acs/access_groups/remove_user': {
|
|
15840
15878
|
route: '/acs/access_groups/remove_user';
|
|
@@ -15851,6 +15889,7 @@ export type Routes = {
|
|
|
15851
15889
|
};
|
|
15852
15890
|
formData: {};
|
|
15853
15891
|
jsonResponse: {};
|
|
15892
|
+
maxDuration: undefined;
|
|
15854
15893
|
};
|
|
15855
15894
|
'/acs/access_groups/unmanaged/get': {
|
|
15856
15895
|
route: '/acs/access_groups/unmanaged/get';
|
|
@@ -15900,6 +15939,7 @@ export type Routes = {
|
|
|
15900
15939
|
is_managed: false;
|
|
15901
15940
|
};
|
|
15902
15941
|
};
|
|
15942
|
+
maxDuration: undefined;
|
|
15903
15943
|
};
|
|
15904
15944
|
'/acs/access_groups/unmanaged/list': {
|
|
15905
15945
|
route: '/acs/access_groups/unmanaged/list';
|
|
@@ -15950,6 +15990,7 @@ export type Routes = {
|
|
|
15950
15990
|
is_managed: false;
|
|
15951
15991
|
}[];
|
|
15952
15992
|
};
|
|
15993
|
+
maxDuration: undefined;
|
|
15953
15994
|
};
|
|
15954
15995
|
'/acs/credential_pools/list': {
|
|
15955
15996
|
route: '/acs/credential_pools/list';
|
|
@@ -15972,6 +16013,7 @@ export type Routes = {
|
|
|
15972
16013
|
workspace_id: string;
|
|
15973
16014
|
}[];
|
|
15974
16015
|
};
|
|
16016
|
+
maxDuration: undefined;
|
|
15975
16017
|
};
|
|
15976
16018
|
'/acs/credential_provisioning_automations/launch': {
|
|
15977
16019
|
route: '/acs/credential_provisioning_automations/launch';
|
|
@@ -16002,6 +16044,7 @@ export type Routes = {
|
|
|
16002
16044
|
workspace_id: string;
|
|
16003
16045
|
};
|
|
16004
16046
|
};
|
|
16047
|
+
maxDuration: undefined;
|
|
16005
16048
|
};
|
|
16006
16049
|
'/acs/credentials/assign': {
|
|
16007
16050
|
route: '/acs/credentials/assign';
|
|
@@ -16155,6 +16198,7 @@ export type Routes = {
|
|
|
16155
16198
|
is_managed: true;
|
|
16156
16199
|
};
|
|
16157
16200
|
};
|
|
16201
|
+
maxDuration: undefined;
|
|
16158
16202
|
};
|
|
16159
16203
|
'/acs/credentials/create': {
|
|
16160
16204
|
route: '/acs/credentials/create';
|
|
@@ -16355,6 +16399,7 @@ export type Routes = {
|
|
|
16355
16399
|
is_managed: true;
|
|
16356
16400
|
};
|
|
16357
16401
|
};
|
|
16402
|
+
maxDuration: undefined;
|
|
16358
16403
|
};
|
|
16359
16404
|
'/acs/credentials/create_offline_code': {
|
|
16360
16405
|
route: '/acs/credentials/create_offline_code';
|
|
@@ -16512,6 +16557,7 @@ export type Routes = {
|
|
|
16512
16557
|
is_managed: true;
|
|
16513
16558
|
};
|
|
16514
16559
|
};
|
|
16560
|
+
maxDuration: undefined;
|
|
16515
16561
|
};
|
|
16516
16562
|
'/acs/credentials/delete': {
|
|
16517
16563
|
route: '/acs/credentials/delete';
|
|
@@ -16524,6 +16570,7 @@ export type Routes = {
|
|
|
16524
16570
|
};
|
|
16525
16571
|
formData: {};
|
|
16526
16572
|
jsonResponse: {};
|
|
16573
|
+
maxDuration: undefined;
|
|
16527
16574
|
};
|
|
16528
16575
|
'/acs/credentials/get': {
|
|
16529
16576
|
route: '/acs/credentials/get';
|
|
@@ -16673,6 +16720,7 @@ export type Routes = {
|
|
|
16673
16720
|
is_managed: true;
|
|
16674
16721
|
};
|
|
16675
16722
|
};
|
|
16723
|
+
maxDuration: undefined;
|
|
16676
16724
|
};
|
|
16677
16725
|
'/acs/credentials/list': {
|
|
16678
16726
|
route: '/acs/credentials/list';
|
|
@@ -16848,6 +16896,7 @@ export type Routes = {
|
|
|
16848
16896
|
next_page_url: string | null;
|
|
16849
16897
|
};
|
|
16850
16898
|
};
|
|
16899
|
+
maxDuration: undefined;
|
|
16851
16900
|
};
|
|
16852
16901
|
'/acs/credentials/list_accessible_entrances': {
|
|
16853
16902
|
route: '/acs/credentials/list_accessible_entrances';
|
|
@@ -16982,6 +17031,7 @@ export type Routes = {
|
|
|
16982
17031
|
can_belong_to_reservation?: boolean | undefined;
|
|
16983
17032
|
}[];
|
|
16984
17033
|
};
|
|
17034
|
+
maxDuration: undefined;
|
|
16985
17035
|
};
|
|
16986
17036
|
'/acs/credentials/unassign': {
|
|
16987
17037
|
route: '/acs/credentials/unassign';
|
|
@@ -17135,6 +17185,7 @@ export type Routes = {
|
|
|
17135
17185
|
is_managed: true;
|
|
17136
17186
|
};
|
|
17137
17187
|
};
|
|
17188
|
+
maxDuration: undefined;
|
|
17138
17189
|
};
|
|
17139
17190
|
'/acs/credentials/unmanaged/get': {
|
|
17140
17191
|
route: '/acs/credentials/unmanaged/get';
|
|
@@ -17280,6 +17331,7 @@ export type Routes = {
|
|
|
17280
17331
|
is_managed: false;
|
|
17281
17332
|
};
|
|
17282
17333
|
};
|
|
17334
|
+
maxDuration: undefined;
|
|
17283
17335
|
};
|
|
17284
17336
|
'/acs/credentials/unmanaged/list': {
|
|
17285
17337
|
route: '/acs/credentials/unmanaged/list';
|
|
@@ -17435,6 +17487,7 @@ export type Routes = {
|
|
|
17435
17487
|
is_managed: false;
|
|
17436
17488
|
}[];
|
|
17437
17489
|
};
|
|
17490
|
+
maxDuration: undefined;
|
|
17438
17491
|
};
|
|
17439
17492
|
'/acs/credentials/update': {
|
|
17440
17493
|
route: '/acs/credentials/update';
|
|
@@ -17588,6 +17641,7 @@ export type Routes = {
|
|
|
17588
17641
|
is_managed: true;
|
|
17589
17642
|
};
|
|
17590
17643
|
};
|
|
17644
|
+
maxDuration: undefined;
|
|
17591
17645
|
};
|
|
17592
17646
|
'/acs/encoders/encode_credential': {
|
|
17593
17647
|
route: '/acs/encoders/encode_credential';
|
|
@@ -18860,6 +18914,7 @@ export type Routes = {
|
|
|
18860
18914
|
};
|
|
18861
18915
|
};
|
|
18862
18916
|
};
|
|
18917
|
+
maxDuration: undefined;
|
|
18863
18918
|
};
|
|
18864
18919
|
'/acs/encoders/get': {
|
|
18865
18920
|
route: '/acs/encoders/get';
|
|
@@ -18910,6 +18965,7 @@ export type Routes = {
|
|
|
18910
18965
|
display_name: string;
|
|
18911
18966
|
};
|
|
18912
18967
|
};
|
|
18968
|
+
maxDuration: undefined;
|
|
18913
18969
|
};
|
|
18914
18970
|
'/acs/encoders/list': {
|
|
18915
18971
|
route: '/acs/encoders/list';
|
|
@@ -18966,6 +19022,7 @@ export type Routes = {
|
|
|
18966
19022
|
next_page_url: string | null;
|
|
18967
19023
|
};
|
|
18968
19024
|
};
|
|
19025
|
+
maxDuration: undefined;
|
|
18969
19026
|
};
|
|
18970
19027
|
'/acs/encoders/scan_credential': {
|
|
18971
19028
|
route: '/acs/encoders/scan_credential';
|
|
@@ -20234,6 +20291,7 @@ export type Routes = {
|
|
|
20234
20291
|
};
|
|
20235
20292
|
};
|
|
20236
20293
|
};
|
|
20294
|
+
maxDuration: undefined;
|
|
20237
20295
|
};
|
|
20238
20296
|
'/acs/encoders/simulate/next_credential_encode_will_fail': {
|
|
20239
20297
|
route: '/acs/encoders/simulate/next_credential_encode_will_fail';
|
|
@@ -20255,6 +20313,7 @@ export type Routes = {
|
|
|
20255
20313
|
commonParams: {};
|
|
20256
20314
|
formData: {};
|
|
20257
20315
|
jsonResponse: {};
|
|
20316
|
+
maxDuration: undefined;
|
|
20258
20317
|
};
|
|
20259
20318
|
'/acs/encoders/simulate/next_credential_encode_will_succeed': {
|
|
20260
20319
|
route: '/acs/encoders/simulate/next_credential_encode_will_succeed';
|
|
@@ -20269,6 +20328,7 @@ export type Routes = {
|
|
|
20269
20328
|
commonParams: {};
|
|
20270
20329
|
formData: {};
|
|
20271
20330
|
jsonResponse: {};
|
|
20331
|
+
maxDuration: undefined;
|
|
20272
20332
|
};
|
|
20273
20333
|
'/acs/encoders/simulate/next_credential_scan_will_fail': {
|
|
20274
20334
|
route: '/acs/encoders/simulate/next_credential_scan_will_fail';
|
|
@@ -20287,6 +20347,7 @@ export type Routes = {
|
|
|
20287
20347
|
commonParams: {};
|
|
20288
20348
|
formData: {};
|
|
20289
20349
|
jsonResponse: {};
|
|
20350
|
+
maxDuration: undefined;
|
|
20290
20351
|
};
|
|
20291
20352
|
'/acs/encoders/simulate/next_credential_scan_will_succeed': {
|
|
20292
20353
|
route: '/acs/encoders/simulate/next_credential_scan_will_succeed';
|
|
@@ -20313,6 +20374,7 @@ export type Routes = {
|
|
|
20313
20374
|
commonParams: {};
|
|
20314
20375
|
formData: {};
|
|
20315
20376
|
jsonResponse: {};
|
|
20377
|
+
maxDuration: undefined;
|
|
20316
20378
|
};
|
|
20317
20379
|
'/acs/entrances/get': {
|
|
20318
20380
|
route: '/acs/entrances/get';
|
|
@@ -20450,6 +20512,7 @@ export type Routes = {
|
|
|
20450
20512
|
can_belong_to_reservation?: boolean | undefined;
|
|
20451
20513
|
};
|
|
20452
20514
|
};
|
|
20515
|
+
maxDuration: undefined;
|
|
20453
20516
|
};
|
|
20454
20517
|
'/acs/entrances/grant_access': {
|
|
20455
20518
|
route: '/acs/entrances/grant_access';
|
|
@@ -20466,6 +20529,7 @@ export type Routes = {
|
|
|
20466
20529
|
commonParams: {};
|
|
20467
20530
|
formData: {};
|
|
20468
20531
|
jsonResponse: {};
|
|
20532
|
+
maxDuration: undefined;
|
|
20469
20533
|
};
|
|
20470
20534
|
'/acs/entrances/list': {
|
|
20471
20535
|
route: '/acs/entrances/list';
|
|
@@ -20628,6 +20692,7 @@ export type Routes = {
|
|
|
20628
20692
|
next_page_url: string | null;
|
|
20629
20693
|
};
|
|
20630
20694
|
};
|
|
20695
|
+
maxDuration: undefined;
|
|
20631
20696
|
};
|
|
20632
20697
|
'/acs/entrances/list_credentials_with_access': {
|
|
20633
20698
|
route: '/acs/entrances/list_credentials_with_access';
|
|
@@ -20774,6 +20839,7 @@ export type Routes = {
|
|
|
20774
20839
|
is_managed: true;
|
|
20775
20840
|
}[];
|
|
20776
20841
|
};
|
|
20842
|
+
maxDuration: undefined;
|
|
20777
20843
|
};
|
|
20778
20844
|
'/acs/systems/get': {
|
|
20779
20845
|
route: '/acs/systems/get';
|
|
@@ -20910,6 +20976,7 @@ export type Routes = {
|
|
|
20910
20976
|
})[];
|
|
20911
20977
|
};
|
|
20912
20978
|
};
|
|
20979
|
+
maxDuration: undefined;
|
|
20913
20980
|
};
|
|
20914
20981
|
'/acs/systems/list': {
|
|
20915
20982
|
route: '/acs/systems/list';
|
|
@@ -21043,6 +21110,7 @@ export type Routes = {
|
|
|
21043
21110
|
})[];
|
|
21044
21111
|
}[];
|
|
21045
21112
|
};
|
|
21113
|
+
maxDuration: undefined;
|
|
21046
21114
|
};
|
|
21047
21115
|
'/acs/systems/list_compatible_credential_manager_acs_systems': {
|
|
21048
21116
|
route: '/acs/systems/list_compatible_credential_manager_acs_systems';
|
|
@@ -21174,6 +21242,7 @@ export type Routes = {
|
|
|
21174
21242
|
})[];
|
|
21175
21243
|
}[];
|
|
21176
21244
|
};
|
|
21245
|
+
maxDuration: undefined;
|
|
21177
21246
|
};
|
|
21178
21247
|
'/acs/systems/report_devices': {
|
|
21179
21248
|
route: '/acs/systems/report_devices';
|
|
@@ -21209,6 +21278,7 @@ export type Routes = {
|
|
|
21209
21278
|
};
|
|
21210
21279
|
formData: {};
|
|
21211
21280
|
jsonResponse: {};
|
|
21281
|
+
maxDuration: undefined;
|
|
21212
21282
|
};
|
|
21213
21283
|
'/acs/users/add_to_access_group': {
|
|
21214
21284
|
route: '/acs/users/add_to_access_group';
|
|
@@ -21223,6 +21293,7 @@ export type Routes = {
|
|
|
21223
21293
|
};
|
|
21224
21294
|
formData: {};
|
|
21225
21295
|
jsonResponse: {};
|
|
21296
|
+
maxDuration: undefined;
|
|
21226
21297
|
};
|
|
21227
21298
|
'/acs/users/create': {
|
|
21228
21299
|
route: '/acs/users/create';
|
|
@@ -21478,6 +21549,7 @@ export type Routes = {
|
|
|
21478
21549
|
is_managed: true;
|
|
21479
21550
|
};
|
|
21480
21551
|
};
|
|
21552
|
+
maxDuration: undefined;
|
|
21481
21553
|
};
|
|
21482
21554
|
'/acs/users/delete': {
|
|
21483
21555
|
route: '/acs/users/delete';
|
|
@@ -21494,6 +21566,7 @@ export type Routes = {
|
|
|
21494
21566
|
};
|
|
21495
21567
|
formData: {};
|
|
21496
21568
|
jsonResponse: {};
|
|
21569
|
+
maxDuration: undefined;
|
|
21497
21570
|
};
|
|
21498
21571
|
'/acs/users/get': {
|
|
21499
21572
|
route: '/acs/users/get';
|
|
@@ -21733,6 +21806,7 @@ export type Routes = {
|
|
|
21733
21806
|
is_managed: true;
|
|
21734
21807
|
};
|
|
21735
21808
|
};
|
|
21809
|
+
maxDuration: undefined;
|
|
21736
21810
|
};
|
|
21737
21811
|
'/acs/users/list': {
|
|
21738
21812
|
route: '/acs/users/list';
|
|
@@ -21986,6 +22060,7 @@ export type Routes = {
|
|
|
21986
22060
|
next_page_url: string | null;
|
|
21987
22061
|
};
|
|
21988
22062
|
};
|
|
22063
|
+
maxDuration: undefined;
|
|
21989
22064
|
};
|
|
21990
22065
|
'/acs/users/list_accessible_entrances': {
|
|
21991
22066
|
route: '/acs/users/list_accessible_entrances';
|
|
@@ -22124,6 +22199,7 @@ export type Routes = {
|
|
|
22124
22199
|
can_belong_to_reservation?: boolean | undefined;
|
|
22125
22200
|
}[];
|
|
22126
22201
|
};
|
|
22202
|
+
maxDuration: undefined;
|
|
22127
22203
|
};
|
|
22128
22204
|
'/acs/users/remove_from_access_group': {
|
|
22129
22205
|
route: '/acs/users/remove_from_access_group';
|
|
@@ -22140,6 +22216,7 @@ export type Routes = {
|
|
|
22140
22216
|
};
|
|
22141
22217
|
formData: {};
|
|
22142
22218
|
jsonResponse: {};
|
|
22219
|
+
maxDuration: undefined;
|
|
22143
22220
|
};
|
|
22144
22221
|
'/acs/users/revoke_access_to_all_entrances': {
|
|
22145
22222
|
route: '/acs/users/revoke_access_to_all_entrances';
|
|
@@ -22156,6 +22233,7 @@ export type Routes = {
|
|
|
22156
22233
|
commonParams: {};
|
|
22157
22234
|
formData: {};
|
|
22158
22235
|
jsonResponse: {};
|
|
22236
|
+
maxDuration: undefined;
|
|
22159
22237
|
};
|
|
22160
22238
|
'/acs/users/suspend': {
|
|
22161
22239
|
route: '/acs/users/suspend';
|
|
@@ -22172,6 +22250,7 @@ export type Routes = {
|
|
|
22172
22250
|
};
|
|
22173
22251
|
formData: {};
|
|
22174
22252
|
jsonResponse: {};
|
|
22253
|
+
maxDuration: undefined;
|
|
22175
22254
|
};
|
|
22176
22255
|
'/acs/users/unmanaged/get': {
|
|
22177
22256
|
route: '/acs/users/unmanaged/get';
|
|
@@ -22403,6 +22482,7 @@ export type Routes = {
|
|
|
22403
22482
|
is_managed: false;
|
|
22404
22483
|
};
|
|
22405
22484
|
};
|
|
22485
|
+
maxDuration: undefined;
|
|
22406
22486
|
};
|
|
22407
22487
|
'/acs/users/unmanaged/list': {
|
|
22408
22488
|
route: '/acs/users/unmanaged/list';
|
|
@@ -22641,6 +22721,7 @@ export type Routes = {
|
|
|
22641
22721
|
is_managed: false;
|
|
22642
22722
|
}[];
|
|
22643
22723
|
};
|
|
22724
|
+
maxDuration: undefined;
|
|
22644
22725
|
};
|
|
22645
22726
|
'/acs/users/unsuspend': {
|
|
22646
22727
|
route: '/acs/users/unsuspend';
|
|
@@ -22657,6 +22738,7 @@ export type Routes = {
|
|
|
22657
22738
|
};
|
|
22658
22739
|
formData: {};
|
|
22659
22740
|
jsonResponse: {};
|
|
22741
|
+
maxDuration: undefined;
|
|
22660
22742
|
};
|
|
22661
22743
|
'/acs/users/update': {
|
|
22662
22744
|
route: '/acs/users/update';
|
|
@@ -22690,6 +22772,7 @@ export type Routes = {
|
|
|
22690
22772
|
commonParams: {};
|
|
22691
22773
|
formData: {};
|
|
22692
22774
|
jsonResponse: {};
|
|
22775
|
+
maxDuration: undefined;
|
|
22693
22776
|
};
|
|
22694
22777
|
'/action_attempts/get': {
|
|
22695
22778
|
route: '/action_attempts/get';
|
|
@@ -23958,6 +24041,7 @@ export type Routes = {
|
|
|
23958
24041
|
};
|
|
23959
24042
|
};
|
|
23960
24043
|
};
|
|
24044
|
+
maxDuration: undefined;
|
|
23961
24045
|
};
|
|
23962
24046
|
'/action_attempts/list': {
|
|
23963
24047
|
route: '/action_attempts/list';
|
|
@@ -25221,6 +25305,7 @@ export type Routes = {
|
|
|
25221
25305
|
};
|
|
25222
25306
|
})[];
|
|
25223
25307
|
};
|
|
25308
|
+
maxDuration: undefined;
|
|
25224
25309
|
};
|
|
25225
25310
|
'/bridges/get': {
|
|
25226
25311
|
route: '/bridges/get';
|
|
@@ -25243,6 +25328,7 @@ export type Routes = {
|
|
|
25243
25328
|
created_at: string;
|
|
25244
25329
|
};
|
|
25245
25330
|
};
|
|
25331
|
+
maxDuration: undefined;
|
|
25246
25332
|
};
|
|
25247
25333
|
'/bridges/list': {
|
|
25248
25334
|
route: '/bridges/list';
|
|
@@ -25261,6 +25347,7 @@ export type Routes = {
|
|
|
25261
25347
|
created_at: string;
|
|
25262
25348
|
}[];
|
|
25263
25349
|
};
|
|
25350
|
+
maxDuration: undefined;
|
|
25264
25351
|
};
|
|
25265
25352
|
'/client_sessions/create': {
|
|
25266
25353
|
route: '/client_sessions/create';
|
|
@@ -25325,6 +25412,7 @@ export type Routes = {
|
|
|
25325
25412
|
user_identity_id?: string | undefined;
|
|
25326
25413
|
};
|
|
25327
25414
|
};
|
|
25415
|
+
maxDuration: undefined;
|
|
25328
25416
|
};
|
|
25329
25417
|
'/client_sessions/delete': {
|
|
25330
25418
|
route: '/client_sessions/delete';
|
|
@@ -25337,6 +25425,7 @@ export type Routes = {
|
|
|
25337
25425
|
};
|
|
25338
25426
|
formData: {};
|
|
25339
25427
|
jsonResponse: {};
|
|
25428
|
+
maxDuration: undefined;
|
|
25340
25429
|
};
|
|
25341
25430
|
'/client_sessions/get': {
|
|
25342
25431
|
route: '/client_sessions/get';
|
|
@@ -25388,6 +25477,7 @@ export type Routes = {
|
|
|
25388
25477
|
user_identity_id?: string | undefined;
|
|
25389
25478
|
};
|
|
25390
25479
|
};
|
|
25480
|
+
maxDuration: undefined;
|
|
25391
25481
|
};
|
|
25392
25482
|
'/client_sessions/get_or_create': {
|
|
25393
25483
|
route: '/client_sessions/get_or_create';
|
|
@@ -25448,6 +25538,7 @@ export type Routes = {
|
|
|
25448
25538
|
user_identity_id?: string | undefined;
|
|
25449
25539
|
};
|
|
25450
25540
|
};
|
|
25541
|
+
maxDuration: undefined;
|
|
25451
25542
|
};
|
|
25452
25543
|
'/client_sessions/grant_access': {
|
|
25453
25544
|
route: '/client_sessions/grant_access';
|
|
@@ -25508,6 +25599,7 @@ export type Routes = {
|
|
|
25508
25599
|
user_identity_id?: string | undefined;
|
|
25509
25600
|
};
|
|
25510
25601
|
};
|
|
25602
|
+
maxDuration: undefined;
|
|
25511
25603
|
};
|
|
25512
25604
|
'/client_sessions/list': {
|
|
25513
25605
|
route: '/client_sessions/list';
|
|
@@ -25556,6 +25648,7 @@ export type Routes = {
|
|
|
25556
25648
|
user_identity_id?: string | undefined;
|
|
25557
25649
|
}[];
|
|
25558
25650
|
};
|
|
25651
|
+
maxDuration: undefined;
|
|
25559
25652
|
};
|
|
25560
25653
|
'/client_sessions/revoke': {
|
|
25561
25654
|
route: '/client_sessions/revoke';
|
|
@@ -25568,6 +25661,7 @@ export type Routes = {
|
|
|
25568
25661
|
};
|
|
25569
25662
|
formData: {};
|
|
25570
25663
|
jsonResponse: {};
|
|
25664
|
+
maxDuration: undefined;
|
|
25571
25665
|
};
|
|
25572
25666
|
'/connect_webviews/create': {
|
|
25573
25667
|
route: '/connect_webviews/create';
|
|
@@ -25661,6 +25755,7 @@ export type Routes = {
|
|
|
25661
25755
|
customer_key?: string | undefined;
|
|
25662
25756
|
};
|
|
25663
25757
|
};
|
|
25758
|
+
maxDuration: undefined;
|
|
25664
25759
|
};
|
|
25665
25760
|
'/connect_webviews/delete': {
|
|
25666
25761
|
route: '/connect_webviews/delete';
|
|
@@ -25673,6 +25768,7 @@ export type Routes = {
|
|
|
25673
25768
|
commonParams: {};
|
|
25674
25769
|
formData: {};
|
|
25675
25770
|
jsonResponse: {};
|
|
25771
|
+
maxDuration: undefined;
|
|
25676
25772
|
};
|
|
25677
25773
|
'/connect_webviews/get': {
|
|
25678
25774
|
route: '/connect_webviews/get';
|
|
@@ -25744,6 +25840,7 @@ export type Routes = {
|
|
|
25744
25840
|
customer_key?: string | undefined;
|
|
25745
25841
|
};
|
|
25746
25842
|
};
|
|
25843
|
+
maxDuration: undefined;
|
|
25747
25844
|
};
|
|
25748
25845
|
'/connect_webviews/list': {
|
|
25749
25846
|
route: '/connect_webviews/list';
|
|
@@ -25823,6 +25920,7 @@ export type Routes = {
|
|
|
25823
25920
|
next_page_url: string | null;
|
|
25824
25921
|
};
|
|
25825
25922
|
};
|
|
25923
|
+
maxDuration: undefined;
|
|
25826
25924
|
};
|
|
25827
25925
|
'/connected_accounts/delete': {
|
|
25828
25926
|
route: '/connected_accounts/delete';
|
|
@@ -25837,6 +25935,7 @@ export type Routes = {
|
|
|
25837
25935
|
commonParams: {};
|
|
25838
25936
|
formData: {};
|
|
25839
25937
|
jsonResponse: {};
|
|
25938
|
+
maxDuration: undefined;
|
|
25840
25939
|
};
|
|
25841
25940
|
'/connected_accounts/get': {
|
|
25842
25941
|
route: '/connected_accounts/get';
|
|
@@ -25980,6 +26079,7 @@ export type Routes = {
|
|
|
25980
26079
|
accepted_capabilities: ('lock' | 'thermostat' | 'noise_sensor' | 'access_control')[];
|
|
25981
26080
|
};
|
|
25982
26081
|
};
|
|
26082
|
+
maxDuration: undefined;
|
|
25983
26083
|
};
|
|
25984
26084
|
'/connected_accounts/list': {
|
|
25985
26085
|
route: '/connected_accounts/list';
|
|
@@ -26140,6 +26240,7 @@ export type Routes = {
|
|
|
26140
26240
|
next_page_url: string | null;
|
|
26141
26241
|
};
|
|
26142
26242
|
};
|
|
26243
|
+
maxDuration: undefined;
|
|
26143
26244
|
};
|
|
26144
26245
|
'/connected_accounts/simulate/disconnect': {
|
|
26145
26246
|
route: '/connected_accounts/simulate/disconnect';
|
|
@@ -26151,6 +26252,7 @@ export type Routes = {
|
|
|
26151
26252
|
commonParams: {};
|
|
26152
26253
|
formData: {};
|
|
26153
26254
|
jsonResponse: {};
|
|
26255
|
+
maxDuration: undefined;
|
|
26154
26256
|
};
|
|
26155
26257
|
'/connected_accounts/sync': {
|
|
26156
26258
|
route: '/connected_accounts/sync';
|
|
@@ -26163,6 +26265,7 @@ export type Routes = {
|
|
|
26163
26265
|
commonParams: {};
|
|
26164
26266
|
formData: {};
|
|
26165
26267
|
jsonResponse: {};
|
|
26268
|
+
maxDuration: undefined;
|
|
26166
26269
|
};
|
|
26167
26270
|
'/connected_accounts/update': {
|
|
26168
26271
|
route: '/connected_accounts/update';
|
|
@@ -26313,6 +26416,7 @@ export type Routes = {
|
|
|
26313
26416
|
accepted_capabilities: ('lock' | 'thermostat' | 'noise_sensor' | 'access_control')[];
|
|
26314
26417
|
};
|
|
26315
26418
|
};
|
|
26419
|
+
maxDuration: undefined;
|
|
26316
26420
|
};
|
|
26317
26421
|
'/customers/create_portal': {
|
|
26318
26422
|
route: '/customers/create_portal';
|
|
@@ -26703,6 +26807,7 @@ export type Routes = {
|
|
|
26703
26807
|
created_at: string;
|
|
26704
26808
|
};
|
|
26705
26809
|
};
|
|
26810
|
+
maxDuration: undefined;
|
|
26706
26811
|
};
|
|
26707
26812
|
'/customers/delete_data': {
|
|
26708
26813
|
route: '/customers/delete_data';
|
|
@@ -26751,6 +26856,7 @@ export type Routes = {
|
|
|
26751
26856
|
};
|
|
26752
26857
|
formData: {};
|
|
26753
26858
|
jsonResponse: {};
|
|
26859
|
+
maxDuration: undefined;
|
|
26754
26860
|
};
|
|
26755
26861
|
'/customers/push_data': {
|
|
26756
26862
|
route: '/customers/push_data';
|
|
@@ -27042,6 +27148,7 @@ export type Routes = {
|
|
|
27042
27148
|
};
|
|
27043
27149
|
formData: {};
|
|
27044
27150
|
jsonResponse: {};
|
|
27151
|
+
maxDuration: undefined;
|
|
27045
27152
|
};
|
|
27046
27153
|
'/devices/delete': {
|
|
27047
27154
|
route: '/devices/delete';
|
|
@@ -27054,6 +27161,7 @@ export type Routes = {
|
|
|
27054
27161
|
};
|
|
27055
27162
|
formData: {};
|
|
27056
27163
|
jsonResponse: {};
|
|
27164
|
+
maxDuration: undefined;
|
|
27057
27165
|
};
|
|
27058
27166
|
'/devices/get': {
|
|
27059
27167
|
route: '/devices/get';
|
|
@@ -28292,6 +28400,7 @@ export type Routes = {
|
|
|
28292
28400
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
28293
28401
|
};
|
|
28294
28402
|
};
|
|
28403
|
+
maxDuration: undefined;
|
|
28295
28404
|
};
|
|
28296
28405
|
'/devices/list': {
|
|
28297
28406
|
route: '/devices/list';
|
|
@@ -29573,6 +29682,7 @@ export type Routes = {
|
|
|
29573
29682
|
next_page_url: string | null;
|
|
29574
29683
|
};
|
|
29575
29684
|
};
|
|
29685
|
+
maxDuration: undefined;
|
|
29576
29686
|
};
|
|
29577
29687
|
'/devices/list_device_providers': {
|
|
29578
29688
|
route: '/devices/list_device_providers';
|
|
@@ -29611,6 +29721,7 @@ export type Routes = {
|
|
|
29611
29721
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
29612
29722
|
}[];
|
|
29613
29723
|
};
|
|
29724
|
+
maxDuration: undefined;
|
|
29614
29725
|
};
|
|
29615
29726
|
'/devices/simulate/connect': {
|
|
29616
29727
|
route: '/devices/simulate/connect';
|
|
@@ -29623,6 +29734,7 @@ export type Routes = {
|
|
|
29623
29734
|
commonParams: {};
|
|
29624
29735
|
formData: {};
|
|
29625
29736
|
jsonResponse: {};
|
|
29737
|
+
maxDuration: undefined;
|
|
29626
29738
|
};
|
|
29627
29739
|
'/devices/simulate/connect_to_hub': {
|
|
29628
29740
|
route: '/devices/simulate/connect_to_hub';
|
|
@@ -29635,6 +29747,7 @@ export type Routes = {
|
|
|
29635
29747
|
commonParams: {};
|
|
29636
29748
|
formData: {};
|
|
29637
29749
|
jsonResponse: {};
|
|
29750
|
+
maxDuration: undefined;
|
|
29638
29751
|
};
|
|
29639
29752
|
'/devices/simulate/disconnect': {
|
|
29640
29753
|
route: '/devices/simulate/disconnect';
|
|
@@ -29647,6 +29760,7 @@ export type Routes = {
|
|
|
29647
29760
|
commonParams: {};
|
|
29648
29761
|
formData: {};
|
|
29649
29762
|
jsonResponse: {};
|
|
29763
|
+
maxDuration: undefined;
|
|
29650
29764
|
};
|
|
29651
29765
|
'/devices/simulate/disconnect_from_hub': {
|
|
29652
29766
|
route: '/devices/simulate/disconnect_from_hub';
|
|
@@ -29659,6 +29773,7 @@ export type Routes = {
|
|
|
29659
29773
|
commonParams: {};
|
|
29660
29774
|
formData: {};
|
|
29661
29775
|
jsonResponse: {};
|
|
29776
|
+
maxDuration: undefined;
|
|
29662
29777
|
};
|
|
29663
29778
|
'/devices/simulate/paid_subscription': {
|
|
29664
29779
|
route: '/devices/simulate/paid_subscription';
|
|
@@ -29671,6 +29786,7 @@ export type Routes = {
|
|
|
29671
29786
|
commonParams: {};
|
|
29672
29787
|
formData: {};
|
|
29673
29788
|
jsonResponse: {};
|
|
29789
|
+
maxDuration: undefined;
|
|
29674
29790
|
};
|
|
29675
29791
|
'/devices/simulate/remove': {
|
|
29676
29792
|
route: '/devices/simulate/remove';
|
|
@@ -29683,6 +29799,7 @@ export type Routes = {
|
|
|
29683
29799
|
commonParams: {};
|
|
29684
29800
|
formData: {};
|
|
29685
29801
|
jsonResponse: {};
|
|
29802
|
+
maxDuration: undefined;
|
|
29686
29803
|
};
|
|
29687
29804
|
'/devices/unmanaged/get': {
|
|
29688
29805
|
route: '/devices/unmanaged/get';
|
|
@@ -30089,6 +30206,7 @@ export type Routes = {
|
|
|
30089
30206
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
30090
30207
|
};
|
|
30091
30208
|
};
|
|
30209
|
+
maxDuration: undefined;
|
|
30092
30210
|
};
|
|
30093
30211
|
'/devices/unmanaged/list': {
|
|
30094
30212
|
route: '/devices/unmanaged/list';
|
|
@@ -30538,6 +30656,7 @@ export type Routes = {
|
|
|
30538
30656
|
next_page_url: string | null;
|
|
30539
30657
|
};
|
|
30540
30658
|
};
|
|
30659
|
+
maxDuration: undefined;
|
|
30541
30660
|
};
|
|
30542
30661
|
'/devices/unmanaged/update': {
|
|
30543
30662
|
route: '/devices/unmanaged/update';
|
|
@@ -30556,6 +30675,7 @@ export type Routes = {
|
|
|
30556
30675
|
};
|
|
30557
30676
|
formData: {};
|
|
30558
30677
|
jsonResponse: {};
|
|
30678
|
+
maxDuration: undefined;
|
|
30559
30679
|
};
|
|
30560
30680
|
'/devices/update': {
|
|
30561
30681
|
route: '/devices/update';
|
|
@@ -30580,6 +30700,7 @@ export type Routes = {
|
|
|
30580
30700
|
};
|
|
30581
30701
|
formData: {};
|
|
30582
30702
|
jsonResponse: {};
|
|
30703
|
+
maxDuration: undefined;
|
|
30583
30704
|
};
|
|
30584
30705
|
'/events/get': {
|
|
30585
30706
|
route: '/events/get';
|
|
@@ -32516,6 +32637,7 @@ export type Routes = {
|
|
|
32516
32637
|
}) | undefined;
|
|
32517
32638
|
message?: string | undefined;
|
|
32518
32639
|
};
|
|
32640
|
+
maxDuration: undefined;
|
|
32519
32641
|
};
|
|
32520
32642
|
'/events/list': {
|
|
32521
32643
|
route: '/events/list';
|
|
@@ -34474,6 +34596,7 @@ export type Routes = {
|
|
|
34474
34596
|
acs_entrance_ids: string[];
|
|
34475
34597
|
})[];
|
|
34476
34598
|
};
|
|
34599
|
+
maxDuration: undefined;
|
|
34477
34600
|
};
|
|
34478
34601
|
'/instant_keys/delete': {
|
|
34479
34602
|
route: '/instant_keys/delete';
|
|
@@ -34486,6 +34609,7 @@ export type Routes = {
|
|
|
34486
34609
|
};
|
|
34487
34610
|
formData: {};
|
|
34488
34611
|
jsonResponse: {};
|
|
34612
|
+
maxDuration: undefined;
|
|
34489
34613
|
};
|
|
34490
34614
|
'/instant_keys/get': {
|
|
34491
34615
|
route: '/instant_keys/get';
|
|
@@ -34531,6 +34655,7 @@ export type Routes = {
|
|
|
34531
34655
|
} | undefined;
|
|
34532
34656
|
};
|
|
34533
34657
|
};
|
|
34658
|
+
maxDuration: undefined;
|
|
34534
34659
|
};
|
|
34535
34660
|
'/instant_keys/list': {
|
|
34536
34661
|
route: '/instant_keys/list';
|
|
@@ -34571,6 +34696,7 @@ export type Routes = {
|
|
|
34571
34696
|
} | undefined;
|
|
34572
34697
|
}[];
|
|
34573
34698
|
};
|
|
34699
|
+
maxDuration: undefined;
|
|
34574
34700
|
};
|
|
34575
34701
|
'/locks/get': {
|
|
34576
34702
|
route: '/locks/get';
|
|
@@ -37032,6 +37158,7 @@ export type Routes = {
|
|
|
37032
37158
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
37033
37159
|
};
|
|
37034
37160
|
};
|
|
37161
|
+
maxDuration: undefined;
|
|
37035
37162
|
};
|
|
37036
37163
|
'/locks/list': {
|
|
37037
37164
|
route: '/locks/list';
|
|
@@ -39526,6 +39653,7 @@ export type Routes = {
|
|
|
39526
39653
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
39527
39654
|
}[];
|
|
39528
39655
|
};
|
|
39656
|
+
maxDuration: undefined;
|
|
39529
39657
|
};
|
|
39530
39658
|
'/locks/lock_door': {
|
|
39531
39659
|
route: '/locks/lock_door';
|
|
@@ -40796,6 +40924,7 @@ export type Routes = {
|
|
|
40796
40924
|
};
|
|
40797
40925
|
};
|
|
40798
40926
|
};
|
|
40927
|
+
maxDuration: undefined;
|
|
40799
40928
|
};
|
|
40800
40929
|
'/locks/simulate/keypad_code_entry': {
|
|
40801
40930
|
route: '/locks/simulate/keypad_code_entry';
|
|
@@ -42066,6 +42195,7 @@ export type Routes = {
|
|
|
42066
42195
|
};
|
|
42067
42196
|
};
|
|
42068
42197
|
};
|
|
42198
|
+
maxDuration: undefined;
|
|
42069
42199
|
};
|
|
42070
42200
|
'/locks/simulate/manual_lock_via_keypad': {
|
|
42071
42201
|
route: '/locks/simulate/manual_lock_via_keypad';
|
|
@@ -43334,6 +43464,7 @@ export type Routes = {
|
|
|
43334
43464
|
};
|
|
43335
43465
|
};
|
|
43336
43466
|
};
|
|
43467
|
+
maxDuration: undefined;
|
|
43337
43468
|
};
|
|
43338
43469
|
'/locks/unlock_door': {
|
|
43339
43470
|
route: '/locks/unlock_door';
|
|
@@ -44604,6 +44735,7 @@ export type Routes = {
|
|
|
44604
44735
|
};
|
|
44605
44736
|
};
|
|
44606
44737
|
};
|
|
44738
|
+
maxDuration: undefined;
|
|
44607
44739
|
};
|
|
44608
44740
|
'/noise_sensors/list': {
|
|
44609
44741
|
route: '/noise_sensors/list';
|
|
@@ -47098,6 +47230,7 @@ export type Routes = {
|
|
|
47098
47230
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
47099
47231
|
}[];
|
|
47100
47232
|
};
|
|
47233
|
+
maxDuration: undefined;
|
|
47101
47234
|
};
|
|
47102
47235
|
'/noise_sensors/noise_thresholds/create': {
|
|
47103
47236
|
route: '/noise_sensors/noise_thresholds/create';
|
|
@@ -48395,6 +48528,7 @@ export type Routes = {
|
|
|
48395
48528
|
noise_threshold_decibels: number;
|
|
48396
48529
|
};
|
|
48397
48530
|
};
|
|
48531
|
+
maxDuration: undefined;
|
|
48398
48532
|
};
|
|
48399
48533
|
'/noise_sensors/noise_thresholds/delete': {
|
|
48400
48534
|
route: '/noise_sensors/noise_thresholds/delete';
|
|
@@ -49667,6 +49801,7 @@ export type Routes = {
|
|
|
49667
49801
|
};
|
|
49668
49802
|
};
|
|
49669
49803
|
};
|
|
49804
|
+
maxDuration: undefined;
|
|
49670
49805
|
};
|
|
49671
49806
|
'/noise_sensors/noise_thresholds/get': {
|
|
49672
49807
|
route: '/noise_sensors/noise_thresholds/get';
|
|
@@ -49697,6 +49832,7 @@ export type Routes = {
|
|
|
49697
49832
|
noise_threshold_decibels: number;
|
|
49698
49833
|
};
|
|
49699
49834
|
};
|
|
49835
|
+
maxDuration: undefined;
|
|
49700
49836
|
};
|
|
49701
49837
|
'/noise_sensors/noise_thresholds/list': {
|
|
49702
49838
|
route: '/noise_sensors/noise_thresholds/list';
|
|
@@ -49728,6 +49864,7 @@ export type Routes = {
|
|
|
49728
49864
|
noise_threshold_decibels: number;
|
|
49729
49865
|
}[];
|
|
49730
49866
|
};
|
|
49867
|
+
maxDuration: undefined;
|
|
49731
49868
|
};
|
|
49732
49869
|
'/noise_sensors/noise_thresholds/update': {
|
|
49733
49870
|
route: '/noise_sensors/noise_thresholds/update';
|
|
@@ -51010,6 +51147,7 @@ export type Routes = {
|
|
|
51010
51147
|
};
|
|
51011
51148
|
};
|
|
51012
51149
|
};
|
|
51150
|
+
maxDuration: undefined;
|
|
51013
51151
|
};
|
|
51014
51152
|
'/noise_sensors/simulate/trigger_noise_threshold': {
|
|
51015
51153
|
route: '/noise_sensors/simulate/trigger_noise_threshold';
|
|
@@ -51022,6 +51160,7 @@ export type Routes = {
|
|
|
51022
51160
|
commonParams: {};
|
|
51023
51161
|
formData: {};
|
|
51024
51162
|
jsonResponse: {};
|
|
51163
|
+
maxDuration: undefined;
|
|
51025
51164
|
};
|
|
51026
51165
|
'/phones/deactivate': {
|
|
51027
51166
|
route: '/phones/deactivate';
|
|
@@ -51034,6 +51173,7 @@ export type Routes = {
|
|
|
51034
51173
|
commonParams: {};
|
|
51035
51174
|
formData: {};
|
|
51036
51175
|
jsonResponse: {};
|
|
51176
|
+
maxDuration: undefined;
|
|
51037
51177
|
};
|
|
51038
51178
|
'/phones/get': {
|
|
51039
51179
|
route: '/phones/get';
|
|
@@ -51105,6 +51245,7 @@ export type Routes = {
|
|
|
51105
51245
|
};
|
|
51106
51246
|
};
|
|
51107
51247
|
};
|
|
51248
|
+
maxDuration: undefined;
|
|
51108
51249
|
};
|
|
51109
51250
|
'/phones/list': {
|
|
51110
51251
|
route: '/phones/list';
|
|
@@ -51177,6 +51318,7 @@ export type Routes = {
|
|
|
51177
51318
|
};
|
|
51178
51319
|
}[];
|
|
51179
51320
|
};
|
|
51321
|
+
maxDuration: undefined;
|
|
51180
51322
|
};
|
|
51181
51323
|
'/phones/simulate/create_sandbox_phone': {
|
|
51182
51324
|
route: '/phones/simulate/create_sandbox_phone';
|
|
@@ -51276,6 +51418,7 @@ export type Routes = {
|
|
|
51276
51418
|
};
|
|
51277
51419
|
};
|
|
51278
51420
|
};
|
|
51421
|
+
maxDuration: undefined;
|
|
51279
51422
|
};
|
|
51280
51423
|
'/seam/bridge/v1/bridge_client_sessions/create': {
|
|
51281
51424
|
route: '/seam/bridge/v1/bridge_client_sessions/create';
|
|
@@ -51348,6 +51491,7 @@ export type Routes = {
|
|
|
51348
51491
|
telemetry_url: string | null;
|
|
51349
51492
|
};
|
|
51350
51493
|
};
|
|
51494
|
+
maxDuration: undefined;
|
|
51351
51495
|
};
|
|
51352
51496
|
'/seam/bridge/v1/bridge_client_sessions/get': {
|
|
51353
51497
|
route: '/seam/bridge/v1/bridge_client_sessions/get';
|
|
@@ -51413,6 +51557,7 @@ export type Routes = {
|
|
|
51413
51557
|
telemetry_url: string | null;
|
|
51414
51558
|
};
|
|
51415
51559
|
};
|
|
51560
|
+
maxDuration: undefined;
|
|
51416
51561
|
};
|
|
51417
51562
|
'/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token': {
|
|
51418
51563
|
route: '/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token';
|
|
@@ -51478,6 +51623,7 @@ export type Routes = {
|
|
|
51478
51623
|
telemetry_url: string | null;
|
|
51479
51624
|
};
|
|
51480
51625
|
};
|
|
51626
|
+
maxDuration: undefined;
|
|
51481
51627
|
};
|
|
51482
51628
|
'/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code': {
|
|
51483
51629
|
route: '/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code';
|
|
@@ -51543,6 +51689,7 @@ export type Routes = {
|
|
|
51543
51689
|
telemetry_url: string | null;
|
|
51544
51690
|
};
|
|
51545
51691
|
};
|
|
51692
|
+
maxDuration: undefined;
|
|
51546
51693
|
};
|
|
51547
51694
|
'/seam/bridge/v1/bridge_client_sessions/report_status': {
|
|
51548
51695
|
route: '/seam/bridge/v1/bridge_client_sessions/report_status';
|
|
@@ -51557,6 +51704,7 @@ export type Routes = {
|
|
|
51557
51704
|
commonParams: {};
|
|
51558
51705
|
formData: {};
|
|
51559
51706
|
jsonResponse: {};
|
|
51707
|
+
maxDuration: undefined;
|
|
51560
51708
|
};
|
|
51561
51709
|
'/seam/bridge/v1/bridge_connected_systems/list': {
|
|
51562
51710
|
route: '/seam/bridge/v1/bridge_connected_systems/list';
|
|
@@ -51585,6 +51733,7 @@ export type Routes = {
|
|
|
51585
51733
|
workspace_display_name: string;
|
|
51586
51734
|
}[];
|
|
51587
51735
|
};
|
|
51736
|
+
maxDuration: undefined;
|
|
51588
51737
|
};
|
|
51589
51738
|
'/seam/console/v1/get_resource_locator': {
|
|
51590
51739
|
route: '/seam/console/v1/get_resource_locator';
|
|
@@ -51602,6 +51751,7 @@ export type Routes = {
|
|
|
51602
51751
|
device_id?: string | undefined;
|
|
51603
51752
|
};
|
|
51604
51753
|
};
|
|
51754
|
+
maxDuration: undefined;
|
|
51605
51755
|
};
|
|
51606
51756
|
'/seam/console/v1/timelines/get': {
|
|
51607
51757
|
route: '/seam/console/v1/timelines/get';
|
|
@@ -51682,6 +51832,7 @@ export type Routes = {
|
|
|
51682
51832
|
next_page_url: string | null;
|
|
51683
51833
|
};
|
|
51684
51834
|
};
|
|
51835
|
+
maxDuration: undefined;
|
|
51685
51836
|
};
|
|
51686
51837
|
'/seam/customer/v1/access_grants/list': {
|
|
51687
51838
|
route: '/seam/customer/v1/access_grants/list';
|
|
@@ -51749,6 +51900,7 @@ export type Routes = {
|
|
|
51749
51900
|
customization_profile_id?: string | undefined;
|
|
51750
51901
|
}[];
|
|
51751
51902
|
};
|
|
51903
|
+
maxDuration: undefined;
|
|
51752
51904
|
};
|
|
51753
51905
|
'/seam/customer/v1/automation_runs/list': {
|
|
51754
51906
|
route: '/seam/customer/v1/automation_runs/list';
|
|
@@ -51803,6 +51955,7 @@ export type Routes = {
|
|
|
51803
51955
|
next_page_url: string | null;
|
|
51804
51956
|
};
|
|
51805
51957
|
};
|
|
51958
|
+
maxDuration: undefined;
|
|
51806
51959
|
};
|
|
51807
51960
|
'/seam/customer/v1/automations/delete': {
|
|
51808
51961
|
route: '/seam/customer/v1/automations/delete';
|
|
@@ -51812,6 +51965,7 @@ export type Routes = {
|
|
|
51812
51965
|
commonParams: {};
|
|
51813
51966
|
formData: {};
|
|
51814
51967
|
jsonResponse: {};
|
|
51968
|
+
maxDuration: undefined;
|
|
51815
51969
|
};
|
|
51816
51970
|
'/seam/customer/v1/automations/get': {
|
|
51817
51971
|
route: '/seam/customer/v1/automations/get';
|
|
@@ -51885,6 +52039,7 @@ export type Routes = {
|
|
|
51885
52039
|
};
|
|
51886
52040
|
} | undefined;
|
|
51887
52041
|
};
|
|
52042
|
+
maxDuration: undefined;
|
|
51888
52043
|
};
|
|
51889
52044
|
'/seam/customer/v1/automations/update': {
|
|
51890
52045
|
route: '/seam/customer/v1/automations/update';
|
|
@@ -51960,6 +52115,7 @@ export type Routes = {
|
|
|
51960
52115
|
commonParams: {};
|
|
51961
52116
|
formData: {};
|
|
51962
52117
|
jsonResponse: {};
|
|
52118
|
+
maxDuration: undefined;
|
|
51963
52119
|
};
|
|
51964
52120
|
'/seam/customer/v1/connectors/connector_types': {
|
|
51965
52121
|
route: '/seam/customer/v1/connectors/connector_types';
|
|
@@ -51982,6 +52138,7 @@ export type Routes = {
|
|
|
51982
52138
|
}[];
|
|
51983
52139
|
}[];
|
|
51984
52140
|
};
|
|
52141
|
+
maxDuration: undefined;
|
|
51985
52142
|
};
|
|
51986
52143
|
'/seam/customer/v1/connectors/create': {
|
|
51987
52144
|
route: '/seam/customer/v1/connectors/create';
|
|
@@ -52013,6 +52170,7 @@ export type Routes = {
|
|
|
52013
52170
|
error?: string | undefined;
|
|
52014
52171
|
};
|
|
52015
52172
|
};
|
|
52173
|
+
maxDuration: undefined;
|
|
52016
52174
|
};
|
|
52017
52175
|
'/seam/customer/v1/connectors/delete': {
|
|
52018
52176
|
route: '/seam/customer/v1/connectors/delete';
|
|
@@ -52031,6 +52189,7 @@ export type Routes = {
|
|
|
52031
52189
|
status: 'deleted';
|
|
52032
52190
|
};
|
|
52033
52191
|
};
|
|
52192
|
+
maxDuration: undefined;
|
|
52034
52193
|
};
|
|
52035
52194
|
'/seam/customer/v1/connectors/list': {
|
|
52036
52195
|
route: '/seam/customer/v1/connectors/list';
|
|
@@ -52051,6 +52210,7 @@ export type Routes = {
|
|
|
52051
52210
|
updated_at: string;
|
|
52052
52211
|
}[];
|
|
52053
52212
|
};
|
|
52213
|
+
maxDuration: undefined;
|
|
52054
52214
|
};
|
|
52055
52215
|
'/seam/customer/v1/connectors/sync': {
|
|
52056
52216
|
route: '/seam/customer/v1/connectors/sync';
|
|
@@ -52069,6 +52229,7 @@ export type Routes = {
|
|
|
52069
52229
|
message: string;
|
|
52070
52230
|
};
|
|
52071
52231
|
};
|
|
52232
|
+
maxDuration: undefined;
|
|
52072
52233
|
};
|
|
52073
52234
|
'/seam/customer/v1/connectors/update': {
|
|
52074
52235
|
route: '/seam/customer/v1/connectors/update';
|
|
@@ -52112,6 +52273,7 @@ export type Routes = {
|
|
|
52112
52273
|
error?: string | undefined;
|
|
52113
52274
|
};
|
|
52114
52275
|
};
|
|
52276
|
+
maxDuration: undefined;
|
|
52115
52277
|
};
|
|
52116
52278
|
'/seam/customer/v1/events/list': {
|
|
52117
52279
|
route: '/seam/customer/v1/events/list';
|
|
@@ -54050,6 +54212,7 @@ export type Routes = {
|
|
|
54050
54212
|
acs_entrance_ids: string[];
|
|
54051
54213
|
})[];
|
|
54052
54214
|
};
|
|
54215
|
+
maxDuration: undefined;
|
|
54053
54216
|
};
|
|
54054
54217
|
'/seam/customer/v1/portals/get': {
|
|
54055
54218
|
route: '/seam/customer/v1/portals/get';
|
|
@@ -54145,6 +54308,7 @@ export type Routes = {
|
|
|
54145
54308
|
business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
54146
54309
|
};
|
|
54147
54310
|
};
|
|
54311
|
+
maxDuration: undefined;
|
|
54148
54312
|
};
|
|
54149
54313
|
'/seam/customer/v1/reservations/get': {
|
|
54150
54314
|
route: '/seam/customer/v1/reservations/get';
|
|
@@ -54181,6 +54345,7 @@ export type Routes = {
|
|
|
54181
54345
|
}[];
|
|
54182
54346
|
};
|
|
54183
54347
|
};
|
|
54348
|
+
maxDuration: undefined;
|
|
54184
54349
|
};
|
|
54185
54350
|
'/seam/customer/v1/reservations/list': {
|
|
54186
54351
|
route: '/seam/customer/v1/reservations/list';
|
|
@@ -54232,6 +54397,7 @@ export type Routes = {
|
|
|
54232
54397
|
next_page_url: string | null;
|
|
54233
54398
|
};
|
|
54234
54399
|
};
|
|
54400
|
+
maxDuration: undefined;
|
|
54235
54401
|
};
|
|
54236
54402
|
'/seam/customer/v1/settings/get': {
|
|
54237
54403
|
route: '/seam/customer/v1/settings/get';
|
|
@@ -54244,6 +54410,7 @@ export type Routes = {
|
|
|
54244
54410
|
/** Business vertical of the customer portal. */
|
|
54245
54411
|
business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
54246
54412
|
};
|
|
54413
|
+
maxDuration: undefined;
|
|
54247
54414
|
};
|
|
54248
54415
|
'/seam/customer/v1/settings/update': {
|
|
54249
54416
|
route: '/seam/customer/v1/settings/update';
|
|
@@ -54256,6 +54423,7 @@ export type Routes = {
|
|
|
54256
54423
|
commonParams: {};
|
|
54257
54424
|
formData: {};
|
|
54258
54425
|
jsonResponse: {};
|
|
54426
|
+
maxDuration: undefined;
|
|
54259
54427
|
};
|
|
54260
54428
|
'/seam/customer/v1/spaces/create': {
|
|
54261
54429
|
route: '/seam/customer/v1/spaces/create';
|
|
@@ -54302,6 +54470,7 @@ export type Routes = {
|
|
|
54302
54470
|
parent_space_key?: string | undefined;
|
|
54303
54471
|
};
|
|
54304
54472
|
};
|
|
54473
|
+
maxDuration: undefined;
|
|
54305
54474
|
};
|
|
54306
54475
|
'/seam/customer/v1/spaces/list': {
|
|
54307
54476
|
route: '/seam/customer/v1/spaces/list';
|
|
@@ -54341,6 +54510,7 @@ export type Routes = {
|
|
|
54341
54510
|
parent_space_key?: string | undefined;
|
|
54342
54511
|
}[];
|
|
54343
54512
|
};
|
|
54513
|
+
maxDuration: undefined;
|
|
54344
54514
|
};
|
|
54345
54515
|
'/seam/customer/v1/staff_members/get': {
|
|
54346
54516
|
route: '/seam/customer/v1/staff_members/get';
|
|
@@ -54430,6 +54600,7 @@ export type Routes = {
|
|
|
54430
54600
|
user_identity_id?: string | undefined;
|
|
54431
54601
|
};
|
|
54432
54602
|
};
|
|
54603
|
+
maxDuration: undefined;
|
|
54433
54604
|
};
|
|
54434
54605
|
'/seam/customer/v1/staff_members/list': {
|
|
54435
54606
|
route: '/seam/customer/v1/staff_members/list';
|
|
@@ -54473,6 +54644,7 @@ export type Routes = {
|
|
|
54473
54644
|
next_page_url: string | null;
|
|
54474
54645
|
};
|
|
54475
54646
|
};
|
|
54647
|
+
maxDuration: undefined;
|
|
54476
54648
|
};
|
|
54477
54649
|
'/seam/instant_key/v1/client_sessions/exchange_short_code': {
|
|
54478
54650
|
route: '/seam/instant_key/v1/client_sessions/exchange_short_code';
|
|
@@ -54522,6 +54694,7 @@ export type Routes = {
|
|
|
54522
54694
|
user_identity_id?: string | undefined;
|
|
54523
54695
|
};
|
|
54524
54696
|
};
|
|
54697
|
+
maxDuration: undefined;
|
|
54525
54698
|
};
|
|
54526
54699
|
'/seam/instant_key/v1/preview/get': {
|
|
54527
54700
|
route: '/seam/instant_key/v1/preview/get';
|
|
@@ -54573,6 +54746,7 @@ export type Routes = {
|
|
|
54573
54746
|
expires_at: string;
|
|
54574
54747
|
};
|
|
54575
54748
|
};
|
|
54749
|
+
maxDuration: undefined;
|
|
54576
54750
|
};
|
|
54577
54751
|
'/seam/mobile_sdk/v1/acs/credentials/list': {
|
|
54578
54752
|
route: '/seam/mobile_sdk/v1/acs/credentials/list';
|
|
@@ -54714,6 +54888,7 @@ export type Routes = {
|
|
|
54714
54888
|
is_managed: true;
|
|
54715
54889
|
}[];
|
|
54716
54890
|
};
|
|
54891
|
+
maxDuration: undefined;
|
|
54717
54892
|
};
|
|
54718
54893
|
'/seam/mobile_sdk/v1/phone_sessions/get_or_create': {
|
|
54719
54894
|
route: '/seam/mobile_sdk/v1/phone_sessions/get_or_create';
|
|
@@ -55054,6 +55229,7 @@ export type Routes = {
|
|
|
55054
55229
|
workspace_id: string;
|
|
55055
55230
|
};
|
|
55056
55231
|
};
|
|
55232
|
+
maxDuration: undefined;
|
|
55057
55233
|
};
|
|
55058
55234
|
'/seam/mobile_sdk/v1/report_salto_space_audit_trail': {
|
|
55059
55235
|
route: '/seam/mobile_sdk/v1/report_salto_space_audit_trail';
|
|
@@ -55068,6 +55244,7 @@ export type Routes = {
|
|
|
55068
55244
|
commonParams: {};
|
|
55069
55245
|
formData: {};
|
|
55070
55246
|
jsonResponse: {};
|
|
55247
|
+
maxDuration: undefined;
|
|
55071
55248
|
};
|
|
55072
55249
|
'/seam/partner/v1/building_blocks/spaces/auto_map': {
|
|
55073
55250
|
route: '/seam/partner/v1/building_blocks/spaces/auto_map';
|
|
@@ -55097,6 +55274,7 @@ export type Routes = {
|
|
|
55097
55274
|
is_draft?: boolean | undefined;
|
|
55098
55275
|
}[];
|
|
55099
55276
|
};
|
|
55277
|
+
maxDuration: undefined;
|
|
55100
55278
|
};
|
|
55101
55279
|
'/spaces/add_acs_entrances': {
|
|
55102
55280
|
route: '/spaces/add_acs_entrances';
|
|
@@ -55111,6 +55289,7 @@ export type Routes = {
|
|
|
55111
55289
|
commonParams: {};
|
|
55112
55290
|
formData: {};
|
|
55113
55291
|
jsonResponse: {};
|
|
55292
|
+
maxDuration: undefined;
|
|
55114
55293
|
};
|
|
55115
55294
|
'/spaces/add_devices': {
|
|
55116
55295
|
route: '/spaces/add_devices';
|
|
@@ -55125,6 +55304,7 @@ export type Routes = {
|
|
|
55125
55304
|
commonParams: {};
|
|
55126
55305
|
formData: {};
|
|
55127
55306
|
jsonResponse: {};
|
|
55307
|
+
maxDuration: undefined;
|
|
55128
55308
|
};
|
|
55129
55309
|
'/spaces/create': {
|
|
55130
55310
|
route: '/spaces/create';
|
|
@@ -55169,6 +55349,7 @@ export type Routes = {
|
|
|
55169
55349
|
parent_space_key?: string | undefined;
|
|
55170
55350
|
};
|
|
55171
55351
|
};
|
|
55352
|
+
maxDuration: undefined;
|
|
55172
55353
|
};
|
|
55173
55354
|
'/spaces/delete': {
|
|
55174
55355
|
route: '/spaces/delete';
|
|
@@ -55181,6 +55362,7 @@ export type Routes = {
|
|
|
55181
55362
|
commonParams: {};
|
|
55182
55363
|
formData: {};
|
|
55183
55364
|
jsonResponse: {};
|
|
55365
|
+
maxDuration: undefined;
|
|
55184
55366
|
};
|
|
55185
55367
|
'/spaces/get': {
|
|
55186
55368
|
route: '/spaces/get';
|
|
@@ -55220,6 +55402,7 @@ export type Routes = {
|
|
|
55220
55402
|
parent_space_key?: string | undefined;
|
|
55221
55403
|
};
|
|
55222
55404
|
};
|
|
55405
|
+
maxDuration: undefined;
|
|
55223
55406
|
};
|
|
55224
55407
|
'/spaces/get_related': {
|
|
55225
55408
|
route: '/spaces/get_related';
|
|
@@ -56849,6 +57032,7 @@ export type Routes = {
|
|
|
56849
57032
|
}[] | undefined;
|
|
56850
57033
|
};
|
|
56851
57034
|
};
|
|
57035
|
+
maxDuration: undefined;
|
|
56852
57036
|
};
|
|
56853
57037
|
'/spaces/list': {
|
|
56854
57038
|
route: '/spaces/list';
|
|
@@ -56890,6 +57074,7 @@ export type Routes = {
|
|
|
56890
57074
|
parent_space_key?: string | undefined;
|
|
56891
57075
|
}[];
|
|
56892
57076
|
};
|
|
57077
|
+
maxDuration: undefined;
|
|
56893
57078
|
};
|
|
56894
57079
|
'/spaces/remove_acs_entrances': {
|
|
56895
57080
|
route: '/spaces/remove_acs_entrances';
|
|
@@ -56904,6 +57089,7 @@ export type Routes = {
|
|
|
56904
57089
|
};
|
|
56905
57090
|
formData: {};
|
|
56906
57091
|
jsonResponse: {};
|
|
57092
|
+
maxDuration: undefined;
|
|
56907
57093
|
};
|
|
56908
57094
|
'/spaces/remove_devices': {
|
|
56909
57095
|
route: '/spaces/remove_devices';
|
|
@@ -56918,6 +57104,7 @@ export type Routes = {
|
|
|
56918
57104
|
};
|
|
56919
57105
|
formData: {};
|
|
56920
57106
|
jsonResponse: {};
|
|
57107
|
+
maxDuration: undefined;
|
|
56921
57108
|
};
|
|
56922
57109
|
'/spaces/update': {
|
|
56923
57110
|
route: '/spaces/update';
|
|
@@ -56964,6 +57151,7 @@ export type Routes = {
|
|
|
56964
57151
|
parent_space_key?: string | undefined;
|
|
56965
57152
|
};
|
|
56966
57153
|
};
|
|
57154
|
+
maxDuration: undefined;
|
|
56967
57155
|
};
|
|
56968
57156
|
'/thermostats/activate_climate_preset': {
|
|
56969
57157
|
route: '/thermostats/activate_climate_preset';
|
|
@@ -58234,6 +58422,7 @@ export type Routes = {
|
|
|
58234
58422
|
};
|
|
58235
58423
|
};
|
|
58236
58424
|
};
|
|
58425
|
+
maxDuration: undefined;
|
|
58237
58426
|
};
|
|
58238
58427
|
'/thermostats/cool': {
|
|
58239
58428
|
route: '/thermostats/cool';
|
|
@@ -59508,6 +59697,7 @@ export type Routes = {
|
|
|
59508
59697
|
};
|
|
59509
59698
|
};
|
|
59510
59699
|
};
|
|
59700
|
+
maxDuration: undefined;
|
|
59511
59701
|
};
|
|
59512
59702
|
'/thermostats/create_climate_preset': {
|
|
59513
59703
|
route: '/thermostats/create_climate_preset';
|
|
@@ -59554,6 +59744,7 @@ export type Routes = {
|
|
|
59554
59744
|
commonParams: {};
|
|
59555
59745
|
formData: {};
|
|
59556
59746
|
jsonResponse: {};
|
|
59747
|
+
maxDuration: undefined;
|
|
59557
59748
|
};
|
|
59558
59749
|
'/thermostats/daily_programs/create': {
|
|
59559
59750
|
route: '/thermostats/daily_programs/create';
|
|
@@ -59596,6 +59787,7 @@ export type Routes = {
|
|
|
59596
59787
|
created_at: string;
|
|
59597
59788
|
};
|
|
59598
59789
|
};
|
|
59790
|
+
maxDuration: undefined;
|
|
59599
59791
|
};
|
|
59600
59792
|
'/thermostats/daily_programs/delete': {
|
|
59601
59793
|
route: '/thermostats/daily_programs/delete';
|
|
@@ -59608,6 +59800,7 @@ export type Routes = {
|
|
|
59608
59800
|
};
|
|
59609
59801
|
formData: {};
|
|
59610
59802
|
jsonResponse: {};
|
|
59803
|
+
maxDuration: undefined;
|
|
59611
59804
|
};
|
|
59612
59805
|
'/thermostats/daily_programs/update': {
|
|
59613
59806
|
route: '/thermostats/daily_programs/update';
|
|
@@ -60885,6 +61078,7 @@ export type Routes = {
|
|
|
60885
61078
|
};
|
|
60886
61079
|
};
|
|
60887
61080
|
};
|
|
61081
|
+
maxDuration: undefined;
|
|
60888
61082
|
};
|
|
60889
61083
|
'/thermostats/delete_climate_preset': {
|
|
60890
61084
|
route: '/thermostats/delete_climate_preset';
|
|
@@ -60899,6 +61093,7 @@ export type Routes = {
|
|
|
60899
61093
|
commonParams: {};
|
|
60900
61094
|
formData: {};
|
|
60901
61095
|
jsonResponse: {};
|
|
61096
|
+
maxDuration: undefined;
|
|
60902
61097
|
};
|
|
60903
61098
|
'/thermostats/get': {
|
|
60904
61099
|
route: '/thermostats/get';
|
|
@@ -62137,6 +62332,7 @@ export type Routes = {
|
|
|
62137
62332
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
62138
62333
|
};
|
|
62139
62334
|
};
|
|
62335
|
+
maxDuration: undefined;
|
|
62140
62336
|
};
|
|
62141
62337
|
'/thermostats/heat': {
|
|
62142
62338
|
route: '/thermostats/heat';
|
|
@@ -63411,6 +63607,7 @@ export type Routes = {
|
|
|
63411
63607
|
};
|
|
63412
63608
|
};
|
|
63413
63609
|
};
|
|
63610
|
+
maxDuration: undefined;
|
|
63414
63611
|
};
|
|
63415
63612
|
'/thermostats/heat_cool': {
|
|
63416
63613
|
route: '/thermostats/heat_cool';
|
|
@@ -64689,6 +64886,7 @@ export type Routes = {
|
|
|
64689
64886
|
};
|
|
64690
64887
|
};
|
|
64691
64888
|
};
|
|
64889
|
+
maxDuration: undefined;
|
|
64692
64890
|
};
|
|
64693
64891
|
'/thermostats/list': {
|
|
64694
64892
|
route: '/thermostats/list';
|
|
@@ -67183,6 +67381,7 @@ export type Routes = {
|
|
|
67183
67381
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
67184
67382
|
}[];
|
|
67185
67383
|
};
|
|
67384
|
+
maxDuration: undefined;
|
|
67186
67385
|
};
|
|
67187
67386
|
'/thermostats/off': {
|
|
67188
67387
|
route: '/thermostats/off';
|
|
@@ -68453,6 +68652,7 @@ export type Routes = {
|
|
|
68453
68652
|
};
|
|
68454
68653
|
};
|
|
68455
68654
|
};
|
|
68655
|
+
maxDuration: undefined;
|
|
68456
68656
|
};
|
|
68457
68657
|
'/thermostats/schedules/create': {
|
|
68458
68658
|
route: '/thermostats/schedules/create';
|
|
@@ -68508,6 +68708,7 @@ export type Routes = {
|
|
|
68508
68708
|
}[];
|
|
68509
68709
|
};
|
|
68510
68710
|
};
|
|
68711
|
+
maxDuration: undefined;
|
|
68511
68712
|
};
|
|
68512
68713
|
'/thermostats/schedules/delete': {
|
|
68513
68714
|
route: '/thermostats/schedules/delete';
|
|
@@ -68520,6 +68721,7 @@ export type Routes = {
|
|
|
68520
68721
|
};
|
|
68521
68722
|
formData: {};
|
|
68522
68723
|
jsonResponse: {};
|
|
68724
|
+
maxDuration: undefined;
|
|
68523
68725
|
};
|
|
68524
68726
|
'/thermostats/schedules/get': {
|
|
68525
68727
|
route: '/thermostats/schedules/get';
|
|
@@ -68563,6 +68765,7 @@ export type Routes = {
|
|
|
68563
68765
|
}[];
|
|
68564
68766
|
};
|
|
68565
68767
|
};
|
|
68768
|
+
maxDuration: undefined;
|
|
68566
68769
|
};
|
|
68567
68770
|
'/thermostats/schedules/list': {
|
|
68568
68771
|
route: '/thermostats/schedules/list';
|
|
@@ -68607,6 +68810,7 @@ export type Routes = {
|
|
|
68607
68810
|
}[];
|
|
68608
68811
|
}[];
|
|
68609
68812
|
};
|
|
68813
|
+
maxDuration: undefined;
|
|
68610
68814
|
};
|
|
68611
68815
|
'/thermostats/schedules/update': {
|
|
68612
68816
|
route: '/thermostats/schedules/update';
|
|
@@ -68631,6 +68835,7 @@ export type Routes = {
|
|
|
68631
68835
|
commonParams: {};
|
|
68632
68836
|
formData: {};
|
|
68633
68837
|
jsonResponse: {};
|
|
68838
|
+
maxDuration: undefined;
|
|
68634
68839
|
};
|
|
68635
68840
|
'/thermostats/set_fallback_climate_preset': {
|
|
68636
68841
|
route: '/thermostats/set_fallback_climate_preset';
|
|
@@ -68645,6 +68850,7 @@ export type Routes = {
|
|
|
68645
68850
|
commonParams: {};
|
|
68646
68851
|
formData: {};
|
|
68647
68852
|
jsonResponse: {};
|
|
68853
|
+
maxDuration: undefined;
|
|
68648
68854
|
};
|
|
68649
68855
|
'/thermostats/set_fan_mode': {
|
|
68650
68856
|
route: '/thermostats/set_fan_mode';
|
|
@@ -69920,6 +70126,7 @@ export type Routes = {
|
|
|
69920
70126
|
};
|
|
69921
70127
|
};
|
|
69922
70128
|
};
|
|
70129
|
+
maxDuration: undefined;
|
|
69923
70130
|
};
|
|
69924
70131
|
'/thermostats/set_hvac_mode': {
|
|
69925
70132
|
route: '/thermostats/set_hvac_mode';
|
|
@@ -71221,6 +71428,7 @@ export type Routes = {
|
|
|
71221
71428
|
};
|
|
71222
71429
|
};
|
|
71223
71430
|
};
|
|
71431
|
+
maxDuration: undefined;
|
|
71224
71432
|
};
|
|
71225
71433
|
'/thermostats/set_temperature_threshold': {
|
|
71226
71434
|
route: '/thermostats/set_temperature_threshold';
|
|
@@ -71241,6 +71449,7 @@ export type Routes = {
|
|
|
71241
71449
|
commonParams: {};
|
|
71242
71450
|
formData: {};
|
|
71243
71451
|
jsonResponse: {};
|
|
71452
|
+
maxDuration: undefined;
|
|
71244
71453
|
};
|
|
71245
71454
|
'/thermostats/simulate/hvac_mode_adjusted': {
|
|
71246
71455
|
route: '/thermostats/simulate/hvac_mode_adjusted';
|
|
@@ -71286,6 +71495,7 @@ export type Routes = {
|
|
|
71286
71495
|
commonParams: {};
|
|
71287
71496
|
formData: {};
|
|
71288
71497
|
jsonResponse: {};
|
|
71498
|
+
maxDuration: undefined;
|
|
71289
71499
|
};
|
|
71290
71500
|
'/thermostats/simulate/temperature_reached': {
|
|
71291
71501
|
route: '/thermostats/simulate/temperature_reached';
|
|
@@ -71302,6 +71512,7 @@ export type Routes = {
|
|
|
71302
71512
|
commonParams: {};
|
|
71303
71513
|
formData: {};
|
|
71304
71514
|
jsonResponse: {};
|
|
71515
|
+
maxDuration: undefined;
|
|
71305
71516
|
};
|
|
71306
71517
|
'/thermostats/update_climate_preset': {
|
|
71307
71518
|
route: '/thermostats/update_climate_preset';
|
|
@@ -71348,6 +71559,7 @@ export type Routes = {
|
|
|
71348
71559
|
commonParams: {};
|
|
71349
71560
|
formData: {};
|
|
71350
71561
|
jsonResponse: {};
|
|
71562
|
+
maxDuration: undefined;
|
|
71351
71563
|
};
|
|
71352
71564
|
'/thermostats/update_weekly_program': {
|
|
71353
71565
|
route: '/thermostats/update_weekly_program';
|
|
@@ -72630,6 +72842,7 @@ export type Routes = {
|
|
|
72630
72842
|
};
|
|
72631
72843
|
};
|
|
72632
72844
|
};
|
|
72845
|
+
maxDuration: undefined;
|
|
72633
72846
|
};
|
|
72634
72847
|
'/unstable_partner/building_blocks/connect_accounts': {
|
|
72635
72848
|
route: '/unstable_partner/building_blocks/connect_accounts';
|
|
@@ -72660,6 +72873,7 @@ export type Routes = {
|
|
|
72660
72873
|
created_at: string;
|
|
72661
72874
|
};
|
|
72662
72875
|
};
|
|
72876
|
+
maxDuration: undefined;
|
|
72663
72877
|
};
|
|
72664
72878
|
'/unstable_partner/building_blocks/generate_magic_link': {
|
|
72665
72879
|
route: '/unstable_partner/building_blocks/generate_magic_link';
|
|
@@ -72699,6 +72913,7 @@ export type Routes = {
|
|
|
72699
72913
|
created_at: string;
|
|
72700
72914
|
};
|
|
72701
72915
|
};
|
|
72916
|
+
maxDuration: undefined;
|
|
72702
72917
|
};
|
|
72703
72918
|
'/unstable_partner/building_blocks/manage_devices': {
|
|
72704
72919
|
route: '/unstable_partner/building_blocks/manage_devices';
|
|
@@ -72729,6 +72944,7 @@ export type Routes = {
|
|
|
72729
72944
|
created_at: string;
|
|
72730
72945
|
};
|
|
72731
72946
|
};
|
|
72947
|
+
maxDuration: undefined;
|
|
72732
72948
|
};
|
|
72733
72949
|
'/unstable_partner/building_blocks/organize_spaces': {
|
|
72734
72950
|
route: '/unstable_partner/building_blocks/organize_spaces';
|
|
@@ -72766,6 +72982,7 @@ export type Routes = {
|
|
|
72766
72982
|
created_at: string;
|
|
72767
72983
|
};
|
|
72768
72984
|
};
|
|
72985
|
+
maxDuration: undefined;
|
|
72769
72986
|
};
|
|
72770
72987
|
'/user_identities/add_acs_user': {
|
|
72771
72988
|
route: '/user_identities/add_acs_user';
|
|
@@ -72782,6 +72999,7 @@ export type Routes = {
|
|
|
72782
72999
|
};
|
|
72783
73000
|
formData: {};
|
|
72784
73001
|
jsonResponse: {};
|
|
73002
|
+
maxDuration: undefined;
|
|
72785
73003
|
};
|
|
72786
73004
|
'/user_identities/create': {
|
|
72787
73005
|
route: '/user_identities/create';
|
|
@@ -72851,6 +73069,7 @@ export type Routes = {
|
|
|
72851
73069
|
acs_user_ids: string[];
|
|
72852
73070
|
};
|
|
72853
73071
|
};
|
|
73072
|
+
maxDuration: undefined;
|
|
72854
73073
|
};
|
|
72855
73074
|
'/user_identities/delete': {
|
|
72856
73075
|
route: '/user_identities/delete';
|
|
@@ -72863,6 +73082,7 @@ export type Routes = {
|
|
|
72863
73082
|
};
|
|
72864
73083
|
formData: {};
|
|
72865
73084
|
jsonResponse: {};
|
|
73085
|
+
maxDuration: undefined;
|
|
72866
73086
|
};
|
|
72867
73087
|
'/user_identities/enrollment_automations/delete': {
|
|
72868
73088
|
route: '/user_identities/enrollment_automations/delete';
|
|
@@ -72875,6 +73095,7 @@ export type Routes = {
|
|
|
72875
73095
|
};
|
|
72876
73096
|
formData: {};
|
|
72877
73097
|
jsonResponse: {};
|
|
73098
|
+
maxDuration: undefined;
|
|
72878
73099
|
};
|
|
72879
73100
|
'/user_identities/enrollment_automations/get': {
|
|
72880
73101
|
route: '/user_identities/enrollment_automations/get';
|
|
@@ -72901,6 +73122,7 @@ export type Routes = {
|
|
|
72901
73122
|
workspace_id: string;
|
|
72902
73123
|
};
|
|
72903
73124
|
};
|
|
73125
|
+
maxDuration: undefined;
|
|
72904
73126
|
};
|
|
72905
73127
|
'/user_identities/enrollment_automations/launch': {
|
|
72906
73128
|
route: '/user_identities/enrollment_automations/launch';
|
|
@@ -72935,6 +73157,7 @@ export type Routes = {
|
|
|
72935
73157
|
workspace_id: string;
|
|
72936
73158
|
};
|
|
72937
73159
|
};
|
|
73160
|
+
maxDuration: undefined;
|
|
72938
73161
|
};
|
|
72939
73162
|
'/user_identities/enrollment_automations/list': {
|
|
72940
73163
|
route: '/user_identities/enrollment_automations/list';
|
|
@@ -72960,6 +73183,7 @@ export type Routes = {
|
|
|
72960
73183
|
workspace_id: string;
|
|
72961
73184
|
}[];
|
|
72962
73185
|
};
|
|
73186
|
+
maxDuration: undefined;
|
|
72963
73187
|
};
|
|
72964
73188
|
'/user_identities/generate_instant_key': {
|
|
72965
73189
|
route: '/user_identities/generate_instant_key';
|
|
@@ -73006,6 +73230,7 @@ export type Routes = {
|
|
|
73006
73230
|
} | undefined;
|
|
73007
73231
|
};
|
|
73008
73232
|
};
|
|
73233
|
+
maxDuration: undefined;
|
|
73009
73234
|
};
|
|
73010
73235
|
'/user_identities/get': {
|
|
73011
73236
|
route: '/user_identities/get';
|
|
@@ -73069,6 +73294,7 @@ export type Routes = {
|
|
|
73069
73294
|
acs_user_ids: string[];
|
|
73070
73295
|
};
|
|
73071
73296
|
};
|
|
73297
|
+
maxDuration: undefined;
|
|
73072
73298
|
};
|
|
73073
73299
|
'/user_identities/grant_access_to_device': {
|
|
73074
73300
|
route: '/user_identities/grant_access_to_device';
|
|
@@ -73083,6 +73309,7 @@ export type Routes = {
|
|
|
73083
73309
|
};
|
|
73084
73310
|
formData: {};
|
|
73085
73311
|
jsonResponse: {};
|
|
73312
|
+
maxDuration: undefined;
|
|
73086
73313
|
};
|
|
73087
73314
|
'/user_identities/list': {
|
|
73088
73315
|
route: '/user_identities/list';
|
|
@@ -73160,6 +73387,7 @@ export type Routes = {
|
|
|
73160
73387
|
next_page_url: string | null;
|
|
73161
73388
|
};
|
|
73162
73389
|
};
|
|
73390
|
+
maxDuration: undefined;
|
|
73163
73391
|
};
|
|
73164
73392
|
'/user_identities/list_accessible_devices': {
|
|
73165
73393
|
route: '/user_identities/list_accessible_devices';
|
|
@@ -75619,6 +75847,7 @@ export type Routes = {
|
|
|
75619
75847
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
75620
75848
|
}[];
|
|
75621
75849
|
};
|
|
75850
|
+
maxDuration: undefined;
|
|
75622
75851
|
};
|
|
75623
75852
|
'/user_identities/list_acs_systems': {
|
|
75624
75853
|
route: '/user_identities/list_acs_systems';
|
|
@@ -75750,6 +75979,7 @@ export type Routes = {
|
|
|
75750
75979
|
})[];
|
|
75751
75980
|
}[];
|
|
75752
75981
|
};
|
|
75982
|
+
maxDuration: undefined;
|
|
75753
75983
|
};
|
|
75754
75984
|
'/user_identities/list_acs_users': {
|
|
75755
75985
|
route: '/user_identities/list_acs_users';
|
|
@@ -75980,6 +76210,7 @@ export type Routes = {
|
|
|
75980
76210
|
is_managed: true;
|
|
75981
76211
|
}[];
|
|
75982
76212
|
};
|
|
76213
|
+
maxDuration: undefined;
|
|
75983
76214
|
};
|
|
75984
76215
|
'/user_identities/remove_acs_user': {
|
|
75985
76216
|
route: '/user_identities/remove_acs_user';
|
|
@@ -75994,6 +76225,7 @@ export type Routes = {
|
|
|
75994
76225
|
};
|
|
75995
76226
|
formData: {};
|
|
75996
76227
|
jsonResponse: {};
|
|
76228
|
+
maxDuration: undefined;
|
|
75997
76229
|
};
|
|
75998
76230
|
'/user_identities/revoke_access_to_device': {
|
|
75999
76231
|
route: '/user_identities/revoke_access_to_device';
|
|
@@ -76008,6 +76240,7 @@ export type Routes = {
|
|
|
76008
76240
|
};
|
|
76009
76241
|
formData: {};
|
|
76010
76242
|
jsonResponse: {};
|
|
76243
|
+
maxDuration: undefined;
|
|
76011
76244
|
};
|
|
76012
76245
|
'/user_identities/unmanaged/get': {
|
|
76013
76246
|
route: '/user_identities/unmanaged/get';
|
|
@@ -76067,6 +76300,7 @@ export type Routes = {
|
|
|
76067
76300
|
acs_user_ids: string[];
|
|
76068
76301
|
};
|
|
76069
76302
|
};
|
|
76303
|
+
maxDuration: undefined;
|
|
76070
76304
|
};
|
|
76071
76305
|
'/user_identities/unmanaged/list': {
|
|
76072
76306
|
route: '/user_identities/unmanaged/list';
|
|
@@ -76140,6 +76374,7 @@ export type Routes = {
|
|
|
76140
76374
|
next_page_url: string | null;
|
|
76141
76375
|
};
|
|
76142
76376
|
};
|
|
76377
|
+
maxDuration: undefined;
|
|
76143
76378
|
};
|
|
76144
76379
|
'/user_identities/unmanaged/update': {
|
|
76145
76380
|
route: '/user_identities/unmanaged/update';
|
|
@@ -76156,6 +76391,7 @@ export type Routes = {
|
|
|
76156
76391
|
commonParams: {};
|
|
76157
76392
|
formData: {};
|
|
76158
76393
|
jsonResponse: {};
|
|
76394
|
+
maxDuration: undefined;
|
|
76159
76395
|
};
|
|
76160
76396
|
'/user_identities/update': {
|
|
76161
76397
|
route: '/user_identities/update';
|
|
@@ -76176,6 +76412,7 @@ export type Routes = {
|
|
|
76176
76412
|
commonParams: {};
|
|
76177
76413
|
formData: {};
|
|
76178
76414
|
jsonResponse: {};
|
|
76415
|
+
maxDuration: undefined;
|
|
76179
76416
|
};
|
|
76180
76417
|
'/webhooks/create': {
|
|
76181
76418
|
route: '/webhooks/create';
|
|
@@ -76202,6 +76439,7 @@ export type Routes = {
|
|
|
76202
76439
|
secret?: string | undefined;
|
|
76203
76440
|
};
|
|
76204
76441
|
};
|
|
76442
|
+
maxDuration: undefined;
|
|
76205
76443
|
};
|
|
76206
76444
|
'/webhooks/delete': {
|
|
76207
76445
|
route: '/webhooks/delete';
|
|
@@ -76214,6 +76452,7 @@ export type Routes = {
|
|
|
76214
76452
|
};
|
|
76215
76453
|
formData: {};
|
|
76216
76454
|
jsonResponse: {};
|
|
76455
|
+
maxDuration: undefined;
|
|
76217
76456
|
};
|
|
76218
76457
|
'/webhooks/get': {
|
|
76219
76458
|
route: '/webhooks/get';
|
|
@@ -76238,6 +76477,7 @@ export type Routes = {
|
|
|
76238
76477
|
secret?: string | undefined;
|
|
76239
76478
|
};
|
|
76240
76479
|
};
|
|
76480
|
+
maxDuration: undefined;
|
|
76241
76481
|
};
|
|
76242
76482
|
'/webhooks/list': {
|
|
76243
76483
|
route: '/webhooks/list';
|
|
@@ -76258,6 +76498,7 @@ export type Routes = {
|
|
|
76258
76498
|
secret?: string | undefined;
|
|
76259
76499
|
}[];
|
|
76260
76500
|
};
|
|
76501
|
+
maxDuration: undefined;
|
|
76261
76502
|
};
|
|
76262
76503
|
'/webhooks/update': {
|
|
76263
76504
|
route: '/webhooks/update';
|
|
@@ -76272,6 +76513,7 @@ export type Routes = {
|
|
|
76272
76513
|
commonParams: {};
|
|
76273
76514
|
formData: {};
|
|
76274
76515
|
jsonResponse: {};
|
|
76516
|
+
maxDuration: undefined;
|
|
76275
76517
|
};
|
|
76276
76518
|
'/workspaces/create': {
|
|
76277
76519
|
route: '/workspaces/create';
|
|
@@ -76346,6 +76588,7 @@ export type Routes = {
|
|
|
76346
76588
|
is_publishable_key_auth_enabled: boolean;
|
|
76347
76589
|
};
|
|
76348
76590
|
};
|
|
76591
|
+
maxDuration: undefined;
|
|
76349
76592
|
};
|
|
76350
76593
|
'/workspaces/customization_profiles/create': {
|
|
76351
76594
|
route: '/workspaces/customization_profiles/create';
|
|
@@ -76382,6 +76625,7 @@ export type Routes = {
|
|
|
76382
76625
|
} | undefined;
|
|
76383
76626
|
};
|
|
76384
76627
|
};
|
|
76628
|
+
maxDuration: undefined;
|
|
76385
76629
|
};
|
|
76386
76630
|
'/workspaces/customization_profiles/get': {
|
|
76387
76631
|
route: '/workspaces/customization_profiles/get';
|
|
@@ -76410,6 +76654,7 @@ export type Routes = {
|
|
|
76410
76654
|
} | undefined;
|
|
76411
76655
|
};
|
|
76412
76656
|
};
|
|
76657
|
+
maxDuration: undefined;
|
|
76413
76658
|
};
|
|
76414
76659
|
'/workspaces/customization_profiles/list': {
|
|
76415
76660
|
route: '/workspaces/customization_profiles/list';
|
|
@@ -76438,6 +76683,7 @@ export type Routes = {
|
|
|
76438
76683
|
} | undefined;
|
|
76439
76684
|
}[];
|
|
76440
76685
|
};
|
|
76686
|
+
maxDuration: undefined;
|
|
76441
76687
|
};
|
|
76442
76688
|
'/workspaces/customization_profiles/update': {
|
|
76443
76689
|
route: '/workspaces/customization_profiles/update';
|
|
@@ -76458,6 +76704,7 @@ export type Routes = {
|
|
|
76458
76704
|
commonParams: {};
|
|
76459
76705
|
formData: {};
|
|
76460
76706
|
jsonResponse: {};
|
|
76707
|
+
maxDuration: undefined;
|
|
76461
76708
|
};
|
|
76462
76709
|
'/workspaces/customization_profiles/upload_images': {
|
|
76463
76710
|
route: '/workspaces/customization_profiles/upload_images';
|
|
@@ -76467,6 +76714,7 @@ export type Routes = {
|
|
|
76467
76714
|
commonParams: {};
|
|
76468
76715
|
formData: {};
|
|
76469
76716
|
jsonResponse: {};
|
|
76717
|
+
maxDuration: undefined;
|
|
76470
76718
|
};
|
|
76471
76719
|
'/workspaces/find_anything': {
|
|
76472
76720
|
route: '/workspaces/find_anything';
|
|
@@ -83777,6 +84025,7 @@ export type Routes = {
|
|
|
83777
84025
|
}[] | undefined;
|
|
83778
84026
|
};
|
|
83779
84027
|
};
|
|
84028
|
+
maxDuration: undefined;
|
|
83780
84029
|
};
|
|
83781
84030
|
'/workspaces/get': {
|
|
83782
84031
|
route: '/workspaces/get';
|
|
@@ -83819,6 +84068,7 @@ export type Routes = {
|
|
|
83819
84068
|
is_publishable_key_auth_enabled: boolean;
|
|
83820
84069
|
};
|
|
83821
84070
|
};
|
|
84071
|
+
maxDuration: undefined;
|
|
83822
84072
|
};
|
|
83823
84073
|
'/workspaces/list': {
|
|
83824
84074
|
route: '/workspaces/list';
|
|
@@ -83860,6 +84110,7 @@ export type Routes = {
|
|
|
83860
84110
|
is_publishable_key_auth_enabled: boolean;
|
|
83861
84111
|
}[];
|
|
83862
84112
|
};
|
|
84113
|
+
maxDuration: undefined;
|
|
83863
84114
|
};
|
|
83864
84115
|
'/workspaces/reset_sandbox': {
|
|
83865
84116
|
route: '/workspaces/reset_sandbox';
|
|
@@ -85125,6 +85376,7 @@ export type Routes = {
|
|
|
85125
85376
|
};
|
|
85126
85377
|
};
|
|
85127
85378
|
};
|
|
85379
|
+
maxDuration: undefined;
|
|
85128
85380
|
};
|
|
85129
85381
|
'/workspaces/update': {
|
|
85130
85382
|
route: '/workspaces/update';
|
|
@@ -85154,6 +85406,7 @@ export type Routes = {
|
|
|
85154
85406
|
commonParams: {};
|
|
85155
85407
|
formData: {};
|
|
85156
85408
|
jsonResponse: {};
|
|
85409
|
+
maxDuration: undefined;
|
|
85157
85410
|
};
|
|
85158
85411
|
};
|
|
85159
85412
|
export type RouteResponse<Path extends keyof Routes> = Routes[Path]['jsonResponse'];
|