Skip to content

Commit a7ba076

Browse files
authored
feat: Sync with Seam API via 3fdf35a21650565da653975b6eb26a1bbf96302a (#2713)
1 parent 87fbbd8 commit a7ba076

2 files changed

Lines changed: 6 additions & 34 deletions

File tree

src/lib/seam/connect/openapi.ts

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -61649,7 +61649,7 @@ export default {
6164961649
'/seam/customer/v1/automations/update': {
6165061650
patch: {
6165161651
description:
61652-
'Updates the automation configuration for a customer portal workspace.\nSupports both console session and customer client session authentication.',
61652+
'Updates the automation configuration for a customer portal workspace.',
6165361653
operationId: 'seamCustomerV1AutomationsUpdatePatch',
6165461654
requestBody: {
6165561655
content: {
@@ -61918,11 +61918,7 @@ export default {
6191861918
400: { description: 'Bad Request' },
6191961919
401: { description: 'Unauthorized' },
6192061920
},
61921-
security: [
61922-
{ console_session_with_workspace: [] },
61923-
{ api_key: [] },
61924-
{ client_session_with_customer: [] },
61925-
],
61921+
security: [{ console_session_with_workspace: [] }, { api_key: [] }],
6192661922
summary: '/seam/customer/v1/automations/update',
6192761923
tags: [],
6192861924
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'automations'],
@@ -61933,7 +61929,7 @@ export default {
6193361929
},
6193461930
post: {
6193561931
description:
61936-
'Updates the automation configuration for a customer portal workspace.\nSupports both console session and customer client session authentication.',
61932+
'Updates the automation configuration for a customer portal workspace.',
6193761933
operationId: 'seamCustomerV1AutomationsUpdatePost',
6193861934
requestBody: {
6193961935
content: {
@@ -62202,11 +62198,7 @@ export default {
6220262198
400: { description: 'Bad Request' },
6220362199
401: { description: 'Unauthorized' },
6220462200
},
62205-
security: [
62206-
{ console_session_with_workspace: [] },
62207-
{ api_key: [] },
62208-
{ client_session_with_customer: [] },
62209-
],
62201+
security: [{ console_session_with_workspace: [] }, { api_key: [] }],
6221062202
summary: '/seam/customer/v1/automations/update',
6221162203
tags: [],
6221262204
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'automations'],
@@ -64065,12 +64057,7 @@ export default {
6406564057
},
6406664058
type: 'object',
6406764059
},
64068-
customer_key: {
64069-
description: 'Key of the customer.',
64070-
type: 'string',
64071-
},
6407264060
},
64073-
required: ['customer_key'],
6407464061
type: 'object',
6407564062
},
6407664063
},
@@ -64092,11 +64079,7 @@ export default {
6409264079
400: { description: 'Bad Request' },
6409364080
401: { description: 'Unauthorized' },
6409464081
},
64095-
security: [
64096-
{ pat_with_workspace: [] },
64097-
{ console_session_with_workspace: [] },
64098-
{ api_key: [] },
64099-
],
64082+
security: [{ client_session_with_customer: [] }],
6410064083
summary: '/seam/customer/v1/customers/automations/update',
6410164084
tags: [],
6410264085
'x-fern-sdk-group-name': [
@@ -64359,12 +64342,7 @@ export default {
6435964342
},
6436064343
type: 'object',
6436164344
},
64362-
customer_key: {
64363-
description: 'Key of the customer.',
64364-
type: 'string',
64365-
},
6436664345
},
64367-
required: ['customer_key'],
6436864346
type: 'object',
6436964347
},
6437064348
},
@@ -64386,11 +64364,7 @@ export default {
6438664364
400: { description: 'Bad Request' },
6438764365
401: { description: 'Unauthorized' },
6438864366
},
64389-
security: [
64390-
{ pat_with_workspace: [] },
64391-
{ console_session_with_workspace: [] },
64392-
{ api_key: [] },
64393-
],
64367+
security: [{ client_session_with_customer: [] }],
6439464368
summary: '/seam/customer/v1/customers/automations/update',
6439564369
tags: [],
6439664370
'x-fern-sdk-group-name': [

src/lib/seam/connect/route-types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69741,8 +69741,6 @@ export type Routes = {
6974169741
method: 'PATCH' | 'POST'
6974269742
queryParams: {}
6974369743
jsonBody: {
69744-
/** Key of the customer. */
69745-
customer_key: string
6974669744
/** Access automation rules configuration. */
6974769745
access_rules?:
6974869746
| {

0 commit comments

Comments
 (0)