@objectstack/platform-objects 4.0.5 → 4.1.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.
Files changed (57) hide show
  1. package/dist/apps/index.d.mts +16 -48
  2. package/dist/apps/index.d.ts +16 -48
  3. package/dist/apps/index.js +139 -217
  4. package/dist/apps/index.js.map +1 -1
  5. package/dist/apps/index.mjs +140 -212
  6. package/dist/apps/index.mjs.map +1 -1
  7. package/dist/audit/index.d.mts +38990 -51
  8. package/dist/audit/index.d.ts +38990 -51
  9. package/dist/audit/index.js +1428 -0
  10. package/dist/audit/index.js.map +1 -1
  11. package/dist/audit/index.mjs +1417 -1
  12. package/dist/audit/index.mjs.map +1 -1
  13. package/dist/identity/index.d.mts +14869 -2802
  14. package/dist/identity/index.d.ts +14869 -2802
  15. package/dist/identity/index.js +1090 -6
  16. package/dist/identity/index.js.map +1 -1
  17. package/dist/identity/index.mjs +1089 -7
  18. package/dist/identity/index.mjs.map +1 -1
  19. package/dist/index.d.mts +8 -7
  20. package/dist/index.d.ts +8 -7
  21. package/dist/index.js +3652 -1482
  22. package/dist/index.js.map +1 -1
  23. package/dist/index.mjs +3633 -1465
  24. package/dist/index.mjs.map +1 -1
  25. package/dist/integration/index.d.mts +2905 -0
  26. package/dist/integration/index.d.ts +2905 -0
  27. package/dist/integration/index.js +140 -0
  28. package/dist/integration/index.js.map +1 -0
  29. package/dist/integration/index.mjs +138 -0
  30. package/dist/integration/index.mjs.map +1 -0
  31. package/dist/metadata/index.d.mts +577 -21181
  32. package/dist/metadata/index.d.ts +577 -21181
  33. package/dist/metadata/index.js +29 -619
  34. package/dist/metadata/index.js.map +1 -1
  35. package/dist/metadata/index.mjs +30 -615
  36. package/dist/metadata/index.mjs.map +1 -1
  37. package/dist/security/index.d.mts +7278 -46
  38. package/dist/security/index.d.ts +7278 -46
  39. package/dist/security/index.js +540 -0
  40. package/dist/security/index.js.map +1 -1
  41. package/dist/security/index.mjs +539 -1
  42. package/dist/security/index.mjs.map +1 -1
  43. package/dist/system/index.d.mts +8409 -0
  44. package/dist/system/index.d.ts +8409 -0
  45. package/dist/system/index.js +395 -0
  46. package/dist/system/index.js.map +1 -0
  47. package/dist/system/index.mjs +391 -0
  48. package/dist/system/index.mjs.map +1 -0
  49. package/package.json +13 -8
  50. package/dist/tenant/index.d.mts +0 -18464
  51. package/dist/tenant/index.d.ts +0 -18464
  52. package/dist/tenant/index.js +0 -741
  53. package/dist/tenant/index.js.map +0 -1
  54. package/dist/tenant/index.mjs +0 -733
  55. package/dist/tenant/index.mjs.map +0 -1
  56. /package/dist/{state-machine.zod-BFg-VE0M.d-Ek3_yo9P.d.mts → state-machine.zod-BNanU03M.d-Ek3_yo9P.d.mts} +0 -0
  57. /package/dist/{state-machine.zod-BFg-VE0M.d-Ek3_yo9P.d.ts → state-machine.zod-BNanU03M.d-Ek3_yo9P.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- import { App, ListView } from '@objectstack/spec/ui';
1
+ import { App } from '@objectstack/spec/ui';
2
2
  import * as _objectstack_spec_data from '@objectstack/spec/data';
3
3
 
4
4
  /**
@@ -26,42 +26,6 @@ import * as _objectstack_spec_data from '@objectstack/spec/data';
26
26
 
27
27
  declare const SETUP_APP: App;
28
28
 
29
- /**
30
- * Default list view for sys_user administration.
31
- * Displays all users with key identity fields.
32
- */
33
- declare const UsersView: ListView;
34
-
35
- /**
36
- * Default list view for sys_organization administration.
37
- * Displays all organizations with key metadata.
38
- */
39
- declare const OrganizationsView: ListView;
40
-
41
- /**
42
- * Default list view for sys_role administration.
43
- * Displays all platform roles with permission summary.
44
- */
45
- declare const RolesView: ListView;
46
-
47
- /**
48
- * Default list view for sys_session administration.
49
- * Displays all active user sessions with metadata.
50
- */
51
- declare const SessionsView: ListView;
52
-
53
- /**
54
- * Default list view for sys_audit_log administration.
55
- * Displays platform audit trail with action and target information.
56
- */
57
- declare const AuditLogsView: ListView;
58
-
59
- /**
60
- * Default list view for sys_package_installation administration.
61
- * Displays package installations with version and status information.
62
- */
63
- declare const PackageInstallationsView: ListView;
64
-
65
29
  /**
66
30
  * System Overview Dashboard
67
31
  *
@@ -76,7 +40,7 @@ declare const SystemOverviewDashboard: {
76
40
  label: string;
77
41
  widgets: {
78
42
  id: string;
79
- type: "table" | "bar" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "line" | "area" | "stacked-area" | "step-line" | "spline" | "pie" | "donut" | "funnel" | "pyramid" | "scatter" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot";
43
+ type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot";
80
44
  aggregate: "min" | "max" | "count" | "sum" | "avg";
81
45
  layout: {
82
46
  x: number;
@@ -87,7 +51,7 @@ declare const SystemOverviewDashboard: {
87
51
  title?: string | undefined;
88
52
  description?: string | undefined;
89
53
  chartConfig?: {
90
- type: "table" | "bar" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "line" | "area" | "stacked-area" | "step-line" | "spline" | "pie" | "donut" | "funnel" | "pyramid" | "scatter" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot";
54
+ type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot";
91
55
  showLegend: boolean;
92
56
  showDataLabels: boolean;
93
57
  title?: string | undefined;
@@ -119,7 +83,7 @@ declare const SystemOverviewDashboard: {
119
83
  name: string;
120
84
  yAxis: "left" | "right";
121
85
  label?: string | undefined;
122
- type?: "table" | "bar" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "line" | "area" | "stacked-area" | "step-line" | "spline" | "pie" | "donut" | "funnel" | "pyramid" | "scatter" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot" | undefined;
86
+ type?: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot" | undefined;
123
87
  color?: string | undefined;
124
88
  stack?: string | undefined;
125
89
  }[] | undefined;
@@ -147,8 +111,10 @@ declare const SystemOverviewDashboard: {
147
111
  } | undefined;
148
112
  } | undefined;
149
113
  colorVariant?: "default" | "danger" | "success" | "warning" | "blue" | "teal" | "orange" | "purple" | undefined;
114
+ requiresObject?: string | undefined;
115
+ requiresService?: string | undefined;
150
116
  actionUrl?: string | undefined;
151
- actionType?: "url" | "flow" | "api" | "script" | "modal" | undefined;
117
+ actionType?: "url" | "api" | "modal" | "flow" | "script" | undefined;
152
118
  actionIcon?: string | undefined;
153
119
  object?: string | undefined;
154
120
  filter?: _objectstack_spec_data.FilterCondition | undefined;
@@ -194,7 +160,7 @@ declare const SystemOverviewDashboard: {
194
160
  actions?: {
195
161
  label: string;
196
162
  actionUrl: string;
197
- actionType?: "url" | "flow" | "api" | "script" | "modal" | undefined;
163
+ actionType?: "url" | "api" | "modal" | "flow" | "script" | undefined;
198
164
  icon?: string | undefined;
199
165
  }[] | undefined;
200
166
  } | undefined;
@@ -257,7 +223,7 @@ declare const SecurityOverviewDashboard: {
257
223
  label: string;
258
224
  widgets: {
259
225
  id: string;
260
- type: "table" | "bar" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "line" | "area" | "stacked-area" | "step-line" | "spline" | "pie" | "donut" | "funnel" | "pyramid" | "scatter" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot";
226
+ type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot";
261
227
  aggregate: "min" | "max" | "count" | "sum" | "avg";
262
228
  layout: {
263
229
  x: number;
@@ -268,7 +234,7 @@ declare const SecurityOverviewDashboard: {
268
234
  title?: string | undefined;
269
235
  description?: string | undefined;
270
236
  chartConfig?: {
271
- type: "table" | "bar" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "line" | "area" | "stacked-area" | "step-line" | "spline" | "pie" | "donut" | "funnel" | "pyramid" | "scatter" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot";
237
+ type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot";
272
238
  showLegend: boolean;
273
239
  showDataLabels: boolean;
274
240
  title?: string | undefined;
@@ -300,7 +266,7 @@ declare const SecurityOverviewDashboard: {
300
266
  name: string;
301
267
  yAxis: "left" | "right";
302
268
  label?: string | undefined;
303
- type?: "table" | "bar" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "line" | "area" | "stacked-area" | "step-line" | "spline" | "pie" | "donut" | "funnel" | "pyramid" | "scatter" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot" | undefined;
269
+ type?: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot" | undefined;
304
270
  color?: string | undefined;
305
271
  stack?: string | undefined;
306
272
  }[] | undefined;
@@ -328,8 +294,10 @@ declare const SecurityOverviewDashboard: {
328
294
  } | undefined;
329
295
  } | undefined;
330
296
  colorVariant?: "default" | "danger" | "success" | "warning" | "blue" | "teal" | "orange" | "purple" | undefined;
297
+ requiresObject?: string | undefined;
298
+ requiresService?: string | undefined;
331
299
  actionUrl?: string | undefined;
332
- actionType?: "url" | "flow" | "api" | "script" | "modal" | undefined;
300
+ actionType?: "url" | "api" | "modal" | "flow" | "script" | undefined;
333
301
  actionIcon?: string | undefined;
334
302
  object?: string | undefined;
335
303
  filter?: _objectstack_spec_data.FilterCondition | undefined;
@@ -375,7 +343,7 @@ declare const SecurityOverviewDashboard: {
375
343
  actions?: {
376
344
  label: string;
377
345
  actionUrl: string;
378
- actionType?: "url" | "flow" | "api" | "script" | "modal" | undefined;
346
+ actionType?: "url" | "api" | "modal" | "flow" | "script" | undefined;
379
347
  icon?: string | undefined;
380
348
  }[] | undefined;
381
349
  } | undefined;
@@ -424,4 +392,4 @@ declare const SecurityOverviewDashboard: {
424
392
  } | undefined;
425
393
  };
426
394
 
427
- export { AuditLogsView, OrganizationsView, PackageInstallationsView, RolesView, SETUP_APP, SecurityOverviewDashboard, SessionsView, SystemOverviewDashboard, UsersView };
395
+ export { SETUP_APP, SecurityOverviewDashboard, SystemOverviewDashboard };
@@ -1,4 +1,4 @@
1
- import { App, ListView } from '@objectstack/spec/ui';
1
+ import { App } from '@objectstack/spec/ui';
2
2
  import * as _objectstack_spec_data from '@objectstack/spec/data';
3
3
 
4
4
  /**
@@ -26,42 +26,6 @@ import * as _objectstack_spec_data from '@objectstack/spec/data';
26
26
 
27
27
  declare const SETUP_APP: App;
28
28
 
29
- /**
30
- * Default list view for sys_user administration.
31
- * Displays all users with key identity fields.
32
- */
33
- declare const UsersView: ListView;
34
-
35
- /**
36
- * Default list view for sys_organization administration.
37
- * Displays all organizations with key metadata.
38
- */
39
- declare const OrganizationsView: ListView;
40
-
41
- /**
42
- * Default list view for sys_role administration.
43
- * Displays all platform roles with permission summary.
44
- */
45
- declare const RolesView: ListView;
46
-
47
- /**
48
- * Default list view for sys_session administration.
49
- * Displays all active user sessions with metadata.
50
- */
51
- declare const SessionsView: ListView;
52
-
53
- /**
54
- * Default list view for sys_audit_log administration.
55
- * Displays platform audit trail with action and target information.
56
- */
57
- declare const AuditLogsView: ListView;
58
-
59
- /**
60
- * Default list view for sys_package_installation administration.
61
- * Displays package installations with version and status information.
62
- */
63
- declare const PackageInstallationsView: ListView;
64
-
65
29
  /**
66
30
  * System Overview Dashboard
67
31
  *
@@ -76,7 +40,7 @@ declare const SystemOverviewDashboard: {
76
40
  label: string;
77
41
  widgets: {
78
42
  id: string;
79
- type: "table" | "bar" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "line" | "area" | "stacked-area" | "step-line" | "spline" | "pie" | "donut" | "funnel" | "pyramid" | "scatter" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot";
43
+ type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot";
80
44
  aggregate: "min" | "max" | "count" | "sum" | "avg";
81
45
  layout: {
82
46
  x: number;
@@ -87,7 +51,7 @@ declare const SystemOverviewDashboard: {
87
51
  title?: string | undefined;
88
52
  description?: string | undefined;
89
53
  chartConfig?: {
90
- type: "table" | "bar" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "line" | "area" | "stacked-area" | "step-line" | "spline" | "pie" | "donut" | "funnel" | "pyramid" | "scatter" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot";
54
+ type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot";
91
55
  showLegend: boolean;
92
56
  showDataLabels: boolean;
93
57
  title?: string | undefined;
@@ -119,7 +83,7 @@ declare const SystemOverviewDashboard: {
119
83
  name: string;
120
84
  yAxis: "left" | "right";
121
85
  label?: string | undefined;
122
- type?: "table" | "bar" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "line" | "area" | "stacked-area" | "step-line" | "spline" | "pie" | "donut" | "funnel" | "pyramid" | "scatter" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot" | undefined;
86
+ type?: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot" | undefined;
123
87
  color?: string | undefined;
124
88
  stack?: string | undefined;
125
89
  }[] | undefined;
@@ -147,8 +111,10 @@ declare const SystemOverviewDashboard: {
147
111
  } | undefined;
148
112
  } | undefined;
149
113
  colorVariant?: "default" | "danger" | "success" | "warning" | "blue" | "teal" | "orange" | "purple" | undefined;
114
+ requiresObject?: string | undefined;
115
+ requiresService?: string | undefined;
150
116
  actionUrl?: string | undefined;
151
- actionType?: "url" | "flow" | "api" | "script" | "modal" | undefined;
117
+ actionType?: "url" | "api" | "modal" | "flow" | "script" | undefined;
152
118
  actionIcon?: string | undefined;
153
119
  object?: string | undefined;
154
120
  filter?: _objectstack_spec_data.FilterCondition | undefined;
@@ -194,7 +160,7 @@ declare const SystemOverviewDashboard: {
194
160
  actions?: {
195
161
  label: string;
196
162
  actionUrl: string;
197
- actionType?: "url" | "flow" | "api" | "script" | "modal" | undefined;
163
+ actionType?: "url" | "api" | "modal" | "flow" | "script" | undefined;
198
164
  icon?: string | undefined;
199
165
  }[] | undefined;
200
166
  } | undefined;
@@ -257,7 +223,7 @@ declare const SecurityOverviewDashboard: {
257
223
  label: string;
258
224
  widgets: {
259
225
  id: string;
260
- type: "table" | "bar" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "line" | "area" | "stacked-area" | "step-line" | "spline" | "pie" | "donut" | "funnel" | "pyramid" | "scatter" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot";
226
+ type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot";
261
227
  aggregate: "min" | "max" | "count" | "sum" | "avg";
262
228
  layout: {
263
229
  x: number;
@@ -268,7 +234,7 @@ declare const SecurityOverviewDashboard: {
268
234
  title?: string | undefined;
269
235
  description?: string | undefined;
270
236
  chartConfig?: {
271
- type: "table" | "bar" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "line" | "area" | "stacked-area" | "step-line" | "spline" | "pie" | "donut" | "funnel" | "pyramid" | "scatter" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot";
237
+ type: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot";
272
238
  showLegend: boolean;
273
239
  showDataLabels: boolean;
274
240
  title?: string | undefined;
@@ -300,7 +266,7 @@ declare const SecurityOverviewDashboard: {
300
266
  name: string;
301
267
  yAxis: "left" | "right";
302
268
  label?: string | undefined;
303
- type?: "table" | "bar" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "line" | "area" | "stacked-area" | "step-line" | "spline" | "pie" | "donut" | "funnel" | "pyramid" | "scatter" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot" | undefined;
269
+ type?: "table" | "bar" | "line" | "pie" | "area" | "scatter" | "horizontal-bar" | "column" | "grouped-bar" | "stacked-bar" | "bi-polar-bar" | "stacked-area" | "step-line" | "spline" | "donut" | "funnel" | "pyramid" | "bubble" | "treemap" | "sunburst" | "sankey" | "word-cloud" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "choropleth" | "bubble-map" | "gl-map" | "heatmap" | "radar" | "waterfall" | "box-plot" | "violin" | "candlestick" | "stock" | "pivot" | undefined;
304
270
  color?: string | undefined;
305
271
  stack?: string | undefined;
306
272
  }[] | undefined;
@@ -328,8 +294,10 @@ declare const SecurityOverviewDashboard: {
328
294
  } | undefined;
329
295
  } | undefined;
330
296
  colorVariant?: "default" | "danger" | "success" | "warning" | "blue" | "teal" | "orange" | "purple" | undefined;
297
+ requiresObject?: string | undefined;
298
+ requiresService?: string | undefined;
331
299
  actionUrl?: string | undefined;
332
- actionType?: "url" | "flow" | "api" | "script" | "modal" | undefined;
300
+ actionType?: "url" | "api" | "modal" | "flow" | "script" | undefined;
333
301
  actionIcon?: string | undefined;
334
302
  object?: string | undefined;
335
303
  filter?: _objectstack_spec_data.FilterCondition | undefined;
@@ -375,7 +343,7 @@ declare const SecurityOverviewDashboard: {
375
343
  actions?: {
376
344
  label: string;
377
345
  actionUrl: string;
378
- actionType?: "url" | "flow" | "api" | "script" | "modal" | undefined;
346
+ actionType?: "url" | "api" | "modal" | "flow" | "script" | undefined;
379
347
  icon?: string | undefined;
380
348
  }[] | undefined;
381
349
  } | undefined;
@@ -424,4 +392,4 @@ declare const SecurityOverviewDashboard: {
424
392
  } | undefined;
425
393
  };
426
394
 
427
- export { AuditLogsView, OrganizationsView, PackageInstallationsView, RolesView, SETUP_APP, SecurityOverviewDashboard, SessionsView, SystemOverviewDashboard, UsersView };
395
+ export { SETUP_APP, SecurityOverviewDashboard, SystemOverviewDashboard };