@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 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: {