@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
package/dist/connect.cjs
CHANGED
|
@@ -63079,7 +63079,7 @@ var openapi_default = {
|
|
|
63079
63079
|
},
|
|
63080
63080
|
"/seam/customer/v1/automations/update": {
|
|
63081
63081
|
patch: {
|
|
63082
|
-
description: "Updates the automation configuration for a customer portal workspace
|
|
63082
|
+
description: "Updates the automation configuration for a customer portal workspace.",
|
|
63083
63083
|
operationId: "seamCustomerV1AutomationsUpdatePatch",
|
|
63084
63084
|
requestBody: {
|
|
63085
63085
|
content: {
|
|
@@ -63348,11 +63348,7 @@ var openapi_default = {
|
|
|
63348
63348
|
400: { description: "Bad Request" },
|
|
63349
63349
|
401: { description: "Unauthorized" }
|
|
63350
63350
|
},
|
|
63351
|
-
security: [
|
|
63352
|
-
{ console_session_with_workspace: [] },
|
|
63353
|
-
{ api_key: [] },
|
|
63354
|
-
{ client_session_with_customer: [] }
|
|
63355
|
-
],
|
|
63351
|
+
security: [{ console_session_with_workspace: [] }, { api_key: [] }],
|
|
63356
63352
|
summary: "/seam/customer/v1/automations/update",
|
|
63357
63353
|
tags: [],
|
|
63358
63354
|
"x-fern-sdk-group-name": ["seam", "customer", "v1", "automations"],
|
|
@@ -63362,7 +63358,7 @@ var openapi_default = {
|
|
|
63362
63358
|
"x-undocumented": "Internal endpoint for customer portals."
|
|
63363
63359
|
},
|
|
63364
63360
|
post: {
|
|
63365
|
-
description: "Updates the automation configuration for a customer portal workspace
|
|
63361
|
+
description: "Updates the automation configuration for a customer portal workspace.",
|
|
63366
63362
|
operationId: "seamCustomerV1AutomationsUpdatePost",
|
|
63367
63363
|
requestBody: {
|
|
63368
63364
|
content: {
|
|
@@ -63631,11 +63627,7 @@ var openapi_default = {
|
|
|
63631
63627
|
400: { description: "Bad Request" },
|
|
63632
63628
|
401: { description: "Unauthorized" }
|
|
63633
63629
|
},
|
|
63634
|
-
security: [
|
|
63635
|
-
{ console_session_with_workspace: [] },
|
|
63636
|
-
{ api_key: [] },
|
|
63637
|
-
{ client_session_with_customer: [] }
|
|
63638
|
-
],
|
|
63630
|
+
security: [{ console_session_with_workspace: [] }, { api_key: [] }],
|
|
63639
63631
|
summary: "/seam/customer/v1/automations/update",
|
|
63640
63632
|
tags: [],
|
|
63641
63633
|
"x-fern-sdk-group-name": ["seam", "customer", "v1", "automations"],
|
|
@@ -65474,13 +65466,8 @@ var openapi_default = {
|
|
|
65474
65466
|
}
|
|
65475
65467
|
},
|
|
65476
65468
|
type: "object"
|
|
65477
|
-
},
|
|
65478
|
-
customer_key: {
|
|
65479
|
-
description: "Key of the customer.",
|
|
65480
|
-
type: "string"
|
|
65481
65469
|
}
|
|
65482
65470
|
},
|
|
65483
|
-
required: ["customer_key"],
|
|
65484
65471
|
type: "object"
|
|
65485
65472
|
}
|
|
65486
65473
|
}
|
|
@@ -65502,11 +65489,7 @@ var openapi_default = {
|
|
|
65502
65489
|
400: { description: "Bad Request" },
|
|
65503
65490
|
401: { description: "Unauthorized" }
|
|
65504
65491
|
},
|
|
65505
|
-
security: [
|
|
65506
|
-
{ pat_with_workspace: [] },
|
|
65507
|
-
{ console_session_with_workspace: [] },
|
|
65508
|
-
{ api_key: [] }
|
|
65509
|
-
],
|
|
65492
|
+
security: [{ client_session_with_customer: [] }],
|
|
65510
65493
|
summary: "/seam/customer/v1/customers/automations/update",
|
|
65511
65494
|
tags: [],
|
|
65512
65495
|
"x-fern-sdk-group-name": [
|
|
@@ -65767,13 +65750,8 @@ var openapi_default = {
|
|
|
65767
65750
|
}
|
|
65768
65751
|
},
|
|
65769
65752
|
type: "object"
|
|
65770
|
-
},
|
|
65771
|
-
customer_key: {
|
|
65772
|
-
description: "Key of the customer.",
|
|
65773
|
-
type: "string"
|
|
65774
65753
|
}
|
|
65775
65754
|
},
|
|
65776
|
-
required: ["customer_key"],
|
|
65777
65755
|
type: "object"
|
|
65778
65756
|
}
|
|
65779
65757
|
}
|
|
@@ -65795,11 +65773,7 @@ var openapi_default = {
|
|
|
65795
65773
|
400: { description: "Bad Request" },
|
|
65796
65774
|
401: { description: "Unauthorized" }
|
|
65797
65775
|
},
|
|
65798
|
-
security: [
|
|
65799
|
-
{ pat_with_workspace: [] },
|
|
65800
|
-
{ console_session_with_workspace: [] },
|
|
65801
|
-
{ api_key: [] }
|
|
65802
|
-
],
|
|
65776
|
+
security: [{ client_session_with_customer: [] }],
|
|
65803
65777
|
summary: "/seam/customer/v1/customers/automations/update",
|
|
65804
65778
|
tags: [],
|
|
65805
65779
|
"x-fern-sdk-group-name": [
|