@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.
- package/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +78 -21
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +523 -97
- package/build/cjs/index.typings.js +78 -21
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +71 -20
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +523 -97
- package/build/es/index.typings.mjs +71 -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 +78 -21
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +523 -97
- package/build/internal/cjs/index.typings.js +78 -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 +71 -20
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +523 -97
- package/build/internal/es/index.typings.mjs +71 -20
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -743,6 +743,12 @@ var Status = /* @__PURE__ */ ((Status2) => {
|
|
|
743
743
|
Status2["INACTIVE"] = "INACTIVE";
|
|
744
744
|
return Status2;
|
|
745
745
|
})(Status || {});
|
|
746
|
+
var LayoutMode = /* @__PURE__ */ ((LayoutMode2) => {
|
|
747
|
+
LayoutMode2["STANDARD_VIEW"] = "STANDARD_VIEW";
|
|
748
|
+
LayoutMode2["BUILDER_VIEW"] = "BUILDER_VIEW";
|
|
749
|
+
LayoutMode2["EXPANDED_VIEW"] = "EXPANDED_VIEW";
|
|
750
|
+
return LayoutMode2;
|
|
751
|
+
})(LayoutMode || {});
|
|
746
752
|
var TextInputDisplayType = /* @__PURE__ */ ((TextInputDisplayType2) => {
|
|
747
753
|
TextInputDisplayType2["TEXT"] = "TEXT";
|
|
748
754
|
TextInputDisplayType2["PASSWORD"] = "PASSWORD";
|
|
@@ -1068,12 +1074,12 @@ var CardStylesType = /* @__PURE__ */ ((CardStylesType2) => {
|
|
|
1068
1074
|
CardStylesType2["FRAMELESS"] = "FRAMELESS";
|
|
1069
1075
|
return CardStylesType2;
|
|
1070
1076
|
})(CardStylesType || {});
|
|
1071
|
-
var
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
return
|
|
1076
|
-
})(
|
|
1077
|
+
var CardStylesAlignment = /* @__PURE__ */ ((CardStylesAlignment2) => {
|
|
1078
|
+
CardStylesAlignment2["START"] = "START";
|
|
1079
|
+
CardStylesAlignment2["CENTER"] = "CENTER";
|
|
1080
|
+
CardStylesAlignment2["END"] = "END";
|
|
1081
|
+
return CardStylesAlignment2;
|
|
1082
|
+
})(CardStylesAlignment || {});
|
|
1077
1083
|
var Layout = /* @__PURE__ */ ((Layout2) => {
|
|
1078
1084
|
Layout2["STACKED"] = "STACKED";
|
|
1079
1085
|
Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
@@ -1341,8 +1347,28 @@ var StringComponentType = /* @__PURE__ */ ((StringComponentType2) => {
|
|
|
1341
1347
|
StringComponentType2["DATE_INPUT"] = "DATE_INPUT";
|
|
1342
1348
|
StringComponentType2["TIME_INPUT"] = "TIME_INPUT";
|
|
1343
1349
|
StringComponentType2["DATE_PICKER"] = "DATE_PICKER";
|
|
1350
|
+
StringComponentType2["SERVICES_DROPDOWN"] = "SERVICES_DROPDOWN";
|
|
1344
1351
|
return StringComponentType2;
|
|
1345
1352
|
})(StringComponentType || {});
|
|
1353
|
+
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1354
|
+
ImagePosition2["UNKNOWN_IMAGE_POSITION"] = "UNKNOWN_IMAGE_POSITION";
|
|
1355
|
+
ImagePosition2["ABOVE"] = "ABOVE";
|
|
1356
|
+
ImagePosition2["BELOW"] = "BELOW";
|
|
1357
|
+
return ImagePosition2;
|
|
1358
|
+
})(ImagePosition || {});
|
|
1359
|
+
var Alignment = /* @__PURE__ */ ((Alignment2) => {
|
|
1360
|
+
Alignment2["UNKNOWN_ALIGNMENT"] = "UNKNOWN_ALIGNMENT";
|
|
1361
|
+
Alignment2["LEFT"] = "LEFT";
|
|
1362
|
+
Alignment2["CENTER"] = "CENTER";
|
|
1363
|
+
Alignment2["RIGHT"] = "RIGHT";
|
|
1364
|
+
return Alignment2;
|
|
1365
|
+
})(Alignment || {});
|
|
1366
|
+
var ImageFit = /* @__PURE__ */ ((ImageFit2) => {
|
|
1367
|
+
ImageFit2["UNKNOWN_IMAGE_FIT"] = "UNKNOWN_IMAGE_FIT";
|
|
1368
|
+
ImageFit2["COVER"] = "COVER";
|
|
1369
|
+
ImageFit2["CONTAIN"] = "CONTAIN";
|
|
1370
|
+
return ImageFit2;
|
|
1371
|
+
})(ImageFit || {});
|
|
1346
1372
|
var NumberOfColumns = /* @__PURE__ */ ((NumberOfColumns2) => {
|
|
1347
1373
|
NumberOfColumns2["UNKNOWN"] = "UNKNOWN";
|
|
1348
1374
|
NumberOfColumns2["ZERO"] = "ZERO";
|
|
@@ -1388,6 +1414,7 @@ var PropertiesTypeEnum = /* @__PURE__ */ ((PropertiesTypeEnum2) => {
|
|
|
1388
1414
|
var ArrayComponentType = /* @__PURE__ */ ((ArrayComponentType2) => {
|
|
1389
1415
|
ArrayComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1390
1416
|
ArrayComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
|
|
1417
|
+
ArrayComponentType2["TAGS"] = "TAGS";
|
|
1391
1418
|
return ArrayComponentType2;
|
|
1392
1419
|
})(ArrayComponentType || {});
|
|
1393
1420
|
var WixFileComponentType = /* @__PURE__ */ ((WixFileComponentType2) => {
|
|
@@ -1397,7 +1424,7 @@ var WixFileComponentType = /* @__PURE__ */ ((WixFileComponentType2) => {
|
|
|
1397
1424
|
return WixFileComponentType2;
|
|
1398
1425
|
})(WixFileComponentType || {});
|
|
1399
1426
|
var UploadFileFormat = /* @__PURE__ */ ((UploadFileFormat2) => {
|
|
1400
|
-
UploadFileFormat2["
|
|
1427
|
+
UploadFileFormat2["UNKNOWN_UPLOAD_FILE_FORMAT"] = "UNKNOWN_UPLOAD_FILE_FORMAT";
|
|
1401
1428
|
UploadFileFormat2["VIDEO"] = "VIDEO";
|
|
1402
1429
|
UploadFileFormat2["IMAGE"] = "IMAGE";
|
|
1403
1430
|
UploadFileFormat2["AUDIO"] = "AUDIO";
|
|
@@ -1405,10 +1432,21 @@ var UploadFileFormat = /* @__PURE__ */ ((UploadFileFormat2) => {
|
|
|
1405
1432
|
UploadFileFormat2["ARCHIVE"] = "ARCHIVE";
|
|
1406
1433
|
return UploadFileFormat2;
|
|
1407
1434
|
})(UploadFileFormat || {});
|
|
1435
|
+
var UploadFileFormatEnumUploadFileFormat = /* @__PURE__ */ ((UploadFileFormatEnumUploadFileFormat2) => {
|
|
1436
|
+
UploadFileFormatEnumUploadFileFormat2["UNDEFINED"] = "UNDEFINED";
|
|
1437
|
+
UploadFileFormatEnumUploadFileFormat2["VIDEO"] = "VIDEO";
|
|
1438
|
+
UploadFileFormatEnumUploadFileFormat2["IMAGE"] = "IMAGE";
|
|
1439
|
+
UploadFileFormatEnumUploadFileFormat2["AUDIO"] = "AUDIO";
|
|
1440
|
+
UploadFileFormatEnumUploadFileFormat2["DOCUMENT"] = "DOCUMENT";
|
|
1441
|
+
UploadFileFormatEnumUploadFileFormat2["ARCHIVE"] = "ARCHIVE";
|
|
1442
|
+
return UploadFileFormatEnumUploadFileFormat2;
|
|
1443
|
+
})(UploadFileFormatEnumUploadFileFormat || {});
|
|
1408
1444
|
var PaymentComponentType = /* @__PURE__ */ ((PaymentComponentType2) => {
|
|
1409
1445
|
PaymentComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1410
1446
|
PaymentComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
|
|
1411
1447
|
PaymentComponentType2["DONATION_INPUT"] = "DONATION_INPUT";
|
|
1448
|
+
PaymentComponentType2["PAYMENT_INPUT"] = "PAYMENT_INPUT";
|
|
1449
|
+
PaymentComponentType2["FIXED_PAYMENT"] = "FIXED_PAYMENT";
|
|
1412
1450
|
return PaymentComponentType2;
|
|
1413
1451
|
})(PaymentComponentType || {});
|
|
1414
1452
|
var ProductType = /* @__PURE__ */ ((ProductType2) => {
|
|
@@ -1423,23 +1461,29 @@ var PriceType = /* @__PURE__ */ ((PriceType2) => {
|
|
|
1423
1461
|
PriceType2["DYNAMIC_PRICE"] = "DYNAMIC_PRICE";
|
|
1424
1462
|
return PriceType2;
|
|
1425
1463
|
})(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 || {});
|
|
1464
|
+
var AddressComponentType = /* @__PURE__ */ ((AddressComponentType2) => {
|
|
1465
|
+
AddressComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1466
|
+
AddressComponentType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
|
|
1467
|
+
return AddressComponentType2;
|
|
1468
|
+
})(AddressComponentType || {});
|
|
1437
1469
|
var DefaultCountryConfigType = /* @__PURE__ */ ((DefaultCountryConfigType2) => {
|
|
1438
1470
|
DefaultCountryConfigType2["UNKNOWN_DEFAULT_COUNTRY"] = "UNKNOWN_DEFAULT_COUNTRY";
|
|
1439
1471
|
DefaultCountryConfigType2["BY_IP"] = "BY_IP";
|
|
1440
1472
|
DefaultCountryConfigType2["COUNTRY"] = "COUNTRY";
|
|
1441
1473
|
return DefaultCountryConfigType2;
|
|
1442
1474
|
})(DefaultCountryConfigType || {});
|
|
1475
|
+
var SchedulingComponentType = /* @__PURE__ */ ((SchedulingComponentType2) => {
|
|
1476
|
+
SchedulingComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1477
|
+
SchedulingComponentType2["APPOINTMENT"] = "APPOINTMENT";
|
|
1478
|
+
return SchedulingComponentType2;
|
|
1479
|
+
})(SchedulingComponentType || {});
|
|
1480
|
+
var AppointmentFormat = /* @__PURE__ */ ((AppointmentFormat2) => {
|
|
1481
|
+
AppointmentFormat2["UNKNOWN_FORMAT_TYPE"] = "UNKNOWN_FORMAT_TYPE";
|
|
1482
|
+
AppointmentFormat2["IN_PERSON"] = "IN_PERSON";
|
|
1483
|
+
AppointmentFormat2["VIDEO_CONFERENCE"] = "VIDEO_CONFERENCE";
|
|
1484
|
+
AppointmentFormat2["PHONE"] = "PHONE";
|
|
1485
|
+
return AppointmentFormat2;
|
|
1486
|
+
})(AppointmentFormat || {});
|
|
1443
1487
|
var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
1444
1488
|
InputType2["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
|
|
1445
1489
|
InputType2["STRING"] = "STRING";
|
|
@@ -1449,7 +1493,8 @@ var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
|
1449
1493
|
InputType2["OBJECT"] = "OBJECT";
|
|
1450
1494
|
InputType2["WIX_FILE"] = "WIX_FILE";
|
|
1451
1495
|
InputType2["PAYMENT"] = "PAYMENT";
|
|
1452
|
-
InputType2["
|
|
1496
|
+
InputType2["SCHEDULING"] = "SCHEDULING";
|
|
1497
|
+
InputType2["ADDRESS"] = "ADDRESS";
|
|
1453
1498
|
return InputType2;
|
|
1454
1499
|
})(InputType || {});
|
|
1455
1500
|
var EmailInfoTag = /* @__PURE__ */ ((EmailInfoTag2) => {
|
|
@@ -2615,11 +2660,13 @@ export {
|
|
|
2615
2660
|
ActionName,
|
|
2616
2661
|
ActionSPIConfigInterfaceConfigurationType,
|
|
2617
2662
|
ActionType,
|
|
2663
|
+
AddressComponentType,
|
|
2618
2664
|
AddressInfoTag,
|
|
2619
2665
|
AlgorithmType,
|
|
2620
2666
|
Alignment,
|
|
2621
2667
|
AndroidStyle,
|
|
2622
2668
|
AppType,
|
|
2669
|
+
AppointmentFormat,
|
|
2623
2670
|
Archetype,
|
|
2624
2671
|
ArrayComponentType,
|
|
2625
2672
|
AspectRatio,
|
|
@@ -2634,6 +2681,7 @@ export {
|
|
|
2634
2681
|
BreakpointEnumBreakpoint,
|
|
2635
2682
|
ButtonDataType,
|
|
2636
2683
|
CalendarType,
|
|
2684
|
+
CardStylesAlignment,
|
|
2637
2685
|
CardStylesType,
|
|
2638
2686
|
ChangeableProperty,
|
|
2639
2687
|
ChannelConfigurationChannelType,
|
|
@@ -2700,6 +2748,7 @@ export {
|
|
|
2700
2748
|
IconType,
|
|
2701
2749
|
ImageCategoryTypes,
|
|
2702
2750
|
ImageFit,
|
|
2751
|
+
ImagePosition,
|
|
2703
2752
|
ImageShape,
|
|
2704
2753
|
ImageStylesPosition,
|
|
2705
2754
|
ImportanceLevel,
|
|
@@ -2712,6 +2761,7 @@ export {
|
|
|
2712
2761
|
InterfaceConfigurationType,
|
|
2713
2762
|
ItemType,
|
|
2714
2763
|
Layout,
|
|
2764
|
+
LayoutMode,
|
|
2715
2765
|
LayoutType,
|
|
2716
2766
|
Level,
|
|
2717
2767
|
LineStyle,
|
|
@@ -2727,7 +2777,6 @@ export {
|
|
|
2727
2777
|
Method,
|
|
2728
2778
|
MobileApplication,
|
|
2729
2779
|
MonitoringType,
|
|
2730
|
-
MultilineAddressComponentType,
|
|
2731
2780
|
NativeStateType,
|
|
2732
2781
|
NavigationType,
|
|
2733
2782
|
NodeType,
|
|
@@ -2777,6 +2826,7 @@ export {
|
|
|
2777
2826
|
RestrictedOperation,
|
|
2778
2827
|
RestrictionLevel,
|
|
2779
2828
|
RichTextAbilities,
|
|
2829
|
+
SchedulingComponentType,
|
|
2780
2830
|
SchemaFieldExposure,
|
|
2781
2831
|
SchemaFieldFieldType,
|
|
2782
2832
|
SchemaScope,
|
|
@@ -2813,6 +2863,7 @@ export {
|
|
|
2813
2863
|
TypedDynamicParamType,
|
|
2814
2864
|
UnitType,
|
|
2815
2865
|
UploadFileFormat,
|
|
2866
|
+
UploadFileFormatEnumUploadFileFormat,
|
|
2816
2867
|
UserNotificationDataRecipientFilterType,
|
|
2817
2868
|
UserNotificationDataType,
|
|
2818
2869
|
ValueConstraintType,
|