@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.
- package/dist/connect.cjs +6 -32
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +6 -50
- package/dist/index.cjs +6 -32
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +6 -48
- package/lib/seam/connect/openapi.js +6 -32
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +6 -32
- package/src/lib/seam/connect/route-types.ts +0 -2
|
@@ -58739,8 +58739,6 @@ export type Routes = {
|
|
|
58739
58739
|
method: 'PATCH' | 'POST';
|
|
58740
58740
|
queryParams: {};
|
|
58741
58741
|
jsonBody: {
|
|
58742
|
-
/** Key of the customer. */
|
|
58743
|
-
customer_key: string;
|
|
58744
58742
|
/** Access automation rules configuration. */
|
|
58745
58743
|
access_rules?: {
|
|
58746
58744
|
reservation_created?: {
|
package/package.json
CHANGED
|
@@ -61649,7 +61649,7 @@ export default {
|
|
|
61649
61649
|
'/seam/customer/v1/automations/update': {
|
|
61650
61650
|
patch: {
|
|
61651
61651
|
description:
|
|
61652
|
-
'Updates the automation configuration for a customer portal workspace
|
|
61652
|
+
'Updates the automation configuration for a customer portal workspace.',
|
|
61653
61653
|
operationId: 'seamCustomerV1AutomationsUpdatePatch',
|
|
61654
61654
|
requestBody: {
|
|
61655
61655
|
content: {
|
|
@@ -61918,11 +61918,7 @@ export default {
|
|
|
61918
61918
|
400: { description: 'Bad Request' },
|
|
61919
61919
|
401: { description: 'Unauthorized' },
|
|
61920
61920
|
},
|
|
61921
|
-
security: [
|
|
61922
|
-
{ console_session_with_workspace: [] },
|
|
61923
|
-
{ api_key: [] },
|
|
61924
|
-
{ client_session_with_customer: [] },
|
|
61925
|
-
],
|
|
61921
|
+
security: [{ console_session_with_workspace: [] }, { api_key: [] }],
|
|
61926
61922
|
summary: '/seam/customer/v1/automations/update',
|
|
61927
61923
|
tags: [],
|
|
61928
61924
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'automations'],
|
|
@@ -61933,7 +61929,7 @@ export default {
|
|
|
61933
61929
|
},
|
|
61934
61930
|
post: {
|
|
61935
61931
|
description:
|
|
61936
|
-
'Updates the automation configuration for a customer portal workspace
|
|
61932
|
+
'Updates the automation configuration for a customer portal workspace.',
|
|
61937
61933
|
operationId: 'seamCustomerV1AutomationsUpdatePost',
|
|
61938
61934
|
requestBody: {
|
|
61939
61935
|
content: {
|
|
@@ -62202,11 +62198,7 @@ export default {
|
|
|
62202
62198
|
400: { description: 'Bad Request' },
|
|
62203
62199
|
401: { description: 'Unauthorized' },
|
|
62204
62200
|
},
|
|
62205
|
-
security: [
|
|
62206
|
-
{ console_session_with_workspace: [] },
|
|
62207
|
-
{ api_key: [] },
|
|
62208
|
-
{ client_session_with_customer: [] },
|
|
62209
|
-
],
|
|
62201
|
+
security: [{ console_session_with_workspace: [] }, { api_key: [] }],
|
|
62210
62202
|
summary: '/seam/customer/v1/automations/update',
|
|
62211
62203
|
tags: [],
|
|
62212
62204
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'automations'],
|
|
@@ -64065,12 +64057,7 @@ export default {
|
|
|
64065
64057
|
},
|
|
64066
64058
|
type: 'object',
|
|
64067
64059
|
},
|
|
64068
|
-
customer_key: {
|
|
64069
|
-
description: 'Key of the customer.',
|
|
64070
|
-
type: 'string',
|
|
64071
|
-
},
|
|
64072
64060
|
},
|
|
64073
|
-
required: ['customer_key'],
|
|
64074
64061
|
type: 'object',
|
|
64075
64062
|
},
|
|
64076
64063
|
},
|
|
@@ -64092,11 +64079,7 @@ export default {
|
|
|
64092
64079
|
400: { description: 'Bad Request' },
|
|
64093
64080
|
401: { description: 'Unauthorized' },
|
|
64094
64081
|
},
|
|
64095
|
-
security: [
|
|
64096
|
-
{ pat_with_workspace: [] },
|
|
64097
|
-
{ console_session_with_workspace: [] },
|
|
64098
|
-
{ api_key: [] },
|
|
64099
|
-
],
|
|
64082
|
+
security: [{ client_session_with_customer: [] }],
|
|
64100
64083
|
summary: '/seam/customer/v1/customers/automations/update',
|
|
64101
64084
|
tags: [],
|
|
64102
64085
|
'x-fern-sdk-group-name': [
|
|
@@ -64359,12 +64342,7 @@ export default {
|
|
|
64359
64342
|
},
|
|
64360
64343
|
type: 'object',
|
|
64361
64344
|
},
|
|
64362
|
-
customer_key: {
|
|
64363
|
-
description: 'Key of the customer.',
|
|
64364
|
-
type: 'string',
|
|
64365
|
-
},
|
|
64366
64345
|
},
|
|
64367
|
-
required: ['customer_key'],
|
|
64368
64346
|
type: 'object',
|
|
64369
64347
|
},
|
|
64370
64348
|
},
|
|
@@ -64386,11 +64364,7 @@ export default {
|
|
|
64386
64364
|
400: { description: 'Bad Request' },
|
|
64387
64365
|
401: { description: 'Unauthorized' },
|
|
64388
64366
|
},
|
|
64389
|
-
security: [
|
|
64390
|
-
{ pat_with_workspace: [] },
|
|
64391
|
-
{ console_session_with_workspace: [] },
|
|
64392
|
-
{ api_key: [] },
|
|
64393
|
-
],
|
|
64367
|
+
security: [{ client_session_with_customer: [] }],
|
|
64394
64368
|
summary: '/seam/customer/v1/customers/automations/update',
|
|
64395
64369
|
tags: [],
|
|
64396
64370
|
'x-fern-sdk-group-name': [
|
|
@@ -69741,8 +69741,6 @@ export type Routes = {
|
|
|
69741
69741
|
method: 'PATCH' | 'POST'
|
|
69742
69742
|
queryParams: {}
|
|
69743
69743
|
jsonBody: {
|
|
69744
|
-
/** Key of the customer. */
|
|
69745
|
-
customer_key: string
|
|
69746
69744
|
/** Access automation rules configuration. */
|
|
69747
69745
|
access_rules?:
|
|
69748
69746
|
| {
|