@objectstack/plugin-sharing 7.8.0 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +33 -0
- package/dist/index.d.mts +1680 -35
- package/dist/index.d.ts +1680 -35
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -73,6 +73,13 @@ declare const SysRecordShare: Omit<{
|
|
|
73
73
|
reference?: string | undefined;
|
|
74
74
|
referenceFilters?: string[] | undefined;
|
|
75
75
|
writeRequiresMasterRead?: boolean | undefined;
|
|
76
|
+
inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
77
|
+
inlineTitle?: string | undefined;
|
|
78
|
+
inlineColumns?: any[] | undefined;
|
|
79
|
+
inlineAmountField?: string | undefined;
|
|
80
|
+
relatedList?: boolean | undefined;
|
|
81
|
+
relatedListTitle?: string | undefined;
|
|
82
|
+
relatedListColumns?: any[] | undefined;
|
|
76
83
|
expression?: {
|
|
77
84
|
dialect: "cel" | "js" | "cron" | "template";
|
|
78
85
|
source?: string | undefined;
|
|
@@ -94,6 +101,7 @@ declare const SysRecordShare: Omit<{
|
|
|
94
101
|
object: string;
|
|
95
102
|
field: string;
|
|
96
103
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
104
|
+
relationshipField?: string | undefined;
|
|
97
105
|
} | undefined;
|
|
98
106
|
language?: string | undefined;
|
|
99
107
|
theme?: string | undefined;
|
|
@@ -207,6 +215,57 @@ declare const SysRecordShare: Omit<{
|
|
|
207
215
|
} | undefined;
|
|
208
216
|
} | undefined;
|
|
209
217
|
group?: string | undefined;
|
|
218
|
+
visibleWhen?: {
|
|
219
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
220
|
+
source?: string | undefined;
|
|
221
|
+
ast?: unknown;
|
|
222
|
+
meta?: {
|
|
223
|
+
rationale?: string | undefined;
|
|
224
|
+
generatedBy?: string | undefined;
|
|
225
|
+
} | undefined;
|
|
226
|
+
} | {
|
|
227
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
228
|
+
source?: string | undefined;
|
|
229
|
+
ast?: unknown;
|
|
230
|
+
meta?: {
|
|
231
|
+
rationale?: string | undefined;
|
|
232
|
+
generatedBy?: string | undefined;
|
|
233
|
+
} | undefined;
|
|
234
|
+
} | undefined;
|
|
235
|
+
readonlyWhen?: {
|
|
236
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
237
|
+
source?: string | undefined;
|
|
238
|
+
ast?: unknown;
|
|
239
|
+
meta?: {
|
|
240
|
+
rationale?: string | undefined;
|
|
241
|
+
generatedBy?: string | undefined;
|
|
242
|
+
} | undefined;
|
|
243
|
+
} | {
|
|
244
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
245
|
+
source?: string | undefined;
|
|
246
|
+
ast?: unknown;
|
|
247
|
+
meta?: {
|
|
248
|
+
rationale?: string | undefined;
|
|
249
|
+
generatedBy?: string | undefined;
|
|
250
|
+
} | undefined;
|
|
251
|
+
} | undefined;
|
|
252
|
+
requiredWhen?: {
|
|
253
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
254
|
+
source?: string | undefined;
|
|
255
|
+
ast?: unknown;
|
|
256
|
+
meta?: {
|
|
257
|
+
rationale?: string | undefined;
|
|
258
|
+
generatedBy?: string | undefined;
|
|
259
|
+
} | undefined;
|
|
260
|
+
} | {
|
|
261
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
262
|
+
source?: string | undefined;
|
|
263
|
+
ast?: unknown;
|
|
264
|
+
meta?: {
|
|
265
|
+
rationale?: string | undefined;
|
|
266
|
+
generatedBy?: string | undefined;
|
|
267
|
+
} | undefined;
|
|
268
|
+
} | undefined;
|
|
210
269
|
conditionalRequired?: {
|
|
211
270
|
dialect: "cel" | "js" | "cron" | "template";
|
|
212
271
|
source?: string | undefined;
|
|
@@ -348,7 +407,7 @@ declare const SysRecordShare: Omit<{
|
|
|
348
407
|
} | undefined;
|
|
349
408
|
compactLayout?: string[] | undefined;
|
|
350
409
|
listViews?: Record<string, {
|
|
351
|
-
type: "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map"
|
|
410
|
+
type: "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
352
411
|
columns: string[] | {
|
|
353
412
|
field: string;
|
|
354
413
|
label?: string | undefined;
|
|
@@ -517,7 +576,7 @@ declare const SysRecordShare: Omit<{
|
|
|
517
576
|
} | undefined;
|
|
518
577
|
appearance?: {
|
|
519
578
|
showDescription: boolean;
|
|
520
|
-
allowedVisualizations?: ("kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "map"
|
|
579
|
+
allowedVisualizations?: ("grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "map")[] | undefined;
|
|
521
580
|
} | undefined;
|
|
522
581
|
tabs?: {
|
|
523
582
|
name: string;
|
|
@@ -537,7 +596,7 @@ declare const SysRecordShare: Omit<{
|
|
|
537
596
|
addRecord?: {
|
|
538
597
|
enabled: boolean;
|
|
539
598
|
position: "top" | "bottom" | "both";
|
|
540
|
-
mode: "
|
|
599
|
+
mode: "form" | "modal" | "inline";
|
|
541
600
|
formView?: string | undefined;
|
|
542
601
|
} | undefined;
|
|
543
602
|
showRecordCount?: boolean | undefined;
|
|
@@ -623,7 +682,7 @@ declare const SysRecordShare: Omit<{
|
|
|
623
682
|
actions?: {
|
|
624
683
|
name: string;
|
|
625
684
|
label: string;
|
|
626
|
-
type: "url" | "
|
|
685
|
+
type: "url" | "form" | "flow" | "api" | "script" | "modal";
|
|
627
686
|
refreshAfter: boolean;
|
|
628
687
|
objectName?: string | undefined;
|
|
629
688
|
icon?: string | undefined;
|
|
@@ -691,7 +750,18 @@ declare const SysRecordShare: Omit<{
|
|
|
691
750
|
} | undefined;
|
|
692
751
|
shortcut?: string | undefined;
|
|
693
752
|
bulkEnabled?: boolean | undefined;
|
|
694
|
-
|
|
753
|
+
ai?: {
|
|
754
|
+
exposed: boolean;
|
|
755
|
+
description?: string | undefined;
|
|
756
|
+
category?: "action" | "data" | "flow" | "integration" | "vector_search" | "analytics" | "utility" | undefined;
|
|
757
|
+
paramHints?: Record<string, {
|
|
758
|
+
description?: string | undefined;
|
|
759
|
+
enum?: (string | number)[] | undefined;
|
|
760
|
+
examples?: unknown[] | undefined;
|
|
761
|
+
}> | undefined;
|
|
762
|
+
outputSchema?: Record<string, unknown> | undefined;
|
|
763
|
+
requiresConfirmation?: boolean | undefined;
|
|
764
|
+
} | undefined;
|
|
695
765
|
recordIdParam?: string | undefined;
|
|
696
766
|
recordIdField?: string | undefined;
|
|
697
767
|
bodyShape?: "flat" | {
|
|
@@ -915,6 +985,13 @@ declare const SysRecordShare: Omit<{
|
|
|
915
985
|
readonly referenceFilters?: string[] | undefined;
|
|
916
986
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
917
987
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
988
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
989
|
+
readonly inlineTitle?: string | undefined;
|
|
990
|
+
readonly inlineColumns?: any[] | undefined;
|
|
991
|
+
readonly inlineAmountField?: string | undefined;
|
|
992
|
+
readonly relatedList?: boolean | undefined;
|
|
993
|
+
readonly relatedListTitle?: string | undefined;
|
|
994
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
918
995
|
readonly expression?: {
|
|
919
996
|
dialect: "cel" | "js" | "cron" | "template";
|
|
920
997
|
source?: string | undefined;
|
|
@@ -928,6 +1005,7 @@ declare const SysRecordShare: Omit<{
|
|
|
928
1005
|
object: string;
|
|
929
1006
|
field: string;
|
|
930
1007
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
1008
|
+
relationshipField?: string | undefined;
|
|
931
1009
|
} | undefined;
|
|
932
1010
|
readonly language?: string | undefined;
|
|
933
1011
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -1022,6 +1100,33 @@ declare const SysRecordShare: Omit<{
|
|
|
1022
1100
|
threshold: number;
|
|
1023
1101
|
} | undefined;
|
|
1024
1102
|
} | undefined;
|
|
1103
|
+
readonly visibleWhen?: {
|
|
1104
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1105
|
+
source?: string | undefined;
|
|
1106
|
+
ast?: unknown;
|
|
1107
|
+
meta?: {
|
|
1108
|
+
rationale?: string | undefined;
|
|
1109
|
+
generatedBy?: string | undefined;
|
|
1110
|
+
} | undefined;
|
|
1111
|
+
} | undefined;
|
|
1112
|
+
readonly readonlyWhen?: {
|
|
1113
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1114
|
+
source?: string | undefined;
|
|
1115
|
+
ast?: unknown;
|
|
1116
|
+
meta?: {
|
|
1117
|
+
rationale?: string | undefined;
|
|
1118
|
+
generatedBy?: string | undefined;
|
|
1119
|
+
} | undefined;
|
|
1120
|
+
} | undefined;
|
|
1121
|
+
readonly requiredWhen?: {
|
|
1122
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1123
|
+
source?: string | undefined;
|
|
1124
|
+
ast?: unknown;
|
|
1125
|
+
meta?: {
|
|
1126
|
+
rationale?: string | undefined;
|
|
1127
|
+
generatedBy?: string | undefined;
|
|
1128
|
+
} | undefined;
|
|
1129
|
+
} | undefined;
|
|
1025
1130
|
readonly conditionalRequired?: {
|
|
1026
1131
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1027
1132
|
source?: string | undefined;
|
|
@@ -1090,6 +1195,13 @@ declare const SysRecordShare: Omit<{
|
|
|
1090
1195
|
readonly referenceFilters?: string[] | undefined;
|
|
1091
1196
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1092
1197
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1198
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
1199
|
+
readonly inlineTitle?: string | undefined;
|
|
1200
|
+
readonly inlineColumns?: any[] | undefined;
|
|
1201
|
+
readonly inlineAmountField?: string | undefined;
|
|
1202
|
+
readonly relatedList?: boolean | undefined;
|
|
1203
|
+
readonly relatedListTitle?: string | undefined;
|
|
1204
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
1093
1205
|
readonly expression?: {
|
|
1094
1206
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1095
1207
|
source?: string | undefined;
|
|
@@ -1103,6 +1215,7 @@ declare const SysRecordShare: Omit<{
|
|
|
1103
1215
|
object: string;
|
|
1104
1216
|
field: string;
|
|
1105
1217
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
1218
|
+
relationshipField?: string | undefined;
|
|
1106
1219
|
} | undefined;
|
|
1107
1220
|
readonly language?: string | undefined;
|
|
1108
1221
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -1197,6 +1310,33 @@ declare const SysRecordShare: Omit<{
|
|
|
1197
1310
|
threshold: number;
|
|
1198
1311
|
} | undefined;
|
|
1199
1312
|
} | undefined;
|
|
1313
|
+
readonly visibleWhen?: {
|
|
1314
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1315
|
+
source?: string | undefined;
|
|
1316
|
+
ast?: unknown;
|
|
1317
|
+
meta?: {
|
|
1318
|
+
rationale?: string | undefined;
|
|
1319
|
+
generatedBy?: string | undefined;
|
|
1320
|
+
} | undefined;
|
|
1321
|
+
} | undefined;
|
|
1322
|
+
readonly readonlyWhen?: {
|
|
1323
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1324
|
+
source?: string | undefined;
|
|
1325
|
+
ast?: unknown;
|
|
1326
|
+
meta?: {
|
|
1327
|
+
rationale?: string | undefined;
|
|
1328
|
+
generatedBy?: string | undefined;
|
|
1329
|
+
} | undefined;
|
|
1330
|
+
} | undefined;
|
|
1331
|
+
readonly requiredWhen?: {
|
|
1332
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1333
|
+
source?: string | undefined;
|
|
1334
|
+
ast?: unknown;
|
|
1335
|
+
meta?: {
|
|
1336
|
+
rationale?: string | undefined;
|
|
1337
|
+
generatedBy?: string | undefined;
|
|
1338
|
+
} | undefined;
|
|
1339
|
+
} | undefined;
|
|
1200
1340
|
readonly conditionalRequired?: {
|
|
1201
1341
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1202
1342
|
source?: string | undefined;
|
|
@@ -1265,6 +1405,13 @@ declare const SysRecordShare: Omit<{
|
|
|
1265
1405
|
readonly referenceFilters?: string[] | undefined;
|
|
1266
1406
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1267
1407
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1408
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
1409
|
+
readonly inlineTitle?: string | undefined;
|
|
1410
|
+
readonly inlineColumns?: any[] | undefined;
|
|
1411
|
+
readonly inlineAmountField?: string | undefined;
|
|
1412
|
+
readonly relatedList?: boolean | undefined;
|
|
1413
|
+
readonly relatedListTitle?: string | undefined;
|
|
1414
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
1268
1415
|
readonly expression?: {
|
|
1269
1416
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1270
1417
|
source?: string | undefined;
|
|
@@ -1278,6 +1425,7 @@ declare const SysRecordShare: Omit<{
|
|
|
1278
1425
|
object: string;
|
|
1279
1426
|
field: string;
|
|
1280
1427
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
1428
|
+
relationshipField?: string | undefined;
|
|
1281
1429
|
} | undefined;
|
|
1282
1430
|
readonly language?: string | undefined;
|
|
1283
1431
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -1372,6 +1520,33 @@ declare const SysRecordShare: Omit<{
|
|
|
1372
1520
|
threshold: number;
|
|
1373
1521
|
} | undefined;
|
|
1374
1522
|
} | undefined;
|
|
1523
|
+
readonly visibleWhen?: {
|
|
1524
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1525
|
+
source?: string | undefined;
|
|
1526
|
+
ast?: unknown;
|
|
1527
|
+
meta?: {
|
|
1528
|
+
rationale?: string | undefined;
|
|
1529
|
+
generatedBy?: string | undefined;
|
|
1530
|
+
} | undefined;
|
|
1531
|
+
} | undefined;
|
|
1532
|
+
readonly readonlyWhen?: {
|
|
1533
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1534
|
+
source?: string | undefined;
|
|
1535
|
+
ast?: unknown;
|
|
1536
|
+
meta?: {
|
|
1537
|
+
rationale?: string | undefined;
|
|
1538
|
+
generatedBy?: string | undefined;
|
|
1539
|
+
} | undefined;
|
|
1540
|
+
} | undefined;
|
|
1541
|
+
readonly requiredWhen?: {
|
|
1542
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1543
|
+
source?: string | undefined;
|
|
1544
|
+
ast?: unknown;
|
|
1545
|
+
meta?: {
|
|
1546
|
+
rationale?: string | undefined;
|
|
1547
|
+
generatedBy?: string | undefined;
|
|
1548
|
+
} | undefined;
|
|
1549
|
+
} | undefined;
|
|
1375
1550
|
readonly conditionalRequired?: {
|
|
1376
1551
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1377
1552
|
source?: string | undefined;
|
|
@@ -1440,6 +1615,13 @@ declare const SysRecordShare: Omit<{
|
|
|
1440
1615
|
readonly referenceFilters?: string[] | undefined;
|
|
1441
1616
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1442
1617
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1618
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
1619
|
+
readonly inlineTitle?: string | undefined;
|
|
1620
|
+
readonly inlineColumns?: any[] | undefined;
|
|
1621
|
+
readonly inlineAmountField?: string | undefined;
|
|
1622
|
+
readonly relatedList?: boolean | undefined;
|
|
1623
|
+
readonly relatedListTitle?: string | undefined;
|
|
1624
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
1443
1625
|
readonly expression?: {
|
|
1444
1626
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1445
1627
|
source?: string | undefined;
|
|
@@ -1453,6 +1635,7 @@ declare const SysRecordShare: Omit<{
|
|
|
1453
1635
|
object: string;
|
|
1454
1636
|
field: string;
|
|
1455
1637
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
1638
|
+
relationshipField?: string | undefined;
|
|
1456
1639
|
} | undefined;
|
|
1457
1640
|
readonly language?: string | undefined;
|
|
1458
1641
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -1547,6 +1730,33 @@ declare const SysRecordShare: Omit<{
|
|
|
1547
1730
|
threshold: number;
|
|
1548
1731
|
} | undefined;
|
|
1549
1732
|
} | undefined;
|
|
1733
|
+
readonly visibleWhen?: {
|
|
1734
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1735
|
+
source?: string | undefined;
|
|
1736
|
+
ast?: unknown;
|
|
1737
|
+
meta?: {
|
|
1738
|
+
rationale?: string | undefined;
|
|
1739
|
+
generatedBy?: string | undefined;
|
|
1740
|
+
} | undefined;
|
|
1741
|
+
} | undefined;
|
|
1742
|
+
readonly readonlyWhen?: {
|
|
1743
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1744
|
+
source?: string | undefined;
|
|
1745
|
+
ast?: unknown;
|
|
1746
|
+
meta?: {
|
|
1747
|
+
rationale?: string | undefined;
|
|
1748
|
+
generatedBy?: string | undefined;
|
|
1749
|
+
} | undefined;
|
|
1750
|
+
} | undefined;
|
|
1751
|
+
readonly requiredWhen?: {
|
|
1752
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1753
|
+
source?: string | undefined;
|
|
1754
|
+
ast?: unknown;
|
|
1755
|
+
meta?: {
|
|
1756
|
+
rationale?: string | undefined;
|
|
1757
|
+
generatedBy?: string | undefined;
|
|
1758
|
+
} | undefined;
|
|
1759
|
+
} | undefined;
|
|
1550
1760
|
readonly conditionalRequired?: {
|
|
1551
1761
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1552
1762
|
source?: string | undefined;
|
|
@@ -1615,6 +1825,13 @@ declare const SysRecordShare: Omit<{
|
|
|
1615
1825
|
readonly referenceFilters?: string[] | undefined;
|
|
1616
1826
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1617
1827
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
1828
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
1829
|
+
readonly inlineTitle?: string | undefined;
|
|
1830
|
+
readonly inlineColumns?: any[] | undefined;
|
|
1831
|
+
readonly inlineAmountField?: string | undefined;
|
|
1832
|
+
readonly relatedList?: boolean | undefined;
|
|
1833
|
+
readonly relatedListTitle?: string | undefined;
|
|
1834
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
1618
1835
|
readonly expression?: {
|
|
1619
1836
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1620
1837
|
source?: string | undefined;
|
|
@@ -1628,6 +1845,7 @@ declare const SysRecordShare: Omit<{
|
|
|
1628
1845
|
object: string;
|
|
1629
1846
|
field: string;
|
|
1630
1847
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
1848
|
+
relationshipField?: string | undefined;
|
|
1631
1849
|
} | undefined;
|
|
1632
1850
|
readonly language?: string | undefined;
|
|
1633
1851
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -1722,6 +1940,33 @@ declare const SysRecordShare: Omit<{
|
|
|
1722
1940
|
threshold: number;
|
|
1723
1941
|
} | undefined;
|
|
1724
1942
|
} | undefined;
|
|
1943
|
+
readonly visibleWhen?: {
|
|
1944
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1945
|
+
source?: string | undefined;
|
|
1946
|
+
ast?: unknown;
|
|
1947
|
+
meta?: {
|
|
1948
|
+
rationale?: string | undefined;
|
|
1949
|
+
generatedBy?: string | undefined;
|
|
1950
|
+
} | undefined;
|
|
1951
|
+
} | undefined;
|
|
1952
|
+
readonly readonlyWhen?: {
|
|
1953
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1954
|
+
source?: string | undefined;
|
|
1955
|
+
ast?: unknown;
|
|
1956
|
+
meta?: {
|
|
1957
|
+
rationale?: string | undefined;
|
|
1958
|
+
generatedBy?: string | undefined;
|
|
1959
|
+
} | undefined;
|
|
1960
|
+
} | undefined;
|
|
1961
|
+
readonly requiredWhen?: {
|
|
1962
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
1963
|
+
source?: string | undefined;
|
|
1964
|
+
ast?: unknown;
|
|
1965
|
+
meta?: {
|
|
1966
|
+
rationale?: string | undefined;
|
|
1967
|
+
generatedBy?: string | undefined;
|
|
1968
|
+
} | undefined;
|
|
1969
|
+
} | undefined;
|
|
1725
1970
|
readonly conditionalRequired?: {
|
|
1726
1971
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1727
1972
|
source?: string | undefined;
|
|
@@ -1790,6 +2035,13 @@ declare const SysRecordShare: Omit<{
|
|
|
1790
2035
|
readonly referenceFilters?: string[] | undefined;
|
|
1791
2036
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1792
2037
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2038
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2039
|
+
readonly inlineTitle?: string | undefined;
|
|
2040
|
+
readonly inlineColumns?: any[] | undefined;
|
|
2041
|
+
readonly inlineAmountField?: string | undefined;
|
|
2042
|
+
readonly relatedList?: boolean | undefined;
|
|
2043
|
+
readonly relatedListTitle?: string | undefined;
|
|
2044
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
1793
2045
|
readonly expression?: {
|
|
1794
2046
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1795
2047
|
source?: string | undefined;
|
|
@@ -1803,6 +2055,7 @@ declare const SysRecordShare: Omit<{
|
|
|
1803
2055
|
object: string;
|
|
1804
2056
|
field: string;
|
|
1805
2057
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
2058
|
+
relationshipField?: string | undefined;
|
|
1806
2059
|
} | undefined;
|
|
1807
2060
|
readonly language?: string | undefined;
|
|
1808
2061
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -1897,6 +2150,33 @@ declare const SysRecordShare: Omit<{
|
|
|
1897
2150
|
threshold: number;
|
|
1898
2151
|
} | undefined;
|
|
1899
2152
|
} | undefined;
|
|
2153
|
+
readonly visibleWhen?: {
|
|
2154
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2155
|
+
source?: string | undefined;
|
|
2156
|
+
ast?: unknown;
|
|
2157
|
+
meta?: {
|
|
2158
|
+
rationale?: string | undefined;
|
|
2159
|
+
generatedBy?: string | undefined;
|
|
2160
|
+
} | undefined;
|
|
2161
|
+
} | undefined;
|
|
2162
|
+
readonly readonlyWhen?: {
|
|
2163
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2164
|
+
source?: string | undefined;
|
|
2165
|
+
ast?: unknown;
|
|
2166
|
+
meta?: {
|
|
2167
|
+
rationale?: string | undefined;
|
|
2168
|
+
generatedBy?: string | undefined;
|
|
2169
|
+
} | undefined;
|
|
2170
|
+
} | undefined;
|
|
2171
|
+
readonly requiredWhen?: {
|
|
2172
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2173
|
+
source?: string | undefined;
|
|
2174
|
+
ast?: unknown;
|
|
2175
|
+
meta?: {
|
|
2176
|
+
rationale?: string | undefined;
|
|
2177
|
+
generatedBy?: string | undefined;
|
|
2178
|
+
} | undefined;
|
|
2179
|
+
} | undefined;
|
|
1900
2180
|
readonly conditionalRequired?: {
|
|
1901
2181
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1902
2182
|
source?: string | undefined;
|
|
@@ -1965,6 +2245,13 @@ declare const SysRecordShare: Omit<{
|
|
|
1965
2245
|
readonly referenceFilters?: string[] | undefined;
|
|
1966
2246
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
1967
2247
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2248
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2249
|
+
readonly inlineTitle?: string | undefined;
|
|
2250
|
+
readonly inlineColumns?: any[] | undefined;
|
|
2251
|
+
readonly inlineAmountField?: string | undefined;
|
|
2252
|
+
readonly relatedList?: boolean | undefined;
|
|
2253
|
+
readonly relatedListTitle?: string | undefined;
|
|
2254
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
1968
2255
|
readonly expression?: {
|
|
1969
2256
|
dialect: "cel" | "js" | "cron" | "template";
|
|
1970
2257
|
source?: string | undefined;
|
|
@@ -1978,6 +2265,7 @@ declare const SysRecordShare: Omit<{
|
|
|
1978
2265
|
object: string;
|
|
1979
2266
|
field: string;
|
|
1980
2267
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
2268
|
+
relationshipField?: string | undefined;
|
|
1981
2269
|
} | undefined;
|
|
1982
2270
|
readonly language?: string | undefined;
|
|
1983
2271
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -2072,6 +2360,33 @@ declare const SysRecordShare: Omit<{
|
|
|
2072
2360
|
threshold: number;
|
|
2073
2361
|
} | undefined;
|
|
2074
2362
|
} | undefined;
|
|
2363
|
+
readonly visibleWhen?: {
|
|
2364
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2365
|
+
source?: string | undefined;
|
|
2366
|
+
ast?: unknown;
|
|
2367
|
+
meta?: {
|
|
2368
|
+
rationale?: string | undefined;
|
|
2369
|
+
generatedBy?: string | undefined;
|
|
2370
|
+
} | undefined;
|
|
2371
|
+
} | undefined;
|
|
2372
|
+
readonly readonlyWhen?: {
|
|
2373
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2374
|
+
source?: string | undefined;
|
|
2375
|
+
ast?: unknown;
|
|
2376
|
+
meta?: {
|
|
2377
|
+
rationale?: string | undefined;
|
|
2378
|
+
generatedBy?: string | undefined;
|
|
2379
|
+
} | undefined;
|
|
2380
|
+
} | undefined;
|
|
2381
|
+
readonly requiredWhen?: {
|
|
2382
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2383
|
+
source?: string | undefined;
|
|
2384
|
+
ast?: unknown;
|
|
2385
|
+
meta?: {
|
|
2386
|
+
rationale?: string | undefined;
|
|
2387
|
+
generatedBy?: string | undefined;
|
|
2388
|
+
} | undefined;
|
|
2389
|
+
} | undefined;
|
|
2075
2390
|
readonly conditionalRequired?: {
|
|
2076
2391
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2077
2392
|
source?: string | undefined;
|
|
@@ -2140,6 +2455,13 @@ declare const SysRecordShare: Omit<{
|
|
|
2140
2455
|
readonly referenceFilters?: string[] | undefined;
|
|
2141
2456
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2142
2457
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2458
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2459
|
+
readonly inlineTitle?: string | undefined;
|
|
2460
|
+
readonly inlineColumns?: any[] | undefined;
|
|
2461
|
+
readonly inlineAmountField?: string | undefined;
|
|
2462
|
+
readonly relatedList?: boolean | undefined;
|
|
2463
|
+
readonly relatedListTitle?: string | undefined;
|
|
2464
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
2143
2465
|
readonly expression?: {
|
|
2144
2466
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2145
2467
|
source?: string | undefined;
|
|
@@ -2153,6 +2475,7 @@ declare const SysRecordShare: Omit<{
|
|
|
2153
2475
|
object: string;
|
|
2154
2476
|
field: string;
|
|
2155
2477
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
2478
|
+
relationshipField?: string | undefined;
|
|
2156
2479
|
} | undefined;
|
|
2157
2480
|
readonly language?: string | undefined;
|
|
2158
2481
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -2247,6 +2570,33 @@ declare const SysRecordShare: Omit<{
|
|
|
2247
2570
|
threshold: number;
|
|
2248
2571
|
} | undefined;
|
|
2249
2572
|
} | undefined;
|
|
2573
|
+
readonly visibleWhen?: {
|
|
2574
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2575
|
+
source?: string | undefined;
|
|
2576
|
+
ast?: unknown;
|
|
2577
|
+
meta?: {
|
|
2578
|
+
rationale?: string | undefined;
|
|
2579
|
+
generatedBy?: string | undefined;
|
|
2580
|
+
} | undefined;
|
|
2581
|
+
} | undefined;
|
|
2582
|
+
readonly readonlyWhen?: {
|
|
2583
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2584
|
+
source?: string | undefined;
|
|
2585
|
+
ast?: unknown;
|
|
2586
|
+
meta?: {
|
|
2587
|
+
rationale?: string | undefined;
|
|
2588
|
+
generatedBy?: string | undefined;
|
|
2589
|
+
} | undefined;
|
|
2590
|
+
} | undefined;
|
|
2591
|
+
readonly requiredWhen?: {
|
|
2592
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2593
|
+
source?: string | undefined;
|
|
2594
|
+
ast?: unknown;
|
|
2595
|
+
meta?: {
|
|
2596
|
+
rationale?: string | undefined;
|
|
2597
|
+
generatedBy?: string | undefined;
|
|
2598
|
+
} | undefined;
|
|
2599
|
+
} | undefined;
|
|
2250
2600
|
readonly conditionalRequired?: {
|
|
2251
2601
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2252
2602
|
source?: string | undefined;
|
|
@@ -2315,6 +2665,13 @@ declare const SysRecordShare: Omit<{
|
|
|
2315
2665
|
readonly referenceFilters?: string[] | undefined;
|
|
2316
2666
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2317
2667
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2668
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2669
|
+
readonly inlineTitle?: string | undefined;
|
|
2670
|
+
readonly inlineColumns?: any[] | undefined;
|
|
2671
|
+
readonly inlineAmountField?: string | undefined;
|
|
2672
|
+
readonly relatedList?: boolean | undefined;
|
|
2673
|
+
readonly relatedListTitle?: string | undefined;
|
|
2674
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
2318
2675
|
readonly expression?: {
|
|
2319
2676
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2320
2677
|
source?: string | undefined;
|
|
@@ -2328,6 +2685,7 @@ declare const SysRecordShare: Omit<{
|
|
|
2328
2685
|
object: string;
|
|
2329
2686
|
field: string;
|
|
2330
2687
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
2688
|
+
relationshipField?: string | undefined;
|
|
2331
2689
|
} | undefined;
|
|
2332
2690
|
readonly language?: string | undefined;
|
|
2333
2691
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -2422,7 +2780,7 @@ declare const SysRecordShare: Omit<{
|
|
|
2422
2780
|
threshold: number;
|
|
2423
2781
|
} | undefined;
|
|
2424
2782
|
} | undefined;
|
|
2425
|
-
readonly
|
|
2783
|
+
readonly visibleWhen?: {
|
|
2426
2784
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2427
2785
|
source?: string | undefined;
|
|
2428
2786
|
ast?: unknown;
|
|
@@ -2431,19 +2789,46 @@ declare const SysRecordShare: Omit<{
|
|
|
2431
2789
|
generatedBy?: string | undefined;
|
|
2432
2790
|
} | undefined;
|
|
2433
2791
|
} | undefined;
|
|
2434
|
-
readonly
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
readonly
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2792
|
+
readonly readonlyWhen?: {
|
|
2793
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2794
|
+
source?: string | undefined;
|
|
2795
|
+
ast?: unknown;
|
|
2796
|
+
meta?: {
|
|
2797
|
+
rationale?: string | undefined;
|
|
2798
|
+
generatedBy?: string | undefined;
|
|
2799
|
+
} | undefined;
|
|
2800
|
+
} | undefined;
|
|
2801
|
+
readonly requiredWhen?: {
|
|
2802
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2803
|
+
source?: string | undefined;
|
|
2804
|
+
ast?: unknown;
|
|
2805
|
+
meta?: {
|
|
2806
|
+
rationale?: string | undefined;
|
|
2807
|
+
generatedBy?: string | undefined;
|
|
2808
|
+
} | undefined;
|
|
2809
|
+
} | undefined;
|
|
2810
|
+
readonly conditionalRequired?: {
|
|
2811
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2812
|
+
source?: string | undefined;
|
|
2813
|
+
ast?: unknown;
|
|
2814
|
+
meta?: {
|
|
2815
|
+
rationale?: string | undefined;
|
|
2816
|
+
generatedBy?: string | undefined;
|
|
2817
|
+
} | undefined;
|
|
2818
|
+
} | undefined;
|
|
2819
|
+
readonly sortable?: boolean | undefined;
|
|
2820
|
+
readonly inlineHelpText?: string | undefined;
|
|
2821
|
+
readonly trackFeedHistory?: boolean | undefined;
|
|
2822
|
+
readonly caseSensitive?: boolean | undefined;
|
|
2823
|
+
readonly autonumberFormat?: string | undefined;
|
|
2824
|
+
readonly index?: boolean | undefined;
|
|
2825
|
+
readonly type: "lookup";
|
|
2826
|
+
};
|
|
2827
|
+
readonly reason: {
|
|
2828
|
+
readonly readonly?: boolean | undefined;
|
|
2829
|
+
readonly format?: string | undefined;
|
|
2830
|
+
readonly options?: {
|
|
2831
|
+
label: string;
|
|
2447
2832
|
value: string;
|
|
2448
2833
|
color?: string | undefined;
|
|
2449
2834
|
default?: boolean | undefined;
|
|
@@ -2490,6 +2875,13 @@ declare const SysRecordShare: Omit<{
|
|
|
2490
2875
|
readonly referenceFilters?: string[] | undefined;
|
|
2491
2876
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2492
2877
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
2878
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
2879
|
+
readonly inlineTitle?: string | undefined;
|
|
2880
|
+
readonly inlineColumns?: any[] | undefined;
|
|
2881
|
+
readonly inlineAmountField?: string | undefined;
|
|
2882
|
+
readonly relatedList?: boolean | undefined;
|
|
2883
|
+
readonly relatedListTitle?: string | undefined;
|
|
2884
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
2493
2885
|
readonly expression?: {
|
|
2494
2886
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2495
2887
|
source?: string | undefined;
|
|
@@ -2503,6 +2895,7 @@ declare const SysRecordShare: Omit<{
|
|
|
2503
2895
|
object: string;
|
|
2504
2896
|
field: string;
|
|
2505
2897
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
2898
|
+
relationshipField?: string | undefined;
|
|
2506
2899
|
} | undefined;
|
|
2507
2900
|
readonly language?: string | undefined;
|
|
2508
2901
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -2597,6 +2990,33 @@ declare const SysRecordShare: Omit<{
|
|
|
2597
2990
|
threshold: number;
|
|
2598
2991
|
} | undefined;
|
|
2599
2992
|
} | undefined;
|
|
2993
|
+
readonly visibleWhen?: {
|
|
2994
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
2995
|
+
source?: string | undefined;
|
|
2996
|
+
ast?: unknown;
|
|
2997
|
+
meta?: {
|
|
2998
|
+
rationale?: string | undefined;
|
|
2999
|
+
generatedBy?: string | undefined;
|
|
3000
|
+
} | undefined;
|
|
3001
|
+
} | undefined;
|
|
3002
|
+
readonly readonlyWhen?: {
|
|
3003
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3004
|
+
source?: string | undefined;
|
|
3005
|
+
ast?: unknown;
|
|
3006
|
+
meta?: {
|
|
3007
|
+
rationale?: string | undefined;
|
|
3008
|
+
generatedBy?: string | undefined;
|
|
3009
|
+
} | undefined;
|
|
3010
|
+
} | undefined;
|
|
3011
|
+
readonly requiredWhen?: {
|
|
3012
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3013
|
+
source?: string | undefined;
|
|
3014
|
+
ast?: unknown;
|
|
3015
|
+
meta?: {
|
|
3016
|
+
rationale?: string | undefined;
|
|
3017
|
+
generatedBy?: string | undefined;
|
|
3018
|
+
} | undefined;
|
|
3019
|
+
} | undefined;
|
|
2600
3020
|
readonly conditionalRequired?: {
|
|
2601
3021
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2602
3022
|
source?: string | undefined;
|
|
@@ -2665,6 +3085,13 @@ declare const SysRecordShare: Omit<{
|
|
|
2665
3085
|
readonly referenceFilters?: string[] | undefined;
|
|
2666
3086
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2667
3087
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3088
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3089
|
+
readonly inlineTitle?: string | undefined;
|
|
3090
|
+
readonly inlineColumns?: any[] | undefined;
|
|
3091
|
+
readonly inlineAmountField?: string | undefined;
|
|
3092
|
+
readonly relatedList?: boolean | undefined;
|
|
3093
|
+
readonly relatedListTitle?: string | undefined;
|
|
3094
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
2668
3095
|
readonly expression?: {
|
|
2669
3096
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2670
3097
|
source?: string | undefined;
|
|
@@ -2678,6 +3105,7 @@ declare const SysRecordShare: Omit<{
|
|
|
2678
3105
|
object: string;
|
|
2679
3106
|
field: string;
|
|
2680
3107
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
3108
|
+
relationshipField?: string | undefined;
|
|
2681
3109
|
} | undefined;
|
|
2682
3110
|
readonly language?: string | undefined;
|
|
2683
3111
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -2772,6 +3200,33 @@ declare const SysRecordShare: Omit<{
|
|
|
2772
3200
|
threshold: number;
|
|
2773
3201
|
} | undefined;
|
|
2774
3202
|
} | undefined;
|
|
3203
|
+
readonly visibleWhen?: {
|
|
3204
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3205
|
+
source?: string | undefined;
|
|
3206
|
+
ast?: unknown;
|
|
3207
|
+
meta?: {
|
|
3208
|
+
rationale?: string | undefined;
|
|
3209
|
+
generatedBy?: string | undefined;
|
|
3210
|
+
} | undefined;
|
|
3211
|
+
} | undefined;
|
|
3212
|
+
readonly readonlyWhen?: {
|
|
3213
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3214
|
+
source?: string | undefined;
|
|
3215
|
+
ast?: unknown;
|
|
3216
|
+
meta?: {
|
|
3217
|
+
rationale?: string | undefined;
|
|
3218
|
+
generatedBy?: string | undefined;
|
|
3219
|
+
} | undefined;
|
|
3220
|
+
} | undefined;
|
|
3221
|
+
readonly requiredWhen?: {
|
|
3222
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3223
|
+
source?: string | undefined;
|
|
3224
|
+
ast?: unknown;
|
|
3225
|
+
meta?: {
|
|
3226
|
+
rationale?: string | undefined;
|
|
3227
|
+
generatedBy?: string | undefined;
|
|
3228
|
+
} | undefined;
|
|
3229
|
+
} | undefined;
|
|
2775
3230
|
readonly conditionalRequired?: {
|
|
2776
3231
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2777
3232
|
source?: string | undefined;
|
|
@@ -2840,6 +3295,13 @@ declare const SysRecordShare: Omit<{
|
|
|
2840
3295
|
readonly referenceFilters?: string[] | undefined;
|
|
2841
3296
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
2842
3297
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
3298
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3299
|
+
readonly inlineTitle?: string | undefined;
|
|
3300
|
+
readonly inlineColumns?: any[] | undefined;
|
|
3301
|
+
readonly inlineAmountField?: string | undefined;
|
|
3302
|
+
readonly relatedList?: boolean | undefined;
|
|
3303
|
+
readonly relatedListTitle?: string | undefined;
|
|
3304
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
2843
3305
|
readonly expression?: {
|
|
2844
3306
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2845
3307
|
source?: string | undefined;
|
|
@@ -2853,6 +3315,7 @@ declare const SysRecordShare: Omit<{
|
|
|
2853
3315
|
object: string;
|
|
2854
3316
|
field: string;
|
|
2855
3317
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
3318
|
+
relationshipField?: string | undefined;
|
|
2856
3319
|
} | undefined;
|
|
2857
3320
|
readonly language?: string | undefined;
|
|
2858
3321
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -2947,6 +3410,33 @@ declare const SysRecordShare: Omit<{
|
|
|
2947
3410
|
threshold: number;
|
|
2948
3411
|
} | undefined;
|
|
2949
3412
|
} | undefined;
|
|
3413
|
+
readonly visibleWhen?: {
|
|
3414
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3415
|
+
source?: string | undefined;
|
|
3416
|
+
ast?: unknown;
|
|
3417
|
+
meta?: {
|
|
3418
|
+
rationale?: string | undefined;
|
|
3419
|
+
generatedBy?: string | undefined;
|
|
3420
|
+
} | undefined;
|
|
3421
|
+
} | undefined;
|
|
3422
|
+
readonly readonlyWhen?: {
|
|
3423
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3424
|
+
source?: string | undefined;
|
|
3425
|
+
ast?: unknown;
|
|
3426
|
+
meta?: {
|
|
3427
|
+
rationale?: string | undefined;
|
|
3428
|
+
generatedBy?: string | undefined;
|
|
3429
|
+
} | undefined;
|
|
3430
|
+
} | undefined;
|
|
3431
|
+
readonly requiredWhen?: {
|
|
3432
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3433
|
+
source?: string | undefined;
|
|
3434
|
+
ast?: unknown;
|
|
3435
|
+
meta?: {
|
|
3436
|
+
rationale?: string | undefined;
|
|
3437
|
+
generatedBy?: string | undefined;
|
|
3438
|
+
} | undefined;
|
|
3439
|
+
} | undefined;
|
|
2950
3440
|
readonly conditionalRequired?: {
|
|
2951
3441
|
dialect: "cel" | "js" | "cron" | "template";
|
|
2952
3442
|
source?: string | undefined;
|
|
@@ -3037,6 +3527,13 @@ declare const SysSharingRule: Omit<{
|
|
|
3037
3527
|
reference?: string | undefined;
|
|
3038
3528
|
referenceFilters?: string[] | undefined;
|
|
3039
3529
|
writeRequiresMasterRead?: boolean | undefined;
|
|
3530
|
+
inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
3531
|
+
inlineTitle?: string | undefined;
|
|
3532
|
+
inlineColumns?: any[] | undefined;
|
|
3533
|
+
inlineAmountField?: string | undefined;
|
|
3534
|
+
relatedList?: boolean | undefined;
|
|
3535
|
+
relatedListTitle?: string | undefined;
|
|
3536
|
+
relatedListColumns?: any[] | undefined;
|
|
3040
3537
|
expression?: {
|
|
3041
3538
|
dialect: "cel" | "js" | "cron" | "template";
|
|
3042
3539
|
source?: string | undefined;
|
|
@@ -3058,6 +3555,7 @@ declare const SysSharingRule: Omit<{
|
|
|
3058
3555
|
object: string;
|
|
3059
3556
|
field: string;
|
|
3060
3557
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
3558
|
+
relationshipField?: string | undefined;
|
|
3061
3559
|
} | undefined;
|
|
3062
3560
|
language?: string | undefined;
|
|
3063
3561
|
theme?: string | undefined;
|
|
@@ -3171,6 +3669,57 @@ declare const SysSharingRule: Omit<{
|
|
|
3171
3669
|
} | undefined;
|
|
3172
3670
|
} | undefined;
|
|
3173
3671
|
group?: string | undefined;
|
|
3672
|
+
visibleWhen?: {
|
|
3673
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3674
|
+
source?: string | undefined;
|
|
3675
|
+
ast?: unknown;
|
|
3676
|
+
meta?: {
|
|
3677
|
+
rationale?: string | undefined;
|
|
3678
|
+
generatedBy?: string | undefined;
|
|
3679
|
+
} | undefined;
|
|
3680
|
+
} | {
|
|
3681
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3682
|
+
source?: string | undefined;
|
|
3683
|
+
ast?: unknown;
|
|
3684
|
+
meta?: {
|
|
3685
|
+
rationale?: string | undefined;
|
|
3686
|
+
generatedBy?: string | undefined;
|
|
3687
|
+
} | undefined;
|
|
3688
|
+
} | undefined;
|
|
3689
|
+
readonlyWhen?: {
|
|
3690
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3691
|
+
source?: string | undefined;
|
|
3692
|
+
ast?: unknown;
|
|
3693
|
+
meta?: {
|
|
3694
|
+
rationale?: string | undefined;
|
|
3695
|
+
generatedBy?: string | undefined;
|
|
3696
|
+
} | undefined;
|
|
3697
|
+
} | {
|
|
3698
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3699
|
+
source?: string | undefined;
|
|
3700
|
+
ast?: unknown;
|
|
3701
|
+
meta?: {
|
|
3702
|
+
rationale?: string | undefined;
|
|
3703
|
+
generatedBy?: string | undefined;
|
|
3704
|
+
} | undefined;
|
|
3705
|
+
} | undefined;
|
|
3706
|
+
requiredWhen?: {
|
|
3707
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3708
|
+
source?: string | undefined;
|
|
3709
|
+
ast?: unknown;
|
|
3710
|
+
meta?: {
|
|
3711
|
+
rationale?: string | undefined;
|
|
3712
|
+
generatedBy?: string | undefined;
|
|
3713
|
+
} | undefined;
|
|
3714
|
+
} | {
|
|
3715
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3716
|
+
source?: string | undefined;
|
|
3717
|
+
ast?: unknown;
|
|
3718
|
+
meta?: {
|
|
3719
|
+
rationale?: string | undefined;
|
|
3720
|
+
generatedBy?: string | undefined;
|
|
3721
|
+
} | undefined;
|
|
3722
|
+
} | undefined;
|
|
3174
3723
|
conditionalRequired?: {
|
|
3175
3724
|
dialect: "cel" | "js" | "cron" | "template";
|
|
3176
3725
|
source?: string | undefined;
|
|
@@ -3312,7 +3861,7 @@ declare const SysSharingRule: Omit<{
|
|
|
3312
3861
|
} | undefined;
|
|
3313
3862
|
compactLayout?: string[] | undefined;
|
|
3314
3863
|
listViews?: Record<string, {
|
|
3315
|
-
type: "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map"
|
|
3864
|
+
type: "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
3316
3865
|
columns: string[] | {
|
|
3317
3866
|
field: string;
|
|
3318
3867
|
label?: string | undefined;
|
|
@@ -3481,7 +4030,7 @@ declare const SysSharingRule: Omit<{
|
|
|
3481
4030
|
} | undefined;
|
|
3482
4031
|
appearance?: {
|
|
3483
4032
|
showDescription: boolean;
|
|
3484
|
-
allowedVisualizations?: ("kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "map"
|
|
4033
|
+
allowedVisualizations?: ("grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "map")[] | undefined;
|
|
3485
4034
|
} | undefined;
|
|
3486
4035
|
tabs?: {
|
|
3487
4036
|
name: string;
|
|
@@ -3501,7 +4050,7 @@ declare const SysSharingRule: Omit<{
|
|
|
3501
4050
|
addRecord?: {
|
|
3502
4051
|
enabled: boolean;
|
|
3503
4052
|
position: "top" | "bottom" | "both";
|
|
3504
|
-
mode: "
|
|
4053
|
+
mode: "form" | "modal" | "inline";
|
|
3505
4054
|
formView?: string | undefined;
|
|
3506
4055
|
} | undefined;
|
|
3507
4056
|
showRecordCount?: boolean | undefined;
|
|
@@ -3587,7 +4136,7 @@ declare const SysSharingRule: Omit<{
|
|
|
3587
4136
|
actions?: {
|
|
3588
4137
|
name: string;
|
|
3589
4138
|
label: string;
|
|
3590
|
-
type: "url" | "
|
|
4139
|
+
type: "url" | "form" | "flow" | "api" | "script" | "modal";
|
|
3591
4140
|
refreshAfter: boolean;
|
|
3592
4141
|
objectName?: string | undefined;
|
|
3593
4142
|
icon?: string | undefined;
|
|
@@ -3655,7 +4204,18 @@ declare const SysSharingRule: Omit<{
|
|
|
3655
4204
|
} | undefined;
|
|
3656
4205
|
shortcut?: string | undefined;
|
|
3657
4206
|
bulkEnabled?: boolean | undefined;
|
|
3658
|
-
|
|
4207
|
+
ai?: {
|
|
4208
|
+
exposed: boolean;
|
|
4209
|
+
description?: string | undefined;
|
|
4210
|
+
category?: "action" | "data" | "flow" | "integration" | "vector_search" | "analytics" | "utility" | undefined;
|
|
4211
|
+
paramHints?: Record<string, {
|
|
4212
|
+
description?: string | undefined;
|
|
4213
|
+
enum?: (string | number)[] | undefined;
|
|
4214
|
+
examples?: unknown[] | undefined;
|
|
4215
|
+
}> | undefined;
|
|
4216
|
+
outputSchema?: Record<string, unknown> | undefined;
|
|
4217
|
+
requiresConfirmation?: boolean | undefined;
|
|
4218
|
+
} | undefined;
|
|
3659
4219
|
recordIdParam?: string | undefined;
|
|
3660
4220
|
recordIdField?: string | undefined;
|
|
3661
4221
|
bodyShape?: "flat" | {
|
|
@@ -3838,6 +4398,13 @@ declare const SysSharingRule: Omit<{
|
|
|
3838
4398
|
readonly referenceFilters?: string[] | undefined;
|
|
3839
4399
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
3840
4400
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4401
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
4402
|
+
readonly inlineTitle?: string | undefined;
|
|
4403
|
+
readonly inlineColumns?: any[] | undefined;
|
|
4404
|
+
readonly inlineAmountField?: string | undefined;
|
|
4405
|
+
readonly relatedList?: boolean | undefined;
|
|
4406
|
+
readonly relatedListTitle?: string | undefined;
|
|
4407
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
3841
4408
|
readonly expression?: {
|
|
3842
4409
|
dialect: "cel" | "js" | "cron" | "template";
|
|
3843
4410
|
source?: string | undefined;
|
|
@@ -3851,6 +4418,7 @@ declare const SysSharingRule: Omit<{
|
|
|
3851
4418
|
object: string;
|
|
3852
4419
|
field: string;
|
|
3853
4420
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
4421
|
+
relationshipField?: string | undefined;
|
|
3854
4422
|
} | undefined;
|
|
3855
4423
|
readonly language?: string | undefined;
|
|
3856
4424
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -3945,6 +4513,33 @@ declare const SysSharingRule: Omit<{
|
|
|
3945
4513
|
threshold: number;
|
|
3946
4514
|
} | undefined;
|
|
3947
4515
|
} | undefined;
|
|
4516
|
+
readonly visibleWhen?: {
|
|
4517
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4518
|
+
source?: string | undefined;
|
|
4519
|
+
ast?: unknown;
|
|
4520
|
+
meta?: {
|
|
4521
|
+
rationale?: string | undefined;
|
|
4522
|
+
generatedBy?: string | undefined;
|
|
4523
|
+
} | undefined;
|
|
4524
|
+
} | undefined;
|
|
4525
|
+
readonly readonlyWhen?: {
|
|
4526
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4527
|
+
source?: string | undefined;
|
|
4528
|
+
ast?: unknown;
|
|
4529
|
+
meta?: {
|
|
4530
|
+
rationale?: string | undefined;
|
|
4531
|
+
generatedBy?: string | undefined;
|
|
4532
|
+
} | undefined;
|
|
4533
|
+
} | undefined;
|
|
4534
|
+
readonly requiredWhen?: {
|
|
4535
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4536
|
+
source?: string | undefined;
|
|
4537
|
+
ast?: unknown;
|
|
4538
|
+
meta?: {
|
|
4539
|
+
rationale?: string | undefined;
|
|
4540
|
+
generatedBy?: string | undefined;
|
|
4541
|
+
} | undefined;
|
|
4542
|
+
} | undefined;
|
|
3948
4543
|
readonly conditionalRequired?: {
|
|
3949
4544
|
dialect: "cel" | "js" | "cron" | "template";
|
|
3950
4545
|
source?: string | undefined;
|
|
@@ -4013,6 +4608,13 @@ declare const SysSharingRule: Omit<{
|
|
|
4013
4608
|
readonly referenceFilters?: string[] | undefined;
|
|
4014
4609
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4015
4610
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4611
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
4612
|
+
readonly inlineTitle?: string | undefined;
|
|
4613
|
+
readonly inlineColumns?: any[] | undefined;
|
|
4614
|
+
readonly inlineAmountField?: string | undefined;
|
|
4615
|
+
readonly relatedList?: boolean | undefined;
|
|
4616
|
+
readonly relatedListTitle?: string | undefined;
|
|
4617
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
4016
4618
|
readonly expression?: {
|
|
4017
4619
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4018
4620
|
source?: string | undefined;
|
|
@@ -4026,6 +4628,7 @@ declare const SysSharingRule: Omit<{
|
|
|
4026
4628
|
object: string;
|
|
4027
4629
|
field: string;
|
|
4028
4630
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
4631
|
+
relationshipField?: string | undefined;
|
|
4029
4632
|
} | undefined;
|
|
4030
4633
|
readonly language?: string | undefined;
|
|
4031
4634
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -4120,6 +4723,33 @@ declare const SysSharingRule: Omit<{
|
|
|
4120
4723
|
threshold: number;
|
|
4121
4724
|
} | undefined;
|
|
4122
4725
|
} | undefined;
|
|
4726
|
+
readonly visibleWhen?: {
|
|
4727
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4728
|
+
source?: string | undefined;
|
|
4729
|
+
ast?: unknown;
|
|
4730
|
+
meta?: {
|
|
4731
|
+
rationale?: string | undefined;
|
|
4732
|
+
generatedBy?: string | undefined;
|
|
4733
|
+
} | undefined;
|
|
4734
|
+
} | undefined;
|
|
4735
|
+
readonly readonlyWhen?: {
|
|
4736
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4737
|
+
source?: string | undefined;
|
|
4738
|
+
ast?: unknown;
|
|
4739
|
+
meta?: {
|
|
4740
|
+
rationale?: string | undefined;
|
|
4741
|
+
generatedBy?: string | undefined;
|
|
4742
|
+
} | undefined;
|
|
4743
|
+
} | undefined;
|
|
4744
|
+
readonly requiredWhen?: {
|
|
4745
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4746
|
+
source?: string | undefined;
|
|
4747
|
+
ast?: unknown;
|
|
4748
|
+
meta?: {
|
|
4749
|
+
rationale?: string | undefined;
|
|
4750
|
+
generatedBy?: string | undefined;
|
|
4751
|
+
} | undefined;
|
|
4752
|
+
} | undefined;
|
|
4123
4753
|
readonly conditionalRequired?: {
|
|
4124
4754
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4125
4755
|
source?: string | undefined;
|
|
@@ -4188,6 +4818,13 @@ declare const SysSharingRule: Omit<{
|
|
|
4188
4818
|
readonly referenceFilters?: string[] | undefined;
|
|
4189
4819
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4190
4820
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
4821
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
4822
|
+
readonly inlineTitle?: string | undefined;
|
|
4823
|
+
readonly inlineColumns?: any[] | undefined;
|
|
4824
|
+
readonly inlineAmountField?: string | undefined;
|
|
4825
|
+
readonly relatedList?: boolean | undefined;
|
|
4826
|
+
readonly relatedListTitle?: string | undefined;
|
|
4827
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
4191
4828
|
readonly expression?: {
|
|
4192
4829
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4193
4830
|
source?: string | undefined;
|
|
@@ -4201,6 +4838,7 @@ declare const SysSharingRule: Omit<{
|
|
|
4201
4838
|
object: string;
|
|
4202
4839
|
field: string;
|
|
4203
4840
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
4841
|
+
relationshipField?: string | undefined;
|
|
4204
4842
|
} | undefined;
|
|
4205
4843
|
readonly language?: string | undefined;
|
|
4206
4844
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -4295,6 +4933,33 @@ declare const SysSharingRule: Omit<{
|
|
|
4295
4933
|
threshold: number;
|
|
4296
4934
|
} | undefined;
|
|
4297
4935
|
} | undefined;
|
|
4936
|
+
readonly visibleWhen?: {
|
|
4937
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4938
|
+
source?: string | undefined;
|
|
4939
|
+
ast?: unknown;
|
|
4940
|
+
meta?: {
|
|
4941
|
+
rationale?: string | undefined;
|
|
4942
|
+
generatedBy?: string | undefined;
|
|
4943
|
+
} | undefined;
|
|
4944
|
+
} | undefined;
|
|
4945
|
+
readonly readonlyWhen?: {
|
|
4946
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4947
|
+
source?: string | undefined;
|
|
4948
|
+
ast?: unknown;
|
|
4949
|
+
meta?: {
|
|
4950
|
+
rationale?: string | undefined;
|
|
4951
|
+
generatedBy?: string | undefined;
|
|
4952
|
+
} | undefined;
|
|
4953
|
+
} | undefined;
|
|
4954
|
+
readonly requiredWhen?: {
|
|
4955
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4956
|
+
source?: string | undefined;
|
|
4957
|
+
ast?: unknown;
|
|
4958
|
+
meta?: {
|
|
4959
|
+
rationale?: string | undefined;
|
|
4960
|
+
generatedBy?: string | undefined;
|
|
4961
|
+
} | undefined;
|
|
4962
|
+
} | undefined;
|
|
4298
4963
|
readonly conditionalRequired?: {
|
|
4299
4964
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4300
4965
|
source?: string | undefined;
|
|
@@ -4363,6 +5028,13 @@ declare const SysSharingRule: Omit<{
|
|
|
4363
5028
|
readonly referenceFilters?: string[] | undefined;
|
|
4364
5029
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4365
5030
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5031
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
5032
|
+
readonly inlineTitle?: string | undefined;
|
|
5033
|
+
readonly inlineColumns?: any[] | undefined;
|
|
5034
|
+
readonly inlineAmountField?: string | undefined;
|
|
5035
|
+
readonly relatedList?: boolean | undefined;
|
|
5036
|
+
readonly relatedListTitle?: string | undefined;
|
|
5037
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
4366
5038
|
readonly expression?: {
|
|
4367
5039
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4368
5040
|
source?: string | undefined;
|
|
@@ -4376,6 +5048,7 @@ declare const SysSharingRule: Omit<{
|
|
|
4376
5048
|
object: string;
|
|
4377
5049
|
field: string;
|
|
4378
5050
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
5051
|
+
relationshipField?: string | undefined;
|
|
4379
5052
|
} | undefined;
|
|
4380
5053
|
readonly language?: string | undefined;
|
|
4381
5054
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -4470,6 +5143,33 @@ declare const SysSharingRule: Omit<{
|
|
|
4470
5143
|
threshold: number;
|
|
4471
5144
|
} | undefined;
|
|
4472
5145
|
} | undefined;
|
|
5146
|
+
readonly visibleWhen?: {
|
|
5147
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5148
|
+
source?: string | undefined;
|
|
5149
|
+
ast?: unknown;
|
|
5150
|
+
meta?: {
|
|
5151
|
+
rationale?: string | undefined;
|
|
5152
|
+
generatedBy?: string | undefined;
|
|
5153
|
+
} | undefined;
|
|
5154
|
+
} | undefined;
|
|
5155
|
+
readonly readonlyWhen?: {
|
|
5156
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5157
|
+
source?: string | undefined;
|
|
5158
|
+
ast?: unknown;
|
|
5159
|
+
meta?: {
|
|
5160
|
+
rationale?: string | undefined;
|
|
5161
|
+
generatedBy?: string | undefined;
|
|
5162
|
+
} | undefined;
|
|
5163
|
+
} | undefined;
|
|
5164
|
+
readonly requiredWhen?: {
|
|
5165
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5166
|
+
source?: string | undefined;
|
|
5167
|
+
ast?: unknown;
|
|
5168
|
+
meta?: {
|
|
5169
|
+
rationale?: string | undefined;
|
|
5170
|
+
generatedBy?: string | undefined;
|
|
5171
|
+
} | undefined;
|
|
5172
|
+
} | undefined;
|
|
4473
5173
|
readonly conditionalRequired?: {
|
|
4474
5174
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4475
5175
|
source?: string | undefined;
|
|
@@ -4538,6 +5238,13 @@ declare const SysSharingRule: Omit<{
|
|
|
4538
5238
|
readonly referenceFilters?: string[] | undefined;
|
|
4539
5239
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4540
5240
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5241
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
5242
|
+
readonly inlineTitle?: string | undefined;
|
|
5243
|
+
readonly inlineColumns?: any[] | undefined;
|
|
5244
|
+
readonly inlineAmountField?: string | undefined;
|
|
5245
|
+
readonly relatedList?: boolean | undefined;
|
|
5246
|
+
readonly relatedListTitle?: string | undefined;
|
|
5247
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
4541
5248
|
readonly expression?: {
|
|
4542
5249
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4543
5250
|
source?: string | undefined;
|
|
@@ -4551,6 +5258,7 @@ declare const SysSharingRule: Omit<{
|
|
|
4551
5258
|
object: string;
|
|
4552
5259
|
field: string;
|
|
4553
5260
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
5261
|
+
relationshipField?: string | undefined;
|
|
4554
5262
|
} | undefined;
|
|
4555
5263
|
readonly language?: string | undefined;
|
|
4556
5264
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -4645,6 +5353,33 @@ declare const SysSharingRule: Omit<{
|
|
|
4645
5353
|
threshold: number;
|
|
4646
5354
|
} | undefined;
|
|
4647
5355
|
} | undefined;
|
|
5356
|
+
readonly visibleWhen?: {
|
|
5357
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5358
|
+
source?: string | undefined;
|
|
5359
|
+
ast?: unknown;
|
|
5360
|
+
meta?: {
|
|
5361
|
+
rationale?: string | undefined;
|
|
5362
|
+
generatedBy?: string | undefined;
|
|
5363
|
+
} | undefined;
|
|
5364
|
+
} | undefined;
|
|
5365
|
+
readonly readonlyWhen?: {
|
|
5366
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5367
|
+
source?: string | undefined;
|
|
5368
|
+
ast?: unknown;
|
|
5369
|
+
meta?: {
|
|
5370
|
+
rationale?: string | undefined;
|
|
5371
|
+
generatedBy?: string | undefined;
|
|
5372
|
+
} | undefined;
|
|
5373
|
+
} | undefined;
|
|
5374
|
+
readonly requiredWhen?: {
|
|
5375
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5376
|
+
source?: string | undefined;
|
|
5377
|
+
ast?: unknown;
|
|
5378
|
+
meta?: {
|
|
5379
|
+
rationale?: string | undefined;
|
|
5380
|
+
generatedBy?: string | undefined;
|
|
5381
|
+
} | undefined;
|
|
5382
|
+
} | undefined;
|
|
4648
5383
|
readonly conditionalRequired?: {
|
|
4649
5384
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4650
5385
|
source?: string | undefined;
|
|
@@ -4713,6 +5448,13 @@ declare const SysSharingRule: Omit<{
|
|
|
4713
5448
|
readonly referenceFilters?: string[] | undefined;
|
|
4714
5449
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4715
5450
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5451
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
5452
|
+
readonly inlineTitle?: string | undefined;
|
|
5453
|
+
readonly inlineColumns?: any[] | undefined;
|
|
5454
|
+
readonly inlineAmountField?: string | undefined;
|
|
5455
|
+
readonly relatedList?: boolean | undefined;
|
|
5456
|
+
readonly relatedListTitle?: string | undefined;
|
|
5457
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
4716
5458
|
readonly expression?: {
|
|
4717
5459
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4718
5460
|
source?: string | undefined;
|
|
@@ -4726,6 +5468,7 @@ declare const SysSharingRule: Omit<{
|
|
|
4726
5468
|
object: string;
|
|
4727
5469
|
field: string;
|
|
4728
5470
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
5471
|
+
relationshipField?: string | undefined;
|
|
4729
5472
|
} | undefined;
|
|
4730
5473
|
readonly language?: string | undefined;
|
|
4731
5474
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -4820,6 +5563,33 @@ declare const SysSharingRule: Omit<{
|
|
|
4820
5563
|
threshold: number;
|
|
4821
5564
|
} | undefined;
|
|
4822
5565
|
} | undefined;
|
|
5566
|
+
readonly visibleWhen?: {
|
|
5567
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5568
|
+
source?: string | undefined;
|
|
5569
|
+
ast?: unknown;
|
|
5570
|
+
meta?: {
|
|
5571
|
+
rationale?: string | undefined;
|
|
5572
|
+
generatedBy?: string | undefined;
|
|
5573
|
+
} | undefined;
|
|
5574
|
+
} | undefined;
|
|
5575
|
+
readonly readonlyWhen?: {
|
|
5576
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5577
|
+
source?: string | undefined;
|
|
5578
|
+
ast?: unknown;
|
|
5579
|
+
meta?: {
|
|
5580
|
+
rationale?: string | undefined;
|
|
5581
|
+
generatedBy?: string | undefined;
|
|
5582
|
+
} | undefined;
|
|
5583
|
+
} | undefined;
|
|
5584
|
+
readonly requiredWhen?: {
|
|
5585
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5586
|
+
source?: string | undefined;
|
|
5587
|
+
ast?: unknown;
|
|
5588
|
+
meta?: {
|
|
5589
|
+
rationale?: string | undefined;
|
|
5590
|
+
generatedBy?: string | undefined;
|
|
5591
|
+
} | undefined;
|
|
5592
|
+
} | undefined;
|
|
4823
5593
|
readonly conditionalRequired?: {
|
|
4824
5594
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4825
5595
|
source?: string | undefined;
|
|
@@ -4888,6 +5658,13 @@ declare const SysSharingRule: Omit<{
|
|
|
4888
5658
|
readonly referenceFilters?: string[] | undefined;
|
|
4889
5659
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
4890
5660
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5661
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
5662
|
+
readonly inlineTitle?: string | undefined;
|
|
5663
|
+
readonly inlineColumns?: any[] | undefined;
|
|
5664
|
+
readonly inlineAmountField?: string | undefined;
|
|
5665
|
+
readonly relatedList?: boolean | undefined;
|
|
5666
|
+
readonly relatedListTitle?: string | undefined;
|
|
5667
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
4891
5668
|
readonly expression?: {
|
|
4892
5669
|
dialect: "cel" | "js" | "cron" | "template";
|
|
4893
5670
|
source?: string | undefined;
|
|
@@ -4901,6 +5678,7 @@ declare const SysSharingRule: Omit<{
|
|
|
4901
5678
|
object: string;
|
|
4902
5679
|
field: string;
|
|
4903
5680
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
5681
|
+
relationshipField?: string | undefined;
|
|
4904
5682
|
} | undefined;
|
|
4905
5683
|
readonly language?: string | undefined;
|
|
4906
5684
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -4995,6 +5773,33 @@ declare const SysSharingRule: Omit<{
|
|
|
4995
5773
|
threshold: number;
|
|
4996
5774
|
} | undefined;
|
|
4997
5775
|
} | undefined;
|
|
5776
|
+
readonly visibleWhen?: {
|
|
5777
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5778
|
+
source?: string | undefined;
|
|
5779
|
+
ast?: unknown;
|
|
5780
|
+
meta?: {
|
|
5781
|
+
rationale?: string | undefined;
|
|
5782
|
+
generatedBy?: string | undefined;
|
|
5783
|
+
} | undefined;
|
|
5784
|
+
} | undefined;
|
|
5785
|
+
readonly readonlyWhen?: {
|
|
5786
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5787
|
+
source?: string | undefined;
|
|
5788
|
+
ast?: unknown;
|
|
5789
|
+
meta?: {
|
|
5790
|
+
rationale?: string | undefined;
|
|
5791
|
+
generatedBy?: string | undefined;
|
|
5792
|
+
} | undefined;
|
|
5793
|
+
} | undefined;
|
|
5794
|
+
readonly requiredWhen?: {
|
|
5795
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5796
|
+
source?: string | undefined;
|
|
5797
|
+
ast?: unknown;
|
|
5798
|
+
meta?: {
|
|
5799
|
+
rationale?: string | undefined;
|
|
5800
|
+
generatedBy?: string | undefined;
|
|
5801
|
+
} | undefined;
|
|
5802
|
+
} | undefined;
|
|
4998
5803
|
readonly conditionalRequired?: {
|
|
4999
5804
|
dialect: "cel" | "js" | "cron" | "template";
|
|
5000
5805
|
source?: string | undefined;
|
|
@@ -5063,6 +5868,13 @@ declare const SysSharingRule: Omit<{
|
|
|
5063
5868
|
readonly referenceFilters?: string[] | undefined;
|
|
5064
5869
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5065
5870
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
5871
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
5872
|
+
readonly inlineTitle?: string | undefined;
|
|
5873
|
+
readonly inlineColumns?: any[] | undefined;
|
|
5874
|
+
readonly inlineAmountField?: string | undefined;
|
|
5875
|
+
readonly relatedList?: boolean | undefined;
|
|
5876
|
+
readonly relatedListTitle?: string | undefined;
|
|
5877
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
5066
5878
|
readonly expression?: {
|
|
5067
5879
|
dialect: "cel" | "js" | "cron" | "template";
|
|
5068
5880
|
source?: string | undefined;
|
|
@@ -5076,6 +5888,7 @@ declare const SysSharingRule: Omit<{
|
|
|
5076
5888
|
object: string;
|
|
5077
5889
|
field: string;
|
|
5078
5890
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
5891
|
+
relationshipField?: string | undefined;
|
|
5079
5892
|
} | undefined;
|
|
5080
5893
|
readonly language?: string | undefined;
|
|
5081
5894
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -5170,6 +5983,33 @@ declare const SysSharingRule: Omit<{
|
|
|
5170
5983
|
threshold: number;
|
|
5171
5984
|
} | undefined;
|
|
5172
5985
|
} | undefined;
|
|
5986
|
+
readonly visibleWhen?: {
|
|
5987
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5988
|
+
source?: string | undefined;
|
|
5989
|
+
ast?: unknown;
|
|
5990
|
+
meta?: {
|
|
5991
|
+
rationale?: string | undefined;
|
|
5992
|
+
generatedBy?: string | undefined;
|
|
5993
|
+
} | undefined;
|
|
5994
|
+
} | undefined;
|
|
5995
|
+
readonly readonlyWhen?: {
|
|
5996
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
5997
|
+
source?: string | undefined;
|
|
5998
|
+
ast?: unknown;
|
|
5999
|
+
meta?: {
|
|
6000
|
+
rationale?: string | undefined;
|
|
6001
|
+
generatedBy?: string | undefined;
|
|
6002
|
+
} | undefined;
|
|
6003
|
+
} | undefined;
|
|
6004
|
+
readonly requiredWhen?: {
|
|
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;
|
|
5173
6013
|
readonly conditionalRequired?: {
|
|
5174
6014
|
dialect: "cel" | "js" | "cron" | "template";
|
|
5175
6015
|
source?: string | undefined;
|
|
@@ -5238,6 +6078,13 @@ declare const SysSharingRule: Omit<{
|
|
|
5238
6078
|
readonly referenceFilters?: string[] | undefined;
|
|
5239
6079
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5240
6080
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
6081
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
6082
|
+
readonly inlineTitle?: string | undefined;
|
|
6083
|
+
readonly inlineColumns?: any[] | undefined;
|
|
6084
|
+
readonly inlineAmountField?: string | undefined;
|
|
6085
|
+
readonly relatedList?: boolean | undefined;
|
|
6086
|
+
readonly relatedListTitle?: string | undefined;
|
|
6087
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
5241
6088
|
readonly expression?: {
|
|
5242
6089
|
dialect: "cel" | "js" | "cron" | "template";
|
|
5243
6090
|
source?: string | undefined;
|
|
@@ -5251,6 +6098,7 @@ declare const SysSharingRule: Omit<{
|
|
|
5251
6098
|
object: string;
|
|
5252
6099
|
field: string;
|
|
5253
6100
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
6101
|
+
relationshipField?: string | undefined;
|
|
5254
6102
|
} | undefined;
|
|
5255
6103
|
readonly language?: string | undefined;
|
|
5256
6104
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -5345,6 +6193,33 @@ declare const SysSharingRule: Omit<{
|
|
|
5345
6193
|
threshold: number;
|
|
5346
6194
|
} | undefined;
|
|
5347
6195
|
} | undefined;
|
|
6196
|
+
readonly visibleWhen?: {
|
|
6197
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6198
|
+
source?: string | undefined;
|
|
6199
|
+
ast?: unknown;
|
|
6200
|
+
meta?: {
|
|
6201
|
+
rationale?: string | undefined;
|
|
6202
|
+
generatedBy?: string | undefined;
|
|
6203
|
+
} | undefined;
|
|
6204
|
+
} | undefined;
|
|
6205
|
+
readonly readonlyWhen?: {
|
|
6206
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6207
|
+
source?: string | undefined;
|
|
6208
|
+
ast?: unknown;
|
|
6209
|
+
meta?: {
|
|
6210
|
+
rationale?: string | undefined;
|
|
6211
|
+
generatedBy?: string | undefined;
|
|
6212
|
+
} | undefined;
|
|
6213
|
+
} | undefined;
|
|
6214
|
+
readonly requiredWhen?: {
|
|
6215
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6216
|
+
source?: string | undefined;
|
|
6217
|
+
ast?: unknown;
|
|
6218
|
+
meta?: {
|
|
6219
|
+
rationale?: string | undefined;
|
|
6220
|
+
generatedBy?: string | undefined;
|
|
6221
|
+
} | undefined;
|
|
6222
|
+
} | undefined;
|
|
5348
6223
|
readonly conditionalRequired?: {
|
|
5349
6224
|
dialect: "cel" | "js" | "cron" | "template";
|
|
5350
6225
|
source?: string | undefined;
|
|
@@ -5413,6 +6288,13 @@ declare const SysSharingRule: Omit<{
|
|
|
5413
6288
|
readonly referenceFilters?: string[] | undefined;
|
|
5414
6289
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5415
6290
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
6291
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
6292
|
+
readonly inlineTitle?: string | undefined;
|
|
6293
|
+
readonly inlineColumns?: any[] | undefined;
|
|
6294
|
+
readonly inlineAmountField?: string | undefined;
|
|
6295
|
+
readonly relatedList?: boolean | undefined;
|
|
6296
|
+
readonly relatedListTitle?: string | undefined;
|
|
6297
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
5416
6298
|
readonly expression?: {
|
|
5417
6299
|
dialect: "cel" | "js" | "cron" | "template";
|
|
5418
6300
|
source?: string | undefined;
|
|
@@ -5426,6 +6308,7 @@ declare const SysSharingRule: Omit<{
|
|
|
5426
6308
|
object: string;
|
|
5427
6309
|
field: string;
|
|
5428
6310
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
6311
|
+
relationshipField?: string | undefined;
|
|
5429
6312
|
} | undefined;
|
|
5430
6313
|
readonly language?: string | undefined;
|
|
5431
6314
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -5520,6 +6403,33 @@ declare const SysSharingRule: Omit<{
|
|
|
5520
6403
|
threshold: number;
|
|
5521
6404
|
} | undefined;
|
|
5522
6405
|
} | undefined;
|
|
6406
|
+
readonly visibleWhen?: {
|
|
6407
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6408
|
+
source?: string | undefined;
|
|
6409
|
+
ast?: unknown;
|
|
6410
|
+
meta?: {
|
|
6411
|
+
rationale?: string | undefined;
|
|
6412
|
+
generatedBy?: string | undefined;
|
|
6413
|
+
} | undefined;
|
|
6414
|
+
} | undefined;
|
|
6415
|
+
readonly readonlyWhen?: {
|
|
6416
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6417
|
+
source?: string | undefined;
|
|
6418
|
+
ast?: unknown;
|
|
6419
|
+
meta?: {
|
|
6420
|
+
rationale?: string | undefined;
|
|
6421
|
+
generatedBy?: string | undefined;
|
|
6422
|
+
} | undefined;
|
|
6423
|
+
} | undefined;
|
|
6424
|
+
readonly requiredWhen?: {
|
|
6425
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6426
|
+
source?: string | undefined;
|
|
6427
|
+
ast?: unknown;
|
|
6428
|
+
meta?: {
|
|
6429
|
+
rationale?: string | undefined;
|
|
6430
|
+
generatedBy?: string | undefined;
|
|
6431
|
+
} | undefined;
|
|
6432
|
+
} | undefined;
|
|
5523
6433
|
readonly conditionalRequired?: {
|
|
5524
6434
|
dialect: "cel" | "js" | "cron" | "template";
|
|
5525
6435
|
source?: string | undefined;
|
|
@@ -5588,6 +6498,13 @@ declare const SysSharingRule: Omit<{
|
|
|
5588
6498
|
readonly referenceFilters?: string[] | undefined;
|
|
5589
6499
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5590
6500
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
6501
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
6502
|
+
readonly inlineTitle?: string | undefined;
|
|
6503
|
+
readonly inlineColumns?: any[] | undefined;
|
|
6504
|
+
readonly inlineAmountField?: string | undefined;
|
|
6505
|
+
readonly relatedList?: boolean | undefined;
|
|
6506
|
+
readonly relatedListTitle?: string | undefined;
|
|
6507
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
5591
6508
|
readonly expression?: {
|
|
5592
6509
|
dialect: "cel" | "js" | "cron" | "template";
|
|
5593
6510
|
source?: string | undefined;
|
|
@@ -5601,6 +6518,7 @@ declare const SysSharingRule: Omit<{
|
|
|
5601
6518
|
object: string;
|
|
5602
6519
|
field: string;
|
|
5603
6520
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
6521
|
+
relationshipField?: string | undefined;
|
|
5604
6522
|
} | undefined;
|
|
5605
6523
|
readonly language?: string | undefined;
|
|
5606
6524
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -5695,6 +6613,33 @@ declare const SysSharingRule: Omit<{
|
|
|
5695
6613
|
threshold: number;
|
|
5696
6614
|
} | undefined;
|
|
5697
6615
|
} | undefined;
|
|
6616
|
+
readonly visibleWhen?: {
|
|
6617
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6618
|
+
source?: string | undefined;
|
|
6619
|
+
ast?: unknown;
|
|
6620
|
+
meta?: {
|
|
6621
|
+
rationale?: string | undefined;
|
|
6622
|
+
generatedBy?: string | undefined;
|
|
6623
|
+
} | undefined;
|
|
6624
|
+
} | undefined;
|
|
6625
|
+
readonly readonlyWhen?: {
|
|
6626
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6627
|
+
source?: string | undefined;
|
|
6628
|
+
ast?: unknown;
|
|
6629
|
+
meta?: {
|
|
6630
|
+
rationale?: string | undefined;
|
|
6631
|
+
generatedBy?: string | undefined;
|
|
6632
|
+
} | undefined;
|
|
6633
|
+
} | undefined;
|
|
6634
|
+
readonly requiredWhen?: {
|
|
6635
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6636
|
+
source?: string | undefined;
|
|
6637
|
+
ast?: unknown;
|
|
6638
|
+
meta?: {
|
|
6639
|
+
rationale?: string | undefined;
|
|
6640
|
+
generatedBy?: string | undefined;
|
|
6641
|
+
} | undefined;
|
|
6642
|
+
} | undefined;
|
|
5698
6643
|
readonly conditionalRequired?: {
|
|
5699
6644
|
dialect: "cel" | "js" | "cron" | "template";
|
|
5700
6645
|
source?: string | undefined;
|
|
@@ -5763,6 +6708,13 @@ declare const SysSharingRule: Omit<{
|
|
|
5763
6708
|
readonly referenceFilters?: string[] | undefined;
|
|
5764
6709
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5765
6710
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
6711
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
6712
|
+
readonly inlineTitle?: string | undefined;
|
|
6713
|
+
readonly inlineColumns?: any[] | undefined;
|
|
6714
|
+
readonly inlineAmountField?: string | undefined;
|
|
6715
|
+
readonly relatedList?: boolean | undefined;
|
|
6716
|
+
readonly relatedListTitle?: string | undefined;
|
|
6717
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
5766
6718
|
readonly expression?: {
|
|
5767
6719
|
dialect: "cel" | "js" | "cron" | "template";
|
|
5768
6720
|
source?: string | undefined;
|
|
@@ -5776,6 +6728,7 @@ declare const SysSharingRule: Omit<{
|
|
|
5776
6728
|
object: string;
|
|
5777
6729
|
field: string;
|
|
5778
6730
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
6731
|
+
relationshipField?: string | undefined;
|
|
5779
6732
|
} | undefined;
|
|
5780
6733
|
readonly language?: string | undefined;
|
|
5781
6734
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -5870,6 +6823,33 @@ declare const SysSharingRule: Omit<{
|
|
|
5870
6823
|
threshold: number;
|
|
5871
6824
|
} | undefined;
|
|
5872
6825
|
} | undefined;
|
|
6826
|
+
readonly visibleWhen?: {
|
|
6827
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6828
|
+
source?: string | undefined;
|
|
6829
|
+
ast?: unknown;
|
|
6830
|
+
meta?: {
|
|
6831
|
+
rationale?: string | undefined;
|
|
6832
|
+
generatedBy?: string | undefined;
|
|
6833
|
+
} | undefined;
|
|
6834
|
+
} | undefined;
|
|
6835
|
+
readonly readonlyWhen?: {
|
|
6836
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6837
|
+
source?: string | undefined;
|
|
6838
|
+
ast?: unknown;
|
|
6839
|
+
meta?: {
|
|
6840
|
+
rationale?: string | undefined;
|
|
6841
|
+
generatedBy?: string | undefined;
|
|
6842
|
+
} | undefined;
|
|
6843
|
+
} | undefined;
|
|
6844
|
+
readonly requiredWhen?: {
|
|
6845
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6846
|
+
source?: string | undefined;
|
|
6847
|
+
ast?: unknown;
|
|
6848
|
+
meta?: {
|
|
6849
|
+
rationale?: string | undefined;
|
|
6850
|
+
generatedBy?: string | undefined;
|
|
6851
|
+
} | undefined;
|
|
6852
|
+
} | undefined;
|
|
5873
6853
|
readonly conditionalRequired?: {
|
|
5874
6854
|
dialect: "cel" | "js" | "cron" | "template";
|
|
5875
6855
|
source?: string | undefined;
|
|
@@ -5938,6 +6918,13 @@ declare const SysSharingRule: Omit<{
|
|
|
5938
6918
|
readonly referenceFilters?: string[] | undefined;
|
|
5939
6919
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
5940
6920
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
6921
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
6922
|
+
readonly inlineTitle?: string | undefined;
|
|
6923
|
+
readonly inlineColumns?: any[] | undefined;
|
|
6924
|
+
readonly inlineAmountField?: string | undefined;
|
|
6925
|
+
readonly relatedList?: boolean | undefined;
|
|
6926
|
+
readonly relatedListTitle?: string | undefined;
|
|
6927
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
5941
6928
|
readonly expression?: {
|
|
5942
6929
|
dialect: "cel" | "js" | "cron" | "template";
|
|
5943
6930
|
source?: string | undefined;
|
|
@@ -5951,6 +6938,7 @@ declare const SysSharingRule: Omit<{
|
|
|
5951
6938
|
object: string;
|
|
5952
6939
|
field: string;
|
|
5953
6940
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
6941
|
+
relationshipField?: string | undefined;
|
|
5954
6942
|
} | undefined;
|
|
5955
6943
|
readonly language?: string | undefined;
|
|
5956
6944
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -6045,6 +7033,33 @@ declare const SysSharingRule: Omit<{
|
|
|
6045
7033
|
threshold: number;
|
|
6046
7034
|
} | undefined;
|
|
6047
7035
|
} | undefined;
|
|
7036
|
+
readonly visibleWhen?: {
|
|
7037
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7038
|
+
source?: string | undefined;
|
|
7039
|
+
ast?: unknown;
|
|
7040
|
+
meta?: {
|
|
7041
|
+
rationale?: string | undefined;
|
|
7042
|
+
generatedBy?: string | undefined;
|
|
7043
|
+
} | undefined;
|
|
7044
|
+
} | undefined;
|
|
7045
|
+
readonly readonlyWhen?: {
|
|
7046
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7047
|
+
source?: string | undefined;
|
|
7048
|
+
ast?: unknown;
|
|
7049
|
+
meta?: {
|
|
7050
|
+
rationale?: string | undefined;
|
|
7051
|
+
generatedBy?: string | undefined;
|
|
7052
|
+
} | undefined;
|
|
7053
|
+
} | undefined;
|
|
7054
|
+
readonly requiredWhen?: {
|
|
7055
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7056
|
+
source?: string | undefined;
|
|
7057
|
+
ast?: unknown;
|
|
7058
|
+
meta?: {
|
|
7059
|
+
rationale?: string | undefined;
|
|
7060
|
+
generatedBy?: string | undefined;
|
|
7061
|
+
} | undefined;
|
|
7062
|
+
} | undefined;
|
|
6048
7063
|
readonly conditionalRequired?: {
|
|
6049
7064
|
dialect: "cel" | "js" | "cron" | "template";
|
|
6050
7065
|
source?: string | undefined;
|
|
@@ -6151,6 +7166,13 @@ declare const SysShareLink: Omit<{
|
|
|
6151
7166
|
reference?: string | undefined;
|
|
6152
7167
|
referenceFilters?: string[] | undefined;
|
|
6153
7168
|
writeRequiresMasterRead?: boolean | undefined;
|
|
7169
|
+
inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
7170
|
+
inlineTitle?: string | undefined;
|
|
7171
|
+
inlineColumns?: any[] | undefined;
|
|
7172
|
+
inlineAmountField?: string | undefined;
|
|
7173
|
+
relatedList?: boolean | undefined;
|
|
7174
|
+
relatedListTitle?: string | undefined;
|
|
7175
|
+
relatedListColumns?: any[] | undefined;
|
|
6154
7176
|
expression?: {
|
|
6155
7177
|
dialect: "cel" | "js" | "cron" | "template";
|
|
6156
7178
|
source?: string | undefined;
|
|
@@ -6172,6 +7194,7 @@ declare const SysShareLink: Omit<{
|
|
|
6172
7194
|
object: string;
|
|
6173
7195
|
field: string;
|
|
6174
7196
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
7197
|
+
relationshipField?: string | undefined;
|
|
6175
7198
|
} | undefined;
|
|
6176
7199
|
language?: string | undefined;
|
|
6177
7200
|
theme?: string | undefined;
|
|
@@ -6285,6 +7308,57 @@ declare const SysShareLink: Omit<{
|
|
|
6285
7308
|
} | undefined;
|
|
6286
7309
|
} | undefined;
|
|
6287
7310
|
group?: string | undefined;
|
|
7311
|
+
visibleWhen?: {
|
|
7312
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7313
|
+
source?: string | undefined;
|
|
7314
|
+
ast?: unknown;
|
|
7315
|
+
meta?: {
|
|
7316
|
+
rationale?: string | undefined;
|
|
7317
|
+
generatedBy?: string | undefined;
|
|
7318
|
+
} | undefined;
|
|
7319
|
+
} | {
|
|
7320
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7321
|
+
source?: string | undefined;
|
|
7322
|
+
ast?: unknown;
|
|
7323
|
+
meta?: {
|
|
7324
|
+
rationale?: string | undefined;
|
|
7325
|
+
generatedBy?: string | undefined;
|
|
7326
|
+
} | undefined;
|
|
7327
|
+
} | undefined;
|
|
7328
|
+
readonlyWhen?: {
|
|
7329
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7330
|
+
source?: string | undefined;
|
|
7331
|
+
ast?: unknown;
|
|
7332
|
+
meta?: {
|
|
7333
|
+
rationale?: string | undefined;
|
|
7334
|
+
generatedBy?: string | undefined;
|
|
7335
|
+
} | undefined;
|
|
7336
|
+
} | {
|
|
7337
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7338
|
+
source?: string | undefined;
|
|
7339
|
+
ast?: unknown;
|
|
7340
|
+
meta?: {
|
|
7341
|
+
rationale?: string | undefined;
|
|
7342
|
+
generatedBy?: string | undefined;
|
|
7343
|
+
} | undefined;
|
|
7344
|
+
} | undefined;
|
|
7345
|
+
requiredWhen?: {
|
|
7346
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7347
|
+
source?: string | undefined;
|
|
7348
|
+
ast?: unknown;
|
|
7349
|
+
meta?: {
|
|
7350
|
+
rationale?: string | undefined;
|
|
7351
|
+
generatedBy?: string | undefined;
|
|
7352
|
+
} | undefined;
|
|
7353
|
+
} | {
|
|
7354
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
7355
|
+
source?: string | undefined;
|
|
7356
|
+
ast?: unknown;
|
|
7357
|
+
meta?: {
|
|
7358
|
+
rationale?: string | undefined;
|
|
7359
|
+
generatedBy?: string | undefined;
|
|
7360
|
+
} | undefined;
|
|
7361
|
+
} | undefined;
|
|
6288
7362
|
conditionalRequired?: {
|
|
6289
7363
|
dialect: "cel" | "js" | "cron" | "template";
|
|
6290
7364
|
source?: string | undefined;
|
|
@@ -6426,7 +7500,7 @@ declare const SysShareLink: Omit<{
|
|
|
6426
7500
|
} | undefined;
|
|
6427
7501
|
compactLayout?: string[] | undefined;
|
|
6428
7502
|
listViews?: Record<string, {
|
|
6429
|
-
type: "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map"
|
|
7503
|
+
type: "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
6430
7504
|
columns: string[] | {
|
|
6431
7505
|
field: string;
|
|
6432
7506
|
label?: string | undefined;
|
|
@@ -6595,7 +7669,7 @@ declare const SysShareLink: Omit<{
|
|
|
6595
7669
|
} | undefined;
|
|
6596
7670
|
appearance?: {
|
|
6597
7671
|
showDescription: boolean;
|
|
6598
|
-
allowedVisualizations?: ("kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "map"
|
|
7672
|
+
allowedVisualizations?: ("grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "map")[] | undefined;
|
|
6599
7673
|
} | undefined;
|
|
6600
7674
|
tabs?: {
|
|
6601
7675
|
name: string;
|
|
@@ -6615,7 +7689,7 @@ declare const SysShareLink: Omit<{
|
|
|
6615
7689
|
addRecord?: {
|
|
6616
7690
|
enabled: boolean;
|
|
6617
7691
|
position: "top" | "bottom" | "both";
|
|
6618
|
-
mode: "
|
|
7692
|
+
mode: "form" | "modal" | "inline";
|
|
6619
7693
|
formView?: string | undefined;
|
|
6620
7694
|
} | undefined;
|
|
6621
7695
|
showRecordCount?: boolean | undefined;
|
|
@@ -6701,7 +7775,7 @@ declare const SysShareLink: Omit<{
|
|
|
6701
7775
|
actions?: {
|
|
6702
7776
|
name: string;
|
|
6703
7777
|
label: string;
|
|
6704
|
-
type: "url" | "
|
|
7778
|
+
type: "url" | "form" | "flow" | "api" | "script" | "modal";
|
|
6705
7779
|
refreshAfter: boolean;
|
|
6706
7780
|
objectName?: string | undefined;
|
|
6707
7781
|
icon?: string | undefined;
|
|
@@ -6769,7 +7843,18 @@ declare const SysShareLink: Omit<{
|
|
|
6769
7843
|
} | undefined;
|
|
6770
7844
|
shortcut?: string | undefined;
|
|
6771
7845
|
bulkEnabled?: boolean | undefined;
|
|
6772
|
-
|
|
7846
|
+
ai?: {
|
|
7847
|
+
exposed: boolean;
|
|
7848
|
+
description?: string | undefined;
|
|
7849
|
+
category?: "action" | "data" | "flow" | "integration" | "vector_search" | "analytics" | "utility" | undefined;
|
|
7850
|
+
paramHints?: Record<string, {
|
|
7851
|
+
description?: string | undefined;
|
|
7852
|
+
enum?: (string | number)[] | undefined;
|
|
7853
|
+
examples?: unknown[] | undefined;
|
|
7854
|
+
}> | undefined;
|
|
7855
|
+
outputSchema?: Record<string, unknown> | undefined;
|
|
7856
|
+
requiresConfirmation?: boolean | undefined;
|
|
7857
|
+
} | undefined;
|
|
6773
7858
|
recordIdParam?: string | undefined;
|
|
6774
7859
|
recordIdField?: string | undefined;
|
|
6775
7860
|
bodyShape?: "flat" | {
|
|
@@ -6935,6 +8020,13 @@ declare const SysShareLink: Omit<{
|
|
|
6935
8020
|
readonly referenceFilters?: string[] | undefined;
|
|
6936
8021
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
6937
8022
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
8023
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
8024
|
+
readonly inlineTitle?: string | undefined;
|
|
8025
|
+
readonly inlineColumns?: any[] | undefined;
|
|
8026
|
+
readonly inlineAmountField?: string | undefined;
|
|
8027
|
+
readonly relatedList?: boolean | undefined;
|
|
8028
|
+
readonly relatedListTitle?: string | undefined;
|
|
8029
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
6938
8030
|
readonly expression?: {
|
|
6939
8031
|
dialect: "cel" | "js" | "cron" | "template";
|
|
6940
8032
|
source?: string | undefined;
|
|
@@ -6948,6 +8040,7 @@ declare const SysShareLink: Omit<{
|
|
|
6948
8040
|
object: string;
|
|
6949
8041
|
field: string;
|
|
6950
8042
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
8043
|
+
relationshipField?: string | undefined;
|
|
6951
8044
|
} | undefined;
|
|
6952
8045
|
readonly language?: string | undefined;
|
|
6953
8046
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -7042,6 +8135,33 @@ declare const SysShareLink: Omit<{
|
|
|
7042
8135
|
threshold: number;
|
|
7043
8136
|
} | undefined;
|
|
7044
8137
|
} | undefined;
|
|
8138
|
+
readonly visibleWhen?: {
|
|
8139
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8140
|
+
source?: string | undefined;
|
|
8141
|
+
ast?: unknown;
|
|
8142
|
+
meta?: {
|
|
8143
|
+
rationale?: string | undefined;
|
|
8144
|
+
generatedBy?: string | undefined;
|
|
8145
|
+
} | undefined;
|
|
8146
|
+
} | undefined;
|
|
8147
|
+
readonly readonlyWhen?: {
|
|
8148
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8149
|
+
source?: string | undefined;
|
|
8150
|
+
ast?: unknown;
|
|
8151
|
+
meta?: {
|
|
8152
|
+
rationale?: string | undefined;
|
|
8153
|
+
generatedBy?: string | undefined;
|
|
8154
|
+
} | undefined;
|
|
8155
|
+
} | undefined;
|
|
8156
|
+
readonly requiredWhen?: {
|
|
8157
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8158
|
+
source?: string | undefined;
|
|
8159
|
+
ast?: unknown;
|
|
8160
|
+
meta?: {
|
|
8161
|
+
rationale?: string | undefined;
|
|
8162
|
+
generatedBy?: string | undefined;
|
|
8163
|
+
} | undefined;
|
|
8164
|
+
} | undefined;
|
|
7045
8165
|
readonly conditionalRequired?: {
|
|
7046
8166
|
dialect: "cel" | "js" | "cron" | "template";
|
|
7047
8167
|
source?: string | undefined;
|
|
@@ -7110,6 +8230,13 @@ declare const SysShareLink: Omit<{
|
|
|
7110
8230
|
readonly referenceFilters?: string[] | undefined;
|
|
7111
8231
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
7112
8232
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
8233
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
8234
|
+
readonly inlineTitle?: string | undefined;
|
|
8235
|
+
readonly inlineColumns?: any[] | undefined;
|
|
8236
|
+
readonly inlineAmountField?: string | undefined;
|
|
8237
|
+
readonly relatedList?: boolean | undefined;
|
|
8238
|
+
readonly relatedListTitle?: string | undefined;
|
|
8239
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
7113
8240
|
readonly expression?: {
|
|
7114
8241
|
dialect: "cel" | "js" | "cron" | "template";
|
|
7115
8242
|
source?: string | undefined;
|
|
@@ -7123,6 +8250,7 @@ declare const SysShareLink: Omit<{
|
|
|
7123
8250
|
object: string;
|
|
7124
8251
|
field: string;
|
|
7125
8252
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
8253
|
+
relationshipField?: string | undefined;
|
|
7126
8254
|
} | undefined;
|
|
7127
8255
|
readonly language?: string | undefined;
|
|
7128
8256
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -7217,6 +8345,33 @@ declare const SysShareLink: Omit<{
|
|
|
7217
8345
|
threshold: number;
|
|
7218
8346
|
} | undefined;
|
|
7219
8347
|
} | undefined;
|
|
8348
|
+
readonly visibleWhen?: {
|
|
8349
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8350
|
+
source?: string | undefined;
|
|
8351
|
+
ast?: unknown;
|
|
8352
|
+
meta?: {
|
|
8353
|
+
rationale?: string | undefined;
|
|
8354
|
+
generatedBy?: string | undefined;
|
|
8355
|
+
} | undefined;
|
|
8356
|
+
} | undefined;
|
|
8357
|
+
readonly readonlyWhen?: {
|
|
8358
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8359
|
+
source?: string | undefined;
|
|
8360
|
+
ast?: unknown;
|
|
8361
|
+
meta?: {
|
|
8362
|
+
rationale?: string | undefined;
|
|
8363
|
+
generatedBy?: string | undefined;
|
|
8364
|
+
} | undefined;
|
|
8365
|
+
} | undefined;
|
|
8366
|
+
readonly requiredWhen?: {
|
|
8367
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8368
|
+
source?: string | undefined;
|
|
8369
|
+
ast?: unknown;
|
|
8370
|
+
meta?: {
|
|
8371
|
+
rationale?: string | undefined;
|
|
8372
|
+
generatedBy?: string | undefined;
|
|
8373
|
+
} | undefined;
|
|
8374
|
+
} | undefined;
|
|
7220
8375
|
readonly conditionalRequired?: {
|
|
7221
8376
|
dialect: "cel" | "js" | "cron" | "template";
|
|
7222
8377
|
source?: string | undefined;
|
|
@@ -7285,6 +8440,13 @@ declare const SysShareLink: Omit<{
|
|
|
7285
8440
|
readonly referenceFilters?: string[] | undefined;
|
|
7286
8441
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
7287
8442
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
8443
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
8444
|
+
readonly inlineTitle?: string | undefined;
|
|
8445
|
+
readonly inlineColumns?: any[] | undefined;
|
|
8446
|
+
readonly inlineAmountField?: string | undefined;
|
|
8447
|
+
readonly relatedList?: boolean | undefined;
|
|
8448
|
+
readonly relatedListTitle?: string | undefined;
|
|
8449
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
7288
8450
|
readonly expression?: {
|
|
7289
8451
|
dialect: "cel" | "js" | "cron" | "template";
|
|
7290
8452
|
source?: string | undefined;
|
|
@@ -7298,6 +8460,7 @@ declare const SysShareLink: Omit<{
|
|
|
7298
8460
|
object: string;
|
|
7299
8461
|
field: string;
|
|
7300
8462
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
8463
|
+
relationshipField?: string | undefined;
|
|
7301
8464
|
} | undefined;
|
|
7302
8465
|
readonly language?: string | undefined;
|
|
7303
8466
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -7392,6 +8555,33 @@ declare const SysShareLink: Omit<{
|
|
|
7392
8555
|
threshold: number;
|
|
7393
8556
|
} | undefined;
|
|
7394
8557
|
} | undefined;
|
|
8558
|
+
readonly visibleWhen?: {
|
|
8559
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8560
|
+
source?: string | undefined;
|
|
8561
|
+
ast?: unknown;
|
|
8562
|
+
meta?: {
|
|
8563
|
+
rationale?: string | undefined;
|
|
8564
|
+
generatedBy?: string | undefined;
|
|
8565
|
+
} | undefined;
|
|
8566
|
+
} | undefined;
|
|
8567
|
+
readonly readonlyWhen?: {
|
|
8568
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8569
|
+
source?: string | undefined;
|
|
8570
|
+
ast?: unknown;
|
|
8571
|
+
meta?: {
|
|
8572
|
+
rationale?: string | undefined;
|
|
8573
|
+
generatedBy?: string | undefined;
|
|
8574
|
+
} | undefined;
|
|
8575
|
+
} | undefined;
|
|
8576
|
+
readonly requiredWhen?: {
|
|
8577
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8578
|
+
source?: string | undefined;
|
|
8579
|
+
ast?: unknown;
|
|
8580
|
+
meta?: {
|
|
8581
|
+
rationale?: string | undefined;
|
|
8582
|
+
generatedBy?: string | undefined;
|
|
8583
|
+
} | undefined;
|
|
8584
|
+
} | undefined;
|
|
7395
8585
|
readonly conditionalRequired?: {
|
|
7396
8586
|
dialect: "cel" | "js" | "cron" | "template";
|
|
7397
8587
|
source?: string | undefined;
|
|
@@ -7460,6 +8650,13 @@ declare const SysShareLink: Omit<{
|
|
|
7460
8650
|
readonly referenceFilters?: string[] | undefined;
|
|
7461
8651
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
7462
8652
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
8653
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
8654
|
+
readonly inlineTitle?: string | undefined;
|
|
8655
|
+
readonly inlineColumns?: any[] | undefined;
|
|
8656
|
+
readonly inlineAmountField?: string | undefined;
|
|
8657
|
+
readonly relatedList?: boolean | undefined;
|
|
8658
|
+
readonly relatedListTitle?: string | undefined;
|
|
8659
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
7463
8660
|
readonly expression?: {
|
|
7464
8661
|
dialect: "cel" | "js" | "cron" | "template";
|
|
7465
8662
|
source?: string | undefined;
|
|
@@ -7473,6 +8670,7 @@ declare const SysShareLink: Omit<{
|
|
|
7473
8670
|
object: string;
|
|
7474
8671
|
field: string;
|
|
7475
8672
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
8673
|
+
relationshipField?: string | undefined;
|
|
7476
8674
|
} | undefined;
|
|
7477
8675
|
readonly language?: string | undefined;
|
|
7478
8676
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -7567,6 +8765,33 @@ declare const SysShareLink: Omit<{
|
|
|
7567
8765
|
threshold: number;
|
|
7568
8766
|
} | undefined;
|
|
7569
8767
|
} | undefined;
|
|
8768
|
+
readonly visibleWhen?: {
|
|
8769
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8770
|
+
source?: string | undefined;
|
|
8771
|
+
ast?: unknown;
|
|
8772
|
+
meta?: {
|
|
8773
|
+
rationale?: string | undefined;
|
|
8774
|
+
generatedBy?: string | undefined;
|
|
8775
|
+
} | undefined;
|
|
8776
|
+
} | undefined;
|
|
8777
|
+
readonly readonlyWhen?: {
|
|
8778
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8779
|
+
source?: string | undefined;
|
|
8780
|
+
ast?: unknown;
|
|
8781
|
+
meta?: {
|
|
8782
|
+
rationale?: string | undefined;
|
|
8783
|
+
generatedBy?: string | undefined;
|
|
8784
|
+
} | undefined;
|
|
8785
|
+
} | undefined;
|
|
8786
|
+
readonly requiredWhen?: {
|
|
8787
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8788
|
+
source?: string | undefined;
|
|
8789
|
+
ast?: unknown;
|
|
8790
|
+
meta?: {
|
|
8791
|
+
rationale?: string | undefined;
|
|
8792
|
+
generatedBy?: string | undefined;
|
|
8793
|
+
} | undefined;
|
|
8794
|
+
} | undefined;
|
|
7570
8795
|
readonly conditionalRequired?: {
|
|
7571
8796
|
dialect: "cel" | "js" | "cron" | "template";
|
|
7572
8797
|
source?: string | undefined;
|
|
@@ -7635,6 +8860,13 @@ declare const SysShareLink: Omit<{
|
|
|
7635
8860
|
readonly referenceFilters?: string[] | undefined;
|
|
7636
8861
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
7637
8862
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
8863
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
8864
|
+
readonly inlineTitle?: string | undefined;
|
|
8865
|
+
readonly inlineColumns?: any[] | undefined;
|
|
8866
|
+
readonly inlineAmountField?: string | undefined;
|
|
8867
|
+
readonly relatedList?: boolean | undefined;
|
|
8868
|
+
readonly relatedListTitle?: string | undefined;
|
|
8869
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
7638
8870
|
readonly expression?: {
|
|
7639
8871
|
dialect: "cel" | "js" | "cron" | "template";
|
|
7640
8872
|
source?: string | undefined;
|
|
@@ -7648,6 +8880,7 @@ declare const SysShareLink: Omit<{
|
|
|
7648
8880
|
object: string;
|
|
7649
8881
|
field: string;
|
|
7650
8882
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
8883
|
+
relationshipField?: string | undefined;
|
|
7651
8884
|
} | undefined;
|
|
7652
8885
|
readonly language?: string | undefined;
|
|
7653
8886
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -7742,6 +8975,33 @@ declare const SysShareLink: Omit<{
|
|
|
7742
8975
|
threshold: number;
|
|
7743
8976
|
} | undefined;
|
|
7744
8977
|
} | undefined;
|
|
8978
|
+
readonly visibleWhen?: {
|
|
8979
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8980
|
+
source?: string | undefined;
|
|
8981
|
+
ast?: unknown;
|
|
8982
|
+
meta?: {
|
|
8983
|
+
rationale?: string | undefined;
|
|
8984
|
+
generatedBy?: string | undefined;
|
|
8985
|
+
} | undefined;
|
|
8986
|
+
} | undefined;
|
|
8987
|
+
readonly readonlyWhen?: {
|
|
8988
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8989
|
+
source?: string | undefined;
|
|
8990
|
+
ast?: unknown;
|
|
8991
|
+
meta?: {
|
|
8992
|
+
rationale?: string | undefined;
|
|
8993
|
+
generatedBy?: string | undefined;
|
|
8994
|
+
} | undefined;
|
|
8995
|
+
} | undefined;
|
|
8996
|
+
readonly requiredWhen?: {
|
|
8997
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
8998
|
+
source?: string | undefined;
|
|
8999
|
+
ast?: unknown;
|
|
9000
|
+
meta?: {
|
|
9001
|
+
rationale?: string | undefined;
|
|
9002
|
+
generatedBy?: string | undefined;
|
|
9003
|
+
} | undefined;
|
|
9004
|
+
} | undefined;
|
|
7745
9005
|
readonly conditionalRequired?: {
|
|
7746
9006
|
dialect: "cel" | "js" | "cron" | "template";
|
|
7747
9007
|
source?: string | undefined;
|
|
@@ -7810,6 +9070,13 @@ declare const SysShareLink: Omit<{
|
|
|
7810
9070
|
readonly referenceFilters?: string[] | undefined;
|
|
7811
9071
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
7812
9072
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
9073
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
9074
|
+
readonly inlineTitle?: string | undefined;
|
|
9075
|
+
readonly inlineColumns?: any[] | undefined;
|
|
9076
|
+
readonly inlineAmountField?: string | undefined;
|
|
9077
|
+
readonly relatedList?: boolean | undefined;
|
|
9078
|
+
readonly relatedListTitle?: string | undefined;
|
|
9079
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
7813
9080
|
readonly expression?: {
|
|
7814
9081
|
dialect: "cel" | "js" | "cron" | "template";
|
|
7815
9082
|
source?: string | undefined;
|
|
@@ -7823,6 +9090,7 @@ declare const SysShareLink: Omit<{
|
|
|
7823
9090
|
object: string;
|
|
7824
9091
|
field: string;
|
|
7825
9092
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
9093
|
+
relationshipField?: string | undefined;
|
|
7826
9094
|
} | undefined;
|
|
7827
9095
|
readonly language?: string | undefined;
|
|
7828
9096
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -7909,12 +9177,39 @@ declare const SysShareLink: Omit<{
|
|
|
7909
9177
|
ttl: number;
|
|
7910
9178
|
invalidateOn: string[];
|
|
7911
9179
|
} | undefined;
|
|
7912
|
-
readonly dataQuality?: {
|
|
7913
|
-
uniqueness: boolean;
|
|
7914
|
-
completeness: number;
|
|
7915
|
-
accuracy?: {
|
|
7916
|
-
source: string;
|
|
7917
|
-
threshold: number;
|
|
9180
|
+
readonly dataQuality?: {
|
|
9181
|
+
uniqueness: boolean;
|
|
9182
|
+
completeness: number;
|
|
9183
|
+
accuracy?: {
|
|
9184
|
+
source: string;
|
|
9185
|
+
threshold: number;
|
|
9186
|
+
} | undefined;
|
|
9187
|
+
} | undefined;
|
|
9188
|
+
readonly visibleWhen?: {
|
|
9189
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9190
|
+
source?: string | undefined;
|
|
9191
|
+
ast?: unknown;
|
|
9192
|
+
meta?: {
|
|
9193
|
+
rationale?: string | undefined;
|
|
9194
|
+
generatedBy?: string | undefined;
|
|
9195
|
+
} | undefined;
|
|
9196
|
+
} | undefined;
|
|
9197
|
+
readonly readonlyWhen?: {
|
|
9198
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9199
|
+
source?: string | undefined;
|
|
9200
|
+
ast?: unknown;
|
|
9201
|
+
meta?: {
|
|
9202
|
+
rationale?: string | undefined;
|
|
9203
|
+
generatedBy?: string | undefined;
|
|
9204
|
+
} | undefined;
|
|
9205
|
+
} | undefined;
|
|
9206
|
+
readonly requiredWhen?: {
|
|
9207
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9208
|
+
source?: string | undefined;
|
|
9209
|
+
ast?: unknown;
|
|
9210
|
+
meta?: {
|
|
9211
|
+
rationale?: string | undefined;
|
|
9212
|
+
generatedBy?: string | undefined;
|
|
7918
9213
|
} | undefined;
|
|
7919
9214
|
} | undefined;
|
|
7920
9215
|
readonly conditionalRequired?: {
|
|
@@ -7985,6 +9280,13 @@ declare const SysShareLink: Omit<{
|
|
|
7985
9280
|
readonly referenceFilters?: string[] | undefined;
|
|
7986
9281
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
7987
9282
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
9283
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
9284
|
+
readonly inlineTitle?: string | undefined;
|
|
9285
|
+
readonly inlineColumns?: any[] | undefined;
|
|
9286
|
+
readonly inlineAmountField?: string | undefined;
|
|
9287
|
+
readonly relatedList?: boolean | undefined;
|
|
9288
|
+
readonly relatedListTitle?: string | undefined;
|
|
9289
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
7988
9290
|
readonly expression?: {
|
|
7989
9291
|
dialect: "cel" | "js" | "cron" | "template";
|
|
7990
9292
|
source?: string | undefined;
|
|
@@ -7998,6 +9300,7 @@ declare const SysShareLink: Omit<{
|
|
|
7998
9300
|
object: string;
|
|
7999
9301
|
field: string;
|
|
8000
9302
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
9303
|
+
relationshipField?: string | undefined;
|
|
8001
9304
|
} | undefined;
|
|
8002
9305
|
readonly language?: string | undefined;
|
|
8003
9306
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -8092,6 +9395,33 @@ declare const SysShareLink: Omit<{
|
|
|
8092
9395
|
threshold: number;
|
|
8093
9396
|
} | undefined;
|
|
8094
9397
|
} | undefined;
|
|
9398
|
+
readonly visibleWhen?: {
|
|
9399
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9400
|
+
source?: string | undefined;
|
|
9401
|
+
ast?: unknown;
|
|
9402
|
+
meta?: {
|
|
9403
|
+
rationale?: string | undefined;
|
|
9404
|
+
generatedBy?: string | undefined;
|
|
9405
|
+
} | undefined;
|
|
9406
|
+
} | undefined;
|
|
9407
|
+
readonly readonlyWhen?: {
|
|
9408
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9409
|
+
source?: string | undefined;
|
|
9410
|
+
ast?: unknown;
|
|
9411
|
+
meta?: {
|
|
9412
|
+
rationale?: string | undefined;
|
|
9413
|
+
generatedBy?: string | undefined;
|
|
9414
|
+
} | undefined;
|
|
9415
|
+
} | undefined;
|
|
9416
|
+
readonly requiredWhen?: {
|
|
9417
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9418
|
+
source?: string | undefined;
|
|
9419
|
+
ast?: unknown;
|
|
9420
|
+
meta?: {
|
|
9421
|
+
rationale?: string | undefined;
|
|
9422
|
+
generatedBy?: string | undefined;
|
|
9423
|
+
} | undefined;
|
|
9424
|
+
} | undefined;
|
|
8095
9425
|
readonly conditionalRequired?: {
|
|
8096
9426
|
dialect: "cel" | "js" | "cron" | "template";
|
|
8097
9427
|
source?: string | undefined;
|
|
@@ -8160,6 +9490,13 @@ declare const SysShareLink: Omit<{
|
|
|
8160
9490
|
readonly referenceFilters?: string[] | undefined;
|
|
8161
9491
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
8162
9492
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
9493
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
9494
|
+
readonly inlineTitle?: string | undefined;
|
|
9495
|
+
readonly inlineColumns?: any[] | undefined;
|
|
9496
|
+
readonly inlineAmountField?: string | undefined;
|
|
9497
|
+
readonly relatedList?: boolean | undefined;
|
|
9498
|
+
readonly relatedListTitle?: string | undefined;
|
|
9499
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
8163
9500
|
readonly expression?: {
|
|
8164
9501
|
dialect: "cel" | "js" | "cron" | "template";
|
|
8165
9502
|
source?: string | undefined;
|
|
@@ -8173,6 +9510,7 @@ declare const SysShareLink: Omit<{
|
|
|
8173
9510
|
object: string;
|
|
8174
9511
|
field: string;
|
|
8175
9512
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
9513
|
+
relationshipField?: string | undefined;
|
|
8176
9514
|
} | undefined;
|
|
8177
9515
|
readonly language?: string | undefined;
|
|
8178
9516
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -8267,6 +9605,33 @@ declare const SysShareLink: Omit<{
|
|
|
8267
9605
|
threshold: number;
|
|
8268
9606
|
} | undefined;
|
|
8269
9607
|
} | undefined;
|
|
9608
|
+
readonly visibleWhen?: {
|
|
9609
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9610
|
+
source?: string | undefined;
|
|
9611
|
+
ast?: unknown;
|
|
9612
|
+
meta?: {
|
|
9613
|
+
rationale?: string | undefined;
|
|
9614
|
+
generatedBy?: string | undefined;
|
|
9615
|
+
} | undefined;
|
|
9616
|
+
} | undefined;
|
|
9617
|
+
readonly readonlyWhen?: {
|
|
9618
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9619
|
+
source?: string | undefined;
|
|
9620
|
+
ast?: unknown;
|
|
9621
|
+
meta?: {
|
|
9622
|
+
rationale?: string | undefined;
|
|
9623
|
+
generatedBy?: string | undefined;
|
|
9624
|
+
} | undefined;
|
|
9625
|
+
} | undefined;
|
|
9626
|
+
readonly requiredWhen?: {
|
|
9627
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9628
|
+
source?: string | undefined;
|
|
9629
|
+
ast?: unknown;
|
|
9630
|
+
meta?: {
|
|
9631
|
+
rationale?: string | undefined;
|
|
9632
|
+
generatedBy?: string | undefined;
|
|
9633
|
+
} | undefined;
|
|
9634
|
+
} | undefined;
|
|
8270
9635
|
readonly conditionalRequired?: {
|
|
8271
9636
|
dialect: "cel" | "js" | "cron" | "template";
|
|
8272
9637
|
source?: string | undefined;
|
|
@@ -8335,6 +9700,13 @@ declare const SysShareLink: Omit<{
|
|
|
8335
9700
|
readonly referenceFilters?: string[] | undefined;
|
|
8336
9701
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
8337
9702
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
9703
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
9704
|
+
readonly inlineTitle?: string | undefined;
|
|
9705
|
+
readonly inlineColumns?: any[] | undefined;
|
|
9706
|
+
readonly inlineAmountField?: string | undefined;
|
|
9707
|
+
readonly relatedList?: boolean | undefined;
|
|
9708
|
+
readonly relatedListTitle?: string | undefined;
|
|
9709
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
8338
9710
|
readonly expression?: {
|
|
8339
9711
|
dialect: "cel" | "js" | "cron" | "template";
|
|
8340
9712
|
source?: string | undefined;
|
|
@@ -8348,6 +9720,7 @@ declare const SysShareLink: Omit<{
|
|
|
8348
9720
|
object: string;
|
|
8349
9721
|
field: string;
|
|
8350
9722
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
9723
|
+
relationshipField?: string | undefined;
|
|
8351
9724
|
} | undefined;
|
|
8352
9725
|
readonly language?: string | undefined;
|
|
8353
9726
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -8442,6 +9815,33 @@ declare const SysShareLink: Omit<{
|
|
|
8442
9815
|
threshold: number;
|
|
8443
9816
|
} | undefined;
|
|
8444
9817
|
} | undefined;
|
|
9818
|
+
readonly visibleWhen?: {
|
|
9819
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9820
|
+
source?: string | undefined;
|
|
9821
|
+
ast?: unknown;
|
|
9822
|
+
meta?: {
|
|
9823
|
+
rationale?: string | undefined;
|
|
9824
|
+
generatedBy?: string | undefined;
|
|
9825
|
+
} | undefined;
|
|
9826
|
+
} | undefined;
|
|
9827
|
+
readonly readonlyWhen?: {
|
|
9828
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9829
|
+
source?: string | undefined;
|
|
9830
|
+
ast?: unknown;
|
|
9831
|
+
meta?: {
|
|
9832
|
+
rationale?: string | undefined;
|
|
9833
|
+
generatedBy?: string | undefined;
|
|
9834
|
+
} | undefined;
|
|
9835
|
+
} | undefined;
|
|
9836
|
+
readonly requiredWhen?: {
|
|
9837
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
9838
|
+
source?: string | undefined;
|
|
9839
|
+
ast?: unknown;
|
|
9840
|
+
meta?: {
|
|
9841
|
+
rationale?: string | undefined;
|
|
9842
|
+
generatedBy?: string | undefined;
|
|
9843
|
+
} | undefined;
|
|
9844
|
+
} | undefined;
|
|
8445
9845
|
readonly conditionalRequired?: {
|
|
8446
9846
|
dialect: "cel" | "js" | "cron" | "template";
|
|
8447
9847
|
source?: string | undefined;
|
|
@@ -8510,6 +9910,13 @@ declare const SysShareLink: Omit<{
|
|
|
8510
9910
|
readonly referenceFilters?: string[] | undefined;
|
|
8511
9911
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
8512
9912
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
9913
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
9914
|
+
readonly inlineTitle?: string | undefined;
|
|
9915
|
+
readonly inlineColumns?: any[] | undefined;
|
|
9916
|
+
readonly inlineAmountField?: string | undefined;
|
|
9917
|
+
readonly relatedList?: boolean | undefined;
|
|
9918
|
+
readonly relatedListTitle?: string | undefined;
|
|
9919
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
8513
9920
|
readonly expression?: {
|
|
8514
9921
|
dialect: "cel" | "js" | "cron" | "template";
|
|
8515
9922
|
source?: string | undefined;
|
|
@@ -8523,6 +9930,7 @@ declare const SysShareLink: Omit<{
|
|
|
8523
9930
|
object: string;
|
|
8524
9931
|
field: string;
|
|
8525
9932
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
9933
|
+
relationshipField?: string | undefined;
|
|
8526
9934
|
} | undefined;
|
|
8527
9935
|
readonly language?: string | undefined;
|
|
8528
9936
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -8617,6 +10025,33 @@ declare const SysShareLink: Omit<{
|
|
|
8617
10025
|
threshold: number;
|
|
8618
10026
|
} | undefined;
|
|
8619
10027
|
} | undefined;
|
|
10028
|
+
readonly visibleWhen?: {
|
|
10029
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10030
|
+
source?: string | undefined;
|
|
10031
|
+
ast?: unknown;
|
|
10032
|
+
meta?: {
|
|
10033
|
+
rationale?: string | undefined;
|
|
10034
|
+
generatedBy?: string | undefined;
|
|
10035
|
+
} | undefined;
|
|
10036
|
+
} | undefined;
|
|
10037
|
+
readonly readonlyWhen?: {
|
|
10038
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10039
|
+
source?: string | undefined;
|
|
10040
|
+
ast?: unknown;
|
|
10041
|
+
meta?: {
|
|
10042
|
+
rationale?: string | undefined;
|
|
10043
|
+
generatedBy?: string | undefined;
|
|
10044
|
+
} | undefined;
|
|
10045
|
+
} | undefined;
|
|
10046
|
+
readonly requiredWhen?: {
|
|
10047
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10048
|
+
source?: string | undefined;
|
|
10049
|
+
ast?: unknown;
|
|
10050
|
+
meta?: {
|
|
10051
|
+
rationale?: string | undefined;
|
|
10052
|
+
generatedBy?: string | undefined;
|
|
10053
|
+
} | undefined;
|
|
10054
|
+
} | undefined;
|
|
8620
10055
|
readonly conditionalRequired?: {
|
|
8621
10056
|
dialect: "cel" | "js" | "cron" | "template";
|
|
8622
10057
|
source?: string | undefined;
|
|
@@ -8685,6 +10120,13 @@ declare const SysShareLink: Omit<{
|
|
|
8685
10120
|
readonly referenceFilters?: string[] | undefined;
|
|
8686
10121
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
8687
10122
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
10123
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
10124
|
+
readonly inlineTitle?: string | undefined;
|
|
10125
|
+
readonly inlineColumns?: any[] | undefined;
|
|
10126
|
+
readonly inlineAmountField?: string | undefined;
|
|
10127
|
+
readonly relatedList?: boolean | undefined;
|
|
10128
|
+
readonly relatedListTitle?: string | undefined;
|
|
10129
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
8688
10130
|
readonly expression?: {
|
|
8689
10131
|
dialect: "cel" | "js" | "cron" | "template";
|
|
8690
10132
|
source?: string | undefined;
|
|
@@ -8698,6 +10140,7 @@ declare const SysShareLink: Omit<{
|
|
|
8698
10140
|
object: string;
|
|
8699
10141
|
field: string;
|
|
8700
10142
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
10143
|
+
relationshipField?: string | undefined;
|
|
8701
10144
|
} | undefined;
|
|
8702
10145
|
readonly language?: string | undefined;
|
|
8703
10146
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -8792,6 +10235,33 @@ declare const SysShareLink: Omit<{
|
|
|
8792
10235
|
threshold: number;
|
|
8793
10236
|
} | undefined;
|
|
8794
10237
|
} | undefined;
|
|
10238
|
+
readonly visibleWhen?: {
|
|
10239
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10240
|
+
source?: string | undefined;
|
|
10241
|
+
ast?: unknown;
|
|
10242
|
+
meta?: {
|
|
10243
|
+
rationale?: string | undefined;
|
|
10244
|
+
generatedBy?: string | undefined;
|
|
10245
|
+
} | undefined;
|
|
10246
|
+
} | undefined;
|
|
10247
|
+
readonly readonlyWhen?: {
|
|
10248
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10249
|
+
source?: string | undefined;
|
|
10250
|
+
ast?: unknown;
|
|
10251
|
+
meta?: {
|
|
10252
|
+
rationale?: string | undefined;
|
|
10253
|
+
generatedBy?: string | undefined;
|
|
10254
|
+
} | undefined;
|
|
10255
|
+
} | undefined;
|
|
10256
|
+
readonly requiredWhen?: {
|
|
10257
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10258
|
+
source?: string | undefined;
|
|
10259
|
+
ast?: unknown;
|
|
10260
|
+
meta?: {
|
|
10261
|
+
rationale?: string | undefined;
|
|
10262
|
+
generatedBy?: string | undefined;
|
|
10263
|
+
} | undefined;
|
|
10264
|
+
} | undefined;
|
|
8795
10265
|
readonly conditionalRequired?: {
|
|
8796
10266
|
dialect: "cel" | "js" | "cron" | "template";
|
|
8797
10267
|
source?: string | undefined;
|
|
@@ -8860,6 +10330,13 @@ declare const SysShareLink: Omit<{
|
|
|
8860
10330
|
readonly referenceFilters?: string[] | undefined;
|
|
8861
10331
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
8862
10332
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
10333
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
10334
|
+
readonly inlineTitle?: string | undefined;
|
|
10335
|
+
readonly inlineColumns?: any[] | undefined;
|
|
10336
|
+
readonly inlineAmountField?: string | undefined;
|
|
10337
|
+
readonly relatedList?: boolean | undefined;
|
|
10338
|
+
readonly relatedListTitle?: string | undefined;
|
|
10339
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
8863
10340
|
readonly expression?: {
|
|
8864
10341
|
dialect: "cel" | "js" | "cron" | "template";
|
|
8865
10342
|
source?: string | undefined;
|
|
@@ -8873,6 +10350,7 @@ declare const SysShareLink: Omit<{
|
|
|
8873
10350
|
object: string;
|
|
8874
10351
|
field: string;
|
|
8875
10352
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
10353
|
+
relationshipField?: string | undefined;
|
|
8876
10354
|
} | undefined;
|
|
8877
10355
|
readonly language?: string | undefined;
|
|
8878
10356
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -8967,6 +10445,33 @@ declare const SysShareLink: Omit<{
|
|
|
8967
10445
|
threshold: number;
|
|
8968
10446
|
} | undefined;
|
|
8969
10447
|
} | undefined;
|
|
10448
|
+
readonly visibleWhen?: {
|
|
10449
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10450
|
+
source?: string | undefined;
|
|
10451
|
+
ast?: unknown;
|
|
10452
|
+
meta?: {
|
|
10453
|
+
rationale?: string | undefined;
|
|
10454
|
+
generatedBy?: string | undefined;
|
|
10455
|
+
} | undefined;
|
|
10456
|
+
} | undefined;
|
|
10457
|
+
readonly readonlyWhen?: {
|
|
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;
|
|
10466
|
+
readonly requiredWhen?: {
|
|
10467
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10468
|
+
source?: string | undefined;
|
|
10469
|
+
ast?: unknown;
|
|
10470
|
+
meta?: {
|
|
10471
|
+
rationale?: string | undefined;
|
|
10472
|
+
generatedBy?: string | undefined;
|
|
10473
|
+
} | undefined;
|
|
10474
|
+
} | undefined;
|
|
8970
10475
|
readonly conditionalRequired?: {
|
|
8971
10476
|
dialect: "cel" | "js" | "cron" | "template";
|
|
8972
10477
|
source?: string | undefined;
|
|
@@ -9035,6 +10540,13 @@ declare const SysShareLink: Omit<{
|
|
|
9035
10540
|
readonly referenceFilters?: string[] | undefined;
|
|
9036
10541
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
9037
10542
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
10543
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
10544
|
+
readonly inlineTitle?: string | undefined;
|
|
10545
|
+
readonly inlineColumns?: any[] | undefined;
|
|
10546
|
+
readonly inlineAmountField?: string | undefined;
|
|
10547
|
+
readonly relatedList?: boolean | undefined;
|
|
10548
|
+
readonly relatedListTitle?: string | undefined;
|
|
10549
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
9038
10550
|
readonly expression?: {
|
|
9039
10551
|
dialect: "cel" | "js" | "cron" | "template";
|
|
9040
10552
|
source?: string | undefined;
|
|
@@ -9048,6 +10560,7 @@ declare const SysShareLink: Omit<{
|
|
|
9048
10560
|
object: string;
|
|
9049
10561
|
field: string;
|
|
9050
10562
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
10563
|
+
relationshipField?: string | undefined;
|
|
9051
10564
|
} | undefined;
|
|
9052
10565
|
readonly language?: string | undefined;
|
|
9053
10566
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -9142,6 +10655,33 @@ declare const SysShareLink: Omit<{
|
|
|
9142
10655
|
threshold: number;
|
|
9143
10656
|
} | undefined;
|
|
9144
10657
|
} | undefined;
|
|
10658
|
+
readonly visibleWhen?: {
|
|
10659
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10660
|
+
source?: string | undefined;
|
|
10661
|
+
ast?: unknown;
|
|
10662
|
+
meta?: {
|
|
10663
|
+
rationale?: string | undefined;
|
|
10664
|
+
generatedBy?: string | undefined;
|
|
10665
|
+
} | undefined;
|
|
10666
|
+
} | undefined;
|
|
10667
|
+
readonly readonlyWhen?: {
|
|
10668
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10669
|
+
source?: string | undefined;
|
|
10670
|
+
ast?: unknown;
|
|
10671
|
+
meta?: {
|
|
10672
|
+
rationale?: string | undefined;
|
|
10673
|
+
generatedBy?: string | undefined;
|
|
10674
|
+
} | undefined;
|
|
10675
|
+
} | undefined;
|
|
10676
|
+
readonly requiredWhen?: {
|
|
10677
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10678
|
+
source?: string | undefined;
|
|
10679
|
+
ast?: unknown;
|
|
10680
|
+
meta?: {
|
|
10681
|
+
rationale?: string | undefined;
|
|
10682
|
+
generatedBy?: string | undefined;
|
|
10683
|
+
} | undefined;
|
|
10684
|
+
} | undefined;
|
|
9145
10685
|
readonly conditionalRequired?: {
|
|
9146
10686
|
dialect: "cel" | "js" | "cron" | "template";
|
|
9147
10687
|
source?: string | undefined;
|
|
@@ -9210,6 +10750,13 @@ declare const SysShareLink: Omit<{
|
|
|
9210
10750
|
readonly referenceFilters?: string[] | undefined;
|
|
9211
10751
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
9212
10752
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
10753
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
10754
|
+
readonly inlineTitle?: string | undefined;
|
|
10755
|
+
readonly inlineColumns?: any[] | undefined;
|
|
10756
|
+
readonly inlineAmountField?: string | undefined;
|
|
10757
|
+
readonly relatedList?: boolean | undefined;
|
|
10758
|
+
readonly relatedListTitle?: string | undefined;
|
|
10759
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
9213
10760
|
readonly expression?: {
|
|
9214
10761
|
dialect: "cel" | "js" | "cron" | "template";
|
|
9215
10762
|
source?: string | undefined;
|
|
@@ -9223,6 +10770,7 @@ declare const SysShareLink: Omit<{
|
|
|
9223
10770
|
object: string;
|
|
9224
10771
|
field: string;
|
|
9225
10772
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
10773
|
+
relationshipField?: string | undefined;
|
|
9226
10774
|
} | undefined;
|
|
9227
10775
|
readonly language?: string | undefined;
|
|
9228
10776
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -9317,6 +10865,33 @@ declare const SysShareLink: Omit<{
|
|
|
9317
10865
|
threshold: number;
|
|
9318
10866
|
} | undefined;
|
|
9319
10867
|
} | undefined;
|
|
10868
|
+
readonly visibleWhen?: {
|
|
10869
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10870
|
+
source?: string | undefined;
|
|
10871
|
+
ast?: unknown;
|
|
10872
|
+
meta?: {
|
|
10873
|
+
rationale?: string | undefined;
|
|
10874
|
+
generatedBy?: string | undefined;
|
|
10875
|
+
} | undefined;
|
|
10876
|
+
} | undefined;
|
|
10877
|
+
readonly readonlyWhen?: {
|
|
10878
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10879
|
+
source?: string | undefined;
|
|
10880
|
+
ast?: unknown;
|
|
10881
|
+
meta?: {
|
|
10882
|
+
rationale?: string | undefined;
|
|
10883
|
+
generatedBy?: string | undefined;
|
|
10884
|
+
} | undefined;
|
|
10885
|
+
} | undefined;
|
|
10886
|
+
readonly requiredWhen?: {
|
|
10887
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10888
|
+
source?: string | undefined;
|
|
10889
|
+
ast?: unknown;
|
|
10890
|
+
meta?: {
|
|
10891
|
+
rationale?: string | undefined;
|
|
10892
|
+
generatedBy?: string | undefined;
|
|
10893
|
+
} | undefined;
|
|
10894
|
+
} | undefined;
|
|
9320
10895
|
readonly conditionalRequired?: {
|
|
9321
10896
|
dialect: "cel" | "js" | "cron" | "template";
|
|
9322
10897
|
source?: string | undefined;
|
|
@@ -9385,6 +10960,13 @@ declare const SysShareLink: Omit<{
|
|
|
9385
10960
|
readonly referenceFilters?: string[] | undefined;
|
|
9386
10961
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
9387
10962
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
10963
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
10964
|
+
readonly inlineTitle?: string | undefined;
|
|
10965
|
+
readonly inlineColumns?: any[] | undefined;
|
|
10966
|
+
readonly inlineAmountField?: string | undefined;
|
|
10967
|
+
readonly relatedList?: boolean | undefined;
|
|
10968
|
+
readonly relatedListTitle?: string | undefined;
|
|
10969
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
9388
10970
|
readonly expression?: {
|
|
9389
10971
|
dialect: "cel" | "js" | "cron" | "template";
|
|
9390
10972
|
source?: string | undefined;
|
|
@@ -9398,6 +10980,7 @@ declare const SysShareLink: Omit<{
|
|
|
9398
10980
|
object: string;
|
|
9399
10981
|
field: string;
|
|
9400
10982
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
10983
|
+
relationshipField?: string | undefined;
|
|
9401
10984
|
} | undefined;
|
|
9402
10985
|
readonly language?: string | undefined;
|
|
9403
10986
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -9492,6 +11075,33 @@ declare const SysShareLink: Omit<{
|
|
|
9492
11075
|
threshold: number;
|
|
9493
11076
|
} | undefined;
|
|
9494
11077
|
} | undefined;
|
|
11078
|
+
readonly visibleWhen?: {
|
|
11079
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
11080
|
+
source?: string | undefined;
|
|
11081
|
+
ast?: unknown;
|
|
11082
|
+
meta?: {
|
|
11083
|
+
rationale?: string | undefined;
|
|
11084
|
+
generatedBy?: string | undefined;
|
|
11085
|
+
} | undefined;
|
|
11086
|
+
} | undefined;
|
|
11087
|
+
readonly readonlyWhen?: {
|
|
11088
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
11089
|
+
source?: string | undefined;
|
|
11090
|
+
ast?: unknown;
|
|
11091
|
+
meta?: {
|
|
11092
|
+
rationale?: string | undefined;
|
|
11093
|
+
generatedBy?: string | undefined;
|
|
11094
|
+
} | undefined;
|
|
11095
|
+
} | undefined;
|
|
11096
|
+
readonly requiredWhen?: {
|
|
11097
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
11098
|
+
source?: string | undefined;
|
|
11099
|
+
ast?: unknown;
|
|
11100
|
+
meta?: {
|
|
11101
|
+
rationale?: string | undefined;
|
|
11102
|
+
generatedBy?: string | undefined;
|
|
11103
|
+
} | undefined;
|
|
11104
|
+
} | undefined;
|
|
9495
11105
|
readonly conditionalRequired?: {
|
|
9496
11106
|
dialect: "cel" | "js" | "cron" | "template";
|
|
9497
11107
|
source?: string | undefined;
|
|
@@ -9560,6 +11170,13 @@ declare const SysShareLink: Omit<{
|
|
|
9560
11170
|
readonly referenceFilters?: string[] | undefined;
|
|
9561
11171
|
readonly writeRequiresMasterRead?: boolean | undefined;
|
|
9562
11172
|
readonly deleteBehavior?: "set_null" | "cascade" | "restrict" | undefined;
|
|
11173
|
+
readonly inlineEdit?: boolean | "grid" | "form" | undefined;
|
|
11174
|
+
readonly inlineTitle?: string | undefined;
|
|
11175
|
+
readonly inlineColumns?: any[] | undefined;
|
|
11176
|
+
readonly inlineAmountField?: string | undefined;
|
|
11177
|
+
readonly relatedList?: boolean | undefined;
|
|
11178
|
+
readonly relatedListTitle?: string | undefined;
|
|
11179
|
+
readonly relatedListColumns?: any[] | undefined;
|
|
9563
11180
|
readonly expression?: {
|
|
9564
11181
|
dialect: "cel" | "js" | "cron" | "template";
|
|
9565
11182
|
source?: string | undefined;
|
|
@@ -9573,6 +11190,7 @@ declare const SysShareLink: Omit<{
|
|
|
9573
11190
|
object: string;
|
|
9574
11191
|
field: string;
|
|
9575
11192
|
function: "min" | "max" | "count" | "sum" | "avg";
|
|
11193
|
+
relationshipField?: string | undefined;
|
|
9576
11194
|
} | undefined;
|
|
9577
11195
|
readonly language?: string | undefined;
|
|
9578
11196
|
readonly lineNumbers?: boolean | undefined;
|
|
@@ -9667,6 +11285,33 @@ declare const SysShareLink: Omit<{
|
|
|
9667
11285
|
threshold: number;
|
|
9668
11286
|
} | undefined;
|
|
9669
11287
|
} | undefined;
|
|
11288
|
+
readonly visibleWhen?: {
|
|
11289
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
11290
|
+
source?: string | undefined;
|
|
11291
|
+
ast?: unknown;
|
|
11292
|
+
meta?: {
|
|
11293
|
+
rationale?: string | undefined;
|
|
11294
|
+
generatedBy?: string | undefined;
|
|
11295
|
+
} | undefined;
|
|
11296
|
+
} | undefined;
|
|
11297
|
+
readonly readonlyWhen?: {
|
|
11298
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
11299
|
+
source?: string | undefined;
|
|
11300
|
+
ast?: unknown;
|
|
11301
|
+
meta?: {
|
|
11302
|
+
rationale?: string | undefined;
|
|
11303
|
+
generatedBy?: string | undefined;
|
|
11304
|
+
} | undefined;
|
|
11305
|
+
} | undefined;
|
|
11306
|
+
readonly requiredWhen?: {
|
|
11307
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
11308
|
+
source?: string | undefined;
|
|
11309
|
+
ast?: unknown;
|
|
11310
|
+
meta?: {
|
|
11311
|
+
rationale?: string | undefined;
|
|
11312
|
+
generatedBy?: string | undefined;
|
|
11313
|
+
} | undefined;
|
|
11314
|
+
} | undefined;
|
|
9670
11315
|
readonly conditionalRequired?: {
|
|
9671
11316
|
dialect: "cel" | "js" | "cron" | "template";
|
|
9672
11317
|
source?: string | undefined;
|