@wix/auto_sdk_data-extension-schema_schemas 1.0.65 → 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.
- package/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +70 -21
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +511 -97
- package/build/cjs/index.typings.js +70 -21
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +64 -20
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +511 -97
- package/build/es/index.typings.mjs +64 -20
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +70 -21
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +511 -97
- package/build/internal/cjs/index.typings.js +70 -21
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +64 -20
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +511 -97
- package/build/internal/es/index.typings.mjs +64 -20
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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,
|
|
@@ -1320,12 +1325,12 @@ var CardStylesType = /* @__PURE__ */ ((CardStylesType2) => {
|
|
|
1320
1325
|
CardStylesType2["FRAMELESS"] = "FRAMELESS";
|
|
1321
1326
|
return CardStylesType2;
|
|
1322
1327
|
})(CardStylesType || {});
|
|
1323
|
-
var
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
return
|
|
1328
|
-
})(
|
|
1328
|
+
var CardStylesAlignment = /* @__PURE__ */ ((CardStylesAlignment2) => {
|
|
1329
|
+
CardStylesAlignment2["START"] = "START";
|
|
1330
|
+
CardStylesAlignment2["CENTER"] = "CENTER";
|
|
1331
|
+
CardStylesAlignment2["END"] = "END";
|
|
1332
|
+
return CardStylesAlignment2;
|
|
1333
|
+
})(CardStylesAlignment || {});
|
|
1329
1334
|
var Layout = /* @__PURE__ */ ((Layout2) => {
|
|
1330
1335
|
Layout2["STACKED"] = "STACKED";
|
|
1331
1336
|
Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
@@ -1593,8 +1598,28 @@ var StringComponentType = /* @__PURE__ */ ((StringComponentType2) => {
|
|
|
1593
1598
|
StringComponentType2["DATE_INPUT"] = "DATE_INPUT";
|
|
1594
1599
|
StringComponentType2["TIME_INPUT"] = "TIME_INPUT";
|
|
1595
1600
|
StringComponentType2["DATE_PICKER"] = "DATE_PICKER";
|
|
1601
|
+
StringComponentType2["SERVICES_DROPDOWN"] = "SERVICES_DROPDOWN";
|
|
1596
1602
|
return StringComponentType2;
|
|
1597
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 || {});
|
|
1598
1623
|
var NumberOfColumns = /* @__PURE__ */ ((NumberOfColumns2) => {
|
|
1599
1624
|
NumberOfColumns2["UNKNOWN"] = "UNKNOWN";
|
|
1600
1625
|
NumberOfColumns2["ZERO"] = "ZERO";
|
|
@@ -1640,6 +1665,7 @@ var PropertiesTypeEnum = /* @__PURE__ */ ((PropertiesTypeEnum2) => {
|
|
|
1640
1665
|
var ArrayComponentType = /* @__PURE__ */ ((ArrayComponentType2) => {
|
|
1641
1666
|
ArrayComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1642
1667
|
ArrayComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
|
|
1668
|
+
ArrayComponentType2["TAGS"] = "TAGS";
|
|
1643
1669
|
return ArrayComponentType2;
|
|
1644
1670
|
})(ArrayComponentType || {});
|
|
1645
1671
|
var WixFileComponentType = /* @__PURE__ */ ((WixFileComponentType2) => {
|
|
@@ -1649,7 +1675,7 @@ var WixFileComponentType = /* @__PURE__ */ ((WixFileComponentType2) => {
|
|
|
1649
1675
|
return WixFileComponentType2;
|
|
1650
1676
|
})(WixFileComponentType || {});
|
|
1651
1677
|
var UploadFileFormat = /* @__PURE__ */ ((UploadFileFormat2) => {
|
|
1652
|
-
UploadFileFormat2["
|
|
1678
|
+
UploadFileFormat2["UNKNOWN_UPLOAD_FILE_FORMAT"] = "UNKNOWN_UPLOAD_FILE_FORMAT";
|
|
1653
1679
|
UploadFileFormat2["VIDEO"] = "VIDEO";
|
|
1654
1680
|
UploadFileFormat2["IMAGE"] = "IMAGE";
|
|
1655
1681
|
UploadFileFormat2["AUDIO"] = "AUDIO";
|
|
@@ -1657,10 +1683,21 @@ var UploadFileFormat = /* @__PURE__ */ ((UploadFileFormat2) => {
|
|
|
1657
1683
|
UploadFileFormat2["ARCHIVE"] = "ARCHIVE";
|
|
1658
1684
|
return UploadFileFormat2;
|
|
1659
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 || {});
|
|
1660
1695
|
var PaymentComponentType = /* @__PURE__ */ ((PaymentComponentType2) => {
|
|
1661
1696
|
PaymentComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1662
1697
|
PaymentComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
|
|
1663
1698
|
PaymentComponentType2["DONATION_INPUT"] = "DONATION_INPUT";
|
|
1699
|
+
PaymentComponentType2["PAYMENT_INPUT"] = "PAYMENT_INPUT";
|
|
1700
|
+
PaymentComponentType2["FIXED_PAYMENT"] = "FIXED_PAYMENT";
|
|
1664
1701
|
return PaymentComponentType2;
|
|
1665
1702
|
})(PaymentComponentType || {});
|
|
1666
1703
|
var ProductType = /* @__PURE__ */ ((ProductType2) => {
|
|
@@ -1675,23 +1712,29 @@ var PriceType = /* @__PURE__ */ ((PriceType2) => {
|
|
|
1675
1712
|
PriceType2["DYNAMIC_PRICE"] = "DYNAMIC_PRICE";
|
|
1676
1713
|
return PriceType2;
|
|
1677
1714
|
})(PriceType || {});
|
|
1678
|
-
var
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
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 || {});
|
|
1715
|
+
var AddressComponentType = /* @__PURE__ */ ((AddressComponentType2) => {
|
|
1716
|
+
AddressComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1717
|
+
AddressComponentType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
|
|
1718
|
+
return AddressComponentType2;
|
|
1719
|
+
})(AddressComponentType || {});
|
|
1689
1720
|
var DefaultCountryConfigType = /* @__PURE__ */ ((DefaultCountryConfigType2) => {
|
|
1690
1721
|
DefaultCountryConfigType2["UNKNOWN_DEFAULT_COUNTRY"] = "UNKNOWN_DEFAULT_COUNTRY";
|
|
1691
1722
|
DefaultCountryConfigType2["BY_IP"] = "BY_IP";
|
|
1692
1723
|
DefaultCountryConfigType2["COUNTRY"] = "COUNTRY";
|
|
1693
1724
|
return DefaultCountryConfigType2;
|
|
1694
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 || {});
|
|
1695
1738
|
var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
1696
1739
|
InputType2["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
|
|
1697
1740
|
InputType2["STRING"] = "STRING";
|
|
@@ -1701,7 +1744,8 @@ var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
|
1701
1744
|
InputType2["OBJECT"] = "OBJECT";
|
|
1702
1745
|
InputType2["WIX_FILE"] = "WIX_FILE";
|
|
1703
1746
|
InputType2["PAYMENT"] = "PAYMENT";
|
|
1704
|
-
InputType2["
|
|
1747
|
+
InputType2["SCHEDULING"] = "SCHEDULING";
|
|
1748
|
+
InputType2["ADDRESS"] = "ADDRESS";
|
|
1705
1749
|
return InputType2;
|
|
1706
1750
|
})(InputType || {});
|
|
1707
1751
|
var EmailInfoTag = /* @__PURE__ */ ((EmailInfoTag2) => {
|
|
@@ -2868,11 +2912,13 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
|
|
|
2868
2912
|
ActionName,
|
|
2869
2913
|
ActionSPIConfigInterfaceConfigurationType,
|
|
2870
2914
|
ActionType,
|
|
2915
|
+
AddressComponentType,
|
|
2871
2916
|
AddressInfoTag,
|
|
2872
2917
|
AlgorithmType,
|
|
2873
2918
|
Alignment,
|
|
2874
2919
|
AndroidStyle,
|
|
2875
2920
|
AppType,
|
|
2921
|
+
AppointmentFormat,
|
|
2876
2922
|
Archetype,
|
|
2877
2923
|
ArrayComponentType,
|
|
2878
2924
|
AspectRatio,
|
|
@@ -2887,6 +2933,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
|
|
|
2887
2933
|
BreakpointEnumBreakpoint,
|
|
2888
2934
|
ButtonDataType,
|
|
2889
2935
|
CalendarType,
|
|
2936
|
+
CardStylesAlignment,
|
|
2890
2937
|
CardStylesType,
|
|
2891
2938
|
ChangeableProperty,
|
|
2892
2939
|
ChannelConfigurationChannelType,
|
|
@@ -2953,6 +3000,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
|
|
|
2953
3000
|
IconType,
|
|
2954
3001
|
ImageCategoryTypes,
|
|
2955
3002
|
ImageFit,
|
|
3003
|
+
ImagePosition,
|
|
2956
3004
|
ImageShape,
|
|
2957
3005
|
ImageStylesPosition,
|
|
2958
3006
|
ImportanceLevel,
|
|
@@ -2980,7 +3028,6 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
|
|
|
2980
3028
|
Method,
|
|
2981
3029
|
MobileApplication,
|
|
2982
3030
|
MonitoringType,
|
|
2983
|
-
MultilineAddressComponentType,
|
|
2984
3031
|
NativeStateType,
|
|
2985
3032
|
NavigationType,
|
|
2986
3033
|
NodeType,
|
|
@@ -3030,6 +3077,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
|
|
|
3030
3077
|
RestrictedOperation,
|
|
3031
3078
|
RestrictionLevel,
|
|
3032
3079
|
RichTextAbilities,
|
|
3080
|
+
SchedulingComponentType,
|
|
3033
3081
|
SchemaFieldExposure,
|
|
3034
3082
|
SchemaFieldFieldType,
|
|
3035
3083
|
SchemaScope,
|
|
@@ -3066,6 +3114,7 @@ async function deleteByWhiteListedMetaSite2(metaSiteId) {
|
|
|
3066
3114
|
TypedDynamicParamType,
|
|
3067
3115
|
UnitType,
|
|
3068
3116
|
UploadFileFormat,
|
|
3117
|
+
UploadFileFormatEnumUploadFileFormat,
|
|
3069
3118
|
UserNotificationDataRecipientFilterType,
|
|
3070
3119
|
UserNotificationDataType,
|
|
3071
3120
|
ValueConstraintType,
|