@wix/auto_sdk_data-extension-schema_schemas 1.0.64 → 1.0.66

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.
@@ -28,11 +28,13 @@ __export(index_typings_exports, {
28
28
  ActionName: () => ActionName,
29
29
  ActionSPIConfigInterfaceConfigurationType: () => ActionSPIConfigInterfaceConfigurationType,
30
30
  ActionType: () => ActionType,
31
+ AddressComponentType: () => AddressComponentType,
31
32
  AddressInfoTag: () => AddressInfoTag,
32
33
  AlgorithmType: () => AlgorithmType,
33
34
  Alignment: () => Alignment,
34
35
  AndroidStyle: () => AndroidStyle,
35
36
  AppType: () => AppType,
37
+ AppointmentFormat: () => AppointmentFormat,
36
38
  Archetype: () => Archetype,
37
39
  ArrayComponentType: () => ArrayComponentType,
38
40
  AspectRatio: () => AspectRatio,
@@ -47,6 +49,7 @@ __export(index_typings_exports, {
47
49
  BreakpointEnumBreakpoint: () => BreakpointEnumBreakpoint,
48
50
  ButtonDataType: () => ButtonDataType,
49
51
  CalendarType: () => CalendarType,
52
+ CardStylesAlignment: () => CardStylesAlignment,
50
53
  CardStylesType: () => CardStylesType,
51
54
  ChangeableProperty: () => ChangeableProperty,
52
55
  ChannelConfigurationChannelType: () => ChannelConfigurationChannelType,
@@ -113,6 +116,7 @@ __export(index_typings_exports, {
113
116
  IconType: () => IconType,
114
117
  ImageCategoryTypes: () => ImageCategoryTypes,
115
118
  ImageFit: () => ImageFit,
119
+ ImagePosition: () => ImagePosition,
116
120
  ImageShape: () => ImageShape,
117
121
  ImageStylesPosition: () => ImageStylesPosition,
118
122
  ImportanceLevel: () => ImportanceLevel,
@@ -140,7 +144,6 @@ __export(index_typings_exports, {
140
144
  Method: () => Method,
141
145
  MobileApplication: () => MobileApplication,
142
146
  MonitoringType: () => MonitoringType,
143
- MultilineAddressComponentType: () => MultilineAddressComponentType,
144
147
  NativeStateType: () => NativeStateType,
145
148
  NavigationType: () => NavigationType,
146
149
  NodeType: () => NodeType,
@@ -190,6 +193,7 @@ __export(index_typings_exports, {
190
193
  RestrictedOperation: () => RestrictedOperation,
191
194
  RestrictionLevel: () => RestrictionLevel,
192
195
  RichTextAbilities: () => RichTextAbilities,
196
+ SchedulingComponentType: () => SchedulingComponentType,
193
197
  SchemaFieldExposure: () => SchemaFieldExposure,
194
198
  SchemaFieldFieldType: () => SchemaFieldFieldType,
195
199
  SchemaScope: () => SchemaScope,
@@ -226,6 +230,7 @@ __export(index_typings_exports, {
226
230
  TypedDynamicParamType: () => TypedDynamicParamType,
227
231
  UnitType: () => UnitType,
228
232
  UploadFileFormat: () => UploadFileFormat,
233
+ UploadFileFormatEnumUploadFileFormat: () => UploadFileFormatEnumUploadFileFormat,
229
234
  UserNotificationDataRecipientFilterType: () => UserNotificationDataRecipientFilterType,
230
235
  UserNotificationDataType: () => UserNotificationDataType,
231
236
  ValueConstraintType: () => ValueConstraintType,
@@ -629,6 +634,7 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
629
634
  ComponentType2["ANALYTICS_PRODUCT_CATALOG"] = "ANALYTICS_PRODUCT_CATALOG";
630
635
  ComponentType2["SITE_MIGRATION"] = "SITE_MIGRATION";
631
636
  ComponentType2["RESTAURANTS_POS_PROVIDER_SETTINGS_SERVICE_PLUGIN"] = "RESTAURANTS_POS_PROVIDER_SETTINGS_SERVICE_PLUGIN";
637
+ ComponentType2["WIX_VIBE_CODING_INSTRUCTIONS"] = "WIX_VIBE_CODING_INSTRUCTIONS";
632
638
  return ComponentType2;
633
639
  })(ComponentType || {});
634
640
  var WidgetVertical = /* @__PURE__ */ ((WidgetVertical2) => {
@@ -1319,12 +1325,12 @@ var CardStylesType = /* @__PURE__ */ ((CardStylesType2) => {
1319
1325
  CardStylesType2["FRAMELESS"] = "FRAMELESS";
1320
1326
  return CardStylesType2;
1321
1327
  })(CardStylesType || {});
1322
- var Alignment = /* @__PURE__ */ ((Alignment2) => {
1323
- Alignment2["START"] = "START";
1324
- Alignment2["CENTER"] = "CENTER";
1325
- Alignment2["END"] = "END";
1326
- return Alignment2;
1327
- })(Alignment || {});
1328
+ var CardStylesAlignment = /* @__PURE__ */ ((CardStylesAlignment2) => {
1329
+ CardStylesAlignment2["START"] = "START";
1330
+ CardStylesAlignment2["CENTER"] = "CENTER";
1331
+ CardStylesAlignment2["END"] = "END";
1332
+ return CardStylesAlignment2;
1333
+ })(CardStylesAlignment || {});
1328
1334
  var Layout = /* @__PURE__ */ ((Layout2) => {
1329
1335
  Layout2["STACKED"] = "STACKED";
1330
1336
  Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
@@ -1592,8 +1598,28 @@ var StringComponentType = /* @__PURE__ */ ((StringComponentType2) => {
1592
1598
  StringComponentType2["DATE_INPUT"] = "DATE_INPUT";
1593
1599
  StringComponentType2["TIME_INPUT"] = "TIME_INPUT";
1594
1600
  StringComponentType2["DATE_PICKER"] = "DATE_PICKER";
1601
+ StringComponentType2["SERVICES_DROPDOWN"] = "SERVICES_DROPDOWN";
1595
1602
  return StringComponentType2;
1596
1603
  })(StringComponentType || {});
1604
+ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
1605
+ ImagePosition2["UNKNOWN_IMAGE_POSITION"] = "UNKNOWN_IMAGE_POSITION";
1606
+ ImagePosition2["ABOVE"] = "ABOVE";
1607
+ ImagePosition2["BELOW"] = "BELOW";
1608
+ return ImagePosition2;
1609
+ })(ImagePosition || {});
1610
+ var Alignment = /* @__PURE__ */ ((Alignment2) => {
1611
+ Alignment2["UNKNOWN_ALIGNMENT"] = "UNKNOWN_ALIGNMENT";
1612
+ Alignment2["LEFT"] = "LEFT";
1613
+ Alignment2["CENTER"] = "CENTER";
1614
+ Alignment2["RIGHT"] = "RIGHT";
1615
+ return Alignment2;
1616
+ })(Alignment || {});
1617
+ var ImageFit = /* @__PURE__ */ ((ImageFit2) => {
1618
+ ImageFit2["UNKNOWN_IMAGE_FIT"] = "UNKNOWN_IMAGE_FIT";
1619
+ ImageFit2["COVER"] = "COVER";
1620
+ ImageFit2["CONTAIN"] = "CONTAIN";
1621
+ return ImageFit2;
1622
+ })(ImageFit || {});
1597
1623
  var NumberOfColumns = /* @__PURE__ */ ((NumberOfColumns2) => {
1598
1624
  NumberOfColumns2["UNKNOWN"] = "UNKNOWN";
1599
1625
  NumberOfColumns2["ZERO"] = "ZERO";
@@ -1639,6 +1665,7 @@ var PropertiesTypeEnum = /* @__PURE__ */ ((PropertiesTypeEnum2) => {
1639
1665
  var ArrayComponentType = /* @__PURE__ */ ((ArrayComponentType2) => {
1640
1666
  ArrayComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
1641
1667
  ArrayComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
1668
+ ArrayComponentType2["TAGS"] = "TAGS";
1642
1669
  return ArrayComponentType2;
1643
1670
  })(ArrayComponentType || {});
1644
1671
  var WixFileComponentType = /* @__PURE__ */ ((WixFileComponentType2) => {
@@ -1648,7 +1675,7 @@ var WixFileComponentType = /* @__PURE__ */ ((WixFileComponentType2) => {
1648
1675
  return WixFileComponentType2;
1649
1676
  })(WixFileComponentType || {});
1650
1677
  var UploadFileFormat = /* @__PURE__ */ ((UploadFileFormat2) => {
1651
- UploadFileFormat2["UNDEFINED"] = "UNDEFINED";
1678
+ UploadFileFormat2["UNKNOWN_UPLOAD_FILE_FORMAT"] = "UNKNOWN_UPLOAD_FILE_FORMAT";
1652
1679
  UploadFileFormat2["VIDEO"] = "VIDEO";
1653
1680
  UploadFileFormat2["IMAGE"] = "IMAGE";
1654
1681
  UploadFileFormat2["AUDIO"] = "AUDIO";
@@ -1656,10 +1683,21 @@ var UploadFileFormat = /* @__PURE__ */ ((UploadFileFormat2) => {
1656
1683
  UploadFileFormat2["ARCHIVE"] = "ARCHIVE";
1657
1684
  return UploadFileFormat2;
1658
1685
  })(UploadFileFormat || {});
1686
+ var UploadFileFormatEnumUploadFileFormat = /* @__PURE__ */ ((UploadFileFormatEnumUploadFileFormat2) => {
1687
+ UploadFileFormatEnumUploadFileFormat2["UNDEFINED"] = "UNDEFINED";
1688
+ UploadFileFormatEnumUploadFileFormat2["VIDEO"] = "VIDEO";
1689
+ UploadFileFormatEnumUploadFileFormat2["IMAGE"] = "IMAGE";
1690
+ UploadFileFormatEnumUploadFileFormat2["AUDIO"] = "AUDIO";
1691
+ UploadFileFormatEnumUploadFileFormat2["DOCUMENT"] = "DOCUMENT";
1692
+ UploadFileFormatEnumUploadFileFormat2["ARCHIVE"] = "ARCHIVE";
1693
+ return UploadFileFormatEnumUploadFileFormat2;
1694
+ })(UploadFileFormatEnumUploadFileFormat || {});
1659
1695
  var PaymentComponentType = /* @__PURE__ */ ((PaymentComponentType2) => {
1660
1696
  PaymentComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
1661
1697
  PaymentComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
1662
1698
  PaymentComponentType2["DONATION_INPUT"] = "DONATION_INPUT";
1699
+ PaymentComponentType2["PAYMENT_INPUT"] = "PAYMENT_INPUT";
1700
+ PaymentComponentType2["FIXED_PAYMENT"] = "FIXED_PAYMENT";
1663
1701
  return PaymentComponentType2;
1664
1702
  })(PaymentComponentType || {});
1665
1703
  var ProductType = /* @__PURE__ */ ((ProductType2) => {
@@ -1674,23 +1712,29 @@ var PriceType = /* @__PURE__ */ ((PriceType2) => {
1674
1712
  PriceType2["DYNAMIC_PRICE"] = "DYNAMIC_PRICE";
1675
1713
  return PriceType2;
1676
1714
  })(PriceType || {});
1677
- var ImageFit = /* @__PURE__ */ ((ImageFit2) => {
1678
- ImageFit2["UNKNOWN_IMAGE_FIT"] = "UNKNOWN_IMAGE_FIT";
1679
- ImageFit2["COVER"] = "COVER";
1680
- ImageFit2["CONTAIN"] = "CONTAIN";
1681
- return ImageFit2;
1682
- })(ImageFit || {});
1683
- var MultilineAddressComponentType = /* @__PURE__ */ ((MultilineAddressComponentType2) => {
1684
- MultilineAddressComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
1685
- MultilineAddressComponentType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
1686
- return MultilineAddressComponentType2;
1687
- })(MultilineAddressComponentType || {});
1715
+ var AddressComponentType = /* @__PURE__ */ ((AddressComponentType2) => {
1716
+ AddressComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
1717
+ AddressComponentType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
1718
+ return AddressComponentType2;
1719
+ })(AddressComponentType || {});
1688
1720
  var DefaultCountryConfigType = /* @__PURE__ */ ((DefaultCountryConfigType2) => {
1689
1721
  DefaultCountryConfigType2["UNKNOWN_DEFAULT_COUNTRY"] = "UNKNOWN_DEFAULT_COUNTRY";
1690
1722
  DefaultCountryConfigType2["BY_IP"] = "BY_IP";
1691
1723
  DefaultCountryConfigType2["COUNTRY"] = "COUNTRY";
1692
1724
  return DefaultCountryConfigType2;
1693
1725
  })(DefaultCountryConfigType || {});
1726
+ var SchedulingComponentType = /* @__PURE__ */ ((SchedulingComponentType2) => {
1727
+ SchedulingComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
1728
+ SchedulingComponentType2["APPOINTMENT"] = "APPOINTMENT";
1729
+ return SchedulingComponentType2;
1730
+ })(SchedulingComponentType || {});
1731
+ var AppointmentFormat = /* @__PURE__ */ ((AppointmentFormat2) => {
1732
+ AppointmentFormat2["UNKNOWN_FORMAT_TYPE"] = "UNKNOWN_FORMAT_TYPE";
1733
+ AppointmentFormat2["IN_PERSON"] = "IN_PERSON";
1734
+ AppointmentFormat2["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
1735
+ AppointmentFormat2["PHONE"] = "PHONE";
1736
+ return AppointmentFormat2;
1737
+ })(AppointmentFormat || {});
1694
1738
  var InputType = /* @__PURE__ */ ((InputType2) => {
1695
1739
  InputType2["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
1696
1740
  InputType2["STRING"] = "STRING";
@@ -1700,7 +1744,8 @@ var InputType = /* @__PURE__ */ ((InputType2) => {
1700
1744
  InputType2["OBJECT"] = "OBJECT";
1701
1745
  InputType2["WIX_FILE"] = "WIX_FILE";
1702
1746
  InputType2["PAYMENT"] = "PAYMENT";
1703
- InputType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
1747
+ InputType2["SCHEDULING"] = "SCHEDULING";
1748
+ InputType2["ADDRESS"] = "ADDRESS";
1704
1749
  return InputType2;
1705
1750
  })(InputType || {});
1706
1751
  var EmailInfoTag = /* @__PURE__ */ ((EmailInfoTag2) => {
@@ -2867,11 +2912,13 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
2867
2912
  ActionName,
2868
2913
  ActionSPIConfigInterfaceConfigurationType,
2869
2914
  ActionType,
2915
+ AddressComponentType,
2870
2916
  AddressInfoTag,
2871
2917
  AlgorithmType,
2872
2918
  Alignment,
2873
2919
  AndroidStyle,
2874
2920
  AppType,
2921
+ AppointmentFormat,
2875
2922
  Archetype,
2876
2923
  ArrayComponentType,
2877
2924
  AspectRatio,
@@ -2886,6 +2933,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
2886
2933
  BreakpointEnumBreakpoint,
2887
2934
  ButtonDataType,
2888
2935
  CalendarType,
2936
+ CardStylesAlignment,
2889
2937
  CardStylesType,
2890
2938
  ChangeableProperty,
2891
2939
  ChannelConfigurationChannelType,
@@ -2952,6 +3000,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
2952
3000
  IconType,
2953
3001
  ImageCategoryTypes,
2954
3002
  ImageFit,
3003
+ ImagePosition,
2955
3004
  ImageShape,
2956
3005
  ImageStylesPosition,
2957
3006
  ImportanceLevel,
@@ -2979,7 +3028,6 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
2979
3028
  Method,
2980
3029
  MobileApplication,
2981
3030
  MonitoringType,
2982
- MultilineAddressComponentType,
2983
3031
  NativeStateType,
2984
3032
  NavigationType,
2985
3033
  NodeType,
@@ -3029,6 +3077,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
3029
3077
  RestrictedOperation,
3030
3078
  RestrictionLevel,
3031
3079
  RichTextAbilities,
3080
+ SchedulingComponentType,
3032
3081
  SchemaFieldExposure,
3033
3082
  SchemaFieldFieldType,
3034
3083
  SchemaScope,
@@ -3065,6 +3114,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
3065
3114
  TypedDynamicParamType,
3066
3115
  UnitType,
3067
3116
  UploadFileFormat,
3117
+ UploadFileFormatEnumUploadFileFormat,
3068
3118
  UserNotificationDataRecipientFilterType,
3069
3119
  UserNotificationDataType,
3070
3120
  ValueConstraintType,