@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 +8 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -1
- package/dist/index.cjs +8 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +8 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +8 -1
- package/src/lib/seam/connect/route-types.ts +1 -1
package/dist/connect.d.cts
CHANGED
|
@@ -166977,7 +166977,7 @@ type Routes = {
|
|
|
166977
166977
|
queryParams: {};
|
|
166978
166978
|
jsonBody: {
|
|
166979
166979
|
/** Type of connector to create */
|
|
166980
|
-
connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu';
|
|
166980
|
+
connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu' | 'zonal';
|
|
166981
166981
|
/** Key identifying the customer */
|
|
166982
166982
|
customer_key?: string | undefined;
|
|
166983
166983
|
/** Instance-specific configuration for the connector */
|
package/dist/index.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: [
|
|
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: {
|