@seamapi/types 1.665.0 → 1.666.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 +17 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +23 -2
- package/dist/index.cjs +17 -5
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +19 -1
- package/lib/seam/connect/openapi.js +15 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +15 -3
- package/src/lib/seam/connect/route-types.ts +4 -1
|
@@ -52183,7 +52183,7 @@ export type Routes = {
|
|
|
52183
52183
|
jsonBody: {};
|
|
52184
52184
|
commonParams: {
|
|
52185
52185
|
/** Workspace slug */
|
|
52186
|
-
|
|
52186
|
+
slug: string;
|
|
52187
52187
|
/** Connector name/type. If not provided, workspace_slug will be used as connector_name */
|
|
52188
52188
|
connector_name?: string | undefined;
|
|
52189
52189
|
};
|
|
@@ -54498,6 +54498,7 @@ export type Routes = {
|
|
|
54498
54498
|
jsonResponse: {
|
|
54499
54499
|
/** Business vertical of the customer portal. */
|
|
54500
54500
|
business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
54501
|
+
slug?: (string | null) | undefined;
|
|
54501
54502
|
};
|
|
54502
54503
|
maxDuration: undefined;
|
|
54503
54504
|
};
|
|
@@ -54508,6 +54509,8 @@ export type Routes = {
|
|
|
54508
54509
|
jsonBody: {
|
|
54509
54510
|
/** Business vertical to set on the workspace. */
|
|
54510
54511
|
business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
54512
|
+
/** Slug to set on the workspace. */
|
|
54513
|
+
slug?: (string | null) | undefined;
|
|
54511
54514
|
};
|
|
54512
54515
|
commonParams: {};
|
|
54513
54516
|
formData: {};
|
package/package.json
CHANGED
|
@@ -52841,7 +52841,7 @@ export default {
|
|
|
52841
52841
|
parameters: [
|
|
52842
52842
|
{
|
|
52843
52843
|
in: 'query',
|
|
52844
|
-
name: '
|
|
52844
|
+
name: 'slug',
|
|
52845
52845
|
required: true,
|
|
52846
52846
|
schema: {
|
|
52847
52847
|
description: 'Workspace slug',
|
|
@@ -52911,13 +52911,13 @@ export default {
|
|
|
52911
52911
|
minLength: 1,
|
|
52912
52912
|
type: 'string',
|
|
52913
52913
|
},
|
|
52914
|
-
|
|
52914
|
+
slug: {
|
|
52915
52915
|
description: 'Workspace slug',
|
|
52916
52916
|
minLength: 1,
|
|
52917
52917
|
type: 'string',
|
|
52918
52918
|
},
|
|
52919
52919
|
},
|
|
52920
|
-
required: ['
|
|
52920
|
+
required: ['slug'],
|
|
52921
52921
|
type: 'object',
|
|
52922
52922
|
},
|
|
52923
52923
|
},
|
|
@@ -55402,6 +55402,7 @@ export default {
|
|
|
55402
55402
|
type: 'string',
|
|
55403
55403
|
},
|
|
55404
55404
|
ok: { type: 'boolean' },
|
|
55405
|
+
slug: { nullable: true, type: 'string' },
|
|
55405
55406
|
},
|
|
55406
55407
|
required: ['ok'],
|
|
55407
55408
|
type: 'object',
|
|
@@ -55444,6 +55445,7 @@ export default {
|
|
|
55444
55445
|
type: 'string',
|
|
55445
55446
|
},
|
|
55446
55447
|
ok: { type: 'boolean' },
|
|
55448
|
+
slug: { nullable: true, type: 'string' },
|
|
55447
55449
|
},
|
|
55448
55450
|
required: ['ok'],
|
|
55449
55451
|
type: 'object',
|
|
@@ -55486,6 +55488,11 @@ export default {
|
|
|
55486
55488
|
],
|
|
55487
55489
|
type: 'string',
|
|
55488
55490
|
},
|
|
55491
|
+
slug: {
|
|
55492
|
+
description: 'Slug to set on the workspace.',
|
|
55493
|
+
nullable: true,
|
|
55494
|
+
type: 'string',
|
|
55495
|
+
},
|
|
55489
55496
|
},
|
|
55490
55497
|
type: 'object',
|
|
55491
55498
|
},
|
|
@@ -55536,6 +55543,11 @@ export default {
|
|
|
55536
55543
|
],
|
|
55537
55544
|
type: 'string',
|
|
55538
55545
|
},
|
|
55546
|
+
slug: {
|
|
55547
|
+
description: 'Slug to set on the workspace.',
|
|
55548
|
+
nullable: true,
|
|
55549
|
+
type: 'string',
|
|
55550
|
+
},
|
|
55539
55551
|
},
|
|
55540
55552
|
type: 'object',
|
|
55541
55553
|
},
|
|
@@ -62029,7 +62029,7 @@ export type Routes = {
|
|
|
62029
62029
|
jsonBody: {}
|
|
62030
62030
|
commonParams: {
|
|
62031
62031
|
/** Workspace slug */
|
|
62032
|
-
|
|
62032
|
+
slug: string
|
|
62033
62033
|
/** Connector name/type. If not provided, workspace_slug will be used as connector_name */
|
|
62034
62034
|
connector_name?: string | undefined
|
|
62035
62035
|
}
|
|
@@ -64910,6 +64910,7 @@ export type Routes = {
|
|
|
64910
64910
|
| 'property_tours'
|
|
64911
64911
|
)
|
|
64912
64912
|
| undefined
|
|
64913
|
+
slug?: (string | null) | undefined
|
|
64913
64914
|
}
|
|
64914
64915
|
maxDuration: undefined
|
|
64915
64916
|
}
|
|
@@ -64928,6 +64929,8 @@ export type Routes = {
|
|
|
64928
64929
|
| 'property_tours'
|
|
64929
64930
|
)
|
|
64930
64931
|
| undefined
|
|
64932
|
+
/** Slug to set on the workspace. */
|
|
64933
|
+
slug?: (string | null) | undefined
|
|
64931
64934
|
}
|
|
64932
64935
|
commonParams: {}
|
|
64933
64936
|
formData: {}
|