@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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +9 -0
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +145 -14
  5. package/build/cjs/index.typings.js +9 -0
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +145 -14
  8. package/build/cjs/meta.js +9 -0
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +8 -0
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +145 -14
  14. package/build/es/index.typings.mjs +8 -0
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +145 -14
  17. package/build/es/meta.mjs +8 -0
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +1 -1
  20. package/build/internal/cjs/index.js +9 -0
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +145 -14
  23. package/build/internal/cjs/index.typings.js +9 -0
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +145 -14
  26. package/build/internal/cjs/meta.js +9 -0
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +1 -1
  29. package/build/internal/es/index.mjs +8 -0
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +145 -14
  32. package/build/internal/es/index.typings.mjs +8 -0
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +145 -14
  35. package/build/internal/es/meta.mjs +8 -0
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. 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,