@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.
@@ -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;
@@ -5660,6 +5720,21 @@ declare const _default: {
5660
5720
  ends_at: {
5661
5721
  type: string;
5662
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
+ };
5663
5738
  external_type: {
5664
5739
  enum: string[];
5665
5740
  type: string;
@@ -5703,6 +5778,21 @@ declare const _default: {
5703
5778
  };
5704
5779
  type: string;
5705
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
+ };
5706
5796
  workspace_id: {
5707
5797
  format: string;
5708
5798
  type: string;
@@ -5872,6 +5962,21 @@ declare const _default: {
5872
5962
  ends_at: {
5873
5963
  type: string;
5874
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
+ };
5875
5980
  external_type: {
5876
5981
  enum: string[];
5877
5982
  type: string;
@@ -5915,6 +6020,21 @@ declare const _default: {
5915
6020
  };
5916
6021
  type: string;
5917
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
+ };
5918
6038
  workspace_id: {
5919
6039
  format: string;
5920
6040
  type: string;
@@ -6063,6 +6183,21 @@ declare const _default: {
6063
6183
  ends_at: {
6064
6184
  type: string;
6065
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
+ };
6066
6201
  external_type: {
6067
6202
  enum: string[];
6068
6203
  type: string;
@@ -6106,6 +6241,21 @@ declare const _default: {
6106
6241
  };
6107
6242
  type: string;
6108
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
+ };
6109
6259
  workspace_id: {
6110
6260
  format: string;
6111
6261
  type: string;
@@ -6227,6 +6377,21 @@ declare const _default: {
6227
6377
  ends_at: {
6228
6378
  type: string;
6229
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
+ };
6230
6395
  external_type: {
6231
6396
  enum: string[];
6232
6397
  type: string;
@@ -6270,6 +6435,21 @@ declare const _default: {
6270
6435
  };
6271
6436
  type: string;
6272
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
+ };
6273
6453
  workspace_id: {
6274
6454
  format: string;
6275
6455
  type: string;
@@ -6378,6 +6558,21 @@ declare const _default: {
6378
6558
  ends_at: {
6379
6559
  type: string;
6380
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
+ };
6381
6576
  external_type: {
6382
6577
  enum: string[];
6383
6578
  type: string;
@@ -6421,6 +6616,21 @@ declare const _default: {
6421
6616
  };
6422
6617
  type: string;
6423
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
+ };
6424
6634
  workspace_id: {
6425
6635
  format: string;
6426
6636
  type: string;
@@ -6531,6 +6741,21 @@ declare const _default: {
6531
6741
  ends_at: {
6532
6742
  type: string;
6533
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
+ };
6534
6759
  external_type: {
6535
6760
  enum: string[];
6536
6761
  type: string;
@@ -6574,6 +6799,21 @@ declare const _default: {
6574
6799
  };
6575
6800
  type: string;
6576
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
+ };
6577
6817
  workspace_id: {
6578
6818
  format: string;
6579
6819
  type: string;
@@ -6681,6 +6921,21 @@ declare const _default: {
6681
6921
  ends_at: {
6682
6922
  type: string;
6683
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
+ };
6684
6939
  external_type: {
6685
6940
  enum: string[];
6686
6941
  type: string;
@@ -6724,6 +6979,21 @@ declare const _default: {
6724
6979
  };
6725
6980
  type: string;
6726
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
+ };
6727
6997
  workspace_id: {
6728
6998
  format: string;
6729
6999
  type: string;
@@ -7161,6 +7431,21 @@ declare const _default: {
7161
7431
  ends_at: {
7162
7432
  type: string;
7163
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
+ };
7164
7449
  external_type: {
7165
7450
  enum: string[];
7166
7451
  type: string;
@@ -7204,6 +7489,21 @@ declare const _default: {
7204
7489
  };
7205
7490
  type: string;
7206
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
+ };
7207
7507
  workspace_id: {
7208
7508
  format: string;
7209
7509
  type: string;
@@ -12554,6 +12854,75 @@ declare const _default: {
12554
12854
  'x-fern-sdk-method-name': string;
12555
12855
  };
12556
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
+ };
12557
12926
  '/phones/list': {
12558
12927
  post: {
12559
12928
  operationId: string;
@@ -17270,6 +17639,14 @@ interface Routes {
17270
17639
  workspace_id: string;
17271
17640
  starts_at?: string | undefined;
17272
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
+ }>;
17273
17650
  is_multi_phone_sync_credential?: boolean | undefined;
17274
17651
  visionline_metadata?: {
17275
17652
  joiner_acs_credential_ids?: string[] | undefined;
@@ -17316,6 +17693,14 @@ interface Routes {
17316
17693
  workspace_id: string;
17317
17694
  starts_at?: string | undefined;
17318
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
+ }>;
17319
17704
  is_multi_phone_sync_credential?: boolean | undefined;
17320
17705
  visionline_metadata?: {
17321
17706
  joiner_acs_credential_ids?: string[] | undefined;
@@ -17361,6 +17746,14 @@ interface Routes {
17361
17746
  workspace_id: string;
17362
17747
  starts_at?: string | undefined;
17363
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
+ }>;
17364
17757
  is_multi_phone_sync_credential?: boolean | undefined;
17365
17758
  visionline_metadata?: {
17366
17759
  joiner_acs_credential_ids?: string[] | undefined;
@@ -17402,6 +17795,14 @@ interface Routes {
17402
17795
  workspace_id: string;
17403
17796
  starts_at?: string | undefined;
17404
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
+ }>;
17405
17806
  is_multi_phone_sync_credential?: boolean | undefined;
17406
17807
  visionline_metadata?: {
17407
17808
  joiner_acs_credential_ids?: string[] | undefined;
@@ -17437,6 +17838,14 @@ interface Routes {
17437
17838
  workspace_id: string;
17438
17839
  starts_at?: string | undefined;
17439
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
+ }>;
17440
17849
  is_multi_phone_sync_credential?: boolean | undefined;
17441
17850
  visionline_metadata?: {
17442
17851
  joiner_acs_credential_ids?: string[] | undefined;
@@ -17472,6 +17881,14 @@ interface Routes {
17472
17881
  workspace_id: string;
17473
17882
  starts_at?: string | undefined;
17474
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
+ }>;
17475
17892
  is_multi_phone_sync_credential?: boolean | undefined;
17476
17893
  visionline_metadata?: {
17477
17894
  joiner_acs_credential_ids?: string[] | undefined;
@@ -17572,6 +17989,14 @@ interface Routes {
17572
17989
  workspace_id: string;
17573
17990
  starts_at?: string | undefined;
17574
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
+ }>;
17575
18000
  is_multi_phone_sync_credential?: boolean | undefined;
17576
18001
  visionline_metadata?: {
17577
18002
  joiner_acs_credential_ids?: string[] | undefined;
@@ -21774,6 +22199,17 @@ interface Routes {
21774
22199
  formData: {};
21775
22200
  jsonResponse: {};
21776
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
+ };
21777
22213
  '/phones/list': {
21778
22214
  route: '/phones/list';
21779
22215
  method: 'GET' | 'POST';