Skip to content

Commit 0e55feb

Browse files
authored
feat: Sync with Seam API via e7b9615bbad06c277e296d1eff532a985a204273 (#2575)
1 parent f23340b commit 0e55feb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/lib/seam/connect/openapi.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54189,7 +54189,14 @@ export default {
5418954189
},
5419054190
connector_type: {
5419154191
description: 'Type of connector to create',
54192-
enum: ['mock', 'mews', 'rms', 'cloudbeds', 'smoobu'],
54192+
enum: [
54193+
'mock',
54194+
'mews',
54195+
'rms',
54196+
'cloudbeds',
54197+
'smoobu',
54198+
'zonal',
54199+
],
5419354200
type: 'string',
5419454201
},
5419554202
customer_key: {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62925,7 +62925,7 @@ export type Routes = {
6292562925
queryParams: {}
6292662926
jsonBody: {
6292762927
/** Type of connector to create */
62928-
connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu'
62928+
connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu' | 'zonal'
6292962929
/** Key identifying the customer */
6293062930
customer_key?: string | undefined
6293162931
/** Instance-specific configuration for the connector */

0 commit comments

Comments
 (0)