@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.
- package/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +71 -21
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +528 -99
- package/build/cjs/index.typings.js +71 -21
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +65 -20
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +528 -99
- package/build/es/index.typings.mjs +65 -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 +71 -21
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +528 -99
- package/build/internal/cjs/index.typings.js +71 -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 +65 -20
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +528 -99
- package/build/internal/es/index.typings.mjs +65 -20
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -377,6 +377,7 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
|
|
|
377
377
|
ComponentType2["ANALYTICS_PRODUCT_CATALOG"] = "ANALYTICS_PRODUCT_CATALOG";
|
|
378
378
|
ComponentType2["SITE_MIGRATION"] = "SITE_MIGRATION";
|
|
379
379
|
ComponentType2["RESTAURANTS_POS_PROVIDER_SETTINGS_SERVICE_PLUGIN"] = "RESTAURANTS_POS_PROVIDER_SETTINGS_SERVICE_PLUGIN";
|
|
380
|
+
ComponentType2["WIX_VIBE_CODING_INSTRUCTIONS"] = "WIX_VIBE_CODING_INSTRUCTIONS";
|
|
380
381
|
return ComponentType2;
|
|
381
382
|
})(ComponentType || {});
|
|
382
383
|
var WidgetVertical = /* @__PURE__ */ ((WidgetVertical2) => {
|
|
@@ -1067,12 +1068,12 @@ var CardStylesType = /* @__PURE__ */ ((CardStylesType2) => {
|
|
|
1067
1068
|
CardStylesType2["FRAMELESS"] = "FRAMELESS";
|
|
1068
1069
|
return CardStylesType2;
|
|
1069
1070
|
})(CardStylesType || {});
|
|
1070
|
-
var
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
return
|
|
1075
|
-
})(
|
|
1071
|
+
var CardStylesAlignment = /* @__PURE__ */ ((CardStylesAlignment2) => {
|
|
1072
|
+
CardStylesAlignment2["START"] = "START";
|
|
1073
|
+
CardStylesAlignment2["CENTER"] = "CENTER";
|
|
1074
|
+
CardStylesAlignment2["END"] = "END";
|
|
1075
|
+
return CardStylesAlignment2;
|
|
1076
|
+
})(CardStylesAlignment || {});
|
|
1076
1077
|
var Layout = /* @__PURE__ */ ((Layout2) => {
|
|
1077
1078
|
Layout2["STACKED"] = "STACKED";
|
|
1078
1079
|
Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
|
|
@@ -1340,8 +1341,28 @@ var StringComponentType = /* @__PURE__ */ ((StringComponentType2) => {
|
|
|
1340
1341
|
StringComponentType2["DATE_INPUT"] = "DATE_INPUT";
|
|
1341
1342
|
StringComponentType2["TIME_INPUT"] = "TIME_INPUT";
|
|
1342
1343
|
StringComponentType2["DATE_PICKER"] = "DATE_PICKER";
|
|
1344
|
+
StringComponentType2["SERVICES_DROPDOWN"] = "SERVICES_DROPDOWN";
|
|
1343
1345
|
return StringComponentType2;
|
|
1344
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 || {});
|
|
1345
1366
|
var NumberOfColumns = /* @__PURE__ */ ((NumberOfColumns2) => {
|
|
1346
1367
|
NumberOfColumns2["UNKNOWN"] = "UNKNOWN";
|
|
1347
1368
|
NumberOfColumns2["ZERO"] = "ZERO";
|
|
@@ -1387,6 +1408,7 @@ var PropertiesTypeEnum = /* @__PURE__ */ ((PropertiesTypeEnum2) => {
|
|
|
1387
1408
|
var ArrayComponentType = /* @__PURE__ */ ((ArrayComponentType2) => {
|
|
1388
1409
|
ArrayComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1389
1410
|
ArrayComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
|
|
1411
|
+
ArrayComponentType2["TAGS"] = "TAGS";
|
|
1390
1412
|
return ArrayComponentType2;
|
|
1391
1413
|
})(ArrayComponentType || {});
|
|
1392
1414
|
var WixFileComponentType = /* @__PURE__ */ ((WixFileComponentType2) => {
|
|
@@ -1396,7 +1418,7 @@ var WixFileComponentType = /* @__PURE__ */ ((WixFileComponentType2) => {
|
|
|
1396
1418
|
return WixFileComponentType2;
|
|
1397
1419
|
})(WixFileComponentType || {});
|
|
1398
1420
|
var UploadFileFormat = /* @__PURE__ */ ((UploadFileFormat2) => {
|
|
1399
|
-
UploadFileFormat2["
|
|
1421
|
+
UploadFileFormat2["UNKNOWN_UPLOAD_FILE_FORMAT"] = "UNKNOWN_UPLOAD_FILE_FORMAT";
|
|
1400
1422
|
UploadFileFormat2["VIDEO"] = "VIDEO";
|
|
1401
1423
|
UploadFileFormat2["IMAGE"] = "IMAGE";
|
|
1402
1424
|
UploadFileFormat2["AUDIO"] = "AUDIO";
|
|
@@ -1404,10 +1426,21 @@ var UploadFileFormat = /* @__PURE__ */ ((UploadFileFormat2) => {
|
|
|
1404
1426
|
UploadFileFormat2["ARCHIVE"] = "ARCHIVE";
|
|
1405
1427
|
return UploadFileFormat2;
|
|
1406
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 || {});
|
|
1407
1438
|
var PaymentComponentType = /* @__PURE__ */ ((PaymentComponentType2) => {
|
|
1408
1439
|
PaymentComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1409
1440
|
PaymentComponentType2["CHECKBOX_GROUP"] = "CHECKBOX_GROUP";
|
|
1410
1441
|
PaymentComponentType2["DONATION_INPUT"] = "DONATION_INPUT";
|
|
1442
|
+
PaymentComponentType2["PAYMENT_INPUT"] = "PAYMENT_INPUT";
|
|
1443
|
+
PaymentComponentType2["FIXED_PAYMENT"] = "FIXED_PAYMENT";
|
|
1411
1444
|
return PaymentComponentType2;
|
|
1412
1445
|
})(PaymentComponentType || {});
|
|
1413
1446
|
var ProductType = /* @__PURE__ */ ((ProductType2) => {
|
|
@@ -1422,23 +1455,29 @@ var PriceType = /* @__PURE__ */ ((PriceType2) => {
|
|
|
1422
1455
|
PriceType2["DYNAMIC_PRICE"] = "DYNAMIC_PRICE";
|
|
1423
1456
|
return PriceType2;
|
|
1424
1457
|
})(PriceType || {});
|
|
1425
|
-
var
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
})(ImageFit || {});
|
|
1431
|
-
var MultilineAddressComponentType = /* @__PURE__ */ ((MultilineAddressComponentType2) => {
|
|
1432
|
-
MultilineAddressComponentType2["UNKNOWN_COMPONENT_TYPE"] = "UNKNOWN_COMPONENT_TYPE";
|
|
1433
|
-
MultilineAddressComponentType2["MULTILINE_ADDRESS"] = "MULTILINE_ADDRESS";
|
|
1434
|
-
return MultilineAddressComponentType2;
|
|
1435
|
-
})(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 || {});
|
|
1436
1463
|
var DefaultCountryConfigType = /* @__PURE__ */ ((DefaultCountryConfigType2) => {
|
|
1437
1464
|
DefaultCountryConfigType2["UNKNOWN_DEFAULT_COUNTRY"] = "UNKNOWN_DEFAULT_COUNTRY";
|
|
1438
1465
|
DefaultCountryConfigType2["BY_IP"] = "BY_IP";
|
|
1439
1466
|
DefaultCountryConfigType2["COUNTRY"] = "COUNTRY";
|
|
1440
1467
|
return DefaultCountryConfigType2;
|
|
1441
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 || {});
|
|
1442
1481
|
var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
1443
1482
|
InputType2["UNKNOWN_INPUT_TYPE"] = "UNKNOWN_INPUT_TYPE";
|
|
1444
1483
|
InputType2["STRING"] = "STRING";
|
|
@@ -1448,7 +1487,8 @@ var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
|
1448
1487
|
InputType2["OBJECT"] = "OBJECT";
|
|
1449
1488
|
InputType2["WIX_FILE"] = "WIX_FILE";
|
|
1450
1489
|
InputType2["PAYMENT"] = "PAYMENT";
|
|
1451
|
-
InputType2["
|
|
1490
|
+
InputType2["SCHEDULING"] = "SCHEDULING";
|
|
1491
|
+
InputType2["ADDRESS"] = "ADDRESS";
|
|
1452
1492
|
return InputType2;
|
|
1453
1493
|
})(InputType || {});
|
|
1454
1494
|
var EmailInfoTag = /* @__PURE__ */ ((EmailInfoTag2) => {
|
|
@@ -2614,11 +2654,13 @@ export {
|
|
|
2614
2654
|
ActionName,
|
|
2615
2655
|
ActionSPIConfigInterfaceConfigurationType,
|
|
2616
2656
|
ActionType,
|
|
2657
|
+
AddressComponentType,
|
|
2617
2658
|
AddressInfoTag,
|
|
2618
2659
|
AlgorithmType,
|
|
2619
2660
|
Alignment,
|
|
2620
2661
|
AndroidStyle,
|
|
2621
2662
|
AppType,
|
|
2663
|
+
AppointmentFormat,
|
|
2622
2664
|
Archetype,
|
|
2623
2665
|
ArrayComponentType,
|
|
2624
2666
|
AspectRatio,
|
|
@@ -2633,6 +2675,7 @@ export {
|
|
|
2633
2675
|
BreakpointEnumBreakpoint,
|
|
2634
2676
|
ButtonDataType,
|
|
2635
2677
|
CalendarType,
|
|
2678
|
+
CardStylesAlignment,
|
|
2636
2679
|
CardStylesType,
|
|
2637
2680
|
ChangeableProperty,
|
|
2638
2681
|
ChannelConfigurationChannelType,
|
|
@@ -2699,6 +2742,7 @@ export {
|
|
|
2699
2742
|
IconType,
|
|
2700
2743
|
ImageCategoryTypes,
|
|
2701
2744
|
ImageFit,
|
|
2745
|
+
ImagePosition,
|
|
2702
2746
|
ImageShape,
|
|
2703
2747
|
ImageStylesPosition,
|
|
2704
2748
|
ImportanceLevel,
|
|
@@ -2726,7 +2770,6 @@ export {
|
|
|
2726
2770
|
Method,
|
|
2727
2771
|
MobileApplication,
|
|
2728
2772
|
MonitoringType,
|
|
2729
|
-
MultilineAddressComponentType,
|
|
2730
2773
|
NativeStateType,
|
|
2731
2774
|
NavigationType,
|
|
2732
2775
|
NodeType,
|
|
@@ -2776,6 +2819,7 @@ export {
|
|
|
2776
2819
|
RestrictedOperation,
|
|
2777
2820
|
RestrictionLevel,
|
|
2778
2821
|
RichTextAbilities,
|
|
2822
|
+
SchedulingComponentType,
|
|
2779
2823
|
SchemaFieldExposure,
|
|
2780
2824
|
SchemaFieldFieldType,
|
|
2781
2825
|
SchemaScope,
|
|
@@ -2812,6 +2856,7 @@ export {
|
|
|
2812
2856
|
TypedDynamicParamType,
|
|
2813
2857
|
UnitType,
|
|
2814
2858
|
UploadFileFormat,
|
|
2859
|
+
UploadFileFormatEnumUploadFileFormat,
|
|
2815
2860
|
UserNotificationDataRecipientFilterType,
|
|
2816
2861
|
UserNotificationDataType,
|
|
2817
2862
|
ValueConstraintType,
|