@objectstack/platform-objects 11.10.0 → 12.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 +2 -2
- package/dist/apps/index.d.ts +2 -2
- package/dist/audit/index.d.mts +1148 -1448
- package/dist/audit/index.d.ts +1148 -1448
- package/dist/identity/index.d.mts +2772 -3084
- package/dist/identity/index.d.ts +2772 -3084
- package/dist/identity/index.js +19 -0
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +19 -0
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.js +19 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +19 -0
- package/dist/index.mjs.map +1 -1
- package/dist/system/index.d.mts +335 -425
- package/dist/system/index.d.ts +335 -425
- package/package.json +3 -3
package/dist/apps/index.d.mts
CHANGED
|
@@ -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" | "
|
|
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" | "
|
|
259
|
+
actionType?: "url" | "modal" | "api" | "flow" | "script" | undefined;
|
|
260
260
|
icon?: string | undefined;
|
|
261
261
|
}[] | undefined;
|
|
262
262
|
} | undefined;
|
package/dist/apps/index.d.ts
CHANGED
|
@@ -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" | "
|
|
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" | "
|
|
259
|
+
actionType?: "url" | "modal" | "api" | "flow" | "script" | undefined;
|
|
260
260
|
icon?: string | undefined;
|
|
261
261
|
}[] | undefined;
|
|
262
262
|
} | undefined;
|