@wix/auto_sdk_data-extension-schema_schemas 1.0.62 → 1.0.63

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.
@@ -198,6 +198,7 @@ __export(index_typings_exports, {
198
198
  SidebarDataType: () => SidebarDataType,
199
199
  SidebarEntityType: () => SidebarEntityType,
200
200
  SimpleType: () => SimpleType,
201
+ SiteMembersSsrCaching: () => SiteMembersSsrCaching,
201
202
  SizingType: () => SizingType,
202
203
  SlotDataType: () => SlotDataType,
203
204
  SourceType: () => SourceType,
@@ -627,6 +628,7 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
627
628
  ComponentType2["CONTACTS_SEGMENTS_V2_FILTER_PROVIDER"] = "CONTACTS_SEGMENTS_V2_FILTER_PROVIDER";
628
629
  ComponentType2["ANALYTICS_PRODUCT_CATALOG"] = "ANALYTICS_PRODUCT_CATALOG";
629
630
  ComponentType2["SITE_MIGRATION"] = "SITE_MIGRATION";
631
+ ComponentType2["RESTAURANTS_POS_PROVIDER_SETTINGS_SERVICE_PLUGIN"] = "RESTAURANTS_POS_PROVIDER_SETTINGS_SERVICE_PLUGIN";
630
632
  return ComponentType2;
631
633
  })(ComponentType || {});
632
634
  var WidgetVertical = /* @__PURE__ */ ((WidgetVertical2) => {
@@ -679,6 +681,12 @@ var VerticalDocking = /* @__PURE__ */ ((VerticalDocking2) => {
679
681
  VerticalDocking2["BOTTOM_DOCKING"] = "BOTTOM_DOCKING";
680
682
  return VerticalDocking2;
681
683
  })(VerticalDocking || {});
684
+ var SiteMembersSsrCaching = /* @__PURE__ */ ((SiteMembersSsrCaching2) => {
685
+ SiteMembersSsrCaching2["UNKNOWN_SITE_MEMBERS_SSR_CACHING"] = "UNKNOWN_SITE_MEMBERS_SSR_CACHING";
686
+ SiteMembersSsrCaching2["CACHING_ALLOWED"] = "CACHING_ALLOWED";
687
+ SiteMembersSsrCaching2["CACHING_NOT_ALLOWED"] = "CACHING_NOT_ALLOWED";
688
+ return SiteMembersSsrCaching2;
689
+ })(SiteMembersSsrCaching || {});
682
690
  var ReplacementType = /* @__PURE__ */ ((ReplacementType2) => {
683
691
  ReplacementType2["UNKNOWN_REPLACEMENT"] = "UNKNOWN_REPLACEMENT";
684
692
  ReplacementType2["REPLACING"] = "REPLACING";
@@ -1869,6 +1877,7 @@ var FactorType = /* @__PURE__ */ ((FactorType2) => {
1869
1877
  FactorType2["TOTP"] = "TOTP";
1870
1878
  FactorType2["PUSH"] = "PUSH";
1871
1879
  FactorType2["WEBAUTHN"] = "WEBAUTHN";
1880
+ FactorType2["RECOVERY_CODE"] = "RECOVERY_CODE";
1872
1881
  return FactorType2;
1873
1882
  })(FactorType || {});
1874
1883
  var MonitoringType = /* @__PURE__ */ ((MonitoringType2) => {
@@ -2475,6 +2484,7 @@ var Archetype = /* @__PURE__ */ ((Archetype2) => {
2475
2484
  Archetype2["AnimatedGraphic"] = "AnimatedGraphic";
2476
2485
  Archetype2["Cart"] = "Cart";
2477
2486
  Archetype2["ContactForm"] = "ContactForm";
2487
+ Archetype2["Frame"] = "Frame";
2478
2488
  return Archetype2;
2479
2489
  })(Archetype || {});
2480
2490
  var NativeStateType = /* @__PURE__ */ ((NativeStateType2) => {
@@ -2506,6 +2516,7 @@ var GroupType = /* @__PURE__ */ ((GroupType2) => {
2506
2516
  GroupType2["gap"] = "gap";
2507
2517
  GroupType2["arrayItems"] = "arrayItems";
2508
2518
  GroupType2["arrayItem"] = "arrayItem";
2519
+ GroupType2["listItem"] = "listItem";
2509
2520
  return GroupType2;
2510
2521
  })(GroupType || {});
2511
2522
  var CssPropertyType = /* @__PURE__ */ ((CssPropertyType2) => {
@@ -3026,6 +3037,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
3026
3037
  SidebarDataType,
3027
3038
  SidebarEntityType,
3028
3039
  SimpleType,
3040
+ SiteMembersSsrCaching,
3029
3041
  SizingType,
3030
3042
  SlotDataType,
3031
3043
  SourceType,