@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
package/dist/connect.cjs
CHANGED
|
@@ -68808,7 +68808,10 @@ var openapi_default = {
|
|
|
68808
68808
|
},
|
|
68809
68809
|
feature_flags: {
|
|
68810
68810
|
properties: {
|
|
68811
|
-
RESERVATION_UI_V2: { type: "boolean" }
|
|
68811
|
+
RESERVATION_UI_V2: { type: "boolean" },
|
|
68812
|
+
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
|
|
68813
|
+
type: "boolean"
|
|
68814
|
+
}
|
|
68812
68815
|
},
|
|
68813
68816
|
type: "object"
|
|
68814
68817
|
},
|
|
@@ -69188,7 +69191,10 @@ var openapi_default = {
|
|
|
69188
69191
|
},
|
|
69189
69192
|
feature_flags: {
|
|
69190
69193
|
properties: {
|
|
69191
|
-
RESERVATION_UI_V2: { type: "boolean" }
|
|
69194
|
+
RESERVATION_UI_V2: { type: "boolean" },
|
|
69195
|
+
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
|
|
69196
|
+
type: "boolean"
|
|
69197
|
+
}
|
|
69192
69198
|
},
|
|
69193
69199
|
type: "object"
|
|
69194
69200
|
},
|