@seamapi/types 1.774.0 → 1.775.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 +2 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +1 -0
- 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 +1 -0
- package/src/lib/seam/connect/route-types.ts +8 -1
package/dist/connect.d.cts
CHANGED
|
@@ -197963,7 +197963,7 @@ type Routes = {
|
|
|
197963
197963
|
queryParams: {};
|
|
197964
197964
|
jsonBody: {
|
|
197965
197965
|
/** Type of connector to create */
|
|
197966
|
-
connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu' | 'zonal';
|
|
197966
|
+
connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu' | 'zonal' | 'ical';
|
|
197967
197967
|
/** Key identifying the customer */
|
|
197968
197968
|
customer_key?: string | undefined;
|
|
197969
197969
|
/** Instance-specific configuration for the connector */
|
package/dist/index.cjs
CHANGED
|
@@ -65018,7 +65018,8 @@ var openapi_default = {
|
|
|
65018
65018
|
"rms",
|
|
65019
65019
|
"cloudbeds",
|
|
65020
65020
|
"smoobu",
|
|
65021
|
-
"zonal"
|
|
65021
|
+
"zonal",
|
|
65022
|
+
"ical"
|
|
65022
65023
|
],
|
|
65023
65024
|
type: "string"
|
|
65024
65025
|
},
|