@seamapi/types 1.825.0 → 1.827.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.
@@ -1459,6 +1459,8 @@ export type Routes = {
1459
1459
  error_code: 'duplicate_code_on_device';
1460
1460
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
1461
1461
  unmanaged_access_code_id?: string | undefined;
1462
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
1463
+ managed_access_code_id?: string | undefined;
1462
1464
  } | {
1463
1465
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
1464
1466
  message: string;
@@ -2098,6 +2100,8 @@ export type Routes = {
2098
2100
  error_code: 'duplicate_code_on_device';
2099
2101
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
2100
2102
  unmanaged_access_code_id?: string | undefined;
2103
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
2104
+ managed_access_code_id?: string | undefined;
2101
2105
  } | {
2102
2106
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2103
2107
  message: string;
@@ -4083,6 +4087,8 @@ export type Routes = {
4083
4087
  error_code: 'duplicate_code_on_device';
4084
4088
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
4085
4089
  unmanaged_access_code_id?: string | undefined;
4090
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
4091
+ managed_access_code_id?: string | undefined;
4086
4092
  } | {
4087
4093
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
4088
4094
  message: string;
@@ -4768,6 +4774,8 @@ export type Routes = {
4768
4774
  error_code: 'duplicate_code_on_device';
4769
4775
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
4770
4776
  unmanaged_access_code_id?: string | undefined;
4777
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
4778
+ managed_access_code_id?: string | undefined;
4771
4779
  } | {
4772
4780
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
4773
4781
  message: string;
@@ -5396,6 +5404,8 @@ export type Routes = {
5396
5404
  error_code: 'duplicate_code_on_device';
5397
5405
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
5398
5406
  unmanaged_access_code_id?: string | undefined;
5407
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
5408
+ managed_access_code_id?: string | undefined;
5399
5409
  } | {
5400
5410
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5401
5411
  message: string;
@@ -6001,6 +6011,8 @@ export type Routes = {
6001
6011
  error_code: 'duplicate_code_on_device';
6002
6012
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
6003
6013
  unmanaged_access_code_id?: string | undefined;
6014
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
6015
+ managed_access_code_id?: string | undefined;
6004
6016
  } | {
6005
6017
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6006
6018
  message: string;
@@ -6641,6 +6653,8 @@ export type Routes = {
6641
6653
  error_code: 'duplicate_code_on_device';
6642
6654
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
6643
6655
  unmanaged_access_code_id?: string | undefined;
6656
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
6657
+ managed_access_code_id?: string | undefined;
6644
6658
  } | {
6645
6659
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6646
6660
  message: string;
@@ -8533,6 +8547,8 @@ export type Routes = {
8533
8547
  error_code: 'duplicate_code_on_device';
8534
8548
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
8535
8549
  unmanaged_access_code_id?: string | undefined;
8550
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
8551
+ managed_access_code_id?: string | undefined;
8536
8552
  } | {
8537
8553
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
8538
8554
  message: string;
@@ -9055,6 +9071,8 @@ export type Routes = {
9055
9071
  error_code: 'duplicate_code_on_device';
9056
9072
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
9057
9073
  unmanaged_access_code_id?: string | undefined;
9074
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
9075
+ managed_access_code_id?: string | undefined;
9058
9076
  } | {
9059
9077
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
9060
9078
  message: string;
@@ -99835,6 +99853,8 @@ export type Routes = {
99835
99853
  error_code: 'duplicate_code_on_device';
99836
99854
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
99837
99855
  unmanaged_access_code_id?: string | undefined;
99856
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
99857
+ managed_access_code_id?: string | undefined;
99838
99858
  } | {
99839
99859
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
99840
99860
  message: string;
@@ -100341,6 +100361,8 @@ export type Routes = {
100341
100361
  error_code: 'duplicate_code_on_device';
100342
100362
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
100343
100363
  unmanaged_access_code_id?: string | undefined;
100364
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
100365
+ managed_access_code_id?: string | undefined;
100344
100366
  } | {
100345
100367
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100346
100368
  message: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.825.0",
3
+ "version": "1.827.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -77,6 +77,13 @@ const duplicate_code_on_device = common_access_code_error
77
77
  .describe(
78
78
  'ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it.',
79
79
  ),
80
+ managed_access_code_id: z
81
+ .string()
82
+ .uuid()
83
+ .optional()
84
+ .describe(
85
+ 'ID of the managed access code that conflicts with this managed access code, when Seam can identify it.',
86
+ ),
80
87
  })
81
88
  .describe('Duplicate access code detected on device.')
82
89
 
@@ -277,6 +277,12 @@ const openapi: OpenAPISpec = {
277
277
  enum: [true],
278
278
  type: 'boolean',
279
279
  },
280
+ managed_access_code_id: {
281
+ description:
282
+ 'ID of the managed access code that conflicts with this managed access code, when Seam can identify it.',
283
+ format: 'uuid',
284
+ type: 'string',
285
+ },
280
286
  message: {
281
287
  description:
282
288
  'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
@@ -26478,6 +26484,12 @@ const openapi: OpenAPISpec = {
26478
26484
  enum: [true],
26479
26485
  type: 'boolean',
26480
26486
  },
26487
+ managed_access_code_id: {
26488
+ description:
26489
+ 'ID of the managed access code that conflicts with this managed access code, when Seam can identify it.',
26490
+ format: 'uuid',
26491
+ type: 'string',
26492
+ },
26481
26493
  message: {
26482
26494
  description:
26483
26495
  'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
@@ -71756,7 +71768,10 @@ const openapi: OpenAPISpec = {
71756
71768
  400: { description: 'Bad Request' },
71757
71769
  401: { description: 'Unauthorized' },
71758
71770
  },
71759
- security: [{ client_session_with_customer: [] }],
71771
+ security: [
71772
+ { client_session_with_customer: [] },
71773
+ { console_session_with_workspace: [] },
71774
+ ],
71760
71775
  summary: '/seam/customer/v1/spaces/create',
71761
71776
  tags: [],
71762
71777
  'x-draft': 'Early access.',
@@ -71826,7 +71841,10 @@ const openapi: OpenAPISpec = {
71826
71841
  400: { description: 'Bad Request' },
71827
71842
  401: { description: 'Unauthorized' },
71828
71843
  },
71829
- security: [{ client_session_with_customer: [] }],
71844
+ security: [
71845
+ { client_session_with_customer: [] },
71846
+ { console_session_with_workspace: [] },
71847
+ ],
71830
71848
  summary: '/seam/customer/v1/spaces/list',
71831
71849
  tags: [],
71832
71850
  'x-draft': 'Early access.',
@@ -71891,7 +71909,10 @@ const openapi: OpenAPISpec = {
71891
71909
  400: { description: 'Bad Request' },
71892
71910
  401: { description: 'Unauthorized' },
71893
71911
  },
71894
- security: [{ client_session_with_customer: [] }],
71912
+ security: [
71913
+ { client_session_with_customer: [] },
71914
+ { console_session_with_workspace: [] },
71915
+ ],
71895
71916
  summary: '/seam/customer/v1/spaces/list',
71896
71917
  tags: [],
71897
71918
  'x-draft': 'Early access.',
@@ -1673,6 +1673,8 @@ export type Routes = {
1673
1673
  error_code: 'duplicate_code_on_device'
1674
1674
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
1675
1675
  unmanaged_access_code_id?: string | undefined
1676
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
1677
+ managed_access_code_id?: string | undefined
1676
1678
  }
1677
1679
  | {
1678
1680
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -2376,6 +2378,8 @@ export type Routes = {
2376
2378
  error_code: 'duplicate_code_on_device'
2377
2379
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
2378
2380
  unmanaged_access_code_id?: string | undefined
2381
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
2382
+ managed_access_code_id?: string | undefined
2379
2383
  }
2380
2384
  | {
2381
2385
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -4633,6 +4637,8 @@ export type Routes = {
4633
4637
  error_code: 'duplicate_code_on_device'
4634
4638
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
4635
4639
  unmanaged_access_code_id?: string | undefined
4640
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
4641
+ managed_access_code_id?: string | undefined
4636
4642
  }
4637
4643
  | {
4638
4644
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -5423,6 +5429,8 @@ export type Routes = {
5423
5429
  error_code: 'duplicate_code_on_device'
5424
5430
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
5425
5431
  unmanaged_access_code_id?: string | undefined
5432
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
5433
+ managed_access_code_id?: string | undefined
5426
5434
  }
5427
5435
  | {
5428
5436
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -6115,6 +6123,8 @@ export type Routes = {
6115
6123
  error_code: 'duplicate_code_on_device'
6116
6124
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
6117
6125
  unmanaged_access_code_id?: string | undefined
6126
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
6127
+ managed_access_code_id?: string | undefined
6118
6128
  }
6119
6129
  | {
6120
6130
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -6784,6 +6794,8 @@ export type Routes = {
6784
6794
  error_code: 'duplicate_code_on_device'
6785
6795
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
6786
6796
  unmanaged_access_code_id?: string | undefined
6797
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
6798
+ managed_access_code_id?: string | undefined
6787
6799
  }
6788
6800
  | {
6789
6801
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -7488,6 +7500,8 @@ export type Routes = {
7488
7500
  error_code: 'duplicate_code_on_device'
7489
7501
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
7490
7502
  unmanaged_access_code_id?: string | undefined
7503
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
7504
+ managed_access_code_id?: string | undefined
7491
7505
  }
7492
7506
  | {
7493
7507
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -9645,6 +9659,8 @@ export type Routes = {
9645
9659
  error_code: 'duplicate_code_on_device'
9646
9660
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
9647
9661
  unmanaged_access_code_id?: string | undefined
9662
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
9663
+ managed_access_code_id?: string | undefined
9648
9664
  }
9649
9665
  | {
9650
9666
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -10224,6 +10240,8 @@ export type Routes = {
10224
10240
  error_code: 'duplicate_code_on_device'
10225
10241
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
10226
10242
  unmanaged_access_code_id?: string | undefined
10243
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
10244
+ managed_access_code_id?: string | undefined
10227
10245
  }
10228
10246
  | {
10229
10247
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -118726,6 +118744,8 @@ export type Routes = {
118726
118744
  error_code: 'duplicate_code_on_device'
118727
118745
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
118728
118746
  unmanaged_access_code_id?: string | undefined
118747
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
118748
+ managed_access_code_id?: string | undefined
118729
118749
  }
118730
118750
  | {
118731
118751
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -119291,6 +119311,8 @@ export type Routes = {
119291
119311
  error_code: 'duplicate_code_on_device'
119292
119312
  /** ID of the unmanaged access code that conflicts with this managed access code, when Seam can identify it. */
119293
119313
  unmanaged_access_code_id?: string | undefined
119314
+ /** ID of the managed access code that conflicts with this managed access code, when Seam can identify it. */
119315
+ managed_access_code_id?: string | undefined
119294
119316
  }
119295
119317
  | {
119296
119318
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */