@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.
@@ -49918,7 +49918,14 @@ export default {
49918
49918
  },
49919
49919
  connector_type: {
49920
49920
  description: 'Type of connector to create',
49921
- enum: ['mock', 'mews', 'rms', 'cloudbeds', 'smoobu'],
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: {