@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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +14 -0
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +69 -3
  5. package/build/cjs/index.typings.js +14 -0
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +63 -3
  8. package/build/cjs/meta.js +14 -0
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +12 -0
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +69 -3
  14. package/build/es/index.typings.mjs +12 -0
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +63 -3
  17. package/build/es/meta.mjs +12 -0
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +1 -1
  20. package/build/internal/cjs/index.js +14 -0
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +69 -3
  23. package/build/internal/cjs/index.typings.js +14 -0
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +63 -3
  26. package/build/internal/cjs/meta.js +14 -0
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +1 -1
  29. package/build/internal/es/index.mjs +12 -0
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +69 -3
  32. package/build/internal/es/index.typings.mjs +12 -0
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +63 -3
  35. package/build/internal/es/meta.mjs +12 -0
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. 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,