@seamapi/types 1.839.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: [] },
@@ -64628,6 +64623,11 @@ const openapi = {
64628
64623
  },
64629
64624
  type: 'array',
64630
64625
  },
64626
+ connected_account_id: {
64627
+ format: 'uuid',
64628
+ nullable: true,
64629
+ type: 'string',
64630
+ },
64631
64631
  created_at: { format: 'date-time', type: 'string' },
64632
64632
  ends_at: {
64633
64633
  format: 'date-time',
@@ -64740,6 +64740,7 @@ const openapi = {
64740
64740
  'spaces',
64741
64741
  'access_grant_id',
64742
64742
  'access_methods',
64743
+ 'connected_account_id',
64743
64744
  'last_automation_result',
64744
64745
  ],
64745
64746
  type: 'object',
@@ -64839,6 +64840,11 @@ const openapi = {
64839
64840
  },
64840
64841
  type: 'array',
64841
64842
  },
64843
+ connected_account_id: {
64844
+ format: 'uuid',
64845
+ nullable: true,
64846
+ type: 'string',
64847
+ },
64842
64848
  created_at: { format: 'date-time', type: 'string' },
64843
64849
  ends_at: {
64844
64850
  format: 'date-time',
@@ -64951,6 +64957,7 @@ const openapi = {
64951
64957
  'spaces',
64952
64958
  'access_grant_id',
64953
64959
  'access_methods',
64960
+ 'connected_account_id',
64954
64961
  'last_automation_result',
64955
64962
  ],
64956
64963
  type: 'object',
@@ -65144,6 +65151,11 @@ const openapi = {
65144
65151
  },
65145
65152
  type: 'array',
65146
65153
  },
65154
+ connected_account_id: {
65155
+ format: 'uuid',
65156
+ nullable: true,
65157
+ type: 'string',
65158
+ },
65147
65159
  created_at: { format: 'date-time', type: 'string' },
65148
65160
  ends_at: {
65149
65161
  format: 'date-time',
@@ -65269,6 +65281,7 @@ const openapi = {
65269
65281
  'pending_mutations',
65270
65282
  'access_methods',
65271
65283
  'spaces',
65284
+ 'connected_account_id',
65272
65285
  'last_automation_result',
65273
65286
  ],
65274
65287
  type: 'object',
@@ -65435,6 +65448,11 @@ const openapi = {
65435
65448
  },
65436
65449
  type: 'array',
65437
65450
  },
65451
+ connected_account_id: {
65452
+ format: 'uuid',
65453
+ nullable: true,
65454
+ type: 'string',
65455
+ },
65438
65456
  created_at: { format: 'date-time', type: 'string' },
65439
65457
  ends_at: {
65440
65458
  format: 'date-time',
@@ -65560,6 +65578,7 @@ const openapi = {
65560
65578
  'pending_mutations',
65561
65579
  'access_methods',
65562
65580
  'spaces',
65581
+ 'connected_account_id',
65563
65582
  'last_automation_result',
65564
65583
  ],
65565
65584
  type: 'object',