@seamapi/types 1.569.0 → 1.570.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.
@@ -43214,23 +43214,15 @@ declare const _default: {
43214
43214
  };
43215
43215
  };
43216
43216
  security: ({
43217
- client_session_with_customer: never[];
43218
- pat_with_workspace?: never;
43219
- console_session_with_workspace?: never;
43220
- api_key?: never;
43221
- } | {
43222
43217
  pat_with_workspace: never[];
43223
- client_session_with_customer?: never;
43224
43218
  console_session_with_workspace?: never;
43225
43219
  api_key?: never;
43226
43220
  } | {
43227
43221
  console_session_with_workspace: never[];
43228
- client_session_with_customer?: never;
43229
43222
  pat_with_workspace?: never;
43230
43223
  api_key?: never;
43231
43224
  } | {
43232
43225
  api_key: never[];
43233
- client_session_with_customer?: never;
43234
43226
  pat_with_workspace?: never;
43235
43227
  console_session_with_workspace?: never;
43236
43228
  })[];
@@ -43353,23 +43345,15 @@ declare const _default: {
43353
43345
  };
43354
43346
  };
43355
43347
  security: ({
43356
- client_session_with_customer: never[];
43357
- pat_with_workspace?: never;
43358
- console_session_with_workspace?: never;
43359
- api_key?: never;
43360
- } | {
43361
43348
  pat_with_workspace: never[];
43362
- client_session_with_customer?: never;
43363
43349
  console_session_with_workspace?: never;
43364
43350
  api_key?: never;
43365
43351
  } | {
43366
43352
  console_session_with_workspace: never[];
43367
- client_session_with_customer?: never;
43368
43353
  pat_with_workspace?: never;
43369
43354
  api_key?: never;
43370
43355
  } | {
43371
43356
  api_key: never[];
43372
- client_session_with_customer?: never;
43373
43357
  pat_with_workspace?: never;
43374
43358
  console_session_with_workspace?: never;
43375
43359
  })[];
@@ -48156,7 +48156,6 @@ export default {
48156
48156
  401: { description: 'Unauthorized' },
48157
48157
  },
48158
48158
  security: [
48159
- { client_session_with_customer: [] },
48160
48159
  { pat_with_workspace: [] },
48161
48160
  { console_session_with_workspace: [] },
48162
48161
  { api_key: [] },
@@ -48270,7 +48269,6 @@ export default {
48270
48269
  401: { description: 'Unauthorized' },
48271
48270
  },
48272
48271
  security: [
48273
- { client_session_with_customer: [] },
48274
48272
  { pat_with_workspace: [] },
48275
48273
  { console_session_with_workspace: [] },
48276
48274
  { api_key: [] },