@seamapi/types 1.775.0 → 1.776.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 +12 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +19 -0
- package/dist/index.cjs +12 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +12 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +12 -0
- package/src/lib/seam/connect/route-types.ts +5 -0
package/dist/connect.cjs
CHANGED
|
@@ -68205,6 +68205,12 @@ var openapi_default = {
|
|
|
68205
68205
|
description: "Whether to exclude the option to select a locale within the portal UI.",
|
|
68206
68206
|
type: "boolean"
|
|
68207
68207
|
},
|
|
68208
|
+
feature_flags: {
|
|
68209
|
+
properties: {
|
|
68210
|
+
RESERVATION_UI_V2: { type: "boolean" }
|
|
68211
|
+
},
|
|
68212
|
+
type: "object"
|
|
68213
|
+
},
|
|
68208
68214
|
features: {
|
|
68209
68215
|
default: { $ref: "#/components/schemas/access_code" },
|
|
68210
68216
|
properties: {
|
|
@@ -68579,6 +68585,12 @@ var openapi_default = {
|
|
|
68579
68585
|
description: "Whether to exclude the option to select a locale within the portal UI.",
|
|
68580
68586
|
type: "boolean"
|
|
68581
68587
|
},
|
|
68588
|
+
feature_flags: {
|
|
68589
|
+
properties: {
|
|
68590
|
+
RESERVATION_UI_V2: { type: "boolean" }
|
|
68591
|
+
},
|
|
68592
|
+
type: "object"
|
|
68593
|
+
},
|
|
68582
68594
|
features: {
|
|
68583
68595
|
default: { $ref: "#/components/schemas/access_code" },
|
|
68584
68596
|
properties: {
|