@seamapi/types 1.796.0 → 1.797.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 +8 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +7 -0
- package/dist/index.cjs +8 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +6 -0
- package/lib/seam/connect/openapi.js +6 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +6 -0
- package/src/lib/seam/connect/route-types.ts +1 -0
|
@@ -55862,6 +55862,9 @@ declare const _default: {
|
|
|
55862
55862
|
RESERVATION_UI_V2: {
|
|
55863
55863
|
type: string;
|
|
55864
55864
|
};
|
|
55865
|
+
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
|
|
55866
|
+
type: string;
|
|
55867
|
+
};
|
|
55865
55868
|
};
|
|
55866
55869
|
type: string;
|
|
55867
55870
|
};
|
|
@@ -56358,6 +56361,9 @@ declare const _default: {
|
|
|
56358
56361
|
RESERVATION_UI_V2: {
|
|
56359
56362
|
type: string;
|
|
56360
56363
|
};
|
|
56364
|
+
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
|
|
56365
|
+
type: string;
|
|
56366
|
+
};
|
|
56361
56367
|
};
|
|
56362
56368
|
type: string;
|
|
56363
56369
|
};
|
|
@@ -62005,6 +62005,9 @@ export default {
|
|
|
62005
62005
|
feature_flags: {
|
|
62006
62006
|
properties: {
|
|
62007
62007
|
RESERVATION_UI_V2: { type: 'boolean' },
|
|
62008
|
+
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
|
|
62009
|
+
type: 'boolean',
|
|
62010
|
+
},
|
|
62008
62011
|
},
|
|
62009
62012
|
type: 'object',
|
|
62010
62013
|
},
|
|
@@ -62385,6 +62388,9 @@ export default {
|
|
|
62385
62388
|
feature_flags: {
|
|
62386
62389
|
properties: {
|
|
62387
62390
|
RESERVATION_UI_V2: { type: 'boolean' },
|
|
62391
|
+
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
|
|
62392
|
+
type: 'boolean',
|
|
62393
|
+
},
|
|
62388
62394
|
},
|
|
62389
62395
|
type: 'object',
|
|
62390
62396
|
},
|