@seamapi/types 1.656.0 → 1.658.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +148 -11
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +500 -0
- package/dist/index.cjs +148 -11
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +14 -0
- package/lib/seam/connect/models/batch.js +7 -4
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +1 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +7 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -0
- package/lib/seam/connect/openapi.d.ts +187 -0
- package/lib/seam/connect/openapi.js +132 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +287 -0
- package/package.json +2 -2
- package/src/lib/seam/connect/models/batch.ts +35 -32
- package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +132 -1
- package/src/lib/seam/connect/route-types.ts +287 -0
|
@@ -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';
|
|
@@ -10813,6 +10832,8 @@ export type Routes = {
|
|
|
10813
10832
|
device_id: string;
|
|
10814
10833
|
/** Device name for an Ultraloq device. */
|
|
10815
10834
|
device_name: string;
|
|
10835
|
+
/** Device type for an Ultraloq device. */
|
|
10836
|
+
device_type: string;
|
|
10816
10837
|
} | undefined;
|
|
10817
10838
|
}) & ({
|
|
10818
10839
|
/** */
|
|
@@ -11884,6 +11905,7 @@ export type Routes = {
|
|
|
11884
11905
|
}[] | undefined;
|
|
11885
11906
|
};
|
|
11886
11907
|
};
|
|
11908
|
+
maxDuration: undefined;
|
|
11887
11909
|
};
|
|
11888
11910
|
'/access_grants/list': {
|
|
11889
11911
|
route: '/access_grants/list';
|
|
@@ -11969,6 +11991,7 @@ export type Routes = {
|
|
|
11969
11991
|
customization_profile_id?: string | undefined;
|
|
11970
11992
|
}[];
|
|
11971
11993
|
};
|
|
11994
|
+
maxDuration: undefined;
|
|
11972
11995
|
};
|
|
11973
11996
|
'/access_grants/request_access_methods': {
|
|
11974
11997
|
route: '/access_grants/request_access_methods';
|
|
@@ -12047,6 +12070,7 @@ export type Routes = {
|
|
|
12047
12070
|
customization_profile_id?: string | undefined;
|
|
12048
12071
|
};
|
|
12049
12072
|
};
|
|
12073
|
+
maxDuration: undefined;
|
|
12050
12074
|
};
|
|
12051
12075
|
'/access_grants/unmanaged/get': {
|
|
12052
12076
|
route: '/access_grants/unmanaged/get';
|
|
@@ -12110,6 +12134,7 @@ export type Routes = {
|
|
|
12110
12134
|
user_identity_id?: string | undefined;
|
|
12111
12135
|
};
|
|
12112
12136
|
};
|
|
12137
|
+
maxDuration: undefined;
|
|
12113
12138
|
};
|
|
12114
12139
|
'/access_grants/unmanaged/list': {
|
|
12115
12140
|
route: '/access_grants/unmanaged/list';
|
|
@@ -12178,6 +12203,7 @@ export type Routes = {
|
|
|
12178
12203
|
user_identity_id?: string | undefined;
|
|
12179
12204
|
}[];
|
|
12180
12205
|
};
|
|
12206
|
+
maxDuration: undefined;
|
|
12181
12207
|
};
|
|
12182
12208
|
'/access_grants/unmanaged/update': {
|
|
12183
12209
|
route: '/access_grants/unmanaged/update';
|
|
@@ -12194,6 +12220,7 @@ export type Routes = {
|
|
|
12194
12220
|
commonParams: {};
|
|
12195
12221
|
formData: {};
|
|
12196
12222
|
jsonResponse: {};
|
|
12223
|
+
maxDuration: undefined;
|
|
12197
12224
|
};
|
|
12198
12225
|
'/access_grants/update': {
|
|
12199
12226
|
route: '/access_grants/update';
|
|
@@ -12212,6 +12239,7 @@ export type Routes = {
|
|
|
12212
12239
|
};
|
|
12213
12240
|
formData: {};
|
|
12214
12241
|
jsonResponse: {};
|
|
12242
|
+
maxDuration: undefined;
|
|
12215
12243
|
};
|
|
12216
12244
|
'/access_methods/delete': {
|
|
12217
12245
|
route: '/access_methods/delete';
|
|
@@ -12224,6 +12252,7 @@ export type Routes = {
|
|
|
12224
12252
|
};
|
|
12225
12253
|
formData: {};
|
|
12226
12254
|
jsonResponse: {};
|
|
12255
|
+
maxDuration: undefined;
|
|
12227
12256
|
};
|
|
12228
12257
|
'/access_methods/encode': {
|
|
12229
12258
|
route: '/access_methods/encode';
|
|
@@ -13494,6 +13523,7 @@ export type Routes = {
|
|
|
13494
13523
|
};
|
|
13495
13524
|
};
|
|
13496
13525
|
};
|
|
13526
|
+
maxDuration: undefined;
|
|
13497
13527
|
};
|
|
13498
13528
|
'/access_methods/get': {
|
|
13499
13529
|
route: '/access_methods/get';
|
|
@@ -13543,6 +13573,7 @@ export type Routes = {
|
|
|
13543
13573
|
customization_profile_id?: string | undefined;
|
|
13544
13574
|
};
|
|
13545
13575
|
};
|
|
13576
|
+
maxDuration: undefined;
|
|
13546
13577
|
};
|
|
13547
13578
|
'/access_methods/get_related': {
|
|
13548
13579
|
route: '/access_methods/get_related';
|
|
@@ -14179,6 +14210,8 @@ export type Routes = {
|
|
|
14179
14210
|
device_id: string;
|
|
14180
14211
|
/** Device name for an Ultraloq device. */
|
|
14181
14212
|
device_name: string;
|
|
14213
|
+
/** Device type for an Ultraloq device. */
|
|
14214
|
+
device_type: string;
|
|
14182
14215
|
} | undefined;
|
|
14183
14216
|
}) & ({
|
|
14184
14217
|
/** */
|
|
@@ -15201,6 +15234,7 @@ export type Routes = {
|
|
|
15201
15234
|
}[] | undefined;
|
|
15202
15235
|
};
|
|
15203
15236
|
};
|
|
15237
|
+
maxDuration: undefined;
|
|
15204
15238
|
};
|
|
15205
15239
|
'/access_methods/list': {
|
|
15206
15240
|
route: '/access_methods/list';
|
|
@@ -15255,6 +15289,7 @@ export type Routes = {
|
|
|
15255
15289
|
customization_profile_id?: string | undefined;
|
|
15256
15290
|
}[];
|
|
15257
15291
|
};
|
|
15292
|
+
maxDuration: undefined;
|
|
15258
15293
|
};
|
|
15259
15294
|
'/access_methods/unmanaged/get': {
|
|
15260
15295
|
route: '/access_methods/unmanaged/get';
|
|
@@ -15298,6 +15333,7 @@ export type Routes = {
|
|
|
15298
15333
|
}[];
|
|
15299
15334
|
};
|
|
15300
15335
|
};
|
|
15336
|
+
maxDuration: undefined;
|
|
15301
15337
|
};
|
|
15302
15338
|
'/access_methods/unmanaged/list': {
|
|
15303
15339
|
route: '/access_methods/unmanaged/list';
|
|
@@ -15346,6 +15382,7 @@ export type Routes = {
|
|
|
15346
15382
|
}[];
|
|
15347
15383
|
}[];
|
|
15348
15384
|
};
|
|
15385
|
+
maxDuration: undefined;
|
|
15349
15386
|
};
|
|
15350
15387
|
'/acs/access_groups/add_user': {
|
|
15351
15388
|
route: '/acs/access_groups/add_user';
|
|
@@ -15362,6 +15399,7 @@ export type Routes = {
|
|
|
15362
15399
|
};
|
|
15363
15400
|
formData: {};
|
|
15364
15401
|
jsonResponse: {};
|
|
15402
|
+
maxDuration: undefined;
|
|
15365
15403
|
};
|
|
15366
15404
|
'/acs/access_groups/get': {
|
|
15367
15405
|
route: '/acs/access_groups/get';
|
|
@@ -15415,6 +15453,7 @@ export type Routes = {
|
|
|
15415
15453
|
is_managed: true;
|
|
15416
15454
|
};
|
|
15417
15455
|
};
|
|
15456
|
+
maxDuration: undefined;
|
|
15418
15457
|
};
|
|
15419
15458
|
'/acs/access_groups/list': {
|
|
15420
15459
|
route: '/acs/access_groups/list';
|
|
@@ -15467,6 +15506,7 @@ export type Routes = {
|
|
|
15467
15506
|
is_managed: true;
|
|
15468
15507
|
}[];
|
|
15469
15508
|
};
|
|
15509
|
+
maxDuration: undefined;
|
|
15470
15510
|
};
|
|
15471
15511
|
'/acs/access_groups/list_accessible_entrances': {
|
|
15472
15512
|
route: '/acs/access_groups/list_accessible_entrances';
|
|
@@ -15601,6 +15641,7 @@ export type Routes = {
|
|
|
15601
15641
|
can_belong_to_reservation?: boolean | undefined;
|
|
15602
15642
|
}[];
|
|
15603
15643
|
};
|
|
15644
|
+
maxDuration: undefined;
|
|
15604
15645
|
};
|
|
15605
15646
|
'/acs/access_groups/list_users': {
|
|
15606
15647
|
route: '/acs/access_groups/list_users';
|
|
@@ -15831,6 +15872,7 @@ export type Routes = {
|
|
|
15831
15872
|
is_managed: true;
|
|
15832
15873
|
}[];
|
|
15833
15874
|
};
|
|
15875
|
+
maxDuration: undefined;
|
|
15834
15876
|
};
|
|
15835
15877
|
'/acs/access_groups/remove_user': {
|
|
15836
15878
|
route: '/acs/access_groups/remove_user';
|
|
@@ -15847,6 +15889,7 @@ export type Routes = {
|
|
|
15847
15889
|
};
|
|
15848
15890
|
formData: {};
|
|
15849
15891
|
jsonResponse: {};
|
|
15892
|
+
maxDuration: undefined;
|
|
15850
15893
|
};
|
|
15851
15894
|
'/acs/access_groups/unmanaged/get': {
|
|
15852
15895
|
route: '/acs/access_groups/unmanaged/get';
|
|
@@ -15896,6 +15939,7 @@ export type Routes = {
|
|
|
15896
15939
|
is_managed: false;
|
|
15897
15940
|
};
|
|
15898
15941
|
};
|
|
15942
|
+
maxDuration: undefined;
|
|
15899
15943
|
};
|
|
15900
15944
|
'/acs/access_groups/unmanaged/list': {
|
|
15901
15945
|
route: '/acs/access_groups/unmanaged/list';
|
|
@@ -15946,6 +15990,7 @@ export type Routes = {
|
|
|
15946
15990
|
is_managed: false;
|
|
15947
15991
|
}[];
|
|
15948
15992
|
};
|
|
15993
|
+
maxDuration: undefined;
|
|
15949
15994
|
};
|
|
15950
15995
|
'/acs/credential_pools/list': {
|
|
15951
15996
|
route: '/acs/credential_pools/list';
|
|
@@ -15968,6 +16013,7 @@ export type Routes = {
|
|
|
15968
16013
|
workspace_id: string;
|
|
15969
16014
|
}[];
|
|
15970
16015
|
};
|
|
16016
|
+
maxDuration: undefined;
|
|
15971
16017
|
};
|
|
15972
16018
|
'/acs/credential_provisioning_automations/launch': {
|
|
15973
16019
|
route: '/acs/credential_provisioning_automations/launch';
|
|
@@ -15998,6 +16044,7 @@ export type Routes = {
|
|
|
15998
16044
|
workspace_id: string;
|
|
15999
16045
|
};
|
|
16000
16046
|
};
|
|
16047
|
+
maxDuration: undefined;
|
|
16001
16048
|
};
|
|
16002
16049
|
'/acs/credentials/assign': {
|
|
16003
16050
|
route: '/acs/credentials/assign';
|
|
@@ -16151,6 +16198,7 @@ export type Routes = {
|
|
|
16151
16198
|
is_managed: true;
|
|
16152
16199
|
};
|
|
16153
16200
|
};
|
|
16201
|
+
maxDuration: undefined;
|
|
16154
16202
|
};
|
|
16155
16203
|
'/acs/credentials/create': {
|
|
16156
16204
|
route: '/acs/credentials/create';
|
|
@@ -16351,6 +16399,7 @@ export type Routes = {
|
|
|
16351
16399
|
is_managed: true;
|
|
16352
16400
|
};
|
|
16353
16401
|
};
|
|
16402
|
+
maxDuration: undefined;
|
|
16354
16403
|
};
|
|
16355
16404
|
'/acs/credentials/create_offline_code': {
|
|
16356
16405
|
route: '/acs/credentials/create_offline_code';
|
|
@@ -16508,6 +16557,7 @@ export type Routes = {
|
|
|
16508
16557
|
is_managed: true;
|
|
16509
16558
|
};
|
|
16510
16559
|
};
|
|
16560
|
+
maxDuration: undefined;
|
|
16511
16561
|
};
|
|
16512
16562
|
'/acs/credentials/delete': {
|
|
16513
16563
|
route: '/acs/credentials/delete';
|
|
@@ -16520,6 +16570,7 @@ export type Routes = {
|
|
|
16520
16570
|
};
|
|
16521
16571
|
formData: {};
|
|
16522
16572
|
jsonResponse: {};
|
|
16573
|
+
maxDuration: undefined;
|
|
16523
16574
|
};
|
|
16524
16575
|
'/acs/credentials/get': {
|
|
16525
16576
|
route: '/acs/credentials/get';
|
|
@@ -16669,6 +16720,7 @@ export type Routes = {
|
|
|
16669
16720
|
is_managed: true;
|
|
16670
16721
|
};
|
|
16671
16722
|
};
|
|
16723
|
+
maxDuration: undefined;
|
|
16672
16724
|
};
|
|
16673
16725
|
'/acs/credentials/list': {
|
|
16674
16726
|
route: '/acs/credentials/list';
|
|
@@ -16844,6 +16896,7 @@ export type Routes = {
|
|
|
16844
16896
|
next_page_url: string | null;
|
|
16845
16897
|
};
|
|
16846
16898
|
};
|
|
16899
|
+
maxDuration: undefined;
|
|
16847
16900
|
};
|
|
16848
16901
|
'/acs/credentials/list_accessible_entrances': {
|
|
16849
16902
|
route: '/acs/credentials/list_accessible_entrances';
|
|
@@ -16978,6 +17031,7 @@ export type Routes = {
|
|
|
16978
17031
|
can_belong_to_reservation?: boolean | undefined;
|
|
16979
17032
|
}[];
|
|
16980
17033
|
};
|
|
17034
|
+
maxDuration: undefined;
|
|
16981
17035
|
};
|
|
16982
17036
|
'/acs/credentials/unassign': {
|
|
16983
17037
|
route: '/acs/credentials/unassign';
|
|
@@ -17131,6 +17185,7 @@ export type Routes = {
|
|
|
17131
17185
|
is_managed: true;
|
|
17132
17186
|
};
|
|
17133
17187
|
};
|
|
17188
|
+
maxDuration: undefined;
|
|
17134
17189
|
};
|
|
17135
17190
|
'/acs/credentials/unmanaged/get': {
|
|
17136
17191
|
route: '/acs/credentials/unmanaged/get';
|
|
@@ -17276,6 +17331,7 @@ export type Routes = {
|
|
|
17276
17331
|
is_managed: false;
|
|
17277
17332
|
};
|
|
17278
17333
|
};
|
|
17334
|
+
maxDuration: undefined;
|
|
17279
17335
|
};
|
|
17280
17336
|
'/acs/credentials/unmanaged/list': {
|
|
17281
17337
|
route: '/acs/credentials/unmanaged/list';
|
|
@@ -17431,6 +17487,7 @@ export type Routes = {
|
|
|
17431
17487
|
is_managed: false;
|
|
17432
17488
|
}[];
|
|
17433
17489
|
};
|
|
17490
|
+
maxDuration: undefined;
|
|
17434
17491
|
};
|
|
17435
17492
|
'/acs/credentials/update': {
|
|
17436
17493
|
route: '/acs/credentials/update';
|
|
@@ -17584,6 +17641,7 @@ export type Routes = {
|
|
|
17584
17641
|
is_managed: true;
|
|
17585
17642
|
};
|
|
17586
17643
|
};
|
|
17644
|
+
maxDuration: undefined;
|
|
17587
17645
|
};
|
|
17588
17646
|
'/acs/encoders/encode_credential': {
|
|
17589
17647
|
route: '/acs/encoders/encode_credential';
|
|
@@ -18856,6 +18914,7 @@ export type Routes = {
|
|
|
18856
18914
|
};
|
|
18857
18915
|
};
|
|
18858
18916
|
};
|
|
18917
|
+
maxDuration: undefined;
|
|
18859
18918
|
};
|
|
18860
18919
|
'/acs/encoders/get': {
|
|
18861
18920
|
route: '/acs/encoders/get';
|
|
@@ -18906,6 +18965,7 @@ export type Routes = {
|
|
|
18906
18965
|
display_name: string;
|
|
18907
18966
|
};
|
|
18908
18967
|
};
|
|
18968
|
+
maxDuration: undefined;
|
|
18909
18969
|
};
|
|
18910
18970
|
'/acs/encoders/list': {
|
|
18911
18971
|
route: '/acs/encoders/list';
|
|
@@ -18962,6 +19022,7 @@ export type Routes = {
|
|
|
18962
19022
|
next_page_url: string | null;
|
|
18963
19023
|
};
|
|
18964
19024
|
};
|
|
19025
|
+
maxDuration: undefined;
|
|
18965
19026
|
};
|
|
18966
19027
|
'/acs/encoders/scan_credential': {
|
|
18967
19028
|
route: '/acs/encoders/scan_credential';
|
|
@@ -20230,6 +20291,7 @@ export type Routes = {
|
|
|
20230
20291
|
};
|
|
20231
20292
|
};
|
|
20232
20293
|
};
|
|
20294
|
+
maxDuration: undefined;
|
|
20233
20295
|
};
|
|
20234
20296
|
'/acs/encoders/simulate/next_credential_encode_will_fail': {
|
|
20235
20297
|
route: '/acs/encoders/simulate/next_credential_encode_will_fail';
|
|
@@ -20251,6 +20313,7 @@ export type Routes = {
|
|
|
20251
20313
|
commonParams: {};
|
|
20252
20314
|
formData: {};
|
|
20253
20315
|
jsonResponse: {};
|
|
20316
|
+
maxDuration: undefined;
|
|
20254
20317
|
};
|
|
20255
20318
|
'/acs/encoders/simulate/next_credential_encode_will_succeed': {
|
|
20256
20319
|
route: '/acs/encoders/simulate/next_credential_encode_will_succeed';
|
|
@@ -20265,6 +20328,7 @@ export type Routes = {
|
|
|
20265
20328
|
commonParams: {};
|
|
20266
20329
|
formData: {};
|
|
20267
20330
|
jsonResponse: {};
|
|
20331
|
+
maxDuration: undefined;
|
|
20268
20332
|
};
|
|
20269
20333
|
'/acs/encoders/simulate/next_credential_scan_will_fail': {
|
|
20270
20334
|
route: '/acs/encoders/simulate/next_credential_scan_will_fail';
|
|
@@ -20283,6 +20347,7 @@ export type Routes = {
|
|
|
20283
20347
|
commonParams: {};
|
|
20284
20348
|
formData: {};
|
|
20285
20349
|
jsonResponse: {};
|
|
20350
|
+
maxDuration: undefined;
|
|
20286
20351
|
};
|
|
20287
20352
|
'/acs/encoders/simulate/next_credential_scan_will_succeed': {
|
|
20288
20353
|
route: '/acs/encoders/simulate/next_credential_scan_will_succeed';
|
|
@@ -20309,6 +20374,7 @@ export type Routes = {
|
|
|
20309
20374
|
commonParams: {};
|
|
20310
20375
|
formData: {};
|
|
20311
20376
|
jsonResponse: {};
|
|
20377
|
+
maxDuration: undefined;
|
|
20312
20378
|
};
|
|
20313
20379
|
'/acs/entrances/get': {
|
|
20314
20380
|
route: '/acs/entrances/get';
|
|
@@ -20446,6 +20512,7 @@ export type Routes = {
|
|
|
20446
20512
|
can_belong_to_reservation?: boolean | undefined;
|
|
20447
20513
|
};
|
|
20448
20514
|
};
|
|
20515
|
+
maxDuration: undefined;
|
|
20449
20516
|
};
|
|
20450
20517
|
'/acs/entrances/grant_access': {
|
|
20451
20518
|
route: '/acs/entrances/grant_access';
|
|
@@ -20462,6 +20529,7 @@ export type Routes = {
|
|
|
20462
20529
|
commonParams: {};
|
|
20463
20530
|
formData: {};
|
|
20464
20531
|
jsonResponse: {};
|
|
20532
|
+
maxDuration: undefined;
|
|
20465
20533
|
};
|
|
20466
20534
|
'/acs/entrances/list': {
|
|
20467
20535
|
route: '/acs/entrances/list';
|
|
@@ -20624,6 +20692,7 @@ export type Routes = {
|
|
|
20624
20692
|
next_page_url: string | null;
|
|
20625
20693
|
};
|
|
20626
20694
|
};
|
|
20695
|
+
maxDuration: undefined;
|
|
20627
20696
|
};
|
|
20628
20697
|
'/acs/entrances/list_credentials_with_access': {
|
|
20629
20698
|
route: '/acs/entrances/list_credentials_with_access';
|
|
@@ -20770,6 +20839,7 @@ export type Routes = {
|
|
|
20770
20839
|
is_managed: true;
|
|
20771
20840
|
}[];
|
|
20772
20841
|
};
|
|
20842
|
+
maxDuration: undefined;
|
|
20773
20843
|
};
|
|
20774
20844
|
'/acs/systems/get': {
|
|
20775
20845
|
route: '/acs/systems/get';
|
|
@@ -20906,6 +20976,7 @@ export type Routes = {
|
|
|
20906
20976
|
})[];
|
|
20907
20977
|
};
|
|
20908
20978
|
};
|
|
20979
|
+
maxDuration: undefined;
|
|
20909
20980
|
};
|
|
20910
20981
|
'/acs/systems/list': {
|
|
20911
20982
|
route: '/acs/systems/list';
|
|
@@ -21039,6 +21110,7 @@ export type Routes = {
|
|
|
21039
21110
|
})[];
|
|
21040
21111
|
}[];
|
|
21041
21112
|
};
|
|
21113
|
+
maxDuration: undefined;
|
|
21042
21114
|
};
|
|
21043
21115
|
'/acs/systems/list_compatible_credential_manager_acs_systems': {
|
|
21044
21116
|
route: '/acs/systems/list_compatible_credential_manager_acs_systems';
|
|
@@ -21170,6 +21242,7 @@ export type Routes = {
|
|
|
21170
21242
|
})[];
|
|
21171
21243
|
}[];
|
|
21172
21244
|
};
|
|
21245
|
+
maxDuration: undefined;
|
|
21173
21246
|
};
|
|
21174
21247
|
'/acs/systems/report_devices': {
|
|
21175
21248
|
route: '/acs/systems/report_devices';
|
|
@@ -21205,6 +21278,7 @@ export type Routes = {
|
|
|
21205
21278
|
};
|
|
21206
21279
|
formData: {};
|
|
21207
21280
|
jsonResponse: {};
|
|
21281
|
+
maxDuration: undefined;
|
|
21208
21282
|
};
|
|
21209
21283
|
'/acs/users/add_to_access_group': {
|
|
21210
21284
|
route: '/acs/users/add_to_access_group';
|
|
@@ -21219,6 +21293,7 @@ export type Routes = {
|
|
|
21219
21293
|
};
|
|
21220
21294
|
formData: {};
|
|
21221
21295
|
jsonResponse: {};
|
|
21296
|
+
maxDuration: undefined;
|
|
21222
21297
|
};
|
|
21223
21298
|
'/acs/users/create': {
|
|
21224
21299
|
route: '/acs/users/create';
|
|
@@ -21474,6 +21549,7 @@ export type Routes = {
|
|
|
21474
21549
|
is_managed: true;
|
|
21475
21550
|
};
|
|
21476
21551
|
};
|
|
21552
|
+
maxDuration: undefined;
|
|
21477
21553
|
};
|
|
21478
21554
|
'/acs/users/delete': {
|
|
21479
21555
|
route: '/acs/users/delete';
|
|
@@ -21490,6 +21566,7 @@ export type Routes = {
|
|
|
21490
21566
|
};
|
|
21491
21567
|
formData: {};
|
|
21492
21568
|
jsonResponse: {};
|
|
21569
|
+
maxDuration: undefined;
|
|
21493
21570
|
};
|
|
21494
21571
|
'/acs/users/get': {
|
|
21495
21572
|
route: '/acs/users/get';
|
|
@@ -21729,6 +21806,7 @@ export type Routes = {
|
|
|
21729
21806
|
is_managed: true;
|
|
21730
21807
|
};
|
|
21731
21808
|
};
|
|
21809
|
+
maxDuration: undefined;
|
|
21732
21810
|
};
|
|
21733
21811
|
'/acs/users/list': {
|
|
21734
21812
|
route: '/acs/users/list';
|
|
@@ -21982,6 +22060,7 @@ export type Routes = {
|
|
|
21982
22060
|
next_page_url: string | null;
|
|
21983
22061
|
};
|
|
21984
22062
|
};
|
|
22063
|
+
maxDuration: undefined;
|
|
21985
22064
|
};
|
|
21986
22065
|
'/acs/users/list_accessible_entrances': {
|
|
21987
22066
|
route: '/acs/users/list_accessible_entrances';
|
|
@@ -22120,6 +22199,7 @@ export type Routes = {
|
|
|
22120
22199
|
can_belong_to_reservation?: boolean | undefined;
|
|
22121
22200
|
}[];
|
|
22122
22201
|
};
|
|
22202
|
+
maxDuration: undefined;
|
|
22123
22203
|
};
|
|
22124
22204
|
'/acs/users/remove_from_access_group': {
|
|
22125
22205
|
route: '/acs/users/remove_from_access_group';
|
|
@@ -22136,6 +22216,7 @@ export type Routes = {
|
|
|
22136
22216
|
};
|
|
22137
22217
|
formData: {};
|
|
22138
22218
|
jsonResponse: {};
|
|
22219
|
+
maxDuration: undefined;
|
|
22139
22220
|
};
|
|
22140
22221
|
'/acs/users/revoke_access_to_all_entrances': {
|
|
22141
22222
|
route: '/acs/users/revoke_access_to_all_entrances';
|
|
@@ -22152,6 +22233,7 @@ export type Routes = {
|
|
|
22152
22233
|
commonParams: {};
|
|
22153
22234
|
formData: {};
|
|
22154
22235
|
jsonResponse: {};
|
|
22236
|
+
maxDuration: undefined;
|
|
22155
22237
|
};
|
|
22156
22238
|
'/acs/users/suspend': {
|
|
22157
22239
|
route: '/acs/users/suspend';
|
|
@@ -22168,6 +22250,7 @@ export type Routes = {
|
|
|
22168
22250
|
};
|
|
22169
22251
|
formData: {};
|
|
22170
22252
|
jsonResponse: {};
|
|
22253
|
+
maxDuration: undefined;
|
|
22171
22254
|
};
|
|
22172
22255
|
'/acs/users/unmanaged/get': {
|
|
22173
22256
|
route: '/acs/users/unmanaged/get';
|
|
@@ -22399,6 +22482,7 @@ export type Routes = {
|
|
|
22399
22482
|
is_managed: false;
|
|
22400
22483
|
};
|
|
22401
22484
|
};
|
|
22485
|
+
maxDuration: undefined;
|
|
22402
22486
|
};
|
|
22403
22487
|
'/acs/users/unmanaged/list': {
|
|
22404
22488
|
route: '/acs/users/unmanaged/list';
|
|
@@ -22637,6 +22721,7 @@ export type Routes = {
|
|
|
22637
22721
|
is_managed: false;
|
|
22638
22722
|
}[];
|
|
22639
22723
|
};
|
|
22724
|
+
maxDuration: undefined;
|
|
22640
22725
|
};
|
|
22641
22726
|
'/acs/users/unsuspend': {
|
|
22642
22727
|
route: '/acs/users/unsuspend';
|
|
@@ -22653,6 +22738,7 @@ export type Routes = {
|
|
|
22653
22738
|
};
|
|
22654
22739
|
formData: {};
|
|
22655
22740
|
jsonResponse: {};
|
|
22741
|
+
maxDuration: undefined;
|
|
22656
22742
|
};
|
|
22657
22743
|
'/acs/users/update': {
|
|
22658
22744
|
route: '/acs/users/update';
|
|
@@ -22686,6 +22772,7 @@ export type Routes = {
|
|
|
22686
22772
|
commonParams: {};
|
|
22687
22773
|
formData: {};
|
|
22688
22774
|
jsonResponse: {};
|
|
22775
|
+
maxDuration: undefined;
|
|
22689
22776
|
};
|
|
22690
22777
|
'/action_attempts/get': {
|
|
22691
22778
|
route: '/action_attempts/get';
|
|
@@ -23954,6 +24041,7 @@ export type Routes = {
|
|
|
23954
24041
|
};
|
|
23955
24042
|
};
|
|
23956
24043
|
};
|
|
24044
|
+
maxDuration: undefined;
|
|
23957
24045
|
};
|
|
23958
24046
|
'/action_attempts/list': {
|
|
23959
24047
|
route: '/action_attempts/list';
|
|
@@ -25217,6 +25305,7 @@ export type Routes = {
|
|
|
25217
25305
|
};
|
|
25218
25306
|
})[];
|
|
25219
25307
|
};
|
|
25308
|
+
maxDuration: undefined;
|
|
25220
25309
|
};
|
|
25221
25310
|
'/bridges/get': {
|
|
25222
25311
|
route: '/bridges/get';
|
|
@@ -25239,6 +25328,7 @@ export type Routes = {
|
|
|
25239
25328
|
created_at: string;
|
|
25240
25329
|
};
|
|
25241
25330
|
};
|
|
25331
|
+
maxDuration: undefined;
|
|
25242
25332
|
};
|
|
25243
25333
|
'/bridges/list': {
|
|
25244
25334
|
route: '/bridges/list';
|
|
@@ -25257,6 +25347,7 @@ export type Routes = {
|
|
|
25257
25347
|
created_at: string;
|
|
25258
25348
|
}[];
|
|
25259
25349
|
};
|
|
25350
|
+
maxDuration: undefined;
|
|
25260
25351
|
};
|
|
25261
25352
|
'/client_sessions/create': {
|
|
25262
25353
|
route: '/client_sessions/create';
|
|
@@ -25321,6 +25412,7 @@ export type Routes = {
|
|
|
25321
25412
|
user_identity_id?: string | undefined;
|
|
25322
25413
|
};
|
|
25323
25414
|
};
|
|
25415
|
+
maxDuration: undefined;
|
|
25324
25416
|
};
|
|
25325
25417
|
'/client_sessions/delete': {
|
|
25326
25418
|
route: '/client_sessions/delete';
|
|
@@ -25333,6 +25425,7 @@ export type Routes = {
|
|
|
25333
25425
|
};
|
|
25334
25426
|
formData: {};
|
|
25335
25427
|
jsonResponse: {};
|
|
25428
|
+
maxDuration: undefined;
|
|
25336
25429
|
};
|
|
25337
25430
|
'/client_sessions/get': {
|
|
25338
25431
|
route: '/client_sessions/get';
|
|
@@ -25384,6 +25477,7 @@ export type Routes = {
|
|
|
25384
25477
|
user_identity_id?: string | undefined;
|
|
25385
25478
|
};
|
|
25386
25479
|
};
|
|
25480
|
+
maxDuration: undefined;
|
|
25387
25481
|
};
|
|
25388
25482
|
'/client_sessions/get_or_create': {
|
|
25389
25483
|
route: '/client_sessions/get_or_create';
|
|
@@ -25444,6 +25538,7 @@ export type Routes = {
|
|
|
25444
25538
|
user_identity_id?: string | undefined;
|
|
25445
25539
|
};
|
|
25446
25540
|
};
|
|
25541
|
+
maxDuration: undefined;
|
|
25447
25542
|
};
|
|
25448
25543
|
'/client_sessions/grant_access': {
|
|
25449
25544
|
route: '/client_sessions/grant_access';
|
|
@@ -25504,6 +25599,7 @@ export type Routes = {
|
|
|
25504
25599
|
user_identity_id?: string | undefined;
|
|
25505
25600
|
};
|
|
25506
25601
|
};
|
|
25602
|
+
maxDuration: undefined;
|
|
25507
25603
|
};
|
|
25508
25604
|
'/client_sessions/list': {
|
|
25509
25605
|
route: '/client_sessions/list';
|
|
@@ -25552,6 +25648,7 @@ export type Routes = {
|
|
|
25552
25648
|
user_identity_id?: string | undefined;
|
|
25553
25649
|
}[];
|
|
25554
25650
|
};
|
|
25651
|
+
maxDuration: undefined;
|
|
25555
25652
|
};
|
|
25556
25653
|
'/client_sessions/revoke': {
|
|
25557
25654
|
route: '/client_sessions/revoke';
|
|
@@ -25564,6 +25661,7 @@ export type Routes = {
|
|
|
25564
25661
|
};
|
|
25565
25662
|
formData: {};
|
|
25566
25663
|
jsonResponse: {};
|
|
25664
|
+
maxDuration: undefined;
|
|
25567
25665
|
};
|
|
25568
25666
|
'/connect_webviews/create': {
|
|
25569
25667
|
route: '/connect_webviews/create';
|
|
@@ -25657,6 +25755,7 @@ export type Routes = {
|
|
|
25657
25755
|
customer_key?: string | undefined;
|
|
25658
25756
|
};
|
|
25659
25757
|
};
|
|
25758
|
+
maxDuration: undefined;
|
|
25660
25759
|
};
|
|
25661
25760
|
'/connect_webviews/delete': {
|
|
25662
25761
|
route: '/connect_webviews/delete';
|
|
@@ -25669,6 +25768,7 @@ export type Routes = {
|
|
|
25669
25768
|
commonParams: {};
|
|
25670
25769
|
formData: {};
|
|
25671
25770
|
jsonResponse: {};
|
|
25771
|
+
maxDuration: undefined;
|
|
25672
25772
|
};
|
|
25673
25773
|
'/connect_webviews/get': {
|
|
25674
25774
|
route: '/connect_webviews/get';
|
|
@@ -25740,6 +25840,7 @@ export type Routes = {
|
|
|
25740
25840
|
customer_key?: string | undefined;
|
|
25741
25841
|
};
|
|
25742
25842
|
};
|
|
25843
|
+
maxDuration: undefined;
|
|
25743
25844
|
};
|
|
25744
25845
|
'/connect_webviews/list': {
|
|
25745
25846
|
route: '/connect_webviews/list';
|
|
@@ -25819,6 +25920,7 @@ export type Routes = {
|
|
|
25819
25920
|
next_page_url: string | null;
|
|
25820
25921
|
};
|
|
25821
25922
|
};
|
|
25923
|
+
maxDuration: undefined;
|
|
25822
25924
|
};
|
|
25823
25925
|
'/connected_accounts/delete': {
|
|
25824
25926
|
route: '/connected_accounts/delete';
|
|
@@ -25833,6 +25935,7 @@ export type Routes = {
|
|
|
25833
25935
|
commonParams: {};
|
|
25834
25936
|
formData: {};
|
|
25835
25937
|
jsonResponse: {};
|
|
25938
|
+
maxDuration: undefined;
|
|
25836
25939
|
};
|
|
25837
25940
|
'/connected_accounts/get': {
|
|
25838
25941
|
route: '/connected_accounts/get';
|
|
@@ -25976,6 +26079,7 @@ export type Routes = {
|
|
|
25976
26079
|
accepted_capabilities: ('lock' | 'thermostat' | 'noise_sensor' | 'access_control')[];
|
|
25977
26080
|
};
|
|
25978
26081
|
};
|
|
26082
|
+
maxDuration: undefined;
|
|
25979
26083
|
};
|
|
25980
26084
|
'/connected_accounts/list': {
|
|
25981
26085
|
route: '/connected_accounts/list';
|
|
@@ -26136,6 +26240,7 @@ export type Routes = {
|
|
|
26136
26240
|
next_page_url: string | null;
|
|
26137
26241
|
};
|
|
26138
26242
|
};
|
|
26243
|
+
maxDuration: undefined;
|
|
26139
26244
|
};
|
|
26140
26245
|
'/connected_accounts/simulate/disconnect': {
|
|
26141
26246
|
route: '/connected_accounts/simulate/disconnect';
|
|
@@ -26147,6 +26252,7 @@ export type Routes = {
|
|
|
26147
26252
|
commonParams: {};
|
|
26148
26253
|
formData: {};
|
|
26149
26254
|
jsonResponse: {};
|
|
26255
|
+
maxDuration: undefined;
|
|
26150
26256
|
};
|
|
26151
26257
|
'/connected_accounts/sync': {
|
|
26152
26258
|
route: '/connected_accounts/sync';
|
|
@@ -26159,6 +26265,7 @@ export type Routes = {
|
|
|
26159
26265
|
commonParams: {};
|
|
26160
26266
|
formData: {};
|
|
26161
26267
|
jsonResponse: {};
|
|
26268
|
+
maxDuration: undefined;
|
|
26162
26269
|
};
|
|
26163
26270
|
'/connected_accounts/update': {
|
|
26164
26271
|
route: '/connected_accounts/update';
|
|
@@ -26309,6 +26416,7 @@ export type Routes = {
|
|
|
26309
26416
|
accepted_capabilities: ('lock' | 'thermostat' | 'noise_sensor' | 'access_control')[];
|
|
26310
26417
|
};
|
|
26311
26418
|
};
|
|
26419
|
+
maxDuration: undefined;
|
|
26312
26420
|
};
|
|
26313
26421
|
'/customers/create_portal': {
|
|
26314
26422
|
route: '/customers/create_portal';
|
|
@@ -26699,6 +26807,7 @@ export type Routes = {
|
|
|
26699
26807
|
created_at: string;
|
|
26700
26808
|
};
|
|
26701
26809
|
};
|
|
26810
|
+
maxDuration: undefined;
|
|
26702
26811
|
};
|
|
26703
26812
|
'/customers/delete_data': {
|
|
26704
26813
|
route: '/customers/delete_data';
|
|
@@ -26747,6 +26856,7 @@ export type Routes = {
|
|
|
26747
26856
|
};
|
|
26748
26857
|
formData: {};
|
|
26749
26858
|
jsonResponse: {};
|
|
26859
|
+
maxDuration: undefined;
|
|
26750
26860
|
};
|
|
26751
26861
|
'/customers/push_data': {
|
|
26752
26862
|
route: '/customers/push_data';
|
|
@@ -27038,6 +27148,7 @@ export type Routes = {
|
|
|
27038
27148
|
};
|
|
27039
27149
|
formData: {};
|
|
27040
27150
|
jsonResponse: {};
|
|
27151
|
+
maxDuration: undefined;
|
|
27041
27152
|
};
|
|
27042
27153
|
'/devices/delete': {
|
|
27043
27154
|
route: '/devices/delete';
|
|
@@ -27050,6 +27161,7 @@ export type Routes = {
|
|
|
27050
27161
|
};
|
|
27051
27162
|
formData: {};
|
|
27052
27163
|
jsonResponse: {};
|
|
27164
|
+
maxDuration: undefined;
|
|
27053
27165
|
};
|
|
27054
27166
|
'/devices/get': {
|
|
27055
27167
|
route: '/devices/get';
|
|
@@ -27663,6 +27775,8 @@ export type Routes = {
|
|
|
27663
27775
|
device_id: string;
|
|
27664
27776
|
/** Device name for an Ultraloq device. */
|
|
27665
27777
|
device_name: string;
|
|
27778
|
+
/** Device type for an Ultraloq device. */
|
|
27779
|
+
device_type: string;
|
|
27666
27780
|
} | undefined;
|
|
27667
27781
|
}) & ({
|
|
27668
27782
|
/** */
|
|
@@ -28286,6 +28400,7 @@ export type Routes = {
|
|
|
28286
28400
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
28287
28401
|
};
|
|
28288
28402
|
};
|
|
28403
|
+
maxDuration: undefined;
|
|
28289
28404
|
};
|
|
28290
28405
|
'/devices/list': {
|
|
28291
28406
|
route: '/devices/list';
|
|
@@ -28933,6 +29048,8 @@ export type Routes = {
|
|
|
28933
29048
|
device_id: string;
|
|
28934
29049
|
/** Device name for an Ultraloq device. */
|
|
28935
29050
|
device_name: string;
|
|
29051
|
+
/** Device type for an Ultraloq device. */
|
|
29052
|
+
device_type: string;
|
|
28936
29053
|
} | undefined;
|
|
28937
29054
|
}) & ({
|
|
28938
29055
|
/** */
|
|
@@ -29565,6 +29682,7 @@ export type Routes = {
|
|
|
29565
29682
|
next_page_url: string | null;
|
|
29566
29683
|
};
|
|
29567
29684
|
};
|
|
29685
|
+
maxDuration: undefined;
|
|
29568
29686
|
};
|
|
29569
29687
|
'/devices/list_device_providers': {
|
|
29570
29688
|
route: '/devices/list_device_providers';
|
|
@@ -29603,6 +29721,7 @@ export type Routes = {
|
|
|
29603
29721
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
29604
29722
|
}[];
|
|
29605
29723
|
};
|
|
29724
|
+
maxDuration: undefined;
|
|
29606
29725
|
};
|
|
29607
29726
|
'/devices/simulate/connect': {
|
|
29608
29727
|
route: '/devices/simulate/connect';
|
|
@@ -29615,6 +29734,7 @@ export type Routes = {
|
|
|
29615
29734
|
commonParams: {};
|
|
29616
29735
|
formData: {};
|
|
29617
29736
|
jsonResponse: {};
|
|
29737
|
+
maxDuration: undefined;
|
|
29618
29738
|
};
|
|
29619
29739
|
'/devices/simulate/connect_to_hub': {
|
|
29620
29740
|
route: '/devices/simulate/connect_to_hub';
|
|
@@ -29627,6 +29747,7 @@ export type Routes = {
|
|
|
29627
29747
|
commonParams: {};
|
|
29628
29748
|
formData: {};
|
|
29629
29749
|
jsonResponse: {};
|
|
29750
|
+
maxDuration: undefined;
|
|
29630
29751
|
};
|
|
29631
29752
|
'/devices/simulate/disconnect': {
|
|
29632
29753
|
route: '/devices/simulate/disconnect';
|
|
@@ -29639,6 +29760,7 @@ export type Routes = {
|
|
|
29639
29760
|
commonParams: {};
|
|
29640
29761
|
formData: {};
|
|
29641
29762
|
jsonResponse: {};
|
|
29763
|
+
maxDuration: undefined;
|
|
29642
29764
|
};
|
|
29643
29765
|
'/devices/simulate/disconnect_from_hub': {
|
|
29644
29766
|
route: '/devices/simulate/disconnect_from_hub';
|
|
@@ -29651,6 +29773,7 @@ export type Routes = {
|
|
|
29651
29773
|
commonParams: {};
|
|
29652
29774
|
formData: {};
|
|
29653
29775
|
jsonResponse: {};
|
|
29776
|
+
maxDuration: undefined;
|
|
29654
29777
|
};
|
|
29655
29778
|
'/devices/simulate/paid_subscription': {
|
|
29656
29779
|
route: '/devices/simulate/paid_subscription';
|
|
@@ -29663,6 +29786,7 @@ export type Routes = {
|
|
|
29663
29786
|
commonParams: {};
|
|
29664
29787
|
formData: {};
|
|
29665
29788
|
jsonResponse: {};
|
|
29789
|
+
maxDuration: undefined;
|
|
29666
29790
|
};
|
|
29667
29791
|
'/devices/simulate/remove': {
|
|
29668
29792
|
route: '/devices/simulate/remove';
|
|
@@ -29675,6 +29799,7 @@ export type Routes = {
|
|
|
29675
29799
|
commonParams: {};
|
|
29676
29800
|
formData: {};
|
|
29677
29801
|
jsonResponse: {};
|
|
29802
|
+
maxDuration: undefined;
|
|
29678
29803
|
};
|
|
29679
29804
|
'/devices/unmanaged/get': {
|
|
29680
29805
|
route: '/devices/unmanaged/get';
|
|
@@ -30081,6 +30206,7 @@ export type Routes = {
|
|
|
30081
30206
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
30082
30207
|
};
|
|
30083
30208
|
};
|
|
30209
|
+
maxDuration: undefined;
|
|
30084
30210
|
};
|
|
30085
30211
|
'/devices/unmanaged/list': {
|
|
30086
30212
|
route: '/devices/unmanaged/list';
|
|
@@ -30530,6 +30656,7 @@ export type Routes = {
|
|
|
30530
30656
|
next_page_url: string | null;
|
|
30531
30657
|
};
|
|
30532
30658
|
};
|
|
30659
|
+
maxDuration: undefined;
|
|
30533
30660
|
};
|
|
30534
30661
|
'/devices/unmanaged/update': {
|
|
30535
30662
|
route: '/devices/unmanaged/update';
|
|
@@ -30548,6 +30675,7 @@ export type Routes = {
|
|
|
30548
30675
|
};
|
|
30549
30676
|
formData: {};
|
|
30550
30677
|
jsonResponse: {};
|
|
30678
|
+
maxDuration: undefined;
|
|
30551
30679
|
};
|
|
30552
30680
|
'/devices/update': {
|
|
30553
30681
|
route: '/devices/update';
|
|
@@ -30572,6 +30700,7 @@ export type Routes = {
|
|
|
30572
30700
|
};
|
|
30573
30701
|
formData: {};
|
|
30574
30702
|
jsonResponse: {};
|
|
30703
|
+
maxDuration: undefined;
|
|
30575
30704
|
};
|
|
30576
30705
|
'/events/get': {
|
|
30577
30706
|
route: '/events/get';
|
|
@@ -32508,6 +32637,7 @@ export type Routes = {
|
|
|
32508
32637
|
}) | undefined;
|
|
32509
32638
|
message?: string | undefined;
|
|
32510
32639
|
};
|
|
32640
|
+
maxDuration: undefined;
|
|
32511
32641
|
};
|
|
32512
32642
|
'/events/list': {
|
|
32513
32643
|
route: '/events/list';
|
|
@@ -34466,6 +34596,7 @@ export type Routes = {
|
|
|
34466
34596
|
acs_entrance_ids: string[];
|
|
34467
34597
|
})[];
|
|
34468
34598
|
};
|
|
34599
|
+
maxDuration: undefined;
|
|
34469
34600
|
};
|
|
34470
34601
|
'/instant_keys/delete': {
|
|
34471
34602
|
route: '/instant_keys/delete';
|
|
@@ -34478,6 +34609,7 @@ export type Routes = {
|
|
|
34478
34609
|
};
|
|
34479
34610
|
formData: {};
|
|
34480
34611
|
jsonResponse: {};
|
|
34612
|
+
maxDuration: undefined;
|
|
34481
34613
|
};
|
|
34482
34614
|
'/instant_keys/get': {
|
|
34483
34615
|
route: '/instant_keys/get';
|
|
@@ -34523,6 +34655,7 @@ export type Routes = {
|
|
|
34523
34655
|
} | undefined;
|
|
34524
34656
|
};
|
|
34525
34657
|
};
|
|
34658
|
+
maxDuration: undefined;
|
|
34526
34659
|
};
|
|
34527
34660
|
'/instant_keys/list': {
|
|
34528
34661
|
route: '/instant_keys/list';
|
|
@@ -34563,6 +34696,7 @@ export type Routes = {
|
|
|
34563
34696
|
} | undefined;
|
|
34564
34697
|
}[];
|
|
34565
34698
|
};
|
|
34699
|
+
maxDuration: undefined;
|
|
34566
34700
|
};
|
|
34567
34701
|
'/locks/get': {
|
|
34568
34702
|
route: '/locks/get';
|
|
@@ -35176,6 +35310,8 @@ export type Routes = {
|
|
|
35176
35310
|
device_id: string;
|
|
35177
35311
|
/** Device name for an Ultraloq device. */
|
|
35178
35312
|
device_name: string;
|
|
35313
|
+
/** Device type for an Ultraloq device. */
|
|
35314
|
+
device_type: string;
|
|
35179
35315
|
} | undefined;
|
|
35180
35316
|
}) & ({
|
|
35181
35317
|
/** */
|
|
@@ -36397,6 +36533,8 @@ export type Routes = {
|
|
|
36397
36533
|
device_id: string;
|
|
36398
36534
|
/** Device name for an Ultraloq device. */
|
|
36399
36535
|
device_name: string;
|
|
36536
|
+
/** Device type for an Ultraloq device. */
|
|
36537
|
+
device_type: string;
|
|
36400
36538
|
} | undefined;
|
|
36401
36539
|
}) & ({
|
|
36402
36540
|
/** */
|
|
@@ -37020,6 +37158,7 @@ export type Routes = {
|
|
|
37020
37158
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
37021
37159
|
};
|
|
37022
37160
|
};
|
|
37161
|
+
maxDuration: undefined;
|
|
37023
37162
|
};
|
|
37024
37163
|
'/locks/list': {
|
|
37025
37164
|
route: '/locks/list';
|
|
@@ -37667,6 +37806,8 @@ export type Routes = {
|
|
|
37667
37806
|
device_id: string;
|
|
37668
37807
|
/** Device name for an Ultraloq device. */
|
|
37669
37808
|
device_name: string;
|
|
37809
|
+
/** Device type for an Ultraloq device. */
|
|
37810
|
+
device_type: string;
|
|
37670
37811
|
} | undefined;
|
|
37671
37812
|
}) & ({
|
|
37672
37813
|
/** */
|
|
@@ -38887,6 +39028,8 @@ export type Routes = {
|
|
|
38887
39028
|
device_id: string;
|
|
38888
39029
|
/** Device name for an Ultraloq device. */
|
|
38889
39030
|
device_name: string;
|
|
39031
|
+
/** Device type for an Ultraloq device. */
|
|
39032
|
+
device_type: string;
|
|
38890
39033
|
} | undefined;
|
|
38891
39034
|
}) & ({
|
|
38892
39035
|
/** */
|
|
@@ -39510,6 +39653,7 @@ export type Routes = {
|
|
|
39510
39653
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
39511
39654
|
}[];
|
|
39512
39655
|
};
|
|
39656
|
+
maxDuration: undefined;
|
|
39513
39657
|
};
|
|
39514
39658
|
'/locks/lock_door': {
|
|
39515
39659
|
route: '/locks/lock_door';
|
|
@@ -40780,6 +40924,7 @@ export type Routes = {
|
|
|
40780
40924
|
};
|
|
40781
40925
|
};
|
|
40782
40926
|
};
|
|
40927
|
+
maxDuration: undefined;
|
|
40783
40928
|
};
|
|
40784
40929
|
'/locks/simulate/keypad_code_entry': {
|
|
40785
40930
|
route: '/locks/simulate/keypad_code_entry';
|
|
@@ -42050,6 +42195,7 @@ export type Routes = {
|
|
|
42050
42195
|
};
|
|
42051
42196
|
};
|
|
42052
42197
|
};
|
|
42198
|
+
maxDuration: undefined;
|
|
42053
42199
|
};
|
|
42054
42200
|
'/locks/simulate/manual_lock_via_keypad': {
|
|
42055
42201
|
route: '/locks/simulate/manual_lock_via_keypad';
|
|
@@ -43318,6 +43464,7 @@ export type Routes = {
|
|
|
43318
43464
|
};
|
|
43319
43465
|
};
|
|
43320
43466
|
};
|
|
43467
|
+
maxDuration: undefined;
|
|
43321
43468
|
};
|
|
43322
43469
|
'/locks/unlock_door': {
|
|
43323
43470
|
route: '/locks/unlock_door';
|
|
@@ -44588,6 +44735,7 @@ export type Routes = {
|
|
|
44588
44735
|
};
|
|
44589
44736
|
};
|
|
44590
44737
|
};
|
|
44738
|
+
maxDuration: undefined;
|
|
44591
44739
|
};
|
|
44592
44740
|
'/noise_sensors/list': {
|
|
44593
44741
|
route: '/noise_sensors/list';
|
|
@@ -45235,6 +45383,8 @@ export type Routes = {
|
|
|
45235
45383
|
device_id: string;
|
|
45236
45384
|
/** Device name for an Ultraloq device. */
|
|
45237
45385
|
device_name: string;
|
|
45386
|
+
/** Device type for an Ultraloq device. */
|
|
45387
|
+
device_type: string;
|
|
45238
45388
|
} | undefined;
|
|
45239
45389
|
}) & ({
|
|
45240
45390
|
/** */
|
|
@@ -46455,6 +46605,8 @@ export type Routes = {
|
|
|
46455
46605
|
device_id: string;
|
|
46456
46606
|
/** Device name for an Ultraloq device. */
|
|
46457
46607
|
device_name: string;
|
|
46608
|
+
/** Device type for an Ultraloq device. */
|
|
46609
|
+
device_type: string;
|
|
46458
46610
|
} | undefined;
|
|
46459
46611
|
}) & ({
|
|
46460
46612
|
/** */
|
|
@@ -47078,6 +47230,7 @@ export type Routes = {
|
|
|
47078
47230
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
47079
47231
|
}[];
|
|
47080
47232
|
};
|
|
47233
|
+
maxDuration: undefined;
|
|
47081
47234
|
};
|
|
47082
47235
|
'/noise_sensors/noise_thresholds/create': {
|
|
47083
47236
|
route: '/noise_sensors/noise_thresholds/create';
|
|
@@ -48375,6 +48528,7 @@ export type Routes = {
|
|
|
48375
48528
|
noise_threshold_decibels: number;
|
|
48376
48529
|
};
|
|
48377
48530
|
};
|
|
48531
|
+
maxDuration: undefined;
|
|
48378
48532
|
};
|
|
48379
48533
|
'/noise_sensors/noise_thresholds/delete': {
|
|
48380
48534
|
route: '/noise_sensors/noise_thresholds/delete';
|
|
@@ -49647,6 +49801,7 @@ export type Routes = {
|
|
|
49647
49801
|
};
|
|
49648
49802
|
};
|
|
49649
49803
|
};
|
|
49804
|
+
maxDuration: undefined;
|
|
49650
49805
|
};
|
|
49651
49806
|
'/noise_sensors/noise_thresholds/get': {
|
|
49652
49807
|
route: '/noise_sensors/noise_thresholds/get';
|
|
@@ -49677,6 +49832,7 @@ export type Routes = {
|
|
|
49677
49832
|
noise_threshold_decibels: number;
|
|
49678
49833
|
};
|
|
49679
49834
|
};
|
|
49835
|
+
maxDuration: undefined;
|
|
49680
49836
|
};
|
|
49681
49837
|
'/noise_sensors/noise_thresholds/list': {
|
|
49682
49838
|
route: '/noise_sensors/noise_thresholds/list';
|
|
@@ -49708,6 +49864,7 @@ export type Routes = {
|
|
|
49708
49864
|
noise_threshold_decibels: number;
|
|
49709
49865
|
}[];
|
|
49710
49866
|
};
|
|
49867
|
+
maxDuration: undefined;
|
|
49711
49868
|
};
|
|
49712
49869
|
'/noise_sensors/noise_thresholds/update': {
|
|
49713
49870
|
route: '/noise_sensors/noise_thresholds/update';
|
|
@@ -50990,6 +51147,7 @@ export type Routes = {
|
|
|
50990
51147
|
};
|
|
50991
51148
|
};
|
|
50992
51149
|
};
|
|
51150
|
+
maxDuration: undefined;
|
|
50993
51151
|
};
|
|
50994
51152
|
'/noise_sensors/simulate/trigger_noise_threshold': {
|
|
50995
51153
|
route: '/noise_sensors/simulate/trigger_noise_threshold';
|
|
@@ -51002,6 +51160,7 @@ export type Routes = {
|
|
|
51002
51160
|
commonParams: {};
|
|
51003
51161
|
formData: {};
|
|
51004
51162
|
jsonResponse: {};
|
|
51163
|
+
maxDuration: undefined;
|
|
51005
51164
|
};
|
|
51006
51165
|
'/phones/deactivate': {
|
|
51007
51166
|
route: '/phones/deactivate';
|
|
@@ -51014,6 +51173,7 @@ export type Routes = {
|
|
|
51014
51173
|
commonParams: {};
|
|
51015
51174
|
formData: {};
|
|
51016
51175
|
jsonResponse: {};
|
|
51176
|
+
maxDuration: undefined;
|
|
51017
51177
|
};
|
|
51018
51178
|
'/phones/get': {
|
|
51019
51179
|
route: '/phones/get';
|
|
@@ -51085,6 +51245,7 @@ export type Routes = {
|
|
|
51085
51245
|
};
|
|
51086
51246
|
};
|
|
51087
51247
|
};
|
|
51248
|
+
maxDuration: undefined;
|
|
51088
51249
|
};
|
|
51089
51250
|
'/phones/list': {
|
|
51090
51251
|
route: '/phones/list';
|
|
@@ -51157,6 +51318,7 @@ export type Routes = {
|
|
|
51157
51318
|
};
|
|
51158
51319
|
}[];
|
|
51159
51320
|
};
|
|
51321
|
+
maxDuration: undefined;
|
|
51160
51322
|
};
|
|
51161
51323
|
'/phones/simulate/create_sandbox_phone': {
|
|
51162
51324
|
route: '/phones/simulate/create_sandbox_phone';
|
|
@@ -51256,6 +51418,7 @@ export type Routes = {
|
|
|
51256
51418
|
};
|
|
51257
51419
|
};
|
|
51258
51420
|
};
|
|
51421
|
+
maxDuration: undefined;
|
|
51259
51422
|
};
|
|
51260
51423
|
'/seam/bridge/v1/bridge_client_sessions/create': {
|
|
51261
51424
|
route: '/seam/bridge/v1/bridge_client_sessions/create';
|
|
@@ -51328,6 +51491,7 @@ export type Routes = {
|
|
|
51328
51491
|
telemetry_url: string | null;
|
|
51329
51492
|
};
|
|
51330
51493
|
};
|
|
51494
|
+
maxDuration: undefined;
|
|
51331
51495
|
};
|
|
51332
51496
|
'/seam/bridge/v1/bridge_client_sessions/get': {
|
|
51333
51497
|
route: '/seam/bridge/v1/bridge_client_sessions/get';
|
|
@@ -51393,6 +51557,7 @@ export type Routes = {
|
|
|
51393
51557
|
telemetry_url: string | null;
|
|
51394
51558
|
};
|
|
51395
51559
|
};
|
|
51560
|
+
maxDuration: undefined;
|
|
51396
51561
|
};
|
|
51397
51562
|
'/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token': {
|
|
51398
51563
|
route: '/seam/bridge/v1/bridge_client_sessions/refresh_telemetry_token';
|
|
@@ -51458,6 +51623,7 @@ export type Routes = {
|
|
|
51458
51623
|
telemetry_url: string | null;
|
|
51459
51624
|
};
|
|
51460
51625
|
};
|
|
51626
|
+
maxDuration: undefined;
|
|
51461
51627
|
};
|
|
51462
51628
|
'/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code': {
|
|
51463
51629
|
route: '/seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code';
|
|
@@ -51523,6 +51689,7 @@ export type Routes = {
|
|
|
51523
51689
|
telemetry_url: string | null;
|
|
51524
51690
|
};
|
|
51525
51691
|
};
|
|
51692
|
+
maxDuration: undefined;
|
|
51526
51693
|
};
|
|
51527
51694
|
'/seam/bridge/v1/bridge_client_sessions/report_status': {
|
|
51528
51695
|
route: '/seam/bridge/v1/bridge_client_sessions/report_status';
|
|
@@ -51537,6 +51704,7 @@ export type Routes = {
|
|
|
51537
51704
|
commonParams: {};
|
|
51538
51705
|
formData: {};
|
|
51539
51706
|
jsonResponse: {};
|
|
51707
|
+
maxDuration: undefined;
|
|
51540
51708
|
};
|
|
51541
51709
|
'/seam/bridge/v1/bridge_connected_systems/list': {
|
|
51542
51710
|
route: '/seam/bridge/v1/bridge_connected_systems/list';
|
|
@@ -51565,6 +51733,7 @@ export type Routes = {
|
|
|
51565
51733
|
workspace_display_name: string;
|
|
51566
51734
|
}[];
|
|
51567
51735
|
};
|
|
51736
|
+
maxDuration: undefined;
|
|
51568
51737
|
};
|
|
51569
51738
|
'/seam/console/v1/get_resource_locator': {
|
|
51570
51739
|
route: '/seam/console/v1/get_resource_locator';
|
|
@@ -51582,6 +51751,7 @@ export type Routes = {
|
|
|
51582
51751
|
device_id?: string | undefined;
|
|
51583
51752
|
};
|
|
51584
51753
|
};
|
|
51754
|
+
maxDuration: undefined;
|
|
51585
51755
|
};
|
|
51586
51756
|
'/seam/console/v1/timelines/get': {
|
|
51587
51757
|
route: '/seam/console/v1/timelines/get';
|
|
@@ -51662,6 +51832,7 @@ export type Routes = {
|
|
|
51662
51832
|
next_page_url: string | null;
|
|
51663
51833
|
};
|
|
51664
51834
|
};
|
|
51835
|
+
maxDuration: undefined;
|
|
51665
51836
|
};
|
|
51666
51837
|
'/seam/customer/v1/access_grants/list': {
|
|
51667
51838
|
route: '/seam/customer/v1/access_grants/list';
|
|
@@ -51729,6 +51900,7 @@ export type Routes = {
|
|
|
51729
51900
|
customization_profile_id?: string | undefined;
|
|
51730
51901
|
}[];
|
|
51731
51902
|
};
|
|
51903
|
+
maxDuration: undefined;
|
|
51732
51904
|
};
|
|
51733
51905
|
'/seam/customer/v1/automation_runs/list': {
|
|
51734
51906
|
route: '/seam/customer/v1/automation_runs/list';
|
|
@@ -51783,6 +51955,7 @@ export type Routes = {
|
|
|
51783
51955
|
next_page_url: string | null;
|
|
51784
51956
|
};
|
|
51785
51957
|
};
|
|
51958
|
+
maxDuration: undefined;
|
|
51786
51959
|
};
|
|
51787
51960
|
'/seam/customer/v1/automations/delete': {
|
|
51788
51961
|
route: '/seam/customer/v1/automations/delete';
|
|
@@ -51792,6 +51965,7 @@ export type Routes = {
|
|
|
51792
51965
|
commonParams: {};
|
|
51793
51966
|
formData: {};
|
|
51794
51967
|
jsonResponse: {};
|
|
51968
|
+
maxDuration: undefined;
|
|
51795
51969
|
};
|
|
51796
51970
|
'/seam/customer/v1/automations/get': {
|
|
51797
51971
|
route: '/seam/customer/v1/automations/get';
|
|
@@ -51865,6 +52039,7 @@ export type Routes = {
|
|
|
51865
52039
|
};
|
|
51866
52040
|
} | undefined;
|
|
51867
52041
|
};
|
|
52042
|
+
maxDuration: undefined;
|
|
51868
52043
|
};
|
|
51869
52044
|
'/seam/customer/v1/automations/update': {
|
|
51870
52045
|
route: '/seam/customer/v1/automations/update';
|
|
@@ -51940,6 +52115,7 @@ export type Routes = {
|
|
|
51940
52115
|
commonParams: {};
|
|
51941
52116
|
formData: {};
|
|
51942
52117
|
jsonResponse: {};
|
|
52118
|
+
maxDuration: undefined;
|
|
51943
52119
|
};
|
|
51944
52120
|
'/seam/customer/v1/connectors/connector_types': {
|
|
51945
52121
|
route: '/seam/customer/v1/connectors/connector_types';
|
|
@@ -51962,6 +52138,7 @@ export type Routes = {
|
|
|
51962
52138
|
}[];
|
|
51963
52139
|
}[];
|
|
51964
52140
|
};
|
|
52141
|
+
maxDuration: undefined;
|
|
51965
52142
|
};
|
|
51966
52143
|
'/seam/customer/v1/connectors/create': {
|
|
51967
52144
|
route: '/seam/customer/v1/connectors/create';
|
|
@@ -51993,6 +52170,7 @@ export type Routes = {
|
|
|
51993
52170
|
error?: string | undefined;
|
|
51994
52171
|
};
|
|
51995
52172
|
};
|
|
52173
|
+
maxDuration: undefined;
|
|
51996
52174
|
};
|
|
51997
52175
|
'/seam/customer/v1/connectors/delete': {
|
|
51998
52176
|
route: '/seam/customer/v1/connectors/delete';
|
|
@@ -52011,6 +52189,7 @@ export type Routes = {
|
|
|
52011
52189
|
status: 'deleted';
|
|
52012
52190
|
};
|
|
52013
52191
|
};
|
|
52192
|
+
maxDuration: undefined;
|
|
52014
52193
|
};
|
|
52015
52194
|
'/seam/customer/v1/connectors/list': {
|
|
52016
52195
|
route: '/seam/customer/v1/connectors/list';
|
|
@@ -52031,6 +52210,7 @@ export type Routes = {
|
|
|
52031
52210
|
updated_at: string;
|
|
52032
52211
|
}[];
|
|
52033
52212
|
};
|
|
52213
|
+
maxDuration: undefined;
|
|
52034
52214
|
};
|
|
52035
52215
|
'/seam/customer/v1/connectors/sync': {
|
|
52036
52216
|
route: '/seam/customer/v1/connectors/sync';
|
|
@@ -52049,6 +52229,7 @@ export type Routes = {
|
|
|
52049
52229
|
message: string;
|
|
52050
52230
|
};
|
|
52051
52231
|
};
|
|
52232
|
+
maxDuration: undefined;
|
|
52052
52233
|
};
|
|
52053
52234
|
'/seam/customer/v1/connectors/update': {
|
|
52054
52235
|
route: '/seam/customer/v1/connectors/update';
|
|
@@ -52092,6 +52273,7 @@ export type Routes = {
|
|
|
52092
52273
|
error?: string | undefined;
|
|
52093
52274
|
};
|
|
52094
52275
|
};
|
|
52276
|
+
maxDuration: undefined;
|
|
52095
52277
|
};
|
|
52096
52278
|
'/seam/customer/v1/events/list': {
|
|
52097
52279
|
route: '/seam/customer/v1/events/list';
|
|
@@ -54030,6 +54212,7 @@ export type Routes = {
|
|
|
54030
54212
|
acs_entrance_ids: string[];
|
|
54031
54213
|
})[];
|
|
54032
54214
|
};
|
|
54215
|
+
maxDuration: undefined;
|
|
54033
54216
|
};
|
|
54034
54217
|
'/seam/customer/v1/portals/get': {
|
|
54035
54218
|
route: '/seam/customer/v1/portals/get';
|
|
@@ -54125,6 +54308,7 @@ export type Routes = {
|
|
|
54125
54308
|
business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
54126
54309
|
};
|
|
54127
54310
|
};
|
|
54311
|
+
maxDuration: undefined;
|
|
54128
54312
|
};
|
|
54129
54313
|
'/seam/customer/v1/reservations/get': {
|
|
54130
54314
|
route: '/seam/customer/v1/reservations/get';
|
|
@@ -54161,6 +54345,7 @@ export type Routes = {
|
|
|
54161
54345
|
}[];
|
|
54162
54346
|
};
|
|
54163
54347
|
};
|
|
54348
|
+
maxDuration: undefined;
|
|
54164
54349
|
};
|
|
54165
54350
|
'/seam/customer/v1/reservations/list': {
|
|
54166
54351
|
route: '/seam/customer/v1/reservations/list';
|
|
@@ -54212,6 +54397,7 @@ export type Routes = {
|
|
|
54212
54397
|
next_page_url: string | null;
|
|
54213
54398
|
};
|
|
54214
54399
|
};
|
|
54400
|
+
maxDuration: undefined;
|
|
54215
54401
|
};
|
|
54216
54402
|
'/seam/customer/v1/settings/get': {
|
|
54217
54403
|
route: '/seam/customer/v1/settings/get';
|
|
@@ -54224,6 +54410,7 @@ export type Routes = {
|
|
|
54224
54410
|
/** Business vertical of the customer portal. */
|
|
54225
54411
|
business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
54226
54412
|
};
|
|
54413
|
+
maxDuration: undefined;
|
|
54227
54414
|
};
|
|
54228
54415
|
'/seam/customer/v1/settings/update': {
|
|
54229
54416
|
route: '/seam/customer/v1/settings/update';
|
|
@@ -54236,6 +54423,7 @@ export type Routes = {
|
|
|
54236
54423
|
commonParams: {};
|
|
54237
54424
|
formData: {};
|
|
54238
54425
|
jsonResponse: {};
|
|
54426
|
+
maxDuration: undefined;
|
|
54239
54427
|
};
|
|
54240
54428
|
'/seam/customer/v1/spaces/create': {
|
|
54241
54429
|
route: '/seam/customer/v1/spaces/create';
|
|
@@ -54282,6 +54470,7 @@ export type Routes = {
|
|
|
54282
54470
|
parent_space_key?: string | undefined;
|
|
54283
54471
|
};
|
|
54284
54472
|
};
|
|
54473
|
+
maxDuration: undefined;
|
|
54285
54474
|
};
|
|
54286
54475
|
'/seam/customer/v1/spaces/list': {
|
|
54287
54476
|
route: '/seam/customer/v1/spaces/list';
|
|
@@ -54321,6 +54510,7 @@ export type Routes = {
|
|
|
54321
54510
|
parent_space_key?: string | undefined;
|
|
54322
54511
|
}[];
|
|
54323
54512
|
};
|
|
54513
|
+
maxDuration: undefined;
|
|
54324
54514
|
};
|
|
54325
54515
|
'/seam/customer/v1/staff_members/get': {
|
|
54326
54516
|
route: '/seam/customer/v1/staff_members/get';
|
|
@@ -54410,6 +54600,7 @@ export type Routes = {
|
|
|
54410
54600
|
user_identity_id?: string | undefined;
|
|
54411
54601
|
};
|
|
54412
54602
|
};
|
|
54603
|
+
maxDuration: undefined;
|
|
54413
54604
|
};
|
|
54414
54605
|
'/seam/customer/v1/staff_members/list': {
|
|
54415
54606
|
route: '/seam/customer/v1/staff_members/list';
|
|
@@ -54453,6 +54644,7 @@ export type Routes = {
|
|
|
54453
54644
|
next_page_url: string | null;
|
|
54454
54645
|
};
|
|
54455
54646
|
};
|
|
54647
|
+
maxDuration: undefined;
|
|
54456
54648
|
};
|
|
54457
54649
|
'/seam/instant_key/v1/client_sessions/exchange_short_code': {
|
|
54458
54650
|
route: '/seam/instant_key/v1/client_sessions/exchange_short_code';
|
|
@@ -54502,6 +54694,7 @@ export type Routes = {
|
|
|
54502
54694
|
user_identity_id?: string | undefined;
|
|
54503
54695
|
};
|
|
54504
54696
|
};
|
|
54697
|
+
maxDuration: undefined;
|
|
54505
54698
|
};
|
|
54506
54699
|
'/seam/instant_key/v1/preview/get': {
|
|
54507
54700
|
route: '/seam/instant_key/v1/preview/get';
|
|
@@ -54553,6 +54746,7 @@ export type Routes = {
|
|
|
54553
54746
|
expires_at: string;
|
|
54554
54747
|
};
|
|
54555
54748
|
};
|
|
54749
|
+
maxDuration: undefined;
|
|
54556
54750
|
};
|
|
54557
54751
|
'/seam/mobile_sdk/v1/acs/credentials/list': {
|
|
54558
54752
|
route: '/seam/mobile_sdk/v1/acs/credentials/list';
|
|
@@ -54694,6 +54888,7 @@ export type Routes = {
|
|
|
54694
54888
|
is_managed: true;
|
|
54695
54889
|
}[];
|
|
54696
54890
|
};
|
|
54891
|
+
maxDuration: undefined;
|
|
54697
54892
|
};
|
|
54698
54893
|
'/seam/mobile_sdk/v1/phone_sessions/get_or_create': {
|
|
54699
54894
|
route: '/seam/mobile_sdk/v1/phone_sessions/get_or_create';
|
|
@@ -55034,6 +55229,7 @@ export type Routes = {
|
|
|
55034
55229
|
workspace_id: string;
|
|
55035
55230
|
};
|
|
55036
55231
|
};
|
|
55232
|
+
maxDuration: undefined;
|
|
55037
55233
|
};
|
|
55038
55234
|
'/seam/mobile_sdk/v1/report_salto_space_audit_trail': {
|
|
55039
55235
|
route: '/seam/mobile_sdk/v1/report_salto_space_audit_trail';
|
|
@@ -55048,6 +55244,7 @@ export type Routes = {
|
|
|
55048
55244
|
commonParams: {};
|
|
55049
55245
|
formData: {};
|
|
55050
55246
|
jsonResponse: {};
|
|
55247
|
+
maxDuration: undefined;
|
|
55051
55248
|
};
|
|
55052
55249
|
'/seam/partner/v1/building_blocks/spaces/auto_map': {
|
|
55053
55250
|
route: '/seam/partner/v1/building_blocks/spaces/auto_map';
|
|
@@ -55077,6 +55274,7 @@ export type Routes = {
|
|
|
55077
55274
|
is_draft?: boolean | undefined;
|
|
55078
55275
|
}[];
|
|
55079
55276
|
};
|
|
55277
|
+
maxDuration: undefined;
|
|
55080
55278
|
};
|
|
55081
55279
|
'/spaces/add_acs_entrances': {
|
|
55082
55280
|
route: '/spaces/add_acs_entrances';
|
|
@@ -55091,6 +55289,7 @@ export type Routes = {
|
|
|
55091
55289
|
commonParams: {};
|
|
55092
55290
|
formData: {};
|
|
55093
55291
|
jsonResponse: {};
|
|
55292
|
+
maxDuration: undefined;
|
|
55094
55293
|
};
|
|
55095
55294
|
'/spaces/add_devices': {
|
|
55096
55295
|
route: '/spaces/add_devices';
|
|
@@ -55105,6 +55304,7 @@ export type Routes = {
|
|
|
55105
55304
|
commonParams: {};
|
|
55106
55305
|
formData: {};
|
|
55107
55306
|
jsonResponse: {};
|
|
55307
|
+
maxDuration: undefined;
|
|
55108
55308
|
};
|
|
55109
55309
|
'/spaces/create': {
|
|
55110
55310
|
route: '/spaces/create';
|
|
@@ -55149,6 +55349,7 @@ export type Routes = {
|
|
|
55149
55349
|
parent_space_key?: string | undefined;
|
|
55150
55350
|
};
|
|
55151
55351
|
};
|
|
55352
|
+
maxDuration: undefined;
|
|
55152
55353
|
};
|
|
55153
55354
|
'/spaces/delete': {
|
|
55154
55355
|
route: '/spaces/delete';
|
|
@@ -55161,6 +55362,7 @@ export type Routes = {
|
|
|
55161
55362
|
commonParams: {};
|
|
55162
55363
|
formData: {};
|
|
55163
55364
|
jsonResponse: {};
|
|
55365
|
+
maxDuration: undefined;
|
|
55164
55366
|
};
|
|
55165
55367
|
'/spaces/get': {
|
|
55166
55368
|
route: '/spaces/get';
|
|
@@ -55200,6 +55402,7 @@ export type Routes = {
|
|
|
55200
55402
|
parent_space_key?: string | undefined;
|
|
55201
55403
|
};
|
|
55202
55404
|
};
|
|
55405
|
+
maxDuration: undefined;
|
|
55203
55406
|
};
|
|
55204
55407
|
'/spaces/get_related': {
|
|
55205
55408
|
route: '/spaces/get_related';
|
|
@@ -55838,6 +56041,8 @@ export type Routes = {
|
|
|
55838
56041
|
device_id: string;
|
|
55839
56042
|
/** Device name for an Ultraloq device. */
|
|
55840
56043
|
device_name: string;
|
|
56044
|
+
/** Device type for an Ultraloq device. */
|
|
56045
|
+
device_type: string;
|
|
55841
56046
|
} | undefined;
|
|
55842
56047
|
}) & ({
|
|
55843
56048
|
/** */
|
|
@@ -56827,6 +57032,7 @@ export type Routes = {
|
|
|
56827
57032
|
}[] | undefined;
|
|
56828
57033
|
};
|
|
56829
57034
|
};
|
|
57035
|
+
maxDuration: undefined;
|
|
56830
57036
|
};
|
|
56831
57037
|
'/spaces/list': {
|
|
56832
57038
|
route: '/spaces/list';
|
|
@@ -56868,6 +57074,7 @@ export type Routes = {
|
|
|
56868
57074
|
parent_space_key?: string | undefined;
|
|
56869
57075
|
}[];
|
|
56870
57076
|
};
|
|
57077
|
+
maxDuration: undefined;
|
|
56871
57078
|
};
|
|
56872
57079
|
'/spaces/remove_acs_entrances': {
|
|
56873
57080
|
route: '/spaces/remove_acs_entrances';
|
|
@@ -56882,6 +57089,7 @@ export type Routes = {
|
|
|
56882
57089
|
};
|
|
56883
57090
|
formData: {};
|
|
56884
57091
|
jsonResponse: {};
|
|
57092
|
+
maxDuration: undefined;
|
|
56885
57093
|
};
|
|
56886
57094
|
'/spaces/remove_devices': {
|
|
56887
57095
|
route: '/spaces/remove_devices';
|
|
@@ -56896,6 +57104,7 @@ export type Routes = {
|
|
|
56896
57104
|
};
|
|
56897
57105
|
formData: {};
|
|
56898
57106
|
jsonResponse: {};
|
|
57107
|
+
maxDuration: undefined;
|
|
56899
57108
|
};
|
|
56900
57109
|
'/spaces/update': {
|
|
56901
57110
|
route: '/spaces/update';
|
|
@@ -56942,6 +57151,7 @@ export type Routes = {
|
|
|
56942
57151
|
parent_space_key?: string | undefined;
|
|
56943
57152
|
};
|
|
56944
57153
|
};
|
|
57154
|
+
maxDuration: undefined;
|
|
56945
57155
|
};
|
|
56946
57156
|
'/thermostats/activate_climate_preset': {
|
|
56947
57157
|
route: '/thermostats/activate_climate_preset';
|
|
@@ -58212,6 +58422,7 @@ export type Routes = {
|
|
|
58212
58422
|
};
|
|
58213
58423
|
};
|
|
58214
58424
|
};
|
|
58425
|
+
maxDuration: undefined;
|
|
58215
58426
|
};
|
|
58216
58427
|
'/thermostats/cool': {
|
|
58217
58428
|
route: '/thermostats/cool';
|
|
@@ -59486,6 +59697,7 @@ export type Routes = {
|
|
|
59486
59697
|
};
|
|
59487
59698
|
};
|
|
59488
59699
|
};
|
|
59700
|
+
maxDuration: undefined;
|
|
59489
59701
|
};
|
|
59490
59702
|
'/thermostats/create_climate_preset': {
|
|
59491
59703
|
route: '/thermostats/create_climate_preset';
|
|
@@ -59532,6 +59744,7 @@ export type Routes = {
|
|
|
59532
59744
|
commonParams: {};
|
|
59533
59745
|
formData: {};
|
|
59534
59746
|
jsonResponse: {};
|
|
59747
|
+
maxDuration: undefined;
|
|
59535
59748
|
};
|
|
59536
59749
|
'/thermostats/daily_programs/create': {
|
|
59537
59750
|
route: '/thermostats/daily_programs/create';
|
|
@@ -59574,6 +59787,7 @@ export type Routes = {
|
|
|
59574
59787
|
created_at: string;
|
|
59575
59788
|
};
|
|
59576
59789
|
};
|
|
59790
|
+
maxDuration: undefined;
|
|
59577
59791
|
};
|
|
59578
59792
|
'/thermostats/daily_programs/delete': {
|
|
59579
59793
|
route: '/thermostats/daily_programs/delete';
|
|
@@ -59586,6 +59800,7 @@ export type Routes = {
|
|
|
59586
59800
|
};
|
|
59587
59801
|
formData: {};
|
|
59588
59802
|
jsonResponse: {};
|
|
59803
|
+
maxDuration: undefined;
|
|
59589
59804
|
};
|
|
59590
59805
|
'/thermostats/daily_programs/update': {
|
|
59591
59806
|
route: '/thermostats/daily_programs/update';
|
|
@@ -60863,6 +61078,7 @@ export type Routes = {
|
|
|
60863
61078
|
};
|
|
60864
61079
|
};
|
|
60865
61080
|
};
|
|
61081
|
+
maxDuration: undefined;
|
|
60866
61082
|
};
|
|
60867
61083
|
'/thermostats/delete_climate_preset': {
|
|
60868
61084
|
route: '/thermostats/delete_climate_preset';
|
|
@@ -60877,6 +61093,7 @@ export type Routes = {
|
|
|
60877
61093
|
commonParams: {};
|
|
60878
61094
|
formData: {};
|
|
60879
61095
|
jsonResponse: {};
|
|
61096
|
+
maxDuration: undefined;
|
|
60880
61097
|
};
|
|
60881
61098
|
'/thermostats/get': {
|
|
60882
61099
|
route: '/thermostats/get';
|
|
@@ -61490,6 +61707,8 @@ export type Routes = {
|
|
|
61490
61707
|
device_id: string;
|
|
61491
61708
|
/** Device name for an Ultraloq device. */
|
|
61492
61709
|
device_name: string;
|
|
61710
|
+
/** Device type for an Ultraloq device. */
|
|
61711
|
+
device_type: string;
|
|
61493
61712
|
} | undefined;
|
|
61494
61713
|
}) & ({
|
|
61495
61714
|
/** */
|
|
@@ -62113,6 +62332,7 @@ export type Routes = {
|
|
|
62113
62332
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
62114
62333
|
};
|
|
62115
62334
|
};
|
|
62335
|
+
maxDuration: undefined;
|
|
62116
62336
|
};
|
|
62117
62337
|
'/thermostats/heat': {
|
|
62118
62338
|
route: '/thermostats/heat';
|
|
@@ -63387,6 +63607,7 @@ export type Routes = {
|
|
|
63387
63607
|
};
|
|
63388
63608
|
};
|
|
63389
63609
|
};
|
|
63610
|
+
maxDuration: undefined;
|
|
63390
63611
|
};
|
|
63391
63612
|
'/thermostats/heat_cool': {
|
|
63392
63613
|
route: '/thermostats/heat_cool';
|
|
@@ -64665,6 +64886,7 @@ export type Routes = {
|
|
|
64665
64886
|
};
|
|
64666
64887
|
};
|
|
64667
64888
|
};
|
|
64889
|
+
maxDuration: undefined;
|
|
64668
64890
|
};
|
|
64669
64891
|
'/thermostats/list': {
|
|
64670
64892
|
route: '/thermostats/list';
|
|
@@ -65312,6 +65534,8 @@ export type Routes = {
|
|
|
65312
65534
|
device_id: string;
|
|
65313
65535
|
/** Device name for an Ultraloq device. */
|
|
65314
65536
|
device_name: string;
|
|
65537
|
+
/** Device type for an Ultraloq device. */
|
|
65538
|
+
device_type: string;
|
|
65315
65539
|
} | undefined;
|
|
65316
65540
|
}) & ({
|
|
65317
65541
|
/** */
|
|
@@ -66532,6 +66756,8 @@ export type Routes = {
|
|
|
66532
66756
|
device_id: string;
|
|
66533
66757
|
/** Device name for an Ultraloq device. */
|
|
66534
66758
|
device_name: string;
|
|
66759
|
+
/** Device type for an Ultraloq device. */
|
|
66760
|
+
device_type: string;
|
|
66535
66761
|
} | undefined;
|
|
66536
66762
|
}) & ({
|
|
66537
66763
|
/** */
|
|
@@ -67155,6 +67381,7 @@ export type Routes = {
|
|
|
67155
67381
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
67156
67382
|
}[];
|
|
67157
67383
|
};
|
|
67384
|
+
maxDuration: undefined;
|
|
67158
67385
|
};
|
|
67159
67386
|
'/thermostats/off': {
|
|
67160
67387
|
route: '/thermostats/off';
|
|
@@ -68425,6 +68652,7 @@ export type Routes = {
|
|
|
68425
68652
|
};
|
|
68426
68653
|
};
|
|
68427
68654
|
};
|
|
68655
|
+
maxDuration: undefined;
|
|
68428
68656
|
};
|
|
68429
68657
|
'/thermostats/schedules/create': {
|
|
68430
68658
|
route: '/thermostats/schedules/create';
|
|
@@ -68480,6 +68708,7 @@ export type Routes = {
|
|
|
68480
68708
|
}[];
|
|
68481
68709
|
};
|
|
68482
68710
|
};
|
|
68711
|
+
maxDuration: undefined;
|
|
68483
68712
|
};
|
|
68484
68713
|
'/thermostats/schedules/delete': {
|
|
68485
68714
|
route: '/thermostats/schedules/delete';
|
|
@@ -68492,6 +68721,7 @@ export type Routes = {
|
|
|
68492
68721
|
};
|
|
68493
68722
|
formData: {};
|
|
68494
68723
|
jsonResponse: {};
|
|
68724
|
+
maxDuration: undefined;
|
|
68495
68725
|
};
|
|
68496
68726
|
'/thermostats/schedules/get': {
|
|
68497
68727
|
route: '/thermostats/schedules/get';
|
|
@@ -68535,6 +68765,7 @@ export type Routes = {
|
|
|
68535
68765
|
}[];
|
|
68536
68766
|
};
|
|
68537
68767
|
};
|
|
68768
|
+
maxDuration: undefined;
|
|
68538
68769
|
};
|
|
68539
68770
|
'/thermostats/schedules/list': {
|
|
68540
68771
|
route: '/thermostats/schedules/list';
|
|
@@ -68579,6 +68810,7 @@ export type Routes = {
|
|
|
68579
68810
|
}[];
|
|
68580
68811
|
}[];
|
|
68581
68812
|
};
|
|
68813
|
+
maxDuration: undefined;
|
|
68582
68814
|
};
|
|
68583
68815
|
'/thermostats/schedules/update': {
|
|
68584
68816
|
route: '/thermostats/schedules/update';
|
|
@@ -68603,6 +68835,7 @@ export type Routes = {
|
|
|
68603
68835
|
commonParams: {};
|
|
68604
68836
|
formData: {};
|
|
68605
68837
|
jsonResponse: {};
|
|
68838
|
+
maxDuration: undefined;
|
|
68606
68839
|
};
|
|
68607
68840
|
'/thermostats/set_fallback_climate_preset': {
|
|
68608
68841
|
route: '/thermostats/set_fallback_climate_preset';
|
|
@@ -68617,6 +68850,7 @@ export type Routes = {
|
|
|
68617
68850
|
commonParams: {};
|
|
68618
68851
|
formData: {};
|
|
68619
68852
|
jsonResponse: {};
|
|
68853
|
+
maxDuration: undefined;
|
|
68620
68854
|
};
|
|
68621
68855
|
'/thermostats/set_fan_mode': {
|
|
68622
68856
|
route: '/thermostats/set_fan_mode';
|
|
@@ -69892,6 +70126,7 @@ export type Routes = {
|
|
|
69892
70126
|
};
|
|
69893
70127
|
};
|
|
69894
70128
|
};
|
|
70129
|
+
maxDuration: undefined;
|
|
69895
70130
|
};
|
|
69896
70131
|
'/thermostats/set_hvac_mode': {
|
|
69897
70132
|
route: '/thermostats/set_hvac_mode';
|
|
@@ -71193,6 +71428,7 @@ export type Routes = {
|
|
|
71193
71428
|
};
|
|
71194
71429
|
};
|
|
71195
71430
|
};
|
|
71431
|
+
maxDuration: undefined;
|
|
71196
71432
|
};
|
|
71197
71433
|
'/thermostats/set_temperature_threshold': {
|
|
71198
71434
|
route: '/thermostats/set_temperature_threshold';
|
|
@@ -71213,6 +71449,7 @@ export type Routes = {
|
|
|
71213
71449
|
commonParams: {};
|
|
71214
71450
|
formData: {};
|
|
71215
71451
|
jsonResponse: {};
|
|
71452
|
+
maxDuration: undefined;
|
|
71216
71453
|
};
|
|
71217
71454
|
'/thermostats/simulate/hvac_mode_adjusted': {
|
|
71218
71455
|
route: '/thermostats/simulate/hvac_mode_adjusted';
|
|
@@ -71258,6 +71495,7 @@ export type Routes = {
|
|
|
71258
71495
|
commonParams: {};
|
|
71259
71496
|
formData: {};
|
|
71260
71497
|
jsonResponse: {};
|
|
71498
|
+
maxDuration: undefined;
|
|
71261
71499
|
};
|
|
71262
71500
|
'/thermostats/simulate/temperature_reached': {
|
|
71263
71501
|
route: '/thermostats/simulate/temperature_reached';
|
|
@@ -71274,6 +71512,7 @@ export type Routes = {
|
|
|
71274
71512
|
commonParams: {};
|
|
71275
71513
|
formData: {};
|
|
71276
71514
|
jsonResponse: {};
|
|
71515
|
+
maxDuration: undefined;
|
|
71277
71516
|
};
|
|
71278
71517
|
'/thermostats/update_climate_preset': {
|
|
71279
71518
|
route: '/thermostats/update_climate_preset';
|
|
@@ -71320,6 +71559,7 @@ export type Routes = {
|
|
|
71320
71559
|
commonParams: {};
|
|
71321
71560
|
formData: {};
|
|
71322
71561
|
jsonResponse: {};
|
|
71562
|
+
maxDuration: undefined;
|
|
71323
71563
|
};
|
|
71324
71564
|
'/thermostats/update_weekly_program': {
|
|
71325
71565
|
route: '/thermostats/update_weekly_program';
|
|
@@ -72602,6 +72842,7 @@ export type Routes = {
|
|
|
72602
72842
|
};
|
|
72603
72843
|
};
|
|
72604
72844
|
};
|
|
72845
|
+
maxDuration: undefined;
|
|
72605
72846
|
};
|
|
72606
72847
|
'/unstable_partner/building_blocks/connect_accounts': {
|
|
72607
72848
|
route: '/unstable_partner/building_blocks/connect_accounts';
|
|
@@ -72632,6 +72873,7 @@ export type Routes = {
|
|
|
72632
72873
|
created_at: string;
|
|
72633
72874
|
};
|
|
72634
72875
|
};
|
|
72876
|
+
maxDuration: undefined;
|
|
72635
72877
|
};
|
|
72636
72878
|
'/unstable_partner/building_blocks/generate_magic_link': {
|
|
72637
72879
|
route: '/unstable_partner/building_blocks/generate_magic_link';
|
|
@@ -72671,6 +72913,7 @@ export type Routes = {
|
|
|
72671
72913
|
created_at: string;
|
|
72672
72914
|
};
|
|
72673
72915
|
};
|
|
72916
|
+
maxDuration: undefined;
|
|
72674
72917
|
};
|
|
72675
72918
|
'/unstable_partner/building_blocks/manage_devices': {
|
|
72676
72919
|
route: '/unstable_partner/building_blocks/manage_devices';
|
|
@@ -72701,6 +72944,7 @@ export type Routes = {
|
|
|
72701
72944
|
created_at: string;
|
|
72702
72945
|
};
|
|
72703
72946
|
};
|
|
72947
|
+
maxDuration: undefined;
|
|
72704
72948
|
};
|
|
72705
72949
|
'/unstable_partner/building_blocks/organize_spaces': {
|
|
72706
72950
|
route: '/unstable_partner/building_blocks/organize_spaces';
|
|
@@ -72738,6 +72982,7 @@ export type Routes = {
|
|
|
72738
72982
|
created_at: string;
|
|
72739
72983
|
};
|
|
72740
72984
|
};
|
|
72985
|
+
maxDuration: undefined;
|
|
72741
72986
|
};
|
|
72742
72987
|
'/user_identities/add_acs_user': {
|
|
72743
72988
|
route: '/user_identities/add_acs_user';
|
|
@@ -72754,6 +72999,7 @@ export type Routes = {
|
|
|
72754
72999
|
};
|
|
72755
73000
|
formData: {};
|
|
72756
73001
|
jsonResponse: {};
|
|
73002
|
+
maxDuration: undefined;
|
|
72757
73003
|
};
|
|
72758
73004
|
'/user_identities/create': {
|
|
72759
73005
|
route: '/user_identities/create';
|
|
@@ -72823,6 +73069,7 @@ export type Routes = {
|
|
|
72823
73069
|
acs_user_ids: string[];
|
|
72824
73070
|
};
|
|
72825
73071
|
};
|
|
73072
|
+
maxDuration: undefined;
|
|
72826
73073
|
};
|
|
72827
73074
|
'/user_identities/delete': {
|
|
72828
73075
|
route: '/user_identities/delete';
|
|
@@ -72835,6 +73082,7 @@ export type Routes = {
|
|
|
72835
73082
|
};
|
|
72836
73083
|
formData: {};
|
|
72837
73084
|
jsonResponse: {};
|
|
73085
|
+
maxDuration: undefined;
|
|
72838
73086
|
};
|
|
72839
73087
|
'/user_identities/enrollment_automations/delete': {
|
|
72840
73088
|
route: '/user_identities/enrollment_automations/delete';
|
|
@@ -72847,6 +73095,7 @@ export type Routes = {
|
|
|
72847
73095
|
};
|
|
72848
73096
|
formData: {};
|
|
72849
73097
|
jsonResponse: {};
|
|
73098
|
+
maxDuration: undefined;
|
|
72850
73099
|
};
|
|
72851
73100
|
'/user_identities/enrollment_automations/get': {
|
|
72852
73101
|
route: '/user_identities/enrollment_automations/get';
|
|
@@ -72873,6 +73122,7 @@ export type Routes = {
|
|
|
72873
73122
|
workspace_id: string;
|
|
72874
73123
|
};
|
|
72875
73124
|
};
|
|
73125
|
+
maxDuration: undefined;
|
|
72876
73126
|
};
|
|
72877
73127
|
'/user_identities/enrollment_automations/launch': {
|
|
72878
73128
|
route: '/user_identities/enrollment_automations/launch';
|
|
@@ -72907,6 +73157,7 @@ export type Routes = {
|
|
|
72907
73157
|
workspace_id: string;
|
|
72908
73158
|
};
|
|
72909
73159
|
};
|
|
73160
|
+
maxDuration: undefined;
|
|
72910
73161
|
};
|
|
72911
73162
|
'/user_identities/enrollment_automations/list': {
|
|
72912
73163
|
route: '/user_identities/enrollment_automations/list';
|
|
@@ -72932,6 +73183,7 @@ export type Routes = {
|
|
|
72932
73183
|
workspace_id: string;
|
|
72933
73184
|
}[];
|
|
72934
73185
|
};
|
|
73186
|
+
maxDuration: undefined;
|
|
72935
73187
|
};
|
|
72936
73188
|
'/user_identities/generate_instant_key': {
|
|
72937
73189
|
route: '/user_identities/generate_instant_key';
|
|
@@ -72978,6 +73230,7 @@ export type Routes = {
|
|
|
72978
73230
|
} | undefined;
|
|
72979
73231
|
};
|
|
72980
73232
|
};
|
|
73233
|
+
maxDuration: undefined;
|
|
72981
73234
|
};
|
|
72982
73235
|
'/user_identities/get': {
|
|
72983
73236
|
route: '/user_identities/get';
|
|
@@ -73041,6 +73294,7 @@ export type Routes = {
|
|
|
73041
73294
|
acs_user_ids: string[];
|
|
73042
73295
|
};
|
|
73043
73296
|
};
|
|
73297
|
+
maxDuration: undefined;
|
|
73044
73298
|
};
|
|
73045
73299
|
'/user_identities/grant_access_to_device': {
|
|
73046
73300
|
route: '/user_identities/grant_access_to_device';
|
|
@@ -73055,6 +73309,7 @@ export type Routes = {
|
|
|
73055
73309
|
};
|
|
73056
73310
|
formData: {};
|
|
73057
73311
|
jsonResponse: {};
|
|
73312
|
+
maxDuration: undefined;
|
|
73058
73313
|
};
|
|
73059
73314
|
'/user_identities/list': {
|
|
73060
73315
|
route: '/user_identities/list';
|
|
@@ -73132,6 +73387,7 @@ export type Routes = {
|
|
|
73132
73387
|
next_page_url: string | null;
|
|
73133
73388
|
};
|
|
73134
73389
|
};
|
|
73390
|
+
maxDuration: undefined;
|
|
73135
73391
|
};
|
|
73136
73392
|
'/user_identities/list_accessible_devices': {
|
|
73137
73393
|
route: '/user_identities/list_accessible_devices';
|
|
@@ -73742,6 +73998,8 @@ export type Routes = {
|
|
|
73742
73998
|
device_id: string;
|
|
73743
73999
|
/** Device name for an Ultraloq device. */
|
|
73744
74000
|
device_name: string;
|
|
74001
|
+
/** Device type for an Ultraloq device. */
|
|
74002
|
+
device_type: string;
|
|
73745
74003
|
} | undefined;
|
|
73746
74004
|
}) & ({
|
|
73747
74005
|
/** */
|
|
@@ -74964,6 +75222,8 @@ export type Routes = {
|
|
|
74964
75222
|
device_id: string;
|
|
74965
75223
|
/** Device name for an Ultraloq device. */
|
|
74966
75224
|
device_name: string;
|
|
75225
|
+
/** Device type for an Ultraloq device. */
|
|
75226
|
+
device_type: string;
|
|
74967
75227
|
} | undefined;
|
|
74968
75228
|
}) & ({
|
|
74969
75229
|
/** */
|
|
@@ -75587,6 +75847,7 @@ export type Routes = {
|
|
|
75587
75847
|
can_simulate_paid_subscription?: boolean | undefined;
|
|
75588
75848
|
}[];
|
|
75589
75849
|
};
|
|
75850
|
+
maxDuration: undefined;
|
|
75590
75851
|
};
|
|
75591
75852
|
'/user_identities/list_acs_systems': {
|
|
75592
75853
|
route: '/user_identities/list_acs_systems';
|
|
@@ -75718,6 +75979,7 @@ export type Routes = {
|
|
|
75718
75979
|
})[];
|
|
75719
75980
|
}[];
|
|
75720
75981
|
};
|
|
75982
|
+
maxDuration: undefined;
|
|
75721
75983
|
};
|
|
75722
75984
|
'/user_identities/list_acs_users': {
|
|
75723
75985
|
route: '/user_identities/list_acs_users';
|
|
@@ -75948,6 +76210,7 @@ export type Routes = {
|
|
|
75948
76210
|
is_managed: true;
|
|
75949
76211
|
}[];
|
|
75950
76212
|
};
|
|
76213
|
+
maxDuration: undefined;
|
|
75951
76214
|
};
|
|
75952
76215
|
'/user_identities/remove_acs_user': {
|
|
75953
76216
|
route: '/user_identities/remove_acs_user';
|
|
@@ -75962,6 +76225,7 @@ export type Routes = {
|
|
|
75962
76225
|
};
|
|
75963
76226
|
formData: {};
|
|
75964
76227
|
jsonResponse: {};
|
|
76228
|
+
maxDuration: undefined;
|
|
75965
76229
|
};
|
|
75966
76230
|
'/user_identities/revoke_access_to_device': {
|
|
75967
76231
|
route: '/user_identities/revoke_access_to_device';
|
|
@@ -75976,6 +76240,7 @@ export type Routes = {
|
|
|
75976
76240
|
};
|
|
75977
76241
|
formData: {};
|
|
75978
76242
|
jsonResponse: {};
|
|
76243
|
+
maxDuration: undefined;
|
|
75979
76244
|
};
|
|
75980
76245
|
'/user_identities/unmanaged/get': {
|
|
75981
76246
|
route: '/user_identities/unmanaged/get';
|
|
@@ -76035,6 +76300,7 @@ export type Routes = {
|
|
|
76035
76300
|
acs_user_ids: string[];
|
|
76036
76301
|
};
|
|
76037
76302
|
};
|
|
76303
|
+
maxDuration: undefined;
|
|
76038
76304
|
};
|
|
76039
76305
|
'/user_identities/unmanaged/list': {
|
|
76040
76306
|
route: '/user_identities/unmanaged/list';
|
|
@@ -76108,6 +76374,7 @@ export type Routes = {
|
|
|
76108
76374
|
next_page_url: string | null;
|
|
76109
76375
|
};
|
|
76110
76376
|
};
|
|
76377
|
+
maxDuration: undefined;
|
|
76111
76378
|
};
|
|
76112
76379
|
'/user_identities/unmanaged/update': {
|
|
76113
76380
|
route: '/user_identities/unmanaged/update';
|
|
@@ -76124,6 +76391,7 @@ export type Routes = {
|
|
|
76124
76391
|
commonParams: {};
|
|
76125
76392
|
formData: {};
|
|
76126
76393
|
jsonResponse: {};
|
|
76394
|
+
maxDuration: undefined;
|
|
76127
76395
|
};
|
|
76128
76396
|
'/user_identities/update': {
|
|
76129
76397
|
route: '/user_identities/update';
|
|
@@ -76144,6 +76412,7 @@ export type Routes = {
|
|
|
76144
76412
|
commonParams: {};
|
|
76145
76413
|
formData: {};
|
|
76146
76414
|
jsonResponse: {};
|
|
76415
|
+
maxDuration: undefined;
|
|
76147
76416
|
};
|
|
76148
76417
|
'/webhooks/create': {
|
|
76149
76418
|
route: '/webhooks/create';
|
|
@@ -76170,6 +76439,7 @@ export type Routes = {
|
|
|
76170
76439
|
secret?: string | undefined;
|
|
76171
76440
|
};
|
|
76172
76441
|
};
|
|
76442
|
+
maxDuration: undefined;
|
|
76173
76443
|
};
|
|
76174
76444
|
'/webhooks/delete': {
|
|
76175
76445
|
route: '/webhooks/delete';
|
|
@@ -76182,6 +76452,7 @@ export type Routes = {
|
|
|
76182
76452
|
};
|
|
76183
76453
|
formData: {};
|
|
76184
76454
|
jsonResponse: {};
|
|
76455
|
+
maxDuration: undefined;
|
|
76185
76456
|
};
|
|
76186
76457
|
'/webhooks/get': {
|
|
76187
76458
|
route: '/webhooks/get';
|
|
@@ -76206,6 +76477,7 @@ export type Routes = {
|
|
|
76206
76477
|
secret?: string | undefined;
|
|
76207
76478
|
};
|
|
76208
76479
|
};
|
|
76480
|
+
maxDuration: undefined;
|
|
76209
76481
|
};
|
|
76210
76482
|
'/webhooks/list': {
|
|
76211
76483
|
route: '/webhooks/list';
|
|
@@ -76226,6 +76498,7 @@ export type Routes = {
|
|
|
76226
76498
|
secret?: string | undefined;
|
|
76227
76499
|
}[];
|
|
76228
76500
|
};
|
|
76501
|
+
maxDuration: undefined;
|
|
76229
76502
|
};
|
|
76230
76503
|
'/webhooks/update': {
|
|
76231
76504
|
route: '/webhooks/update';
|
|
@@ -76240,6 +76513,7 @@ export type Routes = {
|
|
|
76240
76513
|
commonParams: {};
|
|
76241
76514
|
formData: {};
|
|
76242
76515
|
jsonResponse: {};
|
|
76516
|
+
maxDuration: undefined;
|
|
76243
76517
|
};
|
|
76244
76518
|
'/workspaces/create': {
|
|
76245
76519
|
route: '/workspaces/create';
|
|
@@ -76314,6 +76588,7 @@ export type Routes = {
|
|
|
76314
76588
|
is_publishable_key_auth_enabled: boolean;
|
|
76315
76589
|
};
|
|
76316
76590
|
};
|
|
76591
|
+
maxDuration: undefined;
|
|
76317
76592
|
};
|
|
76318
76593
|
'/workspaces/customization_profiles/create': {
|
|
76319
76594
|
route: '/workspaces/customization_profiles/create';
|
|
@@ -76350,6 +76625,7 @@ export type Routes = {
|
|
|
76350
76625
|
} | undefined;
|
|
76351
76626
|
};
|
|
76352
76627
|
};
|
|
76628
|
+
maxDuration: undefined;
|
|
76353
76629
|
};
|
|
76354
76630
|
'/workspaces/customization_profiles/get': {
|
|
76355
76631
|
route: '/workspaces/customization_profiles/get';
|
|
@@ -76378,6 +76654,7 @@ export type Routes = {
|
|
|
76378
76654
|
} | undefined;
|
|
76379
76655
|
};
|
|
76380
76656
|
};
|
|
76657
|
+
maxDuration: undefined;
|
|
76381
76658
|
};
|
|
76382
76659
|
'/workspaces/customization_profiles/list': {
|
|
76383
76660
|
route: '/workspaces/customization_profiles/list';
|
|
@@ -76406,6 +76683,7 @@ export type Routes = {
|
|
|
76406
76683
|
} | undefined;
|
|
76407
76684
|
}[];
|
|
76408
76685
|
};
|
|
76686
|
+
maxDuration: undefined;
|
|
76409
76687
|
};
|
|
76410
76688
|
'/workspaces/customization_profiles/update': {
|
|
76411
76689
|
route: '/workspaces/customization_profiles/update';
|
|
@@ -76426,6 +76704,7 @@ export type Routes = {
|
|
|
76426
76704
|
commonParams: {};
|
|
76427
76705
|
formData: {};
|
|
76428
76706
|
jsonResponse: {};
|
|
76707
|
+
maxDuration: undefined;
|
|
76429
76708
|
};
|
|
76430
76709
|
'/workspaces/customization_profiles/upload_images': {
|
|
76431
76710
|
route: '/workspaces/customization_profiles/upload_images';
|
|
@@ -76435,6 +76714,7 @@ export type Routes = {
|
|
|
76435
76714
|
commonParams: {};
|
|
76436
76715
|
formData: {};
|
|
76437
76716
|
jsonResponse: {};
|
|
76717
|
+
maxDuration: undefined;
|
|
76438
76718
|
};
|
|
76439
76719
|
'/workspaces/find_anything': {
|
|
76440
76720
|
route: '/workspaces/find_anything';
|
|
@@ -77124,6 +77404,8 @@ export type Routes = {
|
|
|
77124
77404
|
device_id: string;
|
|
77125
77405
|
/** Device name for an Ultraloq device. */
|
|
77126
77406
|
device_name: string;
|
|
77407
|
+
/** Device type for an Ultraloq device. */
|
|
77408
|
+
device_type: string;
|
|
77127
77409
|
} | undefined;
|
|
77128
77410
|
}) & ({
|
|
77129
77411
|
/** */
|
|
@@ -83743,6 +84025,7 @@ export type Routes = {
|
|
|
83743
84025
|
}[] | undefined;
|
|
83744
84026
|
};
|
|
83745
84027
|
};
|
|
84028
|
+
maxDuration: undefined;
|
|
83746
84029
|
};
|
|
83747
84030
|
'/workspaces/get': {
|
|
83748
84031
|
route: '/workspaces/get';
|
|
@@ -83785,6 +84068,7 @@ export type Routes = {
|
|
|
83785
84068
|
is_publishable_key_auth_enabled: boolean;
|
|
83786
84069
|
};
|
|
83787
84070
|
};
|
|
84071
|
+
maxDuration: undefined;
|
|
83788
84072
|
};
|
|
83789
84073
|
'/workspaces/list': {
|
|
83790
84074
|
route: '/workspaces/list';
|
|
@@ -83826,6 +84110,7 @@ export type Routes = {
|
|
|
83826
84110
|
is_publishable_key_auth_enabled: boolean;
|
|
83827
84111
|
}[];
|
|
83828
84112
|
};
|
|
84113
|
+
maxDuration: undefined;
|
|
83829
84114
|
};
|
|
83830
84115
|
'/workspaces/reset_sandbox': {
|
|
83831
84116
|
route: '/workspaces/reset_sandbox';
|
|
@@ -85091,6 +85376,7 @@ export type Routes = {
|
|
|
85091
85376
|
};
|
|
85092
85377
|
};
|
|
85093
85378
|
};
|
|
85379
|
+
maxDuration: undefined;
|
|
85094
85380
|
};
|
|
85095
85381
|
'/workspaces/update': {
|
|
85096
85382
|
route: '/workspaces/update';
|
|
@@ -85120,6 +85406,7 @@ export type Routes = {
|
|
|
85120
85406
|
commonParams: {};
|
|
85121
85407
|
formData: {};
|
|
85122
85408
|
jsonResponse: {};
|
|
85409
|
+
maxDuration: undefined;
|
|
85123
85410
|
};
|
|
85124
85411
|
};
|
|
85125
85412
|
export type RouteResponse<Path extends keyof Routes> = Routes[Path]['jsonResponse'];
|