@seamapi/types 1.910.0 → 1.911.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 +2 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +2 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -2
- package/src/lib/seam/connect/route-types.ts +1 -1
package/dist/connect.d.cts
CHANGED
|
@@ -108423,7 +108423,7 @@ type Routes = {
|
|
|
108423
108423
|
/** Business vertical of the customer portal. */
|
|
108424
108424
|
business_vertical?: ('neutral' | 'short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
108425
108425
|
feature_flags?: {
|
|
108426
|
-
|
|
108426
|
+
RESERVATION_LEGACY?: boolean | undefined;
|
|
108427
108427
|
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES?: boolean | undefined;
|
|
108428
108428
|
MANAGE_DEVICES_CONFIRMATION_MODAL?: boolean | undefined;
|
|
108429
108429
|
} | undefined;
|
package/dist/index.cjs
CHANGED
|
@@ -72938,7 +72938,7 @@ var openapi = {
|
|
|
72938
72938
|
MANAGE_DEVICES_CONFIRMATION_MODAL: {
|
|
72939
72939
|
type: "boolean"
|
|
72940
72940
|
},
|
|
72941
|
-
|
|
72941
|
+
RESERVATION_LEGACY: { type: "boolean" },
|
|
72942
72942
|
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
|
|
72943
72943
|
type: "boolean"
|
|
72944
72944
|
}
|
|
@@ -73357,7 +73357,7 @@ var openapi = {
|
|
|
73357
73357
|
MANAGE_DEVICES_CONFIRMATION_MODAL: {
|
|
73358
73358
|
type: "boolean"
|
|
73359
73359
|
},
|
|
73360
|
-
|
|
73360
|
+
RESERVATION_LEGACY: { type: "boolean" },
|
|
73361
73361
|
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
|
|
73362
73362
|
type: "boolean"
|
|
73363
73363
|
}
|