@wix/auto_sdk_data-extension-schema_schemas 1.0.239 → 1.0.241
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 +9 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +145 -14
- package/build/cjs/index.typings.js +9 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +145 -14
- package/build/cjs/meta.js +9 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +8 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +145 -14
- package/build/es/index.typings.mjs +8 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +145 -14
- package/build/es/meta.mjs +8 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +9 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +145 -14
- package/build/internal/cjs/index.typings.js +9 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +145 -14
- package/build/internal/cjs/meta.js +9 -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 +8 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +145 -14
- package/build/internal/es/index.typings.mjs +8 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +145 -14
- package/build/internal/es/meta.mjs +8 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/meta.js
CHANGED
|
@@ -76,6 +76,7 @@ __export(meta_exports, {
|
|
|
76
76
|
ContactFieldOriginal: () => ContactField,
|
|
77
77
|
ContainerTypeOriginal: () => ContainerType,
|
|
78
78
|
ContentResizeDirectionOriginal: () => ContentResizeDirection,
|
|
79
|
+
ContextActionExecutionTypeOriginal: () => ContextActionExecutionType,
|
|
79
80
|
CropOriginal: () => Crop,
|
|
80
81
|
CssDataTypeOriginal: () => CssDataType,
|
|
81
82
|
CssPropertyTypeEnumCssPropertyTypeOriginal: () => CssPropertyTypeEnumCssPropertyType,
|
|
@@ -2538,6 +2539,7 @@ var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
|
2538
2539
|
var FunctionRole = /* @__PURE__ */ ((FunctionRole2) => {
|
|
2539
2540
|
FunctionRole2["UNKNOWN_FUNCTION_ROLE"] = "UNKNOWN_FUNCTION_ROLE";
|
|
2540
2541
|
FunctionRole2["data_type_conversion"] = "data_type_conversion";
|
|
2542
|
+
FunctionRole2["pagination_load_next_page"] = "pagination_load_next_page";
|
|
2541
2543
|
return FunctionRole2;
|
|
2542
2544
|
})(FunctionRole || {});
|
|
2543
2545
|
var FilterOperator = /* @__PURE__ */ ((FilterOperator2) => {
|
|
@@ -2894,6 +2896,7 @@ var ActionType = /* @__PURE__ */ ((ActionType2) => {
|
|
|
2894
2896
|
ActionType2["displayGroup"] = "displayGroup";
|
|
2895
2897
|
ActionType2["cssProperty"] = "cssProperty";
|
|
2896
2898
|
ActionType2["cssCustomProperty"] = "cssCustomProperty";
|
|
2899
|
+
ActionType2["dashboard"] = "dashboard";
|
|
2897
2900
|
return ActionType2;
|
|
2898
2901
|
})(ActionType || {});
|
|
2899
2902
|
var PanelType = /* @__PURE__ */ ((PanelType2) => {
|
|
@@ -3333,6 +3336,11 @@ var FileMediaType = /* @__PURE__ */ ((FileMediaType2) => {
|
|
|
3333
3336
|
FileMediaType2["FONT_MEDIA_TYPE"] = "FONT_MEDIA_TYPE";
|
|
3334
3337
|
return FileMediaType2;
|
|
3335
3338
|
})(FileMediaType || {});
|
|
3339
|
+
var ContextActionExecutionType = /* @__PURE__ */ ((ContextActionExecutionType2) => {
|
|
3340
|
+
ContextActionExecutionType2["panel"] = "panel";
|
|
3341
|
+
ContextActionExecutionType2["dashboard"] = "dashboard";
|
|
3342
|
+
return ContextActionExecutionType2;
|
|
3343
|
+
})(ContextActionExecutionType || {});
|
|
3336
3344
|
var ConnectionMethod = /* @__PURE__ */ ((ConnectionMethod2) => {
|
|
3337
3345
|
ConnectionMethod2["UNKNOWN_CONNECTION_METHOD"] = "UNKNOWN_CONNECTION_METHOD";
|
|
3338
3346
|
ConnectionMethod2["OAUTH"] = "OAUTH";
|
|
@@ -3575,6 +3583,7 @@ function deleteUserDefinedFields2() {
|
|
|
3575
3583
|
ContactFieldOriginal,
|
|
3576
3584
|
ContainerTypeOriginal,
|
|
3577
3585
|
ContentResizeDirectionOriginal,
|
|
3586
|
+
ContextActionExecutionTypeOriginal,
|
|
3578
3587
|
CropOriginal,
|
|
3579
3588
|
CssDataTypeOriginal,
|
|
3580
3589
|
CssPropertyTypeEnumCssPropertyTypeOriginal,
|