File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -63564,6 +63564,7 @@ export default {
6356463564 'cloudbeds',
6356563565 'smoobu',
6356663566 'zonal',
63567+ 'ical',
6356763568 ],
6356863569 type: 'string',
6356963570 },
Original file line number Diff line number Diff line change @@ -74387,7 +74387,14 @@ export type Routes = {
7438774387 queryParams: {}
7438874388 jsonBody: {
7438974389 /** Type of connector to create */
74390- connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu' | 'zonal'
74390+ connector_type:
74391+ | 'mock'
74392+ | 'mews'
74393+ | 'rms'
74394+ | 'cloudbeds'
74395+ | 'smoobu'
74396+ | 'zonal'
74397+ | 'ical'
7439174398 /** Key identifying the customer */
7439274399 customer_key?: string | undefined
7439374400 /** Instance-specific configuration for the connector */
You can’t perform that action at this time.
0 commit comments