@seamapi/types 1.629.0 → 1.631.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.
@@ -43793,9 +43793,13 @@ declare const _default: {
43793
43793
  description: string;
43794
43794
  };
43795
43795
  };
43796
- security: {
43796
+ security: ({
43797
43797
  api_key: never[];
43798
- }[];
43798
+ console_session_with_workspace?: never;
43799
+ } | {
43800
+ console_session_with_workspace: never[];
43801
+ api_key?: never;
43802
+ })[];
43799
43803
  summary: string;
43800
43804
  tags: never[];
43801
43805
  'x-fern-sdk-group-name': string[];
@@ -54265,14 +54269,22 @@ declare const _default: {
54265
54269
  api_key: never[];
54266
54270
  pat_with_workspace?: never;
54267
54271
  console_session_with_workspace?: never;
54272
+ client_session_with_customer?: never;
54268
54273
  } | {
54269
54274
  pat_with_workspace: never[];
54270
54275
  api_key?: never;
54271
54276
  console_session_with_workspace?: never;
54277
+ client_session_with_customer?: never;
54272
54278
  } | {
54273
54279
  console_session_with_workspace: never[];
54274
54280
  api_key?: never;
54275
54281
  pat_with_workspace?: never;
54282
+ client_session_with_customer?: never;
54283
+ } | {
54284
+ client_session_with_customer: never[];
54285
+ api_key?: never;
54286
+ pat_with_workspace?: never;
54287
+ console_session_with_workspace?: never;
54276
54288
  })[];
54277
54289
  summary: string;
54278
54290
  tags: string[];
@@ -54345,14 +54357,22 @@ declare const _default: {
54345
54357
  api_key: never[];
54346
54358
  pat_with_workspace?: never;
54347
54359
  console_session_with_workspace?: never;
54360
+ client_session_with_customer?: never;
54348
54361
  } | {
54349
54362
  pat_with_workspace: never[];
54350
54363
  api_key?: never;
54351
54364
  console_session_with_workspace?: never;
54365
+ client_session_with_customer?: never;
54352
54366
  } | {
54353
54367
  console_session_with_workspace: never[];
54354
54368
  api_key?: never;
54355
54369
  pat_with_workspace?: never;
54370
+ client_session_with_customer?: never;
54371
+ } | {
54372
+ client_session_with_customer: never[];
54373
+ api_key?: never;
54374
+ pat_with_workspace?: never;
54375
+ console_session_with_workspace?: never;
54356
54376
  })[];
54357
54377
  summary: string;
54358
54378
  tags: string[];
@@ -48613,7 +48613,7 @@ export default {
48613
48613
  400: { description: 'Bad Request' },
48614
48614
  401: { description: 'Unauthorized' },
48615
48615
  },
48616
- security: [{ api_key: [] }],
48616
+ security: [{ api_key: [] }, { console_session_with_workspace: [] }],
48617
48617
  summary: '/seam/customer/v1/connectors/sync',
48618
48618
  tags: [],
48619
48619
  'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'connectors'],
@@ -57365,6 +57365,7 @@ export default {
57365
57365
  { api_key: [] },
57366
57366
  { pat_with_workspace: [] },
57367
57367
  { console_session_with_workspace: [] },
57368
+ { client_session_with_customer: [] },
57368
57369
  ],
57369
57370
  summary: '/user_identities/get',
57370
57371
  tags: ['/user_identities'],
@@ -57428,6 +57429,7 @@ export default {
57428
57429
  { api_key: [] },
57429
57430
  { pat_with_workspace: [] },
57430
57431
  { console_session_with_workspace: [] },
57432
+ { client_session_with_customer: [] },
57431
57433
  ],
57432
57434
  summary: '/user_identities/get',
57433
57435
  tags: ['/user_identities'],