@wix/auto_sdk_data-extension-schema_schemas 1.0.229 → 1.0.231
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 +23 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +51 -5
- package/build/cjs/index.typings.js +23 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +51 -5
- package/build/cjs/meta.js +23 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +21 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +51 -5
- package/build/es/index.typings.mjs +21 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +51 -5
- package/build/es/meta.mjs +21 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +23 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +51 -5
- package/build/internal/cjs/index.typings.js +23 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +51 -5
- package/build/internal/cjs/meta.js +23 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +21 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +51 -5
- package/build/internal/es/index.typings.mjs +21 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +51 -5
- package/build/internal/es/meta.mjs +21 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/meta.js
CHANGED
|
@@ -118,12 +118,14 @@ __export(meta_exports, {
|
|
|
118
118
|
FileMediaTypeOriginal: () => FileMediaType,
|
|
119
119
|
FilterFunctionOriginal: () => FilterFunction,
|
|
120
120
|
FilterOperatorOriginal: () => FilterOperator,
|
|
121
|
+
FilterOperatorValueTypeOriginal: () => FilterOperatorValueType,
|
|
121
122
|
FilterOptionsTypeOriginal: () => FilterOptionsType,
|
|
122
123
|
FilterSelectionTypeOriginal: () => FilterSelectionType,
|
|
123
124
|
FilterValueDefinitionModeOriginal: () => FilterValueDefinitionMode,
|
|
124
125
|
FirstDayOfWeekOriginal: () => FirstDayOfWeek,
|
|
125
126
|
FontTypeOriginal: () => FontType,
|
|
126
127
|
FormatOriginal: () => Format,
|
|
128
|
+
FunctionRoleOriginal: () => FunctionRole,
|
|
127
129
|
GIFTypeOriginal: () => GIFType,
|
|
128
130
|
GradientTypeOriginal: () => GradientType,
|
|
129
131
|
GroupTypeOriginal: () => GroupType,
|
|
@@ -754,6 +756,7 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
|
|
|
754
756
|
ComponentType2["APP_ACTIONS"] = "APP_ACTIONS";
|
|
755
757
|
ComponentType2["ROLLOUT_STEP_EXECUTOR"] = "ROLLOUT_STEP_EXECUTOR";
|
|
756
758
|
ComponentType2["BOOKINGS_PLATFORM_PREMIUM_VALIDATION"] = "BOOKINGS_PLATFORM_PREMIUM_VALIDATION";
|
|
759
|
+
ComponentType2["GLOBAL_CSS"] = "GLOBAL_CSS";
|
|
757
760
|
return ComponentType2;
|
|
758
761
|
})(ComponentType || {});
|
|
759
762
|
var WidgetVertical = /* @__PURE__ */ ((WidgetVertical2) => {
|
|
@@ -2521,6 +2524,11 @@ var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
|
2521
2524
|
InputType2["date"] = "date";
|
|
2522
2525
|
return InputType2;
|
|
2523
2526
|
})(InputType || {});
|
|
2527
|
+
var FunctionRole = /* @__PURE__ */ ((FunctionRole2) => {
|
|
2528
|
+
FunctionRole2["UNKNOWN_FUNCTION_ROLE"] = "UNKNOWN_FUNCTION_ROLE";
|
|
2529
|
+
FunctionRole2["data_type_conversion"] = "data_type_conversion";
|
|
2530
|
+
return FunctionRole2;
|
|
2531
|
+
})(FunctionRole || {});
|
|
2524
2532
|
var FilterOperator = /* @__PURE__ */ ((FilterOperator2) => {
|
|
2525
2533
|
FilterOperator2["UNKNOWN_FilterOperator"] = "UNKNOWN_FilterOperator";
|
|
2526
2534
|
FilterOperator2["eq"] = "eq";
|
|
@@ -2539,6 +2547,17 @@ var FilterOperator = /* @__PURE__ */ ((FilterOperator2) => {
|
|
|
2539
2547
|
FilterOperator2["matchItems"] = "matchItems";
|
|
2540
2548
|
return FilterOperator2;
|
|
2541
2549
|
})(FilterOperator || {});
|
|
2550
|
+
var FilterOperatorValueType = /* @__PURE__ */ ((FilterOperatorValueType2) => {
|
|
2551
|
+
FilterOperatorValueType2["UNKNOWN_FilterOperatorValueType"] = "UNKNOWN_FilterOperatorValueType";
|
|
2552
|
+
FilterOperatorValueType2["text"] = "text";
|
|
2553
|
+
FilterOperatorValueType2["textEnum"] = "textEnum";
|
|
2554
|
+
FilterOperatorValueType2["number"] = "number";
|
|
2555
|
+
FilterOperatorValueType2["booleanValue"] = "booleanValue";
|
|
2556
|
+
FilterOperatorValueType2["localDate"] = "localDate";
|
|
2557
|
+
FilterOperatorValueType2["localTime"] = "localTime";
|
|
2558
|
+
FilterOperatorValueType2["localDateTime"] = "localDateTime";
|
|
2559
|
+
return FilterOperatorValueType2;
|
|
2560
|
+
})(FilterOperatorValueType || {});
|
|
2542
2561
|
var ElementType = /* @__PURE__ */ ((ElementType2) => {
|
|
2543
2562
|
ElementType2["UNKNOWN_ElementType"] = "UNKNOWN_ElementType";
|
|
2544
2563
|
ElementType2["inlineElement"] = "inlineElement";
|
|
@@ -3252,6 +3271,8 @@ var Category = /* @__PURE__ */ ((Category2) => {
|
|
|
3252
3271
|
Category2["ECOMMERCE"] = "ECOMMERCE";
|
|
3253
3272
|
Category2["GETTING_PAID"] = "GETTING_PAID";
|
|
3254
3273
|
Category2["OTHER"] = "OTHER";
|
|
3274
|
+
Category2["ONLINE_PROGRAMS"] = "ONLINE_PROGRAMS";
|
|
3275
|
+
Category2["GROUPS"] = "GROUPS";
|
|
3255
3276
|
return Category2;
|
|
3256
3277
|
})(Category || {});
|
|
3257
3278
|
var RegionScopeScope = /* @__PURE__ */ ((RegionScopeScope2) => {
|
|
@@ -3556,12 +3577,14 @@ function deleteUserDefinedFields2() {
|
|
|
3556
3577
|
FileMediaTypeOriginal,
|
|
3557
3578
|
FilterFunctionOriginal,
|
|
3558
3579
|
FilterOperatorOriginal,
|
|
3580
|
+
FilterOperatorValueTypeOriginal,
|
|
3559
3581
|
FilterOptionsTypeOriginal,
|
|
3560
3582
|
FilterSelectionTypeOriginal,
|
|
3561
3583
|
FilterValueDefinitionModeOriginal,
|
|
3562
3584
|
FirstDayOfWeekOriginal,
|
|
3563
3585
|
FontTypeOriginal,
|
|
3564
3586
|
FormatOriginal,
|
|
3587
|
+
FunctionRoleOriginal,
|
|
3565
3588
|
GIFTypeOriginal,
|
|
3566
3589
|
GradientTypeOriginal,
|
|
3567
3590
|
GroupTypeOriginal,
|