@seamapi/types 1.732.0 → 1.733.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 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +9 -0
- package/dist/index.cjs +6 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +4 -0
- package/lib/seam/connect/models/customer/customer-portal.js +8 -0
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +7 -0
- package/lib/seam/connect/openapi.js +6 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +8 -0
- package/src/lib/seam/connect/openapi.ts +7 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -49973,6 +49973,12 @@ var openapi_default = {
|
|
|
49973
49973
|
},
|
|
49974
49974
|
description: "Configuration for a customer portal",
|
|
49975
49975
|
properties: {
|
|
49976
|
+
_dev: {
|
|
49977
|
+
default: false,
|
|
49978
|
+
description: "Whether the portal is in developer mode. Only available for Seam employees.",
|
|
49979
|
+
type: "boolean",
|
|
49980
|
+
"x-undocumented": "Internal developer mode flag."
|
|
49981
|
+
},
|
|
49976
49982
|
customer_resources_filters: {
|
|
49977
49983
|
description: "Filter configuration for resources based on their custom_metadata. Each filter specifies a field, operation, and value to match against resource custom_metadata.",
|
|
49978
49984
|
items: {
|