@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
|
@@ -49918,7 +49918,14 @@ export default {
|
|
|
49918
49918
|
},
|
|
49919
49919
|
connector_type: {
|
|
49920
49920
|
description: 'Type of connector to create',
|
|
49921
|
-
enum: [
|
|
49921
|
+
enum: [
|
|
49922
|
+
'mock',
|
|
49923
|
+
'mews',
|
|
49924
|
+
'rms',
|
|
49925
|
+
'cloudbeds',
|
|
49926
|
+
'smoobu',
|
|
49927
|
+
'zonal',
|
|
49928
|
+
],
|
|
49922
49929
|
type: 'string',
|
|
49923
49930
|
},
|
|
49924
49931
|
customer_key: {
|