Skip to content

Commit 7c110dc

Browse files
authored
feat: Sync with Seam API via e1d52954c3b1aeee9c0355bbc124e808fae94568 (#2744)
1 parent 7005509 commit 7c110dc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/lib/seam/connect/openapi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63564,6 +63564,7 @@ export default {
6356463564
'cloudbeds',
6356563565
'smoobu',
6356663566
'zonal',
63567+
'ical',
6356763568
],
6356863569
type: 'string',
6356963570
},

src/lib/seam/connect/route-types.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)