@objectstack/platform-objects 14.5.0 → 14.7.0

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.
@@ -270,7 +270,7 @@ declare const SystemOverviewDashboard: {
270
270
  } | undefined;
271
271
  globalFilters?: {
272
272
  field: string;
273
- scope: "dashboard" | "widget";
273
+ scope: "widget" | "dashboard";
274
274
  label?: string | undefined;
275
275
  type?: "number" | "date" | "lookup" | "text" | "select" | undefined;
276
276
  options?: {
@@ -270,7 +270,7 @@ declare const SystemOverviewDashboard: {
270
270
  } | undefined;
271
271
  globalFilters?: {
272
272
  field: string;
273
- scope: "dashboard" | "widget";
273
+ scope: "widget" | "dashboard";
274
274
  label?: string | undefined;
275
275
  type?: "number" | "date" | "lookup" | "text" | "select" | undefined;
276
276
  options?: {