@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
|
@@ -5238,6 +5238,21 @@ declare const _default: {
|
|
|
5238
5238
|
ends_at: {
|
|
5239
5239
|
type: string;
|
|
5240
5240
|
};
|
|
5241
|
+
errors: {
|
|
5242
|
+
items: {
|
|
5243
|
+
properties: {
|
|
5244
|
+
error_code: {
|
|
5245
|
+
type: string;
|
|
5246
|
+
};
|
|
5247
|
+
message: {
|
|
5248
|
+
type: string;
|
|
5249
|
+
};
|
|
5250
|
+
};
|
|
5251
|
+
required: string[];
|
|
5252
|
+
type: string;
|
|
5253
|
+
};
|
|
5254
|
+
type: string;
|
|
5255
|
+
};
|
|
5241
5256
|
external_type: {
|
|
5242
5257
|
enum: string[];
|
|
5243
5258
|
type: string;
|
|
@@ -5281,6 +5296,21 @@ declare const _default: {
|
|
|
5281
5296
|
};
|
|
5282
5297
|
type: string;
|
|
5283
5298
|
};
|
|
5299
|
+
warnings: {
|
|
5300
|
+
items: {
|
|
5301
|
+
properties: {
|
|
5302
|
+
message: {
|
|
5303
|
+
type: string;
|
|
5304
|
+
};
|
|
5305
|
+
warning_code: {
|
|
5306
|
+
type: string;
|
|
5307
|
+
};
|
|
5308
|
+
};
|
|
5309
|
+
required: string[];
|
|
5310
|
+
type: string;
|
|
5311
|
+
};
|
|
5312
|
+
type: string;
|
|
5313
|
+
};
|
|
5284
5314
|
workspace_id: {
|
|
5285
5315
|
format: string;
|
|
5286
5316
|
type: string;
|
|
@@ -5389,6 +5419,21 @@ declare const _default: {
|
|
|
5389
5419
|
ends_at: {
|
|
5390
5420
|
type: string;
|
|
5391
5421
|
};
|
|
5422
|
+
errors: {
|
|
5423
|
+
items: {
|
|
5424
|
+
properties: {
|
|
5425
|
+
error_code: {
|
|
5426
|
+
type: string;
|
|
5427
|
+
};
|
|
5428
|
+
message: {
|
|
5429
|
+
type: string;
|
|
5430
|
+
};
|
|
5431
|
+
};
|
|
5432
|
+
required: string[];
|
|
5433
|
+
type: string;
|
|
5434
|
+
};
|
|
5435
|
+
type: string;
|
|
5436
|
+
};
|
|
5392
5437
|
external_type: {
|
|
5393
5438
|
enum: string[];
|
|
5394
5439
|
type: string;
|
|
@@ -5432,6 +5477,21 @@ declare const _default: {
|
|
|
5432
5477
|
};
|
|
5433
5478
|
type: string;
|
|
5434
5479
|
};
|
|
5480
|
+
warnings: {
|
|
5481
|
+
items: {
|
|
5482
|
+
properties: {
|
|
5483
|
+
message: {
|
|
5484
|
+
type: string;
|
|
5485
|
+
};
|
|
5486
|
+
warning_code: {
|
|
5487
|
+
type: string;
|
|
5488
|
+
};
|
|
5489
|
+
};
|
|
5490
|
+
required: string[];
|
|
5491
|
+
type: string;
|
|
5492
|
+
};
|
|
5493
|
+
type: string;
|
|
5494
|
+
};
|
|
5435
5495
|
workspace_id: {
|
|
5436
5496
|
format: string;
|
|
5437
5497
|
type: string;
|
|
@@ -5506,6 +5566,7 @@ declare const _default: {
|
|
|
5506
5566
|
type: string;
|
|
5507
5567
|
};
|
|
5508
5568
|
is_multi_phone_sync_credential: {
|
|
5569
|
+
default: boolean;
|
|
5509
5570
|
type: string;
|
|
5510
5571
|
};
|
|
5511
5572
|
starts_at: {
|
|
@@ -5585,6 +5646,21 @@ declare const _default: {
|
|
|
5585
5646
|
ends_at: {
|
|
5586
5647
|
type: string;
|
|
5587
5648
|
};
|
|
5649
|
+
errors: {
|
|
5650
|
+
items: {
|
|
5651
|
+
properties: {
|
|
5652
|
+
error_code: {
|
|
5653
|
+
type: string;
|
|
5654
|
+
};
|
|
5655
|
+
message: {
|
|
5656
|
+
type: string;
|
|
5657
|
+
};
|
|
5658
|
+
};
|
|
5659
|
+
required: string[];
|
|
5660
|
+
type: string;
|
|
5661
|
+
};
|
|
5662
|
+
type: string;
|
|
5663
|
+
};
|
|
5588
5664
|
external_type: {
|
|
5589
5665
|
enum: string[];
|
|
5590
5666
|
type: string;
|
|
@@ -5628,6 +5704,21 @@ declare const _default: {
|
|
|
5628
5704
|
};
|
|
5629
5705
|
type: string;
|
|
5630
5706
|
};
|
|
5707
|
+
warnings: {
|
|
5708
|
+
items: {
|
|
5709
|
+
properties: {
|
|
5710
|
+
message: {
|
|
5711
|
+
type: string;
|
|
5712
|
+
};
|
|
5713
|
+
warning_code: {
|
|
5714
|
+
type: string;
|
|
5715
|
+
};
|
|
5716
|
+
};
|
|
5717
|
+
required: string[];
|
|
5718
|
+
type: string;
|
|
5719
|
+
};
|
|
5720
|
+
type: string;
|
|
5721
|
+
};
|
|
5631
5722
|
workspace_id: {
|
|
5632
5723
|
format: string;
|
|
5633
5724
|
type: string;
|
|
@@ -5797,6 +5888,21 @@ declare const _default: {
|
|
|
5797
5888
|
ends_at: {
|
|
5798
5889
|
type: string;
|
|
5799
5890
|
};
|
|
5891
|
+
errors: {
|
|
5892
|
+
items: {
|
|
5893
|
+
properties: {
|
|
5894
|
+
error_code: {
|
|
5895
|
+
type: string;
|
|
5896
|
+
};
|
|
5897
|
+
message: {
|
|
5898
|
+
type: string;
|
|
5899
|
+
};
|
|
5900
|
+
};
|
|
5901
|
+
required: string[];
|
|
5902
|
+
type: string;
|
|
5903
|
+
};
|
|
5904
|
+
type: string;
|
|
5905
|
+
};
|
|
5800
5906
|
external_type: {
|
|
5801
5907
|
enum: string[];
|
|
5802
5908
|
type: string;
|
|
@@ -5840,6 +5946,21 @@ declare const _default: {
|
|
|
5840
5946
|
};
|
|
5841
5947
|
type: string;
|
|
5842
5948
|
};
|
|
5949
|
+
warnings: {
|
|
5950
|
+
items: {
|
|
5951
|
+
properties: {
|
|
5952
|
+
message: {
|
|
5953
|
+
type: string;
|
|
5954
|
+
};
|
|
5955
|
+
warning_code: {
|
|
5956
|
+
type: string;
|
|
5957
|
+
};
|
|
5958
|
+
};
|
|
5959
|
+
required: string[];
|
|
5960
|
+
type: string;
|
|
5961
|
+
};
|
|
5962
|
+
type: string;
|
|
5963
|
+
};
|
|
5843
5964
|
workspace_id: {
|
|
5844
5965
|
format: string;
|
|
5845
5966
|
type: string;
|
|
@@ -5988,6 +6109,21 @@ declare const _default: {
|
|
|
5988
6109
|
ends_at: {
|
|
5989
6110
|
type: string;
|
|
5990
6111
|
};
|
|
6112
|
+
errors: {
|
|
6113
|
+
items: {
|
|
6114
|
+
properties: {
|
|
6115
|
+
error_code: {
|
|
6116
|
+
type: string;
|
|
6117
|
+
};
|
|
6118
|
+
message: {
|
|
6119
|
+
type: string;
|
|
6120
|
+
};
|
|
6121
|
+
};
|
|
6122
|
+
required: string[];
|
|
6123
|
+
type: string;
|
|
6124
|
+
};
|
|
6125
|
+
type: string;
|
|
6126
|
+
};
|
|
5991
6127
|
external_type: {
|
|
5992
6128
|
enum: string[];
|
|
5993
6129
|
type: string;
|
|
@@ -6031,6 +6167,21 @@ declare const _default: {
|
|
|
6031
6167
|
};
|
|
6032
6168
|
type: string;
|
|
6033
6169
|
};
|
|
6170
|
+
warnings: {
|
|
6171
|
+
items: {
|
|
6172
|
+
properties: {
|
|
6173
|
+
message: {
|
|
6174
|
+
type: string;
|
|
6175
|
+
};
|
|
6176
|
+
warning_code: {
|
|
6177
|
+
type: string;
|
|
6178
|
+
};
|
|
6179
|
+
};
|
|
6180
|
+
required: string[];
|
|
6181
|
+
type: string;
|
|
6182
|
+
};
|
|
6183
|
+
type: string;
|
|
6184
|
+
};
|
|
6034
6185
|
workspace_id: {
|
|
6035
6186
|
format: string;
|
|
6036
6187
|
type: string;
|
|
@@ -6152,6 +6303,21 @@ declare const _default: {
|
|
|
6152
6303
|
ends_at: {
|
|
6153
6304
|
type: string;
|
|
6154
6305
|
};
|
|
6306
|
+
errors: {
|
|
6307
|
+
items: {
|
|
6308
|
+
properties: {
|
|
6309
|
+
error_code: {
|
|
6310
|
+
type: string;
|
|
6311
|
+
};
|
|
6312
|
+
message: {
|
|
6313
|
+
type: string;
|
|
6314
|
+
};
|
|
6315
|
+
};
|
|
6316
|
+
required: string[];
|
|
6317
|
+
type: string;
|
|
6318
|
+
};
|
|
6319
|
+
type: string;
|
|
6320
|
+
};
|
|
6155
6321
|
external_type: {
|
|
6156
6322
|
enum: string[];
|
|
6157
6323
|
type: string;
|
|
@@ -6195,6 +6361,21 @@ declare const _default: {
|
|
|
6195
6361
|
};
|
|
6196
6362
|
type: string;
|
|
6197
6363
|
};
|
|
6364
|
+
warnings: {
|
|
6365
|
+
items: {
|
|
6366
|
+
properties: {
|
|
6367
|
+
message: {
|
|
6368
|
+
type: string;
|
|
6369
|
+
};
|
|
6370
|
+
warning_code: {
|
|
6371
|
+
type: string;
|
|
6372
|
+
};
|
|
6373
|
+
};
|
|
6374
|
+
required: string[];
|
|
6375
|
+
type: string;
|
|
6376
|
+
};
|
|
6377
|
+
type: string;
|
|
6378
|
+
};
|
|
6198
6379
|
workspace_id: {
|
|
6199
6380
|
format: string;
|
|
6200
6381
|
type: string;
|
|
@@ -6303,6 +6484,21 @@ declare const _default: {
|
|
|
6303
6484
|
ends_at: {
|
|
6304
6485
|
type: string;
|
|
6305
6486
|
};
|
|
6487
|
+
errors: {
|
|
6488
|
+
items: {
|
|
6489
|
+
properties: {
|
|
6490
|
+
error_code: {
|
|
6491
|
+
type: string;
|
|
6492
|
+
};
|
|
6493
|
+
message: {
|
|
6494
|
+
type: string;
|
|
6495
|
+
};
|
|
6496
|
+
};
|
|
6497
|
+
required: string[];
|
|
6498
|
+
type: string;
|
|
6499
|
+
};
|
|
6500
|
+
type: string;
|
|
6501
|
+
};
|
|
6306
6502
|
external_type: {
|
|
6307
6503
|
enum: string[];
|
|
6308
6504
|
type: string;
|
|
@@ -6346,6 +6542,21 @@ declare const _default: {
|
|
|
6346
6542
|
};
|
|
6347
6543
|
type: string;
|
|
6348
6544
|
};
|
|
6545
|
+
warnings: {
|
|
6546
|
+
items: {
|
|
6547
|
+
properties: {
|
|
6548
|
+
message: {
|
|
6549
|
+
type: string;
|
|
6550
|
+
};
|
|
6551
|
+
warning_code: {
|
|
6552
|
+
type: string;
|
|
6553
|
+
};
|
|
6554
|
+
};
|
|
6555
|
+
required: string[];
|
|
6556
|
+
type: string;
|
|
6557
|
+
};
|
|
6558
|
+
type: string;
|
|
6559
|
+
};
|
|
6349
6560
|
workspace_id: {
|
|
6350
6561
|
format: string;
|
|
6351
6562
|
type: string;
|
|
@@ -6456,6 +6667,21 @@ declare const _default: {
|
|
|
6456
6667
|
ends_at: {
|
|
6457
6668
|
type: string;
|
|
6458
6669
|
};
|
|
6670
|
+
errors: {
|
|
6671
|
+
items: {
|
|
6672
|
+
properties: {
|
|
6673
|
+
error_code: {
|
|
6674
|
+
type: string;
|
|
6675
|
+
};
|
|
6676
|
+
message: {
|
|
6677
|
+
type: string;
|
|
6678
|
+
};
|
|
6679
|
+
};
|
|
6680
|
+
required: string[];
|
|
6681
|
+
type: string;
|
|
6682
|
+
};
|
|
6683
|
+
type: string;
|
|
6684
|
+
};
|
|
6459
6685
|
external_type: {
|
|
6460
6686
|
enum: string[];
|
|
6461
6687
|
type: string;
|
|
@@ -6499,6 +6725,21 @@ declare const _default: {
|
|
|
6499
6725
|
};
|
|
6500
6726
|
type: string;
|
|
6501
6727
|
};
|
|
6728
|
+
warnings: {
|
|
6729
|
+
items: {
|
|
6730
|
+
properties: {
|
|
6731
|
+
message: {
|
|
6732
|
+
type: string;
|
|
6733
|
+
};
|
|
6734
|
+
warning_code: {
|
|
6735
|
+
type: string;
|
|
6736
|
+
};
|
|
6737
|
+
};
|
|
6738
|
+
required: string[];
|
|
6739
|
+
type: string;
|
|
6740
|
+
};
|
|
6741
|
+
type: string;
|
|
6742
|
+
};
|
|
6502
6743
|
workspace_id: {
|
|
6503
6744
|
format: string;
|
|
6504
6745
|
type: string;
|
|
@@ -6606,6 +6847,21 @@ declare const _default: {
|
|
|
6606
6847
|
ends_at: {
|
|
6607
6848
|
type: string;
|
|
6608
6849
|
};
|
|
6850
|
+
errors: {
|
|
6851
|
+
items: {
|
|
6852
|
+
properties: {
|
|
6853
|
+
error_code: {
|
|
6854
|
+
type: string;
|
|
6855
|
+
};
|
|
6856
|
+
message: {
|
|
6857
|
+
type: string;
|
|
6858
|
+
};
|
|
6859
|
+
};
|
|
6860
|
+
required: string[];
|
|
6861
|
+
type: string;
|
|
6862
|
+
};
|
|
6863
|
+
type: string;
|
|
6864
|
+
};
|
|
6609
6865
|
external_type: {
|
|
6610
6866
|
enum: string[];
|
|
6611
6867
|
type: string;
|
|
@@ -6649,6 +6905,21 @@ declare const _default: {
|
|
|
6649
6905
|
};
|
|
6650
6906
|
type: string;
|
|
6651
6907
|
};
|
|
6908
|
+
warnings: {
|
|
6909
|
+
items: {
|
|
6910
|
+
properties: {
|
|
6911
|
+
message: {
|
|
6912
|
+
type: string;
|
|
6913
|
+
};
|
|
6914
|
+
warning_code: {
|
|
6915
|
+
type: string;
|
|
6916
|
+
};
|
|
6917
|
+
};
|
|
6918
|
+
required: string[];
|
|
6919
|
+
type: string;
|
|
6920
|
+
};
|
|
6921
|
+
type: string;
|
|
6922
|
+
};
|
|
6652
6923
|
workspace_id: {
|
|
6653
6924
|
format: string;
|
|
6654
6925
|
type: string;
|
|
@@ -7086,6 +7357,21 @@ declare const _default: {
|
|
|
7086
7357
|
ends_at: {
|
|
7087
7358
|
type: string;
|
|
7088
7359
|
};
|
|
7360
|
+
errors: {
|
|
7361
|
+
items: {
|
|
7362
|
+
properties: {
|
|
7363
|
+
error_code: {
|
|
7364
|
+
type: string;
|
|
7365
|
+
};
|
|
7366
|
+
message: {
|
|
7367
|
+
type: string;
|
|
7368
|
+
};
|
|
7369
|
+
};
|
|
7370
|
+
required: string[];
|
|
7371
|
+
type: string;
|
|
7372
|
+
};
|
|
7373
|
+
type: string;
|
|
7374
|
+
};
|
|
7089
7375
|
external_type: {
|
|
7090
7376
|
enum: string[];
|
|
7091
7377
|
type: string;
|
|
@@ -7129,6 +7415,21 @@ declare const _default: {
|
|
|
7129
7415
|
};
|
|
7130
7416
|
type: string;
|
|
7131
7417
|
};
|
|
7418
|
+
warnings: {
|
|
7419
|
+
items: {
|
|
7420
|
+
properties: {
|
|
7421
|
+
message: {
|
|
7422
|
+
type: string;
|
|
7423
|
+
};
|
|
7424
|
+
warning_code: {
|
|
7425
|
+
type: string;
|
|
7426
|
+
};
|
|
7427
|
+
};
|
|
7428
|
+
required: string[];
|
|
7429
|
+
type: string;
|
|
7430
|
+
};
|
|
7431
|
+
type: string;
|
|
7432
|
+
};
|
|
7132
7433
|
workspace_id: {
|
|
7133
7434
|
format: string;
|
|
7134
7435
|
type: string;
|
|
@@ -12479,6 +12780,75 @@ declare const _default: {
|
|
|
12479
12780
|
'x-fern-sdk-method-name': string;
|
|
12480
12781
|
};
|
|
12481
12782
|
};
|
|
12783
|
+
'/phones/deactivate': {
|
|
12784
|
+
post: {
|
|
12785
|
+
operationId: string;
|
|
12786
|
+
requestBody: {
|
|
12787
|
+
content: {
|
|
12788
|
+
'application/json': {
|
|
12789
|
+
schema: {
|
|
12790
|
+
properties: {
|
|
12791
|
+
device_id: {
|
|
12792
|
+
type: string;
|
|
12793
|
+
};
|
|
12794
|
+
};
|
|
12795
|
+
required: string[];
|
|
12796
|
+
type: string;
|
|
12797
|
+
};
|
|
12798
|
+
};
|
|
12799
|
+
};
|
|
12800
|
+
};
|
|
12801
|
+
responses: {
|
|
12802
|
+
200: {
|
|
12803
|
+
content: {
|
|
12804
|
+
'application/json': {
|
|
12805
|
+
schema: {
|
|
12806
|
+
properties: {
|
|
12807
|
+
ok: {
|
|
12808
|
+
type: string;
|
|
12809
|
+
};
|
|
12810
|
+
};
|
|
12811
|
+
required: string[];
|
|
12812
|
+
type: string;
|
|
12813
|
+
};
|
|
12814
|
+
};
|
|
12815
|
+
};
|
|
12816
|
+
description: string;
|
|
12817
|
+
};
|
|
12818
|
+
400: {
|
|
12819
|
+
description: string;
|
|
12820
|
+
};
|
|
12821
|
+
401: {
|
|
12822
|
+
description: string;
|
|
12823
|
+
};
|
|
12824
|
+
};
|
|
12825
|
+
security: ({
|
|
12826
|
+
client_session: never[];
|
|
12827
|
+
pat_with_workspace?: never;
|
|
12828
|
+
console_session?: never;
|
|
12829
|
+
api_key?: never;
|
|
12830
|
+
} | {
|
|
12831
|
+
pat_with_workspace: never[];
|
|
12832
|
+
client_session?: never;
|
|
12833
|
+
console_session?: never;
|
|
12834
|
+
api_key?: never;
|
|
12835
|
+
} | {
|
|
12836
|
+
console_session: never[];
|
|
12837
|
+
client_session?: never;
|
|
12838
|
+
pat_with_workspace?: never;
|
|
12839
|
+
api_key?: never;
|
|
12840
|
+
} | {
|
|
12841
|
+
api_key: never[];
|
|
12842
|
+
client_session?: never;
|
|
12843
|
+
pat_with_workspace?: never;
|
|
12844
|
+
console_session?: never;
|
|
12845
|
+
})[];
|
|
12846
|
+
summary: string;
|
|
12847
|
+
tags: string[];
|
|
12848
|
+
'x-fern-sdk-group-name': string[];
|
|
12849
|
+
'x-fern-sdk-method-name': string;
|
|
12850
|
+
};
|
|
12851
|
+
};
|
|
12482
12852
|
'/phones/list': {
|
|
12483
12853
|
post: {
|
|
12484
12854
|
operationId: string;
|