@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
|
@@ -440,6 +440,7 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
|
|
|
440
440
|
ComponentType2["APP_ACTIONS"] = "APP_ACTIONS";
|
|
441
441
|
ComponentType2["ROLLOUT_STEP_EXECUTOR"] = "ROLLOUT_STEP_EXECUTOR";
|
|
442
442
|
ComponentType2["BOOKINGS_PLATFORM_PREMIUM_VALIDATION"] = "BOOKINGS_PLATFORM_PREMIUM_VALIDATION";
|
|
443
|
+
ComponentType2["GLOBAL_CSS"] = "GLOBAL_CSS";
|
|
443
444
|
return ComponentType2;
|
|
444
445
|
})(ComponentType || {});
|
|
445
446
|
var WidgetVertical = /* @__PURE__ */ ((WidgetVertical2) => {
|
|
@@ -2207,6 +2208,11 @@ var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
|
2207
2208
|
InputType2["date"] = "date";
|
|
2208
2209
|
return InputType2;
|
|
2209
2210
|
})(InputType || {});
|
|
2211
|
+
var FunctionRole = /* @__PURE__ */ ((FunctionRole2) => {
|
|
2212
|
+
FunctionRole2["UNKNOWN_FUNCTION_ROLE"] = "UNKNOWN_FUNCTION_ROLE";
|
|
2213
|
+
FunctionRole2["data_type_conversion"] = "data_type_conversion";
|
|
2214
|
+
return FunctionRole2;
|
|
2215
|
+
})(FunctionRole || {});
|
|
2210
2216
|
var FilterOperator = /* @__PURE__ */ ((FilterOperator2) => {
|
|
2211
2217
|
FilterOperator2["UNKNOWN_FilterOperator"] = "UNKNOWN_FilterOperator";
|
|
2212
2218
|
FilterOperator2["eq"] = "eq";
|
|
@@ -2225,6 +2231,17 @@ var FilterOperator = /* @__PURE__ */ ((FilterOperator2) => {
|
|
|
2225
2231
|
FilterOperator2["matchItems"] = "matchItems";
|
|
2226
2232
|
return FilterOperator2;
|
|
2227
2233
|
})(FilterOperator || {});
|
|
2234
|
+
var FilterOperatorValueType = /* @__PURE__ */ ((FilterOperatorValueType2) => {
|
|
2235
|
+
FilterOperatorValueType2["UNKNOWN_FilterOperatorValueType"] = "UNKNOWN_FilterOperatorValueType";
|
|
2236
|
+
FilterOperatorValueType2["text"] = "text";
|
|
2237
|
+
FilterOperatorValueType2["textEnum"] = "textEnum";
|
|
2238
|
+
FilterOperatorValueType2["number"] = "number";
|
|
2239
|
+
FilterOperatorValueType2["booleanValue"] = "booleanValue";
|
|
2240
|
+
FilterOperatorValueType2["localDate"] = "localDate";
|
|
2241
|
+
FilterOperatorValueType2["localTime"] = "localTime";
|
|
2242
|
+
FilterOperatorValueType2["localDateTime"] = "localDateTime";
|
|
2243
|
+
return FilterOperatorValueType2;
|
|
2244
|
+
})(FilterOperatorValueType || {});
|
|
2228
2245
|
var ElementType = /* @__PURE__ */ ((ElementType2) => {
|
|
2229
2246
|
ElementType2["UNKNOWN_ElementType"] = "UNKNOWN_ElementType";
|
|
2230
2247
|
ElementType2["inlineElement"] = "inlineElement";
|
|
@@ -2938,6 +2955,8 @@ var Category = /* @__PURE__ */ ((Category2) => {
|
|
|
2938
2955
|
Category2["ECOMMERCE"] = "ECOMMERCE";
|
|
2939
2956
|
Category2["GETTING_PAID"] = "GETTING_PAID";
|
|
2940
2957
|
Category2["OTHER"] = "OTHER";
|
|
2958
|
+
Category2["ONLINE_PROGRAMS"] = "ONLINE_PROGRAMS";
|
|
2959
|
+
Category2["GROUPS"] = "GROUPS";
|
|
2941
2960
|
return Category2;
|
|
2942
2961
|
})(Category || {});
|
|
2943
2962
|
var RegionScopeScope = /* @__PURE__ */ ((RegionScopeScope2) => {
|
|
@@ -3241,12 +3260,14 @@ export {
|
|
|
3241
3260
|
FileMediaType as FileMediaTypeOriginal,
|
|
3242
3261
|
FilterFunction as FilterFunctionOriginal,
|
|
3243
3262
|
FilterOperator as FilterOperatorOriginal,
|
|
3263
|
+
FilterOperatorValueType as FilterOperatorValueTypeOriginal,
|
|
3244
3264
|
FilterOptionsType as FilterOptionsTypeOriginal,
|
|
3245
3265
|
FilterSelectionType as FilterSelectionTypeOriginal,
|
|
3246
3266
|
FilterValueDefinitionMode as FilterValueDefinitionModeOriginal,
|
|
3247
3267
|
FirstDayOfWeek as FirstDayOfWeekOriginal,
|
|
3248
3268
|
FontType as FontTypeOriginal,
|
|
3249
3269
|
Format as FormatOriginal,
|
|
3270
|
+
FunctionRole as FunctionRoleOriginal,
|
|
3250
3271
|
GIFType as GIFTypeOriginal,
|
|
3251
3272
|
GradientType as GradientTypeOriginal,
|
|
3252
3273
|
GroupType as GroupTypeOriginal,
|