@objectstack/platform-objects 7.4.1 → 7.6.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 +3 -3
- package/dist/apps/index.d.ts +3 -3
- package/dist/audit/index.d.mts +27 -27
- package/dist/audit/index.d.ts +27 -27
- package/dist/identity/index.d.mts +60 -68
- package/dist/identity/index.d.ts +60 -68
- package/dist/identity/index.js +5 -11
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +5 -11
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.js +5 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -11
- package/dist/index.mjs.map +1 -1
- package/dist/metadata/index.d.mts +12 -12
- package/dist/metadata/index.d.ts +12 -12
- package/dist/system/index.d.mts +9 -9
- package/dist/system/index.d.ts +9 -9
- package/package.json +3 -3
package/dist/apps/index.d.mts
CHANGED
|
@@ -129,7 +129,7 @@ declare const SystemOverviewDashboard: {
|
|
|
129
129
|
label: string;
|
|
130
130
|
widgets: {
|
|
131
131
|
id: string;
|
|
132
|
-
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" | "
|
|
132
|
+
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" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot";
|
|
133
133
|
aggregate: "min" | "max" | "count" | "sum" | "avg";
|
|
134
134
|
layout: {
|
|
135
135
|
x: number;
|
|
@@ -140,7 +140,7 @@ declare const SystemOverviewDashboard: {
|
|
|
140
140
|
title?: string | undefined;
|
|
141
141
|
description?: string | undefined;
|
|
142
142
|
chartConfig?: {
|
|
143
|
-
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" | "
|
|
143
|
+
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" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot";
|
|
144
144
|
showLegend: boolean;
|
|
145
145
|
showDataLabels: boolean;
|
|
146
146
|
title?: string | undefined;
|
|
@@ -172,7 +172,7 @@ declare const SystemOverviewDashboard: {
|
|
|
172
172
|
name: string;
|
|
173
173
|
yAxis: "left" | "right";
|
|
174
174
|
label?: string | undefined;
|
|
175
|
-
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" | "
|
|
175
|
+
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" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot" | undefined;
|
|
176
176
|
color?: string | undefined;
|
|
177
177
|
stack?: string | undefined;
|
|
178
178
|
variant?: "primary" | "comparison" | undefined;
|
package/dist/apps/index.d.ts
CHANGED
|
@@ -129,7 +129,7 @@ declare const SystemOverviewDashboard: {
|
|
|
129
129
|
label: string;
|
|
130
130
|
widgets: {
|
|
131
131
|
id: string;
|
|
132
|
-
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" | "
|
|
132
|
+
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" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot";
|
|
133
133
|
aggregate: "min" | "max" | "count" | "sum" | "avg";
|
|
134
134
|
layout: {
|
|
135
135
|
x: number;
|
|
@@ -140,7 +140,7 @@ declare const SystemOverviewDashboard: {
|
|
|
140
140
|
title?: string | undefined;
|
|
141
141
|
description?: string | undefined;
|
|
142
142
|
chartConfig?: {
|
|
143
|
-
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" | "
|
|
143
|
+
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" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot";
|
|
144
144
|
showLegend: boolean;
|
|
145
145
|
showDataLabels: boolean;
|
|
146
146
|
title?: string | undefined;
|
|
@@ -172,7 +172,7 @@ declare const SystemOverviewDashboard: {
|
|
|
172
172
|
name: string;
|
|
173
173
|
yAxis: "left" | "right";
|
|
174
174
|
label?: string | undefined;
|
|
175
|
-
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" | "
|
|
175
|
+
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" | "sankey" | "gauge" | "solid-gauge" | "metric" | "kpi" | "bullet" | "radar" | "pivot" | undefined;
|
|
176
176
|
color?: string | undefined;
|
|
177
177
|
stack?: string | undefined;
|
|
178
178
|
variant?: "primary" | "comparison" | undefined;
|
package/dist/audit/index.d.mts
CHANGED
|
@@ -232,7 +232,7 @@ declare const SysNotification: Omit<{
|
|
|
232
232
|
description?: string | undefined;
|
|
233
233
|
icon?: string | undefined;
|
|
234
234
|
tags?: string[] | undefined;
|
|
235
|
-
managedBy?: "
|
|
235
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
236
236
|
userActions?: {
|
|
237
237
|
create?: boolean | undefined;
|
|
238
238
|
import?: boolean | undefined;
|
|
@@ -363,14 +363,14 @@ declare const SysNotification: Omit<{
|
|
|
363
363
|
provider: "api";
|
|
364
364
|
read?: {
|
|
365
365
|
url: string;
|
|
366
|
-
method: "
|
|
366
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
367
367
|
headers?: Record<string, string> | undefined;
|
|
368
368
|
params?: Record<string, unknown> | undefined;
|
|
369
369
|
body?: unknown;
|
|
370
370
|
} | undefined;
|
|
371
371
|
write?: {
|
|
372
372
|
url: string;
|
|
373
|
-
method: "
|
|
373
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
374
374
|
headers?: Record<string, string> | undefined;
|
|
375
375
|
params?: Record<string, unknown> | undefined;
|
|
376
376
|
body?: unknown;
|
|
@@ -2576,7 +2576,7 @@ declare const SysAttachment: Omit<{
|
|
|
2576
2576
|
description?: string | undefined;
|
|
2577
2577
|
icon?: string | undefined;
|
|
2578
2578
|
tags?: string[] | undefined;
|
|
2579
|
-
managedBy?: "
|
|
2579
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
2580
2580
|
userActions?: {
|
|
2581
2581
|
create?: boolean | undefined;
|
|
2582
2582
|
import?: boolean | undefined;
|
|
@@ -2707,14 +2707,14 @@ declare const SysAttachment: Omit<{
|
|
|
2707
2707
|
provider: "api";
|
|
2708
2708
|
read?: {
|
|
2709
2709
|
url: string;
|
|
2710
|
-
method: "
|
|
2710
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
2711
2711
|
headers?: Record<string, string> | undefined;
|
|
2712
2712
|
params?: Record<string, unknown> | undefined;
|
|
2713
2713
|
body?: unknown;
|
|
2714
2714
|
} | undefined;
|
|
2715
2715
|
write?: {
|
|
2716
2716
|
url: string;
|
|
2717
|
-
method: "
|
|
2717
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
2718
2718
|
headers?: Record<string, string> | undefined;
|
|
2719
2719
|
params?: Record<string, unknown> | undefined;
|
|
2720
2720
|
body?: unknown;
|
|
@@ -5575,7 +5575,7 @@ declare const SysEmail: Omit<{
|
|
|
5575
5575
|
description?: string | undefined;
|
|
5576
5576
|
icon?: string | undefined;
|
|
5577
5577
|
tags?: string[] | undefined;
|
|
5578
|
-
managedBy?: "
|
|
5578
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
5579
5579
|
userActions?: {
|
|
5580
5580
|
create?: boolean | undefined;
|
|
5581
5581
|
import?: boolean | undefined;
|
|
@@ -5706,14 +5706,14 @@ declare const SysEmail: Omit<{
|
|
|
5706
5706
|
provider: "api";
|
|
5707
5707
|
read?: {
|
|
5708
5708
|
url: string;
|
|
5709
|
-
method: "
|
|
5709
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
5710
5710
|
headers?: Record<string, string> | undefined;
|
|
5711
5711
|
params?: Record<string, unknown> | undefined;
|
|
5712
5712
|
body?: unknown;
|
|
5713
5713
|
} | undefined;
|
|
5714
5714
|
write?: {
|
|
5715
5715
|
url: string;
|
|
5716
|
-
method: "
|
|
5716
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
5717
5717
|
headers?: Record<string, string> | undefined;
|
|
5718
5718
|
params?: Record<string, unknown> | undefined;
|
|
5719
5719
|
body?: unknown;
|
|
@@ -9615,7 +9615,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9615
9615
|
description?: string | undefined;
|
|
9616
9616
|
icon?: string | undefined;
|
|
9617
9617
|
tags?: string[] | undefined;
|
|
9618
|
-
managedBy?: "
|
|
9618
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
9619
9619
|
userActions?: {
|
|
9620
9620
|
create?: boolean | undefined;
|
|
9621
9621
|
import?: boolean | undefined;
|
|
@@ -9746,14 +9746,14 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9746
9746
|
provider: "api";
|
|
9747
9747
|
read?: {
|
|
9748
9748
|
url: string;
|
|
9749
|
-
method: "
|
|
9749
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
9750
9750
|
headers?: Record<string, string> | undefined;
|
|
9751
9751
|
params?: Record<string, unknown> | undefined;
|
|
9752
9752
|
body?: unknown;
|
|
9753
9753
|
} | undefined;
|
|
9754
9754
|
write?: {
|
|
9755
9755
|
url: string;
|
|
9756
|
-
method: "
|
|
9756
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
9757
9757
|
headers?: Record<string, string> | undefined;
|
|
9758
9758
|
params?: Record<string, unknown> | undefined;
|
|
9759
9759
|
body?: unknown;
|
|
@@ -13319,7 +13319,7 @@ declare const SysSavedReport: Omit<{
|
|
|
13319
13319
|
description?: string | undefined;
|
|
13320
13320
|
icon?: string | undefined;
|
|
13321
13321
|
tags?: string[] | undefined;
|
|
13322
|
-
managedBy?: "
|
|
13322
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
13323
13323
|
userActions?: {
|
|
13324
13324
|
create?: boolean | undefined;
|
|
13325
13325
|
import?: boolean | undefined;
|
|
@@ -13450,14 +13450,14 @@ declare const SysSavedReport: Omit<{
|
|
|
13450
13450
|
provider: "api";
|
|
13451
13451
|
read?: {
|
|
13452
13452
|
url: string;
|
|
13453
|
-
method: "
|
|
13453
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
13454
13454
|
headers?: Record<string, string> | undefined;
|
|
13455
13455
|
params?: Record<string, unknown> | undefined;
|
|
13456
13456
|
body?: unknown;
|
|
13457
13457
|
} | undefined;
|
|
13458
13458
|
write?: {
|
|
13459
13459
|
url: string;
|
|
13460
|
-
method: "
|
|
13460
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
13461
13461
|
headers?: Record<string, string> | undefined;
|
|
13462
13462
|
params?: Record<string, unknown> | undefined;
|
|
13463
13463
|
body?: unknown;
|
|
@@ -15971,7 +15971,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
15971
15971
|
description?: string | undefined;
|
|
15972
15972
|
icon?: string | undefined;
|
|
15973
15973
|
tags?: string[] | undefined;
|
|
15974
|
-
managedBy?: "
|
|
15974
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
15975
15975
|
userActions?: {
|
|
15976
15976
|
create?: boolean | undefined;
|
|
15977
15977
|
import?: boolean | undefined;
|
|
@@ -16102,14 +16102,14 @@ declare const SysReportSchedule: Omit<{
|
|
|
16102
16102
|
provider: "api";
|
|
16103
16103
|
read?: {
|
|
16104
16104
|
url: string;
|
|
16105
|
-
method: "
|
|
16105
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
16106
16106
|
headers?: Record<string, string> | undefined;
|
|
16107
16107
|
params?: Record<string, unknown> | undefined;
|
|
16108
16108
|
body?: unknown;
|
|
16109
16109
|
} | undefined;
|
|
16110
16110
|
write?: {
|
|
16111
16111
|
url: string;
|
|
16112
|
-
method: "
|
|
16112
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
16113
16113
|
headers?: Record<string, string> | undefined;
|
|
16114
16114
|
params?: Record<string, unknown> | undefined;
|
|
16115
16115
|
body?: unknown;
|
|
@@ -19659,7 +19659,7 @@ declare const SysJob: Omit<{
|
|
|
19659
19659
|
description?: string | undefined;
|
|
19660
19660
|
icon?: string | undefined;
|
|
19661
19661
|
tags?: string[] | undefined;
|
|
19662
|
-
managedBy?: "
|
|
19662
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
19663
19663
|
userActions?: {
|
|
19664
19664
|
create?: boolean | undefined;
|
|
19665
19665
|
import?: boolean | undefined;
|
|
@@ -19790,14 +19790,14 @@ declare const SysJob: Omit<{
|
|
|
19790
19790
|
provider: "api";
|
|
19791
19791
|
read?: {
|
|
19792
19792
|
url: string;
|
|
19793
|
-
method: "
|
|
19793
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
19794
19794
|
headers?: Record<string, string> | undefined;
|
|
19795
19795
|
params?: Record<string, unknown> | undefined;
|
|
19796
19796
|
body?: unknown;
|
|
19797
19797
|
} | undefined;
|
|
19798
19798
|
write?: {
|
|
19799
19799
|
url: string;
|
|
19800
|
-
method: "
|
|
19800
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
19801
19801
|
headers?: Record<string, string> | undefined;
|
|
19802
19802
|
params?: Record<string, unknown> | undefined;
|
|
19803
19803
|
body?: unknown;
|
|
@@ -22647,7 +22647,7 @@ declare const SysJobRun: Omit<{
|
|
|
22647
22647
|
description?: string | undefined;
|
|
22648
22648
|
icon?: string | undefined;
|
|
22649
22649
|
tags?: string[] | undefined;
|
|
22650
|
-
managedBy?: "
|
|
22650
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
22651
22651
|
userActions?: {
|
|
22652
22652
|
create?: boolean | undefined;
|
|
22653
22653
|
import?: boolean | undefined;
|
|
@@ -22778,14 +22778,14 @@ declare const SysJobRun: Omit<{
|
|
|
22778
22778
|
provider: "api";
|
|
22779
22779
|
read?: {
|
|
22780
22780
|
url: string;
|
|
22781
|
-
method: "
|
|
22781
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
22782
22782
|
headers?: Record<string, string> | undefined;
|
|
22783
22783
|
params?: Record<string, unknown> | undefined;
|
|
22784
22784
|
body?: unknown;
|
|
22785
22785
|
} | undefined;
|
|
22786
22786
|
write?: {
|
|
22787
22787
|
url: string;
|
|
22788
|
-
method: "
|
|
22788
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
22789
22789
|
headers?: Record<string, string> | undefined;
|
|
22790
22790
|
params?: Record<string, unknown> | undefined;
|
|
22791
22791
|
body?: unknown;
|
|
@@ -25118,7 +25118,7 @@ declare const SysJobQueue: Omit<{
|
|
|
25118
25118
|
description?: string | undefined;
|
|
25119
25119
|
icon?: string | undefined;
|
|
25120
25120
|
tags?: string[] | undefined;
|
|
25121
|
-
managedBy?: "
|
|
25121
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
25122
25122
|
userActions?: {
|
|
25123
25123
|
create?: boolean | undefined;
|
|
25124
25124
|
import?: boolean | undefined;
|
|
@@ -25249,14 +25249,14 @@ declare const SysJobQueue: Omit<{
|
|
|
25249
25249
|
provider: "api";
|
|
25250
25250
|
read?: {
|
|
25251
25251
|
url: string;
|
|
25252
|
-
method: "
|
|
25252
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
25253
25253
|
headers?: Record<string, string> | undefined;
|
|
25254
25254
|
params?: Record<string, unknown> | undefined;
|
|
25255
25255
|
body?: unknown;
|
|
25256
25256
|
} | undefined;
|
|
25257
25257
|
write?: {
|
|
25258
25258
|
url: string;
|
|
25259
|
-
method: "
|
|
25259
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
25260
25260
|
headers?: Record<string, string> | undefined;
|
|
25261
25261
|
params?: Record<string, unknown> | undefined;
|
|
25262
25262
|
body?: unknown;
|
package/dist/audit/index.d.ts
CHANGED
|
@@ -232,7 +232,7 @@ declare const SysNotification: Omit<{
|
|
|
232
232
|
description?: string | undefined;
|
|
233
233
|
icon?: string | undefined;
|
|
234
234
|
tags?: string[] | undefined;
|
|
235
|
-
managedBy?: "
|
|
235
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
236
236
|
userActions?: {
|
|
237
237
|
create?: boolean | undefined;
|
|
238
238
|
import?: boolean | undefined;
|
|
@@ -363,14 +363,14 @@ declare const SysNotification: Omit<{
|
|
|
363
363
|
provider: "api";
|
|
364
364
|
read?: {
|
|
365
365
|
url: string;
|
|
366
|
-
method: "
|
|
366
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
367
367
|
headers?: Record<string, string> | undefined;
|
|
368
368
|
params?: Record<string, unknown> | undefined;
|
|
369
369
|
body?: unknown;
|
|
370
370
|
} | undefined;
|
|
371
371
|
write?: {
|
|
372
372
|
url: string;
|
|
373
|
-
method: "
|
|
373
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
374
374
|
headers?: Record<string, string> | undefined;
|
|
375
375
|
params?: Record<string, unknown> | undefined;
|
|
376
376
|
body?: unknown;
|
|
@@ -2576,7 +2576,7 @@ declare const SysAttachment: Omit<{
|
|
|
2576
2576
|
description?: string | undefined;
|
|
2577
2577
|
icon?: string | undefined;
|
|
2578
2578
|
tags?: string[] | undefined;
|
|
2579
|
-
managedBy?: "
|
|
2579
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
2580
2580
|
userActions?: {
|
|
2581
2581
|
create?: boolean | undefined;
|
|
2582
2582
|
import?: boolean | undefined;
|
|
@@ -2707,14 +2707,14 @@ declare const SysAttachment: Omit<{
|
|
|
2707
2707
|
provider: "api";
|
|
2708
2708
|
read?: {
|
|
2709
2709
|
url: string;
|
|
2710
|
-
method: "
|
|
2710
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
2711
2711
|
headers?: Record<string, string> | undefined;
|
|
2712
2712
|
params?: Record<string, unknown> | undefined;
|
|
2713
2713
|
body?: unknown;
|
|
2714
2714
|
} | undefined;
|
|
2715
2715
|
write?: {
|
|
2716
2716
|
url: string;
|
|
2717
|
-
method: "
|
|
2717
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
2718
2718
|
headers?: Record<string, string> | undefined;
|
|
2719
2719
|
params?: Record<string, unknown> | undefined;
|
|
2720
2720
|
body?: unknown;
|
|
@@ -5575,7 +5575,7 @@ declare const SysEmail: Omit<{
|
|
|
5575
5575
|
description?: string | undefined;
|
|
5576
5576
|
icon?: string | undefined;
|
|
5577
5577
|
tags?: string[] | undefined;
|
|
5578
|
-
managedBy?: "
|
|
5578
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
5579
5579
|
userActions?: {
|
|
5580
5580
|
create?: boolean | undefined;
|
|
5581
5581
|
import?: boolean | undefined;
|
|
@@ -5706,14 +5706,14 @@ declare const SysEmail: Omit<{
|
|
|
5706
5706
|
provider: "api";
|
|
5707
5707
|
read?: {
|
|
5708
5708
|
url: string;
|
|
5709
|
-
method: "
|
|
5709
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
5710
5710
|
headers?: Record<string, string> | undefined;
|
|
5711
5711
|
params?: Record<string, unknown> | undefined;
|
|
5712
5712
|
body?: unknown;
|
|
5713
5713
|
} | undefined;
|
|
5714
5714
|
write?: {
|
|
5715
5715
|
url: string;
|
|
5716
|
-
method: "
|
|
5716
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
5717
5717
|
headers?: Record<string, string> | undefined;
|
|
5718
5718
|
params?: Record<string, unknown> | undefined;
|
|
5719
5719
|
body?: unknown;
|
|
@@ -9615,7 +9615,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9615
9615
|
description?: string | undefined;
|
|
9616
9616
|
icon?: string | undefined;
|
|
9617
9617
|
tags?: string[] | undefined;
|
|
9618
|
-
managedBy?: "
|
|
9618
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
9619
9619
|
userActions?: {
|
|
9620
9620
|
create?: boolean | undefined;
|
|
9621
9621
|
import?: boolean | undefined;
|
|
@@ -9746,14 +9746,14 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9746
9746
|
provider: "api";
|
|
9747
9747
|
read?: {
|
|
9748
9748
|
url: string;
|
|
9749
|
-
method: "
|
|
9749
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
9750
9750
|
headers?: Record<string, string> | undefined;
|
|
9751
9751
|
params?: Record<string, unknown> | undefined;
|
|
9752
9752
|
body?: unknown;
|
|
9753
9753
|
} | undefined;
|
|
9754
9754
|
write?: {
|
|
9755
9755
|
url: string;
|
|
9756
|
-
method: "
|
|
9756
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
9757
9757
|
headers?: Record<string, string> | undefined;
|
|
9758
9758
|
params?: Record<string, unknown> | undefined;
|
|
9759
9759
|
body?: unknown;
|
|
@@ -13319,7 +13319,7 @@ declare const SysSavedReport: Omit<{
|
|
|
13319
13319
|
description?: string | undefined;
|
|
13320
13320
|
icon?: string | undefined;
|
|
13321
13321
|
tags?: string[] | undefined;
|
|
13322
|
-
managedBy?: "
|
|
13322
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
13323
13323
|
userActions?: {
|
|
13324
13324
|
create?: boolean | undefined;
|
|
13325
13325
|
import?: boolean | undefined;
|
|
@@ -13450,14 +13450,14 @@ declare const SysSavedReport: Omit<{
|
|
|
13450
13450
|
provider: "api";
|
|
13451
13451
|
read?: {
|
|
13452
13452
|
url: string;
|
|
13453
|
-
method: "
|
|
13453
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
13454
13454
|
headers?: Record<string, string> | undefined;
|
|
13455
13455
|
params?: Record<string, unknown> | undefined;
|
|
13456
13456
|
body?: unknown;
|
|
13457
13457
|
} | undefined;
|
|
13458
13458
|
write?: {
|
|
13459
13459
|
url: string;
|
|
13460
|
-
method: "
|
|
13460
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
13461
13461
|
headers?: Record<string, string> | undefined;
|
|
13462
13462
|
params?: Record<string, unknown> | undefined;
|
|
13463
13463
|
body?: unknown;
|
|
@@ -15971,7 +15971,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
15971
15971
|
description?: string | undefined;
|
|
15972
15972
|
icon?: string | undefined;
|
|
15973
15973
|
tags?: string[] | undefined;
|
|
15974
|
-
managedBy?: "
|
|
15974
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
15975
15975
|
userActions?: {
|
|
15976
15976
|
create?: boolean | undefined;
|
|
15977
15977
|
import?: boolean | undefined;
|
|
@@ -16102,14 +16102,14 @@ declare const SysReportSchedule: Omit<{
|
|
|
16102
16102
|
provider: "api";
|
|
16103
16103
|
read?: {
|
|
16104
16104
|
url: string;
|
|
16105
|
-
method: "
|
|
16105
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
16106
16106
|
headers?: Record<string, string> | undefined;
|
|
16107
16107
|
params?: Record<string, unknown> | undefined;
|
|
16108
16108
|
body?: unknown;
|
|
16109
16109
|
} | undefined;
|
|
16110
16110
|
write?: {
|
|
16111
16111
|
url: string;
|
|
16112
|
-
method: "
|
|
16112
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
16113
16113
|
headers?: Record<string, string> | undefined;
|
|
16114
16114
|
params?: Record<string, unknown> | undefined;
|
|
16115
16115
|
body?: unknown;
|
|
@@ -19659,7 +19659,7 @@ declare const SysJob: Omit<{
|
|
|
19659
19659
|
description?: string | undefined;
|
|
19660
19660
|
icon?: string | undefined;
|
|
19661
19661
|
tags?: string[] | undefined;
|
|
19662
|
-
managedBy?: "
|
|
19662
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
19663
19663
|
userActions?: {
|
|
19664
19664
|
create?: boolean | undefined;
|
|
19665
19665
|
import?: boolean | undefined;
|
|
@@ -19790,14 +19790,14 @@ declare const SysJob: Omit<{
|
|
|
19790
19790
|
provider: "api";
|
|
19791
19791
|
read?: {
|
|
19792
19792
|
url: string;
|
|
19793
|
-
method: "
|
|
19793
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
19794
19794
|
headers?: Record<string, string> | undefined;
|
|
19795
19795
|
params?: Record<string, unknown> | undefined;
|
|
19796
19796
|
body?: unknown;
|
|
19797
19797
|
} | undefined;
|
|
19798
19798
|
write?: {
|
|
19799
19799
|
url: string;
|
|
19800
|
-
method: "
|
|
19800
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
19801
19801
|
headers?: Record<string, string> | undefined;
|
|
19802
19802
|
params?: Record<string, unknown> | undefined;
|
|
19803
19803
|
body?: unknown;
|
|
@@ -22647,7 +22647,7 @@ declare const SysJobRun: Omit<{
|
|
|
22647
22647
|
description?: string | undefined;
|
|
22648
22648
|
icon?: string | undefined;
|
|
22649
22649
|
tags?: string[] | undefined;
|
|
22650
|
-
managedBy?: "
|
|
22650
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
22651
22651
|
userActions?: {
|
|
22652
22652
|
create?: boolean | undefined;
|
|
22653
22653
|
import?: boolean | undefined;
|
|
@@ -22778,14 +22778,14 @@ declare const SysJobRun: Omit<{
|
|
|
22778
22778
|
provider: "api";
|
|
22779
22779
|
read?: {
|
|
22780
22780
|
url: string;
|
|
22781
|
-
method: "
|
|
22781
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
22782
22782
|
headers?: Record<string, string> | undefined;
|
|
22783
22783
|
params?: Record<string, unknown> | undefined;
|
|
22784
22784
|
body?: unknown;
|
|
22785
22785
|
} | undefined;
|
|
22786
22786
|
write?: {
|
|
22787
22787
|
url: string;
|
|
22788
|
-
method: "
|
|
22788
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
22789
22789
|
headers?: Record<string, string> | undefined;
|
|
22790
22790
|
params?: Record<string, unknown> | undefined;
|
|
22791
22791
|
body?: unknown;
|
|
@@ -25118,7 +25118,7 @@ declare const SysJobQueue: Omit<{
|
|
|
25118
25118
|
description?: string | undefined;
|
|
25119
25119
|
icon?: string | undefined;
|
|
25120
25120
|
tags?: string[] | undefined;
|
|
25121
|
-
managedBy?: "
|
|
25121
|
+
managedBy?: "platform" | "system" | "config" | "append-only" | "better-auth" | undefined;
|
|
25122
25122
|
userActions?: {
|
|
25123
25123
|
create?: boolean | undefined;
|
|
25124
25124
|
import?: boolean | undefined;
|
|
@@ -25249,14 +25249,14 @@ declare const SysJobQueue: Omit<{
|
|
|
25249
25249
|
provider: "api";
|
|
25250
25250
|
read?: {
|
|
25251
25251
|
url: string;
|
|
25252
|
-
method: "
|
|
25252
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
25253
25253
|
headers?: Record<string, string> | undefined;
|
|
25254
25254
|
params?: Record<string, unknown> | undefined;
|
|
25255
25255
|
body?: unknown;
|
|
25256
25256
|
} | undefined;
|
|
25257
25257
|
write?: {
|
|
25258
25258
|
url: string;
|
|
25259
|
-
method: "
|
|
25259
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
25260
25260
|
headers?: Record<string, string> | undefined;
|
|
25261
25261
|
params?: Record<string, unknown> | undefined;
|
|
25262
25262
|
body?: unknown;
|