@seamapi/types 1.684.0 → 1.685.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
@@ -55822,7 +55822,14 @@ var openapi_default = {
55822
55822
  },
55823
55823
  connector_type: {
55824
55824
  description: "Type of connector to create",
55825
- enum: ["mock", "mews", "rms", "cloudbeds", "smoobu"],
55825
+ enum: [
55826
+ "mock",
55827
+ "mews",
55828
+ "rms",
55829
+ "cloudbeds",
55830
+ "smoobu",
55831
+ "zonal"
55832
+ ],
55826
55833
  type: "string"
55827
55834
  },
55828
55835
  customer_key: {