@seamapi/types 1.106.0 → 1.108.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 +296 -19
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +439 -2
- package/lib/seam/connect/openapi.d.ts +370 -0
- package/lib/seam/connect/openapi.js +286 -9
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +69 -2
- 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/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +286 -9
- package/src/lib/seam/connect/route-types.ts +69 -9
- package/src/lib/seam/connect/unstable/models/acs/credential.ts +12 -0
package/dist/connect.d.cts
CHANGED
|
@@ -5312,6 +5312,21 @@ declare const _default: {
|
|
|
5312
5312
|
ends_at: {
|
|
5313
5313
|
type: string;
|
|
5314
5314
|
};
|
|
5315
|
+
errors: {
|
|
5316
|
+
items: {
|
|
5317
|
+
properties: {
|
|
5318
|
+
error_code: {
|
|
5319
|
+
type: string;
|
|
5320
|
+
};
|
|
5321
|
+
message: {
|
|
5322
|
+
type: string;
|
|
5323
|
+
};
|
|
5324
|
+
};
|
|
5325
|
+
required: string[];
|
|
5326
|
+
type: string;
|
|
5327
|
+
};
|
|
5328
|
+
type: string;
|
|
5329
|
+
};
|
|
5315
5330
|
external_type: {
|
|
5316
5331
|
enum: string[];
|
|
5317
5332
|
type: string;
|
|
@@ -5355,6 +5370,21 @@ declare const _default: {
|
|
|
5355
5370
|
};
|
|
5356
5371
|
type: string;
|
|
5357
5372
|
};
|
|
5373
|
+
warnings: {
|
|
5374
|
+
items: {
|
|
5375
|
+
properties: {
|
|
5376
|
+
message: {
|
|
5377
|
+
type: string;
|
|
5378
|
+
};
|
|
5379
|
+
warning_code: {
|
|
5380
|
+
type: string;
|
|
5381
|
+
};
|
|
5382
|
+
};
|
|
5383
|
+
required: string[];
|
|
5384
|
+
type: string;
|
|
5385
|
+
};
|
|
5386
|
+
type: string;
|
|
5387
|
+
};
|
|
5358
5388
|
workspace_id: {
|
|
5359
5389
|
format: string;
|
|
5360
5390
|
type: string;
|
|
@@ -5463,6 +5493,21 @@ declare const _default: {
|
|
|
5463
5493
|
ends_at: {
|
|
5464
5494
|
type: string;
|
|
5465
5495
|
};
|
|
5496
|
+
errors: {
|
|
5497
|
+
items: {
|
|
5498
|
+
properties: {
|
|
5499
|
+
error_code: {
|
|
5500
|
+
type: string;
|
|
5501
|
+
};
|
|
5502
|
+
message: {
|
|
5503
|
+
type: string;
|
|
5504
|
+
};
|
|
5505
|
+
};
|
|
5506
|
+
required: string[];
|
|
5507
|
+
type: string;
|
|
5508
|
+
};
|
|
5509
|
+
type: string;
|
|
5510
|
+
};
|
|
5466
5511
|
external_type: {
|
|
5467
5512
|
enum: string[];
|
|
5468
5513
|
type: string;
|
|
@@ -5506,6 +5551,21 @@ declare const _default: {
|
|
|
5506
5551
|
};
|
|
5507
5552
|
type: string;
|
|
5508
5553
|
};
|
|
5554
|
+
warnings: {
|
|
5555
|
+
items: {
|
|
5556
|
+
properties: {
|
|
5557
|
+
message: {
|
|
5558
|
+
type: string;
|
|
5559
|
+
};
|
|
5560
|
+
warning_code: {
|
|
5561
|
+
type: string;
|
|
5562
|
+
};
|
|
5563
|
+
};
|
|
5564
|
+
required: string[];
|
|
5565
|
+
type: string;
|
|
5566
|
+
};
|
|
5567
|
+
type: string;
|
|
5568
|
+
};
|
|
5509
5569
|
workspace_id: {
|
|
5510
5570
|
format: string;
|
|
5511
5571
|
type: string;
|
|
@@ -5580,6 +5640,7 @@ declare const _default: {
|
|
|
5580
5640
|
type: string;
|
|
5581
5641
|
};
|
|
5582
5642
|
is_multi_phone_sync_credential: {
|
|
5643
|
+
default: boolean;
|
|
5583
5644
|
type: string;
|
|
5584
5645
|
};
|
|
5585
5646
|
starts_at: {
|
|
@@ -5659,6 +5720,21 @@ declare const _default: {
|
|
|
5659
5720
|
ends_at: {
|
|
5660
5721
|
type: string;
|
|
5661
5722
|
};
|
|
5723
|
+
errors: {
|
|
5724
|
+
items: {
|
|
5725
|
+
properties: {
|
|
5726
|
+
error_code: {
|
|
5727
|
+
type: string;
|
|
5728
|
+
};
|
|
5729
|
+
message: {
|
|
5730
|
+
type: string;
|
|
5731
|
+
};
|
|
5732
|
+
};
|
|
5733
|
+
required: string[];
|
|
5734
|
+
type: string;
|
|
5735
|
+
};
|
|
5736
|
+
type: string;
|
|
5737
|
+
};
|
|
5662
5738
|
external_type: {
|
|
5663
5739
|
enum: string[];
|
|
5664
5740
|
type: string;
|
|
@@ -5702,6 +5778,21 @@ declare const _default: {
|
|
|
5702
5778
|
};
|
|
5703
5779
|
type: string;
|
|
5704
5780
|
};
|
|
5781
|
+
warnings: {
|
|
5782
|
+
items: {
|
|
5783
|
+
properties: {
|
|
5784
|
+
message: {
|
|
5785
|
+
type: string;
|
|
5786
|
+
};
|
|
5787
|
+
warning_code: {
|
|
5788
|
+
type: string;
|
|
5789
|
+
};
|
|
5790
|
+
};
|
|
5791
|
+
required: string[];
|
|
5792
|
+
type: string;
|
|
5793
|
+
};
|
|
5794
|
+
type: string;
|
|
5795
|
+
};
|
|
5705
5796
|
workspace_id: {
|
|
5706
5797
|
format: string;
|
|
5707
5798
|
type: string;
|
|
@@ -5871,6 +5962,21 @@ declare const _default: {
|
|
|
5871
5962
|
ends_at: {
|
|
5872
5963
|
type: string;
|
|
5873
5964
|
};
|
|
5965
|
+
errors: {
|
|
5966
|
+
items: {
|
|
5967
|
+
properties: {
|
|
5968
|
+
error_code: {
|
|
5969
|
+
type: string;
|
|
5970
|
+
};
|
|
5971
|
+
message: {
|
|
5972
|
+
type: string;
|
|
5973
|
+
};
|
|
5974
|
+
};
|
|
5975
|
+
required: string[];
|
|
5976
|
+
type: string;
|
|
5977
|
+
};
|
|
5978
|
+
type: string;
|
|
5979
|
+
};
|
|
5874
5980
|
external_type: {
|
|
5875
5981
|
enum: string[];
|
|
5876
5982
|
type: string;
|
|
@@ -5914,6 +6020,21 @@ declare const _default: {
|
|
|
5914
6020
|
};
|
|
5915
6021
|
type: string;
|
|
5916
6022
|
};
|
|
6023
|
+
warnings: {
|
|
6024
|
+
items: {
|
|
6025
|
+
properties: {
|
|
6026
|
+
message: {
|
|
6027
|
+
type: string;
|
|
6028
|
+
};
|
|
6029
|
+
warning_code: {
|
|
6030
|
+
type: string;
|
|
6031
|
+
};
|
|
6032
|
+
};
|
|
6033
|
+
required: string[];
|
|
6034
|
+
type: string;
|
|
6035
|
+
};
|
|
6036
|
+
type: string;
|
|
6037
|
+
};
|
|
5917
6038
|
workspace_id: {
|
|
5918
6039
|
format: string;
|
|
5919
6040
|
type: string;
|
|
@@ -6062,6 +6183,21 @@ declare const _default: {
|
|
|
6062
6183
|
ends_at: {
|
|
6063
6184
|
type: string;
|
|
6064
6185
|
};
|
|
6186
|
+
errors: {
|
|
6187
|
+
items: {
|
|
6188
|
+
properties: {
|
|
6189
|
+
error_code: {
|
|
6190
|
+
type: string;
|
|
6191
|
+
};
|
|
6192
|
+
message: {
|
|
6193
|
+
type: string;
|
|
6194
|
+
};
|
|
6195
|
+
};
|
|
6196
|
+
required: string[];
|
|
6197
|
+
type: string;
|
|
6198
|
+
};
|
|
6199
|
+
type: string;
|
|
6200
|
+
};
|
|
6065
6201
|
external_type: {
|
|
6066
6202
|
enum: string[];
|
|
6067
6203
|
type: string;
|
|
@@ -6105,6 +6241,21 @@ declare const _default: {
|
|
|
6105
6241
|
};
|
|
6106
6242
|
type: string;
|
|
6107
6243
|
};
|
|
6244
|
+
warnings: {
|
|
6245
|
+
items: {
|
|
6246
|
+
properties: {
|
|
6247
|
+
message: {
|
|
6248
|
+
type: string;
|
|
6249
|
+
};
|
|
6250
|
+
warning_code: {
|
|
6251
|
+
type: string;
|
|
6252
|
+
};
|
|
6253
|
+
};
|
|
6254
|
+
required: string[];
|
|
6255
|
+
type: string;
|
|
6256
|
+
};
|
|
6257
|
+
type: string;
|
|
6258
|
+
};
|
|
6108
6259
|
workspace_id: {
|
|
6109
6260
|
format: string;
|
|
6110
6261
|
type: string;
|
|
@@ -6226,6 +6377,21 @@ declare const _default: {
|
|
|
6226
6377
|
ends_at: {
|
|
6227
6378
|
type: string;
|
|
6228
6379
|
};
|
|
6380
|
+
errors: {
|
|
6381
|
+
items: {
|
|
6382
|
+
properties: {
|
|
6383
|
+
error_code: {
|
|
6384
|
+
type: string;
|
|
6385
|
+
};
|
|
6386
|
+
message: {
|
|
6387
|
+
type: string;
|
|
6388
|
+
};
|
|
6389
|
+
};
|
|
6390
|
+
required: string[];
|
|
6391
|
+
type: string;
|
|
6392
|
+
};
|
|
6393
|
+
type: string;
|
|
6394
|
+
};
|
|
6229
6395
|
external_type: {
|
|
6230
6396
|
enum: string[];
|
|
6231
6397
|
type: string;
|
|
@@ -6269,6 +6435,21 @@ declare const _default: {
|
|
|
6269
6435
|
};
|
|
6270
6436
|
type: string;
|
|
6271
6437
|
};
|
|
6438
|
+
warnings: {
|
|
6439
|
+
items: {
|
|
6440
|
+
properties: {
|
|
6441
|
+
message: {
|
|
6442
|
+
type: string;
|
|
6443
|
+
};
|
|
6444
|
+
warning_code: {
|
|
6445
|
+
type: string;
|
|
6446
|
+
};
|
|
6447
|
+
};
|
|
6448
|
+
required: string[];
|
|
6449
|
+
type: string;
|
|
6450
|
+
};
|
|
6451
|
+
type: string;
|
|
6452
|
+
};
|
|
6272
6453
|
workspace_id: {
|
|
6273
6454
|
format: string;
|
|
6274
6455
|
type: string;
|
|
@@ -6377,6 +6558,21 @@ declare const _default: {
|
|
|
6377
6558
|
ends_at: {
|
|
6378
6559
|
type: string;
|
|
6379
6560
|
};
|
|
6561
|
+
errors: {
|
|
6562
|
+
items: {
|
|
6563
|
+
properties: {
|
|
6564
|
+
error_code: {
|
|
6565
|
+
type: string;
|
|
6566
|
+
};
|
|
6567
|
+
message: {
|
|
6568
|
+
type: string;
|
|
6569
|
+
};
|
|
6570
|
+
};
|
|
6571
|
+
required: string[];
|
|
6572
|
+
type: string;
|
|
6573
|
+
};
|
|
6574
|
+
type: string;
|
|
6575
|
+
};
|
|
6380
6576
|
external_type: {
|
|
6381
6577
|
enum: string[];
|
|
6382
6578
|
type: string;
|
|
@@ -6420,6 +6616,21 @@ declare const _default: {
|
|
|
6420
6616
|
};
|
|
6421
6617
|
type: string;
|
|
6422
6618
|
};
|
|
6619
|
+
warnings: {
|
|
6620
|
+
items: {
|
|
6621
|
+
properties: {
|
|
6622
|
+
message: {
|
|
6623
|
+
type: string;
|
|
6624
|
+
};
|
|
6625
|
+
warning_code: {
|
|
6626
|
+
type: string;
|
|
6627
|
+
};
|
|
6628
|
+
};
|
|
6629
|
+
required: string[];
|
|
6630
|
+
type: string;
|
|
6631
|
+
};
|
|
6632
|
+
type: string;
|
|
6633
|
+
};
|
|
6423
6634
|
workspace_id: {
|
|
6424
6635
|
format: string;
|
|
6425
6636
|
type: string;
|
|
@@ -6530,6 +6741,21 @@ declare const _default: {
|
|
|
6530
6741
|
ends_at: {
|
|
6531
6742
|
type: string;
|
|
6532
6743
|
};
|
|
6744
|
+
errors: {
|
|
6745
|
+
items: {
|
|
6746
|
+
properties: {
|
|
6747
|
+
error_code: {
|
|
6748
|
+
type: string;
|
|
6749
|
+
};
|
|
6750
|
+
message: {
|
|
6751
|
+
type: string;
|
|
6752
|
+
};
|
|
6753
|
+
};
|
|
6754
|
+
required: string[];
|
|
6755
|
+
type: string;
|
|
6756
|
+
};
|
|
6757
|
+
type: string;
|
|
6758
|
+
};
|
|
6533
6759
|
external_type: {
|
|
6534
6760
|
enum: string[];
|
|
6535
6761
|
type: string;
|
|
@@ -6573,6 +6799,21 @@ declare const _default: {
|
|
|
6573
6799
|
};
|
|
6574
6800
|
type: string;
|
|
6575
6801
|
};
|
|
6802
|
+
warnings: {
|
|
6803
|
+
items: {
|
|
6804
|
+
properties: {
|
|
6805
|
+
message: {
|
|
6806
|
+
type: string;
|
|
6807
|
+
};
|
|
6808
|
+
warning_code: {
|
|
6809
|
+
type: string;
|
|
6810
|
+
};
|
|
6811
|
+
};
|
|
6812
|
+
required: string[];
|
|
6813
|
+
type: string;
|
|
6814
|
+
};
|
|
6815
|
+
type: string;
|
|
6816
|
+
};
|
|
6576
6817
|
workspace_id: {
|
|
6577
6818
|
format: string;
|
|
6578
6819
|
type: string;
|
|
@@ -6680,6 +6921,21 @@ declare const _default: {
|
|
|
6680
6921
|
ends_at: {
|
|
6681
6922
|
type: string;
|
|
6682
6923
|
};
|
|
6924
|
+
errors: {
|
|
6925
|
+
items: {
|
|
6926
|
+
properties: {
|
|
6927
|
+
error_code: {
|
|
6928
|
+
type: string;
|
|
6929
|
+
};
|
|
6930
|
+
message: {
|
|
6931
|
+
type: string;
|
|
6932
|
+
};
|
|
6933
|
+
};
|
|
6934
|
+
required: string[];
|
|
6935
|
+
type: string;
|
|
6936
|
+
};
|
|
6937
|
+
type: string;
|
|
6938
|
+
};
|
|
6683
6939
|
external_type: {
|
|
6684
6940
|
enum: string[];
|
|
6685
6941
|
type: string;
|
|
@@ -6723,6 +6979,21 @@ declare const _default: {
|
|
|
6723
6979
|
};
|
|
6724
6980
|
type: string;
|
|
6725
6981
|
};
|
|
6982
|
+
warnings: {
|
|
6983
|
+
items: {
|
|
6984
|
+
properties: {
|
|
6985
|
+
message: {
|
|
6986
|
+
type: string;
|
|
6987
|
+
};
|
|
6988
|
+
warning_code: {
|
|
6989
|
+
type: string;
|
|
6990
|
+
};
|
|
6991
|
+
};
|
|
6992
|
+
required: string[];
|
|
6993
|
+
type: string;
|
|
6994
|
+
};
|
|
6995
|
+
type: string;
|
|
6996
|
+
};
|
|
6726
6997
|
workspace_id: {
|
|
6727
6998
|
format: string;
|
|
6728
6999
|
type: string;
|
|
@@ -7160,6 +7431,21 @@ declare const _default: {
|
|
|
7160
7431
|
ends_at: {
|
|
7161
7432
|
type: string;
|
|
7162
7433
|
};
|
|
7434
|
+
errors: {
|
|
7435
|
+
items: {
|
|
7436
|
+
properties: {
|
|
7437
|
+
error_code: {
|
|
7438
|
+
type: string;
|
|
7439
|
+
};
|
|
7440
|
+
message: {
|
|
7441
|
+
type: string;
|
|
7442
|
+
};
|
|
7443
|
+
};
|
|
7444
|
+
required: string[];
|
|
7445
|
+
type: string;
|
|
7446
|
+
};
|
|
7447
|
+
type: string;
|
|
7448
|
+
};
|
|
7163
7449
|
external_type: {
|
|
7164
7450
|
enum: string[];
|
|
7165
7451
|
type: string;
|
|
@@ -7203,6 +7489,21 @@ declare const _default: {
|
|
|
7203
7489
|
};
|
|
7204
7490
|
type: string;
|
|
7205
7491
|
};
|
|
7492
|
+
warnings: {
|
|
7493
|
+
items: {
|
|
7494
|
+
properties: {
|
|
7495
|
+
message: {
|
|
7496
|
+
type: string;
|
|
7497
|
+
};
|
|
7498
|
+
warning_code: {
|
|
7499
|
+
type: string;
|
|
7500
|
+
};
|
|
7501
|
+
};
|
|
7502
|
+
required: string[];
|
|
7503
|
+
type: string;
|
|
7504
|
+
};
|
|
7505
|
+
type: string;
|
|
7506
|
+
};
|
|
7206
7507
|
workspace_id: {
|
|
7207
7508
|
format: string;
|
|
7208
7509
|
type: string;
|
|
@@ -12553,6 +12854,75 @@ declare const _default: {
|
|
|
12553
12854
|
'x-fern-sdk-method-name': string;
|
|
12554
12855
|
};
|
|
12555
12856
|
};
|
|
12857
|
+
'/phones/deactivate': {
|
|
12858
|
+
post: {
|
|
12859
|
+
operationId: string;
|
|
12860
|
+
requestBody: {
|
|
12861
|
+
content: {
|
|
12862
|
+
'application/json': {
|
|
12863
|
+
schema: {
|
|
12864
|
+
properties: {
|
|
12865
|
+
device_id: {
|
|
12866
|
+
type: string;
|
|
12867
|
+
};
|
|
12868
|
+
};
|
|
12869
|
+
required: string[];
|
|
12870
|
+
type: string;
|
|
12871
|
+
};
|
|
12872
|
+
};
|
|
12873
|
+
};
|
|
12874
|
+
};
|
|
12875
|
+
responses: {
|
|
12876
|
+
200: {
|
|
12877
|
+
content: {
|
|
12878
|
+
'application/json': {
|
|
12879
|
+
schema: {
|
|
12880
|
+
properties: {
|
|
12881
|
+
ok: {
|
|
12882
|
+
type: string;
|
|
12883
|
+
};
|
|
12884
|
+
};
|
|
12885
|
+
required: string[];
|
|
12886
|
+
type: string;
|
|
12887
|
+
};
|
|
12888
|
+
};
|
|
12889
|
+
};
|
|
12890
|
+
description: string;
|
|
12891
|
+
};
|
|
12892
|
+
400: {
|
|
12893
|
+
description: string;
|
|
12894
|
+
};
|
|
12895
|
+
401: {
|
|
12896
|
+
description: string;
|
|
12897
|
+
};
|
|
12898
|
+
};
|
|
12899
|
+
security: ({
|
|
12900
|
+
client_session: never[];
|
|
12901
|
+
pat_with_workspace?: never;
|
|
12902
|
+
console_session?: never;
|
|
12903
|
+
api_key?: never;
|
|
12904
|
+
} | {
|
|
12905
|
+
pat_with_workspace: never[];
|
|
12906
|
+
client_session?: never;
|
|
12907
|
+
console_session?: never;
|
|
12908
|
+
api_key?: never;
|
|
12909
|
+
} | {
|
|
12910
|
+
console_session: never[];
|
|
12911
|
+
client_session?: never;
|
|
12912
|
+
pat_with_workspace?: never;
|
|
12913
|
+
api_key?: never;
|
|
12914
|
+
} | {
|
|
12915
|
+
api_key: never[];
|
|
12916
|
+
client_session?: never;
|
|
12917
|
+
pat_with_workspace?: never;
|
|
12918
|
+
console_session?: never;
|
|
12919
|
+
})[];
|
|
12920
|
+
summary: string;
|
|
12921
|
+
tags: string[];
|
|
12922
|
+
'x-fern-sdk-group-name': string[];
|
|
12923
|
+
'x-fern-sdk-method-name': string;
|
|
12924
|
+
};
|
|
12925
|
+
};
|
|
12556
12926
|
'/phones/list': {
|
|
12557
12927
|
post: {
|
|
12558
12928
|
operationId: string;
|
|
@@ -17269,6 +17639,14 @@ interface Routes {
|
|
|
17269
17639
|
workspace_id: string;
|
|
17270
17640
|
starts_at?: string | undefined;
|
|
17271
17641
|
ends_at?: string | undefined;
|
|
17642
|
+
errors: Array<{
|
|
17643
|
+
error_code: string;
|
|
17644
|
+
message: string;
|
|
17645
|
+
}>;
|
|
17646
|
+
warnings: Array<{
|
|
17647
|
+
warning_code: string;
|
|
17648
|
+
message: string;
|
|
17649
|
+
}>;
|
|
17272
17650
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17273
17651
|
visionline_metadata?: {
|
|
17274
17652
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
@@ -17287,8 +17665,8 @@ interface Routes {
|
|
|
17287
17665
|
acs_user_id: string;
|
|
17288
17666
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
17289
17667
|
code?: string | undefined;
|
|
17290
|
-
is_multi_phone_sync_credential?: boolean
|
|
17291
|
-
external_type?:
|
|
17668
|
+
is_multi_phone_sync_credential?: boolean;
|
|
17669
|
+
external_type?: 'visionline_card' | undefined;
|
|
17292
17670
|
visionline_metadata?: {
|
|
17293
17671
|
assa_abloy_credential_service_mobile_endpoint_id?: string | undefined;
|
|
17294
17672
|
card_format?: ('TLCode' | 'rfid48') | undefined;
|
|
@@ -17315,6 +17693,14 @@ interface Routes {
|
|
|
17315
17693
|
workspace_id: string;
|
|
17316
17694
|
starts_at?: string | undefined;
|
|
17317
17695
|
ends_at?: string | undefined;
|
|
17696
|
+
errors: Array<{
|
|
17697
|
+
error_code: string;
|
|
17698
|
+
message: string;
|
|
17699
|
+
}>;
|
|
17700
|
+
warnings: Array<{
|
|
17701
|
+
warning_code: string;
|
|
17702
|
+
message: string;
|
|
17703
|
+
}>;
|
|
17318
17704
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17319
17705
|
visionline_metadata?: {
|
|
17320
17706
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
@@ -17360,6 +17746,14 @@ interface Routes {
|
|
|
17360
17746
|
workspace_id: string;
|
|
17361
17747
|
starts_at?: string | undefined;
|
|
17362
17748
|
ends_at?: string | undefined;
|
|
17749
|
+
errors: Array<{
|
|
17750
|
+
error_code: string;
|
|
17751
|
+
message: string;
|
|
17752
|
+
}>;
|
|
17753
|
+
warnings: Array<{
|
|
17754
|
+
warning_code: string;
|
|
17755
|
+
message: string;
|
|
17756
|
+
}>;
|
|
17363
17757
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17364
17758
|
visionline_metadata?: {
|
|
17365
17759
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
@@ -17401,6 +17795,14 @@ interface Routes {
|
|
|
17401
17795
|
workspace_id: string;
|
|
17402
17796
|
starts_at?: string | undefined;
|
|
17403
17797
|
ends_at?: string | undefined;
|
|
17798
|
+
errors: Array<{
|
|
17799
|
+
error_code: string;
|
|
17800
|
+
message: string;
|
|
17801
|
+
}>;
|
|
17802
|
+
warnings: Array<{
|
|
17803
|
+
warning_code: string;
|
|
17804
|
+
message: string;
|
|
17805
|
+
}>;
|
|
17404
17806
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17405
17807
|
visionline_metadata?: {
|
|
17406
17808
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
@@ -17436,6 +17838,14 @@ interface Routes {
|
|
|
17436
17838
|
workspace_id: string;
|
|
17437
17839
|
starts_at?: string | undefined;
|
|
17438
17840
|
ends_at?: string | undefined;
|
|
17841
|
+
errors: Array<{
|
|
17842
|
+
error_code: string;
|
|
17843
|
+
message: string;
|
|
17844
|
+
}>;
|
|
17845
|
+
warnings: Array<{
|
|
17846
|
+
warning_code: string;
|
|
17847
|
+
message: string;
|
|
17848
|
+
}>;
|
|
17439
17849
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17440
17850
|
visionline_metadata?: {
|
|
17441
17851
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
@@ -17471,6 +17881,14 @@ interface Routes {
|
|
|
17471
17881
|
workspace_id: string;
|
|
17472
17882
|
starts_at?: string | undefined;
|
|
17473
17883
|
ends_at?: string | undefined;
|
|
17884
|
+
errors: Array<{
|
|
17885
|
+
error_code: string;
|
|
17886
|
+
message: string;
|
|
17887
|
+
}>;
|
|
17888
|
+
warnings: Array<{
|
|
17889
|
+
warning_code: string;
|
|
17890
|
+
message: string;
|
|
17891
|
+
}>;
|
|
17474
17892
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17475
17893
|
visionline_metadata?: {
|
|
17476
17894
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
@@ -17571,6 +17989,14 @@ interface Routes {
|
|
|
17571
17989
|
workspace_id: string;
|
|
17572
17990
|
starts_at?: string | undefined;
|
|
17573
17991
|
ends_at?: string | undefined;
|
|
17992
|
+
errors: Array<{
|
|
17993
|
+
error_code: string;
|
|
17994
|
+
message: string;
|
|
17995
|
+
}>;
|
|
17996
|
+
warnings: Array<{
|
|
17997
|
+
warning_code: string;
|
|
17998
|
+
message: string;
|
|
17999
|
+
}>;
|
|
17574
18000
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
17575
18001
|
visionline_metadata?: {
|
|
17576
18002
|
joiner_acs_credential_ids?: string[] | undefined;
|
|
@@ -21773,6 +22199,17 @@ interface Routes {
|
|
|
21773
22199
|
formData: {};
|
|
21774
22200
|
jsonResponse: {};
|
|
21775
22201
|
};
|
|
22202
|
+
'/phones/deactivate': {
|
|
22203
|
+
route: '/phones/deactivate';
|
|
22204
|
+
method: 'DELETE' | 'POST';
|
|
22205
|
+
queryParams: {};
|
|
22206
|
+
jsonBody: {
|
|
22207
|
+
device_id: string;
|
|
22208
|
+
};
|
|
22209
|
+
commonParams: {};
|
|
22210
|
+
formData: {};
|
|
22211
|
+
jsonResponse: {};
|
|
22212
|
+
};
|
|
21776
22213
|
'/phones/list': {
|
|
21777
22214
|
route: '/phones/list';
|
|
21778
22215
|
method: 'GET' | 'POST';
|