@wix/auto_sdk_data-extension-schema_schemas 1.0.211 → 1.0.213
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/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +14 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +69 -3
- package/build/cjs/index.typings.js +14 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +63 -3
- package/build/cjs/meta.js +14 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +12 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +69 -3
- package/build/es/index.typings.mjs +12 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +63 -3
- package/build/es/meta.mjs +12 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +14 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +69 -3
- package/build/internal/cjs/index.typings.js +14 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +63 -3
- package/build/internal/cjs/meta.js +14 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +12 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +69 -3
- package/build/internal/es/index.typings.mjs +12 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +63 -3
- package/build/internal/es/meta.mjs +12 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/meta.js
CHANGED
|
@@ -51,6 +51,7 @@ __export(meta_exports, {
|
|
|
51
51
|
BannerPositionOriginal: () => BannerPosition,
|
|
52
52
|
BarAlignmentSelectedOriginal: () => BarAlignmentSelected,
|
|
53
53
|
BlockTypeOriginal: () => BlockType,
|
|
54
|
+
BookingOperationOriginal: () => BookingOperation,
|
|
54
55
|
BooleanComponentTypeOriginal: () => BooleanComponentType,
|
|
55
56
|
BreakpointEnumBreakpointOriginal: () => BreakpointEnumBreakpoint,
|
|
56
57
|
ButtonDataTypeOriginal: () => ButtonDataType,
|
|
@@ -212,6 +213,7 @@ __export(meta_exports, {
|
|
|
212
213
|
PollDesignBackgroundTypeOriginal: () => PollDesignBackgroundType,
|
|
213
214
|
PollLayoutDirectionOriginal: () => PollLayoutDirection,
|
|
214
215
|
PollLayoutTypeOriginal: () => PollLayoutType,
|
|
216
|
+
PremiumProviderFailurePolicyOriginal: () => PremiumProviderFailurePolicy,
|
|
215
217
|
PriceTypeOriginal: () => PriceType,
|
|
216
218
|
PrimitiveTypeOriginal: () => PrimitiveType,
|
|
217
219
|
ProductTypeOriginal: () => ProductType,
|
|
@@ -748,6 +750,7 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
|
|
|
748
750
|
ComponentType2["EDITOR_INSTALLATION"] = "EDITOR_INSTALLATION";
|
|
749
751
|
ComponentType2["APP_ACTIONS"] = "APP_ACTIONS";
|
|
750
752
|
ComponentType2["ROLLOUT_STEP_EXECUTOR"] = "ROLLOUT_STEP_EXECUTOR";
|
|
753
|
+
ComponentType2["BOOKINGS_PLATFORM_PREMIUM_VALIDATION"] = "BOOKINGS_PLATFORM_PREMIUM_VALIDATION";
|
|
751
754
|
return ComponentType2;
|
|
752
755
|
})(ComponentType || {});
|
|
753
756
|
var WidgetVertical = /* @__PURE__ */ ((WidgetVertical2) => {
|
|
@@ -3302,6 +3305,15 @@ var DeeplinkFeature = /* @__PURE__ */ ((DeeplinkFeature2) => {
|
|
|
3302
3305
|
DeeplinkFeature2["ADD_PANEL"] = "ADD_PANEL";
|
|
3303
3306
|
return DeeplinkFeature2;
|
|
3304
3307
|
})(DeeplinkFeature || {});
|
|
3308
|
+
var BookingOperation = /* @__PURE__ */ ((BookingOperation2) => {
|
|
3309
|
+
BookingOperation2["BOOKING_OPERATION_CREATE"] = "BOOKING_OPERATION_CREATE";
|
|
3310
|
+
return BookingOperation2;
|
|
3311
|
+
})(BookingOperation || {});
|
|
3312
|
+
var PremiumProviderFailurePolicy = /* @__PURE__ */ ((PremiumProviderFailurePolicy2) => {
|
|
3313
|
+
PremiumProviderFailurePolicy2["FAIL_OPEN"] = "FAIL_OPEN";
|
|
3314
|
+
PremiumProviderFailurePolicy2["FAIL_CLOSED"] = "FAIL_CLOSED";
|
|
3315
|
+
return PremiumProviderFailurePolicy2;
|
|
3316
|
+
})(PremiumProviderFailurePolicy || {});
|
|
3305
3317
|
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
3306
3318
|
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
3307
3319
|
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
@@ -3445,6 +3457,7 @@ function deleteUserDefinedFields2() {
|
|
|
3445
3457
|
BannerPositionOriginal,
|
|
3446
3458
|
BarAlignmentSelectedOriginal,
|
|
3447
3459
|
BlockTypeOriginal,
|
|
3460
|
+
BookingOperationOriginal,
|
|
3448
3461
|
BooleanComponentTypeOriginal,
|
|
3449
3462
|
BreakpointEnumBreakpointOriginal,
|
|
3450
3463
|
ButtonDataTypeOriginal,
|
|
@@ -3606,6 +3619,7 @@ function deleteUserDefinedFields2() {
|
|
|
3606
3619
|
PollDesignBackgroundTypeOriginal,
|
|
3607
3620
|
PollLayoutDirectionOriginal,
|
|
3608
3621
|
PollLayoutTypeOriginal,
|
|
3622
|
+
PremiumProviderFailurePolicyOriginal,
|
|
3609
3623
|
PriceTypeOriginal,
|
|
3610
3624
|
PrimitiveTypeOriginal,
|
|
3611
3625
|
ProductTypeOriginal,
|