@objectstack/platform-objects 8.0.1 → 9.0.1
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 +50 -19
- package/dist/apps/index.d.ts +50 -19
- package/dist/apps/index.js +115 -56
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +116 -58
- package/dist/apps/index.mjs.map +1 -1
- package/dist/audit/index.d.mts +27 -36
- package/dist/audit/index.d.ts +27 -36
- package/dist/identity/index.d.mts +60 -80
- package/dist/identity/index.d.ts +60 -80
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +115 -56
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +116 -58
- package/dist/index.mjs.map +1 -1
- package/dist/plugin.js +33 -8
- package/dist/plugin.js.map +1 -1
- package/dist/plugin.mjs +33 -8
- package/dist/plugin.mjs.map +1 -1
- package/dist/system/index.d.mts +9 -12
- package/dist/system/index.d.ts +9 -12
- package/package.json +4 -4
package/dist/audit/index.d.mts
CHANGED
|
@@ -506,10 +506,9 @@ declare const SysNotification: Omit<{
|
|
|
506
506
|
} | undefined;
|
|
507
507
|
chart?: {
|
|
508
508
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
groupByField?: string | undefined;
|
|
509
|
+
dataset: string;
|
|
510
|
+
values: string[];
|
|
511
|
+
dimensions?: string[] | undefined;
|
|
513
512
|
} | undefined;
|
|
514
513
|
description?: string | undefined;
|
|
515
514
|
sharing?: {
|
|
@@ -3235,10 +3234,9 @@ declare const SysAttachment: Omit<{
|
|
|
3235
3234
|
} | undefined;
|
|
3236
3235
|
chart?: {
|
|
3237
3236
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
groupByField?: string | undefined;
|
|
3237
|
+
dataset: string;
|
|
3238
|
+
values: string[];
|
|
3239
|
+
dimensions?: string[] | undefined;
|
|
3242
3240
|
} | undefined;
|
|
3243
3241
|
description?: string | undefined;
|
|
3244
3242
|
sharing?: {
|
|
@@ -6759,10 +6757,9 @@ declare const SysEmail: Omit<{
|
|
|
6759
6757
|
} | undefined;
|
|
6760
6758
|
chart?: {
|
|
6761
6759
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
6762
|
-
|
|
6763
|
-
|
|
6764
|
-
|
|
6765
|
-
groupByField?: string | undefined;
|
|
6760
|
+
dataset: string;
|
|
6761
|
+
values: string[];
|
|
6762
|
+
dimensions?: string[] | undefined;
|
|
6766
6763
|
} | undefined;
|
|
6767
6764
|
description?: string | undefined;
|
|
6768
6765
|
sharing?: {
|
|
@@ -11534,10 +11531,9 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11534
11531
|
} | undefined;
|
|
11535
11532
|
chart?: {
|
|
11536
11533
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
11537
|
-
|
|
11538
|
-
|
|
11539
|
-
|
|
11540
|
-
groupByField?: string | undefined;
|
|
11534
|
+
dataset: string;
|
|
11535
|
+
values: string[];
|
|
11536
|
+
dimensions?: string[] | undefined;
|
|
11541
11537
|
} | undefined;
|
|
11542
11538
|
description?: string | undefined;
|
|
11543
11539
|
sharing?: {
|
|
@@ -15903,10 +15899,9 @@ declare const SysSavedReport: Omit<{
|
|
|
15903
15899
|
} | undefined;
|
|
15904
15900
|
chart?: {
|
|
15905
15901
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
15906
|
-
|
|
15907
|
-
|
|
15908
|
-
|
|
15909
|
-
groupByField?: string | undefined;
|
|
15902
|
+
dataset: string;
|
|
15903
|
+
values: string[];
|
|
15904
|
+
dimensions?: string[] | undefined;
|
|
15910
15905
|
} | undefined;
|
|
15911
15906
|
description?: string | undefined;
|
|
15912
15907
|
sharing?: {
|
|
@@ -19010,10 +19005,9 @@ declare const SysReportSchedule: Omit<{
|
|
|
19010
19005
|
} | undefined;
|
|
19011
19006
|
chart?: {
|
|
19012
19007
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
19013
|
-
|
|
19014
|
-
|
|
19015
|
-
|
|
19016
|
-
groupByField?: string | undefined;
|
|
19008
|
+
dataset: string;
|
|
19009
|
+
values: string[];
|
|
19010
|
+
dimensions?: string[] | undefined;
|
|
19017
19011
|
} | undefined;
|
|
19018
19012
|
description?: string | undefined;
|
|
19019
19013
|
sharing?: {
|
|
@@ -23363,10 +23357,9 @@ declare const SysJob: Omit<{
|
|
|
23363
23357
|
} | undefined;
|
|
23364
23358
|
chart?: {
|
|
23365
23359
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
23366
|
-
|
|
23367
|
-
|
|
23368
|
-
|
|
23369
|
-
groupByField?: string | undefined;
|
|
23360
|
+
dataset: string;
|
|
23361
|
+
values: string[];
|
|
23362
|
+
dimensions?: string[] | undefined;
|
|
23370
23363
|
} | undefined;
|
|
23371
23364
|
description?: string | undefined;
|
|
23372
23365
|
sharing?: {
|
|
@@ -26876,10 +26869,9 @@ declare const SysJobRun: Omit<{
|
|
|
26876
26869
|
} | undefined;
|
|
26877
26870
|
chart?: {
|
|
26878
26871
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
26879
|
-
|
|
26880
|
-
|
|
26881
|
-
|
|
26882
|
-
groupByField?: string | undefined;
|
|
26872
|
+
dataset: string;
|
|
26873
|
+
values: string[];
|
|
26874
|
+
dimensions?: string[] | undefined;
|
|
26883
26875
|
} | undefined;
|
|
26884
26876
|
description?: string | undefined;
|
|
26885
26877
|
sharing?: {
|
|
@@ -29767,10 +29759,9 @@ declare const SysJobQueue: Omit<{
|
|
|
29767
29759
|
} | undefined;
|
|
29768
29760
|
chart?: {
|
|
29769
29761
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
29770
|
-
|
|
29771
|
-
|
|
29772
|
-
|
|
29773
|
-
groupByField?: string | undefined;
|
|
29762
|
+
dataset: string;
|
|
29763
|
+
values: string[];
|
|
29764
|
+
dimensions?: string[] | undefined;
|
|
29774
29765
|
} | undefined;
|
|
29775
29766
|
description?: string | undefined;
|
|
29776
29767
|
sharing?: {
|
package/dist/audit/index.d.ts
CHANGED
|
@@ -506,10 +506,9 @@ declare const SysNotification: Omit<{
|
|
|
506
506
|
} | undefined;
|
|
507
507
|
chart?: {
|
|
508
508
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
groupByField?: string | undefined;
|
|
509
|
+
dataset: string;
|
|
510
|
+
values: string[];
|
|
511
|
+
dimensions?: string[] | undefined;
|
|
513
512
|
} | undefined;
|
|
514
513
|
description?: string | undefined;
|
|
515
514
|
sharing?: {
|
|
@@ -3235,10 +3234,9 @@ declare const SysAttachment: Omit<{
|
|
|
3235
3234
|
} | undefined;
|
|
3236
3235
|
chart?: {
|
|
3237
3236
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
groupByField?: string | undefined;
|
|
3237
|
+
dataset: string;
|
|
3238
|
+
values: string[];
|
|
3239
|
+
dimensions?: string[] | undefined;
|
|
3242
3240
|
} | undefined;
|
|
3243
3241
|
description?: string | undefined;
|
|
3244
3242
|
sharing?: {
|
|
@@ -6759,10 +6757,9 @@ declare const SysEmail: Omit<{
|
|
|
6759
6757
|
} | undefined;
|
|
6760
6758
|
chart?: {
|
|
6761
6759
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
6762
|
-
|
|
6763
|
-
|
|
6764
|
-
|
|
6765
|
-
groupByField?: string | undefined;
|
|
6760
|
+
dataset: string;
|
|
6761
|
+
values: string[];
|
|
6762
|
+
dimensions?: string[] | undefined;
|
|
6766
6763
|
} | undefined;
|
|
6767
6764
|
description?: string | undefined;
|
|
6768
6765
|
sharing?: {
|
|
@@ -11534,10 +11531,9 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11534
11531
|
} | undefined;
|
|
11535
11532
|
chart?: {
|
|
11536
11533
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
11537
|
-
|
|
11538
|
-
|
|
11539
|
-
|
|
11540
|
-
groupByField?: string | undefined;
|
|
11534
|
+
dataset: string;
|
|
11535
|
+
values: string[];
|
|
11536
|
+
dimensions?: string[] | undefined;
|
|
11541
11537
|
} | undefined;
|
|
11542
11538
|
description?: string | undefined;
|
|
11543
11539
|
sharing?: {
|
|
@@ -15903,10 +15899,9 @@ declare const SysSavedReport: Omit<{
|
|
|
15903
15899
|
} | undefined;
|
|
15904
15900
|
chart?: {
|
|
15905
15901
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
15906
|
-
|
|
15907
|
-
|
|
15908
|
-
|
|
15909
|
-
groupByField?: string | undefined;
|
|
15902
|
+
dataset: string;
|
|
15903
|
+
values: string[];
|
|
15904
|
+
dimensions?: string[] | undefined;
|
|
15910
15905
|
} | undefined;
|
|
15911
15906
|
description?: string | undefined;
|
|
15912
15907
|
sharing?: {
|
|
@@ -19010,10 +19005,9 @@ declare const SysReportSchedule: Omit<{
|
|
|
19010
19005
|
} | undefined;
|
|
19011
19006
|
chart?: {
|
|
19012
19007
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
19013
|
-
|
|
19014
|
-
|
|
19015
|
-
|
|
19016
|
-
groupByField?: string | undefined;
|
|
19008
|
+
dataset: string;
|
|
19009
|
+
values: string[];
|
|
19010
|
+
dimensions?: string[] | undefined;
|
|
19017
19011
|
} | undefined;
|
|
19018
19012
|
description?: string | undefined;
|
|
19019
19013
|
sharing?: {
|
|
@@ -23363,10 +23357,9 @@ declare const SysJob: Omit<{
|
|
|
23363
23357
|
} | undefined;
|
|
23364
23358
|
chart?: {
|
|
23365
23359
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
23366
|
-
|
|
23367
|
-
|
|
23368
|
-
|
|
23369
|
-
groupByField?: string | undefined;
|
|
23360
|
+
dataset: string;
|
|
23361
|
+
values: string[];
|
|
23362
|
+
dimensions?: string[] | undefined;
|
|
23370
23363
|
} | undefined;
|
|
23371
23364
|
description?: string | undefined;
|
|
23372
23365
|
sharing?: {
|
|
@@ -26876,10 +26869,9 @@ declare const SysJobRun: Omit<{
|
|
|
26876
26869
|
} | undefined;
|
|
26877
26870
|
chart?: {
|
|
26878
26871
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
26879
|
-
|
|
26880
|
-
|
|
26881
|
-
|
|
26882
|
-
groupByField?: string | undefined;
|
|
26872
|
+
dataset: string;
|
|
26873
|
+
values: string[];
|
|
26874
|
+
dimensions?: string[] | undefined;
|
|
26883
26875
|
} | undefined;
|
|
26884
26876
|
description?: string | undefined;
|
|
26885
26877
|
sharing?: {
|
|
@@ -29767,10 +29759,9 @@ declare const SysJobQueue: Omit<{
|
|
|
29767
29759
|
} | undefined;
|
|
29768
29760
|
chart?: {
|
|
29769
29761
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
29770
|
-
|
|
29771
|
-
|
|
29772
|
-
|
|
29773
|
-
groupByField?: string | undefined;
|
|
29762
|
+
dataset: string;
|
|
29763
|
+
values: string[];
|
|
29764
|
+
dimensions?: string[] | undefined;
|
|
29774
29765
|
} | undefined;
|
|
29775
29766
|
description?: string | undefined;
|
|
29776
29767
|
sharing?: {
|
|
@@ -494,10 +494,9 @@ declare const SysUser: Omit<{
|
|
|
494
494
|
} | undefined;
|
|
495
495
|
chart?: {
|
|
496
496
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
groupByField?: string | undefined;
|
|
497
|
+
dataset: string;
|
|
498
|
+
values: string[];
|
|
499
|
+
dimensions?: string[] | undefined;
|
|
501
500
|
} | undefined;
|
|
502
501
|
description?: string | undefined;
|
|
503
502
|
sharing?: {
|
|
@@ -4161,10 +4160,9 @@ declare const SysSession: Omit<{
|
|
|
4161
4160
|
} | undefined;
|
|
4162
4161
|
chart?: {
|
|
4163
4162
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
groupByField?: string | undefined;
|
|
4163
|
+
dataset: string;
|
|
4164
|
+
values: string[];
|
|
4165
|
+
dimensions?: string[] | undefined;
|
|
4168
4166
|
} | undefined;
|
|
4169
4167
|
description?: string | undefined;
|
|
4170
4168
|
sharing?: {
|
|
@@ -7334,10 +7332,9 @@ declare const SysAccount: Omit<{
|
|
|
7334
7332
|
} | undefined;
|
|
7335
7333
|
chart?: {
|
|
7336
7334
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
7337
|
-
|
|
7338
|
-
|
|
7339
|
-
|
|
7340
|
-
groupByField?: string | undefined;
|
|
7335
|
+
dataset: string;
|
|
7336
|
+
values: string[];
|
|
7337
|
+
dimensions?: string[] | undefined;
|
|
7341
7338
|
} | undefined;
|
|
7342
7339
|
description?: string | undefined;
|
|
7343
7340
|
sharing?: {
|
|
@@ -10984,10 +10981,9 @@ declare const SysVerification: Omit<{
|
|
|
10984
10981
|
} | undefined;
|
|
10985
10982
|
chart?: {
|
|
10986
10983
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
10987
|
-
|
|
10988
|
-
|
|
10989
|
-
|
|
10990
|
-
groupByField?: string | undefined;
|
|
10984
|
+
dataset: string;
|
|
10985
|
+
values: string[];
|
|
10986
|
+
dimensions?: string[] | undefined;
|
|
10991
10987
|
} | undefined;
|
|
10992
10988
|
description?: string | undefined;
|
|
10993
10989
|
sharing?: {
|
|
@@ -13038,10 +13034,9 @@ declare const SysOrganization: Omit<{
|
|
|
13038
13034
|
} | undefined;
|
|
13039
13035
|
chart?: {
|
|
13040
13036
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
13041
|
-
|
|
13042
|
-
|
|
13043
|
-
|
|
13044
|
-
groupByField?: string | undefined;
|
|
13037
|
+
dataset: string;
|
|
13038
|
+
values: string[];
|
|
13039
|
+
dimensions?: string[] | undefined;
|
|
13045
13040
|
} | undefined;
|
|
13046
13041
|
description?: string | undefined;
|
|
13047
13042
|
sharing?: {
|
|
@@ -15421,10 +15416,9 @@ declare const SysMember: Omit<{
|
|
|
15421
15416
|
} | undefined;
|
|
15422
15417
|
chart?: {
|
|
15423
15418
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
15424
|
-
|
|
15425
|
-
|
|
15426
|
-
|
|
15427
|
-
groupByField?: string | undefined;
|
|
15419
|
+
dataset: string;
|
|
15420
|
+
values: string[];
|
|
15421
|
+
dimensions?: string[] | undefined;
|
|
15428
15422
|
} | undefined;
|
|
15429
15423
|
description?: string | undefined;
|
|
15430
15424
|
sharing?: {
|
|
@@ -17357,10 +17351,9 @@ declare const SysInvitation: Omit<{
|
|
|
17357
17351
|
} | undefined;
|
|
17358
17352
|
chart?: {
|
|
17359
17353
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
17360
|
-
|
|
17361
|
-
|
|
17362
|
-
|
|
17363
|
-
groupByField?: string | undefined;
|
|
17354
|
+
dataset: string;
|
|
17355
|
+
values: string[];
|
|
17356
|
+
dimensions?: string[] | undefined;
|
|
17364
17357
|
} | undefined;
|
|
17365
17358
|
description?: string | undefined;
|
|
17366
17359
|
sharing?: {
|
|
@@ -20201,10 +20194,9 @@ declare const SysTeam: Omit<{
|
|
|
20201
20194
|
} | undefined;
|
|
20202
20195
|
chart?: {
|
|
20203
20196
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
20204
|
-
|
|
20205
|
-
|
|
20206
|
-
|
|
20207
|
-
groupByField?: string | undefined;
|
|
20197
|
+
dataset: string;
|
|
20198
|
+
values: string[];
|
|
20199
|
+
dimensions?: string[] | undefined;
|
|
20208
20200
|
} | undefined;
|
|
20209
20201
|
description?: string | undefined;
|
|
20210
20202
|
sharing?: {
|
|
@@ -22138,10 +22130,9 @@ declare const SysTeamMember: Omit<{
|
|
|
22138
22130
|
} | undefined;
|
|
22139
22131
|
chart?: {
|
|
22140
22132
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
22141
|
-
|
|
22142
|
-
|
|
22143
|
-
|
|
22144
|
-
groupByField?: string | undefined;
|
|
22133
|
+
dataset: string;
|
|
22134
|
+
values: string[];
|
|
22135
|
+
dimensions?: string[] | undefined;
|
|
22145
22136
|
} | undefined;
|
|
22146
22137
|
description?: string | undefined;
|
|
22147
22138
|
sharing?: {
|
|
@@ -23821,10 +23812,9 @@ declare const SysDepartment: Omit<{
|
|
|
23821
23812
|
} | undefined;
|
|
23822
23813
|
chart?: {
|
|
23823
23814
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
23824
|
-
|
|
23825
|
-
|
|
23826
|
-
|
|
23827
|
-
groupByField?: string | undefined;
|
|
23815
|
+
dataset: string;
|
|
23816
|
+
values: string[];
|
|
23817
|
+
dimensions?: string[] | undefined;
|
|
23828
23818
|
} | undefined;
|
|
23829
23819
|
description?: string | undefined;
|
|
23830
23820
|
sharing?: {
|
|
@@ -27435,10 +27425,9 @@ declare const SysDepartmentMember: Omit<{
|
|
|
27435
27425
|
} | undefined;
|
|
27436
27426
|
chart?: {
|
|
27437
27427
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
27438
|
-
|
|
27439
|
-
|
|
27440
|
-
|
|
27441
|
-
groupByField?: string | undefined;
|
|
27428
|
+
dataset: string;
|
|
27429
|
+
values: string[];
|
|
27430
|
+
dimensions?: string[] | undefined;
|
|
27442
27431
|
} | undefined;
|
|
27443
27432
|
description?: string | undefined;
|
|
27444
27433
|
sharing?: {
|
|
@@ -30115,10 +30104,9 @@ declare const SysApiKey: Omit<{
|
|
|
30115
30104
|
} | undefined;
|
|
30116
30105
|
chart?: {
|
|
30117
30106
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
30118
|
-
|
|
30119
|
-
|
|
30120
|
-
|
|
30121
|
-
groupByField?: string | undefined;
|
|
30107
|
+
dataset: string;
|
|
30108
|
+
values: string[];
|
|
30109
|
+
dimensions?: string[] | undefined;
|
|
30122
30110
|
} | undefined;
|
|
30123
30111
|
description?: string | undefined;
|
|
30124
30112
|
sharing?: {
|
|
@@ -33338,10 +33326,9 @@ declare const SysTwoFactor: Omit<{
|
|
|
33338
33326
|
} | undefined;
|
|
33339
33327
|
chart?: {
|
|
33340
33328
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
33341
|
-
|
|
33342
|
-
|
|
33343
|
-
|
|
33344
|
-
groupByField?: string | undefined;
|
|
33329
|
+
dataset: string;
|
|
33330
|
+
values: string[];
|
|
33331
|
+
dimensions?: string[] | undefined;
|
|
33345
33332
|
} | undefined;
|
|
33346
33333
|
description?: string | undefined;
|
|
33347
33334
|
sharing?: {
|
|
@@ -35719,10 +35706,9 @@ declare const SysDeviceCode: Omit<{
|
|
|
35719
35706
|
} | undefined;
|
|
35720
35707
|
chart?: {
|
|
35721
35708
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
35722
|
-
|
|
35723
|
-
|
|
35724
|
-
|
|
35725
|
-
groupByField?: string | undefined;
|
|
35709
|
+
dataset: string;
|
|
35710
|
+
values: string[];
|
|
35711
|
+
dimensions?: string[] | undefined;
|
|
35726
35712
|
} | undefined;
|
|
35727
35713
|
description?: string | undefined;
|
|
35728
35714
|
sharing?: {
|
|
@@ -39043,10 +39029,9 @@ declare const SysUserPreference: Omit<{
|
|
|
39043
39029
|
} | undefined;
|
|
39044
39030
|
chart?: {
|
|
39045
39031
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
39046
|
-
|
|
39047
|
-
|
|
39048
|
-
|
|
39049
|
-
groupByField?: string | undefined;
|
|
39032
|
+
dataset: string;
|
|
39033
|
+
values: string[];
|
|
39034
|
+
dimensions?: string[] | undefined;
|
|
39050
39035
|
} | undefined;
|
|
39051
39036
|
description?: string | undefined;
|
|
39052
39037
|
sharing?: {
|
|
@@ -41164,10 +41149,9 @@ declare const SysOauthApplication: Omit<{
|
|
|
41164
41149
|
} | undefined;
|
|
41165
41150
|
chart?: {
|
|
41166
41151
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
41167
|
-
|
|
41168
|
-
|
|
41169
|
-
|
|
41170
|
-
groupByField?: string | undefined;
|
|
41152
|
+
dataset: string;
|
|
41153
|
+
values: string[];
|
|
41154
|
+
dimensions?: string[] | undefined;
|
|
41171
41155
|
} | undefined;
|
|
41172
41156
|
description?: string | undefined;
|
|
41173
41157
|
sharing?: {
|
|
@@ -48497,10 +48481,9 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
48497
48481
|
} | undefined;
|
|
48498
48482
|
chart?: {
|
|
48499
48483
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
48500
|
-
|
|
48501
|
-
|
|
48502
|
-
|
|
48503
|
-
groupByField?: string | undefined;
|
|
48484
|
+
dataset: string;
|
|
48485
|
+
values: string[];
|
|
48486
|
+
dimensions?: string[] | undefined;
|
|
48504
48487
|
} | undefined;
|
|
48505
48488
|
description?: string | undefined;
|
|
48506
48489
|
sharing?: {
|
|
@@ -51396,10 +51379,9 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
51396
51379
|
} | undefined;
|
|
51397
51380
|
chart?: {
|
|
51398
51381
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
51399
|
-
|
|
51400
|
-
|
|
51401
|
-
|
|
51402
|
-
groupByField?: string | undefined;
|
|
51382
|
+
dataset: string;
|
|
51383
|
+
values: string[];
|
|
51384
|
+
dimensions?: string[] | undefined;
|
|
51403
51385
|
} | undefined;
|
|
51404
51386
|
description?: string | undefined;
|
|
51405
51387
|
sharing?: {
|
|
@@ -54505,10 +54487,9 @@ declare const SysOauthConsent: Omit<{
|
|
|
54505
54487
|
} | undefined;
|
|
54506
54488
|
chart?: {
|
|
54507
54489
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
54508
|
-
|
|
54509
|
-
|
|
54510
|
-
|
|
54511
|
-
groupByField?: string | undefined;
|
|
54490
|
+
dataset: string;
|
|
54491
|
+
values: string[];
|
|
54492
|
+
dimensions?: string[] | undefined;
|
|
54512
54493
|
} | undefined;
|
|
54513
54494
|
description?: string | undefined;
|
|
54514
54495
|
sharing?: {
|
|
@@ -56767,10 +56748,9 @@ declare const SysJwks: Omit<{
|
|
|
56767
56748
|
} | undefined;
|
|
56768
56749
|
chart?: {
|
|
56769
56750
|
chartType: "bar" | "line" | "pie" | "area" | "scatter";
|
|
56770
|
-
|
|
56771
|
-
|
|
56772
|
-
|
|
56773
|
-
groupByField?: string | undefined;
|
|
56751
|
+
dataset: string;
|
|
56752
|
+
values: string[];
|
|
56753
|
+
dimensions?: string[] | undefined;
|
|
56774
56754
|
} | undefined;
|
|
56775
56755
|
description?: string | undefined;
|
|
56776
56756
|
sharing?: {
|