@objectstack/platform-objects 0.1.0 → 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.
- package/dist/apps/index.d.mts +16 -48
- package/dist/apps/index.d.ts +16 -48
- package/dist/apps/index.js +139 -215
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +140 -210
- package/dist/apps/index.mjs.map +1 -1
- package/dist/audit/index.d.mts +40249 -150
- package/dist/audit/index.d.ts +40249 -150
- package/dist/audit/index.js +1428 -0
- package/dist/audit/index.js.map +1 -1
- package/dist/audit/index.mjs +1417 -1
- package/dist/audit/index.mjs.map +1 -1
- package/dist/identity/index.d.mts +18792 -2520
- package/dist/identity/index.d.ts +18792 -2520
- package/dist/identity/index.js +1107 -6
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +1106 -7
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.d.mts +9 -7
- package/dist/index.d.ts +9 -7
- package/dist/index.js +3939 -1504
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3917 -1487
- package/dist/index.mjs.map +1 -1
- package/dist/integration/index.d.mts +2905 -0
- package/dist/integration/index.d.ts +2905 -0
- package/dist/integration/index.js +140 -0
- package/dist/integration/index.js.map +1 -0
- package/dist/integration/index.mjs +138 -0
- package/dist/integration/index.mjs.map +1 -0
- package/dist/metadata/index.d.mts +1426 -19092
- package/dist/metadata/index.d.ts +1426 -19092
- package/dist/metadata/index.js +29 -619
- package/dist/metadata/index.js.map +1 -1
- package/dist/metadata/index.mjs +30 -615
- package/dist/metadata/index.mjs.map +1 -1
- package/dist/security/index.d.mts +10759 -60
- package/dist/security/index.d.ts +10759 -60
- package/dist/security/index.js +786 -0
- package/dist/security/index.js.map +1 -1
- package/dist/security/index.mjs +782 -1
- package/dist/security/index.mjs.map +1 -1
- package/dist/system/index.d.mts +8409 -0
- package/dist/system/index.d.ts +8409 -0
- package/dist/system/index.js +395 -0
- package/dist/system/index.js.map +1 -0
- package/dist/system/index.mjs +391 -0
- package/dist/system/index.mjs.map +1 -0
- package/package.json +13 -8
- package/dist/tenant/index.d.mts +0 -16454
- package/dist/tenant/index.d.ts +0 -16454
- package/dist/tenant/index.js +0 -741
- package/dist/tenant/index.js.map +0 -1
- package/dist/tenant/index.mjs +0 -733
- package/dist/tenant/index.mjs.map +0 -1
- /package/dist/{state-machine.zod-BFg-VE0M.d-Ek3_yo9P.d.mts → state-machine.zod-BNanU03M.d-Ek3_yo9P.d.mts} +0 -0
- /package/dist/{state-machine.zod-BFg-VE0M.d-Ek3_yo9P.d.ts → state-machine.zod-BNanU03M.d-Ek3_yo9P.d.ts} +0 -0
package/dist/apps/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { App
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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 {
|
|
395
|
+
export { SETUP_APP, SecurityOverviewDashboard, SystemOverviewDashboard };
|
package/dist/apps/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { App
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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 {
|
|
395
|
+
export { SETUP_APP, SecurityOverviewDashboard, SystemOverviewDashboard };
|