@seamapi/types 1.746.0 → 1.747.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.
@@ -51005,15 +51005,9 @@ declare const _default: {
51005
51005
  security: ({
51006
51006
  console_session_with_workspace: never[];
51007
51007
  api_key?: never;
51008
- client_session_with_customer?: never;
51009
51008
  } | {
51010
51009
  api_key: never[];
51011
51010
  console_session_with_workspace?: never;
51012
- client_session_with_customer?: never;
51013
- } | {
51014
- client_session_with_customer: never[];
51015
- console_session_with_workspace?: never;
51016
- api_key?: never;
51017
51011
  })[];
51018
51012
  summary: string;
51019
51013
  tags: never[];
@@ -51316,15 +51310,9 @@ declare const _default: {
51316
51310
  security: ({
51317
51311
  console_session_with_workspace: never[];
51318
51312
  api_key?: never;
51319
- client_session_with_customer?: never;
51320
51313
  } | {
51321
51314
  api_key: never[];
51322
51315
  console_session_with_workspace?: never;
51323
- client_session_with_customer?: never;
51324
- } | {
51325
- client_session_with_customer: never[];
51326
- console_session_with_workspace?: never;
51327
- api_key?: never;
51328
51316
  })[];
51329
51317
  summary: string;
51330
51318
  tags: never[];
@@ -53338,12 +53326,7 @@ declare const _default: {
53338
53326
  };
53339
53327
  type: string;
53340
53328
  };
53341
- customer_key: {
53342
- description: string;
53343
- type: string;
53344
- };
53345
53329
  };
53346
- required: string[];
53347
53330
  type: string;
53348
53331
  };
53349
53332
  };
@@ -53373,19 +53356,9 @@ declare const _default: {
53373
53356
  description: string;
53374
53357
  };
53375
53358
  };
53376
- security: ({
53377
- pat_with_workspace: never[];
53378
- console_session_with_workspace?: never;
53379
- api_key?: never;
53380
- } | {
53381
- console_session_with_workspace: never[];
53382
- pat_with_workspace?: never;
53383
- api_key?: never;
53384
- } | {
53385
- api_key: never[];
53386
- pat_with_workspace?: never;
53387
- console_session_with_workspace?: never;
53388
- })[];
53359
+ security: {
53360
+ client_session_with_customer: never[];
53361
+ }[];
53389
53362
  summary: string;
53390
53363
  tags: never[];
53391
53364
  'x-fern-sdk-group-name': string[];
@@ -53653,12 +53626,7 @@ declare const _default: {
53653
53626
  };
53654
53627
  type: string;
53655
53628
  };
53656
- customer_key: {
53657
- description: string;
53658
- type: string;
53659
- };
53660
53629
  };
53661
- required: string[];
53662
53630
  type: string;
53663
53631
  };
53664
53632
  };
@@ -53688,19 +53656,9 @@ declare const _default: {
53688
53656
  description: string;
53689
53657
  };
53690
53658
  };
53691
- security: ({
53692
- pat_with_workspace: never[];
53693
- console_session_with_workspace?: never;
53694
- api_key?: never;
53695
- } | {
53696
- console_session_with_workspace: never[];
53697
- pat_with_workspace?: never;
53698
- api_key?: never;
53699
- } | {
53700
- api_key: never[];
53701
- pat_with_workspace?: never;
53702
- console_session_with_workspace?: never;
53703
- })[];
53659
+ security: {
53660
+ client_session_with_customer: never[];
53661
+ }[];
53704
53662
  summary: string;
53705
53663
  tags: never[];
53706
53664
  'x-fern-sdk-group-name': string[];
@@ -56536,7 +56536,7 @@ export default {
56536
56536
  },
56537
56537
  '/seam/customer/v1/automations/update': {
56538
56538
  patch: {
56539
- description: 'Updates the automation configuration for a customer portal workspace.\nSupports both console session and customer client session authentication.',
56539
+ description: 'Updates the automation configuration for a customer portal workspace.',
56540
56540
  operationId: 'seamCustomerV1AutomationsUpdatePatch',
56541
56541
  requestBody: {
56542
56542
  content: {
@@ -56805,11 +56805,7 @@ export default {
56805
56805
  400: { description: 'Bad Request' },
56806
56806
  401: { description: 'Unauthorized' },
56807
56807
  },
56808
- security: [
56809
- { console_session_with_workspace: [] },
56810
- { api_key: [] },
56811
- { client_session_with_customer: [] },
56812
- ],
56808
+ security: [{ console_session_with_workspace: [] }, { api_key: [] }],
56813
56809
  summary: '/seam/customer/v1/automations/update',
56814
56810
  tags: [],
56815
56811
  'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'automations'],
@@ -56819,7 +56815,7 @@ export default {
56819
56815
  'x-undocumented': 'Internal endpoint for customer portals.',
56820
56816
  },
56821
56817
  post: {
56822
- description: 'Updates the automation configuration for a customer portal workspace.\nSupports both console session and customer client session authentication.',
56818
+ description: 'Updates the automation configuration for a customer portal workspace.',
56823
56819
  operationId: 'seamCustomerV1AutomationsUpdatePost',
56824
56820
  requestBody: {
56825
56821
  content: {
@@ -57088,11 +57084,7 @@ export default {
57088
57084
  400: { description: 'Bad Request' },
57089
57085
  401: { description: 'Unauthorized' },
57090
57086
  },
57091
- security: [
57092
- { console_session_with_workspace: [] },
57093
- { api_key: [] },
57094
- { client_session_with_customer: [] },
57095
- ],
57087
+ security: [{ console_session_with_workspace: [] }, { api_key: [] }],
57096
57088
  summary: '/seam/customer/v1/automations/update',
57097
57089
  tags: [],
57098
57090
  'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'automations'],
@@ -58932,12 +58924,7 @@ export default {
58932
58924
  },
58933
58925
  type: 'object',
58934
58926
  },
58935
- customer_key: {
58936
- description: 'Key of the customer.',
58937
- type: 'string',
58938
- },
58939
58927
  },
58940
- required: ['customer_key'],
58941
58928
  type: 'object',
58942
58929
  },
58943
58930
  },
@@ -58959,11 +58946,7 @@ export default {
58959
58946
  400: { description: 'Bad Request' },
58960
58947
  401: { description: 'Unauthorized' },
58961
58948
  },
58962
- security: [
58963
- { pat_with_workspace: [] },
58964
- { console_session_with_workspace: [] },
58965
- { api_key: [] },
58966
- ],
58949
+ security: [{ client_session_with_customer: [] }],
58967
58950
  summary: '/seam/customer/v1/customers/automations/update',
58968
58951
  tags: [],
58969
58952
  'x-fern-sdk-group-name': [
@@ -59225,12 +59208,7 @@ export default {
59225
59208
  },
59226
59209
  type: 'object',
59227
59210
  },
59228
- customer_key: {
59229
- description: 'Key of the customer.',
59230
- type: 'string',
59231
- },
59232
59211
  },
59233
- required: ['customer_key'],
59234
59212
  type: 'object',
59235
59213
  },
59236
59214
  },
@@ -59252,11 +59230,7 @@ export default {
59252
59230
  400: { description: 'Bad Request' },
59253
59231
  401: { description: 'Unauthorized' },
59254
59232
  },
59255
- security: [
59256
- { pat_with_workspace: [] },
59257
- { console_session_with_workspace: [] },
59258
- { api_key: [] },
59259
- ],
59233
+ security: [{ client_session_with_customer: [] }],
59260
59234
  summary: '/seam/customer/v1/customers/automations/update',
59261
59235
  tags: [],
59262
59236
  'x-fern-sdk-group-name': [