@wix/auto_sdk_data-extension-schema_schemas 1.0.73 → 1.0.75

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.
@@ -172,6 +172,7 @@ __export(index_typings_exports, {
172
172
  Placement: () => Placement,
173
173
  PlanFormDefaultSection: () => PlanFormDefaultSection,
174
174
  PlanFormPricingOption: () => PlanFormPricingOption,
175
+ PlanFormPricingType: () => PlanFormPricingType,
175
176
  PlanPeriodUnit: () => PlanPeriodUnit,
176
177
  PluginContainerDataAlignment: () => PluginContainerDataAlignment,
177
178
  PluginInterface: () => PluginInterface,
@@ -239,6 +240,7 @@ __export(index_typings_exports, {
239
240
  VectorArtCategoryTypes: () => VectorArtCategoryTypes,
240
241
  VerticalAlignment: () => VerticalAlignment,
241
242
  VerticalDocking: () => VerticalDocking,
243
+ VibeActionType: () => VibeActionType,
242
244
  VideoCategoryTypes: () => VideoCategoryTypes,
243
245
  ViewMode: () => ViewMode,
244
246
  ViewRole: () => ViewRole,
@@ -1452,12 +1454,20 @@ var PlanFormPricingOption = /* @__PURE__ */ ((PlanFormPricingOption2) => {
1452
1454
  PlanFormPricingOption2["RECURRING"] = "RECURRING";
1453
1455
  return PlanFormPricingOption2;
1454
1456
  })(PlanFormPricingOption || {});
1457
+ var PlanFormPricingType = /* @__PURE__ */ ((PlanFormPricingType2) => {
1458
+ PlanFormPricingType2["FREE"] = "FREE";
1459
+ PlanFormPricingType2["ONE_TIME"] = "ONE_TIME";
1460
+ PlanFormPricingType2["RECURRING"] = "RECURRING";
1461
+ return PlanFormPricingType2;
1462
+ })(PlanFormPricingType || {});
1455
1463
  var PlanFormDefaultSection = /* @__PURE__ */ ((PlanFormDefaultSection2) => {
1456
1464
  PlanFormDefaultSection2["INFO"] = "INFO";
1457
1465
  PlanFormDefaultSection2["BENEFITS"] = "BENEFITS";
1458
1466
  PlanFormDefaultSection2["PAGE_PERMISSIONS"] = "PAGE_PERMISSIONS";
1459
1467
  PlanFormDefaultSection2["PRICING_AND_DURATION"] = "PRICING_AND_DURATION";
1460
1468
  PlanFormDefaultSection2["ADVANCED_SETTINGS"] = "ADVANCED_SETTINGS";
1469
+ PlanFormDefaultSection2["PRICING"] = "PRICING";
1470
+ PlanFormDefaultSection2["DURATION"] = "DURATION";
1461
1471
  return PlanFormDefaultSection2;
1462
1472
  })(PlanFormDefaultSection || {});
1463
1473
  var PlanPeriodUnit = /* @__PURE__ */ ((PlanPeriodUnit2) => {
@@ -2803,6 +2813,12 @@ var RegionScopeScope = /* @__PURE__ */ ((RegionScopeScope2) => {
2803
2813
  RegionScopeScope2["WORLDWIDE"] = "WORLDWIDE";
2804
2814
  return RegionScopeScope2;
2805
2815
  })(RegionScopeScope || {});
2816
+ var VibeActionType = /* @__PURE__ */ ((VibeActionType2) => {
2817
+ VibeActionType2["UNKNOWN_ActionType"] = "UNKNOWN_ActionType";
2818
+ VibeActionType2["OPEN_DASHBOARD"] = "OPEN_DASHBOARD";
2819
+ VibeActionType2["OPEN_CUSTOM_PANEL"] = "OPEN_CUSTOM_PANEL";
2820
+ return VibeActionType2;
2821
+ })(VibeActionType || {});
2806
2822
  async function createDataExtensionSchema2(dataExtensionSchema) {
2807
2823
  const { httpClient, sideEffects } = arguments[1];
2808
2824
  const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
@@ -3073,6 +3089,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
3073
3089
  Placement,
3074
3090
  PlanFormDefaultSection,
3075
3091
  PlanFormPricingOption,
3092
+ PlanFormPricingType,
3076
3093
  PlanPeriodUnit,
3077
3094
  PluginContainerDataAlignment,
3078
3095
  PluginInterface,
@@ -3140,6 +3157,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
3140
3157
  VectorArtCategoryTypes,
3141
3158
  VerticalAlignment,
3142
3159
  VerticalDocking,
3160
+ VibeActionType,
3143
3161
  VideoCategoryTypes,
3144
3162
  ViewMode,
3145
3163
  ViewRole,