@seamapi/types 1.626.0 → 1.627.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.
@@ -21218,14 +21218,22 @@ declare const _default: {
21218
21218
  pat_with_workspace: never[];
21219
21219
  console_session_with_workspace?: never;
21220
21220
  api_key?: never;
21221
+ client_session_with_customer?: never;
21221
21222
  } | {
21222
21223
  console_session_with_workspace: never[];
21223
21224
  pat_with_workspace?: never;
21224
21225
  api_key?: never;
21226
+ client_session_with_customer?: never;
21225
21227
  } | {
21226
21228
  api_key: never[];
21227
21229
  pat_with_workspace?: never;
21228
21230
  console_session_with_workspace?: never;
21231
+ client_session_with_customer?: never;
21232
+ } | {
21233
+ client_session_with_customer: never[];
21234
+ pat_with_workspace?: never;
21235
+ console_session_with_workspace?: never;
21236
+ api_key?: never;
21229
21237
  })[];
21230
21238
  summary: string;
21231
21239
  tags: never[];
@@ -21305,14 +21313,22 @@ declare const _default: {
21305
21313
  pat_with_workspace: never[];
21306
21314
  console_session_with_workspace?: never;
21307
21315
  api_key?: never;
21316
+ client_session_with_customer?: never;
21308
21317
  } | {
21309
21318
  console_session_with_workspace: never[];
21310
21319
  pat_with_workspace?: never;
21311
21320
  api_key?: never;
21321
+ client_session_with_customer?: never;
21312
21322
  } | {
21313
21323
  api_key: never[];
21314
21324
  pat_with_workspace?: never;
21315
21325
  console_session_with_workspace?: never;
21326
+ client_session_with_customer?: never;
21327
+ } | {
21328
+ client_session_with_customer: never[];
21329
+ pat_with_workspace?: never;
21330
+ console_session_with_workspace?: never;
21331
+ api_key?: never;
21316
21332
  })[];
21317
21333
  summary: string;
21318
21334
  tags: never[];
@@ -28553,6 +28553,7 @@ export default {
28553
28553
  { pat_with_workspace: [] },
28554
28554
  { console_session_with_workspace: [] },
28555
28555
  { api_key: [] },
28556
+ { client_session_with_customer: [] },
28556
28557
  ],
28557
28558
  summary: '/access_methods/list',
28558
28559
  tags: [],
@@ -28624,6 +28625,7 @@ export default {
28624
28625
  { pat_with_workspace: [] },
28625
28626
  { console_session_with_workspace: [] },
28626
28627
  { api_key: [] },
28628
+ { client_session_with_customer: [] },
28627
28629
  ],
28628
28630
  summary: '/access_methods/list',
28629
28631
  tags: [],