@seamapi/types 1.107.0 → 1.108.1
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 +296 -11
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +446 -9
- package/lib/seam/connect/openapi.d.ts +370 -0
- package/lib/seam/connect/openapi.js +286 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +76 -9
- package/lib/seam/connect/unstable/models/acs/credential.d.ts +36 -0
- package/lib/seam/connect/unstable/models/acs/credential.js +8 -0
- package/lib/seam/connect/unstable/models/acs/credential.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/device-metadata.d.ts +5 -5
- package/lib/seam/connect/unstable/models/devices/device-metadata.js +1 -1
- package/lib/seam/connect/unstable/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +9 -9
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +286 -1
- package/src/lib/seam/connect/route-types.ts +76 -9
- package/src/lib/seam/connect/unstable/models/acs/credential.ts +12 -0
- package/src/lib/seam/connect/unstable/models/devices/device-metadata.ts +1 -1
package/dist/connect.d.cts
CHANGED
|
@@ -1374,6 +1374,7 @@ declare const _default: {
|
|
|
1374
1374
|
schlage_metadata: {
|
|
1375
1375
|
properties: {
|
|
1376
1376
|
access_code_length: {
|
|
1377
|
+
nullable: boolean;
|
|
1377
1378
|
type: string;
|
|
1378
1379
|
};
|
|
1379
1380
|
device_id: {
|
|
@@ -5312,6 +5313,21 @@ declare const _default: {
|
|
|
5312
5313
|
ends_at: {
|
|
5313
5314
|
type: string;
|
|
5314
5315
|
};
|
|
5316
|
+
errors: {
|
|
5317
|
+
items: {
|
|
5318
|
+
properties: {
|
|
5319
|
+
error_code: {
|
|
5320
|
+
type: string;
|
|
5321
|
+
};
|
|
5322
|
+
message: {
|
|
5323
|
+
type: string;
|
|
5324
|
+
};
|
|
5325
|
+
};
|
|
5326
|
+
required: string[];
|
|
5327
|
+
type: string;
|
|
5328
|
+
};
|
|
5329
|
+
type: string;
|
|
5330
|
+
};
|
|
5315
5331
|
external_type: {
|
|
5316
5332
|
enum: string[];
|
|
5317
5333
|
type: string;
|
|
@@ -5355,6 +5371,21 @@ declare const _default: {
|
|
|
5355
5371
|
};
|
|
5356
5372
|
type: string;
|
|
5357
5373
|
};
|
|
5374
|
+
warnings: {
|
|
5375
|
+
items: {
|
|
5376
|
+
properties: {
|
|
5377
|
+
message: {
|
|
5378
|
+
type: string;
|
|
5379
|
+
};
|
|
5380
|
+
warning_code: {
|
|
5381
|
+
type: string;
|
|
5382
|
+
};
|
|
5383
|
+
};
|
|
5384
|
+
required: string[];
|
|
5385
|
+
type: string;
|
|
5386
|
+
};
|
|
5387
|
+
type: string;
|
|
5388
|
+
};
|
|
5358
5389
|
workspace_id: {
|
|
5359
5390
|
format: string;
|
|
5360
5391
|
type: string;
|
|
@@ -5463,6 +5494,21 @@ declare const _default: {
|
|
|
5463
5494
|
ends_at: {
|
|
5464
5495
|
type: string;
|
|
5465
5496
|
};
|
|
5497
|
+
errors: {
|
|
5498
|
+
items: {
|
|
5499
|
+
properties: {
|
|
5500
|
+
error_code: {
|
|
5501
|
+
type: string;
|
|
5502
|
+
};
|
|
5503
|
+
message: {
|
|
5504
|
+
type: string;
|
|
5505
|
+
};
|
|
5506
|
+
};
|
|
5507
|
+
required: string[];
|
|
5508
|
+
type: string;
|
|
5509
|
+
};
|
|
5510
|
+
type: string;
|
|
5511
|
+
};
|
|
5466
5512
|
external_type: {
|
|
5467
5513
|
enum: string[];
|
|
5468
5514
|
type: string;
|
|
@@ -5506,6 +5552,21 @@ declare const _default: {
|
|
|
5506
5552
|
};
|
|
5507
5553
|
type: string;
|
|
5508
5554
|
};
|
|
5555
|
+
warnings: {
|
|
5556
|
+
items: {
|
|
5557
|
+
properties: {
|
|
5558
|
+
message: {
|
|
5559
|
+
type: string;
|
|
5560
|
+
};
|
|
5561
|
+
warning_code: {
|
|
5562
|
+
type: string;
|
|
5563
|
+
};
|
|
5564
|
+
};
|
|
5565
|
+
required: string[];
|
|
5566
|
+
type: string;
|
|
5567
|
+
};
|
|
5568
|
+
type: string;
|
|
5569
|
+
};
|
|
5509
5570
|
workspace_id: {
|
|
5510
5571
|
format: string;
|
|
5511
5572
|
type: string;
|
|
@@ -5660,6 +5721,21 @@ declare const _default: {
|
|
|
5660
5721
|
ends_at: {
|
|
5661
5722
|
type: string;
|
|
5662
5723
|
};
|
|
5724
|
+
errors: {
|
|
5725
|
+
items: {
|
|
5726
|
+
properties: {
|
|
5727
|
+
error_code: {
|
|
5728
|
+
type: string;
|
|
5729
|
+
};
|
|
5730
|
+
message: {
|
|
5731
|
+
type: string;
|
|
5732
|
+
};
|
|
5733
|
+
};
|
|
5734
|
+
required: string[];
|
|
5735
|
+
type: string;
|
|
5736
|
+
};
|
|
5737
|
+
type: string;
|
|
5738
|
+
};
|
|
5663
5739
|
external_type: {
|
|
5664
5740
|
enum: string[];
|
|
5665
5741
|
type: string;
|
|
@@ -5703,6 +5779,21 @@ declare const _default: {
|
|
|
5703
5779
|
};
|
|
5704
5780
|
type: string;
|
|
5705
5781
|
};
|
|
5782
|
+
warnings: {
|
|
5783
|
+
items: {
|
|
5784
|
+
properties: {
|
|
5785
|
+
message: {
|
|
5786
|
+
type: string;
|
|
5787
|
+
};
|
|
5788
|
+
warning_code: {
|
|
5789
|
+
type: string;
|
|
5790
|
+
};
|
|
5791
|
+
};
|
|
5792
|
+
required: string[];
|
|
5793
|
+
type: string;
|
|
5794
|
+
};
|
|
5795
|
+
type: string;
|
|
5796
|
+
};
|
|
5706
5797
|
workspace_id: {
|
|
5707
5798
|
format: string;
|
|
5708
5799
|
type: string;
|
|
@@ -5872,6 +5963,21 @@ declare const _default: {
|
|
|
5872
5963
|
ends_at: {
|
|
5873
5964
|
type: string;
|
|
5874
5965
|
};
|
|
5966
|
+
errors: {
|
|
5967
|
+
items: {
|
|
5968
|
+
properties: {
|
|
5969
|
+
error_code: {
|
|
5970
|
+
type: string;
|
|
5971
|
+
};
|
|
5972
|
+
message: {
|
|
5973
|
+
type: string;
|
|
5974
|
+
};
|
|
5975
|
+
};
|
|
5976
|
+
required: string[];
|
|
5977
|
+
type: string;
|
|
5978
|
+
};
|
|
5979
|
+
type: string;
|
|
5980
|
+
};
|
|
5875
5981
|
external_type: {
|
|
5876
5982
|
enum: string[];
|
|
5877
5983
|
type: string;
|
|
@@ -5915,6 +6021,21 @@ declare const _default: {
|
|
|
5915
6021
|
};
|
|
5916
6022
|
type: string;
|
|
5917
6023
|
};
|
|
6024
|
+
warnings: {
|
|
6025
|
+
items: {
|
|
6026
|
+
properties: {
|
|
6027
|
+
message: {
|
|
6028
|
+
type: string;
|
|
6029
|
+
};
|
|
6030
|
+
warning_code: {
|
|
6031
|
+
type: string;
|
|
6032
|
+
};
|
|
6033
|
+
};
|
|
6034
|
+
required: string[];
|
|
6035
|
+
type: string;
|
|
6036
|
+
};
|
|
6037
|
+
type: string;
|
|
6038
|
+
};
|
|
5918
6039
|
workspace_id: {
|
|
5919
6040
|
format: string;
|
|
5920
6041
|
type: string;
|
|
@@ -6063,6 +6184,21 @@ declare const _default: {
|
|
|
6063
6184
|
ends_at: {
|
|
6064
6185
|
type: string;
|
|
6065
6186
|
};
|
|
6187
|
+
errors: {
|
|
6188
|
+
items: {
|
|
6189
|
+
properties: {
|
|
6190
|
+
error_code: {
|
|
6191
|
+
type: string;
|
|
6192
|
+
};
|
|
6193
|
+
message: {
|
|
6194
|
+
type: string;
|
|
6195
|
+
};
|
|
6196
|
+
};
|
|
6197
|
+
required: string[];
|
|
6198
|
+
type: string;
|
|
6199
|
+
};
|
|
6200
|
+
type: string;
|
|
6201
|
+
};
|
|
6066
6202
|
external_type: {
|
|
6067
6203
|
enum: string[];
|
|
6068
6204
|
type: string;
|
|
@@ -6106,6 +6242,21 @@ declare const _default: {
|
|
|
6106
6242
|
};
|
|
6107
6243
|
type: string;
|
|
6108
6244
|
};
|
|
6245
|
+
warnings: {
|
|
6246
|
+
items: {
|
|
6247
|
+
properties: {
|
|
6248
|
+
message: {
|
|
6249
|
+
type: string;
|
|
6250
|
+
};
|
|
6251
|
+
warning_code: {
|
|
6252
|
+
type: string;
|
|
6253
|
+
};
|
|
6254
|
+
};
|
|
6255
|
+
required: string[];
|
|
6256
|
+
type: string;
|
|
6257
|
+
};
|
|
6258
|
+
type: string;
|
|
6259
|
+
};
|
|
6109
6260
|
workspace_id: {
|
|
6110
6261
|
format: string;
|
|
6111
6262
|
type: string;
|
|
@@ -6227,6 +6378,21 @@ declare const _default: {
|
|
|
6227
6378
|
ends_at: {
|
|
6228
6379
|
type: string;
|
|
6229
6380
|
};
|
|
6381
|
+
errors: {
|
|
6382
|
+
items: {
|
|
6383
|
+
properties: {
|
|
6384
|
+
error_code: {
|
|
6385
|
+
type: string;
|
|
6386
|
+
};
|
|
6387
|
+
message: {
|
|
6388
|
+
type: string;
|
|
6389
|
+
};
|
|
6390
|
+
};
|
|
6391
|
+
required: string[];
|
|
6392
|
+
type: string;
|
|
6393
|
+
};
|
|
6394
|
+
type: string;
|
|
6395
|
+
};
|
|
6230
6396
|
external_type: {
|
|
6231
6397
|
enum: string[];
|
|
6232
6398
|
type: string;
|
|
@@ -6270,6 +6436,21 @@ declare const _default: {
|
|
|
6270
6436
|
};
|
|
6271
6437
|
type: string;
|
|
6272
6438
|
};
|
|
6439
|
+
warnings: {
|
|
6440
|
+
items: {
|
|
6441
|
+
properties: {
|
|
6442
|
+
message: {
|
|
6443
|
+
type: string;
|
|
6444
|
+
};
|
|
6445
|
+
warning_code: {
|
|
6446
|
+
type: string;
|
|
6447
|
+
};
|
|
6448
|
+
};
|
|
6449
|
+
required: string[];
|
|
6450
|
+
type: string;
|
|
6451
|
+
};
|
|
6452
|
+
type: string;
|
|
6453
|
+
};
|
|
6273
6454
|
workspace_id: {
|
|
6274
6455
|
format: string;
|
|
6275
6456
|
type: string;
|
|
@@ -6378,6 +6559,21 @@ declare const _default: {
|
|
|
6378
6559
|
ends_at: {
|
|
6379
6560
|
type: string;
|
|
6380
6561
|
};
|
|
6562
|
+
errors: {
|
|
6563
|
+
items: {
|
|
6564
|
+
properties: {
|
|
6565
|
+
error_code: {
|
|
6566
|
+
type: string;
|
|
6567
|
+
};
|
|
6568
|
+
message: {
|
|
6569
|
+
type: string;
|
|
6570
|
+
};
|
|
6571
|
+
};
|
|
6572
|
+
required: string[];
|
|
6573
|
+
type: string;
|
|
6574
|
+
};
|
|
6575
|
+
type: string;
|
|
6576
|
+
};
|
|
6381
6577
|
external_type: {
|
|
6382
6578
|
enum: string[];
|
|
6383
6579
|
type: string;
|
|
@@ -6421,6 +6617,21 @@ declare const _default: {
|
|
|
6421
6617
|
};
|
|
6422
6618
|
type: string;
|
|
6423
6619
|
};
|
|
6620
|
+
warnings: {
|
|
6621
|
+
items: {
|
|
6622
|
+
properties: {
|
|
6623
|
+
message: {
|
|
6624
|
+
type: string;
|
|
6625
|
+
};
|
|
6626
|
+
warning_code: {
|
|
6627
|
+
type: string;
|
|
6628
|
+
};
|
|
6629
|
+
};
|
|
6630
|
+
required: string[];
|
|
6631
|
+
type: string;
|
|
6632
|
+
};
|
|
6633
|
+
type: string;
|
|
6634
|
+
};
|
|
6424
6635
|
workspace_id: {
|
|
6425
6636
|
format: string;
|
|
6426
6637
|
type: string;
|
|
@@ -6531,6 +6742,21 @@ declare const _default: {
|
|
|
6531
6742
|
ends_at: {
|
|
6532
6743
|
type: string;
|
|
6533
6744
|
};
|
|
6745
|
+
errors: {
|
|
6746
|
+
items: {
|
|
6747
|
+
properties: {
|
|
6748
|
+
error_code: {
|
|
6749
|
+
type: string;
|
|
6750
|
+
};
|
|
6751
|
+
message: {
|
|
6752
|
+
type: string;
|
|
6753
|
+
};
|
|
6754
|
+
};
|
|
6755
|
+
required: string[];
|
|
6756
|
+
type: string;
|
|
6757
|
+
};
|
|
6758
|
+
type: string;
|
|
6759
|
+
};
|
|
6534
6760
|
external_type: {
|
|
6535
6761
|
enum: string[];
|
|
6536
6762
|
type: string;
|
|
@@ -6574,6 +6800,21 @@ declare const _default: {
|
|
|
6574
6800
|
};
|
|
6575
6801
|
type: string;
|
|
6576
6802
|
};
|
|
6803
|
+
warnings: {
|
|
6804
|
+
items: {
|
|
6805
|
+
properties: {
|
|
6806
|
+
message: {
|
|
6807
|
+
type: string;
|
|
6808
|
+
};
|
|
6809
|
+
warning_code: {
|
|
6810
|
+
type: string;
|
|
6811
|
+
};
|
|
6812
|
+
};
|
|
6813
|
+
required: string[];
|
|
6814
|
+
type: string;
|
|
6815
|
+
};
|
|
6816
|
+
type: string;
|
|
6817
|
+
};
|
|
6577
6818
|
workspace_id: {
|
|
6578
6819
|
format: string;
|
|
6579
6820
|
type: string;
|
|
@@ -6681,6 +6922,21 @@ declare const _default: {
|
|
|
6681
6922
|
ends_at: {
|
|
6682
6923
|
type: string;
|
|
6683
6924
|
};
|
|
6925
|
+
errors: {
|
|
6926
|
+
items: {
|
|
6927
|
+
properties: {
|
|
6928
|
+
error_code: {
|
|
6929
|
+
type: string;
|
|
6930
|
+
};
|
|
6931
|
+
message: {
|
|
6932
|
+
type: string;
|
|
6933
|
+
};
|
|
6934
|
+
};
|
|
6935
|
+
required: string[];
|
|
6936
|
+
type: string;
|
|
6937
|
+
};
|
|
6938
|
+
type: string;
|
|
6939
|
+
};
|
|
6684
6940
|
external_type: {
|
|
6685
6941
|
enum: string[];
|
|
6686
6942
|
type: string;
|
|
@@ -6724,6 +6980,21 @@ declare const _default: {
|
|
|
6724
6980
|
};
|
|
6725
6981
|
type: string;
|
|
6726
6982
|
};
|
|
6983
|
+
warnings: {
|
|
6984
|
+
items: {
|
|
6985
|
+
properties: {
|
|
6986
|
+
message: {
|
|
6987
|
+
type: string;
|
|
6988
|
+
};
|
|
6989
|
+
warning_code: {
|
|
6990
|
+
type: string;
|
|
6991
|
+
};
|
|
6992
|
+
};
|
|
6993
|
+
required: string[];
|
|
6994
|
+
type: string;
|
|
6995
|
+
};
|
|
6996
|
+
type: string;
|
|
6997
|
+
};
|
|
6727
6998
|
workspace_id: {
|
|
6728
6999
|
format: string;
|
|
6729
7000
|
type: string;
|
|
@@ -7161,6 +7432,21 @@ declare const _default: {
|
|
|
7161
7432
|
ends_at: {
|
|
7162
7433
|
type: string;
|
|
7163
7434
|
};
|
|
7435
|
+
errors: {
|
|
7436
|
+
items: {
|
|
7437
|
+
properties: {
|
|
7438
|
+
error_code: {
|
|
7439
|
+
type: string;
|
|
7440
|
+
};
|
|
7441
|
+
message: {
|
|
7442
|
+
type: string;
|
|
7443
|
+
};
|
|
7444
|
+
};
|
|
7445
|
+
required: string[];
|
|
7446
|
+
type: string;
|
|
7447
|
+
};
|
|
7448
|
+
type: string;
|
|
7449
|
+
};
|
|
7164
7450
|
external_type: {
|
|
7165
7451
|
enum: string[];
|
|
7166
7452
|
type: string;
|
|
@@ -7204,6 +7490,21 @@ declare const _default: {
|
|
|
7204
7490
|
};
|
|
7205
7491
|
type: string;
|
|
7206
7492
|
};
|
|
7493
|
+
warnings: {
|
|
7494
|
+
items: {
|
|
7495
|
+
properties: {
|
|
7496
|
+
message: {
|
|
7497
|
+
type: string;
|
|
7498
|
+
};
|
|
7499
|
+
warning_code: {
|
|
7500
|
+
type: string;
|
|
7501
|
+
};
|
|
7502
|
+
};
|
|
7503
|
+
required: string[];
|
|
7504
|
+
type: string;
|
|
7505
|
+
};
|
|
7506
|
+
type: string;
|
|
7507
|
+
};
|
|
7207
7508
|
workspace_id: {
|
|
7208
7509
|
format: string;
|
|
7209
7510
|
type: string;
|
|
@@ -12554,6 +12855,75 @@ declare const _default: {
|
|
|
12554
12855
|
'x-fern-sdk-method-name': string;
|
|
12555
12856
|
};
|
|
12556
12857
|
};
|
|
12858
|
+
'/phones/deactivate': {
|
|
12859
|
+
post: {
|
|
12860
|
+
operationId: string;
|
|
12861
|
+
requestBody: {
|
|
12862
|
+
content: {
|
|
12863
|
+
'application/json': {
|
|
12864
|
+
schema: {
|
|
12865
|
+
properties: {
|
|
12866
|
+
device_id: {
|
|
12867
|
+
type: string;
|
|
12868
|
+
};
|
|
12869
|
+
};
|
|
12870
|
+
required: string[];
|
|
12871
|
+
type: string;
|
|
12872
|
+
};
|
|
12873
|
+
};
|
|
12874
|
+
};
|
|
12875
|
+
};
|
|
12876
|
+
responses: {
|
|
12877
|
+
200: {
|
|
12878
|
+
content: {
|
|
12879
|
+
'application/json': {
|
|
12880
|
+
schema: {
|
|
12881
|
+
properties: {
|
|
12882
|
+
ok: {
|
|
12883
|
+
type: string;
|
|
12884
|
+
};
|
|
12885
|
+
};
|
|
12886
|
+
required: string[];
|
|
12887
|
+
type: string;
|
|
12888
|
+
};
|
|
12889
|
+
};
|
|
12890
|
+
};
|
|
12891
|
+
description: string;
|
|
12892
|
+
};
|
|
12893
|
+
400: {
|
|
12894
|
+
description: string;
|
|
12895
|
+
};
|
|
12896
|
+
401: {
|
|
12897
|
+
description: string;
|
|
12898
|
+
};
|
|
12899
|
+
};
|
|
12900
|
+
security: ({
|
|
12901
|
+
client_session: never[];
|
|
12902
|
+
pat_with_workspace?: never;
|
|
12903
|
+
console_session?: never;
|
|
12904
|
+
api_key?: never;
|
|
12905
|
+
} | {
|
|
12906
|
+
pat_with_workspace: never[];
|
|
12907
|
+
client_session?: never;
|
|
12908
|
+
console_session?: never;
|
|
12909
|
+
api_key?: never;
|
|
12910
|
+
} | {
|
|
12911
|
+
console_session: never[];
|
|
12912
|
+
client_session?: never;
|
|
12913
|
+
pat_with_workspace?: never;
|
|
12914
|
+
api_key?: never;
|
|
12915
|
+
} | {
|
|
12916
|
+
api_key: never[];
|
|
12917
|
+
client_session?: never;
|
|
12918
|
+
pat_with_workspace?: never;
|
|
12919
|
+
console_session?: never;
|
|
12920
|
+
})[];
|
|
12921
|
+
summary: string;
|
|
12922
|
+
tags: string[];
|
|
12923
|
+
'x-fern-sdk-group-name': string[];
|
|
12924
|
+
'x-fern-sdk-method-name': string;
|
|
12925
|
+
};
|
|
12926
|
+
};
|
|
12557
12927
|
'/phones/list': {
|
|
12558
12928
|
post: {
|
|
12559
12929
|
operationId: string;
|
|
@@ -17270,6 +17640,14 @@ interface Routes {
|
|
|
17270
17640
|
workspace_id: string;
|
|
17271
17641
|
starts_at?: string | undefined;
|
|
17272
17642
|
ends_at?: string | undefined;
|
|
17643
|
+
errors: Array<{
|
|
17644
|
+
error_code: string;
|
|
17645
|
+
message: string;
|
|
17646
|
+
}>;
|
|
17647
|
+
warnings: Array<{
|
|
17648
|
+
warning_code: string;
|
|
17649
|
+
message: string;
|
|
17650
|
+
}>;
|
|
17273
17651
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17274
17652
|
visionline_metadata?: {
|
|
17275
17653
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
@@ -17316,6 +17694,14 @@ interface Routes {
|
|
|
17316
17694
|
workspace_id: string;
|
|
17317
17695
|
starts_at?: string | undefined;
|
|
17318
17696
|
ends_at?: string | undefined;
|
|
17697
|
+
errors: Array<{
|
|
17698
|
+
error_code: string;
|
|
17699
|
+
message: string;
|
|
17700
|
+
}>;
|
|
17701
|
+
warnings: Array<{
|
|
17702
|
+
warning_code: string;
|
|
17703
|
+
message: string;
|
|
17704
|
+
}>;
|
|
17319
17705
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17320
17706
|
visionline_metadata?: {
|
|
17321
17707
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
@@ -17361,6 +17747,14 @@ interface Routes {
|
|
|
17361
17747
|
workspace_id: string;
|
|
17362
17748
|
starts_at?: string | undefined;
|
|
17363
17749
|
ends_at?: string | undefined;
|
|
17750
|
+
errors: Array<{
|
|
17751
|
+
error_code: string;
|
|
17752
|
+
message: string;
|
|
17753
|
+
}>;
|
|
17754
|
+
warnings: Array<{
|
|
17755
|
+
warning_code: string;
|
|
17756
|
+
message: string;
|
|
17757
|
+
}>;
|
|
17364
17758
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17365
17759
|
visionline_metadata?: {
|
|
17366
17760
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
@@ -17402,6 +17796,14 @@ interface Routes {
|
|
|
17402
17796
|
workspace_id: string;
|
|
17403
17797
|
starts_at?: string | undefined;
|
|
17404
17798
|
ends_at?: string | undefined;
|
|
17799
|
+
errors: Array<{
|
|
17800
|
+
error_code: string;
|
|
17801
|
+
message: string;
|
|
17802
|
+
}>;
|
|
17803
|
+
warnings: Array<{
|
|
17804
|
+
warning_code: string;
|
|
17805
|
+
message: string;
|
|
17806
|
+
}>;
|
|
17405
17807
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17406
17808
|
visionline_metadata?: {
|
|
17407
17809
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
@@ -17437,6 +17839,14 @@ interface Routes {
|
|
|
17437
17839
|
workspace_id: string;
|
|
17438
17840
|
starts_at?: string | undefined;
|
|
17439
17841
|
ends_at?: string | undefined;
|
|
17842
|
+
errors: Array<{
|
|
17843
|
+
error_code: string;
|
|
17844
|
+
message: string;
|
|
17845
|
+
}>;
|
|
17846
|
+
warnings: Array<{
|
|
17847
|
+
warning_code: string;
|
|
17848
|
+
message: string;
|
|
17849
|
+
}>;
|
|
17440
17850
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17441
17851
|
visionline_metadata?: {
|
|
17442
17852
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
@@ -17472,6 +17882,14 @@ interface Routes {
|
|
|
17472
17882
|
workspace_id: string;
|
|
17473
17883
|
starts_at?: string | undefined;
|
|
17474
17884
|
ends_at?: string | undefined;
|
|
17885
|
+
errors: Array<{
|
|
17886
|
+
error_code: string;
|
|
17887
|
+
message: string;
|
|
17888
|
+
}>;
|
|
17889
|
+
warnings: Array<{
|
|
17890
|
+
warning_code: string;
|
|
17891
|
+
message: string;
|
|
17892
|
+
}>;
|
|
17475
17893
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17476
17894
|
visionline_metadata?: {
|
|
17477
17895
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
@@ -17572,6 +17990,14 @@ interface Routes {
|
|
|
17572
17990
|
workspace_id: string;
|
|
17573
17991
|
starts_at?: string | undefined;
|
|
17574
17992
|
ends_at?: string | undefined;
|
|
17993
|
+
errors: Array<{
|
|
17994
|
+
error_code: string;
|
|
17995
|
+
message: string;
|
|
17996
|
+
}>;
|
|
17997
|
+
warnings: Array<{
|
|
17998
|
+
warning_code: string;
|
|
17999
|
+
message: string;
|
|
18000
|
+
}>;
|
|
17575
18001
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17576
18002
|
visionline_metadata?: {
|
|
17577
18003
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
@@ -18413,7 +18839,7 @@ interface Routes {
|
|
|
18413
18839
|
schlage_metadata?: {
|
|
18414
18840
|
device_id: string;
|
|
18415
18841
|
device_name: string;
|
|
18416
|
-
access_code_length: number;
|
|
18842
|
+
access_code_length: number | null;
|
|
18417
18843
|
model?: string | undefined;
|
|
18418
18844
|
} | undefined;
|
|
18419
18845
|
smartthings_metadata?: {
|
|
@@ -18897,7 +19323,7 @@ interface Routes {
|
|
|
18897
19323
|
schlage_metadata?: {
|
|
18898
19324
|
device_id: string;
|
|
18899
19325
|
device_name: string;
|
|
18900
|
-
access_code_length: number;
|
|
19326
|
+
access_code_length: number | null;
|
|
18901
19327
|
model?: string | undefined;
|
|
18902
19328
|
} | undefined;
|
|
18903
19329
|
smartthings_metadata?: {
|
|
@@ -19700,7 +20126,7 @@ interface Routes {
|
|
|
19700
20126
|
schlage_metadata?: {
|
|
19701
20127
|
device_id: string;
|
|
19702
20128
|
device_name: string;
|
|
19703
|
-
access_code_length: number;
|
|
20129
|
+
access_code_length: number | null;
|
|
19704
20130
|
model?: string | undefined;
|
|
19705
20131
|
} | undefined;
|
|
19706
20132
|
smartthings_metadata?: {
|
|
@@ -20161,7 +20587,7 @@ interface Routes {
|
|
|
20161
20587
|
schlage_metadata?: {
|
|
20162
20588
|
device_id: string;
|
|
20163
20589
|
device_name: string;
|
|
20164
|
-
access_code_length: number;
|
|
20590
|
+
access_code_length: number | null;
|
|
20165
20591
|
model?: string | undefined;
|
|
20166
20592
|
} | undefined;
|
|
20167
20593
|
smartthings_metadata?: {
|
|
@@ -20645,7 +21071,7 @@ interface Routes {
|
|
|
20645
21071
|
schlage_metadata?: {
|
|
20646
21072
|
device_id: string;
|
|
20647
21073
|
device_name: string;
|
|
20648
|
-
access_code_length: number;
|
|
21074
|
+
access_code_length: number | null;
|
|
20649
21075
|
model?: string | undefined;
|
|
20650
21076
|
} | undefined;
|
|
20651
21077
|
smartthings_metadata?: {
|
|
@@ -21106,7 +21532,7 @@ interface Routes {
|
|
|
21106
21532
|
schlage_metadata?: {
|
|
21107
21533
|
device_id: string;
|
|
21108
21534
|
device_name: string;
|
|
21109
|
-
access_code_length: number;
|
|
21535
|
+
access_code_length: number | null;
|
|
21110
21536
|
model?: string | undefined;
|
|
21111
21537
|
} | undefined;
|
|
21112
21538
|
smartthings_metadata?: {
|
|
@@ -21774,6 +22200,17 @@ interface Routes {
|
|
|
21774
22200
|
formData: {};
|
|
21775
22201
|
jsonResponse: {};
|
|
21776
22202
|
};
|
|
22203
|
+
'/phones/deactivate': {
|
|
22204
|
+
route: '/phones/deactivate';
|
|
22205
|
+
method: 'DELETE' | 'POST';
|
|
22206
|
+
queryParams: {};
|
|
22207
|
+
jsonBody: {
|
|
22208
|
+
device_id: string;
|
|
22209
|
+
};
|
|
22210
|
+
commonParams: {};
|
|
22211
|
+
formData: {};
|
|
22212
|
+
jsonResponse: {};
|
|
22213
|
+
};
|
|
21777
22214
|
'/phones/list': {
|
|
21778
22215
|
route: '/phones/list';
|
|
21779
22216
|
method: 'GET' | 'POST';
|
|
@@ -22159,7 +22596,7 @@ interface Routes {
|
|
|
22159
22596
|
schlage_metadata?: {
|
|
22160
22597
|
device_id: string;
|
|
22161
22598
|
device_name: string;
|
|
22162
|
-
access_code_length: number;
|
|
22599
|
+
access_code_length: number | null;
|
|
22163
22600
|
model?: string | undefined;
|
|
22164
22601
|
} | undefined;
|
|
22165
22602
|
smartthings_metadata?: {
|
|
@@ -22673,7 +23110,7 @@ interface Routes {
|
|
|
22673
23110
|
schlage_metadata?: {
|
|
22674
23111
|
device_id: string;
|
|
22675
23112
|
device_name: string;
|
|
22676
|
-
access_code_length: number;
|
|
23113
|
+
access_code_length: number | null;
|
|
22677
23114
|
model?: string | undefined;
|
|
22678
23115
|
} | undefined;
|
|
22679
23116
|
smartthings_metadata?: {
|
|
@@ -23359,7 +23796,7 @@ interface Routes {
|
|
|
23359
23796
|
schlage_metadata?: {
|
|
23360
23797
|
device_id: string;
|
|
23361
23798
|
device_name: string;
|
|
23362
|
-
access_code_length: number;
|
|
23799
|
+
access_code_length: number | null;
|
|
23363
23800
|
model?: string | undefined;
|
|
23364
23801
|
} | undefined;
|
|
23365
23802
|
smartthings_metadata?: {
|