@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/es/meta.mjs
CHANGED
|
@@ -2217,6 +2217,7 @@ var InputType = /* @__PURE__ */ ((InputType2) => {
|
|
|
2217
2217
|
var FunctionRole = /* @__PURE__ */ ((FunctionRole2) => {
|
|
2218
2218
|
FunctionRole2["UNKNOWN_FUNCTION_ROLE"] = "UNKNOWN_FUNCTION_ROLE";
|
|
2219
2219
|
FunctionRole2["data_type_conversion"] = "data_type_conversion";
|
|
2220
|
+
FunctionRole2["pagination_load_next_page"] = "pagination_load_next_page";
|
|
2220
2221
|
return FunctionRole2;
|
|
2221
2222
|
})(FunctionRole || {});
|
|
2222
2223
|
var FilterOperator = /* @__PURE__ */ ((FilterOperator2) => {
|
|
@@ -2573,6 +2574,7 @@ var ActionType = /* @__PURE__ */ ((ActionType2) => {
|
|
|
2573
2574
|
ActionType2["displayGroup"] = "displayGroup";
|
|
2574
2575
|
ActionType2["cssProperty"] = "cssProperty";
|
|
2575
2576
|
ActionType2["cssCustomProperty"] = "cssCustomProperty";
|
|
2577
|
+
ActionType2["dashboard"] = "dashboard";
|
|
2576
2578
|
return ActionType2;
|
|
2577
2579
|
})(ActionType || {});
|
|
2578
2580
|
var PanelType = /* @__PURE__ */ ((PanelType2) => {
|
|
@@ -3012,6 +3014,11 @@ var FileMediaType = /* @__PURE__ */ ((FileMediaType2) => {
|
|
|
3012
3014
|
FileMediaType2["FONT_MEDIA_TYPE"] = "FONT_MEDIA_TYPE";
|
|
3013
3015
|
return FileMediaType2;
|
|
3014
3016
|
})(FileMediaType || {});
|
|
3017
|
+
var ContextActionExecutionType = /* @__PURE__ */ ((ContextActionExecutionType2) => {
|
|
3018
|
+
ContextActionExecutionType2["panel"] = "panel";
|
|
3019
|
+
ContextActionExecutionType2["dashboard"] = "dashboard";
|
|
3020
|
+
return ContextActionExecutionType2;
|
|
3021
|
+
})(ContextActionExecutionType || {});
|
|
3015
3022
|
var ConnectionMethod = /* @__PURE__ */ ((ConnectionMethod2) => {
|
|
3016
3023
|
ConnectionMethod2["UNKNOWN_CONNECTION_METHOD"] = "UNKNOWN_CONNECTION_METHOD";
|
|
3017
3024
|
ConnectionMethod2["OAUTH"] = "OAUTH";
|
|
@@ -3253,6 +3260,7 @@ export {
|
|
|
3253
3260
|
ContactField as ContactFieldOriginal,
|
|
3254
3261
|
ContainerType as ContainerTypeOriginal,
|
|
3255
3262
|
ContentResizeDirection as ContentResizeDirectionOriginal,
|
|
3263
|
+
ContextActionExecutionType as ContextActionExecutionTypeOriginal,
|
|
3256
3264
|
Crop as CropOriginal,
|
|
3257
3265
|
CssDataType as CssDataTypeOriginal,
|
|
3258
3266
|
CssPropertyTypeEnumCssPropertyType as CssPropertyTypeEnumCssPropertyTypeOriginal,
|