@seamapi/types 1.657.0 → 1.659.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +152 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +476 -0
- package/dist/index.cjs +152 -9
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +5 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.d.ts +3 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.js +3 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +7 -0
- package/lib/seam/connect/models/batch.js +7 -4
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-session.d.ts +20 -0
- package/lib/seam/connect/openapi.d.ts +191 -0
- package/lib/seam/connect/openapi.js +135 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +273 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/metadata/salto-space.ts +5 -0
- package/src/lib/seam/connect/models/batch.ts +35 -32
- package/src/lib/seam/connect/openapi.ts +137 -0
- package/src/lib/seam/connect/route-types.ts +273 -0
|
@@ -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';
|
|
@@ -11539,6 +11558,8 @@ export type Routes = {
|
|
|
11539
11558
|
door_name?: string | undefined;
|
|
11540
11559
|
/** Description of the door in the Salto Space access system. */
|
|
11541
11560
|
door_description?: string | undefined;
|
|
11561
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
11562
|
+
audit_on_keys?: boolean | undefined;
|
|
11542
11563
|
/** Name of the room in the Salto Space access system. */
|
|
11543
11564
|
room_name?: string | undefined;
|
|
11544
11565
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -11886,6 +11907,7 @@ export type Routes = {
|
|
|
11886
11907
|
}[] | undefined;
|
|
11887
11908
|
};
|
|
11888
11909
|
};
|
|
11910
|
+
maxDuration: undefined;
|
|
11889
11911
|
};
|
|
11890
11912
|
'/access_grants/list': {
|
|
11891
11913
|
route: '/access_grants/list';
|
|
@@ -11971,6 +11993,7 @@ export type Routes = {
|
|
|
11971
11993
|
customization_profile_id?: string | undefined;
|
|
11972
11994
|
}[];
|
|
11973
11995
|
};
|
|
11996
|
+
maxDuration: undefined;
|
|
11974
11997
|
};
|
|
11975
11998
|
'/access_grants/request_access_methods': {
|
|
11976
11999
|
route: '/access_grants/request_access_methods';
|
|
@@ -12049,6 +12072,7 @@ export type Routes = {
|
|
|
12049
12072
|
customization_profile_id?: string | undefined;
|
|
12050
12073
|
};
|
|
12051
12074
|
};
|
|
12075
|
+
maxDuration: undefined;
|
|
12052
12076
|
};
|
|
12053
12077
|
'/access_grants/unmanaged/get': {
|
|
12054
12078
|
route: '/access_grants/unmanaged/get';
|
|
@@ -12112,6 +12136,7 @@ export type Routes = {
|
|
|
12112
12136
|
user_identity_id?: string | undefined;
|
|
12113
12137
|
};
|
|
12114
12138
|
};
|
|
12139
|
+
maxDuration: undefined;
|
|
12115
12140
|
};
|
|
12116
12141
|
'/access_grants/unmanaged/list': {
|
|
12117
12142
|
route: '/access_grants/unmanaged/list';
|
|
@@ -12180,6 +12205,7 @@ export type Routes = {
|
|
|
12180
12205
|
user_identity_id?: string | undefined;
|
|
12181
12206
|
}[];
|
|
12182
12207
|
};
|
|
12208
|
+
maxDuration: undefined;
|
|
12183
12209
|
};
|
|
12184
12210
|
'/access_grants/unmanaged/update': {
|
|
12185
12211
|
route: '/access_grants/unmanaged/update';
|
|
@@ -12196,6 +12222,7 @@ export type Routes = {
|
|
|
12196
12222
|
commonParams: {};
|
|
12197
12223
|
formData: {};
|
|
12198
12224
|
jsonResponse: {};
|
|
12225
|
+
maxDuration: undefined;
|
|
12199
12226
|
};
|
|
12200
12227
|
'/access_grants/update': {
|
|
12201
12228
|
route: '/access_grants/update';
|
|
@@ -12214,6 +12241,7 @@ export type Routes = {
|
|
|
12214
12241
|
};
|
|
12215
12242
|
formData: {};
|
|
12216
12243
|
jsonResponse: {};
|
|
12244
|
+
maxDuration: undefined;
|
|
12217
12245
|
};
|
|
12218
12246
|
'/access_methods/delete': {
|
|
12219
12247
|
route: '/access_methods/delete';
|
|
@@ -12226,6 +12254,7 @@ export type Routes = {
|
|
|
12226
12254
|
};
|
|
12227
12255
|
formData: {};
|
|
12228
12256
|
jsonResponse: {};
|
|
12257
|
+
maxDuration: undefined;
|
|
12229
12258
|
};
|
|
12230
12259
|
'/access_methods/encode': {
|
|
12231
12260
|
route: '/access_methods/encode';
|
|
@@ -13496,6 +13525,7 @@ export type Routes = {
|
|
|
13496
13525
|
};
|
|
13497
13526
|
};
|
|
13498
13527
|
};
|
|
13528
|
+
maxDuration: undefined;
|
|
13499
13529
|
};
|
|
13500
13530
|
'/access_methods/get': {
|
|
13501
13531
|
route: '/access_methods/get';
|
|
@@ -13545,6 +13575,7 @@ export type Routes = {
|
|
|
13545
13575
|
customization_profile_id?: string | undefined;
|
|
13546
13576
|
};
|
|
13547
13577
|
};
|
|
13578
|
+
maxDuration: undefined;
|
|
13548
13579
|
};
|
|
13549
13580
|
'/access_methods/get_related': {
|
|
13550
13581
|
route: '/access_methods/get_related';
|
|
@@ -14907,6 +14938,8 @@ export type Routes = {
|
|
|
14907
14938
|
door_name?: string | undefined;
|
|
14908
14939
|
/** Description of the door in the Salto Space access system. */
|
|
14909
14940
|
door_description?: string | undefined;
|
|
14941
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
14942
|
+
audit_on_keys?: boolean | undefined;
|
|
14910
14943
|
/** Name of the room in the Salto Space access system. */
|
|
14911
14944
|
room_name?: string | undefined;
|
|
14912
14945
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -15205,6 +15238,7 @@ export type Routes = {
|
|
|
15205
15238
|
}[] | undefined;
|
|
15206
15239
|
};
|
|
15207
15240
|
};
|
|
15241
|
+
maxDuration: undefined;
|
|
15208
15242
|
};
|
|
15209
15243
|
'/access_methods/list': {
|
|
15210
15244
|
route: '/access_methods/list';
|
|
@@ -15259,6 +15293,7 @@ export type Routes = {
|
|
|
15259
15293
|
customization_profile_id?: string | undefined;
|
|
15260
15294
|
}[];
|
|
15261
15295
|
};
|
|
15296
|
+
maxDuration: undefined;
|
|
15262
15297
|
};
|
|
15263
15298
|
'/access_methods/unmanaged/get': {
|
|
15264
15299
|
route: '/access_methods/unmanaged/get';
|
|
@@ -15302,6 +15337,7 @@ export type Routes = {
|
|
|
15302
15337
|
}[];
|
|
15303
15338
|
};
|
|
15304
15339
|
};
|
|
15340
|
+
maxDuration: undefined;
|
|
15305
15341
|
};
|
|
15306
15342
|
'/access_methods/unmanaged/list': {
|
|
15307
15343
|
route: '/access_methods/unmanaged/list';
|
|
@@ -15350,6 +15386,7 @@ export type Routes = {
|
|
|
15350
15386
|
}[];
|
|
15351
15387
|
}[];
|
|
15352
15388
|
};
|
|
15389
|
+
maxDuration: undefined;
|
|
15353
15390
|
};
|
|
15354
15391
|
'/acs/access_groups/add_user': {
|
|
15355
15392
|
route: '/acs/access_groups/add_user';
|
|
@@ -15366,6 +15403,7 @@ export type Routes = {
|
|
|
15366
15403
|
};
|
|
15367
15404
|
formData: {};
|
|
15368
15405
|
jsonResponse: {};
|
|
15406
|
+
maxDuration: undefined;
|
|
15369
15407
|
};
|
|
15370
15408
|
'/acs/access_groups/get': {
|
|
15371
15409
|
route: '/acs/access_groups/get';
|
|
@@ -15419,6 +15457,7 @@ export type Routes = {
|
|
|
15419
15457
|
is_managed: true;
|
|
15420
15458
|
};
|
|
15421
15459
|
};
|
|
15460
|
+
maxDuration: undefined;
|
|
15422
15461
|
};
|
|
15423
15462
|
'/acs/access_groups/list': {
|
|
15424
15463
|
route: '/acs/access_groups/list';
|
|
@@ -15471,6 +15510,7 @@ export type Routes = {
|
|
|
15471
15510
|
is_managed: true;
|
|
15472
15511
|
}[];
|
|
15473
15512
|
};
|
|
15513
|
+
maxDuration: undefined;
|
|
15474
15514
|
};
|
|
15475
15515
|
'/acs/access_groups/list_accessible_entrances': {
|
|
15476
15516
|
route: '/acs/access_groups/list_accessible_entrances';
|
|
@@ -15585,6 +15625,8 @@ export type Routes = {
|
|
|
15585
15625
|
door_name?: string | undefined;
|
|
15586
15626
|
/** Description of the door in the Salto Space access system. */
|
|
15587
15627
|
door_description?: string | undefined;
|
|
15628
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
15629
|
+
audit_on_keys?: boolean | undefined;
|
|
15588
15630
|
/** Name of the room in the Salto Space access system. */
|
|
15589
15631
|
room_name?: string | undefined;
|
|
15590
15632
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -15605,6 +15647,7 @@ export type Routes = {
|
|
|
15605
15647
|
can_belong_to_reservation?: boolean | undefined;
|
|
15606
15648
|
}[];
|
|
15607
15649
|
};
|
|
15650
|
+
maxDuration: undefined;
|
|
15608
15651
|
};
|
|
15609
15652
|
'/acs/access_groups/list_users': {
|
|
15610
15653
|
route: '/acs/access_groups/list_users';
|
|
@@ -15835,6 +15878,7 @@ export type Routes = {
|
|
|
15835
15878
|
is_managed: true;
|
|
15836
15879
|
}[];
|
|
15837
15880
|
};
|
|
15881
|
+
maxDuration: undefined;
|
|
15838
15882
|
};
|
|
15839
15883
|
'/acs/access_groups/remove_user': {
|
|
15840
15884
|
route: '/acs/access_groups/remove_user';
|
|
@@ -15851,6 +15895,7 @@ export type Routes = {
|
|
|
15851
15895
|
};
|
|
15852
15896
|
formData: {};
|
|
15853
15897
|
jsonResponse: {};
|
|
15898
|
+
maxDuration: undefined;
|
|
15854
15899
|
};
|
|
15855
15900
|
'/acs/access_groups/unmanaged/get': {
|
|
15856
15901
|
route: '/acs/access_groups/unmanaged/get';
|
|
@@ -15900,6 +15945,7 @@ export type Routes = {
|
|
|
15900
15945
|
is_managed: false;
|
|
15901
15946
|
};
|
|
15902
15947
|
};
|
|
15948
|
+
maxDuration: undefined;
|
|
15903
15949
|
};
|
|
15904
15950
|
'/acs/access_groups/unmanaged/list': {
|
|
15905
15951
|
route: '/acs/access_groups/unmanaged/list';
|
|
@@ -15950,6 +15996,7 @@ export type Routes = {
|
|
|
15950
15996
|
is_managed: false;
|
|
15951
15997
|
}[];
|
|
15952
15998
|
};
|
|
15999
|
+
maxDuration: undefined;
|
|
15953
16000
|
};
|
|
15954
16001
|
'/acs/credential_pools/list': {
|
|
15955
16002
|
route: '/acs/credential_pools/list';
|
|
@@ -15972,6 +16019,7 @@ export type Routes = {
|
|
|
15972
16019
|
workspace_id: string;
|
|
15973
16020
|
}[];
|
|
15974
16021
|
};
|
|
16022
|
+
maxDuration: undefined;
|
|
15975
16023
|
};
|
|
15976
16024
|
'/acs/credential_provisioning_automations/launch': {
|
|
15977
16025
|
route: '/acs/credential_provisioning_automations/launch';
|
|
@@ -16002,6 +16050,7 @@ export type Routes = {
|
|
|
16002
16050
|
workspace_id: string;
|
|
16003
16051
|
};
|
|
16004
16052
|
};
|
|
16053
|
+
maxDuration: undefined;
|
|
16005
16054
|
};
|
|
16006
16055
|
'/acs/credentials/assign': {
|
|
16007
16056
|
route: '/acs/credentials/assign';
|
|
@@ -16155,6 +16204,7 @@ export type Routes = {
|
|
|
16155
16204
|
is_managed: true;
|
|
16156
16205
|
};
|
|
16157
16206
|
};
|
|
16207
|
+
maxDuration: undefined;
|
|
16158
16208
|
};
|
|
16159
16209
|
'/acs/credentials/create': {
|
|
16160
16210
|
route: '/acs/credentials/create';
|
|
@@ -16355,6 +16405,7 @@ export type Routes = {
|
|
|
16355
16405
|
is_managed: true;
|
|
16356
16406
|
};
|
|
16357
16407
|
};
|
|
16408
|
+
maxDuration: undefined;
|
|
16358
16409
|
};
|
|
16359
16410
|
'/acs/credentials/create_offline_code': {
|
|
16360
16411
|
route: '/acs/credentials/create_offline_code';
|
|
@@ -16512,6 +16563,7 @@ export type Routes = {
|
|
|
16512
16563
|
is_managed: true;
|
|
16513
16564
|
};
|
|
16514
16565
|
};
|
|
16566
|
+
maxDuration: undefined;
|
|
16515
16567
|
};
|
|
16516
16568
|
'/acs/credentials/delete': {
|
|
16517
16569
|
route: '/acs/credentials/delete';
|
|
@@ -16524,6 +16576,7 @@ export type Routes = {
|
|
|
16524
16576
|
};
|
|
16525
16577
|
formData: {};
|
|
16526
16578
|
jsonResponse: {};
|
|
16579
|
+
maxDuration: undefined;
|
|
16527
16580
|
};
|
|
16528
16581
|
'/acs/credentials/get': {
|
|
16529
16582
|
route: '/acs/credentials/get';
|
|
@@ -16673,6 +16726,7 @@ export type Routes = {
|
|
|
16673
16726
|
is_managed: true;
|
|
16674
16727
|
};
|
|
16675
16728
|
};
|
|
16729
|
+
maxDuration: undefined;
|
|
16676
16730
|
};
|
|
16677
16731
|
'/acs/credentials/list': {
|
|
16678
16732
|
route: '/acs/credentials/list';
|
|
@@ -16848,6 +16902,7 @@ export type Routes = {
|
|
|
16848
16902
|
next_page_url: string | null;
|
|
16849
16903
|
};
|
|
16850
16904
|
};
|
|
16905
|
+
maxDuration: undefined;
|
|
16851
16906
|
};
|
|
16852
16907
|
'/acs/credentials/list_accessible_entrances': {
|
|
16853
16908
|
route: '/acs/credentials/list_accessible_entrances';
|
|
@@ -16962,6 +17017,8 @@ export type Routes = {
|
|
|
16962
17017
|
door_name?: string | undefined;
|
|
16963
17018
|
/** Description of the door in the Salto Space access system. */
|
|
16964
17019
|
door_description?: string | undefined;
|
|
17020
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
17021
|
+
audit_on_keys?: boolean | undefined;
|
|
16965
17022
|
/** Name of the room in the Salto Space access system. */
|
|
16966
17023
|
room_name?: string | undefined;
|
|
16967
17024
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -16982,6 +17039,7 @@ export type Routes = {
|
|
|
16982
17039
|
can_belong_to_reservation?: boolean | undefined;
|
|
16983
17040
|
}[];
|
|
16984
17041
|
};
|
|
17042
|
+
maxDuration: undefined;
|
|
16985
17043
|
};
|
|
16986
17044
|
'/acs/credentials/unassign': {
|
|
16987
17045
|
route: '/acs/credentials/unassign';
|
|
@@ -17135,6 +17193,7 @@ export type Routes = {
|
|
|
17135
17193
|
is_managed: true;
|
|
17136
17194
|
};
|
|
17137
17195
|
};
|
|
17196
|
+
maxDuration: undefined;
|
|
17138
17197
|
};
|
|
17139
17198
|
'/acs/credentials/unmanaged/get': {
|
|
17140
17199
|
route: '/acs/credentials/unmanaged/get';
|
|
@@ -17280,6 +17339,7 @@ export type Routes = {
|
|
|
17280
17339
|
is_managed: false;
|
|
17281
17340
|
};
|
|
17282
17341
|
};
|
|
17342
|
+
maxDuration: undefined;
|
|
17283
17343
|
};
|
|
17284
17344
|
'/acs/credentials/unmanaged/list': {
|
|
17285
17345
|
route: '/acs/credentials/unmanaged/list';
|
|
@@ -17435,6 +17495,7 @@ export type Routes = {
|
|
|
17435
17495
|
is_managed: false;
|
|
17436
17496
|
}[];
|
|
17437
17497
|
};
|
|
17498
|
+
maxDuration: undefined;
|
|
17438
17499
|
};
|
|
17439
17500
|
'/acs/credentials/update': {
|
|
17440
17501
|
route: '/acs/credentials/update';
|
|
@@ -17588,6 +17649,7 @@ export type Routes = {
|
|
|
17588
17649
|
is_managed: true;
|
|
17589
17650
|
};
|
|
17590
17651
|
};
|
|
17652
|
+
maxDuration: undefined;
|
|
17591
17653
|
};
|
|
17592
17654
|
'/acs/encoders/encode_credential': {
|
|
17593
17655
|
route: '/acs/encoders/encode_credential';
|
|
@@ -18860,6 +18922,7 @@ export type Routes = {
|
|
|
18860
18922
|
};
|
|
18861
18923
|
};
|
|
18862
18924
|
};
|
|
18925
|
+
maxDuration: undefined;
|
|
18863
18926
|
};
|
|
18864
18927
|
'/acs/encoders/get': {
|
|
18865
18928
|
route: '/acs/encoders/get';
|
|
@@ -18910,6 +18973,7 @@ export type Routes = {
|
|
|
18910
18973
|
display_name: string;
|
|
18911
18974
|
};
|
|
18912
18975
|
};
|
|
18976
|
+
maxDuration: undefined;
|
|
18913
18977
|
};
|
|
18914
18978
|
'/acs/encoders/list': {
|
|
18915
18979
|
route: '/acs/encoders/list';
|
|
@@ -18966,6 +19030,7 @@ export type Routes = {
|
|
|
18966
19030
|
next_page_url: string | null;
|
|
18967
19031
|
};
|
|
18968
19032
|
};
|
|
19033
|
+
maxDuration: undefined;
|
|
18969
19034
|
};
|
|
18970
19035
|
'/acs/encoders/scan_credential': {
|
|
18971
19036
|
route: '/acs/encoders/scan_credential';
|
|
@@ -20234,6 +20299,7 @@ export type Routes = {
|
|
|
20234
20299
|
};
|
|
20235
20300
|
};
|
|
20236
20301
|
};
|
|
20302
|
+
maxDuration: undefined;
|
|
20237
20303
|
};
|
|
20238
20304
|
'/acs/encoders/simulate/next_credential_encode_will_fail': {
|
|
20239
20305
|
route: '/acs/encoders/simulate/next_credential_encode_will_fail';
|
|
@@ -20255,6 +20321,7 @@ export type Routes = {
|
|
|
20255
20321
|
commonParams: {};
|
|
20256
20322
|
formData: {};
|
|
20257
20323
|
jsonResponse: {};
|
|
20324
|
+
maxDuration: undefined;
|
|
20258
20325
|
};
|
|
20259
20326
|
'/acs/encoders/simulate/next_credential_encode_will_succeed': {
|
|
20260
20327
|
route: '/acs/encoders/simulate/next_credential_encode_will_succeed';
|
|
@@ -20269,6 +20336,7 @@ export type Routes = {
|
|
|
20269
20336
|
commonParams: {};
|
|
20270
20337
|
formData: {};
|
|
20271
20338
|
jsonResponse: {};
|
|
20339
|
+
maxDuration: undefined;
|
|
20272
20340
|
};
|
|
20273
20341
|
'/acs/encoders/simulate/next_credential_scan_will_fail': {
|
|
20274
20342
|
route: '/acs/encoders/simulate/next_credential_scan_will_fail';
|
|
@@ -20287,6 +20355,7 @@ export type Routes = {
|
|
|
20287
20355
|
commonParams: {};
|
|
20288
20356
|
formData: {};
|
|
20289
20357
|
jsonResponse: {};
|
|
20358
|
+
maxDuration: undefined;
|
|
20290
20359
|
};
|
|
20291
20360
|
'/acs/encoders/simulate/next_credential_scan_will_succeed': {
|
|
20292
20361
|
route: '/acs/encoders/simulate/next_credential_scan_will_succeed';
|
|
@@ -20313,6 +20382,7 @@ export type Routes = {
|
|
|
20313
20382
|
commonParams: {};
|
|
20314
20383
|
formData: {};
|
|
20315
20384
|
jsonResponse: {};
|
|
20385
|
+
maxDuration: undefined;
|
|
20316
20386
|
};
|
|
20317
20387
|
'/acs/entrances/get': {
|
|
20318
20388
|
route: '/acs/entrances/get';
|
|
@@ -20430,6 +20500,8 @@ export type Routes = {
|
|
|
20430
20500
|
door_name?: string | undefined;
|
|
20431
20501
|
/** Description of the door in the Salto Space access system. */
|
|
20432
20502
|
door_description?: string | undefined;
|
|
20503
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
20504
|
+
audit_on_keys?: boolean | undefined;
|
|
20433
20505
|
/** Name of the room in the Salto Space access system. */
|
|
20434
20506
|
room_name?: string | undefined;
|
|
20435
20507
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -20450,6 +20522,7 @@ export type Routes = {
|
|
|
20450
20522
|
can_belong_to_reservation?: boolean | undefined;
|
|
20451
20523
|
};
|
|
20452
20524
|
};
|
|
20525
|
+
maxDuration: undefined;
|
|
20453
20526
|
};
|
|
20454
20527
|
'/acs/entrances/grant_access': {
|
|
20455
20528
|
route: '/acs/entrances/grant_access';
|
|
@@ -20466,6 +20539,7 @@ export type Routes = {
|
|
|
20466
20539
|
commonParams: {};
|
|
20467
20540
|
formData: {};
|
|
20468
20541
|
jsonResponse: {};
|
|
20542
|
+
maxDuration: undefined;
|
|
20469
20543
|
};
|
|
20470
20544
|
'/acs/entrances/list': {
|
|
20471
20545
|
route: '/acs/entrances/list';
|
|
@@ -20599,6 +20673,8 @@ export type Routes = {
|
|
|
20599
20673
|
door_name?: string | undefined;
|
|
20600
20674
|
/** Description of the door in the Salto Space access system. */
|
|
20601
20675
|
door_description?: string | undefined;
|
|
20676
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
20677
|
+
audit_on_keys?: boolean | undefined;
|
|
20602
20678
|
/** Name of the room in the Salto Space access system. */
|
|
20603
20679
|
room_name?: string | undefined;
|
|
20604
20680
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -20628,6 +20704,7 @@ export type Routes = {
|
|
|
20628
20704
|
next_page_url: string | null;
|
|
20629
20705
|
};
|
|
20630
20706
|
};
|
|
20707
|
+
maxDuration: undefined;
|
|
20631
20708
|
};
|
|
20632
20709
|
'/acs/entrances/list_credentials_with_access': {
|
|
20633
20710
|
route: '/acs/entrances/list_credentials_with_access';
|
|
@@ -20774,6 +20851,7 @@ export type Routes = {
|
|
|
20774
20851
|
is_managed: true;
|
|
20775
20852
|
}[];
|
|
20776
20853
|
};
|
|
20854
|
+
maxDuration: undefined;
|
|
20777
20855
|
};
|
|
20778
20856
|
'/acs/systems/get': {
|
|
20779
20857
|
route: '/acs/systems/get';
|
|
@@ -20910,6 +20988,7 @@ export type Routes = {
|
|
|
20910
20988
|
})[];
|
|
20911
20989
|
};
|
|
20912
20990
|
};
|
|
20991
|
+
maxDuration: undefined;
|
|
20913
20992
|
};
|
|
20914
20993
|
'/acs/systems/list': {
|
|
20915
20994
|
route: '/acs/systems/list';
|
|
@@ -21043,6 +21122,7 @@ export type Routes = {
|
|
|
21043
21122
|
})[];
|
|
21044
21123
|
}[];
|
|
21045
21124
|
};
|
|
21125
|
+
maxDuration: undefined;
|
|
21046
21126
|
};
|
|
21047
21127
|
'/acs/systems/list_compatible_credential_manager_acs_systems': {
|
|
21048
21128
|
route: '/acs/systems/list_compatible_credential_manager_acs_systems';
|
|
@@ -21174,6 +21254,7 @@ export type Routes = {
|
|
|
21174
21254
|
})[];
|
|
21175
21255
|
}[];
|
|
21176
21256
|
};
|
|
21257
|
+
maxDuration: undefined;
|
|
21177
21258
|
};
|
|
21178
21259
|
'/acs/systems/report_devices': {
|
|
21179
21260
|
route: '/acs/systems/report_devices';
|
|
@@ -21209,6 +21290,7 @@ export type Routes = {
|
|
|
21209
21290
|
};
|
|
21210
21291
|
formData: {};
|
|
21211
21292
|
jsonResponse: {};
|
|
21293
|
+
maxDuration: undefined;
|
|
21212
21294
|
};
|
|
21213
21295
|
'/acs/users/add_to_access_group': {
|
|
21214
21296
|
route: '/acs/users/add_to_access_group';
|
|
@@ -21223,6 +21305,7 @@ export type Routes = {
|
|
|
21223
21305
|
};
|
|
21224
21306
|
formData: {};
|
|
21225
21307
|
jsonResponse: {};
|
|
21308
|
+
maxDuration: undefined;
|
|
21226
21309
|
};
|
|
21227
21310
|
'/acs/users/create': {
|
|
21228
21311
|
route: '/acs/users/create';
|
|
@@ -21478,6 +21561,7 @@ export type Routes = {
|
|
|
21478
21561
|
is_managed: true;
|
|
21479
21562
|
};
|
|
21480
21563
|
};
|
|
21564
|
+
maxDuration: undefined;
|
|
21481
21565
|
};
|
|
21482
21566
|
'/acs/users/delete': {
|
|
21483
21567
|
route: '/acs/users/delete';
|
|
@@ -21494,6 +21578,7 @@ export type Routes = {
|
|
|
21494
21578
|
};
|
|
21495
21579
|
formData: {};
|
|
21496
21580
|
jsonResponse: {};
|
|
21581
|
+
maxDuration: undefined;
|
|
21497
21582
|
};
|
|
21498
21583
|
'/acs/users/get': {
|
|
21499
21584
|
route: '/acs/users/get';
|
|
@@ -21733,6 +21818,7 @@ export type Routes = {
|
|
|
21733
21818
|
is_managed: true;
|
|
21734
21819
|
};
|
|
21735
21820
|
};
|
|
21821
|
+
maxDuration: undefined;
|
|
21736
21822
|
};
|
|
21737
21823
|
'/acs/users/list': {
|
|
21738
21824
|
route: '/acs/users/list';
|
|
@@ -21986,6 +22072,7 @@ export type Routes = {
|
|
|
21986
22072
|
next_page_url: string | null;
|
|
21987
22073
|
};
|
|
21988
22074
|
};
|
|
22075
|
+
maxDuration: undefined;
|
|
21989
22076
|
};
|
|
21990
22077
|
'/acs/users/list_accessible_entrances': {
|
|
21991
22078
|
route: '/acs/users/list_accessible_entrances';
|
|
@@ -22104,6 +22191,8 @@ export type Routes = {
|
|
|
22104
22191
|
door_name?: string | undefined;
|
|
22105
22192
|
/** Description of the door in the Salto Space access system. */
|
|
22106
22193
|
door_description?: string | undefined;
|
|
22194
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
22195
|
+
audit_on_keys?: boolean | undefined;
|
|
22107
22196
|
/** Name of the room in the Salto Space access system. */
|
|
22108
22197
|
room_name?: string | undefined;
|
|
22109
22198
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -22124,6 +22213,7 @@ export type Routes = {
|
|
|
22124
22213
|
can_belong_to_reservation?: boolean | undefined;
|
|
22125
22214
|
}[];
|
|
22126
22215
|
};
|
|
22216
|
+
maxDuration: undefined;
|
|
22127
22217
|
};
|
|
22128
22218
|
'/acs/users/remove_from_access_group': {
|
|
22129
22219
|
route: '/acs/users/remove_from_access_group';
|
|
@@ -22140,6 +22230,7 @@ export type Routes = {
|
|
|
22140
22230
|
};
|
|
22141
22231
|
formData: {};
|
|
22142
22232
|
jsonResponse: {};
|
|
22233
|
+
maxDuration: undefined;
|
|
22143
22234
|
};
|
|
22144
22235
|
'/acs/users/revoke_access_to_all_entrances': {
|
|
22145
22236
|
route: '/acs/users/revoke_access_to_all_entrances';
|
|
@@ -22156,6 +22247,7 @@ export type Routes = {
|
|
|
22156
22247
|
commonParams: {};
|
|
22157
22248
|
formData: {};
|
|
22158
22249
|
jsonResponse: {};
|
|
22250
|
+
maxDuration: undefined;
|
|
22159
22251
|
};
|
|
22160
22252
|
'/acs/users/suspend': {
|
|
22161
22253
|
route: '/acs/users/suspend';
|
|
@@ -22172,6 +22264,7 @@ export type Routes = {
|
|
|
22172
22264
|
};
|
|
22173
22265
|
formData: {};
|
|
22174
22266
|
jsonResponse: {};
|
|
22267
|
+
maxDuration: undefined;
|
|
22175
22268
|
};
|
|
22176
22269
|
'/acs/users/unmanaged/get': {
|
|
22177
22270
|
route: '/acs/users/unmanaged/get';
|
|
@@ -22403,6 +22496,7 @@ export type Routes = {
|
|
|
22403
22496
|
is_managed: false;
|
|
22404
22497
|
};
|
|
22405
22498
|
};
|
|
22499
|
+
maxDuration: undefined;
|
|
22406
22500
|
};
|
|
22407
22501
|
'/acs/users/unmanaged/list': {
|
|
22408
22502
|
route: '/acs/users/unmanaged/list';
|
|
@@ -22641,6 +22735,7 @@ export type Routes = {
|
|
|
22641
22735
|
is_managed: false;
|
|
22642
22736
|
}[];
|
|
22643
22737
|
};
|
|
22738
|
+
maxDuration: undefined;
|
|
22644
22739
|
};
|
|
22645
22740
|
'/acs/users/unsuspend': {
|
|
22646
22741
|
route: '/acs/users/unsuspend';
|
|
@@ -22657,6 +22752,7 @@ export type Routes = {
|
|
|
22657
22752
|
};
|
|
22658
22753
|
formData: {};
|
|
22659
22754
|
jsonResponse: {};
|
|
22755
|
+
maxDuration: undefined;
|
|
22660
22756
|
};
|
|
22661
22757
|
'/acs/users/update': {
|
|
22662
22758
|
route: '/acs/users/update';
|
|
@@ -22690,6 +22786,7 @@ export type Routes = {
|
|
|
22690
22786
|
commonParams: {};
|
|
22691
22787
|
formData: {};
|
|
22692
22788
|
jsonResponse: {};
|
|
22789
|
+
maxDuration: undefined;
|
|
22693
22790
|
};
|
|
22694
22791
|
'/action_attempts/get': {
|
|
22695
22792
|
route: '/action_attempts/get';
|
|
@@ -23958,6 +24055,7 @@ export type Routes = {
|
|
|
23958
24055
|
};
|
|
23959
24056
|
};
|
|
23960
24057
|
};
|
|
24058
|
+
maxDuration: undefined;
|
|
23961
24059
|
};
|
|
23962
24060
|
'/action_attempts/list': {
|
|
23963
24061
|
route: '/action_attempts/list';
|
|
@@ -25221,6 +25319,7 @@ export type Routes = {
|
|
|
25221
25319
|
};
|
|
25222
25320
|
})[];
|
|
25223
25321
|
};
|
|
25322
|
+
maxDuration: undefined;
|
|
25224
25323
|
};
|
|
25225
25324
|
'/bridges/get': {
|
|
25226
25325
|
route: '/bridges/get';
|
|
@@ -25243,6 +25342,7 @@ export type Routes = {
|
|
|
25243
25342
|
created_at: string;
|
|
25244
25343
|
};
|
|
25245
25344
|
};
|
|
25345
|
+
maxDuration: undefined;
|
|
25246
25346
|
};
|
|
25247
25347
|
'/bridges/list': {
|
|
25248
25348
|
route: '/bridges/list';
|
|
@@ -25261,6 +25361,7 @@ export type Routes = {
|
|
|
25261
25361
|
created_at: string;
|
|
25262
25362
|
}[];
|
|
25263
25363
|
};
|
|
25364
|
+
maxDuration: undefined;
|
|
25264
25365
|
};
|
|
25265
25366
|
'/client_sessions/create': {
|
|
25266
25367
|
route: '/client_sessions/create';
|
|
@@ -25325,6 +25426,7 @@ export type Routes = {
|
|
|
25325
25426
|
user_identity_id?: string | undefined;
|
|
25326
25427
|
};
|
|
25327
25428
|
};
|
|
25429
|
+
maxDuration: undefined;
|
|
25328
25430
|
};
|
|
25329
25431
|
'/client_sessions/delete': {
|
|
25330
25432
|
route: '/client_sessions/delete';
|
|
@@ -25337,6 +25439,7 @@ export type Routes = {
|
|
|
25337
25439
|
};
|
|
25338
25440
|
formData: {};
|
|
25339
25441
|
jsonResponse: {};
|
|
25442
|
+
maxDuration: undefined;
|
|
25340
25443
|
};
|
|
25341
25444
|
'/client_sessions/get': {
|
|
25342
25445
|
route: '/client_sessions/get';
|
|
@@ -25388,6 +25491,7 @@ export type Routes = {
|
|
|
25388
25491
|
user_identity_id?: string | undefined;
|
|
25389
25492
|
};
|
|
25390
25493
|
};
|
|
25494
|
+
maxDuration: undefined;
|
|
25391
25495
|
};
|
|
25392
25496
|
'/client_sessions/get_or_create': {
|
|
25393
25497
|
route: '/client_sessions/get_or_create';
|
|
@@ -25448,6 +25552,7 @@ export type Routes = {
|
|
|
25448
25552
|
user_identity_id?: string | undefined;
|
|
25449
25553
|
};
|
|
25450
25554
|
};
|
|
25555
|
+
maxDuration: undefined;
|
|
25451
25556
|
};
|
|
25452
25557
|
'/client_sessions/grant_access': {
|
|
25453
25558
|
route: '/client_sessions/grant_access';
|
|
@@ -25508,6 +25613,7 @@ export type Routes = {
|
|
|
25508
25613
|
user_identity_id?: string | undefined;
|
|
25509
25614
|
};
|
|
25510
25615
|
};
|
|
25616
|
+
maxDuration: undefined;
|
|
25511
25617
|
};
|
|
25512
25618
|
'/client_sessions/list': {
|
|
25513
25619
|
route: '/client_sessions/list';
|
|
@@ -25556,6 +25662,7 @@ export type Routes = {
|
|
|
25556
25662
|
user_identity_id?: string | undefined;
|
|
25557
25663
|
}[];
|
|
25558
25664
|
};
|
|
25665
|
+
maxDuration: undefined;
|
|
25559
25666
|
};
|
|
25560
25667
|
'/client_sessions/revoke': {
|
|
25561
25668
|
route: '/client_sessions/revoke';
|
|
@@ -25568,6 +25675,7 @@ export type Routes = {
|
|
|
25568
25675
|
};
|
|
25569
25676
|
formData: {};
|
|
25570
25677
|
jsonResponse: {};
|
|
25678
|
+
maxDuration: undefined;
|
|
25571
25679
|
};
|
|
25572
25680
|
'/connect_webviews/create': {
|
|
25573
25681
|
route: '/connect_webviews/create';
|
|
@@ -25661,6 +25769,7 @@ export type Routes = {
|
|
|
25661
25769
|
customer_key?: string | undefined;
|
|
25662
25770
|
};
|
|
25663
25771
|
};
|
|
25772
|
+
maxDuration: undefined;
|
|
25664
25773
|
};
|
|
25665
25774
|
'/connect_webviews/delete': {
|
|
25666
25775
|
route: '/connect_webviews/delete';
|
|
@@ -25673,6 +25782,7 @@ export type Routes = {
|
|
|
25673
25782
|
commonParams: {};
|
|
25674
25783
|
formData: {};
|
|
25675
25784
|
jsonResponse: {};
|
|
25785
|
+
maxDuration: undefined;
|
|
25676
25786
|
};
|
|
25677
25787
|
'/connect_webviews/get': {
|
|
25678
25788
|
route: '/connect_webviews/get';
|
|
@@ -25744,6 +25854,7 @@ export type Routes = {
|
|
|
25744
25854
|
customer_key?: string | undefined;
|
|
25745
25855
|
};
|
|
25746
25856
|
};
|
|
25857
|
+
maxDuration: undefined;
|
|
25747
25858
|
};
|
|
25748
25859
|
'/connect_webviews/list': {
|
|
25749
25860
|
route: '/connect_webviews/list';
|
|
@@ -25823,6 +25934,7 @@ export type Routes = {
|
|
|
25823
25934
|
next_page_url: string | null;
|
|
25824
25935
|
};
|
|
25825
25936
|
};
|
|
25937
|
+
maxDuration: undefined;
|
|
25826
25938
|
};
|
|
25827
25939
|
'/connected_accounts/delete': {
|
|
25828
25940
|
route: '/connected_accounts/delete';
|
|
@@ -25837,6 +25949,7 @@ export type Routes = {
|
|
|
25837
25949
|
commonParams: {};
|
|
25838
25950
|
formData: {};
|
|
25839
25951
|
jsonResponse: {};
|
|
25952
|
+
maxDuration: undefined;
|
|
25840
25953
|
};
|
|
25841
25954
|
'/connected_accounts/get': {
|
|
25842
25955
|
route: '/connected_accounts/get';
|
|
@@ -25980,6 +26093,7 @@ export type Routes = {
|
|
|
25980
26093
|
accepted_capabilities: ('lock' | 'thermostat' | 'noise_sensor' | 'access_control')[];
|
|
25981
26094
|
};
|
|
25982
26095
|
};
|
|
26096
|
+
maxDuration: undefined;
|
|
25983
26097
|
};
|
|
25984
26098
|
'/connected_accounts/list': {
|
|
25985
26099
|
route: '/connected_accounts/list';
|
|
@@ -26140,6 +26254,7 @@ export type Routes = {
|
|
|
26140
26254
|
next_page_url: string | null;
|
|
26141
26255
|
};
|
|
26142
26256
|
};
|
|
26257
|
+
maxDuration: undefined;
|
|
26143
26258
|
};
|
|
26144
26259
|
'/connected_accounts/simulate/disconnect': {
|
|
26145
26260
|
route: '/connected_accounts/simulate/disconnect';
|
|
@@ -26151,6 +26266,7 @@ export type Routes = {
|
|
|
26151
26266
|
commonParams: {};
|
|
26152
26267
|
formData: {};
|
|
26153
26268
|
jsonResponse: {};
|
|
26269
|
+
maxDuration: undefined;
|
|
26154
26270
|
};
|
|
26155
26271
|
'/connected_accounts/sync': {
|
|
26156
26272
|
route: '/connected_accounts/sync';
|
|
@@ -26163,6 +26279,7 @@ export type Routes = {
|
|
|
26163
26279
|
commonParams: {};
|
|
26164
26280
|
formData: {};
|
|
26165
26281
|
jsonResponse: {};
|
|
26282
|
+
maxDuration: undefined;
|
|
26166
26283
|
};
|
|
26167
26284
|
'/connected_accounts/update': {
|
|
26168
26285
|
route: '/connected_accounts/update';
|
|
@@ -26313,6 +26430,7 @@ export type Routes = {
|
|
|
26313
26430
|
accepted_capabilities: ('lock' | 'thermostat' | 'noise_sensor' | 'access_control')[];
|
|
26314
26431
|
};
|
|
26315
26432
|
};
|
|
26433
|
+
maxDuration: undefined;
|
|
26316
26434
|
};
|
|
26317
26435
|
'/customers/create_portal': {
|
|
26318
26436
|
route: '/customers/create_portal';
|
|
@@ -26703,6 +26821,7 @@ export type Routes = {
|
|
|
26703
26821
|
created_at: string;
|
|
26704
26822
|
};
|
|
26705
26823
|
};
|
|
26824
|
+
maxDuration: undefined;
|
|
26706
26825
|
};
|
|
26707
26826
|
'/customers/delete_data': {
|
|
26708
26827
|
route: '/customers/delete_data';
|
|
@@ -26751,6 +26870,7 @@ export type Routes = {
|
|
|
26751
26870
|
};
|
|
26752
26871
|
formData: {};
|
|
26753
26872
|
jsonResponse: {};
|
|
26873
|
+
maxDuration: undefined;
|
|
26754
26874
|
};
|
|
26755
26875
|
'/customers/push_data': {
|
|
26756
26876
|
route: '/customers/push_data';
|
|
@@ -27042,6 +27162,7 @@ export type Routes = {
|
|
|
27042
27162
|
};
|
|
27043
27163
|
formData: {};
|
|
27044
27164
|
jsonResponse: {};
|
|
27165
|
+
maxDuration: undefined;
|
|
27045
27166
|
};
|
|
27046
27167
|
'/devices/delete': {
|
|
27047
27168
|
route: '/devices/delete';
|
|
@@ -27054,6 +27175,7 @@ export type Routes = {
|
|
|
27054
27175
|
};
|
|
27055
27176
|
formData: {};
|
|
27056
27177
|
jsonResponse: {};
|
|
27178
|
+
maxDuration: undefined;
|
|
27057
27179
|
};
|
|
27058
27180
|
'/devices/get': {
|
|
27059
27181
|
route: '/devices/get';
|
|
@@ -28292,6 +28414,7 @@ export type Routes = {
|
|
|
28292
28414
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
28293
28415
|
};
|
|
28294
28416
|
};
|
|
28417
|
+
maxDuration: undefined;
|
|
28295
28418
|
};
|
|
28296
28419
|
'/devices/list': {
|
|
28297
28420
|
route: '/devices/list';
|
|
@@ -29573,6 +29696,7 @@ export type Routes = {
|
|
|
29573
29696
|
next_page_url: string | null;
|
|
29574
29697
|
};
|
|
29575
29698
|
};
|
|
29699
|
+
maxDuration: undefined;
|
|
29576
29700
|
};
|
|
29577
29701
|
'/devices/list_device_providers': {
|
|
29578
29702
|
route: '/devices/list_device_providers';
|
|
@@ -29611,6 +29735,7 @@ export type Routes = {
|
|
|
29611
29735
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
29612
29736
|
}[];
|
|
29613
29737
|
};
|
|
29738
|
+
maxDuration: undefined;
|
|
29614
29739
|
};
|
|
29615
29740
|
'/devices/simulate/connect': {
|
|
29616
29741
|
route: '/devices/simulate/connect';
|
|
@@ -29623,6 +29748,7 @@ export type Routes = {
|
|
|
29623
29748
|
commonParams: {};
|
|
29624
29749
|
formData: {};
|
|
29625
29750
|
jsonResponse: {};
|
|
29751
|
+
maxDuration: undefined;
|
|
29626
29752
|
};
|
|
29627
29753
|
'/devices/simulate/connect_to_hub': {
|
|
29628
29754
|
route: '/devices/simulate/connect_to_hub';
|
|
@@ -29635,6 +29761,7 @@ export type Routes = {
|
|
|
29635
29761
|
commonParams: {};
|
|
29636
29762
|
formData: {};
|
|
29637
29763
|
jsonResponse: {};
|
|
29764
|
+
maxDuration: undefined;
|
|
29638
29765
|
};
|
|
29639
29766
|
'/devices/simulate/disconnect': {
|
|
29640
29767
|
route: '/devices/simulate/disconnect';
|
|
@@ -29647,6 +29774,7 @@ export type Routes = {
|
|
|
29647
29774
|
commonParams: {};
|
|
29648
29775
|
formData: {};
|
|
29649
29776
|
jsonResponse: {};
|
|
29777
|
+
maxDuration: undefined;
|
|
29650
29778
|
};
|
|
29651
29779
|
'/devices/simulate/disconnect_from_hub': {
|
|
29652
29780
|
route: '/devices/simulate/disconnect_from_hub';
|
|
@@ -29659,6 +29787,7 @@ export type Routes = {
|
|
|
29659
29787
|
commonParams: {};
|
|
29660
29788
|
formData: {};
|
|
29661
29789
|
jsonResponse: {};
|
|
29790
|
+
maxDuration: undefined;
|
|
29662
29791
|
};
|
|
29663
29792
|
'/devices/simulate/paid_subscription': {
|
|
29664
29793
|
route: '/devices/simulate/paid_subscription';
|
|
@@ -29671,6 +29800,7 @@ export type Routes = {
|
|
|
29671
29800
|
commonParams: {};
|
|
29672
29801
|
formData: {};
|
|
29673
29802
|
jsonResponse: {};
|
|
29803
|
+
maxDuration: undefined;
|
|
29674
29804
|
};
|
|
29675
29805
|
'/devices/simulate/remove': {
|
|
29676
29806
|
route: '/devices/simulate/remove';
|
|
@@ -29683,6 +29813,7 @@ export type Routes = {
|
|
|
29683
29813
|
commonParams: {};
|
|
29684
29814
|
formData: {};
|
|
29685
29815
|
jsonResponse: {};
|
|
29816
|
+
maxDuration: undefined;
|
|
29686
29817
|
};
|
|
29687
29818
|
'/devices/unmanaged/get': {
|
|
29688
29819
|
route: '/devices/unmanaged/get';
|
|
@@ -30089,6 +30220,7 @@ export type Routes = {
|
|
|
30089
30220
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
30090
30221
|
};
|
|
30091
30222
|
};
|
|
30223
|
+
maxDuration: undefined;
|
|
30092
30224
|
};
|
|
30093
30225
|
'/devices/unmanaged/list': {
|
|
30094
30226
|
route: '/devices/unmanaged/list';
|
|
@@ -30538,6 +30670,7 @@ export type Routes = {
|
|
|
30538
30670
|
next_page_url: string | null;
|
|
30539
30671
|
};
|
|
30540
30672
|
};
|
|
30673
|
+
maxDuration: undefined;
|
|
30541
30674
|
};
|
|
30542
30675
|
'/devices/unmanaged/update': {
|
|
30543
30676
|
route: '/devices/unmanaged/update';
|
|
@@ -30556,6 +30689,7 @@ export type Routes = {
|
|
|
30556
30689
|
};
|
|
30557
30690
|
formData: {};
|
|
30558
30691
|
jsonResponse: {};
|
|
30692
|
+
maxDuration: undefined;
|
|
30559
30693
|
};
|
|
30560
30694
|
'/devices/update': {
|
|
30561
30695
|
route: '/devices/update';
|
|
@@ -30580,6 +30714,7 @@ export type Routes = {
|
|
|
30580
30714
|
};
|
|
30581
30715
|
formData: {};
|
|
30582
30716
|
jsonResponse: {};
|
|
30717
|
+
maxDuration: undefined;
|
|
30583
30718
|
};
|
|
30584
30719
|
'/events/get': {
|
|
30585
30720
|
route: '/events/get';
|
|
@@ -32516,6 +32651,7 @@ export type Routes = {
|
|
|
32516
32651
|
}) | undefined;
|
|
32517
32652
|
message?: string | undefined;
|
|
32518
32653
|
};
|
|
32654
|
+
maxDuration: undefined;
|
|
32519
32655
|
};
|
|
32520
32656
|
'/events/list': {
|
|
32521
32657
|
route: '/events/list';
|
|
@@ -34474,6 +34610,7 @@ export type Routes = {
|
|
|
34474
34610
|
acs_entrance_ids: string[];
|
|
34475
34611
|
})[];
|
|
34476
34612
|
};
|
|
34613
|
+
maxDuration: undefined;
|
|
34477
34614
|
};
|
|
34478
34615
|
'/instant_keys/delete': {
|
|
34479
34616
|
route: '/instant_keys/delete';
|
|
@@ -34486,6 +34623,7 @@ export type Routes = {
|
|
|
34486
34623
|
};
|
|
34487
34624
|
formData: {};
|
|
34488
34625
|
jsonResponse: {};
|
|
34626
|
+
maxDuration: undefined;
|
|
34489
34627
|
};
|
|
34490
34628
|
'/instant_keys/get': {
|
|
34491
34629
|
route: '/instant_keys/get';
|
|
@@ -34531,6 +34669,7 @@ export type Routes = {
|
|
|
34531
34669
|
} | undefined;
|
|
34532
34670
|
};
|
|
34533
34671
|
};
|
|
34672
|
+
maxDuration: undefined;
|
|
34534
34673
|
};
|
|
34535
34674
|
'/instant_keys/list': {
|
|
34536
34675
|
route: '/instant_keys/list';
|
|
@@ -34571,6 +34710,7 @@ export type Routes = {
|
|
|
34571
34710
|
} | undefined;
|
|
34572
34711
|
}[];
|
|
34573
34712
|
};
|
|
34713
|
+
maxDuration: undefined;
|
|
34574
34714
|
};
|
|
34575
34715
|
'/locks/get': {
|
|
34576
34716
|
route: '/locks/get';
|
|
@@ -37032,6 +37172,7 @@ export type Routes = {
|
|
|
37032
37172
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
37033
37173
|
};
|
|
37034
37174
|
};
|
|
37175
|
+
maxDuration: undefined;
|
|
37035
37176
|
};
|
|
37036
37177
|
'/locks/list': {
|
|
37037
37178
|
route: '/locks/list';
|
|
@@ -39526,6 +39667,7 @@ export type Routes = {
|
|
|
39526
39667
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
39527
39668
|
}[];
|
|
39528
39669
|
};
|
|
39670
|
+
maxDuration: undefined;
|
|
39529
39671
|
};
|
|
39530
39672
|
'/locks/lock_door': {
|
|
39531
39673
|
route: '/locks/lock_door';
|
|
@@ -40796,6 +40938,7 @@ export type Routes = {
|
|
|
40796
40938
|
};
|
|
40797
40939
|
};
|
|
40798
40940
|
};
|
|
40941
|
+
maxDuration: undefined;
|
|
40799
40942
|
};
|
|
40800
40943
|
'/locks/simulate/keypad_code_entry': {
|
|
40801
40944
|
route: '/locks/simulate/keypad_code_entry';
|
|
@@ -42066,6 +42209,7 @@ export type Routes = {
|
|
|
42066
42209
|
};
|
|
42067
42210
|
};
|
|
42068
42211
|
};
|
|
42212
|
+
maxDuration: undefined;
|
|
42069
42213
|
};
|
|
42070
42214
|
'/locks/simulate/manual_lock_via_keypad': {
|
|
42071
42215
|
route: '/locks/simulate/manual_lock_via_keypad';
|
|
@@ -43334,6 +43478,7 @@ export type Routes = {
|
|
|
43334
43478
|
};
|
|
43335
43479
|
};
|
|
43336
43480
|
};
|
|
43481
|
+
maxDuration: undefined;
|
|
43337
43482
|
};
|
|
43338
43483
|
'/locks/unlock_door': {
|
|
43339
43484
|
route: '/locks/unlock_door';
|
|
@@ -44604,6 +44749,7 @@ export type Routes = {
|
|
|
44604
44749
|
};
|
|
44605
44750
|
};
|
|
44606
44751
|
};
|
|
44752
|
+
maxDuration: undefined;
|
|
44607
44753
|
};
|
|
44608
44754
|
'/noise_sensors/list': {
|
|
44609
44755
|
route: '/noise_sensors/list';
|
|
@@ -47098,6 +47244,7 @@ export type Routes = {
|
|
|
47098
47244
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
47099
47245
|
}[];
|
|
47100
47246
|
};
|
|
47247
|
+
maxDuration: undefined;
|
|
47101
47248
|
};
|
|
47102
47249
|
'/noise_sensors/noise_thresholds/create': {
|
|
47103
47250
|
route: '/noise_sensors/noise_thresholds/create';
|
|
@@ -48395,6 +48542,7 @@ export type Routes = {
|
|
|
48395
48542
|
noise_threshold_decibels: number;
|
|
48396
48543
|
};
|
|
48397
48544
|
};
|
|
48545
|
+
maxDuration: undefined;
|
|
48398
48546
|
};
|
|
48399
48547
|
'/noise_sensors/noise_thresholds/delete': {
|
|
48400
48548
|
route: '/noise_sensors/noise_thresholds/delete';
|
|
@@ -49667,6 +49815,7 @@ export type Routes = {
|
|
|
49667
49815
|
};
|
|
49668
49816
|
};
|
|
49669
49817
|
};
|
|
49818
|
+
maxDuration: undefined;
|
|
49670
49819
|
};
|
|
49671
49820
|
'/noise_sensors/noise_thresholds/get': {
|
|
49672
49821
|
route: '/noise_sensors/noise_thresholds/get';
|
|
@@ -49697,6 +49846,7 @@ export type Routes = {
|
|
|
49697
49846
|
noise_threshold_decibels: number;
|
|
49698
49847
|
};
|
|
49699
49848
|
};
|
|
49849
|
+
maxDuration: undefined;
|
|
49700
49850
|
};
|
|
49701
49851
|
'/noise_sensors/noise_thresholds/list': {
|
|
49702
49852
|
route: '/noise_sensors/noise_thresholds/list';
|
|
@@ -49728,6 +49878,7 @@ export type Routes = {
|
|
|
49728
49878
|
noise_threshold_decibels: number;
|
|
49729
49879
|
}[];
|
|
49730
49880
|
};
|
|
49881
|
+
maxDuration: undefined;
|
|
49731
49882
|
};
|
|
49732
49883
|
'/noise_sensors/noise_thresholds/update': {
|
|
49733
49884
|
route: '/noise_sensors/noise_thresholds/update';
|
|
@@ -51010,6 +51161,7 @@ export type Routes = {
|
|
|
51010
51161
|
};
|
|
51011
51162
|
};
|
|
51012
51163
|
};
|
|
51164
|
+
maxDuration: undefined;
|
|
51013
51165
|
};
|
|
51014
51166
|
'/noise_sensors/simulate/trigger_noise_threshold': {
|
|
51015
51167
|
route: '/noise_sensors/simulate/trigger_noise_threshold';
|
|
@@ -51022,6 +51174,7 @@ export type Routes = {
|
|
|
51022
51174
|
commonParams: {};
|
|
51023
51175
|
formData: {};
|
|
51024
51176
|
jsonResponse: {};
|
|
51177
|
+
maxDuration: undefined;
|
|
51025
51178
|
};
|
|
51026
51179
|
'/phones/deactivate': {
|
|
51027
51180
|
route: '/phones/deactivate';
|
|
@@ -51034,6 +51187,7 @@ export type Routes = {
|
|
|
51034
51187
|
commonParams: {};
|
|
51035
51188
|
formData: {};
|
|
51036
51189
|
jsonResponse: {};
|
|
51190
|
+
maxDuration: undefined;
|
|
51037
51191
|
};
|
|
51038
51192
|
'/phones/get': {
|
|
51039
51193
|
route: '/phones/get';
|
|
@@ -51105,6 +51259,7 @@ export type Routes = {
|
|
|
51105
51259
|
};
|
|
51106
51260
|
};
|
|
51107
51261
|
};
|
|
51262
|
+
maxDuration: undefined;
|
|
51108
51263
|
};
|
|
51109
51264
|
'/phones/list': {
|
|
51110
51265
|
route: '/phones/list';
|
|
@@ -51177,6 +51332,7 @@ export type Routes = {
|
|
|
51177
51332
|
};
|
|
51178
51333
|
}[];
|
|
51179
51334
|
};
|
|
51335
|
+
maxDuration: undefined;
|
|
51180
51336
|
};
|
|
51181
51337
|
'/phones/simulate/create_sandbox_phone': {
|
|
51182
51338
|
route: '/phones/simulate/create_sandbox_phone';
|
|
@@ -51276,6 +51432,7 @@ export type Routes = {
|
|
|
51276
51432
|
};
|
|
51277
51433
|
};
|
|
51278
51434
|
};
|
|
51435
|
+
maxDuration: undefined;
|
|
51279
51436
|
};
|
|
51280
51437
|
'/seam/bridge/v1/bridge_client_sessions/create': {
|
|
51281
51438
|
route: '/seam/bridge/v1/bridge_client_sessions/create';
|
|
@@ -51348,6 +51505,7 @@ export type Routes = {
|
|
|
51348
51505
|
telemetry_url: string | null;
|
|
51349
51506
|
};
|
|
51350
51507
|
};
|
|
51508
|
+
maxDuration: undefined;
|
|
51351
51509
|
};
|
|
51352
51510
|
'/seam/bridge/v1/bridge_client_sessions/get': {
|
|
51353
51511
|
route: '/seam/bridge/v1/bridge_client_sessions/get';
|
|
@@ -51413,6 +51571,7 @@ export type Routes = {
|
|
|
51413
51571
|
telemetry_url: string | null;
|
|
51414
51572
|
};
|
|
51415
51573
|
};
|
|
51574
|
+
maxDuration: undefined;
|
|
51416
51575
|
};
|
|
51417
51576
|
'/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token': {
|
|
51418
51577
|
route: '/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token';
|
|
@@ -51478,6 +51637,7 @@ export type Routes = {
|
|
|
51478
51637
|
telemetry_url: string | null;
|
|
51479
51638
|
};
|
|
51480
51639
|
};
|
|
51640
|
+
maxDuration: undefined;
|
|
51481
51641
|
};
|
|
51482
51642
|
'/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code': {
|
|
51483
51643
|
route: '/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code';
|
|
@@ -51543,6 +51703,7 @@ export type Routes = {
|
|
|
51543
51703
|
telemetry_url: string | null;
|
|
51544
51704
|
};
|
|
51545
51705
|
};
|
|
51706
|
+
maxDuration: undefined;
|
|
51546
51707
|
};
|
|
51547
51708
|
'/seam/bridge/v1/bridge_client_sessions/report_status': {
|
|
51548
51709
|
route: '/seam/bridge/v1/bridge_client_sessions/report_status';
|
|
@@ -51557,6 +51718,7 @@ export type Routes = {
|
|
|
51557
51718
|
commonParams: {};
|
|
51558
51719
|
formData: {};
|
|
51559
51720
|
jsonResponse: {};
|
|
51721
|
+
maxDuration: undefined;
|
|
51560
51722
|
};
|
|
51561
51723
|
'/seam/bridge/v1/bridge_connected_systems/list': {
|
|
51562
51724
|
route: '/seam/bridge/v1/bridge_connected_systems/list';
|
|
@@ -51585,6 +51747,7 @@ export type Routes = {
|
|
|
51585
51747
|
workspace_display_name: string;
|
|
51586
51748
|
}[];
|
|
51587
51749
|
};
|
|
51750
|
+
maxDuration: undefined;
|
|
51588
51751
|
};
|
|
51589
51752
|
'/seam/console/v1/get_resource_locator': {
|
|
51590
51753
|
route: '/seam/console/v1/get_resource_locator';
|
|
@@ -51602,6 +51765,7 @@ export type Routes = {
|
|
|
51602
51765
|
device_id?: string | undefined;
|
|
51603
51766
|
};
|
|
51604
51767
|
};
|
|
51768
|
+
maxDuration: undefined;
|
|
51605
51769
|
};
|
|
51606
51770
|
'/seam/console/v1/timelines/get': {
|
|
51607
51771
|
route: '/seam/console/v1/timelines/get';
|
|
@@ -51682,6 +51846,7 @@ export type Routes = {
|
|
|
51682
51846
|
next_page_url: string | null;
|
|
51683
51847
|
};
|
|
51684
51848
|
};
|
|
51849
|
+
maxDuration: undefined;
|
|
51685
51850
|
};
|
|
51686
51851
|
'/seam/customer/v1/access_grants/list': {
|
|
51687
51852
|
route: '/seam/customer/v1/access_grants/list';
|
|
@@ -51749,6 +51914,7 @@ export type Routes = {
|
|
|
51749
51914
|
customization_profile_id?: string | undefined;
|
|
51750
51915
|
}[];
|
|
51751
51916
|
};
|
|
51917
|
+
maxDuration: undefined;
|
|
51752
51918
|
};
|
|
51753
51919
|
'/seam/customer/v1/automation_runs/list': {
|
|
51754
51920
|
route: '/seam/customer/v1/automation_runs/list';
|
|
@@ -51803,6 +51969,7 @@ export type Routes = {
|
|
|
51803
51969
|
next_page_url: string | null;
|
|
51804
51970
|
};
|
|
51805
51971
|
};
|
|
51972
|
+
maxDuration: undefined;
|
|
51806
51973
|
};
|
|
51807
51974
|
'/seam/customer/v1/automations/delete': {
|
|
51808
51975
|
route: '/seam/customer/v1/automations/delete';
|
|
@@ -51812,6 +51979,7 @@ export type Routes = {
|
|
|
51812
51979
|
commonParams: {};
|
|
51813
51980
|
formData: {};
|
|
51814
51981
|
jsonResponse: {};
|
|
51982
|
+
maxDuration: undefined;
|
|
51815
51983
|
};
|
|
51816
51984
|
'/seam/customer/v1/automations/get': {
|
|
51817
51985
|
route: '/seam/customer/v1/automations/get';
|
|
@@ -51885,6 +52053,7 @@ export type Routes = {
|
|
|
51885
52053
|
};
|
|
51886
52054
|
} | undefined;
|
|
51887
52055
|
};
|
|
52056
|
+
maxDuration: undefined;
|
|
51888
52057
|
};
|
|
51889
52058
|
'/seam/customer/v1/automations/update': {
|
|
51890
52059
|
route: '/seam/customer/v1/automations/update';
|
|
@@ -51960,6 +52129,7 @@ export type Routes = {
|
|
|
51960
52129
|
commonParams: {};
|
|
51961
52130
|
formData: {};
|
|
51962
52131
|
jsonResponse: {};
|
|
52132
|
+
maxDuration: undefined;
|
|
51963
52133
|
};
|
|
51964
52134
|
'/seam/customer/v1/connectors/connector_types': {
|
|
51965
52135
|
route: '/seam/customer/v1/connectors/connector_types';
|
|
@@ -51982,6 +52152,7 @@ export type Routes = {
|
|
|
51982
52152
|
}[];
|
|
51983
52153
|
}[];
|
|
51984
52154
|
};
|
|
52155
|
+
maxDuration: undefined;
|
|
51985
52156
|
};
|
|
51986
52157
|
'/seam/customer/v1/connectors/create': {
|
|
51987
52158
|
route: '/seam/customer/v1/connectors/create';
|
|
@@ -52013,6 +52184,7 @@ export type Routes = {
|
|
|
52013
52184
|
error?: string | undefined;
|
|
52014
52185
|
};
|
|
52015
52186
|
};
|
|
52187
|
+
maxDuration: undefined;
|
|
52016
52188
|
};
|
|
52017
52189
|
'/seam/customer/v1/connectors/delete': {
|
|
52018
52190
|
route: '/seam/customer/v1/connectors/delete';
|
|
@@ -52031,6 +52203,7 @@ export type Routes = {
|
|
|
52031
52203
|
status: 'deleted';
|
|
52032
52204
|
};
|
|
52033
52205
|
};
|
|
52206
|
+
maxDuration: undefined;
|
|
52034
52207
|
};
|
|
52035
52208
|
'/seam/customer/v1/connectors/list': {
|
|
52036
52209
|
route: '/seam/customer/v1/connectors/list';
|
|
@@ -52051,6 +52224,7 @@ export type Routes = {
|
|
|
52051
52224
|
updated_at: string;
|
|
52052
52225
|
}[];
|
|
52053
52226
|
};
|
|
52227
|
+
maxDuration: undefined;
|
|
52054
52228
|
};
|
|
52055
52229
|
'/seam/customer/v1/connectors/sync': {
|
|
52056
52230
|
route: '/seam/customer/v1/connectors/sync';
|
|
@@ -52069,6 +52243,7 @@ export type Routes = {
|
|
|
52069
52243
|
message: string;
|
|
52070
52244
|
};
|
|
52071
52245
|
};
|
|
52246
|
+
maxDuration: undefined;
|
|
52072
52247
|
};
|
|
52073
52248
|
'/seam/customer/v1/connectors/update': {
|
|
52074
52249
|
route: '/seam/customer/v1/connectors/update';
|
|
@@ -52112,6 +52287,7 @@ export type Routes = {
|
|
|
52112
52287
|
error?: string | undefined;
|
|
52113
52288
|
};
|
|
52114
52289
|
};
|
|
52290
|
+
maxDuration: undefined;
|
|
52115
52291
|
};
|
|
52116
52292
|
'/seam/customer/v1/events/list': {
|
|
52117
52293
|
route: '/seam/customer/v1/events/list';
|
|
@@ -54050,6 +54226,7 @@ export type Routes = {
|
|
|
54050
54226
|
acs_entrance_ids: string[];
|
|
54051
54227
|
})[];
|
|
54052
54228
|
};
|
|
54229
|
+
maxDuration: undefined;
|
|
54053
54230
|
};
|
|
54054
54231
|
'/seam/customer/v1/portals/get': {
|
|
54055
54232
|
route: '/seam/customer/v1/portals/get';
|
|
@@ -54145,6 +54322,7 @@ export type Routes = {
|
|
|
54145
54322
|
business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
54146
54323
|
};
|
|
54147
54324
|
};
|
|
54325
|
+
maxDuration: undefined;
|
|
54148
54326
|
};
|
|
54149
54327
|
'/seam/customer/v1/reservations/get': {
|
|
54150
54328
|
route: '/seam/customer/v1/reservations/get';
|
|
@@ -54181,6 +54359,7 @@ export type Routes = {
|
|
|
54181
54359
|
}[];
|
|
54182
54360
|
};
|
|
54183
54361
|
};
|
|
54362
|
+
maxDuration: undefined;
|
|
54184
54363
|
};
|
|
54185
54364
|
'/seam/customer/v1/reservations/list': {
|
|
54186
54365
|
route: '/seam/customer/v1/reservations/list';
|
|
@@ -54232,6 +54411,7 @@ export type Routes = {
|
|
|
54232
54411
|
next_page_url: string | null;
|
|
54233
54412
|
};
|
|
54234
54413
|
};
|
|
54414
|
+
maxDuration: undefined;
|
|
54235
54415
|
};
|
|
54236
54416
|
'/seam/customer/v1/settings/get': {
|
|
54237
54417
|
route: '/seam/customer/v1/settings/get';
|
|
@@ -54244,6 +54424,7 @@ export type Routes = {
|
|
|
54244
54424
|
/** Business vertical of the customer portal. */
|
|
54245
54425
|
business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
54246
54426
|
};
|
|
54427
|
+
maxDuration: undefined;
|
|
54247
54428
|
};
|
|
54248
54429
|
'/seam/customer/v1/settings/update': {
|
|
54249
54430
|
route: '/seam/customer/v1/settings/update';
|
|
@@ -54256,6 +54437,7 @@ export type Routes = {
|
|
|
54256
54437
|
commonParams: {};
|
|
54257
54438
|
formData: {};
|
|
54258
54439
|
jsonResponse: {};
|
|
54440
|
+
maxDuration: undefined;
|
|
54259
54441
|
};
|
|
54260
54442
|
'/seam/customer/v1/spaces/create': {
|
|
54261
54443
|
route: '/seam/customer/v1/spaces/create';
|
|
@@ -54302,6 +54484,7 @@ export type Routes = {
|
|
|
54302
54484
|
parent_space_key?: string | undefined;
|
|
54303
54485
|
};
|
|
54304
54486
|
};
|
|
54487
|
+
maxDuration: undefined;
|
|
54305
54488
|
};
|
|
54306
54489
|
'/seam/customer/v1/spaces/list': {
|
|
54307
54490
|
route: '/seam/customer/v1/spaces/list';
|
|
@@ -54341,6 +54524,7 @@ export type Routes = {
|
|
|
54341
54524
|
parent_space_key?: string | undefined;
|
|
54342
54525
|
}[];
|
|
54343
54526
|
};
|
|
54527
|
+
maxDuration: undefined;
|
|
54344
54528
|
};
|
|
54345
54529
|
'/seam/customer/v1/staff_members/get': {
|
|
54346
54530
|
route: '/seam/customer/v1/staff_members/get';
|
|
@@ -54430,6 +54614,7 @@ export type Routes = {
|
|
|
54430
54614
|
user_identity_id?: string | undefined;
|
|
54431
54615
|
};
|
|
54432
54616
|
};
|
|
54617
|
+
maxDuration: undefined;
|
|
54433
54618
|
};
|
|
54434
54619
|
'/seam/customer/v1/staff_members/list': {
|
|
54435
54620
|
route: '/seam/customer/v1/staff_members/list';
|
|
@@ -54473,6 +54658,7 @@ export type Routes = {
|
|
|
54473
54658
|
next_page_url: string | null;
|
|
54474
54659
|
};
|
|
54475
54660
|
};
|
|
54661
|
+
maxDuration: undefined;
|
|
54476
54662
|
};
|
|
54477
54663
|
'/seam/instant_key/v1/client_sessions/exchange_short_code': {
|
|
54478
54664
|
route: '/seam/instant_key/v1/client_sessions/exchange_short_code';
|
|
@@ -54522,6 +54708,7 @@ export type Routes = {
|
|
|
54522
54708
|
user_identity_id?: string | undefined;
|
|
54523
54709
|
};
|
|
54524
54710
|
};
|
|
54711
|
+
maxDuration: undefined;
|
|
54525
54712
|
};
|
|
54526
54713
|
'/seam/instant_key/v1/preview/get': {
|
|
54527
54714
|
route: '/seam/instant_key/v1/preview/get';
|
|
@@ -54573,6 +54760,7 @@ export type Routes = {
|
|
|
54573
54760
|
expires_at: string;
|
|
54574
54761
|
};
|
|
54575
54762
|
};
|
|
54763
|
+
maxDuration: undefined;
|
|
54576
54764
|
};
|
|
54577
54765
|
'/seam/mobile_sdk/v1/acs/credentials/list': {
|
|
54578
54766
|
route: '/seam/mobile_sdk/v1/acs/credentials/list';
|
|
@@ -54714,6 +54902,7 @@ export type Routes = {
|
|
|
54714
54902
|
is_managed: true;
|
|
54715
54903
|
}[];
|
|
54716
54904
|
};
|
|
54905
|
+
maxDuration: undefined;
|
|
54717
54906
|
};
|
|
54718
54907
|
'/seam/mobile_sdk/v1/phone_sessions/get_or_create': {
|
|
54719
54908
|
route: '/seam/mobile_sdk/v1/phone_sessions/get_or_create';
|
|
@@ -54981,6 +55170,8 @@ export type Routes = {
|
|
|
54981
55170
|
door_name?: string | undefined;
|
|
54982
55171
|
/** Description of the door in the Salto Space access system. */
|
|
54983
55172
|
door_description?: string | undefined;
|
|
55173
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
55174
|
+
audit_on_keys?: boolean | undefined;
|
|
54984
55175
|
/** Name of the room in the Salto Space access system. */
|
|
54985
55176
|
room_name?: string | undefined;
|
|
54986
55177
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -55054,6 +55245,7 @@ export type Routes = {
|
|
|
55054
55245
|
workspace_id: string;
|
|
55055
55246
|
};
|
|
55056
55247
|
};
|
|
55248
|
+
maxDuration: undefined;
|
|
55057
55249
|
};
|
|
55058
55250
|
'/seam/mobile_sdk/v1/report_salto_space_audit_trail': {
|
|
55059
55251
|
route: '/seam/mobile_sdk/v1/report_salto_space_audit_trail';
|
|
@@ -55068,6 +55260,7 @@ export type Routes = {
|
|
|
55068
55260
|
commonParams: {};
|
|
55069
55261
|
formData: {};
|
|
55070
55262
|
jsonResponse: {};
|
|
55263
|
+
maxDuration: undefined;
|
|
55071
55264
|
};
|
|
55072
55265
|
'/seam/partner/v1/building_blocks/spaces/auto_map': {
|
|
55073
55266
|
route: '/seam/partner/v1/building_blocks/spaces/auto_map';
|
|
@@ -55097,6 +55290,7 @@ export type Routes = {
|
|
|
55097
55290
|
is_draft?: boolean | undefined;
|
|
55098
55291
|
}[];
|
|
55099
55292
|
};
|
|
55293
|
+
maxDuration: undefined;
|
|
55100
55294
|
};
|
|
55101
55295
|
'/spaces/add_acs_entrances': {
|
|
55102
55296
|
route: '/spaces/add_acs_entrances';
|
|
@@ -55111,6 +55305,7 @@ export type Routes = {
|
|
|
55111
55305
|
commonParams: {};
|
|
55112
55306
|
formData: {};
|
|
55113
55307
|
jsonResponse: {};
|
|
55308
|
+
maxDuration: undefined;
|
|
55114
55309
|
};
|
|
55115
55310
|
'/spaces/add_devices': {
|
|
55116
55311
|
route: '/spaces/add_devices';
|
|
@@ -55125,6 +55320,7 @@ export type Routes = {
|
|
|
55125
55320
|
commonParams: {};
|
|
55126
55321
|
formData: {};
|
|
55127
55322
|
jsonResponse: {};
|
|
55323
|
+
maxDuration: undefined;
|
|
55128
55324
|
};
|
|
55129
55325
|
'/spaces/create': {
|
|
55130
55326
|
route: '/spaces/create';
|
|
@@ -55169,6 +55365,7 @@ export type Routes = {
|
|
|
55169
55365
|
parent_space_key?: string | undefined;
|
|
55170
55366
|
};
|
|
55171
55367
|
};
|
|
55368
|
+
maxDuration: undefined;
|
|
55172
55369
|
};
|
|
55173
55370
|
'/spaces/delete': {
|
|
55174
55371
|
route: '/spaces/delete';
|
|
@@ -55181,6 +55378,7 @@ export type Routes = {
|
|
|
55181
55378
|
commonParams: {};
|
|
55182
55379
|
formData: {};
|
|
55183
55380
|
jsonResponse: {};
|
|
55381
|
+
maxDuration: undefined;
|
|
55184
55382
|
};
|
|
55185
55383
|
'/spaces/get': {
|
|
55186
55384
|
route: '/spaces/get';
|
|
@@ -55220,6 +55418,7 @@ export type Routes = {
|
|
|
55220
55418
|
parent_space_key?: string | undefined;
|
|
55221
55419
|
};
|
|
55222
55420
|
};
|
|
55421
|
+
maxDuration: undefined;
|
|
55223
55422
|
};
|
|
55224
55423
|
'/spaces/get_related': {
|
|
55225
55424
|
route: '/spaces/get_related';
|
|
@@ -56584,6 +56783,8 @@ export type Routes = {
|
|
|
56584
56783
|
door_name?: string | undefined;
|
|
56585
56784
|
/** Description of the door in the Salto Space access system. */
|
|
56586
56785
|
door_description?: string | undefined;
|
|
56786
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
56787
|
+
audit_on_keys?: boolean | undefined;
|
|
56587
56788
|
/** Name of the room in the Salto Space access system. */
|
|
56588
56789
|
room_name?: string | undefined;
|
|
56589
56790
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -56849,6 +57050,7 @@ export type Routes = {
|
|
|
56849
57050
|
}[] | undefined;
|
|
56850
57051
|
};
|
|
56851
57052
|
};
|
|
57053
|
+
maxDuration: undefined;
|
|
56852
57054
|
};
|
|
56853
57055
|
'/spaces/list': {
|
|
56854
57056
|
route: '/spaces/list';
|
|
@@ -56890,6 +57092,7 @@ export type Routes = {
|
|
|
56890
57092
|
parent_space_key?: string | undefined;
|
|
56891
57093
|
}[];
|
|
56892
57094
|
};
|
|
57095
|
+
maxDuration: undefined;
|
|
56893
57096
|
};
|
|
56894
57097
|
'/spaces/remove_acs_entrances': {
|
|
56895
57098
|
route: '/spaces/remove_acs_entrances';
|
|
@@ -56904,6 +57107,7 @@ export type Routes = {
|
|
|
56904
57107
|
};
|
|
56905
57108
|
formData: {};
|
|
56906
57109
|
jsonResponse: {};
|
|
57110
|
+
maxDuration: undefined;
|
|
56907
57111
|
};
|
|
56908
57112
|
'/spaces/remove_devices': {
|
|
56909
57113
|
route: '/spaces/remove_devices';
|
|
@@ -56918,6 +57122,7 @@ export type Routes = {
|
|
|
56918
57122
|
};
|
|
56919
57123
|
formData: {};
|
|
56920
57124
|
jsonResponse: {};
|
|
57125
|
+
maxDuration: undefined;
|
|
56921
57126
|
};
|
|
56922
57127
|
'/spaces/update': {
|
|
56923
57128
|
route: '/spaces/update';
|
|
@@ -56964,6 +57169,7 @@ export type Routes = {
|
|
|
56964
57169
|
parent_space_key?: string | undefined;
|
|
56965
57170
|
};
|
|
56966
57171
|
};
|
|
57172
|
+
maxDuration: undefined;
|
|
56967
57173
|
};
|
|
56968
57174
|
'/thermostats/activate_climate_preset': {
|
|
56969
57175
|
route: '/thermostats/activate_climate_preset';
|
|
@@ -58234,6 +58440,7 @@ export type Routes = {
|
|
|
58234
58440
|
};
|
|
58235
58441
|
};
|
|
58236
58442
|
};
|
|
58443
|
+
maxDuration: undefined;
|
|
58237
58444
|
};
|
|
58238
58445
|
'/thermostats/cool': {
|
|
58239
58446
|
route: '/thermostats/cool';
|
|
@@ -59508,6 +59715,7 @@ export type Routes = {
|
|
|
59508
59715
|
};
|
|
59509
59716
|
};
|
|
59510
59717
|
};
|
|
59718
|
+
maxDuration: undefined;
|
|
59511
59719
|
};
|
|
59512
59720
|
'/thermostats/create_climate_preset': {
|
|
59513
59721
|
route: '/thermostats/create_climate_preset';
|
|
@@ -59554,6 +59762,7 @@ export type Routes = {
|
|
|
59554
59762
|
commonParams: {};
|
|
59555
59763
|
formData: {};
|
|
59556
59764
|
jsonResponse: {};
|
|
59765
|
+
maxDuration: undefined;
|
|
59557
59766
|
};
|
|
59558
59767
|
'/thermostats/daily_programs/create': {
|
|
59559
59768
|
route: '/thermostats/daily_programs/create';
|
|
@@ -59596,6 +59805,7 @@ export type Routes = {
|
|
|
59596
59805
|
created_at: string;
|
|
59597
59806
|
};
|
|
59598
59807
|
};
|
|
59808
|
+
maxDuration: undefined;
|
|
59599
59809
|
};
|
|
59600
59810
|
'/thermostats/daily_programs/delete': {
|
|
59601
59811
|
route: '/thermostats/daily_programs/delete';
|
|
@@ -59608,6 +59818,7 @@ export type Routes = {
|
|
|
59608
59818
|
};
|
|
59609
59819
|
formData: {};
|
|
59610
59820
|
jsonResponse: {};
|
|
59821
|
+
maxDuration: undefined;
|
|
59611
59822
|
};
|
|
59612
59823
|
'/thermostats/daily_programs/update': {
|
|
59613
59824
|
route: '/thermostats/daily_programs/update';
|
|
@@ -60885,6 +61096,7 @@ export type Routes = {
|
|
|
60885
61096
|
};
|
|
60886
61097
|
};
|
|
60887
61098
|
};
|
|
61099
|
+
maxDuration: undefined;
|
|
60888
61100
|
};
|
|
60889
61101
|
'/thermostats/delete_climate_preset': {
|
|
60890
61102
|
route: '/thermostats/delete_climate_preset';
|
|
@@ -60899,6 +61111,7 @@ export type Routes = {
|
|
|
60899
61111
|
commonParams: {};
|
|
60900
61112
|
formData: {};
|
|
60901
61113
|
jsonResponse: {};
|
|
61114
|
+
maxDuration: undefined;
|
|
60902
61115
|
};
|
|
60903
61116
|
'/thermostats/get': {
|
|
60904
61117
|
route: '/thermostats/get';
|
|
@@ -62137,6 +62350,7 @@ export type Routes = {
|
|
|
62137
62350
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
62138
62351
|
};
|
|
62139
62352
|
};
|
|
62353
|
+
maxDuration: undefined;
|
|
62140
62354
|
};
|
|
62141
62355
|
'/thermostats/heat': {
|
|
62142
62356
|
route: '/thermostats/heat';
|
|
@@ -63411,6 +63625,7 @@ export type Routes = {
|
|
|
63411
63625
|
};
|
|
63412
63626
|
};
|
|
63413
63627
|
};
|
|
63628
|
+
maxDuration: undefined;
|
|
63414
63629
|
};
|
|
63415
63630
|
'/thermostats/heat_cool': {
|
|
63416
63631
|
route: '/thermostats/heat_cool';
|
|
@@ -64689,6 +64904,7 @@ export type Routes = {
|
|
|
64689
64904
|
};
|
|
64690
64905
|
};
|
|
64691
64906
|
};
|
|
64907
|
+
maxDuration: undefined;
|
|
64692
64908
|
};
|
|
64693
64909
|
'/thermostats/list': {
|
|
64694
64910
|
route: '/thermostats/list';
|
|
@@ -67183,6 +67399,7 @@ export type Routes = {
|
|
|
67183
67399
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
67184
67400
|
}[];
|
|
67185
67401
|
};
|
|
67402
|
+
maxDuration: undefined;
|
|
67186
67403
|
};
|
|
67187
67404
|
'/thermostats/off': {
|
|
67188
67405
|
route: '/thermostats/off';
|
|
@@ -68453,6 +68670,7 @@ export type Routes = {
|
|
|
68453
68670
|
};
|
|
68454
68671
|
};
|
|
68455
68672
|
};
|
|
68673
|
+
maxDuration: undefined;
|
|
68456
68674
|
};
|
|
68457
68675
|
'/thermostats/schedules/create': {
|
|
68458
68676
|
route: '/thermostats/schedules/create';
|
|
@@ -68508,6 +68726,7 @@ export type Routes = {
|
|
|
68508
68726
|
}[];
|
|
68509
68727
|
};
|
|
68510
68728
|
};
|
|
68729
|
+
maxDuration: undefined;
|
|
68511
68730
|
};
|
|
68512
68731
|
'/thermostats/schedules/delete': {
|
|
68513
68732
|
route: '/thermostats/schedules/delete';
|
|
@@ -68520,6 +68739,7 @@ export type Routes = {
|
|
|
68520
68739
|
};
|
|
68521
68740
|
formData: {};
|
|
68522
68741
|
jsonResponse: {};
|
|
68742
|
+
maxDuration: undefined;
|
|
68523
68743
|
};
|
|
68524
68744
|
'/thermostats/schedules/get': {
|
|
68525
68745
|
route: '/thermostats/schedules/get';
|
|
@@ -68563,6 +68783,7 @@ export type Routes = {
|
|
|
68563
68783
|
}[];
|
|
68564
68784
|
};
|
|
68565
68785
|
};
|
|
68786
|
+
maxDuration: undefined;
|
|
68566
68787
|
};
|
|
68567
68788
|
'/thermostats/schedules/list': {
|
|
68568
68789
|
route: '/thermostats/schedules/list';
|
|
@@ -68607,6 +68828,7 @@ export type Routes = {
|
|
|
68607
68828
|
}[];
|
|
68608
68829
|
}[];
|
|
68609
68830
|
};
|
|
68831
|
+
maxDuration: undefined;
|
|
68610
68832
|
};
|
|
68611
68833
|
'/thermostats/schedules/update': {
|
|
68612
68834
|
route: '/thermostats/schedules/update';
|
|
@@ -68631,6 +68853,7 @@ export type Routes = {
|
|
|
68631
68853
|
commonParams: {};
|
|
68632
68854
|
formData: {};
|
|
68633
68855
|
jsonResponse: {};
|
|
68856
|
+
maxDuration: undefined;
|
|
68634
68857
|
};
|
|
68635
68858
|
'/thermostats/set_fallback_climate_preset': {
|
|
68636
68859
|
route: '/thermostats/set_fallback_climate_preset';
|
|
@@ -68645,6 +68868,7 @@ export type Routes = {
|
|
|
68645
68868
|
commonParams: {};
|
|
68646
68869
|
formData: {};
|
|
68647
68870
|
jsonResponse: {};
|
|
68871
|
+
maxDuration: undefined;
|
|
68648
68872
|
};
|
|
68649
68873
|
'/thermostats/set_fan_mode': {
|
|
68650
68874
|
route: '/thermostats/set_fan_mode';
|
|
@@ -69920,6 +70144,7 @@ export type Routes = {
|
|
|
69920
70144
|
};
|
|
69921
70145
|
};
|
|
69922
70146
|
};
|
|
70147
|
+
maxDuration: undefined;
|
|
69923
70148
|
};
|
|
69924
70149
|
'/thermostats/set_hvac_mode': {
|
|
69925
70150
|
route: '/thermostats/set_hvac_mode';
|
|
@@ -71221,6 +71446,7 @@ export type Routes = {
|
|
|
71221
71446
|
};
|
|
71222
71447
|
};
|
|
71223
71448
|
};
|
|
71449
|
+
maxDuration: undefined;
|
|
71224
71450
|
};
|
|
71225
71451
|
'/thermostats/set_temperature_threshold': {
|
|
71226
71452
|
route: '/thermostats/set_temperature_threshold';
|
|
@@ -71241,6 +71467,7 @@ export type Routes = {
|
|
|
71241
71467
|
commonParams: {};
|
|
71242
71468
|
formData: {};
|
|
71243
71469
|
jsonResponse: {};
|
|
71470
|
+
maxDuration: undefined;
|
|
71244
71471
|
};
|
|
71245
71472
|
'/thermostats/simulate/hvac_mode_adjusted': {
|
|
71246
71473
|
route: '/thermostats/simulate/hvac_mode_adjusted';
|
|
@@ -71286,6 +71513,7 @@ export type Routes = {
|
|
|
71286
71513
|
commonParams: {};
|
|
71287
71514
|
formData: {};
|
|
71288
71515
|
jsonResponse: {};
|
|
71516
|
+
maxDuration: undefined;
|
|
71289
71517
|
};
|
|
71290
71518
|
'/thermostats/simulate/temperature_reached': {
|
|
71291
71519
|
route: '/thermostats/simulate/temperature_reached';
|
|
@@ -71302,6 +71530,7 @@ export type Routes = {
|
|
|
71302
71530
|
commonParams: {};
|
|
71303
71531
|
formData: {};
|
|
71304
71532
|
jsonResponse: {};
|
|
71533
|
+
maxDuration: undefined;
|
|
71305
71534
|
};
|
|
71306
71535
|
'/thermostats/update_climate_preset': {
|
|
71307
71536
|
route: '/thermostats/update_climate_preset';
|
|
@@ -71348,6 +71577,7 @@ export type Routes = {
|
|
|
71348
71577
|
commonParams: {};
|
|
71349
71578
|
formData: {};
|
|
71350
71579
|
jsonResponse: {};
|
|
71580
|
+
maxDuration: undefined;
|
|
71351
71581
|
};
|
|
71352
71582
|
'/thermostats/update_weekly_program': {
|
|
71353
71583
|
route: '/thermostats/update_weekly_program';
|
|
@@ -72630,6 +72860,7 @@ export type Routes = {
|
|
|
72630
72860
|
};
|
|
72631
72861
|
};
|
|
72632
72862
|
};
|
|
72863
|
+
maxDuration: undefined;
|
|
72633
72864
|
};
|
|
72634
72865
|
'/unstable_partner/building_blocks/connect_accounts': {
|
|
72635
72866
|
route: '/unstable_partner/building_blocks/connect_accounts';
|
|
@@ -72660,6 +72891,7 @@ export type Routes = {
|
|
|
72660
72891
|
created_at: string;
|
|
72661
72892
|
};
|
|
72662
72893
|
};
|
|
72894
|
+
maxDuration: undefined;
|
|
72663
72895
|
};
|
|
72664
72896
|
'/unstable_partner/building_blocks/generate_magic_link': {
|
|
72665
72897
|
route: '/unstable_partner/building_blocks/generate_magic_link';
|
|
@@ -72699,6 +72931,7 @@ export type Routes = {
|
|
|
72699
72931
|
created_at: string;
|
|
72700
72932
|
};
|
|
72701
72933
|
};
|
|
72934
|
+
maxDuration: undefined;
|
|
72702
72935
|
};
|
|
72703
72936
|
'/unstable_partner/building_blocks/manage_devices': {
|
|
72704
72937
|
route: '/unstable_partner/building_blocks/manage_devices';
|
|
@@ -72729,6 +72962,7 @@ export type Routes = {
|
|
|
72729
72962
|
created_at: string;
|
|
72730
72963
|
};
|
|
72731
72964
|
};
|
|
72965
|
+
maxDuration: undefined;
|
|
72732
72966
|
};
|
|
72733
72967
|
'/unstable_partner/building_blocks/organize_spaces': {
|
|
72734
72968
|
route: '/unstable_partner/building_blocks/organize_spaces';
|
|
@@ -72766,6 +73000,7 @@ export type Routes = {
|
|
|
72766
73000
|
created_at: string;
|
|
72767
73001
|
};
|
|
72768
73002
|
};
|
|
73003
|
+
maxDuration: undefined;
|
|
72769
73004
|
};
|
|
72770
73005
|
'/user_identities/add_acs_user': {
|
|
72771
73006
|
route: '/user_identities/add_acs_user';
|
|
@@ -72782,6 +73017,7 @@ export type Routes = {
|
|
|
72782
73017
|
};
|
|
72783
73018
|
formData: {};
|
|
72784
73019
|
jsonResponse: {};
|
|
73020
|
+
maxDuration: undefined;
|
|
72785
73021
|
};
|
|
72786
73022
|
'/user_identities/create': {
|
|
72787
73023
|
route: '/user_identities/create';
|
|
@@ -72851,6 +73087,7 @@ export type Routes = {
|
|
|
72851
73087
|
acs_user_ids: string[];
|
|
72852
73088
|
};
|
|
72853
73089
|
};
|
|
73090
|
+
maxDuration: undefined;
|
|
72854
73091
|
};
|
|
72855
73092
|
'/user_identities/delete': {
|
|
72856
73093
|
route: '/user_identities/delete';
|
|
@@ -72863,6 +73100,7 @@ export type Routes = {
|
|
|
72863
73100
|
};
|
|
72864
73101
|
formData: {};
|
|
72865
73102
|
jsonResponse: {};
|
|
73103
|
+
maxDuration: undefined;
|
|
72866
73104
|
};
|
|
72867
73105
|
'/user_identities/enrollment_automations/delete': {
|
|
72868
73106
|
route: '/user_identities/enrollment_automations/delete';
|
|
@@ -72875,6 +73113,7 @@ export type Routes = {
|
|
|
72875
73113
|
};
|
|
72876
73114
|
formData: {};
|
|
72877
73115
|
jsonResponse: {};
|
|
73116
|
+
maxDuration: undefined;
|
|
72878
73117
|
};
|
|
72879
73118
|
'/user_identities/enrollment_automations/get': {
|
|
72880
73119
|
route: '/user_identities/enrollment_automations/get';
|
|
@@ -72901,6 +73140,7 @@ export type Routes = {
|
|
|
72901
73140
|
workspace_id: string;
|
|
72902
73141
|
};
|
|
72903
73142
|
};
|
|
73143
|
+
maxDuration: undefined;
|
|
72904
73144
|
};
|
|
72905
73145
|
'/user_identities/enrollment_automations/launch': {
|
|
72906
73146
|
route: '/user_identities/enrollment_automations/launch';
|
|
@@ -72935,6 +73175,7 @@ export type Routes = {
|
|
|
72935
73175
|
workspace_id: string;
|
|
72936
73176
|
};
|
|
72937
73177
|
};
|
|
73178
|
+
maxDuration: undefined;
|
|
72938
73179
|
};
|
|
72939
73180
|
'/user_identities/enrollment_automations/list': {
|
|
72940
73181
|
route: '/user_identities/enrollment_automations/list';
|
|
@@ -72960,6 +73201,7 @@ export type Routes = {
|
|
|
72960
73201
|
workspace_id: string;
|
|
72961
73202
|
}[];
|
|
72962
73203
|
};
|
|
73204
|
+
maxDuration: undefined;
|
|
72963
73205
|
};
|
|
72964
73206
|
'/user_identities/generate_instant_key': {
|
|
72965
73207
|
route: '/user_identities/generate_instant_key';
|
|
@@ -73006,6 +73248,7 @@ export type Routes = {
|
|
|
73006
73248
|
} | undefined;
|
|
73007
73249
|
};
|
|
73008
73250
|
};
|
|
73251
|
+
maxDuration: undefined;
|
|
73009
73252
|
};
|
|
73010
73253
|
'/user_identities/get': {
|
|
73011
73254
|
route: '/user_identities/get';
|
|
@@ -73069,6 +73312,7 @@ export type Routes = {
|
|
|
73069
73312
|
acs_user_ids: string[];
|
|
73070
73313
|
};
|
|
73071
73314
|
};
|
|
73315
|
+
maxDuration: undefined;
|
|
73072
73316
|
};
|
|
73073
73317
|
'/user_identities/grant_access_to_device': {
|
|
73074
73318
|
route: '/user_identities/grant_access_to_device';
|
|
@@ -73083,6 +73327,7 @@ export type Routes = {
|
|
|
73083
73327
|
};
|
|
73084
73328
|
formData: {};
|
|
73085
73329
|
jsonResponse: {};
|
|
73330
|
+
maxDuration: undefined;
|
|
73086
73331
|
};
|
|
73087
73332
|
'/user_identities/list': {
|
|
73088
73333
|
route: '/user_identities/list';
|
|
@@ -73160,6 +73405,7 @@ export type Routes = {
|
|
|
73160
73405
|
next_page_url: string | null;
|
|
73161
73406
|
};
|
|
73162
73407
|
};
|
|
73408
|
+
maxDuration: undefined;
|
|
73163
73409
|
};
|
|
73164
73410
|
'/user_identities/list_accessible_devices': {
|
|
73165
73411
|
route: '/user_identities/list_accessible_devices';
|
|
@@ -75619,6 +75865,7 @@ export type Routes = {
|
|
|
75619
75865
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
75620
75866
|
}[];
|
|
75621
75867
|
};
|
|
75868
|
+
maxDuration: undefined;
|
|
75622
75869
|
};
|
|
75623
75870
|
'/user_identities/list_acs_systems': {
|
|
75624
75871
|
route: '/user_identities/list_acs_systems';
|
|
@@ -75750,6 +75997,7 @@ export type Routes = {
|
|
|
75750
75997
|
})[];
|
|
75751
75998
|
}[];
|
|
75752
75999
|
};
|
|
76000
|
+
maxDuration: undefined;
|
|
75753
76001
|
};
|
|
75754
76002
|
'/user_identities/list_acs_users': {
|
|
75755
76003
|
route: '/user_identities/list_acs_users';
|
|
@@ -75980,6 +76228,7 @@ export type Routes = {
|
|
|
75980
76228
|
is_managed: true;
|
|
75981
76229
|
}[];
|
|
75982
76230
|
};
|
|
76231
|
+
maxDuration: undefined;
|
|
75983
76232
|
};
|
|
75984
76233
|
'/user_identities/remove_acs_user': {
|
|
75985
76234
|
route: '/user_identities/remove_acs_user';
|
|
@@ -75994,6 +76243,7 @@ export type Routes = {
|
|
|
75994
76243
|
};
|
|
75995
76244
|
formData: {};
|
|
75996
76245
|
jsonResponse: {};
|
|
76246
|
+
maxDuration: undefined;
|
|
75997
76247
|
};
|
|
75998
76248
|
'/user_identities/revoke_access_to_device': {
|
|
75999
76249
|
route: '/user_identities/revoke_access_to_device';
|
|
@@ -76008,6 +76258,7 @@ export type Routes = {
|
|
|
76008
76258
|
};
|
|
76009
76259
|
formData: {};
|
|
76010
76260
|
jsonResponse: {};
|
|
76261
|
+
maxDuration: undefined;
|
|
76011
76262
|
};
|
|
76012
76263
|
'/user_identities/unmanaged/get': {
|
|
76013
76264
|
route: '/user_identities/unmanaged/get';
|
|
@@ -76067,6 +76318,7 @@ export type Routes = {
|
|
|
76067
76318
|
acs_user_ids: string[];
|
|
76068
76319
|
};
|
|
76069
76320
|
};
|
|
76321
|
+
maxDuration: undefined;
|
|
76070
76322
|
};
|
|
76071
76323
|
'/user_identities/unmanaged/list': {
|
|
76072
76324
|
route: '/user_identities/unmanaged/list';
|
|
@@ -76140,6 +76392,7 @@ export type Routes = {
|
|
|
76140
76392
|
next_page_url: string | null;
|
|
76141
76393
|
};
|
|
76142
76394
|
};
|
|
76395
|
+
maxDuration: undefined;
|
|
76143
76396
|
};
|
|
76144
76397
|
'/user_identities/unmanaged/update': {
|
|
76145
76398
|
route: '/user_identities/unmanaged/update';
|
|
@@ -76156,6 +76409,7 @@ export type Routes = {
|
|
|
76156
76409
|
commonParams: {};
|
|
76157
76410
|
formData: {};
|
|
76158
76411
|
jsonResponse: {};
|
|
76412
|
+
maxDuration: undefined;
|
|
76159
76413
|
};
|
|
76160
76414
|
'/user_identities/update': {
|
|
76161
76415
|
route: '/user_identities/update';
|
|
@@ -76176,6 +76430,7 @@ export type Routes = {
|
|
|
76176
76430
|
commonParams: {};
|
|
76177
76431
|
formData: {};
|
|
76178
76432
|
jsonResponse: {};
|
|
76433
|
+
maxDuration: undefined;
|
|
76179
76434
|
};
|
|
76180
76435
|
'/webhooks/create': {
|
|
76181
76436
|
route: '/webhooks/create';
|
|
@@ -76202,6 +76457,7 @@ export type Routes = {
|
|
|
76202
76457
|
secret?: string | undefined;
|
|
76203
76458
|
};
|
|
76204
76459
|
};
|
|
76460
|
+
maxDuration: undefined;
|
|
76205
76461
|
};
|
|
76206
76462
|
'/webhooks/delete': {
|
|
76207
76463
|
route: '/webhooks/delete';
|
|
@@ -76214,6 +76470,7 @@ export type Routes = {
|
|
|
76214
76470
|
};
|
|
76215
76471
|
formData: {};
|
|
76216
76472
|
jsonResponse: {};
|
|
76473
|
+
maxDuration: undefined;
|
|
76217
76474
|
};
|
|
76218
76475
|
'/webhooks/get': {
|
|
76219
76476
|
route: '/webhooks/get';
|
|
@@ -76238,6 +76495,7 @@ export type Routes = {
|
|
|
76238
76495
|
secret?: string | undefined;
|
|
76239
76496
|
};
|
|
76240
76497
|
};
|
|
76498
|
+
maxDuration: undefined;
|
|
76241
76499
|
};
|
|
76242
76500
|
'/webhooks/list': {
|
|
76243
76501
|
route: '/webhooks/list';
|
|
@@ -76258,6 +76516,7 @@ export type Routes = {
|
|
|
76258
76516
|
secret?: string | undefined;
|
|
76259
76517
|
}[];
|
|
76260
76518
|
};
|
|
76519
|
+
maxDuration: undefined;
|
|
76261
76520
|
};
|
|
76262
76521
|
'/webhooks/update': {
|
|
76263
76522
|
route: '/webhooks/update';
|
|
@@ -76272,6 +76531,7 @@ export type Routes = {
|
|
|
76272
76531
|
commonParams: {};
|
|
76273
76532
|
formData: {};
|
|
76274
76533
|
jsonResponse: {};
|
|
76534
|
+
maxDuration: undefined;
|
|
76275
76535
|
};
|
|
76276
76536
|
'/workspaces/create': {
|
|
76277
76537
|
route: '/workspaces/create';
|
|
@@ -76346,6 +76606,7 @@ export type Routes = {
|
|
|
76346
76606
|
is_publishable_key_auth_enabled: boolean;
|
|
76347
76607
|
};
|
|
76348
76608
|
};
|
|
76609
|
+
maxDuration: undefined;
|
|
76349
76610
|
};
|
|
76350
76611
|
'/workspaces/customization_profiles/create': {
|
|
76351
76612
|
route: '/workspaces/customization_profiles/create';
|
|
@@ -76382,6 +76643,7 @@ export type Routes = {
|
|
|
76382
76643
|
} | undefined;
|
|
76383
76644
|
};
|
|
76384
76645
|
};
|
|
76646
|
+
maxDuration: undefined;
|
|
76385
76647
|
};
|
|
76386
76648
|
'/workspaces/customization_profiles/get': {
|
|
76387
76649
|
route: '/workspaces/customization_profiles/get';
|
|
@@ -76410,6 +76672,7 @@ export type Routes = {
|
|
|
76410
76672
|
} | undefined;
|
|
76411
76673
|
};
|
|
76412
76674
|
};
|
|
76675
|
+
maxDuration: undefined;
|
|
76413
76676
|
};
|
|
76414
76677
|
'/workspaces/customization_profiles/list': {
|
|
76415
76678
|
route: '/workspaces/customization_profiles/list';
|
|
@@ -76438,6 +76701,7 @@ export type Routes = {
|
|
|
76438
76701
|
} | undefined;
|
|
76439
76702
|
}[];
|
|
76440
76703
|
};
|
|
76704
|
+
maxDuration: undefined;
|
|
76441
76705
|
};
|
|
76442
76706
|
'/workspaces/customization_profiles/update': {
|
|
76443
76707
|
route: '/workspaces/customization_profiles/update';
|
|
@@ -76458,6 +76722,7 @@ export type Routes = {
|
|
|
76458
76722
|
commonParams: {};
|
|
76459
76723
|
formData: {};
|
|
76460
76724
|
jsonResponse: {};
|
|
76725
|
+
maxDuration: undefined;
|
|
76461
76726
|
};
|
|
76462
76727
|
'/workspaces/customization_profiles/upload_images': {
|
|
76463
76728
|
route: '/workspaces/customization_profiles/upload_images';
|
|
@@ -76467,6 +76732,7 @@ export type Routes = {
|
|
|
76467
76732
|
commonParams: {};
|
|
76468
76733
|
formData: {};
|
|
76469
76734
|
jsonResponse: {};
|
|
76735
|
+
maxDuration: undefined;
|
|
76470
76736
|
};
|
|
76471
76737
|
'/workspaces/find_anything': {
|
|
76472
76738
|
route: '/workspaces/find_anything';
|
|
@@ -77882,6 +78148,8 @@ export type Routes = {
|
|
|
77882
78148
|
door_name?: string | undefined;
|
|
77883
78149
|
/** Description of the door in the Salto Space access system. */
|
|
77884
78150
|
door_description?: string | undefined;
|
|
78151
|
+
/** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
|
|
78152
|
+
audit_on_keys?: boolean | undefined;
|
|
77885
78153
|
/** Name of the room in the Salto Space access system. */
|
|
77886
78154
|
room_name?: string | undefined;
|
|
77887
78155
|
/** Description of the room in the Salto Space access system. */
|
|
@@ -83777,6 +84045,7 @@ export type Routes = {
|
|
|
83777
84045
|
}[] | undefined;
|
|
83778
84046
|
};
|
|
83779
84047
|
};
|
|
84048
|
+
maxDuration: undefined;
|
|
83780
84049
|
};
|
|
83781
84050
|
'/workspaces/get': {
|
|
83782
84051
|
route: '/workspaces/get';
|
|
@@ -83819,6 +84088,7 @@ export type Routes = {
|
|
|
83819
84088
|
is_publishable_key_auth_enabled: boolean;
|
|
83820
84089
|
};
|
|
83821
84090
|
};
|
|
84091
|
+
maxDuration: undefined;
|
|
83822
84092
|
};
|
|
83823
84093
|
'/workspaces/list': {
|
|
83824
84094
|
route: '/workspaces/list';
|
|
@@ -83860,6 +84130,7 @@ export type Routes = {
|
|
|
83860
84130
|
is_publishable_key_auth_enabled: boolean;
|
|
83861
84131
|
}[];
|
|
83862
84132
|
};
|
|
84133
|
+
maxDuration: undefined;
|
|
83863
84134
|
};
|
|
83864
84135
|
'/workspaces/reset_sandbox': {
|
|
83865
84136
|
route: '/workspaces/reset_sandbox';
|
|
@@ -85125,6 +85396,7 @@ export type Routes = {
|
|
|
85125
85396
|
};
|
|
85126
85397
|
};
|
|
85127
85398
|
};
|
|
85399
|
+
maxDuration: undefined;
|
|
85128
85400
|
};
|
|
85129
85401
|
'/workspaces/update': {
|
|
85130
85402
|
route: '/workspaces/update';
|
|
@@ -85154,6 +85426,7 @@ export type Routes = {
|
|
|
85154
85426
|
commonParams: {};
|
|
85155
85427
|
formData: {};
|
|
85156
85428
|
jsonResponse: {};
|
|
85429
|
+
maxDuration: undefined;
|
|
85157
85430
|
};
|
|
85158
85431
|
};
|
|
85159
85432
|
export type RouteResponse<Path extends keyof Routes> = Routes[Path]['jsonResponse'];
|