@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
|
@@ -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,
|
|
@@ -2894,6 +2895,7 @@ var ActionType = /* @__PURE__ */ ((ActionType2) => {
|
|
|
2894
2895
|
ActionType2["displayGroup"] = "displayGroup";
|
|
2895
2896
|
ActionType2["cssProperty"] = "cssProperty";
|
|
2896
2897
|
ActionType2["cssCustomProperty"] = "cssCustomProperty";
|
|
2898
|
+
ActionType2["dashboard"] = "dashboard";
|
|
2897
2899
|
return ActionType2;
|
|
2898
2900
|
})(ActionType || {});
|
|
2899
2901
|
var PanelType = /* @__PURE__ */ ((PanelType2) => {
|
|
@@ -3333,6 +3335,11 @@ var FileMediaType = /* @__PURE__ */ ((FileMediaType2) => {
|
|
|
3333
3335
|
FileMediaType2["FONT_MEDIA_TYPE"] = "FONT_MEDIA_TYPE";
|
|
3334
3336
|
return FileMediaType2;
|
|
3335
3337
|
})(FileMediaType || {});
|
|
3338
|
+
var ContextActionExecutionType = /* @__PURE__ */ ((ContextActionExecutionType2) => {
|
|
3339
|
+
ContextActionExecutionType2["panel"] = "panel";
|
|
3340
|
+
ContextActionExecutionType2["dashboard"] = "dashboard";
|
|
3341
|
+
return ContextActionExecutionType2;
|
|
3342
|
+
})(ContextActionExecutionType || {});
|
|
3336
3343
|
var ConnectionMethod = /* @__PURE__ */ ((ConnectionMethod2) => {
|
|
3337
3344
|
ConnectionMethod2["UNKNOWN_CONNECTION_METHOD"] = "UNKNOWN_CONNECTION_METHOD";
|
|
3338
3345
|
ConnectionMethod2["OAUTH"] = "OAUTH";
|
|
@@ -3575,6 +3582,7 @@ function deleteUserDefinedFields2() {
|
|
|
3575
3582
|
ContactFieldOriginal,
|
|
3576
3583
|
ContainerTypeOriginal,
|
|
3577
3584
|
ContentResizeDirectionOriginal,
|
|
3585
|
+
ContextActionExecutionTypeOriginal,
|
|
3578
3586
|
CropOriginal,
|
|
3579
3587
|
CssDataTypeOriginal,
|
|
3580
3588
|
CssPropertyTypeEnumCssPropertyTypeOriginal,
|