@wix/auto_sdk_data-extension-schema_schemas 1.0.65 → 1.0.67

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,
@@ -125,6 +129,7 @@ __export(index_typings_exports, {
125
129
  InterfaceConfigurationType: () => InterfaceConfigurationType,
126
130
  ItemType: () => ItemType,
127
131
  Layout: () => Layout,
132
+ LayoutMode: () => LayoutMode,
128
133
  LayoutType: () => LayoutType,
129
134
  Level: () => Level,
130
135
  LineStyle: () => LineStyle,
@@ -140,7 +145,6 @@ __export(index_typings_exports, {
140
145
  Method: () => Method,
141
146
  MobileApplication: () => MobileApplication,
142
147
  MonitoringType: () => MonitoringType,
143
- MultilineAddressComponentType: () => MultilineAddressComponentType,
144
148
  NativeStateType: () => NativeStateType,
145
149
  NavigationType: () => NavigationType,
146
150
  NodeType: () => NodeType,
@@ -190,6 +194,7 @@ __export(index_typings_exports, {
190
194
  RestrictedOperation: () => RestrictedOperation,
191
195
  RestrictionLevel: () => RestrictionLevel,
192
196
  RichTextAbilities: () => RichTextAbilities,
197
+ SchedulingComponentType: () => SchedulingComponentType,
193
198
  SchemaFieldExposure: () => SchemaFieldExposure,
194
199
  SchemaFieldFieldType: () => SchemaFieldFieldType,
195
200
  SchemaScope: () => SchemaScope,
@@ -226,6 +231,7 @@ __export(index_typings_exports, {
226
231
  TypedDynamicParamType: () => TypedDynamicParamType,
227
232
  UnitType: () => UnitType,
228
233
  UploadFileFormat: () => UploadFileFormat,
234
+ UploadFileFormatEnumUploadFileFormat: () => UploadFileFormatEnumUploadFileFormat,
229
235
  UserNotificationDataRecipientFilterType: () => UserNotificationDataRecipientFilterType,
230
236
  UserNotificationDataType: () => UserNotificationDataType,
231
237
  ValueConstraintType: () => ValueConstraintType,
@@ -995,6 +1001,12 @@ var Status = /* @__PURE__ */ ((Status2) => {
995
1001
  Status2["INACTIVE"] = "INACTIVE";
996
1002
  return Status2;
997
1003
  })(Status || {});
1004
+ var LayoutMode = /* @__PURE__ */ ((LayoutMode2) => {
1005
+ LayoutMode2["STANDARD_VIEW"] = "STANDARD_VIEW";
1006
+ LayoutMode2["BUILDER_VIEW"] = "BUILDER_VIEW";
1007
+ LayoutMode2["EXPANDED_VIEW"] = "EXPANDED_VIEW";
1008
+ return LayoutMode2;
1009
+ })(LayoutMode || {});
998
1010
  var TextInputDisplayType = /* @__PURE__ */ ((TextInputDisplayType2) => {
999
1011
  TextInputDisplayType2["TEXT"] = "TEXT";
1000
1012
  TextInputDisplayType2["PASSWORD"] = "PASSWORD";
@@ -1320,12 +1332,12 @@ var CardStylesType = /* @__PURE__ */ ((CardStylesType2) => {
1320
1332
  CardStylesType2["FRAMELESS"] = "FRAMELESS";
1321
1333
  return CardStylesType2;
1322
1334
  })(CardStylesType || {});
1323
- var Alignment = /* @__PURE__ */ ((Alignment2) => {
1324
- Alignment2["START"] = "START";
1325
- Alignment2["CENTER"] = "CENTER";
1326
- Alignment2["END"] = "END";
1327
- return Alignment2;
1328
- })(Alignment || {});
1335
+ var CardStylesAlignment = /* @__PURE__ */ ((CardStylesAlignment2) => {
1336
+ CardStylesAlignment2["START"] = "START";
1337
+ CardStylesAlignment2["CENTER"] = "CENTER";
1338
+ CardStylesAlignment2["END"] = "END";
1339
+ return CardStylesAlignment2;
1340
+ })(CardStylesAlignment || {});
1329
1341
  var Layout = /* @__PURE__ */ ((Layout2) => {
1330
1342
  Layout2["STACKED"] = "STACKED";
1331
1343
  Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
@@ -1593,8 +1605,28 @@ var StringComponentType = /* @__PURE__ */ ((StringComponentType2) => {
1593
1605
  StringComponentType2["DATE_INPUT"] = "DATE_INPUT";
1594
1606
  StringComponentType2["TIME_INPUT"] = "TIME_INPUT";
1595
1607
  StringComponentType2["DATE_PICKER"] = "DATE_PICKER";
1608
+ StringComponentType2["SERVICES_DROPDOWN"] = "SERVICES_DROPDOWN";
1596
1609
  return StringComponentType2;
1597
1610
  })(StringComponentType || {});
1611
+ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
1612
+ ImagePosition2["UNKNOWN_IMAGE_POSITION"] = "UNKNOWN_IMAGE_POSITION";
1613
+ ImagePosition2["ABOVE"] = "ABOVE";
1614
+ ImagePosition2["BELOW"] = "BELOW";
1615
+ return ImagePosition2;
1616
+ })(ImagePosition || {});
1617
+ var Alignment = /* @__PURE__ */ ((Alignment2) => {
1618
+ Alignment2["UNKNOWN_ALIGNMENT"] = "UNKNOWN_ALIGNMENT";
1619
+ Alignment2["LEFT"] = "LEFT";
1620
+ Alignment2["CENTER"] = "CENTER";
1621
+ Alignment2["RIGHT"] = "RIGHT";
1622
+ return Alignment2;
1623
+ })(Alignment || {});
1624
+ var ImageFit = /* @__PURE__ */ ((ImageFit2) => {
1625
+ ImageFit2["UNKNOWN_IMAGE_FIT"] = "UNKNOWN_IMAGE_FIT";
1626
+ ImageFit2["COVER"] = "COVER";
1627
+ ImageFit2["CONTAIN"] = "CONTAIN";
1628
+ return ImageFit2;
1629
+ })(ImageFit || {});
1598
1630
  var NumberOfColumns = /* @__PURE__ */ ((NumberOfColumns2) => {
1599
1631
  NumberOfColumns2["UNKNOWN"] = "UNKNOWN";
1600
1632
  NumberOfColumns2["ZERO"] = "ZERO";
@@ -1640,6 +1672,7 @@ var PropertiesTypeEnum = /* @__PURE__ */ ((PropertiesTypeEnum2) => {
1640
1672
  var ArrayComponentType = /* @__PURE__ */ ((ArrayComponentType2) => {
1641
1673
  ArrayComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
1642
1674
  ArrayComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
1675
+ ArrayComponentType2["TAGS"] = "TAGS";
1643
1676
  return ArrayComponentType2;
1644
1677
  })(ArrayComponentType || {});
1645
1678
  var WixFileComponentType = /* @__PURE__ */ ((WixFileComponentType2) => {
@@ -1649,7 +1682,7 @@ var WixFileComponentType = /* @__PURE__ */ ((WixFileComponentType2) => {
1649
1682
  return WixFileComponentType2;
1650
1683
  })(WixFileComponentType || {});
1651
1684
  var UploadFileFormat = /* @__PURE__ */ ((UploadFileFormat2) => {
1652
- UploadFileFormat2["UNDEFINED"] = "UNDEFINED";
1685
+ UploadFileFormat2["UNKNOWN_UPLOAD_FILE_FORMAT"] = "UNKNOWN_UPLOAD_FILE_FORMAT";
1653
1686
  UploadFileFormat2["VIDEO"] = "VIDEO";
1654
1687
  UploadFileFormat2["IMAGE"] = "IMAGE";
1655
1688
  UploadFileFormat2["AUDIO"] = "AUDIO";
@@ -1657,10 +1690,21 @@ var UploadFileFormat = /* @__PURE__ */ ((UploadFileFormat2) => {
1657
1690
  UploadFileFormat2["ARCHIVE"] = "ARCHIVE";
1658
1691
  return UploadFileFormat2;
1659
1692
  })(UploadFileFormat || {});
1693
+ var UploadFileFormatEnumUploadFileFormat = /* @__PURE__ */ ((UploadFileFormatEnumUploadFileFormat2) => {
1694
+ UploadFileFormatEnumUploadFileFormat2["UNDEFINED"] = "UNDEFINED";
1695
+ UploadFileFormatEnumUploadFileFormat2["VIDEO"] = "VIDEO";
1696
+ UploadFileFormatEnumUploadFileFormat2["IMAGE"] = "IMAGE";
1697
+ UploadFileFormatEnumUploadFileFormat2["AUDIO"] = "AUDIO";
1698
+ UploadFileFormatEnumUploadFileFormat2["DOCUMENT"] = "DOCUMENT";
1699
+ UploadFileFormatEnumUploadFileFormat2["ARCHIVE"] = "ARCHIVE";
1700
+ return UploadFileFormatEnumUploadFileFormat2;
1701
+ })(UploadFileFormatEnumUploadFileFormat || {});
1660
1702
  var PaymentComponentType = /* @__PURE__ */ ((PaymentComponentType2) => {
1661
1703
  PaymentComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
1662
1704
  PaymentComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
1663
1705
  PaymentComponentType2["DONATION_INPUT"] = "DONATION_INPUT";
1706
+ PaymentComponentType2["PAYMENT_INPUT"] = "PAYMENT_INPUT";
1707
+ PaymentComponentType2["FIXED_PAYMENT"] = "FIXED_PAYMENT";
1664
1708
  return PaymentComponentType2;
1665
1709
  })(PaymentComponentType || {});
1666
1710
  var ProductType = /* @__PURE__ */ ((ProductType2) => {
@@ -1675,23 +1719,29 @@ var PriceType = /* @__PURE__ */ ((PriceType2) => {
1675
1719
  PriceType2["DYNAMIC_PRICE"] = "DYNAMIC_PRICE";
1676
1720
  return PriceType2;
1677
1721
  })(PriceType || {});
1678
- var ImageFit = /* @__PURE__ */ ((ImageFit2) => {
1679
- ImageFit2["UNKNOWN_IMAGE_FIT"] = "UNKNOWN_IMAGE_FIT";
1680
- ImageFit2["COVER"] = "COVER";
1681
- ImageFit2["CONTAIN"] = "CONTAIN";
1682
- return ImageFit2;
1683
- })(ImageFit || {});
1684
- var MultilineAddressComponentType = /* @__PURE__ */ ((MultilineAddressComponentType2) => {
1685
- MultilineAddressComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
1686
- MultilineAddressComponentType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
1687
- return MultilineAddressComponentType2;
1688
- })(MultilineAddressComponentType || {});
1722
+ var AddressComponentType = /* @__PURE__ */ ((AddressComponentType2) => {
1723
+ AddressComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
1724
+ AddressComponentType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
1725
+ return AddressComponentType2;
1726
+ })(AddressComponentType || {});
1689
1727
  var DefaultCountryConfigType = /* @__PURE__ */ ((DefaultCountryConfigType2) => {
1690
1728
  DefaultCountryConfigType2["UNKNOWN_DEFAULT_COUNTRY"] = "UNKNOWN_DEFAULT_COUNTRY";
1691
1729
  DefaultCountryConfigType2["BY_IP"] = "BY_IP";
1692
1730
  DefaultCountryConfigType2["COUNTRY"] = "COUNTRY";
1693
1731
  return DefaultCountryConfigType2;
1694
1732
  })(DefaultCountryConfigType || {});
1733
+ var SchedulingComponentType = /* @__PURE__ */ ((SchedulingComponentType2) => {
1734
+ SchedulingComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
1735
+ SchedulingComponentType2["APPOINTMENT"] = "APPOINTMENT";
1736
+ return SchedulingComponentType2;
1737
+ })(SchedulingComponentType || {});
1738
+ var AppointmentFormat = /* @__PURE__ */ ((AppointmentFormat2) => {
1739
+ AppointmentFormat2["UNKNOWN_FORMAT_TYPE"] = "UNKNOWN_FORMAT_TYPE";
1740
+ AppointmentFormat2["IN_PERSON"] = "IN_PERSON";
1741
+ AppointmentFormat2["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
1742
+ AppointmentFormat2["PHONE"] = "PHONE";
1743
+ return AppointmentFormat2;
1744
+ })(AppointmentFormat || {});
1695
1745
  var InputType = /* @__PURE__ */ ((InputType2) => {
1696
1746
  InputType2["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
1697
1747
  InputType2["STRING"] = "STRING";
@@ -1701,7 +1751,8 @@ var InputType = /* @__PURE__ */ ((InputType2) => {
1701
1751
  InputType2["OBJECT"] = "OBJECT";
1702
1752
  InputType2["WIX_FILE"] = "WIX_FILE";
1703
1753
  InputType2["PAYMENT"] = "PAYMENT";
1704
- InputType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
1754
+ InputType2["SCHEDULING"] = "SCHEDULING";
1755
+ InputType2["ADDRESS"] = "ADDRESS";
1705
1756
  return InputType2;
1706
1757
  })(InputType || {});
1707
1758
  var EmailInfoTag = /* @__PURE__ */ ((EmailInfoTag2) => {
@@ -2868,11 +2919,13 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
2868
2919
  ActionName,
2869
2920
  ActionSPIConfigInterfaceConfigurationType,
2870
2921
  ActionType,
2922
+ AddressComponentType,
2871
2923
  AddressInfoTag,
2872
2924
  AlgorithmType,
2873
2925
  Alignment,
2874
2926
  AndroidStyle,
2875
2927
  AppType,
2928
+ AppointmentFormat,
2876
2929
  Archetype,
2877
2930
  ArrayComponentType,
2878
2931
  AspectRatio,
@@ -2887,6 +2940,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
2887
2940
  BreakpointEnumBreakpoint,
2888
2941
  ButtonDataType,
2889
2942
  CalendarType,
2943
+ CardStylesAlignment,
2890
2944
  CardStylesType,
2891
2945
  ChangeableProperty,
2892
2946
  ChannelConfigurationChannelType,
@@ -2953,6 +3007,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
2953
3007
  IconType,
2954
3008
  ImageCategoryTypes,
2955
3009
  ImageFit,
3010
+ ImagePosition,
2956
3011
  ImageShape,
2957
3012
  ImageStylesPosition,
2958
3013
  ImportanceLevel,
@@ -2965,6 +3020,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
2965
3020
  InterfaceConfigurationType,
2966
3021
  ItemType,
2967
3022
  Layout,
3023
+ LayoutMode,
2968
3024
  LayoutType,
2969
3025
  Level,
2970
3026
  LineStyle,
@@ -2980,7 +3036,6 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
2980
3036
  Method,
2981
3037
  MobileApplication,
2982
3038
  MonitoringType,
2983
- MultilineAddressComponentType,
2984
3039
  NativeStateType,
2985
3040
  NavigationType,
2986
3041
  NodeType,
@@ -3030,6 +3085,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
3030
3085
  RestrictedOperation,
3031
3086
  RestrictionLevel,
3032
3087
  RichTextAbilities,
3088
+ SchedulingComponentType,
3033
3089
  SchemaFieldExposure,
3034
3090
  SchemaFieldFieldType,
3035
3091
  SchemaScope,
@@ -3066,6 +3122,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
3066
3122
  TypedDynamicParamType,
3067
3123
  UnitType,
3068
3124
  UploadFileFormat,
3125
+ UploadFileFormatEnumUploadFileFormat,
3069
3126
  UserNotificationDataRecipientFilterType,
3070
3127
  UserNotificationDataType,
3071
3128
  ValueConstraintType,