@seamapi/types 1.840.0 → 1.841.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.
@@ -28593,11 +28593,6 @@ const openapi = {
28593
28593
  },
28594
28594
  },
28595
28595
  securitySchemes: {
28596
- access_token: {
28597
- bearerFormat: 'API Token',
28598
- scheme: 'bearer',
28599
- type: 'http',
28600
- },
28601
28596
  api_key: { bearerFormat: 'API Key', scheme: 'bearer', type: 'http' },
28602
28597
  bridge_client_session: {
28603
28598
  bearerFormat: 'Bridge Client Session Token',
@@ -29307,7 +29302,7 @@ const openapi = {
29307
29302
  },
29308
29303
  security: [
29309
29304
  { api_key: [] },
29310
- { access_token: [] },
29305
+ { pat_with_workspace: [] },
29311
29306
  { console_session_with_workspace: [] },
29312
29307
  { client_session: [] },
29313
29308
  { client_session_with_customer: [] },
@@ -29369,7 +29364,7 @@ const openapi = {
29369
29364
  },
29370
29365
  security: [
29371
29366
  { api_key: [] },
29372
- { access_token: [] },
29367
+ { pat_with_workspace: [] },
29373
29368
  { console_session_with_workspace: [] },
29374
29369
  { client_session: [] },
29375
29370
  { client_session_with_customer: [] },
@@ -41064,7 +41059,7 @@ const openapi = {
41064
41059
  },
41065
41060
  security: [
41066
41061
  { api_key: [] },
41067
- { access_token: [] },
41062
+ { pat_with_workspace: [] },
41068
41063
  { console_session_with_workspace: [] },
41069
41064
  { client_session_with_customer: [] },
41070
41065
  { client_session: [] },
@@ -41118,7 +41113,7 @@ const openapi = {
41118
41113
  },
41119
41114
  security: [
41120
41115
  { api_key: [] },
41121
- { access_token: [] },
41116
+ { pat_with_workspace: [] },
41122
41117
  { console_session_with_workspace: [] },
41123
41118
  { client_session_with_customer: [] },
41124
41119
  { client_session: [] },