@seamapi/types 1.107.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.
@@ -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;
@@ -5586,6 +5646,21 @@ declare const _default: {
5586
5646
  ends_at: {
5587
5647
  type: string;
5588
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
+ };
5589
5664
  external_type: {
5590
5665
  enum: string[];
5591
5666
  type: string;
@@ -5629,6 +5704,21 @@ declare const _default: {
5629
5704
  };
5630
5705
  type: string;
5631
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
+ };
5632
5722
  workspace_id: {
5633
5723
  format: string;
5634
5724
  type: string;
@@ -5798,6 +5888,21 @@ declare const _default: {
5798
5888
  ends_at: {
5799
5889
  type: string;
5800
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
+ };
5801
5906
  external_type: {
5802
5907
  enum: string[];
5803
5908
  type: string;
@@ -5841,6 +5946,21 @@ declare const _default: {
5841
5946
  };
5842
5947
  type: string;
5843
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
+ };
5844
5964
  workspace_id: {
5845
5965
  format: string;
5846
5966
  type: string;
@@ -5989,6 +6109,21 @@ declare const _default: {
5989
6109
  ends_at: {
5990
6110
  type: string;
5991
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
+ };
5992
6127
  external_type: {
5993
6128
  enum: string[];
5994
6129
  type: string;
@@ -6032,6 +6167,21 @@ declare const _default: {
6032
6167
  };
6033
6168
  type: string;
6034
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
+ };
6035
6185
  workspace_id: {
6036
6186
  format: string;
6037
6187
  type: string;
@@ -6153,6 +6303,21 @@ declare const _default: {
6153
6303
  ends_at: {
6154
6304
  type: string;
6155
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
+ };
6156
6321
  external_type: {
6157
6322
  enum: string[];
6158
6323
  type: string;
@@ -6196,6 +6361,21 @@ declare const _default: {
6196
6361
  };
6197
6362
  type: string;
6198
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
+ };
6199
6379
  workspace_id: {
6200
6380
  format: string;
6201
6381
  type: string;
@@ -6304,6 +6484,21 @@ declare const _default: {
6304
6484
  ends_at: {
6305
6485
  type: string;
6306
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
+ };
6307
6502
  external_type: {
6308
6503
  enum: string[];
6309
6504
  type: string;
@@ -6347,6 +6542,21 @@ declare const _default: {
6347
6542
  };
6348
6543
  type: string;
6349
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
+ };
6350
6560
  workspace_id: {
6351
6561
  format: string;
6352
6562
  type: string;
@@ -6457,6 +6667,21 @@ declare const _default: {
6457
6667
  ends_at: {
6458
6668
  type: string;
6459
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
+ };
6460
6685
  external_type: {
6461
6686
  enum: string[];
6462
6687
  type: string;
@@ -6500,6 +6725,21 @@ declare const _default: {
6500
6725
  };
6501
6726
  type: string;
6502
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
+ };
6503
6743
  workspace_id: {
6504
6744
  format: string;
6505
6745
  type: string;
@@ -6607,6 +6847,21 @@ declare const _default: {
6607
6847
  ends_at: {
6608
6848
  type: string;
6609
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
+ };
6610
6865
  external_type: {
6611
6866
  enum: string[];
6612
6867
  type: string;
@@ -6650,6 +6905,21 @@ declare const _default: {
6650
6905
  };
6651
6906
  type: string;
6652
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
+ };
6653
6923
  workspace_id: {
6654
6924
  format: string;
6655
6925
  type: string;
@@ -7087,6 +7357,21 @@ declare const _default: {
7087
7357
  ends_at: {
7088
7358
  type: string;
7089
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
+ };
7090
7375
  external_type: {
7091
7376
  enum: string[];
7092
7377
  type: string;
@@ -7130,6 +7415,21 @@ declare const _default: {
7130
7415
  };
7131
7416
  type: string;
7132
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
+ };
7133
7433
  workspace_id: {
7134
7434
  format: string;
7135
7435
  type: string;
@@ -12480,6 +12780,75 @@ declare const _default: {
12480
12780
  'x-fern-sdk-method-name': string;
12481
12781
  };
12482
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
+ };
12483
12852
  '/phones/list': {
12484
12853
  post: {
12485
12854
  operationId: string;