@wix/auto_sdk_data-extension-schema_schemas 1.0.238 → 1.0.240
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 +8 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +154 -15
- package/build/cjs/index.typings.js +8 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +154 -15
- package/build/cjs/meta.js +8 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +7 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +154 -15
- package/build/es/index.typings.mjs +7 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +154 -15
- package/build/es/meta.mjs +7 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +8 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +154 -15
- package/build/internal/cjs/index.typings.js +8 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +154 -15
- package/build/internal/cjs/meta.js +8 -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 +7 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +154 -15
- package/build/internal/es/index.typings.mjs +7 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +154 -15
- package/build/internal/es/meta.mjs +7 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.mjs
CHANGED
|
@@ -2573,6 +2573,7 @@ var ActionType = /* @__PURE__ */ ((ActionType2) => {
|
|
|
2573
2573
|
ActionType2["displayGroup"] = "displayGroup";
|
|
2574
2574
|
ActionType2["cssProperty"] = "cssProperty";
|
|
2575
2575
|
ActionType2["cssCustomProperty"] = "cssCustomProperty";
|
|
2576
|
+
ActionType2["dashboard"] = "dashboard";
|
|
2576
2577
|
return ActionType2;
|
|
2577
2578
|
})(ActionType || {});
|
|
2578
2579
|
var PanelType = /* @__PURE__ */ ((PanelType2) => {
|
|
@@ -3012,6 +3013,11 @@ var FileMediaType = /* @__PURE__ */ ((FileMediaType2) => {
|
|
|
3012
3013
|
FileMediaType2["FONT_MEDIA_TYPE"] = "FONT_MEDIA_TYPE";
|
|
3013
3014
|
return FileMediaType2;
|
|
3014
3015
|
})(FileMediaType || {});
|
|
3016
|
+
var ContextActionExecutionType = /* @__PURE__ */ ((ContextActionExecutionType2) => {
|
|
3017
|
+
ContextActionExecutionType2["panel"] = "panel";
|
|
3018
|
+
ContextActionExecutionType2["dashboard"] = "dashboard";
|
|
3019
|
+
return ContextActionExecutionType2;
|
|
3020
|
+
})(ContextActionExecutionType || {});
|
|
3015
3021
|
var ConnectionMethod = /* @__PURE__ */ ((ConnectionMethod2) => {
|
|
3016
3022
|
ConnectionMethod2["UNKNOWN_CONNECTION_METHOD"] = "UNKNOWN_CONNECTION_METHOD";
|
|
3017
3023
|
ConnectionMethod2["OAUTH"] = "OAUTH";
|
|
@@ -3253,6 +3259,7 @@ export {
|
|
|
3253
3259
|
ContactField as ContactFieldOriginal,
|
|
3254
3260
|
ContainerType as ContainerTypeOriginal,
|
|
3255
3261
|
ContentResizeDirection as ContentResizeDirectionOriginal,
|
|
3262
|
+
ContextActionExecutionType as ContextActionExecutionTypeOriginal,
|
|
3256
3263
|
Crop as CropOriginal,
|
|
3257
3264
|
CssDataType as CssDataTypeOriginal,
|
|
3258
3265
|
CssPropertyTypeEnumCssPropertyType as CssPropertyTypeEnumCssPropertyTypeOriginal,
|