@objectstack/platform-objects 11.9.0 → 12.0.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.
@@ -201,7 +201,7 @@ declare const SystemOverviewDashboard: {
201
201
  requiresObject?: string | undefined;
202
202
  requiresService?: string | undefined;
203
203
  actionUrl?: string | undefined;
204
- actionType?: "url" | "api" | "modal" | "flow" | "script" | undefined;
204
+ actionType?: "url" | "modal" | "api" | "flow" | "script" | undefined;
205
205
  actionIcon?: string | undefined;
206
206
  filter?: _objectstack_spec_data.FilterCondition | undefined;
207
207
  compareTo?: "previousPeriod" | "previousYear" | {
@@ -256,7 +256,7 @@ declare const SystemOverviewDashboard: {
256
256
  actions?: {
257
257
  label: string;
258
258
  actionUrl: string;
259
- actionType?: "url" | "api" | "modal" | "flow" | "script" | undefined;
259
+ actionType?: "url" | "modal" | "api" | "flow" | "script" | undefined;
260
260
  icon?: string | undefined;
261
261
  }[] | undefined;
262
262
  } | undefined;
@@ -201,7 +201,7 @@ declare const SystemOverviewDashboard: {
201
201
  requiresObject?: string | undefined;
202
202
  requiresService?: string | undefined;
203
203
  actionUrl?: string | undefined;
204
- actionType?: "url" | "api" | "modal" | "flow" | "script" | undefined;
204
+ actionType?: "url" | "modal" | "api" | "flow" | "script" | undefined;
205
205
  actionIcon?: string | undefined;
206
206
  filter?: _objectstack_spec_data.FilterCondition | undefined;
207
207
  compareTo?: "previousPeriod" | "previousYear" | {
@@ -256,7 +256,7 @@ declare const SystemOverviewDashboard: {
256
256
  actions?: {
257
257
  label: string;
258
258
  actionUrl: string;
259
- actionType?: "url" | "api" | "modal" | "flow" | "script" | undefined;
259
+ actionType?: "url" | "modal" | "api" | "flow" | "script" | undefined;
260
260
  icon?: string | undefined;
261
261
  }[] | undefined;
262
262
  } | undefined;