@objectstack/platform-objects 0.1.0 → 4.0.5
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.js +2 -0
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +2 -0
- package/dist/apps/index.mjs.map +1 -1
- package/dist/audit/index.d.mts +1286 -126
- package/dist/audit/index.d.ts +1286 -126
- package/dist/identity/index.d.mts +4643 -438
- package/dist/identity/index.d.ts +4643 -438
- package/dist/identity/index.js +17 -0
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +17 -0
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +265 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +263 -1
- package/dist/index.mjs.map +1 -1
- package/dist/metadata/index.d.mts +3272 -334
- package/dist/metadata/index.d.ts +3272 -334
- package/dist/security/index.d.mts +3516 -49
- package/dist/security/index.d.ts +3516 -49
- package/dist/security/index.js +246 -0
- package/dist/security/index.js.map +1 -1
- package/dist/security/index.mjs +244 -1
- package/dist/security/index.mjs.map +1 -1
- package/dist/tenant/index.d.mts +2228 -218
- package/dist/tenant/index.d.ts +2228 -218
- package/package.json +3 -3
package/dist/audit/index.d.ts
CHANGED
|
@@ -53,7 +53,23 @@ declare const SysAuditLog: Omit<{
|
|
|
53
53
|
reference?: string | undefined;
|
|
54
54
|
referenceFilters?: string[] | undefined;
|
|
55
55
|
writeRequiresMasterRead?: boolean | undefined;
|
|
56
|
-
expression?:
|
|
56
|
+
expression?: {
|
|
57
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
58
|
+
source?: string | undefined;
|
|
59
|
+
ast?: unknown;
|
|
60
|
+
meta?: {
|
|
61
|
+
rationale?: string | undefined;
|
|
62
|
+
generatedBy?: string | undefined;
|
|
63
|
+
} | undefined;
|
|
64
|
+
} | {
|
|
65
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
66
|
+
source?: string | undefined;
|
|
67
|
+
ast?: unknown;
|
|
68
|
+
meta?: {
|
|
69
|
+
rationale?: string | undefined;
|
|
70
|
+
generatedBy?: string | undefined;
|
|
71
|
+
} | undefined;
|
|
72
|
+
} | undefined;
|
|
57
73
|
summaryOperations?: {
|
|
58
74
|
object: string;
|
|
59
75
|
field: string;
|
|
@@ -171,7 +187,23 @@ declare const SysAuditLog: Omit<{
|
|
|
171
187
|
} | undefined;
|
|
172
188
|
} | undefined;
|
|
173
189
|
group?: string | undefined;
|
|
174
|
-
conditionalRequired?:
|
|
190
|
+
conditionalRequired?: {
|
|
191
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
192
|
+
source?: string | undefined;
|
|
193
|
+
ast?: unknown;
|
|
194
|
+
meta?: {
|
|
195
|
+
rationale?: string | undefined;
|
|
196
|
+
generatedBy?: string | undefined;
|
|
197
|
+
} | undefined;
|
|
198
|
+
} | {
|
|
199
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
200
|
+
source?: string | undefined;
|
|
201
|
+
ast?: unknown;
|
|
202
|
+
meta?: {
|
|
203
|
+
rationale?: string | undefined;
|
|
204
|
+
generatedBy?: string | undefined;
|
|
205
|
+
} | undefined;
|
|
206
|
+
} | undefined;
|
|
175
207
|
inlineHelpText?: string | undefined;
|
|
176
208
|
trackFeedHistory?: boolean | undefined;
|
|
177
209
|
caseSensitive?: boolean | undefined;
|
|
@@ -182,6 +214,12 @@ declare const SysAuditLog: Omit<{
|
|
|
182
214
|
description?: string | undefined;
|
|
183
215
|
icon?: string | undefined;
|
|
184
216
|
tags?: string[] | undefined;
|
|
217
|
+
managedBy?: "system" | "better-auth" | "platform" | undefined;
|
|
218
|
+
systemFields?: false | {
|
|
219
|
+
tenant?: boolean | undefined;
|
|
220
|
+
owner?: boolean | undefined;
|
|
221
|
+
audit?: boolean | undefined;
|
|
222
|
+
} | undefined;
|
|
185
223
|
indexes?: {
|
|
186
224
|
fields: string[];
|
|
187
225
|
type: "hash" | "btree" | "gin" | "gist" | "fulltext";
|
|
@@ -195,7 +233,23 @@ declare const SysAuditLog: Omit<{
|
|
|
195
233
|
defaultExpanded: boolean;
|
|
196
234
|
icon?: string | undefined;
|
|
197
235
|
description?: string | undefined;
|
|
198
|
-
visibleOn?:
|
|
236
|
+
visibleOn?: {
|
|
237
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
238
|
+
source?: string | undefined;
|
|
239
|
+
ast?: unknown;
|
|
240
|
+
meta?: {
|
|
241
|
+
rationale?: string | undefined;
|
|
242
|
+
generatedBy?: string | undefined;
|
|
243
|
+
} | undefined;
|
|
244
|
+
} | {
|
|
245
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
246
|
+
source?: string | undefined;
|
|
247
|
+
ast?: unknown;
|
|
248
|
+
meta?: {
|
|
249
|
+
rationale?: string | undefined;
|
|
250
|
+
generatedBy?: string | undefined;
|
|
251
|
+
} | undefined;
|
|
252
|
+
} | undefined;
|
|
199
253
|
}[] | undefined;
|
|
200
254
|
tenancy?: {
|
|
201
255
|
enabled: boolean;
|
|
@@ -262,7 +316,23 @@ declare const SysAuditLog: Omit<{
|
|
|
262
316
|
displayFormat?: string | undefined;
|
|
263
317
|
startNumber?: number | undefined;
|
|
264
318
|
} | undefined;
|
|
265
|
-
titleFormat?:
|
|
319
|
+
titleFormat?: {
|
|
320
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
321
|
+
source?: string | undefined;
|
|
322
|
+
ast?: unknown;
|
|
323
|
+
meta?: {
|
|
324
|
+
rationale?: string | undefined;
|
|
325
|
+
generatedBy?: string | undefined;
|
|
326
|
+
} | undefined;
|
|
327
|
+
} | {
|
|
328
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
329
|
+
source?: string | undefined;
|
|
330
|
+
ast?: unknown;
|
|
331
|
+
meta?: {
|
|
332
|
+
rationale?: string | undefined;
|
|
333
|
+
generatedBy?: string | undefined;
|
|
334
|
+
} | undefined;
|
|
335
|
+
} | undefined;
|
|
266
336
|
compactLayout?: string[] | undefined;
|
|
267
337
|
search?: {
|
|
268
338
|
fields: string[];
|
|
@@ -318,8 +388,24 @@ declare const SysAuditLog: Omit<{
|
|
|
318
388
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
319
389
|
confirmText?: string | undefined;
|
|
320
390
|
successMessage?: string | undefined;
|
|
321
|
-
visible?:
|
|
322
|
-
|
|
391
|
+
visible?: {
|
|
392
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
393
|
+
source?: string | undefined;
|
|
394
|
+
ast?: unknown;
|
|
395
|
+
meta?: {
|
|
396
|
+
rationale?: string | undefined;
|
|
397
|
+
generatedBy?: string | undefined;
|
|
398
|
+
} | undefined;
|
|
399
|
+
} | undefined;
|
|
400
|
+
disabled?: boolean | {
|
|
401
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
402
|
+
source?: string | undefined;
|
|
403
|
+
ast?: unknown;
|
|
404
|
+
meta?: {
|
|
405
|
+
rationale?: string | undefined;
|
|
406
|
+
generatedBy?: string | undefined;
|
|
407
|
+
} | undefined;
|
|
408
|
+
} | undefined;
|
|
323
409
|
shortcut?: string | undefined;
|
|
324
410
|
bulkEnabled?: boolean | undefined;
|
|
325
411
|
timeout?: number | undefined;
|
|
@@ -389,7 +475,15 @@ declare const SysAuditLog: Omit<{
|
|
|
389
475
|
readonly referenceFilters?: string[] | undefined;
|
|
390
476
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
391
477
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
392
|
-
readonly expression?:
|
|
478
|
+
readonly expression?: {
|
|
479
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
480
|
+
source?: string | undefined;
|
|
481
|
+
ast?: unknown;
|
|
482
|
+
meta?: {
|
|
483
|
+
rationale?: string | undefined;
|
|
484
|
+
generatedBy?: string | undefined;
|
|
485
|
+
} | undefined;
|
|
486
|
+
} | undefined;
|
|
393
487
|
readonly summaryOperations?: {
|
|
394
488
|
object: string;
|
|
395
489
|
field: string;
|
|
@@ -488,7 +582,15 @@ declare const SysAuditLog: Omit<{
|
|
|
488
582
|
threshold: number;
|
|
489
583
|
} | undefined;
|
|
490
584
|
} | undefined;
|
|
491
|
-
readonly conditionalRequired?:
|
|
585
|
+
readonly conditionalRequired?: {
|
|
586
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
587
|
+
source?: string | undefined;
|
|
588
|
+
ast?: unknown;
|
|
589
|
+
meta?: {
|
|
590
|
+
rationale?: string | undefined;
|
|
591
|
+
generatedBy?: string | undefined;
|
|
592
|
+
} | undefined;
|
|
593
|
+
} | undefined;
|
|
492
594
|
readonly hidden?: boolean | undefined;
|
|
493
595
|
readonly sortable?: boolean | undefined;
|
|
494
596
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -547,7 +649,15 @@ declare const SysAuditLog: Omit<{
|
|
|
547
649
|
readonly referenceFilters?: string[] | undefined;
|
|
548
650
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
549
651
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
550
|
-
readonly expression?:
|
|
652
|
+
readonly expression?: {
|
|
653
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
654
|
+
source?: string | undefined;
|
|
655
|
+
ast?: unknown;
|
|
656
|
+
meta?: {
|
|
657
|
+
rationale?: string | undefined;
|
|
658
|
+
generatedBy?: string | undefined;
|
|
659
|
+
} | undefined;
|
|
660
|
+
} | undefined;
|
|
551
661
|
readonly summaryOperations?: {
|
|
552
662
|
object: string;
|
|
553
663
|
field: string;
|
|
@@ -646,7 +756,15 @@ declare const SysAuditLog: Omit<{
|
|
|
646
756
|
threshold: number;
|
|
647
757
|
} | undefined;
|
|
648
758
|
} | undefined;
|
|
649
|
-
readonly conditionalRequired?:
|
|
759
|
+
readonly conditionalRequired?: {
|
|
760
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
761
|
+
source?: string | undefined;
|
|
762
|
+
ast?: unknown;
|
|
763
|
+
meta?: {
|
|
764
|
+
rationale?: string | undefined;
|
|
765
|
+
generatedBy?: string | undefined;
|
|
766
|
+
} | undefined;
|
|
767
|
+
} | undefined;
|
|
650
768
|
readonly hidden?: boolean | undefined;
|
|
651
769
|
readonly sortable?: boolean | undefined;
|
|
652
770
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -705,7 +823,15 @@ declare const SysAuditLog: Omit<{
|
|
|
705
823
|
readonly referenceFilters?: string[] | undefined;
|
|
706
824
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
707
825
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
708
|
-
readonly expression?:
|
|
826
|
+
readonly expression?: {
|
|
827
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
828
|
+
source?: string | undefined;
|
|
829
|
+
ast?: unknown;
|
|
830
|
+
meta?: {
|
|
831
|
+
rationale?: string | undefined;
|
|
832
|
+
generatedBy?: string | undefined;
|
|
833
|
+
} | undefined;
|
|
834
|
+
} | undefined;
|
|
709
835
|
readonly summaryOperations?: {
|
|
710
836
|
object: string;
|
|
711
837
|
field: string;
|
|
@@ -804,7 +930,15 @@ declare const SysAuditLog: Omit<{
|
|
|
804
930
|
threshold: number;
|
|
805
931
|
} | undefined;
|
|
806
932
|
} | undefined;
|
|
807
|
-
readonly conditionalRequired?:
|
|
933
|
+
readonly conditionalRequired?: {
|
|
934
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
935
|
+
source?: string | undefined;
|
|
936
|
+
ast?: unknown;
|
|
937
|
+
meta?: {
|
|
938
|
+
rationale?: string | undefined;
|
|
939
|
+
generatedBy?: string | undefined;
|
|
940
|
+
} | undefined;
|
|
941
|
+
} | undefined;
|
|
808
942
|
readonly hidden?: boolean | undefined;
|
|
809
943
|
readonly sortable?: boolean | undefined;
|
|
810
944
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -863,7 +997,15 @@ declare const SysAuditLog: Omit<{
|
|
|
863
997
|
readonly referenceFilters?: string[] | undefined;
|
|
864
998
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
865
999
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
866
|
-
readonly expression?:
|
|
1000
|
+
readonly expression?: {
|
|
1001
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1002
|
+
source?: string | undefined;
|
|
1003
|
+
ast?: unknown;
|
|
1004
|
+
meta?: {
|
|
1005
|
+
rationale?: string | undefined;
|
|
1006
|
+
generatedBy?: string | undefined;
|
|
1007
|
+
} | undefined;
|
|
1008
|
+
} | undefined;
|
|
867
1009
|
readonly summaryOperations?: {
|
|
868
1010
|
object: string;
|
|
869
1011
|
field: string;
|
|
@@ -962,7 +1104,15 @@ declare const SysAuditLog: Omit<{
|
|
|
962
1104
|
threshold: number;
|
|
963
1105
|
} | undefined;
|
|
964
1106
|
} | undefined;
|
|
965
|
-
readonly conditionalRequired?:
|
|
1107
|
+
readonly conditionalRequired?: {
|
|
1108
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1109
|
+
source?: string | undefined;
|
|
1110
|
+
ast?: unknown;
|
|
1111
|
+
meta?: {
|
|
1112
|
+
rationale?: string | undefined;
|
|
1113
|
+
generatedBy?: string | undefined;
|
|
1114
|
+
} | undefined;
|
|
1115
|
+
} | undefined;
|
|
966
1116
|
readonly hidden?: boolean | undefined;
|
|
967
1117
|
readonly sortable?: boolean | undefined;
|
|
968
1118
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -1021,7 +1171,15 @@ declare const SysAuditLog: Omit<{
|
|
|
1021
1171
|
readonly referenceFilters?: string[] | undefined;
|
|
1022
1172
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1023
1173
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1024
|
-
readonly expression?:
|
|
1174
|
+
readonly expression?: {
|
|
1175
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1176
|
+
source?: string | undefined;
|
|
1177
|
+
ast?: unknown;
|
|
1178
|
+
meta?: {
|
|
1179
|
+
rationale?: string | undefined;
|
|
1180
|
+
generatedBy?: string | undefined;
|
|
1181
|
+
} | undefined;
|
|
1182
|
+
} | undefined;
|
|
1025
1183
|
readonly summaryOperations?: {
|
|
1026
1184
|
object: string;
|
|
1027
1185
|
field: string;
|
|
@@ -1120,7 +1278,15 @@ declare const SysAuditLog: Omit<{
|
|
|
1120
1278
|
threshold: number;
|
|
1121
1279
|
} | undefined;
|
|
1122
1280
|
} | undefined;
|
|
1123
|
-
readonly conditionalRequired?:
|
|
1281
|
+
readonly conditionalRequired?: {
|
|
1282
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1283
|
+
source?: string | undefined;
|
|
1284
|
+
ast?: unknown;
|
|
1285
|
+
meta?: {
|
|
1286
|
+
rationale?: string | undefined;
|
|
1287
|
+
generatedBy?: string | undefined;
|
|
1288
|
+
} | undefined;
|
|
1289
|
+
} | undefined;
|
|
1124
1290
|
readonly hidden?: boolean | undefined;
|
|
1125
1291
|
readonly sortable?: boolean | undefined;
|
|
1126
1292
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -1179,7 +1345,15 @@ declare const SysAuditLog: Omit<{
|
|
|
1179
1345
|
readonly referenceFilters?: string[] | undefined;
|
|
1180
1346
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1181
1347
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1182
|
-
readonly expression?:
|
|
1348
|
+
readonly expression?: {
|
|
1349
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1350
|
+
source?: string | undefined;
|
|
1351
|
+
ast?: unknown;
|
|
1352
|
+
meta?: {
|
|
1353
|
+
rationale?: string | undefined;
|
|
1354
|
+
generatedBy?: string | undefined;
|
|
1355
|
+
} | undefined;
|
|
1356
|
+
} | undefined;
|
|
1183
1357
|
readonly summaryOperations?: {
|
|
1184
1358
|
object: string;
|
|
1185
1359
|
field: string;
|
|
@@ -1278,7 +1452,15 @@ declare const SysAuditLog: Omit<{
|
|
|
1278
1452
|
threshold: number;
|
|
1279
1453
|
} | undefined;
|
|
1280
1454
|
} | undefined;
|
|
1281
|
-
readonly conditionalRequired?:
|
|
1455
|
+
readonly conditionalRequired?: {
|
|
1456
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1457
|
+
source?: string | undefined;
|
|
1458
|
+
ast?: unknown;
|
|
1459
|
+
meta?: {
|
|
1460
|
+
rationale?: string | undefined;
|
|
1461
|
+
generatedBy?: string | undefined;
|
|
1462
|
+
} | undefined;
|
|
1463
|
+
} | undefined;
|
|
1282
1464
|
readonly hidden?: boolean | undefined;
|
|
1283
1465
|
readonly sortable?: boolean | undefined;
|
|
1284
1466
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -1337,7 +1519,15 @@ declare const SysAuditLog: Omit<{
|
|
|
1337
1519
|
readonly referenceFilters?: string[] | undefined;
|
|
1338
1520
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1339
1521
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1340
|
-
readonly expression?:
|
|
1522
|
+
readonly expression?: {
|
|
1523
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1524
|
+
source?: string | undefined;
|
|
1525
|
+
ast?: unknown;
|
|
1526
|
+
meta?: {
|
|
1527
|
+
rationale?: string | undefined;
|
|
1528
|
+
generatedBy?: string | undefined;
|
|
1529
|
+
} | undefined;
|
|
1530
|
+
} | undefined;
|
|
1341
1531
|
readonly summaryOperations?: {
|
|
1342
1532
|
object: string;
|
|
1343
1533
|
field: string;
|
|
@@ -1436,7 +1626,15 @@ declare const SysAuditLog: Omit<{
|
|
|
1436
1626
|
threshold: number;
|
|
1437
1627
|
} | undefined;
|
|
1438
1628
|
} | undefined;
|
|
1439
|
-
readonly conditionalRequired?:
|
|
1629
|
+
readonly conditionalRequired?: {
|
|
1630
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1631
|
+
source?: string | undefined;
|
|
1632
|
+
ast?: unknown;
|
|
1633
|
+
meta?: {
|
|
1634
|
+
rationale?: string | undefined;
|
|
1635
|
+
generatedBy?: string | undefined;
|
|
1636
|
+
} | undefined;
|
|
1637
|
+
} | undefined;
|
|
1440
1638
|
readonly hidden?: boolean | undefined;
|
|
1441
1639
|
readonly sortable?: boolean | undefined;
|
|
1442
1640
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -1495,7 +1693,15 @@ declare const SysAuditLog: Omit<{
|
|
|
1495
1693
|
readonly referenceFilters?: string[] | undefined;
|
|
1496
1694
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1497
1695
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1498
|
-
readonly expression?:
|
|
1696
|
+
readonly expression?: {
|
|
1697
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1698
|
+
source?: string | undefined;
|
|
1699
|
+
ast?: unknown;
|
|
1700
|
+
meta?: {
|
|
1701
|
+
rationale?: string | undefined;
|
|
1702
|
+
generatedBy?: string | undefined;
|
|
1703
|
+
} | undefined;
|
|
1704
|
+
} | undefined;
|
|
1499
1705
|
readonly summaryOperations?: {
|
|
1500
1706
|
object: string;
|
|
1501
1707
|
field: string;
|
|
@@ -1594,7 +1800,15 @@ declare const SysAuditLog: Omit<{
|
|
|
1594
1800
|
threshold: number;
|
|
1595
1801
|
} | undefined;
|
|
1596
1802
|
} | undefined;
|
|
1597
|
-
readonly conditionalRequired?:
|
|
1803
|
+
readonly conditionalRequired?: {
|
|
1804
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1805
|
+
source?: string | undefined;
|
|
1806
|
+
ast?: unknown;
|
|
1807
|
+
meta?: {
|
|
1808
|
+
rationale?: string | undefined;
|
|
1809
|
+
generatedBy?: string | undefined;
|
|
1810
|
+
} | undefined;
|
|
1811
|
+
} | undefined;
|
|
1598
1812
|
readonly hidden?: boolean | undefined;
|
|
1599
1813
|
readonly sortable?: boolean | undefined;
|
|
1600
1814
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -1653,7 +1867,15 @@ declare const SysAuditLog: Omit<{
|
|
|
1653
1867
|
readonly referenceFilters?: string[] | undefined;
|
|
1654
1868
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1655
1869
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1656
|
-
readonly expression?:
|
|
1870
|
+
readonly expression?: {
|
|
1871
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1872
|
+
source?: string | undefined;
|
|
1873
|
+
ast?: unknown;
|
|
1874
|
+
meta?: {
|
|
1875
|
+
rationale?: string | undefined;
|
|
1876
|
+
generatedBy?: string | undefined;
|
|
1877
|
+
} | undefined;
|
|
1878
|
+
} | undefined;
|
|
1657
1879
|
readonly summaryOperations?: {
|
|
1658
1880
|
object: string;
|
|
1659
1881
|
field: string;
|
|
@@ -1752,7 +1974,15 @@ declare const SysAuditLog: Omit<{
|
|
|
1752
1974
|
threshold: number;
|
|
1753
1975
|
} | undefined;
|
|
1754
1976
|
} | undefined;
|
|
1755
|
-
readonly conditionalRequired?:
|
|
1977
|
+
readonly conditionalRequired?: {
|
|
1978
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1979
|
+
source?: string | undefined;
|
|
1980
|
+
ast?: unknown;
|
|
1981
|
+
meta?: {
|
|
1982
|
+
rationale?: string | undefined;
|
|
1983
|
+
generatedBy?: string | undefined;
|
|
1984
|
+
} | undefined;
|
|
1985
|
+
} | undefined;
|
|
1756
1986
|
readonly hidden?: boolean | undefined;
|
|
1757
1987
|
readonly sortable?: boolean | undefined;
|
|
1758
1988
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -1811,7 +2041,15 @@ declare const SysAuditLog: Omit<{
|
|
|
1811
2041
|
readonly referenceFilters?: string[] | undefined;
|
|
1812
2042
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1813
2043
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1814
|
-
readonly expression?:
|
|
2044
|
+
readonly expression?: {
|
|
2045
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2046
|
+
source?: string | undefined;
|
|
2047
|
+
ast?: unknown;
|
|
2048
|
+
meta?: {
|
|
2049
|
+
rationale?: string | undefined;
|
|
2050
|
+
generatedBy?: string | undefined;
|
|
2051
|
+
} | undefined;
|
|
2052
|
+
} | undefined;
|
|
1815
2053
|
readonly summaryOperations?: {
|
|
1816
2054
|
object: string;
|
|
1817
2055
|
field: string;
|
|
@@ -1910,7 +2148,15 @@ declare const SysAuditLog: Omit<{
|
|
|
1910
2148
|
threshold: number;
|
|
1911
2149
|
} | undefined;
|
|
1912
2150
|
} | undefined;
|
|
1913
|
-
readonly conditionalRequired?:
|
|
2151
|
+
readonly conditionalRequired?: {
|
|
2152
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2153
|
+
source?: string | undefined;
|
|
2154
|
+
ast?: unknown;
|
|
2155
|
+
meta?: {
|
|
2156
|
+
rationale?: string | undefined;
|
|
2157
|
+
generatedBy?: string | undefined;
|
|
2158
|
+
} | undefined;
|
|
2159
|
+
} | undefined;
|
|
1914
2160
|
readonly hidden?: boolean | undefined;
|
|
1915
2161
|
readonly sortable?: boolean | undefined;
|
|
1916
2162
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -1969,7 +2215,15 @@ declare const SysAuditLog: Omit<{
|
|
|
1969
2215
|
readonly referenceFilters?: string[] | undefined;
|
|
1970
2216
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1971
2217
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1972
|
-
readonly expression?:
|
|
2218
|
+
readonly expression?: {
|
|
2219
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2220
|
+
source?: string | undefined;
|
|
2221
|
+
ast?: unknown;
|
|
2222
|
+
meta?: {
|
|
2223
|
+
rationale?: string | undefined;
|
|
2224
|
+
generatedBy?: string | undefined;
|
|
2225
|
+
} | undefined;
|
|
2226
|
+
} | undefined;
|
|
1973
2227
|
readonly summaryOperations?: {
|
|
1974
2228
|
object: string;
|
|
1975
2229
|
field: string;
|
|
@@ -2068,7 +2322,15 @@ declare const SysAuditLog: Omit<{
|
|
|
2068
2322
|
threshold: number;
|
|
2069
2323
|
} | undefined;
|
|
2070
2324
|
} | undefined;
|
|
2071
|
-
readonly conditionalRequired?:
|
|
2325
|
+
readonly conditionalRequired?: {
|
|
2326
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2327
|
+
source?: string | undefined;
|
|
2328
|
+
ast?: unknown;
|
|
2329
|
+
meta?: {
|
|
2330
|
+
rationale?: string | undefined;
|
|
2331
|
+
generatedBy?: string | undefined;
|
|
2332
|
+
} | undefined;
|
|
2333
|
+
} | undefined;
|
|
2072
2334
|
readonly hidden?: boolean | undefined;
|
|
2073
2335
|
readonly sortable?: boolean | undefined;
|
|
2074
2336
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -2127,7 +2389,15 @@ declare const SysAuditLog: Omit<{
|
|
|
2127
2389
|
readonly referenceFilters?: string[] | undefined;
|
|
2128
2390
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2129
2391
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2130
|
-
readonly expression?:
|
|
2392
|
+
readonly expression?: {
|
|
2393
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2394
|
+
source?: string | undefined;
|
|
2395
|
+
ast?: unknown;
|
|
2396
|
+
meta?: {
|
|
2397
|
+
rationale?: string | undefined;
|
|
2398
|
+
generatedBy?: string | undefined;
|
|
2399
|
+
} | undefined;
|
|
2400
|
+
} | undefined;
|
|
2131
2401
|
readonly summaryOperations?: {
|
|
2132
2402
|
object: string;
|
|
2133
2403
|
field: string;
|
|
@@ -2226,7 +2496,15 @@ declare const SysAuditLog: Omit<{
|
|
|
2226
2496
|
threshold: number;
|
|
2227
2497
|
} | undefined;
|
|
2228
2498
|
} | undefined;
|
|
2229
|
-
readonly conditionalRequired?:
|
|
2499
|
+
readonly conditionalRequired?: {
|
|
2500
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2501
|
+
source?: string | undefined;
|
|
2502
|
+
ast?: unknown;
|
|
2503
|
+
meta?: {
|
|
2504
|
+
rationale?: string | undefined;
|
|
2505
|
+
generatedBy?: string | undefined;
|
|
2506
|
+
} | undefined;
|
|
2507
|
+
} | undefined;
|
|
2230
2508
|
readonly hidden?: boolean | undefined;
|
|
2231
2509
|
readonly sortable?: boolean | undefined;
|
|
2232
2510
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -2311,7 +2589,23 @@ declare const SysPresence: Omit<{
|
|
|
2311
2589
|
reference?: string | undefined;
|
|
2312
2590
|
referenceFilters?: string[] | undefined;
|
|
2313
2591
|
writeRequiresMasterRead?: boolean | undefined;
|
|
2314
|
-
expression?:
|
|
2592
|
+
expression?: {
|
|
2593
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2594
|
+
source?: string | undefined;
|
|
2595
|
+
ast?: unknown;
|
|
2596
|
+
meta?: {
|
|
2597
|
+
rationale?: string | undefined;
|
|
2598
|
+
generatedBy?: string | undefined;
|
|
2599
|
+
} | undefined;
|
|
2600
|
+
} | {
|
|
2601
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2602
|
+
source?: string | undefined;
|
|
2603
|
+
ast?: unknown;
|
|
2604
|
+
meta?: {
|
|
2605
|
+
rationale?: string | undefined;
|
|
2606
|
+
generatedBy?: string | undefined;
|
|
2607
|
+
} | undefined;
|
|
2608
|
+
} | undefined;
|
|
2315
2609
|
summaryOperations?: {
|
|
2316
2610
|
object: string;
|
|
2317
2611
|
field: string;
|
|
@@ -2429,7 +2723,23 @@ declare const SysPresence: Omit<{
|
|
|
2429
2723
|
} | undefined;
|
|
2430
2724
|
} | undefined;
|
|
2431
2725
|
group?: string | undefined;
|
|
2432
|
-
conditionalRequired?:
|
|
2726
|
+
conditionalRequired?: {
|
|
2727
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2728
|
+
source?: string | undefined;
|
|
2729
|
+
ast?: unknown;
|
|
2730
|
+
meta?: {
|
|
2731
|
+
rationale?: string | undefined;
|
|
2732
|
+
generatedBy?: string | undefined;
|
|
2733
|
+
} | undefined;
|
|
2734
|
+
} | {
|
|
2735
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2736
|
+
source?: string | undefined;
|
|
2737
|
+
ast?: unknown;
|
|
2738
|
+
meta?: {
|
|
2739
|
+
rationale?: string | undefined;
|
|
2740
|
+
generatedBy?: string | undefined;
|
|
2741
|
+
} | undefined;
|
|
2742
|
+
} | undefined;
|
|
2433
2743
|
inlineHelpText?: string | undefined;
|
|
2434
2744
|
trackFeedHistory?: boolean | undefined;
|
|
2435
2745
|
caseSensitive?: boolean | undefined;
|
|
@@ -2440,6 +2750,12 @@ declare const SysPresence: Omit<{
|
|
|
2440
2750
|
description?: string | undefined;
|
|
2441
2751
|
icon?: string | undefined;
|
|
2442
2752
|
tags?: string[] | undefined;
|
|
2753
|
+
managedBy?: "system" | "better-auth" | "platform" | undefined;
|
|
2754
|
+
systemFields?: false | {
|
|
2755
|
+
tenant?: boolean | undefined;
|
|
2756
|
+
owner?: boolean | undefined;
|
|
2757
|
+
audit?: boolean | undefined;
|
|
2758
|
+
} | undefined;
|
|
2443
2759
|
indexes?: {
|
|
2444
2760
|
fields: string[];
|
|
2445
2761
|
type: "hash" | "btree" | "gin" | "gist" | "fulltext";
|
|
@@ -2453,7 +2769,23 @@ declare const SysPresence: Omit<{
|
|
|
2453
2769
|
defaultExpanded: boolean;
|
|
2454
2770
|
icon?: string | undefined;
|
|
2455
2771
|
description?: string | undefined;
|
|
2456
|
-
visibleOn?:
|
|
2772
|
+
visibleOn?: {
|
|
2773
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2774
|
+
source?: string | undefined;
|
|
2775
|
+
ast?: unknown;
|
|
2776
|
+
meta?: {
|
|
2777
|
+
rationale?: string | undefined;
|
|
2778
|
+
generatedBy?: string | undefined;
|
|
2779
|
+
} | undefined;
|
|
2780
|
+
} | {
|
|
2781
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2782
|
+
source?: string | undefined;
|
|
2783
|
+
ast?: unknown;
|
|
2784
|
+
meta?: {
|
|
2785
|
+
rationale?: string | undefined;
|
|
2786
|
+
generatedBy?: string | undefined;
|
|
2787
|
+
} | undefined;
|
|
2788
|
+
} | undefined;
|
|
2457
2789
|
}[] | undefined;
|
|
2458
2790
|
tenancy?: {
|
|
2459
2791
|
enabled: boolean;
|
|
@@ -2520,7 +2852,23 @@ declare const SysPresence: Omit<{
|
|
|
2520
2852
|
displayFormat?: string | undefined;
|
|
2521
2853
|
startNumber?: number | undefined;
|
|
2522
2854
|
} | undefined;
|
|
2523
|
-
titleFormat?:
|
|
2855
|
+
titleFormat?: {
|
|
2856
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2857
|
+
source?: string | undefined;
|
|
2858
|
+
ast?: unknown;
|
|
2859
|
+
meta?: {
|
|
2860
|
+
rationale?: string | undefined;
|
|
2861
|
+
generatedBy?: string | undefined;
|
|
2862
|
+
} | undefined;
|
|
2863
|
+
} | {
|
|
2864
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2865
|
+
source?: string | undefined;
|
|
2866
|
+
ast?: unknown;
|
|
2867
|
+
meta?: {
|
|
2868
|
+
rationale?: string | undefined;
|
|
2869
|
+
generatedBy?: string | undefined;
|
|
2870
|
+
} | undefined;
|
|
2871
|
+
} | undefined;
|
|
2524
2872
|
compactLayout?: string[] | undefined;
|
|
2525
2873
|
search?: {
|
|
2526
2874
|
fields: string[];
|
|
@@ -2576,8 +2924,24 @@ declare const SysPresence: Omit<{
|
|
|
2576
2924
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
2577
2925
|
confirmText?: string | undefined;
|
|
2578
2926
|
successMessage?: string | undefined;
|
|
2579
|
-
visible?:
|
|
2580
|
-
|
|
2927
|
+
visible?: {
|
|
2928
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2929
|
+
source?: string | undefined;
|
|
2930
|
+
ast?: unknown;
|
|
2931
|
+
meta?: {
|
|
2932
|
+
rationale?: string | undefined;
|
|
2933
|
+
generatedBy?: string | undefined;
|
|
2934
|
+
} | undefined;
|
|
2935
|
+
} | undefined;
|
|
2936
|
+
disabled?: boolean | {
|
|
2937
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2938
|
+
source?: string | undefined;
|
|
2939
|
+
ast?: unknown;
|
|
2940
|
+
meta?: {
|
|
2941
|
+
rationale?: string | undefined;
|
|
2942
|
+
generatedBy?: string | undefined;
|
|
2943
|
+
} | undefined;
|
|
2944
|
+
} | undefined;
|
|
2581
2945
|
shortcut?: string | undefined;
|
|
2582
2946
|
bulkEnabled?: boolean | undefined;
|
|
2583
2947
|
timeout?: number | undefined;
|
|
@@ -2646,7 +3010,15 @@ declare const SysPresence: Omit<{
|
|
|
2646
3010
|
readonly referenceFilters?: string[] | undefined;
|
|
2647
3011
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2648
3012
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2649
|
-
readonly expression?:
|
|
3013
|
+
readonly expression?: {
|
|
3014
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3015
|
+
source?: string | undefined;
|
|
3016
|
+
ast?: unknown;
|
|
3017
|
+
meta?: {
|
|
3018
|
+
rationale?: string | undefined;
|
|
3019
|
+
generatedBy?: string | undefined;
|
|
3020
|
+
} | undefined;
|
|
3021
|
+
} | undefined;
|
|
2650
3022
|
readonly summaryOperations?: {
|
|
2651
3023
|
object: string;
|
|
2652
3024
|
field: string;
|
|
@@ -2745,7 +3117,15 @@ declare const SysPresence: Omit<{
|
|
|
2745
3117
|
threshold: number;
|
|
2746
3118
|
} | undefined;
|
|
2747
3119
|
} | undefined;
|
|
2748
|
-
readonly conditionalRequired?:
|
|
3120
|
+
readonly conditionalRequired?: {
|
|
3121
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3122
|
+
source?: string | undefined;
|
|
3123
|
+
ast?: unknown;
|
|
3124
|
+
meta?: {
|
|
3125
|
+
rationale?: string | undefined;
|
|
3126
|
+
generatedBy?: string | undefined;
|
|
3127
|
+
} | undefined;
|
|
3128
|
+
} | undefined;
|
|
2749
3129
|
readonly hidden?: boolean | undefined;
|
|
2750
3130
|
readonly sortable?: boolean | undefined;
|
|
2751
3131
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -2804,7 +3184,15 @@ declare const SysPresence: Omit<{
|
|
|
2804
3184
|
readonly referenceFilters?: string[] | undefined;
|
|
2805
3185
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2806
3186
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2807
|
-
readonly expression?:
|
|
3187
|
+
readonly expression?: {
|
|
3188
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3189
|
+
source?: string | undefined;
|
|
3190
|
+
ast?: unknown;
|
|
3191
|
+
meta?: {
|
|
3192
|
+
rationale?: string | undefined;
|
|
3193
|
+
generatedBy?: string | undefined;
|
|
3194
|
+
} | undefined;
|
|
3195
|
+
} | undefined;
|
|
2808
3196
|
readonly summaryOperations?: {
|
|
2809
3197
|
object: string;
|
|
2810
3198
|
field: string;
|
|
@@ -2903,7 +3291,15 @@ declare const SysPresence: Omit<{
|
|
|
2903
3291
|
threshold: number;
|
|
2904
3292
|
} | undefined;
|
|
2905
3293
|
} | undefined;
|
|
2906
|
-
readonly conditionalRequired?:
|
|
3294
|
+
readonly conditionalRequired?: {
|
|
3295
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3296
|
+
source?: string | undefined;
|
|
3297
|
+
ast?: unknown;
|
|
3298
|
+
meta?: {
|
|
3299
|
+
rationale?: string | undefined;
|
|
3300
|
+
generatedBy?: string | undefined;
|
|
3301
|
+
} | undefined;
|
|
3302
|
+
} | undefined;
|
|
2907
3303
|
readonly hidden?: boolean | undefined;
|
|
2908
3304
|
readonly sortable?: boolean | undefined;
|
|
2909
3305
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -2962,7 +3358,15 @@ declare const SysPresence: Omit<{
|
|
|
2962
3358
|
readonly referenceFilters?: string[] | undefined;
|
|
2963
3359
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2964
3360
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2965
|
-
readonly expression?:
|
|
3361
|
+
readonly expression?: {
|
|
3362
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3363
|
+
source?: string | undefined;
|
|
3364
|
+
ast?: unknown;
|
|
3365
|
+
meta?: {
|
|
3366
|
+
rationale?: string | undefined;
|
|
3367
|
+
generatedBy?: string | undefined;
|
|
3368
|
+
} | undefined;
|
|
3369
|
+
} | undefined;
|
|
2966
3370
|
readonly summaryOperations?: {
|
|
2967
3371
|
object: string;
|
|
2968
3372
|
field: string;
|
|
@@ -3061,7 +3465,15 @@ declare const SysPresence: Omit<{
|
|
|
3061
3465
|
threshold: number;
|
|
3062
3466
|
} | undefined;
|
|
3063
3467
|
} | undefined;
|
|
3064
|
-
readonly conditionalRequired?:
|
|
3468
|
+
readonly conditionalRequired?: {
|
|
3469
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3470
|
+
source?: string | undefined;
|
|
3471
|
+
ast?: unknown;
|
|
3472
|
+
meta?: {
|
|
3473
|
+
rationale?: string | undefined;
|
|
3474
|
+
generatedBy?: string | undefined;
|
|
3475
|
+
} | undefined;
|
|
3476
|
+
} | undefined;
|
|
3065
3477
|
readonly hidden?: boolean | undefined;
|
|
3066
3478
|
readonly sortable?: boolean | undefined;
|
|
3067
3479
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -3120,7 +3532,15 @@ declare const SysPresence: Omit<{
|
|
|
3120
3532
|
readonly referenceFilters?: string[] | undefined;
|
|
3121
3533
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3122
3534
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3123
|
-
readonly expression?:
|
|
3535
|
+
readonly expression?: {
|
|
3536
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3537
|
+
source?: string | undefined;
|
|
3538
|
+
ast?: unknown;
|
|
3539
|
+
meta?: {
|
|
3540
|
+
rationale?: string | undefined;
|
|
3541
|
+
generatedBy?: string | undefined;
|
|
3542
|
+
} | undefined;
|
|
3543
|
+
} | undefined;
|
|
3124
3544
|
readonly summaryOperations?: {
|
|
3125
3545
|
object: string;
|
|
3126
3546
|
field: string;
|
|
@@ -3219,7 +3639,15 @@ declare const SysPresence: Omit<{
|
|
|
3219
3639
|
threshold: number;
|
|
3220
3640
|
} | undefined;
|
|
3221
3641
|
} | undefined;
|
|
3222
|
-
readonly conditionalRequired?:
|
|
3642
|
+
readonly conditionalRequired?: {
|
|
3643
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3644
|
+
source?: string | undefined;
|
|
3645
|
+
ast?: unknown;
|
|
3646
|
+
meta?: {
|
|
3647
|
+
rationale?: string | undefined;
|
|
3648
|
+
generatedBy?: string | undefined;
|
|
3649
|
+
} | undefined;
|
|
3650
|
+
} | undefined;
|
|
3223
3651
|
readonly hidden?: boolean | undefined;
|
|
3224
3652
|
readonly sortable?: boolean | undefined;
|
|
3225
3653
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -3278,7 +3706,15 @@ declare const SysPresence: Omit<{
|
|
|
3278
3706
|
readonly referenceFilters?: string[] | undefined;
|
|
3279
3707
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3280
3708
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3281
|
-
readonly expression?:
|
|
3709
|
+
readonly expression?: {
|
|
3710
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3711
|
+
source?: string | undefined;
|
|
3712
|
+
ast?: unknown;
|
|
3713
|
+
meta?: {
|
|
3714
|
+
rationale?: string | undefined;
|
|
3715
|
+
generatedBy?: string | undefined;
|
|
3716
|
+
} | undefined;
|
|
3717
|
+
} | undefined;
|
|
3282
3718
|
readonly summaryOperations?: {
|
|
3283
3719
|
object: string;
|
|
3284
3720
|
field: string;
|
|
@@ -3377,7 +3813,15 @@ declare const SysPresence: Omit<{
|
|
|
3377
3813
|
threshold: number;
|
|
3378
3814
|
} | undefined;
|
|
3379
3815
|
} | undefined;
|
|
3380
|
-
readonly conditionalRequired?:
|
|
3816
|
+
readonly conditionalRequired?: {
|
|
3817
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3818
|
+
source?: string | undefined;
|
|
3819
|
+
ast?: unknown;
|
|
3820
|
+
meta?: {
|
|
3821
|
+
rationale?: string | undefined;
|
|
3822
|
+
generatedBy?: string | undefined;
|
|
3823
|
+
} | undefined;
|
|
3824
|
+
} | undefined;
|
|
3381
3825
|
readonly hidden?: boolean | undefined;
|
|
3382
3826
|
readonly sortable?: boolean | undefined;
|
|
3383
3827
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -3436,7 +3880,15 @@ declare const SysPresence: Omit<{
|
|
|
3436
3880
|
readonly referenceFilters?: string[] | undefined;
|
|
3437
3881
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3438
3882
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3439
|
-
readonly expression?:
|
|
3883
|
+
readonly expression?: {
|
|
3884
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3885
|
+
source?: string | undefined;
|
|
3886
|
+
ast?: unknown;
|
|
3887
|
+
meta?: {
|
|
3888
|
+
rationale?: string | undefined;
|
|
3889
|
+
generatedBy?: string | undefined;
|
|
3890
|
+
} | undefined;
|
|
3891
|
+
} | undefined;
|
|
3440
3892
|
readonly summaryOperations?: {
|
|
3441
3893
|
object: string;
|
|
3442
3894
|
field: string;
|
|
@@ -3535,7 +3987,15 @@ declare const SysPresence: Omit<{
|
|
|
3535
3987
|
threshold: number;
|
|
3536
3988
|
} | undefined;
|
|
3537
3989
|
} | undefined;
|
|
3538
|
-
readonly conditionalRequired?:
|
|
3990
|
+
readonly conditionalRequired?: {
|
|
3991
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3992
|
+
source?: string | undefined;
|
|
3993
|
+
ast?: unknown;
|
|
3994
|
+
meta?: {
|
|
3995
|
+
rationale?: string | undefined;
|
|
3996
|
+
generatedBy?: string | undefined;
|
|
3997
|
+
} | undefined;
|
|
3998
|
+
} | undefined;
|
|
3539
3999
|
readonly hidden?: boolean | undefined;
|
|
3540
4000
|
readonly sortable?: boolean | undefined;
|
|
3541
4001
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -3594,7 +4054,15 @@ declare const SysPresence: Omit<{
|
|
|
3594
4054
|
readonly referenceFilters?: string[] | undefined;
|
|
3595
4055
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3596
4056
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3597
|
-
readonly expression?:
|
|
4057
|
+
readonly expression?: {
|
|
4058
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4059
|
+
source?: string | undefined;
|
|
4060
|
+
ast?: unknown;
|
|
4061
|
+
meta?: {
|
|
4062
|
+
rationale?: string | undefined;
|
|
4063
|
+
generatedBy?: string | undefined;
|
|
4064
|
+
} | undefined;
|
|
4065
|
+
} | undefined;
|
|
3598
4066
|
readonly summaryOperations?: {
|
|
3599
4067
|
object: string;
|
|
3600
4068
|
field: string;
|
|
@@ -3693,7 +4161,15 @@ declare const SysPresence: Omit<{
|
|
|
3693
4161
|
threshold: number;
|
|
3694
4162
|
} | undefined;
|
|
3695
4163
|
} | undefined;
|
|
3696
|
-
readonly conditionalRequired?:
|
|
4164
|
+
readonly conditionalRequired?: {
|
|
4165
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4166
|
+
source?: string | undefined;
|
|
4167
|
+
ast?: unknown;
|
|
4168
|
+
meta?: {
|
|
4169
|
+
rationale?: string | undefined;
|
|
4170
|
+
generatedBy?: string | undefined;
|
|
4171
|
+
} | undefined;
|
|
4172
|
+
} | undefined;
|
|
3697
4173
|
readonly hidden?: boolean | undefined;
|
|
3698
4174
|
readonly sortable?: boolean | undefined;
|
|
3699
4175
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -3752,7 +4228,15 @@ declare const SysPresence: Omit<{
|
|
|
3752
4228
|
readonly referenceFilters?: string[] | undefined;
|
|
3753
4229
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3754
4230
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3755
|
-
readonly expression?:
|
|
4231
|
+
readonly expression?: {
|
|
4232
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4233
|
+
source?: string | undefined;
|
|
4234
|
+
ast?: unknown;
|
|
4235
|
+
meta?: {
|
|
4236
|
+
rationale?: string | undefined;
|
|
4237
|
+
generatedBy?: string | undefined;
|
|
4238
|
+
} | undefined;
|
|
4239
|
+
} | undefined;
|
|
3756
4240
|
readonly summaryOperations?: {
|
|
3757
4241
|
object: string;
|
|
3758
4242
|
field: string;
|
|
@@ -3851,7 +4335,15 @@ declare const SysPresence: Omit<{
|
|
|
3851
4335
|
threshold: number;
|
|
3852
4336
|
} | undefined;
|
|
3853
4337
|
} | undefined;
|
|
3854
|
-
readonly conditionalRequired?:
|
|
4338
|
+
readonly conditionalRequired?: {
|
|
4339
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4340
|
+
source?: string | undefined;
|
|
4341
|
+
ast?: unknown;
|
|
4342
|
+
meta?: {
|
|
4343
|
+
rationale?: string | undefined;
|
|
4344
|
+
generatedBy?: string | undefined;
|
|
4345
|
+
} | undefined;
|
|
4346
|
+
} | undefined;
|
|
3855
4347
|
readonly hidden?: boolean | undefined;
|
|
3856
4348
|
readonly sortable?: boolean | undefined;
|
|
3857
4349
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -3910,7 +4402,15 @@ declare const SysPresence: Omit<{
|
|
|
3910
4402
|
readonly referenceFilters?: string[] | undefined;
|
|
3911
4403
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3912
4404
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3913
|
-
readonly expression?:
|
|
4405
|
+
readonly expression?: {
|
|
4406
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4407
|
+
source?: string | undefined;
|
|
4408
|
+
ast?: unknown;
|
|
4409
|
+
meta?: {
|
|
4410
|
+
rationale?: string | undefined;
|
|
4411
|
+
generatedBy?: string | undefined;
|
|
4412
|
+
} | undefined;
|
|
4413
|
+
} | undefined;
|
|
3914
4414
|
readonly summaryOperations?: {
|
|
3915
4415
|
object: string;
|
|
3916
4416
|
field: string;
|
|
@@ -4009,7 +4509,15 @@ declare const SysPresence: Omit<{
|
|
|
4009
4509
|
threshold: number;
|
|
4010
4510
|
} | undefined;
|
|
4011
4511
|
} | undefined;
|
|
4012
|
-
readonly conditionalRequired?:
|
|
4512
|
+
readonly conditionalRequired?: {
|
|
4513
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4514
|
+
source?: string | undefined;
|
|
4515
|
+
ast?: unknown;
|
|
4516
|
+
meta?: {
|
|
4517
|
+
rationale?: string | undefined;
|
|
4518
|
+
generatedBy?: string | undefined;
|
|
4519
|
+
} | undefined;
|
|
4520
|
+
} | undefined;
|
|
4013
4521
|
readonly hidden?: boolean | undefined;
|
|
4014
4522
|
readonly sortable?: boolean | undefined;
|
|
4015
4523
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -4068,7 +4576,15 @@ declare const SysPresence: Omit<{
|
|
|
4068
4576
|
readonly referenceFilters?: string[] | undefined;
|
|
4069
4577
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4070
4578
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4071
|
-
readonly expression?:
|
|
4579
|
+
readonly expression?: {
|
|
4580
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4581
|
+
source?: string | undefined;
|
|
4582
|
+
ast?: unknown;
|
|
4583
|
+
meta?: {
|
|
4584
|
+
rationale?: string | undefined;
|
|
4585
|
+
generatedBy?: string | undefined;
|
|
4586
|
+
} | undefined;
|
|
4587
|
+
} | undefined;
|
|
4072
4588
|
readonly summaryOperations?: {
|
|
4073
4589
|
object: string;
|
|
4074
4590
|
field: string;
|
|
@@ -4167,7 +4683,15 @@ declare const SysPresence: Omit<{
|
|
|
4167
4683
|
threshold: number;
|
|
4168
4684
|
} | undefined;
|
|
4169
4685
|
} | undefined;
|
|
4170
|
-
readonly conditionalRequired?:
|
|
4686
|
+
readonly conditionalRequired?: {
|
|
4687
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4688
|
+
source?: string | undefined;
|
|
4689
|
+
ast?: unknown;
|
|
4690
|
+
meta?: {
|
|
4691
|
+
rationale?: string | undefined;
|
|
4692
|
+
generatedBy?: string | undefined;
|
|
4693
|
+
} | undefined;
|
|
4694
|
+
} | undefined;
|
|
4171
4695
|
readonly hidden?: boolean | undefined;
|
|
4172
4696
|
readonly sortable?: boolean | undefined;
|
|
4173
4697
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -4226,7 +4750,15 @@ declare const SysPresence: Omit<{
|
|
|
4226
4750
|
readonly referenceFilters?: string[] | undefined;
|
|
4227
4751
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4228
4752
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4229
|
-
readonly expression?:
|
|
4753
|
+
readonly expression?: {
|
|
4754
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4755
|
+
source?: string | undefined;
|
|
4756
|
+
ast?: unknown;
|
|
4757
|
+
meta?: {
|
|
4758
|
+
rationale?: string | undefined;
|
|
4759
|
+
generatedBy?: string | undefined;
|
|
4760
|
+
} | undefined;
|
|
4761
|
+
} | undefined;
|
|
4230
4762
|
readonly summaryOperations?: {
|
|
4231
4763
|
object: string;
|
|
4232
4764
|
field: string;
|
|
@@ -4325,7 +4857,15 @@ declare const SysPresence: Omit<{
|
|
|
4325
4857
|
threshold: number;
|
|
4326
4858
|
} | undefined;
|
|
4327
4859
|
} | undefined;
|
|
4328
|
-
readonly conditionalRequired?:
|
|
4860
|
+
readonly conditionalRequired?: {
|
|
4861
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4862
|
+
source?: string | undefined;
|
|
4863
|
+
ast?: unknown;
|
|
4864
|
+
meta?: {
|
|
4865
|
+
rationale?: string | undefined;
|
|
4866
|
+
generatedBy?: string | undefined;
|
|
4867
|
+
} | undefined;
|
|
4868
|
+
} | undefined;
|
|
4329
4869
|
readonly hidden?: boolean | undefined;
|
|
4330
4870
|
readonly sortable?: boolean | undefined;
|
|
4331
4871
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -4410,7 +4950,23 @@ declare const SysActivity: Omit<{
|
|
|
4410
4950
|
reference?: string | undefined;
|
|
4411
4951
|
referenceFilters?: string[] | undefined;
|
|
4412
4952
|
writeRequiresMasterRead?: boolean | undefined;
|
|
4413
|
-
expression?:
|
|
4953
|
+
expression?: {
|
|
4954
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4955
|
+
source?: string | undefined;
|
|
4956
|
+
ast?: unknown;
|
|
4957
|
+
meta?: {
|
|
4958
|
+
rationale?: string | undefined;
|
|
4959
|
+
generatedBy?: string | undefined;
|
|
4960
|
+
} | undefined;
|
|
4961
|
+
} | {
|
|
4962
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4963
|
+
source?: string | undefined;
|
|
4964
|
+
ast?: unknown;
|
|
4965
|
+
meta?: {
|
|
4966
|
+
rationale?: string | undefined;
|
|
4967
|
+
generatedBy?: string | undefined;
|
|
4968
|
+
} | undefined;
|
|
4969
|
+
} | undefined;
|
|
4414
4970
|
summaryOperations?: {
|
|
4415
4971
|
object: string;
|
|
4416
4972
|
field: string;
|
|
@@ -4528,7 +5084,23 @@ declare const SysActivity: Omit<{
|
|
|
4528
5084
|
} | undefined;
|
|
4529
5085
|
} | undefined;
|
|
4530
5086
|
group?: string | undefined;
|
|
4531
|
-
conditionalRequired?:
|
|
5087
|
+
conditionalRequired?: {
|
|
5088
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5089
|
+
source?: string | undefined;
|
|
5090
|
+
ast?: unknown;
|
|
5091
|
+
meta?: {
|
|
5092
|
+
rationale?: string | undefined;
|
|
5093
|
+
generatedBy?: string | undefined;
|
|
5094
|
+
} | undefined;
|
|
5095
|
+
} | {
|
|
5096
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5097
|
+
source?: string | undefined;
|
|
5098
|
+
ast?: unknown;
|
|
5099
|
+
meta?: {
|
|
5100
|
+
rationale?: string | undefined;
|
|
5101
|
+
generatedBy?: string | undefined;
|
|
5102
|
+
} | undefined;
|
|
5103
|
+
} | undefined;
|
|
4532
5104
|
inlineHelpText?: string | undefined;
|
|
4533
5105
|
trackFeedHistory?: boolean | undefined;
|
|
4534
5106
|
caseSensitive?: boolean | undefined;
|
|
@@ -4539,6 +5111,12 @@ declare const SysActivity: Omit<{
|
|
|
4539
5111
|
description?: string | undefined;
|
|
4540
5112
|
icon?: string | undefined;
|
|
4541
5113
|
tags?: string[] | undefined;
|
|
5114
|
+
managedBy?: "system" | "better-auth" | "platform" | undefined;
|
|
5115
|
+
systemFields?: false | {
|
|
5116
|
+
tenant?: boolean | undefined;
|
|
5117
|
+
owner?: boolean | undefined;
|
|
5118
|
+
audit?: boolean | undefined;
|
|
5119
|
+
} | undefined;
|
|
4542
5120
|
indexes?: {
|
|
4543
5121
|
fields: string[];
|
|
4544
5122
|
type: "hash" | "btree" | "gin" | "gist" | "fulltext";
|
|
@@ -4552,7 +5130,23 @@ declare const SysActivity: Omit<{
|
|
|
4552
5130
|
defaultExpanded: boolean;
|
|
4553
5131
|
icon?: string | undefined;
|
|
4554
5132
|
description?: string | undefined;
|
|
4555
|
-
visibleOn?:
|
|
5133
|
+
visibleOn?: {
|
|
5134
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5135
|
+
source?: string | undefined;
|
|
5136
|
+
ast?: unknown;
|
|
5137
|
+
meta?: {
|
|
5138
|
+
rationale?: string | undefined;
|
|
5139
|
+
generatedBy?: string | undefined;
|
|
5140
|
+
} | undefined;
|
|
5141
|
+
} | {
|
|
5142
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5143
|
+
source?: string | undefined;
|
|
5144
|
+
ast?: unknown;
|
|
5145
|
+
meta?: {
|
|
5146
|
+
rationale?: string | undefined;
|
|
5147
|
+
generatedBy?: string | undefined;
|
|
5148
|
+
} | undefined;
|
|
5149
|
+
} | undefined;
|
|
4556
5150
|
}[] | undefined;
|
|
4557
5151
|
tenancy?: {
|
|
4558
5152
|
enabled: boolean;
|
|
@@ -4619,7 +5213,23 @@ declare const SysActivity: Omit<{
|
|
|
4619
5213
|
displayFormat?: string | undefined;
|
|
4620
5214
|
startNumber?: number | undefined;
|
|
4621
5215
|
} | undefined;
|
|
4622
|
-
titleFormat?:
|
|
5216
|
+
titleFormat?: {
|
|
5217
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5218
|
+
source?: string | undefined;
|
|
5219
|
+
ast?: unknown;
|
|
5220
|
+
meta?: {
|
|
5221
|
+
rationale?: string | undefined;
|
|
5222
|
+
generatedBy?: string | undefined;
|
|
5223
|
+
} | undefined;
|
|
5224
|
+
} | {
|
|
5225
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5226
|
+
source?: string | undefined;
|
|
5227
|
+
ast?: unknown;
|
|
5228
|
+
meta?: {
|
|
5229
|
+
rationale?: string | undefined;
|
|
5230
|
+
generatedBy?: string | undefined;
|
|
5231
|
+
} | undefined;
|
|
5232
|
+
} | undefined;
|
|
4623
5233
|
compactLayout?: string[] | undefined;
|
|
4624
5234
|
search?: {
|
|
4625
5235
|
fields: string[];
|
|
@@ -4675,8 +5285,24 @@ declare const SysActivity: Omit<{
|
|
|
4675
5285
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
4676
5286
|
confirmText?: string | undefined;
|
|
4677
5287
|
successMessage?: string | undefined;
|
|
4678
|
-
visible?:
|
|
4679
|
-
|
|
5288
|
+
visible?: {
|
|
5289
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5290
|
+
source?: string | undefined;
|
|
5291
|
+
ast?: unknown;
|
|
5292
|
+
meta?: {
|
|
5293
|
+
rationale?: string | undefined;
|
|
5294
|
+
generatedBy?: string | undefined;
|
|
5295
|
+
} | undefined;
|
|
5296
|
+
} | undefined;
|
|
5297
|
+
disabled?: boolean | {
|
|
5298
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5299
|
+
source?: string | undefined;
|
|
5300
|
+
ast?: unknown;
|
|
5301
|
+
meta?: {
|
|
5302
|
+
rationale?: string | undefined;
|
|
5303
|
+
generatedBy?: string | undefined;
|
|
5304
|
+
} | undefined;
|
|
5305
|
+
} | undefined;
|
|
4680
5306
|
shortcut?: string | undefined;
|
|
4681
5307
|
bulkEnabled?: boolean | undefined;
|
|
4682
5308
|
timeout?: number | undefined;
|
|
@@ -4746,7 +5372,15 @@ declare const SysActivity: Omit<{
|
|
|
4746
5372
|
readonly referenceFilters?: string[] | undefined;
|
|
4747
5373
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4748
5374
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4749
|
-
readonly expression?:
|
|
5375
|
+
readonly expression?: {
|
|
5376
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5377
|
+
source?: string | undefined;
|
|
5378
|
+
ast?: unknown;
|
|
5379
|
+
meta?: {
|
|
5380
|
+
rationale?: string | undefined;
|
|
5381
|
+
generatedBy?: string | undefined;
|
|
5382
|
+
} | undefined;
|
|
5383
|
+
} | undefined;
|
|
4750
5384
|
readonly summaryOperations?: {
|
|
4751
5385
|
object: string;
|
|
4752
5386
|
field: string;
|
|
@@ -4845,7 +5479,15 @@ declare const SysActivity: Omit<{
|
|
|
4845
5479
|
threshold: number;
|
|
4846
5480
|
} | undefined;
|
|
4847
5481
|
} | undefined;
|
|
4848
|
-
readonly conditionalRequired?:
|
|
5482
|
+
readonly conditionalRequired?: {
|
|
5483
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5484
|
+
source?: string | undefined;
|
|
5485
|
+
ast?: unknown;
|
|
5486
|
+
meta?: {
|
|
5487
|
+
rationale?: string | undefined;
|
|
5488
|
+
generatedBy?: string | undefined;
|
|
5489
|
+
} | undefined;
|
|
5490
|
+
} | undefined;
|
|
4849
5491
|
readonly hidden?: boolean | undefined;
|
|
4850
5492
|
readonly sortable?: boolean | undefined;
|
|
4851
5493
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -4904,7 +5546,15 @@ declare const SysActivity: Omit<{
|
|
|
4904
5546
|
readonly referenceFilters?: string[] | undefined;
|
|
4905
5547
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4906
5548
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4907
|
-
readonly expression?:
|
|
5549
|
+
readonly expression?: {
|
|
5550
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5551
|
+
source?: string | undefined;
|
|
5552
|
+
ast?: unknown;
|
|
5553
|
+
meta?: {
|
|
5554
|
+
rationale?: string | undefined;
|
|
5555
|
+
generatedBy?: string | undefined;
|
|
5556
|
+
} | undefined;
|
|
5557
|
+
} | undefined;
|
|
4908
5558
|
readonly summaryOperations?: {
|
|
4909
5559
|
object: string;
|
|
4910
5560
|
field: string;
|
|
@@ -5003,7 +5653,15 @@ declare const SysActivity: Omit<{
|
|
|
5003
5653
|
threshold: number;
|
|
5004
5654
|
} | undefined;
|
|
5005
5655
|
} | undefined;
|
|
5006
|
-
readonly conditionalRequired?:
|
|
5656
|
+
readonly conditionalRequired?: {
|
|
5657
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5658
|
+
source?: string | undefined;
|
|
5659
|
+
ast?: unknown;
|
|
5660
|
+
meta?: {
|
|
5661
|
+
rationale?: string | undefined;
|
|
5662
|
+
generatedBy?: string | undefined;
|
|
5663
|
+
} | undefined;
|
|
5664
|
+
} | undefined;
|
|
5007
5665
|
readonly hidden?: boolean | undefined;
|
|
5008
5666
|
readonly sortable?: boolean | undefined;
|
|
5009
5667
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -5062,7 +5720,15 @@ declare const SysActivity: Omit<{
|
|
|
5062
5720
|
readonly referenceFilters?: string[] | undefined;
|
|
5063
5721
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5064
5722
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5065
|
-
readonly expression?:
|
|
5723
|
+
readonly expression?: {
|
|
5724
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5725
|
+
source?: string | undefined;
|
|
5726
|
+
ast?: unknown;
|
|
5727
|
+
meta?: {
|
|
5728
|
+
rationale?: string | undefined;
|
|
5729
|
+
generatedBy?: string | undefined;
|
|
5730
|
+
} | undefined;
|
|
5731
|
+
} | undefined;
|
|
5066
5732
|
readonly summaryOperations?: {
|
|
5067
5733
|
object: string;
|
|
5068
5734
|
field: string;
|
|
@@ -5161,7 +5827,15 @@ declare const SysActivity: Omit<{
|
|
|
5161
5827
|
threshold: number;
|
|
5162
5828
|
} | undefined;
|
|
5163
5829
|
} | undefined;
|
|
5164
|
-
readonly conditionalRequired?:
|
|
5830
|
+
readonly conditionalRequired?: {
|
|
5831
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5832
|
+
source?: string | undefined;
|
|
5833
|
+
ast?: unknown;
|
|
5834
|
+
meta?: {
|
|
5835
|
+
rationale?: string | undefined;
|
|
5836
|
+
generatedBy?: string | undefined;
|
|
5837
|
+
} | undefined;
|
|
5838
|
+
} | undefined;
|
|
5165
5839
|
readonly hidden?: boolean | undefined;
|
|
5166
5840
|
readonly sortable?: boolean | undefined;
|
|
5167
5841
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -5220,7 +5894,15 @@ declare const SysActivity: Omit<{
|
|
|
5220
5894
|
readonly referenceFilters?: string[] | undefined;
|
|
5221
5895
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5222
5896
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5223
|
-
readonly expression?:
|
|
5897
|
+
readonly expression?: {
|
|
5898
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5899
|
+
source?: string | undefined;
|
|
5900
|
+
ast?: unknown;
|
|
5901
|
+
meta?: {
|
|
5902
|
+
rationale?: string | undefined;
|
|
5903
|
+
generatedBy?: string | undefined;
|
|
5904
|
+
} | undefined;
|
|
5905
|
+
} | undefined;
|
|
5224
5906
|
readonly summaryOperations?: {
|
|
5225
5907
|
object: string;
|
|
5226
5908
|
field: string;
|
|
@@ -5319,7 +6001,15 @@ declare const SysActivity: Omit<{
|
|
|
5319
6001
|
threshold: number;
|
|
5320
6002
|
} | undefined;
|
|
5321
6003
|
} | undefined;
|
|
5322
|
-
readonly conditionalRequired?:
|
|
6004
|
+
readonly conditionalRequired?: {
|
|
6005
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6006
|
+
source?: string | undefined;
|
|
6007
|
+
ast?: unknown;
|
|
6008
|
+
meta?: {
|
|
6009
|
+
rationale?: string | undefined;
|
|
6010
|
+
generatedBy?: string | undefined;
|
|
6011
|
+
} | undefined;
|
|
6012
|
+
} | undefined;
|
|
5323
6013
|
readonly hidden?: boolean | undefined;
|
|
5324
6014
|
readonly sortable?: boolean | undefined;
|
|
5325
6015
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -5378,7 +6068,15 @@ declare const SysActivity: Omit<{
|
|
|
5378
6068
|
readonly referenceFilters?: string[] | undefined;
|
|
5379
6069
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5380
6070
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5381
|
-
readonly expression?:
|
|
6071
|
+
readonly expression?: {
|
|
6072
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6073
|
+
source?: string | undefined;
|
|
6074
|
+
ast?: unknown;
|
|
6075
|
+
meta?: {
|
|
6076
|
+
rationale?: string | undefined;
|
|
6077
|
+
generatedBy?: string | undefined;
|
|
6078
|
+
} | undefined;
|
|
6079
|
+
} | undefined;
|
|
5382
6080
|
readonly summaryOperations?: {
|
|
5383
6081
|
object: string;
|
|
5384
6082
|
field: string;
|
|
@@ -5477,7 +6175,15 @@ declare const SysActivity: Omit<{
|
|
|
5477
6175
|
threshold: number;
|
|
5478
6176
|
} | undefined;
|
|
5479
6177
|
} | undefined;
|
|
5480
|
-
readonly conditionalRequired?:
|
|
6178
|
+
readonly conditionalRequired?: {
|
|
6179
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6180
|
+
source?: string | undefined;
|
|
6181
|
+
ast?: unknown;
|
|
6182
|
+
meta?: {
|
|
6183
|
+
rationale?: string | undefined;
|
|
6184
|
+
generatedBy?: string | undefined;
|
|
6185
|
+
} | undefined;
|
|
6186
|
+
} | undefined;
|
|
5481
6187
|
readonly hidden?: boolean | undefined;
|
|
5482
6188
|
readonly sortable?: boolean | undefined;
|
|
5483
6189
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -5536,7 +6242,15 @@ declare const SysActivity: Omit<{
|
|
|
5536
6242
|
readonly referenceFilters?: string[] | undefined;
|
|
5537
6243
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5538
6244
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5539
|
-
readonly expression?:
|
|
6245
|
+
readonly expression?: {
|
|
6246
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6247
|
+
source?: string | undefined;
|
|
6248
|
+
ast?: unknown;
|
|
6249
|
+
meta?: {
|
|
6250
|
+
rationale?: string | undefined;
|
|
6251
|
+
generatedBy?: string | undefined;
|
|
6252
|
+
} | undefined;
|
|
6253
|
+
} | undefined;
|
|
5540
6254
|
readonly summaryOperations?: {
|
|
5541
6255
|
object: string;
|
|
5542
6256
|
field: string;
|
|
@@ -5635,7 +6349,15 @@ declare const SysActivity: Omit<{
|
|
|
5635
6349
|
threshold: number;
|
|
5636
6350
|
} | undefined;
|
|
5637
6351
|
} | undefined;
|
|
5638
|
-
readonly conditionalRequired?:
|
|
6352
|
+
readonly conditionalRequired?: {
|
|
6353
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6354
|
+
source?: string | undefined;
|
|
6355
|
+
ast?: unknown;
|
|
6356
|
+
meta?: {
|
|
6357
|
+
rationale?: string | undefined;
|
|
6358
|
+
generatedBy?: string | undefined;
|
|
6359
|
+
} | undefined;
|
|
6360
|
+
} | undefined;
|
|
5639
6361
|
readonly hidden?: boolean | undefined;
|
|
5640
6362
|
readonly sortable?: boolean | undefined;
|
|
5641
6363
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -5694,7 +6416,15 @@ declare const SysActivity: Omit<{
|
|
|
5694
6416
|
readonly referenceFilters?: string[] | undefined;
|
|
5695
6417
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5696
6418
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5697
|
-
readonly expression?:
|
|
6419
|
+
readonly expression?: {
|
|
6420
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6421
|
+
source?: string | undefined;
|
|
6422
|
+
ast?: unknown;
|
|
6423
|
+
meta?: {
|
|
6424
|
+
rationale?: string | undefined;
|
|
6425
|
+
generatedBy?: string | undefined;
|
|
6426
|
+
} | undefined;
|
|
6427
|
+
} | undefined;
|
|
5698
6428
|
readonly summaryOperations?: {
|
|
5699
6429
|
object: string;
|
|
5700
6430
|
field: string;
|
|
@@ -5793,7 +6523,15 @@ declare const SysActivity: Omit<{
|
|
|
5793
6523
|
threshold: number;
|
|
5794
6524
|
} | undefined;
|
|
5795
6525
|
} | undefined;
|
|
5796
|
-
readonly conditionalRequired?:
|
|
6526
|
+
readonly conditionalRequired?: {
|
|
6527
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6528
|
+
source?: string | undefined;
|
|
6529
|
+
ast?: unknown;
|
|
6530
|
+
meta?: {
|
|
6531
|
+
rationale?: string | undefined;
|
|
6532
|
+
generatedBy?: string | undefined;
|
|
6533
|
+
} | undefined;
|
|
6534
|
+
} | undefined;
|
|
5797
6535
|
readonly hidden?: boolean | undefined;
|
|
5798
6536
|
readonly sortable?: boolean | undefined;
|
|
5799
6537
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -5852,7 +6590,15 @@ declare const SysActivity: Omit<{
|
|
|
5852
6590
|
readonly referenceFilters?: string[] | undefined;
|
|
5853
6591
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5854
6592
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5855
|
-
readonly expression?:
|
|
6593
|
+
readonly expression?: {
|
|
6594
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6595
|
+
source?: string | undefined;
|
|
6596
|
+
ast?: unknown;
|
|
6597
|
+
meta?: {
|
|
6598
|
+
rationale?: string | undefined;
|
|
6599
|
+
generatedBy?: string | undefined;
|
|
6600
|
+
} | undefined;
|
|
6601
|
+
} | undefined;
|
|
5856
6602
|
readonly summaryOperations?: {
|
|
5857
6603
|
object: string;
|
|
5858
6604
|
field: string;
|
|
@@ -5951,7 +6697,15 @@ declare const SysActivity: Omit<{
|
|
|
5951
6697
|
threshold: number;
|
|
5952
6698
|
} | undefined;
|
|
5953
6699
|
} | undefined;
|
|
5954
|
-
readonly conditionalRequired?:
|
|
6700
|
+
readonly conditionalRequired?: {
|
|
6701
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6702
|
+
source?: string | undefined;
|
|
6703
|
+
ast?: unknown;
|
|
6704
|
+
meta?: {
|
|
6705
|
+
rationale?: string | undefined;
|
|
6706
|
+
generatedBy?: string | undefined;
|
|
6707
|
+
} | undefined;
|
|
6708
|
+
} | undefined;
|
|
5955
6709
|
readonly hidden?: boolean | undefined;
|
|
5956
6710
|
readonly sortable?: boolean | undefined;
|
|
5957
6711
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -6010,7 +6764,15 @@ declare const SysActivity: Omit<{
|
|
|
6010
6764
|
readonly referenceFilters?: string[] | undefined;
|
|
6011
6765
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
6012
6766
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
6013
|
-
readonly expression?:
|
|
6767
|
+
readonly expression?: {
|
|
6768
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6769
|
+
source?: string | undefined;
|
|
6770
|
+
ast?: unknown;
|
|
6771
|
+
meta?: {
|
|
6772
|
+
rationale?: string | undefined;
|
|
6773
|
+
generatedBy?: string | undefined;
|
|
6774
|
+
} | undefined;
|
|
6775
|
+
} | undefined;
|
|
6014
6776
|
readonly summaryOperations?: {
|
|
6015
6777
|
object: string;
|
|
6016
6778
|
field: string;
|
|
@@ -6109,7 +6871,15 @@ declare const SysActivity: Omit<{
|
|
|
6109
6871
|
threshold: number;
|
|
6110
6872
|
} | undefined;
|
|
6111
6873
|
} | undefined;
|
|
6112
|
-
readonly conditionalRequired?:
|
|
6874
|
+
readonly conditionalRequired?: {
|
|
6875
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6876
|
+
source?: string | undefined;
|
|
6877
|
+
ast?: unknown;
|
|
6878
|
+
meta?: {
|
|
6879
|
+
rationale?: string | undefined;
|
|
6880
|
+
generatedBy?: string | undefined;
|
|
6881
|
+
} | undefined;
|
|
6882
|
+
} | undefined;
|
|
6113
6883
|
readonly hidden?: boolean | undefined;
|
|
6114
6884
|
readonly sortable?: boolean | undefined;
|
|
6115
6885
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -6168,7 +6938,15 @@ declare const SysActivity: Omit<{
|
|
|
6168
6938
|
readonly referenceFilters?: string[] | undefined;
|
|
6169
6939
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
6170
6940
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
6171
|
-
readonly expression?:
|
|
6941
|
+
readonly expression?: {
|
|
6942
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6943
|
+
source?: string | undefined;
|
|
6944
|
+
ast?: unknown;
|
|
6945
|
+
meta?: {
|
|
6946
|
+
rationale?: string | undefined;
|
|
6947
|
+
generatedBy?: string | undefined;
|
|
6948
|
+
} | undefined;
|
|
6949
|
+
} | undefined;
|
|
6172
6950
|
readonly summaryOperations?: {
|
|
6173
6951
|
object: string;
|
|
6174
6952
|
field: string;
|
|
@@ -6267,7 +7045,15 @@ declare const SysActivity: Omit<{
|
|
|
6267
7045
|
threshold: number;
|
|
6268
7046
|
} | undefined;
|
|
6269
7047
|
} | undefined;
|
|
6270
|
-
readonly conditionalRequired?:
|
|
7048
|
+
readonly conditionalRequired?: {
|
|
7049
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7050
|
+
source?: string | undefined;
|
|
7051
|
+
ast?: unknown;
|
|
7052
|
+
meta?: {
|
|
7053
|
+
rationale?: string | undefined;
|
|
7054
|
+
generatedBy?: string | undefined;
|
|
7055
|
+
} | undefined;
|
|
7056
|
+
} | undefined;
|
|
6271
7057
|
readonly hidden?: boolean | undefined;
|
|
6272
7058
|
readonly sortable?: boolean | undefined;
|
|
6273
7059
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -6326,7 +7112,15 @@ declare const SysActivity: Omit<{
|
|
|
6326
7112
|
readonly referenceFilters?: string[] | undefined;
|
|
6327
7113
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
6328
7114
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
6329
|
-
readonly expression?:
|
|
7115
|
+
readonly expression?: {
|
|
7116
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7117
|
+
source?: string | undefined;
|
|
7118
|
+
ast?: unknown;
|
|
7119
|
+
meta?: {
|
|
7120
|
+
rationale?: string | undefined;
|
|
7121
|
+
generatedBy?: string | undefined;
|
|
7122
|
+
} | undefined;
|
|
7123
|
+
} | undefined;
|
|
6330
7124
|
readonly summaryOperations?: {
|
|
6331
7125
|
object: string;
|
|
6332
7126
|
field: string;
|
|
@@ -6425,7 +7219,15 @@ declare const SysActivity: Omit<{
|
|
|
6425
7219
|
threshold: number;
|
|
6426
7220
|
} | undefined;
|
|
6427
7221
|
} | undefined;
|
|
6428
|
-
readonly conditionalRequired?:
|
|
7222
|
+
readonly conditionalRequired?: {
|
|
7223
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7224
|
+
source?: string | undefined;
|
|
7225
|
+
ast?: unknown;
|
|
7226
|
+
meta?: {
|
|
7227
|
+
rationale?: string | undefined;
|
|
7228
|
+
generatedBy?: string | undefined;
|
|
7229
|
+
} | undefined;
|
|
7230
|
+
} | undefined;
|
|
6429
7231
|
readonly hidden?: boolean | undefined;
|
|
6430
7232
|
readonly sortable?: boolean | undefined;
|
|
6431
7233
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -6484,7 +7286,15 @@ declare const SysActivity: Omit<{
|
|
|
6484
7286
|
readonly referenceFilters?: string[] | undefined;
|
|
6485
7287
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
6486
7288
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
6487
|
-
readonly expression?:
|
|
7289
|
+
readonly expression?: {
|
|
7290
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7291
|
+
source?: string | undefined;
|
|
7292
|
+
ast?: unknown;
|
|
7293
|
+
meta?: {
|
|
7294
|
+
rationale?: string | undefined;
|
|
7295
|
+
generatedBy?: string | undefined;
|
|
7296
|
+
} | undefined;
|
|
7297
|
+
} | undefined;
|
|
6488
7298
|
readonly summaryOperations?: {
|
|
6489
7299
|
object: string;
|
|
6490
7300
|
field: string;
|
|
@@ -6583,7 +7393,15 @@ declare const SysActivity: Omit<{
|
|
|
6583
7393
|
threshold: number;
|
|
6584
7394
|
} | undefined;
|
|
6585
7395
|
} | undefined;
|
|
6586
|
-
readonly conditionalRequired?:
|
|
7396
|
+
readonly conditionalRequired?: {
|
|
7397
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7398
|
+
source?: string | undefined;
|
|
7399
|
+
ast?: unknown;
|
|
7400
|
+
meta?: {
|
|
7401
|
+
rationale?: string | undefined;
|
|
7402
|
+
generatedBy?: string | undefined;
|
|
7403
|
+
} | undefined;
|
|
7404
|
+
} | undefined;
|
|
6587
7405
|
readonly hidden?: boolean | undefined;
|
|
6588
7406
|
readonly sortable?: boolean | undefined;
|
|
6589
7407
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -6642,7 +7460,15 @@ declare const SysActivity: Omit<{
|
|
|
6642
7460
|
readonly referenceFilters?: string[] | undefined;
|
|
6643
7461
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
6644
7462
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
6645
|
-
readonly expression?:
|
|
7463
|
+
readonly expression?: {
|
|
7464
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7465
|
+
source?: string | undefined;
|
|
7466
|
+
ast?: unknown;
|
|
7467
|
+
meta?: {
|
|
7468
|
+
rationale?: string | undefined;
|
|
7469
|
+
generatedBy?: string | undefined;
|
|
7470
|
+
} | undefined;
|
|
7471
|
+
} | undefined;
|
|
6646
7472
|
readonly summaryOperations?: {
|
|
6647
7473
|
object: string;
|
|
6648
7474
|
field: string;
|
|
@@ -6741,7 +7567,15 @@ declare const SysActivity: Omit<{
|
|
|
6741
7567
|
threshold: number;
|
|
6742
7568
|
} | undefined;
|
|
6743
7569
|
} | undefined;
|
|
6744
|
-
readonly conditionalRequired?:
|
|
7570
|
+
readonly conditionalRequired?: {
|
|
7571
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7572
|
+
source?: string | undefined;
|
|
7573
|
+
ast?: unknown;
|
|
7574
|
+
meta?: {
|
|
7575
|
+
rationale?: string | undefined;
|
|
7576
|
+
generatedBy?: string | undefined;
|
|
7577
|
+
} | undefined;
|
|
7578
|
+
} | undefined;
|
|
6745
7579
|
readonly hidden?: boolean | undefined;
|
|
6746
7580
|
readonly sortable?: boolean | undefined;
|
|
6747
7581
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -6829,7 +7663,23 @@ declare const SysComment: Omit<{
|
|
|
6829
7663
|
reference?: string | undefined;
|
|
6830
7664
|
referenceFilters?: string[] | undefined;
|
|
6831
7665
|
writeRequiresMasterRead?: boolean | undefined;
|
|
6832
|
-
expression?:
|
|
7666
|
+
expression?: {
|
|
7667
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7668
|
+
source?: string | undefined;
|
|
7669
|
+
ast?: unknown;
|
|
7670
|
+
meta?: {
|
|
7671
|
+
rationale?: string | undefined;
|
|
7672
|
+
generatedBy?: string | undefined;
|
|
7673
|
+
} | undefined;
|
|
7674
|
+
} | {
|
|
7675
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7676
|
+
source?: string | undefined;
|
|
7677
|
+
ast?: unknown;
|
|
7678
|
+
meta?: {
|
|
7679
|
+
rationale?: string | undefined;
|
|
7680
|
+
generatedBy?: string | undefined;
|
|
7681
|
+
} | undefined;
|
|
7682
|
+
} | undefined;
|
|
6833
7683
|
summaryOperations?: {
|
|
6834
7684
|
object: string;
|
|
6835
7685
|
field: string;
|
|
@@ -6947,7 +7797,23 @@ declare const SysComment: Omit<{
|
|
|
6947
7797
|
} | undefined;
|
|
6948
7798
|
} | undefined;
|
|
6949
7799
|
group?: string | undefined;
|
|
6950
|
-
conditionalRequired?:
|
|
7800
|
+
conditionalRequired?: {
|
|
7801
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7802
|
+
source?: string | undefined;
|
|
7803
|
+
ast?: unknown;
|
|
7804
|
+
meta?: {
|
|
7805
|
+
rationale?: string | undefined;
|
|
7806
|
+
generatedBy?: string | undefined;
|
|
7807
|
+
} | undefined;
|
|
7808
|
+
} | {
|
|
7809
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7810
|
+
source?: string | undefined;
|
|
7811
|
+
ast?: unknown;
|
|
7812
|
+
meta?: {
|
|
7813
|
+
rationale?: string | undefined;
|
|
7814
|
+
generatedBy?: string | undefined;
|
|
7815
|
+
} | undefined;
|
|
7816
|
+
} | undefined;
|
|
6951
7817
|
inlineHelpText?: string | undefined;
|
|
6952
7818
|
trackFeedHistory?: boolean | undefined;
|
|
6953
7819
|
caseSensitive?: boolean | undefined;
|
|
@@ -6958,6 +7824,12 @@ declare const SysComment: Omit<{
|
|
|
6958
7824
|
description?: string | undefined;
|
|
6959
7825
|
icon?: string | undefined;
|
|
6960
7826
|
tags?: string[] | undefined;
|
|
7827
|
+
managedBy?: "system" | "better-auth" | "platform" | undefined;
|
|
7828
|
+
systemFields?: false | {
|
|
7829
|
+
tenant?: boolean | undefined;
|
|
7830
|
+
owner?: boolean | undefined;
|
|
7831
|
+
audit?: boolean | undefined;
|
|
7832
|
+
} | undefined;
|
|
6961
7833
|
indexes?: {
|
|
6962
7834
|
fields: string[];
|
|
6963
7835
|
type: "hash" | "btree" | "gin" | "gist" | "fulltext";
|
|
@@ -6971,7 +7843,23 @@ declare const SysComment: Omit<{
|
|
|
6971
7843
|
defaultExpanded: boolean;
|
|
6972
7844
|
icon?: string | undefined;
|
|
6973
7845
|
description?: string | undefined;
|
|
6974
|
-
visibleOn?:
|
|
7846
|
+
visibleOn?: {
|
|
7847
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7848
|
+
source?: string | undefined;
|
|
7849
|
+
ast?: unknown;
|
|
7850
|
+
meta?: {
|
|
7851
|
+
rationale?: string | undefined;
|
|
7852
|
+
generatedBy?: string | undefined;
|
|
7853
|
+
} | undefined;
|
|
7854
|
+
} | {
|
|
7855
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7856
|
+
source?: string | undefined;
|
|
7857
|
+
ast?: unknown;
|
|
7858
|
+
meta?: {
|
|
7859
|
+
rationale?: string | undefined;
|
|
7860
|
+
generatedBy?: string | undefined;
|
|
7861
|
+
} | undefined;
|
|
7862
|
+
} | undefined;
|
|
6975
7863
|
}[] | undefined;
|
|
6976
7864
|
tenancy?: {
|
|
6977
7865
|
enabled: boolean;
|
|
@@ -7038,7 +7926,23 @@ declare const SysComment: Omit<{
|
|
|
7038
7926
|
displayFormat?: string | undefined;
|
|
7039
7927
|
startNumber?: number | undefined;
|
|
7040
7928
|
} | undefined;
|
|
7041
|
-
titleFormat?:
|
|
7929
|
+
titleFormat?: {
|
|
7930
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7931
|
+
source?: string | undefined;
|
|
7932
|
+
ast?: unknown;
|
|
7933
|
+
meta?: {
|
|
7934
|
+
rationale?: string | undefined;
|
|
7935
|
+
generatedBy?: string | undefined;
|
|
7936
|
+
} | undefined;
|
|
7937
|
+
} | {
|
|
7938
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7939
|
+
source?: string | undefined;
|
|
7940
|
+
ast?: unknown;
|
|
7941
|
+
meta?: {
|
|
7942
|
+
rationale?: string | undefined;
|
|
7943
|
+
generatedBy?: string | undefined;
|
|
7944
|
+
} | undefined;
|
|
7945
|
+
} | undefined;
|
|
7042
7946
|
compactLayout?: string[] | undefined;
|
|
7043
7947
|
search?: {
|
|
7044
7948
|
fields: string[];
|
|
@@ -7094,8 +7998,24 @@ declare const SysComment: Omit<{
|
|
|
7094
7998
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
7095
7999
|
confirmText?: string | undefined;
|
|
7096
8000
|
successMessage?: string | undefined;
|
|
7097
|
-
visible?:
|
|
7098
|
-
|
|
8001
|
+
visible?: {
|
|
8002
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8003
|
+
source?: string | undefined;
|
|
8004
|
+
ast?: unknown;
|
|
8005
|
+
meta?: {
|
|
8006
|
+
rationale?: string | undefined;
|
|
8007
|
+
generatedBy?: string | undefined;
|
|
8008
|
+
} | undefined;
|
|
8009
|
+
} | undefined;
|
|
8010
|
+
disabled?: boolean | {
|
|
8011
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8012
|
+
source?: string | undefined;
|
|
8013
|
+
ast?: unknown;
|
|
8014
|
+
meta?: {
|
|
8015
|
+
rationale?: string | undefined;
|
|
8016
|
+
generatedBy?: string | undefined;
|
|
8017
|
+
} | undefined;
|
|
8018
|
+
} | undefined;
|
|
7099
8019
|
shortcut?: string | undefined;
|
|
7100
8020
|
bulkEnabled?: boolean | undefined;
|
|
7101
8021
|
timeout?: number | undefined;
|
|
@@ -7165,7 +8085,15 @@ declare const SysComment: Omit<{
|
|
|
7165
8085
|
readonly referenceFilters?: string[] | undefined;
|
|
7166
8086
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
7167
8087
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
7168
|
-
readonly expression?:
|
|
8088
|
+
readonly expression?: {
|
|
8089
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8090
|
+
source?: string | undefined;
|
|
8091
|
+
ast?: unknown;
|
|
8092
|
+
meta?: {
|
|
8093
|
+
rationale?: string | undefined;
|
|
8094
|
+
generatedBy?: string | undefined;
|
|
8095
|
+
} | undefined;
|
|
8096
|
+
} | undefined;
|
|
7169
8097
|
readonly summaryOperations?: {
|
|
7170
8098
|
object: string;
|
|
7171
8099
|
field: string;
|
|
@@ -7264,7 +8192,15 @@ declare const SysComment: Omit<{
|
|
|
7264
8192
|
threshold: number;
|
|
7265
8193
|
} | undefined;
|
|
7266
8194
|
} | undefined;
|
|
7267
|
-
readonly conditionalRequired?:
|
|
8195
|
+
readonly conditionalRequired?: {
|
|
8196
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8197
|
+
source?: string | undefined;
|
|
8198
|
+
ast?: unknown;
|
|
8199
|
+
meta?: {
|
|
8200
|
+
rationale?: string | undefined;
|
|
8201
|
+
generatedBy?: string | undefined;
|
|
8202
|
+
} | undefined;
|
|
8203
|
+
} | undefined;
|
|
7268
8204
|
readonly hidden?: boolean | undefined;
|
|
7269
8205
|
readonly sortable?: boolean | undefined;
|
|
7270
8206
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -7323,7 +8259,15 @@ declare const SysComment: Omit<{
|
|
|
7323
8259
|
readonly referenceFilters?: string[] | undefined;
|
|
7324
8260
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
7325
8261
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
7326
|
-
readonly expression?:
|
|
8262
|
+
readonly expression?: {
|
|
8263
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8264
|
+
source?: string | undefined;
|
|
8265
|
+
ast?: unknown;
|
|
8266
|
+
meta?: {
|
|
8267
|
+
rationale?: string | undefined;
|
|
8268
|
+
generatedBy?: string | undefined;
|
|
8269
|
+
} | undefined;
|
|
8270
|
+
} | undefined;
|
|
7327
8271
|
readonly summaryOperations?: {
|
|
7328
8272
|
object: string;
|
|
7329
8273
|
field: string;
|
|
@@ -7422,7 +8366,15 @@ declare const SysComment: Omit<{
|
|
|
7422
8366
|
threshold: number;
|
|
7423
8367
|
} | undefined;
|
|
7424
8368
|
} | undefined;
|
|
7425
|
-
readonly conditionalRequired?:
|
|
8369
|
+
readonly conditionalRequired?: {
|
|
8370
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8371
|
+
source?: string | undefined;
|
|
8372
|
+
ast?: unknown;
|
|
8373
|
+
meta?: {
|
|
8374
|
+
rationale?: string | undefined;
|
|
8375
|
+
generatedBy?: string | undefined;
|
|
8376
|
+
} | undefined;
|
|
8377
|
+
} | undefined;
|
|
7426
8378
|
readonly hidden?: boolean | undefined;
|
|
7427
8379
|
readonly sortable?: boolean | undefined;
|
|
7428
8380
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -7481,7 +8433,15 @@ declare const SysComment: Omit<{
|
|
|
7481
8433
|
readonly referenceFilters?: string[] | undefined;
|
|
7482
8434
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
7483
8435
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
7484
|
-
readonly expression?:
|
|
8436
|
+
readonly expression?: {
|
|
8437
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8438
|
+
source?: string | undefined;
|
|
8439
|
+
ast?: unknown;
|
|
8440
|
+
meta?: {
|
|
8441
|
+
rationale?: string | undefined;
|
|
8442
|
+
generatedBy?: string | undefined;
|
|
8443
|
+
} | undefined;
|
|
8444
|
+
} | undefined;
|
|
7485
8445
|
readonly summaryOperations?: {
|
|
7486
8446
|
object: string;
|
|
7487
8447
|
field: string;
|
|
@@ -7580,7 +8540,15 @@ declare const SysComment: Omit<{
|
|
|
7580
8540
|
threshold: number;
|
|
7581
8541
|
} | undefined;
|
|
7582
8542
|
} | undefined;
|
|
7583
|
-
readonly conditionalRequired?:
|
|
8543
|
+
readonly conditionalRequired?: {
|
|
8544
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8545
|
+
source?: string | undefined;
|
|
8546
|
+
ast?: unknown;
|
|
8547
|
+
meta?: {
|
|
8548
|
+
rationale?: string | undefined;
|
|
8549
|
+
generatedBy?: string | undefined;
|
|
8550
|
+
} | undefined;
|
|
8551
|
+
} | undefined;
|
|
7584
8552
|
readonly hidden?: boolean | undefined;
|
|
7585
8553
|
readonly sortable?: boolean | undefined;
|
|
7586
8554
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -7639,7 +8607,15 @@ declare const SysComment: Omit<{
|
|
|
7639
8607
|
readonly referenceFilters?: string[] | undefined;
|
|
7640
8608
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
7641
8609
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
7642
|
-
readonly expression?:
|
|
8610
|
+
readonly expression?: {
|
|
8611
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8612
|
+
source?: string | undefined;
|
|
8613
|
+
ast?: unknown;
|
|
8614
|
+
meta?: {
|
|
8615
|
+
rationale?: string | undefined;
|
|
8616
|
+
generatedBy?: string | undefined;
|
|
8617
|
+
} | undefined;
|
|
8618
|
+
} | undefined;
|
|
7643
8619
|
readonly summaryOperations?: {
|
|
7644
8620
|
object: string;
|
|
7645
8621
|
field: string;
|
|
@@ -7738,7 +8714,15 @@ declare const SysComment: Omit<{
|
|
|
7738
8714
|
threshold: number;
|
|
7739
8715
|
} | undefined;
|
|
7740
8716
|
} | undefined;
|
|
7741
|
-
readonly conditionalRequired?:
|
|
8717
|
+
readonly conditionalRequired?: {
|
|
8718
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8719
|
+
source?: string | undefined;
|
|
8720
|
+
ast?: unknown;
|
|
8721
|
+
meta?: {
|
|
8722
|
+
rationale?: string | undefined;
|
|
8723
|
+
generatedBy?: string | undefined;
|
|
8724
|
+
} | undefined;
|
|
8725
|
+
} | undefined;
|
|
7742
8726
|
readonly hidden?: boolean | undefined;
|
|
7743
8727
|
readonly sortable?: boolean | undefined;
|
|
7744
8728
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -7797,7 +8781,15 @@ declare const SysComment: Omit<{
|
|
|
7797
8781
|
readonly referenceFilters?: string[] | undefined;
|
|
7798
8782
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
7799
8783
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
7800
|
-
readonly expression?:
|
|
8784
|
+
readonly expression?: {
|
|
8785
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8786
|
+
source?: string | undefined;
|
|
8787
|
+
ast?: unknown;
|
|
8788
|
+
meta?: {
|
|
8789
|
+
rationale?: string | undefined;
|
|
8790
|
+
generatedBy?: string | undefined;
|
|
8791
|
+
} | undefined;
|
|
8792
|
+
} | undefined;
|
|
7801
8793
|
readonly summaryOperations?: {
|
|
7802
8794
|
object: string;
|
|
7803
8795
|
field: string;
|
|
@@ -7896,7 +8888,15 @@ declare const SysComment: Omit<{
|
|
|
7896
8888
|
threshold: number;
|
|
7897
8889
|
} | undefined;
|
|
7898
8890
|
} | undefined;
|
|
7899
|
-
readonly conditionalRequired?:
|
|
8891
|
+
readonly conditionalRequired?: {
|
|
8892
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8893
|
+
source?: string | undefined;
|
|
8894
|
+
ast?: unknown;
|
|
8895
|
+
meta?: {
|
|
8896
|
+
rationale?: string | undefined;
|
|
8897
|
+
generatedBy?: string | undefined;
|
|
8898
|
+
} | undefined;
|
|
8899
|
+
} | undefined;
|
|
7900
8900
|
readonly hidden?: boolean | undefined;
|
|
7901
8901
|
readonly sortable?: boolean | undefined;
|
|
7902
8902
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -7955,7 +8955,15 @@ declare const SysComment: Omit<{
|
|
|
7955
8955
|
readonly referenceFilters?: string[] | undefined;
|
|
7956
8956
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
7957
8957
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
7958
|
-
readonly expression?:
|
|
8958
|
+
readonly expression?: {
|
|
8959
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8960
|
+
source?: string | undefined;
|
|
8961
|
+
ast?: unknown;
|
|
8962
|
+
meta?: {
|
|
8963
|
+
rationale?: string | undefined;
|
|
8964
|
+
generatedBy?: string | undefined;
|
|
8965
|
+
} | undefined;
|
|
8966
|
+
} | undefined;
|
|
7959
8967
|
readonly summaryOperations?: {
|
|
7960
8968
|
object: string;
|
|
7961
8969
|
field: string;
|
|
@@ -8054,7 +9062,15 @@ declare const SysComment: Omit<{
|
|
|
8054
9062
|
threshold: number;
|
|
8055
9063
|
} | undefined;
|
|
8056
9064
|
} | undefined;
|
|
8057
|
-
readonly conditionalRequired?:
|
|
9065
|
+
readonly conditionalRequired?: {
|
|
9066
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9067
|
+
source?: string | undefined;
|
|
9068
|
+
ast?: unknown;
|
|
9069
|
+
meta?: {
|
|
9070
|
+
rationale?: string | undefined;
|
|
9071
|
+
generatedBy?: string | undefined;
|
|
9072
|
+
} | undefined;
|
|
9073
|
+
} | undefined;
|
|
8058
9074
|
readonly hidden?: boolean | undefined;
|
|
8059
9075
|
readonly sortable?: boolean | undefined;
|
|
8060
9076
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -8113,7 +9129,15 @@ declare const SysComment: Omit<{
|
|
|
8113
9129
|
readonly referenceFilters?: string[] | undefined;
|
|
8114
9130
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
8115
9131
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
8116
|
-
readonly expression?:
|
|
9132
|
+
readonly expression?: {
|
|
9133
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9134
|
+
source?: string | undefined;
|
|
9135
|
+
ast?: unknown;
|
|
9136
|
+
meta?: {
|
|
9137
|
+
rationale?: string | undefined;
|
|
9138
|
+
generatedBy?: string | undefined;
|
|
9139
|
+
} | undefined;
|
|
9140
|
+
} | undefined;
|
|
8117
9141
|
readonly summaryOperations?: {
|
|
8118
9142
|
object: string;
|
|
8119
9143
|
field: string;
|
|
@@ -8212,7 +9236,15 @@ declare const SysComment: Omit<{
|
|
|
8212
9236
|
threshold: number;
|
|
8213
9237
|
} | undefined;
|
|
8214
9238
|
} | undefined;
|
|
8215
|
-
readonly conditionalRequired?:
|
|
9239
|
+
readonly conditionalRequired?: {
|
|
9240
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9241
|
+
source?: string | undefined;
|
|
9242
|
+
ast?: unknown;
|
|
9243
|
+
meta?: {
|
|
9244
|
+
rationale?: string | undefined;
|
|
9245
|
+
generatedBy?: string | undefined;
|
|
9246
|
+
} | undefined;
|
|
9247
|
+
} | undefined;
|
|
8216
9248
|
readonly hidden?: boolean | undefined;
|
|
8217
9249
|
readonly sortable?: boolean | undefined;
|
|
8218
9250
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -8271,7 +9303,15 @@ declare const SysComment: Omit<{
|
|
|
8271
9303
|
readonly referenceFilters?: string[] | undefined;
|
|
8272
9304
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
8273
9305
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
8274
|
-
readonly expression?:
|
|
9306
|
+
readonly expression?: {
|
|
9307
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9308
|
+
source?: string | undefined;
|
|
9309
|
+
ast?: unknown;
|
|
9310
|
+
meta?: {
|
|
9311
|
+
rationale?: string | undefined;
|
|
9312
|
+
generatedBy?: string | undefined;
|
|
9313
|
+
} | undefined;
|
|
9314
|
+
} | undefined;
|
|
8275
9315
|
readonly summaryOperations?: {
|
|
8276
9316
|
object: string;
|
|
8277
9317
|
field: string;
|
|
@@ -8370,7 +9410,15 @@ declare const SysComment: Omit<{
|
|
|
8370
9410
|
threshold: number;
|
|
8371
9411
|
} | undefined;
|
|
8372
9412
|
} | undefined;
|
|
8373
|
-
readonly conditionalRequired?:
|
|
9413
|
+
readonly conditionalRequired?: {
|
|
9414
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9415
|
+
source?: string | undefined;
|
|
9416
|
+
ast?: unknown;
|
|
9417
|
+
meta?: {
|
|
9418
|
+
rationale?: string | undefined;
|
|
9419
|
+
generatedBy?: string | undefined;
|
|
9420
|
+
} | undefined;
|
|
9421
|
+
} | undefined;
|
|
8374
9422
|
readonly hidden?: boolean | undefined;
|
|
8375
9423
|
readonly sortable?: boolean | undefined;
|
|
8376
9424
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -8429,7 +9477,15 @@ declare const SysComment: Omit<{
|
|
|
8429
9477
|
readonly referenceFilters?: string[] | undefined;
|
|
8430
9478
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
8431
9479
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
8432
|
-
readonly expression?:
|
|
9480
|
+
readonly expression?: {
|
|
9481
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9482
|
+
source?: string | undefined;
|
|
9483
|
+
ast?: unknown;
|
|
9484
|
+
meta?: {
|
|
9485
|
+
rationale?: string | undefined;
|
|
9486
|
+
generatedBy?: string | undefined;
|
|
9487
|
+
} | undefined;
|
|
9488
|
+
} | undefined;
|
|
8433
9489
|
readonly summaryOperations?: {
|
|
8434
9490
|
object: string;
|
|
8435
9491
|
field: string;
|
|
@@ -8528,7 +9584,15 @@ declare const SysComment: Omit<{
|
|
|
8528
9584
|
threshold: number;
|
|
8529
9585
|
} | undefined;
|
|
8530
9586
|
} | undefined;
|
|
8531
|
-
readonly conditionalRequired?:
|
|
9587
|
+
readonly conditionalRequired?: {
|
|
9588
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9589
|
+
source?: string | undefined;
|
|
9590
|
+
ast?: unknown;
|
|
9591
|
+
meta?: {
|
|
9592
|
+
rationale?: string | undefined;
|
|
9593
|
+
generatedBy?: string | undefined;
|
|
9594
|
+
} | undefined;
|
|
9595
|
+
} | undefined;
|
|
8532
9596
|
readonly hidden?: boolean | undefined;
|
|
8533
9597
|
readonly sortable?: boolean | undefined;
|
|
8534
9598
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -8587,7 +9651,15 @@ declare const SysComment: Omit<{
|
|
|
8587
9651
|
readonly referenceFilters?: string[] | undefined;
|
|
8588
9652
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
8589
9653
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
8590
|
-
readonly expression?:
|
|
9654
|
+
readonly expression?: {
|
|
9655
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9656
|
+
source?: string | undefined;
|
|
9657
|
+
ast?: unknown;
|
|
9658
|
+
meta?: {
|
|
9659
|
+
rationale?: string | undefined;
|
|
9660
|
+
generatedBy?: string | undefined;
|
|
9661
|
+
} | undefined;
|
|
9662
|
+
} | undefined;
|
|
8591
9663
|
readonly summaryOperations?: {
|
|
8592
9664
|
object: string;
|
|
8593
9665
|
field: string;
|
|
@@ -8686,7 +9758,15 @@ declare const SysComment: Omit<{
|
|
|
8686
9758
|
threshold: number;
|
|
8687
9759
|
} | undefined;
|
|
8688
9760
|
} | undefined;
|
|
8689
|
-
readonly conditionalRequired?:
|
|
9761
|
+
readonly conditionalRequired?: {
|
|
9762
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9763
|
+
source?: string | undefined;
|
|
9764
|
+
ast?: unknown;
|
|
9765
|
+
meta?: {
|
|
9766
|
+
rationale?: string | undefined;
|
|
9767
|
+
generatedBy?: string | undefined;
|
|
9768
|
+
} | undefined;
|
|
9769
|
+
} | undefined;
|
|
8690
9770
|
readonly hidden?: boolean | undefined;
|
|
8691
9771
|
readonly sortable?: boolean | undefined;
|
|
8692
9772
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -8745,7 +9825,15 @@ declare const SysComment: Omit<{
|
|
|
8745
9825
|
readonly referenceFilters?: string[] | undefined;
|
|
8746
9826
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
8747
9827
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
8748
|
-
readonly expression?:
|
|
9828
|
+
readonly expression?: {
|
|
9829
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9830
|
+
source?: string | undefined;
|
|
9831
|
+
ast?: unknown;
|
|
9832
|
+
meta?: {
|
|
9833
|
+
rationale?: string | undefined;
|
|
9834
|
+
generatedBy?: string | undefined;
|
|
9835
|
+
} | undefined;
|
|
9836
|
+
} | undefined;
|
|
8749
9837
|
readonly summaryOperations?: {
|
|
8750
9838
|
object: string;
|
|
8751
9839
|
field: string;
|
|
@@ -8844,7 +9932,15 @@ declare const SysComment: Omit<{
|
|
|
8844
9932
|
threshold: number;
|
|
8845
9933
|
} | undefined;
|
|
8846
9934
|
} | undefined;
|
|
8847
|
-
readonly conditionalRequired?:
|
|
9935
|
+
readonly conditionalRequired?: {
|
|
9936
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9937
|
+
source?: string | undefined;
|
|
9938
|
+
ast?: unknown;
|
|
9939
|
+
meta?: {
|
|
9940
|
+
rationale?: string | undefined;
|
|
9941
|
+
generatedBy?: string | undefined;
|
|
9942
|
+
} | undefined;
|
|
9943
|
+
} | undefined;
|
|
8848
9944
|
readonly hidden?: boolean | undefined;
|
|
8849
9945
|
readonly sortable?: boolean | undefined;
|
|
8850
9946
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -8903,7 +9999,15 @@ declare const SysComment: Omit<{
|
|
|
8903
9999
|
readonly referenceFilters?: string[] | undefined;
|
|
8904
10000
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
8905
10001
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
8906
|
-
readonly expression?:
|
|
10002
|
+
readonly expression?: {
|
|
10003
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10004
|
+
source?: string | undefined;
|
|
10005
|
+
ast?: unknown;
|
|
10006
|
+
meta?: {
|
|
10007
|
+
rationale?: string | undefined;
|
|
10008
|
+
generatedBy?: string | undefined;
|
|
10009
|
+
} | undefined;
|
|
10010
|
+
} | undefined;
|
|
8907
10011
|
readonly summaryOperations?: {
|
|
8908
10012
|
object: string;
|
|
8909
10013
|
field: string;
|
|
@@ -9002,7 +10106,15 @@ declare const SysComment: Omit<{
|
|
|
9002
10106
|
threshold: number;
|
|
9003
10107
|
} | undefined;
|
|
9004
10108
|
} | undefined;
|
|
9005
|
-
readonly conditionalRequired?:
|
|
10109
|
+
readonly conditionalRequired?: {
|
|
10110
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10111
|
+
source?: string | undefined;
|
|
10112
|
+
ast?: unknown;
|
|
10113
|
+
meta?: {
|
|
10114
|
+
rationale?: string | undefined;
|
|
10115
|
+
generatedBy?: string | undefined;
|
|
10116
|
+
} | undefined;
|
|
10117
|
+
} | undefined;
|
|
9006
10118
|
readonly hidden?: boolean | undefined;
|
|
9007
10119
|
readonly sortable?: boolean | undefined;
|
|
9008
10120
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -9061,7 +10173,15 @@ declare const SysComment: Omit<{
|
|
|
9061
10173
|
readonly referenceFilters?: string[] | undefined;
|
|
9062
10174
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
9063
10175
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
9064
|
-
readonly expression?:
|
|
10176
|
+
readonly expression?: {
|
|
10177
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10178
|
+
source?: string | undefined;
|
|
10179
|
+
ast?: unknown;
|
|
10180
|
+
meta?: {
|
|
10181
|
+
rationale?: string | undefined;
|
|
10182
|
+
generatedBy?: string | undefined;
|
|
10183
|
+
} | undefined;
|
|
10184
|
+
} | undefined;
|
|
9065
10185
|
readonly summaryOperations?: {
|
|
9066
10186
|
object: string;
|
|
9067
10187
|
field: string;
|
|
@@ -9160,7 +10280,15 @@ declare const SysComment: Omit<{
|
|
|
9160
10280
|
threshold: number;
|
|
9161
10281
|
} | undefined;
|
|
9162
10282
|
} | undefined;
|
|
9163
|
-
readonly conditionalRequired?:
|
|
10283
|
+
readonly conditionalRequired?: {
|
|
10284
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10285
|
+
source?: string | undefined;
|
|
10286
|
+
ast?: unknown;
|
|
10287
|
+
meta?: {
|
|
10288
|
+
rationale?: string | undefined;
|
|
10289
|
+
generatedBy?: string | undefined;
|
|
10290
|
+
} | undefined;
|
|
10291
|
+
} | undefined;
|
|
9164
10292
|
readonly hidden?: boolean | undefined;
|
|
9165
10293
|
readonly sortable?: boolean | undefined;
|
|
9166
10294
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -9219,7 +10347,15 @@ declare const SysComment: Omit<{
|
|
|
9219
10347
|
readonly referenceFilters?: string[] | undefined;
|
|
9220
10348
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
9221
10349
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
9222
|
-
readonly expression?:
|
|
10350
|
+
readonly expression?: {
|
|
10351
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10352
|
+
source?: string | undefined;
|
|
10353
|
+
ast?: unknown;
|
|
10354
|
+
meta?: {
|
|
10355
|
+
rationale?: string | undefined;
|
|
10356
|
+
generatedBy?: string | undefined;
|
|
10357
|
+
} | undefined;
|
|
10358
|
+
} | undefined;
|
|
9223
10359
|
readonly summaryOperations?: {
|
|
9224
10360
|
object: string;
|
|
9225
10361
|
field: string;
|
|
@@ -9318,7 +10454,15 @@ declare const SysComment: Omit<{
|
|
|
9318
10454
|
threshold: number;
|
|
9319
10455
|
} | undefined;
|
|
9320
10456
|
} | undefined;
|
|
9321
|
-
readonly conditionalRequired?:
|
|
10457
|
+
readonly conditionalRequired?: {
|
|
10458
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10459
|
+
source?: string | undefined;
|
|
10460
|
+
ast?: unknown;
|
|
10461
|
+
meta?: {
|
|
10462
|
+
rationale?: string | undefined;
|
|
10463
|
+
generatedBy?: string | undefined;
|
|
10464
|
+
} | undefined;
|
|
10465
|
+
} | undefined;
|
|
9322
10466
|
readonly hidden?: boolean | undefined;
|
|
9323
10467
|
readonly sortable?: boolean | undefined;
|
|
9324
10468
|
readonly inlineHelpText?: string | undefined;
|
|
@@ -9377,7 +10521,15 @@ declare const SysComment: Omit<{
|
|
|
9377
10521
|
readonly referenceFilters?: string[] | undefined;
|
|
9378
10522
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
9379
10523
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
9380
|
-
readonly expression?:
|
|
10524
|
+
readonly expression?: {
|
|
10525
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10526
|
+
source?: string | undefined;
|
|
10527
|
+
ast?: unknown;
|
|
10528
|
+
meta?: {
|
|
10529
|
+
rationale?: string | undefined;
|
|
10530
|
+
generatedBy?: string | undefined;
|
|
10531
|
+
} | undefined;
|
|
10532
|
+
} | undefined;
|
|
9381
10533
|
readonly summaryOperations?: {
|
|
9382
10534
|
object: string;
|
|
9383
10535
|
field: string;
|
|
@@ -9476,7 +10628,15 @@ declare const SysComment: Omit<{
|
|
|
9476
10628
|
threshold: number;
|
|
9477
10629
|
} | undefined;
|
|
9478
10630
|
} | undefined;
|
|
9479
|
-
readonly conditionalRequired?:
|
|
10631
|
+
readonly conditionalRequired?: {
|
|
10632
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10633
|
+
source?: string | undefined;
|
|
10634
|
+
ast?: unknown;
|
|
10635
|
+
meta?: {
|
|
10636
|
+
rationale?: string | undefined;
|
|
10637
|
+
generatedBy?: string | undefined;
|
|
10638
|
+
} | undefined;
|
|
10639
|
+
} | undefined;
|
|
9480
10640
|
readonly hidden?: boolean | undefined;
|
|
9481
10641
|
readonly sortable?: boolean | undefined;
|
|
9482
10642
|
readonly inlineHelpText?: string | undefined;
|