@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
|
@@ -1068,12 +1068,12 @@ var CardStylesType = /* @__PURE__ */ ((CardStylesType2) => {
|
|
|
1068
1068
|
CardStylesType2["FRAMELESS"] = "FRAMELESS";
|
|
1069
1069
|
return CardStylesType2;
|
|
1070
1070
|
})(CardStylesType || {});
|
|
1071
|
-
var
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
return
|
|
1076
|
-
})(
|
|
1071
|
+
var CardStylesAlignment = /* @__PURE__ */ ((CardStylesAlignment2) => {
|
|
1072
|
+
CardStylesAlignment2["START"] = "START";
|
|
1073
|
+
CardStylesAlignment2["CENTER"] = "CENTER";
|
|
1074
|
+
CardStylesAlignment2["END"] = "END";
|
|
1075
|
+
return CardStylesAlignment2;
|
|
1076
|
+
})(CardStylesAlignment || {});
|
|
1077
1077
|
var Layout = /* @__PURE__ */ ((Layout2) => {
|
|
1078
1078
|
Layout2["STACKED"] = "STACKED";
|
|
1079
1079
|
Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
@@ -1341,8 +1341,28 @@ var StringComponentType = /* @__PURE__ */ ((StringComponentType2) => {
|
|
|
1341
1341
|
StringComponentType2["DATE_INPUT"] = "DATE_INPUT";
|
|
1342
1342
|
StringComponentType2["TIME_INPUT"] = "TIME_INPUT";
|
|
1343
1343
|
StringComponentType2["DATE_PICKER"] = "DATE_PICKER";
|
|
1344
|
+
StringComponentType2["SERVICES_DROPDOWN"] = "SERVICES_DROPDOWN";
|
|
1344
1345
|
return StringComponentType2;
|
|
1345
1346
|
})(StringComponentType || {});
|
|
1347
|
+
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1348
|
+
ImagePosition2["UNKNOWN_IMAGE_POSITION"] = "UNKNOWN_IMAGE_POSITION";
|
|
1349
|
+
ImagePosition2["ABOVE"] = "ABOVE";
|
|
1350
|
+
ImagePosition2["BELOW"] = "BELOW";
|
|
1351
|
+
return ImagePosition2;
|
|
1352
|
+
})(ImagePosition || {});
|
|
1353
|
+
var Alignment = /* @__PURE__ */ ((Alignment2) => {
|
|
1354
|
+
Alignment2["UNKNOWN_ALIGNMENT"] = "UNKNOWN_ALIGNMENT";
|
|
1355
|
+
Alignment2["LEFT"] = "LEFT";
|
|
1356
|
+
Alignment2["CENTER"] = "CENTER";
|
|
1357
|
+
Alignment2["RIGHT"] = "RIGHT";
|
|
1358
|
+
return Alignment2;
|
|
1359
|
+
})(Alignment || {});
|
|
1360
|
+
var ImageFit = /* @__PURE__ */ ((ImageFit2) => {
|
|
1361
|
+
ImageFit2["UNKNOWN_IMAGE_FIT"] = "UNKNOWN_IMAGE_FIT";
|
|
1362
|
+
ImageFit2["COVER"] = "COVER";
|
|
1363
|
+
ImageFit2["CONTAIN"] = "CONTAIN";
|
|
1364
|
+
return ImageFit2;
|
|
1365
|
+
})(ImageFit || {});
|
|
1346
1366
|
var NumberOfColumns = /* @__PURE__ */ ((NumberOfColumns2) => {
|
|
1347
1367
|
NumberOfColumns2["UNKNOWN"] = "UNKNOWN";
|
|
1348
1368
|
NumberOfColumns2["ZERO"] = "ZERO";
|
|
@@ -1388,6 +1408,7 @@ var PropertiesTypeEnum = /* @__PURE__ */ ((PropertiesTypeEnum2) => {
|
|
|
1388
1408
|
var ArrayComponentType = /* @__PURE__ */ ((ArrayComponentType2) => {
|
|
1389
1409
|
ArrayComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1390
1410
|
ArrayComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
|
|
1411
|
+
ArrayComponentType2["TAGS"] = "TAGS";
|
|
1391
1412
|
return ArrayComponentType2;
|
|
1392
1413
|
})(ArrayComponentType || {});
|
|
1393
1414
|
var WixFileComponentType = /* @__PURE__ */ ((WixFileComponentType2) => {
|
|
@@ -1397,7 +1418,7 @@ var WixFileComponentType = /* @__PURE__ */ ((WixFileComponentType2) => {
|
|
|
1397
1418
|
return WixFileComponentType2;
|
|
1398
1419
|
})(WixFileComponentType || {});
|
|
1399
1420
|
var UploadFileFormat = /* @__PURE__ */ ((UploadFileFormat2) => {
|
|
1400
|
-
UploadFileFormat2["
|
|
1421
|
+
UploadFileFormat2["UNKNOWN_UPLOAD_FILE_FORMAT"] = "UNKNOWN_UPLOAD_FILE_FORMAT";
|
|
1401
1422
|
UploadFileFormat2["VIDEO"] = "VIDEO";
|
|
1402
1423
|
UploadFileFormat2["IMAGE"] = "IMAGE";
|
|
1403
1424
|
UploadFileFormat2["AUDIO"] = "AUDIO";
|
|
@@ -1405,10 +1426,21 @@ var UploadFileFormat = /* @__PURE__ */ ((UploadFileFormat2) => {
|
|
|
1405
1426
|
UploadFileFormat2["ARCHIVE"] = "ARCHIVE";
|
|
1406
1427
|
return UploadFileFormat2;
|
|
1407
1428
|
})(UploadFileFormat || {});
|
|
1429
|
+
var UploadFileFormatEnumUploadFileFormat = /* @__PURE__ */ ((UploadFileFormatEnumUploadFileFormat2) => {
|
|
1430
|
+
UploadFileFormatEnumUploadFileFormat2["UNDEFINED"] = "UNDEFINED";
|
|
1431
|
+
UploadFileFormatEnumUploadFileFormat2["VIDEO"] = "VIDEO";
|
|
1432
|
+
UploadFileFormatEnumUploadFileFormat2["IMAGE"] = "IMAGE";
|
|
1433
|
+
UploadFileFormatEnumUploadFileFormat2["AUDIO"] = "AUDIO";
|
|
1434
|
+
UploadFileFormatEnumUploadFileFormat2["DOCUMENT"] = "DOCUMENT";
|
|
1435
|
+
UploadFileFormatEnumUploadFileFormat2["ARCHIVE"] = "ARCHIVE";
|
|
1436
|
+
return UploadFileFormatEnumUploadFileFormat2;
|
|
1437
|
+
})(UploadFileFormatEnumUploadFileFormat || {});
|
|
1408
1438
|
var PaymentComponentType = /* @__PURE__ */ ((PaymentComponentType2) => {
|
|
1409
1439
|
PaymentComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1410
1440
|
PaymentComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
|
|
1411
1441
|
PaymentComponentType2["DONATION_INPUT"] = "DONATION_INPUT";
|
|
1442
|
+
PaymentComponentType2["PAYMENT_INPUT"] = "PAYMENT_INPUT";
|
|
1443
|
+
PaymentComponentType2["FIXED_PAYMENT"] = "FIXED_PAYMENT";
|
|
1412
1444
|
return PaymentComponentType2;
|
|
1413
1445
|
})(PaymentComponentType || {});
|
|
1414
1446
|
var ProductType = /* @__PURE__ */ ((ProductType2) => {
|
|
@@ -1423,23 +1455,29 @@ var PriceType = /* @__PURE__ */ ((PriceType2) => {
|
|
|
1423
1455
|
PriceType2["DYNAMIC_PRICE"] = "DYNAMIC_PRICE";
|
|
1424
1456
|
return PriceType2;
|
|
1425
1457
|
})(PriceType || {});
|
|
1426
|
-
var
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
})(ImageFit || {});
|
|
1432
|
-
var MultilineAddressComponentType = /* @__PURE__ */ ((MultilineAddressComponentType2) => {
|
|
1433
|
-
MultilineAddressComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1434
|
-
MultilineAddressComponentType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
|
|
1435
|
-
return MultilineAddressComponentType2;
|
|
1436
|
-
})(MultilineAddressComponentType || {});
|
|
1458
|
+
var AddressComponentType = /* @__PURE__ */ ((AddressComponentType2) => {
|
|
1459
|
+
AddressComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1460
|
+
AddressComponentType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
|
|
1461
|
+
return AddressComponentType2;
|
|
1462
|
+
})(AddressComponentType || {});
|
|
1437
1463
|
var DefaultCountryConfigType = /* @__PURE__ */ ((DefaultCountryConfigType2) => {
|
|
1438
1464
|
DefaultCountryConfigType2["UNKNOWN_DEFAULT_COUNTRY"] = "UNKNOWN_DEFAULT_COUNTRY";
|
|
1439
1465
|
DefaultCountryConfigType2["BY_IP"] = "BY_IP";
|
|
1440
1466
|
DefaultCountryConfigType2["COUNTRY"] = "COUNTRY";
|
|
1441
1467
|
return DefaultCountryConfigType2;
|
|
1442
1468
|
})(DefaultCountryConfigType || {});
|
|
1469
|
+
var SchedulingComponentType = /* @__PURE__ */ ((SchedulingComponentType2) => {
|
|
1470
|
+
SchedulingComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1471
|
+
SchedulingComponentType2["APPOINTMENT"] = "APPOINTMENT";
|
|
1472
|
+
return SchedulingComponentType2;
|
|
1473
|
+
})(SchedulingComponentType || {});
|
|
1474
|
+
var AppointmentFormat = /* @__PURE__ */ ((AppointmentFormat2) => {
|
|
1475
|
+
AppointmentFormat2["UNKNOWN_FORMAT_TYPE"] = "UNKNOWN_FORMAT_TYPE";
|
|
1476
|
+
AppointmentFormat2["IN_PERSON"] = "IN_PERSON";
|
|
1477
|
+
AppointmentFormat2["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
|
|
1478
|
+
AppointmentFormat2["PHONE"] = "PHONE";
|
|
1479
|
+
return AppointmentFormat2;
|
|
1480
|
+
})(AppointmentFormat || {});
|
|
1443
1481
|
var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
1444
1482
|
InputType2["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
|
|
1445
1483
|
InputType2["STRING"] = "STRING";
|
|
@@ -1449,7 +1487,8 @@ var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
|
1449
1487
|
InputType2["OBJECT"] = "OBJECT";
|
|
1450
1488
|
InputType2["WIX_FILE"] = "WIX_FILE";
|
|
1451
1489
|
InputType2["PAYMENT"] = "PAYMENT";
|
|
1452
|
-
InputType2["
|
|
1490
|
+
InputType2["SCHEDULING"] = "SCHEDULING";
|
|
1491
|
+
InputType2["ADDRESS"] = "ADDRESS";
|
|
1453
1492
|
return InputType2;
|
|
1454
1493
|
})(InputType || {});
|
|
1455
1494
|
var EmailInfoTag = /* @__PURE__ */ ((EmailInfoTag2) => {
|
|
@@ -2615,11 +2654,13 @@ export {
|
|
|
2615
2654
|
ActionName,
|
|
2616
2655
|
ActionSPIConfigInterfaceConfigurationType,
|
|
2617
2656
|
ActionType,
|
|
2657
|
+
AddressComponentType,
|
|
2618
2658
|
AddressInfoTag,
|
|
2619
2659
|
AlgorithmType,
|
|
2620
2660
|
Alignment,
|
|
2621
2661
|
AndroidStyle,
|
|
2622
2662
|
AppType,
|
|
2663
|
+
AppointmentFormat,
|
|
2623
2664
|
Archetype,
|
|
2624
2665
|
ArrayComponentType,
|
|
2625
2666
|
AspectRatio,
|
|
@@ -2634,6 +2675,7 @@ export {
|
|
|
2634
2675
|
BreakpointEnumBreakpoint,
|
|
2635
2676
|
ButtonDataType,
|
|
2636
2677
|
CalendarType,
|
|
2678
|
+
CardStylesAlignment,
|
|
2637
2679
|
CardStylesType,
|
|
2638
2680
|
ChangeableProperty,
|
|
2639
2681
|
ChannelConfigurationChannelType,
|
|
@@ -2700,6 +2742,7 @@ export {
|
|
|
2700
2742
|
IconType,
|
|
2701
2743
|
ImageCategoryTypes,
|
|
2702
2744
|
ImageFit,
|
|
2745
|
+
ImagePosition,
|
|
2703
2746
|
ImageShape,
|
|
2704
2747
|
ImageStylesPosition,
|
|
2705
2748
|
ImportanceLevel,
|
|
@@ -2727,7 +2770,6 @@ export {
|
|
|
2727
2770
|
Method,
|
|
2728
2771
|
MobileApplication,
|
|
2729
2772
|
MonitoringType,
|
|
2730
|
-
MultilineAddressComponentType,
|
|
2731
2773
|
NativeStateType,
|
|
2732
2774
|
NavigationType,
|
|
2733
2775
|
NodeType,
|
|
@@ -2777,6 +2819,7 @@ export {
|
|
|
2777
2819
|
RestrictedOperation,
|
|
2778
2820
|
RestrictionLevel,
|
|
2779
2821
|
RichTextAbilities,
|
|
2822
|
+
SchedulingComponentType,
|
|
2780
2823
|
SchemaFieldExposure,
|
|
2781
2824
|
SchemaFieldFieldType,
|
|
2782
2825
|
SchemaScope,
|
|
@@ -2813,6 +2856,7 @@ export {
|
|
|
2813
2856
|
TypedDynamicParamType,
|
|
2814
2857
|
UnitType,
|
|
2815
2858
|
UploadFileFormat,
|
|
2859
|
+
UploadFileFormatEnumUploadFileFormat,
|
|
2816
2860
|
UserNotificationDataRecipientFilterType,
|
|
2817
2861
|
UserNotificationDataType,
|
|
2818
2862
|
ValueConstraintType,
|