@objectstack/platform-objects 11.0.0 → 11.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/audit/index.d.mts +18 -346
- package/dist/audit/index.d.ts +18 -346
- package/dist/identity/index.d.mts +1418 -660
- package/dist/identity/index.d.ts +1418 -660
- package/dist/identity/index.js +178 -7
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +178 -7
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.js +178 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +178 -7
- package/dist/index.mjs.map +1 -1
- package/dist/system/index.d.mts +6 -100
- package/dist/system/index.d.ts +6 -100
- package/package.json +3 -3
package/dist/audit/index.d.mts
CHANGED
|
@@ -112,7 +112,6 @@ declare const SysNotification: Omit<{
|
|
|
112
112
|
relationshipField?: string | undefined;
|
|
113
113
|
} | undefined;
|
|
114
114
|
language?: string | undefined;
|
|
115
|
-
maxRating?: number | undefined;
|
|
116
115
|
step?: number | undefined;
|
|
117
116
|
currencyConfig?: {
|
|
118
117
|
precision: number;
|
|
@@ -242,7 +241,6 @@ declare const SysNotification: Omit<{
|
|
|
242
241
|
requiredPermissions?: string[] | undefined;
|
|
243
242
|
system?: boolean | undefined;
|
|
244
243
|
inlineHelpText?: string | undefined;
|
|
245
|
-
caseSensitive?: boolean | undefined;
|
|
246
244
|
autonumberFormat?: string | undefined;
|
|
247
245
|
}>;
|
|
248
246
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -330,12 +328,6 @@ declare const SysNotification: Omit<{
|
|
|
330
328
|
versionField: string;
|
|
331
329
|
retentionDays?: number | undefined;
|
|
332
330
|
} | undefined;
|
|
333
|
-
partitioning?: {
|
|
334
|
-
enabled: boolean;
|
|
335
|
-
strategy: "hash" | "list" | "range";
|
|
336
|
-
key: string;
|
|
337
|
-
interval?: string | undefined;
|
|
338
|
-
} | undefined;
|
|
339
331
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
340
332
|
activityMilestones?: {
|
|
341
333
|
field: string;
|
|
@@ -666,7 +658,6 @@ declare const SysNotification: Omit<{
|
|
|
666
658
|
debounceMs?: number | undefined;
|
|
667
659
|
} | undefined;
|
|
668
660
|
}> | undefined;
|
|
669
|
-
defaultDetailForm?: string | undefined;
|
|
670
661
|
searchableFields?: string[] | undefined;
|
|
671
662
|
search?: {
|
|
672
663
|
fields: string[];
|
|
@@ -683,7 +674,7 @@ declare const SysNotification: Omit<{
|
|
|
683
674
|
trash: boolean;
|
|
684
675
|
mru: boolean;
|
|
685
676
|
clone: boolean;
|
|
686
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
677
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
687
678
|
} | undefined;
|
|
688
679
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
689
680
|
publicSharing?: {
|
|
@@ -711,6 +702,7 @@ declare const SysNotification: Omit<{
|
|
|
711
702
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
712
703
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
713
704
|
target?: string | undefined;
|
|
705
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
714
706
|
body?: {
|
|
715
707
|
language: "expression";
|
|
716
708
|
source: string;
|
|
@@ -945,7 +937,6 @@ declare const SysNotification: Omit<{
|
|
|
945
937
|
relationshipField?: string | undefined;
|
|
946
938
|
} | undefined;
|
|
947
939
|
readonly language?: string | undefined;
|
|
948
|
-
readonly maxRating?: number | undefined;
|
|
949
940
|
readonly step?: number | undefined;
|
|
950
941
|
readonly currencyConfig?: {
|
|
951
942
|
precision: number;
|
|
@@ -1039,7 +1030,6 @@ declare const SysNotification: Omit<{
|
|
|
1039
1030
|
} | undefined;
|
|
1040
1031
|
readonly sortable?: boolean | undefined;
|
|
1041
1032
|
readonly inlineHelpText?: string | undefined;
|
|
1042
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1043
1033
|
readonly autonumberFormat?: string | undefined;
|
|
1044
1034
|
readonly index?: boolean | undefined;
|
|
1045
1035
|
readonly type: "text";
|
|
@@ -1121,7 +1111,6 @@ declare const SysNotification: Omit<{
|
|
|
1121
1111
|
relationshipField?: string | undefined;
|
|
1122
1112
|
} | undefined;
|
|
1123
1113
|
readonly language?: string | undefined;
|
|
1124
|
-
readonly maxRating?: number | undefined;
|
|
1125
1114
|
readonly step?: number | undefined;
|
|
1126
1115
|
readonly currencyConfig?: {
|
|
1127
1116
|
precision: number;
|
|
@@ -1215,7 +1204,6 @@ declare const SysNotification: Omit<{
|
|
|
1215
1204
|
} | undefined;
|
|
1216
1205
|
readonly sortable?: boolean | undefined;
|
|
1217
1206
|
readonly inlineHelpText?: string | undefined;
|
|
1218
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1219
1207
|
readonly autonumberFormat?: string | undefined;
|
|
1220
1208
|
readonly index?: boolean | undefined;
|
|
1221
1209
|
readonly type: "text";
|
|
@@ -1297,7 +1285,6 @@ declare const SysNotification: Omit<{
|
|
|
1297
1285
|
relationshipField?: string | undefined;
|
|
1298
1286
|
} | undefined;
|
|
1299
1287
|
readonly language?: string | undefined;
|
|
1300
|
-
readonly maxRating?: number | undefined;
|
|
1301
1288
|
readonly step?: number | undefined;
|
|
1302
1289
|
readonly currencyConfig?: {
|
|
1303
1290
|
precision: number;
|
|
@@ -1391,7 +1378,6 @@ declare const SysNotification: Omit<{
|
|
|
1391
1378
|
} | undefined;
|
|
1392
1379
|
readonly sortable?: boolean | undefined;
|
|
1393
1380
|
readonly inlineHelpText?: string | undefined;
|
|
1394
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1395
1381
|
readonly autonumberFormat?: string | undefined;
|
|
1396
1382
|
readonly index?: boolean | undefined;
|
|
1397
1383
|
readonly type: "json";
|
|
@@ -1473,7 +1459,6 @@ declare const SysNotification: Omit<{
|
|
|
1473
1459
|
relationshipField?: string | undefined;
|
|
1474
1460
|
} | undefined;
|
|
1475
1461
|
readonly language?: string | undefined;
|
|
1476
|
-
readonly maxRating?: number | undefined;
|
|
1477
1462
|
readonly step?: number | undefined;
|
|
1478
1463
|
readonly currencyConfig?: {
|
|
1479
1464
|
precision: number;
|
|
@@ -1567,7 +1552,6 @@ declare const SysNotification: Omit<{
|
|
|
1567
1552
|
} | undefined;
|
|
1568
1553
|
readonly sortable?: boolean | undefined;
|
|
1569
1554
|
readonly inlineHelpText?: string | undefined;
|
|
1570
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1571
1555
|
readonly autonumberFormat?: string | undefined;
|
|
1572
1556
|
readonly index?: boolean | undefined;
|
|
1573
1557
|
readonly type: "select";
|
|
@@ -1649,7 +1633,6 @@ declare const SysNotification: Omit<{
|
|
|
1649
1633
|
relationshipField?: string | undefined;
|
|
1650
1634
|
} | undefined;
|
|
1651
1635
|
readonly language?: string | undefined;
|
|
1652
|
-
readonly maxRating?: number | undefined;
|
|
1653
1636
|
readonly step?: number | undefined;
|
|
1654
1637
|
readonly currencyConfig?: {
|
|
1655
1638
|
precision: number;
|
|
@@ -1743,7 +1726,6 @@ declare const SysNotification: Omit<{
|
|
|
1743
1726
|
} | undefined;
|
|
1744
1727
|
readonly sortable?: boolean | undefined;
|
|
1745
1728
|
readonly inlineHelpText?: string | undefined;
|
|
1746
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1747
1729
|
readonly autonumberFormat?: string | undefined;
|
|
1748
1730
|
readonly index?: boolean | undefined;
|
|
1749
1731
|
readonly type: "text";
|
|
@@ -1825,7 +1807,6 @@ declare const SysNotification: Omit<{
|
|
|
1825
1807
|
relationshipField?: string | undefined;
|
|
1826
1808
|
} | undefined;
|
|
1827
1809
|
readonly language?: string | undefined;
|
|
1828
|
-
readonly maxRating?: number | undefined;
|
|
1829
1810
|
readonly step?: number | undefined;
|
|
1830
1811
|
readonly currencyConfig?: {
|
|
1831
1812
|
precision: number;
|
|
@@ -1919,7 +1900,6 @@ declare const SysNotification: Omit<{
|
|
|
1919
1900
|
} | undefined;
|
|
1920
1901
|
readonly sortable?: boolean | undefined;
|
|
1921
1902
|
readonly inlineHelpText?: string | undefined;
|
|
1922
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1923
1903
|
readonly autonumberFormat?: string | undefined;
|
|
1924
1904
|
readonly index?: boolean | undefined;
|
|
1925
1905
|
readonly type: "text";
|
|
@@ -2001,7 +1981,6 @@ declare const SysNotification: Omit<{
|
|
|
2001
1981
|
relationshipField?: string | undefined;
|
|
2002
1982
|
} | undefined;
|
|
2003
1983
|
readonly language?: string | undefined;
|
|
2004
|
-
readonly maxRating?: number | undefined;
|
|
2005
1984
|
readonly step?: number | undefined;
|
|
2006
1985
|
readonly currencyConfig?: {
|
|
2007
1986
|
precision: number;
|
|
@@ -2095,7 +2074,6 @@ declare const SysNotification: Omit<{
|
|
|
2095
2074
|
} | undefined;
|
|
2096
2075
|
readonly sortable?: boolean | undefined;
|
|
2097
2076
|
readonly inlineHelpText?: string | undefined;
|
|
2098
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2099
2077
|
readonly autonumberFormat?: string | undefined;
|
|
2100
2078
|
readonly index?: boolean | undefined;
|
|
2101
2079
|
readonly type: "text";
|
|
@@ -2177,7 +2155,6 @@ declare const SysNotification: Omit<{
|
|
|
2177
2155
|
relationshipField?: string | undefined;
|
|
2178
2156
|
} | undefined;
|
|
2179
2157
|
readonly language?: string | undefined;
|
|
2180
|
-
readonly maxRating?: number | undefined;
|
|
2181
2158
|
readonly step?: number | undefined;
|
|
2182
2159
|
readonly currencyConfig?: {
|
|
2183
2160
|
precision: number;
|
|
@@ -2271,7 +2248,6 @@ declare const SysNotification: Omit<{
|
|
|
2271
2248
|
} | undefined;
|
|
2272
2249
|
readonly sortable?: boolean | undefined;
|
|
2273
2250
|
readonly inlineHelpText?: string | undefined;
|
|
2274
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2275
2251
|
readonly autonumberFormat?: string | undefined;
|
|
2276
2252
|
readonly index?: boolean | undefined;
|
|
2277
2253
|
readonly type: "lookup";
|
|
@@ -2353,7 +2329,6 @@ declare const SysNotification: Omit<{
|
|
|
2353
2329
|
relationshipField?: string | undefined;
|
|
2354
2330
|
} | undefined;
|
|
2355
2331
|
readonly language?: string | undefined;
|
|
2356
|
-
readonly maxRating?: number | undefined;
|
|
2357
2332
|
readonly step?: number | undefined;
|
|
2358
2333
|
readonly currencyConfig?: {
|
|
2359
2334
|
precision: number;
|
|
@@ -2447,7 +2422,6 @@ declare const SysNotification: Omit<{
|
|
|
2447
2422
|
} | undefined;
|
|
2448
2423
|
readonly sortable?: boolean | undefined;
|
|
2449
2424
|
readonly inlineHelpText?: string | undefined;
|
|
2450
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2451
2425
|
readonly autonumberFormat?: string | undefined;
|
|
2452
2426
|
readonly index?: boolean | undefined;
|
|
2453
2427
|
readonly type: "datetime";
|
|
@@ -2572,7 +2546,6 @@ declare const SysAttachment: Omit<{
|
|
|
2572
2546
|
relationshipField?: string | undefined;
|
|
2573
2547
|
} | undefined;
|
|
2574
2548
|
language?: string | undefined;
|
|
2575
|
-
maxRating?: number | undefined;
|
|
2576
2549
|
step?: number | undefined;
|
|
2577
2550
|
currencyConfig?: {
|
|
2578
2551
|
precision: number;
|
|
@@ -2702,7 +2675,6 @@ declare const SysAttachment: Omit<{
|
|
|
2702
2675
|
requiredPermissions?: string[] | undefined;
|
|
2703
2676
|
system?: boolean | undefined;
|
|
2704
2677
|
inlineHelpText?: string | undefined;
|
|
2705
|
-
caseSensitive?: boolean | undefined;
|
|
2706
2678
|
autonumberFormat?: string | undefined;
|
|
2707
2679
|
}>;
|
|
2708
2680
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -2790,12 +2762,6 @@ declare const SysAttachment: Omit<{
|
|
|
2790
2762
|
versionField: string;
|
|
2791
2763
|
retentionDays?: number | undefined;
|
|
2792
2764
|
} | undefined;
|
|
2793
|
-
partitioning?: {
|
|
2794
|
-
enabled: boolean;
|
|
2795
|
-
strategy: "hash" | "list" | "range";
|
|
2796
|
-
key: string;
|
|
2797
|
-
interval?: string | undefined;
|
|
2798
|
-
} | undefined;
|
|
2799
2765
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
2800
2766
|
activityMilestones?: {
|
|
2801
2767
|
field: string;
|
|
@@ -3126,7 +3092,6 @@ declare const SysAttachment: Omit<{
|
|
|
3126
3092
|
debounceMs?: number | undefined;
|
|
3127
3093
|
} | undefined;
|
|
3128
3094
|
}> | undefined;
|
|
3129
|
-
defaultDetailForm?: string | undefined;
|
|
3130
3095
|
searchableFields?: string[] | undefined;
|
|
3131
3096
|
search?: {
|
|
3132
3097
|
fields: string[];
|
|
@@ -3143,7 +3108,7 @@ declare const SysAttachment: Omit<{
|
|
|
3143
3108
|
trash: boolean;
|
|
3144
3109
|
mru: boolean;
|
|
3145
3110
|
clone: boolean;
|
|
3146
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
3111
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
3147
3112
|
} | undefined;
|
|
3148
3113
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
3149
3114
|
publicSharing?: {
|
|
@@ -3171,6 +3136,7 @@ declare const SysAttachment: Omit<{
|
|
|
3171
3136
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
3172
3137
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
3173
3138
|
target?: string | undefined;
|
|
3139
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
3174
3140
|
body?: {
|
|
3175
3141
|
language: "expression";
|
|
3176
3142
|
source: string;
|
|
@@ -3357,7 +3323,6 @@ declare const SysAttachment: Omit<{
|
|
|
3357
3323
|
relationshipField?: string | undefined;
|
|
3358
3324
|
} | undefined;
|
|
3359
3325
|
readonly language?: string | undefined;
|
|
3360
|
-
readonly maxRating?: number | undefined;
|
|
3361
3326
|
readonly step?: number | undefined;
|
|
3362
3327
|
readonly currencyConfig?: {
|
|
3363
3328
|
precision: number;
|
|
@@ -3451,7 +3416,6 @@ declare const SysAttachment: Omit<{
|
|
|
3451
3416
|
} | undefined;
|
|
3452
3417
|
readonly sortable?: boolean | undefined;
|
|
3453
3418
|
readonly inlineHelpText?: string | undefined;
|
|
3454
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3455
3419
|
readonly autonumberFormat?: string | undefined;
|
|
3456
3420
|
readonly index?: boolean | undefined;
|
|
3457
3421
|
readonly type: "text";
|
|
@@ -3533,7 +3497,6 @@ declare const SysAttachment: Omit<{
|
|
|
3533
3497
|
relationshipField?: string | undefined;
|
|
3534
3498
|
} | undefined;
|
|
3535
3499
|
readonly language?: string | undefined;
|
|
3536
|
-
readonly maxRating?: number | undefined;
|
|
3537
3500
|
readonly step?: number | undefined;
|
|
3538
3501
|
readonly currencyConfig?: {
|
|
3539
3502
|
precision: number;
|
|
@@ -3627,7 +3590,6 @@ declare const SysAttachment: Omit<{
|
|
|
3627
3590
|
} | undefined;
|
|
3628
3591
|
readonly sortable?: boolean | undefined;
|
|
3629
3592
|
readonly inlineHelpText?: string | undefined;
|
|
3630
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3631
3593
|
readonly autonumberFormat?: string | undefined;
|
|
3632
3594
|
readonly index?: boolean | undefined;
|
|
3633
3595
|
readonly type: "text";
|
|
@@ -3709,7 +3671,6 @@ declare const SysAttachment: Omit<{
|
|
|
3709
3671
|
relationshipField?: string | undefined;
|
|
3710
3672
|
} | undefined;
|
|
3711
3673
|
readonly language?: string | undefined;
|
|
3712
|
-
readonly maxRating?: number | undefined;
|
|
3713
3674
|
readonly step?: number | undefined;
|
|
3714
3675
|
readonly currencyConfig?: {
|
|
3715
3676
|
precision: number;
|
|
@@ -3803,7 +3764,6 @@ declare const SysAttachment: Omit<{
|
|
|
3803
3764
|
} | undefined;
|
|
3804
3765
|
readonly sortable?: boolean | undefined;
|
|
3805
3766
|
readonly inlineHelpText?: string | undefined;
|
|
3806
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3807
3767
|
readonly autonumberFormat?: string | undefined;
|
|
3808
3768
|
readonly index?: boolean | undefined;
|
|
3809
3769
|
readonly type: "text";
|
|
@@ -3885,7 +3845,6 @@ declare const SysAttachment: Omit<{
|
|
|
3885
3845
|
relationshipField?: string | undefined;
|
|
3886
3846
|
} | undefined;
|
|
3887
3847
|
readonly language?: string | undefined;
|
|
3888
|
-
readonly maxRating?: number | undefined;
|
|
3889
3848
|
readonly step?: number | undefined;
|
|
3890
3849
|
readonly currencyConfig?: {
|
|
3891
3850
|
precision: number;
|
|
@@ -3979,7 +3938,6 @@ declare const SysAttachment: Omit<{
|
|
|
3979
3938
|
} | undefined;
|
|
3980
3939
|
readonly sortable?: boolean | undefined;
|
|
3981
3940
|
readonly inlineHelpText?: string | undefined;
|
|
3982
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3983
3941
|
readonly autonumberFormat?: string | undefined;
|
|
3984
3942
|
readonly index?: boolean | undefined;
|
|
3985
3943
|
readonly type: "lookup";
|
|
@@ -4061,7 +4019,6 @@ declare const SysAttachment: Omit<{
|
|
|
4061
4019
|
relationshipField?: string | undefined;
|
|
4062
4020
|
} | undefined;
|
|
4063
4021
|
readonly language?: string | undefined;
|
|
4064
|
-
readonly maxRating?: number | undefined;
|
|
4065
4022
|
readonly step?: number | undefined;
|
|
4066
4023
|
readonly currencyConfig?: {
|
|
4067
4024
|
precision: number;
|
|
@@ -4155,7 +4112,6 @@ declare const SysAttachment: Omit<{
|
|
|
4155
4112
|
} | undefined;
|
|
4156
4113
|
readonly sortable?: boolean | undefined;
|
|
4157
4114
|
readonly inlineHelpText?: string | undefined;
|
|
4158
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4159
4115
|
readonly autonumberFormat?: string | undefined;
|
|
4160
4116
|
readonly index?: boolean | undefined;
|
|
4161
4117
|
readonly type: "text";
|
|
@@ -4237,7 +4193,6 @@ declare const SysAttachment: Omit<{
|
|
|
4237
4193
|
relationshipField?: string | undefined;
|
|
4238
4194
|
} | undefined;
|
|
4239
4195
|
readonly language?: string | undefined;
|
|
4240
|
-
readonly maxRating?: number | undefined;
|
|
4241
4196
|
readonly step?: number | undefined;
|
|
4242
4197
|
readonly currencyConfig?: {
|
|
4243
4198
|
precision: number;
|
|
@@ -4331,7 +4286,6 @@ declare const SysAttachment: Omit<{
|
|
|
4331
4286
|
} | undefined;
|
|
4332
4287
|
readonly sortable?: boolean | undefined;
|
|
4333
4288
|
readonly inlineHelpText?: string | undefined;
|
|
4334
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4335
4289
|
readonly autonumberFormat?: string | undefined;
|
|
4336
4290
|
readonly index?: boolean | undefined;
|
|
4337
4291
|
readonly type: "text";
|
|
@@ -4413,7 +4367,6 @@ declare const SysAttachment: Omit<{
|
|
|
4413
4367
|
relationshipField?: string | undefined;
|
|
4414
4368
|
} | undefined;
|
|
4415
4369
|
readonly language?: string | undefined;
|
|
4416
|
-
readonly maxRating?: number | undefined;
|
|
4417
4370
|
readonly step?: number | undefined;
|
|
4418
4371
|
readonly currencyConfig?: {
|
|
4419
4372
|
precision: number;
|
|
@@ -4507,7 +4460,6 @@ declare const SysAttachment: Omit<{
|
|
|
4507
4460
|
} | undefined;
|
|
4508
4461
|
readonly sortable?: boolean | undefined;
|
|
4509
4462
|
readonly inlineHelpText?: string | undefined;
|
|
4510
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4511
4463
|
readonly autonumberFormat?: string | undefined;
|
|
4512
4464
|
readonly index?: boolean | undefined;
|
|
4513
4465
|
readonly type: "number";
|
|
@@ -4589,7 +4541,6 @@ declare const SysAttachment: Omit<{
|
|
|
4589
4541
|
relationshipField?: string | undefined;
|
|
4590
4542
|
} | undefined;
|
|
4591
4543
|
readonly language?: string | undefined;
|
|
4592
|
-
readonly maxRating?: number | undefined;
|
|
4593
4544
|
readonly step?: number | undefined;
|
|
4594
4545
|
readonly currencyConfig?: {
|
|
4595
4546
|
precision: number;
|
|
@@ -4683,7 +4634,6 @@ declare const SysAttachment: Omit<{
|
|
|
4683
4634
|
} | undefined;
|
|
4684
4635
|
readonly sortable?: boolean | undefined;
|
|
4685
4636
|
readonly inlineHelpText?: string | undefined;
|
|
4686
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4687
4637
|
readonly autonumberFormat?: string | undefined;
|
|
4688
4638
|
readonly index?: boolean | undefined;
|
|
4689
4639
|
readonly type: "select";
|
|
@@ -4765,7 +4715,6 @@ declare const SysAttachment: Omit<{
|
|
|
4765
4715
|
relationshipField?: string | undefined;
|
|
4766
4716
|
} | undefined;
|
|
4767
4717
|
readonly language?: string | undefined;
|
|
4768
|
-
readonly maxRating?: number | undefined;
|
|
4769
4718
|
readonly step?: number | undefined;
|
|
4770
4719
|
readonly currencyConfig?: {
|
|
4771
4720
|
precision: number;
|
|
@@ -4859,7 +4808,6 @@ declare const SysAttachment: Omit<{
|
|
|
4859
4808
|
} | undefined;
|
|
4860
4809
|
readonly sortable?: boolean | undefined;
|
|
4861
4810
|
readonly inlineHelpText?: string | undefined;
|
|
4862
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4863
4811
|
readonly autonumberFormat?: string | undefined;
|
|
4864
4812
|
readonly index?: boolean | undefined;
|
|
4865
4813
|
readonly type: "select";
|
|
@@ -4941,7 +4889,6 @@ declare const SysAttachment: Omit<{
|
|
|
4941
4889
|
relationshipField?: string | undefined;
|
|
4942
4890
|
} | undefined;
|
|
4943
4891
|
readonly language?: string | undefined;
|
|
4944
|
-
readonly maxRating?: number | undefined;
|
|
4945
4892
|
readonly step?: number | undefined;
|
|
4946
4893
|
readonly currencyConfig?: {
|
|
4947
4894
|
precision: number;
|
|
@@ -5035,7 +4982,6 @@ declare const SysAttachment: Omit<{
|
|
|
5035
4982
|
} | undefined;
|
|
5036
4983
|
readonly sortable?: boolean | undefined;
|
|
5037
4984
|
readonly inlineHelpText?: string | undefined;
|
|
5038
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5039
4985
|
readonly autonumberFormat?: string | undefined;
|
|
5040
4986
|
readonly index?: boolean | undefined;
|
|
5041
4987
|
readonly type: "lookup";
|
|
@@ -5117,7 +5063,6 @@ declare const SysAttachment: Omit<{
|
|
|
5117
5063
|
relationshipField?: string | undefined;
|
|
5118
5064
|
} | undefined;
|
|
5119
5065
|
readonly language?: string | undefined;
|
|
5120
|
-
readonly maxRating?: number | undefined;
|
|
5121
5066
|
readonly step?: number | undefined;
|
|
5122
5067
|
readonly currencyConfig?: {
|
|
5123
5068
|
precision: number;
|
|
@@ -5211,7 +5156,6 @@ declare const SysAttachment: Omit<{
|
|
|
5211
5156
|
} | undefined;
|
|
5212
5157
|
readonly sortable?: boolean | undefined;
|
|
5213
5158
|
readonly inlineHelpText?: string | undefined;
|
|
5214
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5215
5159
|
readonly autonumberFormat?: string | undefined;
|
|
5216
5160
|
readonly index?: boolean | undefined;
|
|
5217
5161
|
readonly type: "textarea";
|
|
@@ -5293,7 +5237,6 @@ declare const SysAttachment: Omit<{
|
|
|
5293
5237
|
relationshipField?: string | undefined;
|
|
5294
5238
|
} | undefined;
|
|
5295
5239
|
readonly language?: string | undefined;
|
|
5296
|
-
readonly maxRating?: number | undefined;
|
|
5297
5240
|
readonly step?: number | undefined;
|
|
5298
5241
|
readonly currencyConfig?: {
|
|
5299
5242
|
precision: number;
|
|
@@ -5387,7 +5330,6 @@ declare const SysAttachment: Omit<{
|
|
|
5387
5330
|
} | undefined;
|
|
5388
5331
|
readonly sortable?: boolean | undefined;
|
|
5389
5332
|
readonly inlineHelpText?: string | undefined;
|
|
5390
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5391
5333
|
readonly autonumberFormat?: string | undefined;
|
|
5392
5334
|
readonly index?: boolean | undefined;
|
|
5393
5335
|
readonly type: "datetime";
|
|
@@ -5469,7 +5411,6 @@ declare const SysAttachment: Omit<{
|
|
|
5469
5411
|
relationshipField?: string | undefined;
|
|
5470
5412
|
} | undefined;
|
|
5471
5413
|
readonly language?: string | undefined;
|
|
5472
|
-
readonly maxRating?: number | undefined;
|
|
5473
5414
|
readonly step?: number | undefined;
|
|
5474
5415
|
readonly currencyConfig?: {
|
|
5475
5416
|
precision: number;
|
|
@@ -5563,7 +5504,6 @@ declare const SysAttachment: Omit<{
|
|
|
5563
5504
|
} | undefined;
|
|
5564
5505
|
readonly sortable?: boolean | undefined;
|
|
5565
5506
|
readonly inlineHelpText?: string | undefined;
|
|
5566
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5567
5507
|
readonly autonumberFormat?: string | undefined;
|
|
5568
5508
|
readonly index?: boolean | undefined;
|
|
5569
5509
|
readonly type: "datetime";
|
|
@@ -5691,7 +5631,6 @@ declare const SysEmail: Omit<{
|
|
|
5691
5631
|
relationshipField?: string | undefined;
|
|
5692
5632
|
} | undefined;
|
|
5693
5633
|
language?: string | undefined;
|
|
5694
|
-
maxRating?: number | undefined;
|
|
5695
5634
|
step?: number | undefined;
|
|
5696
5635
|
currencyConfig?: {
|
|
5697
5636
|
precision: number;
|
|
@@ -5821,7 +5760,6 @@ declare const SysEmail: Omit<{
|
|
|
5821
5760
|
requiredPermissions?: string[] | undefined;
|
|
5822
5761
|
system?: boolean | undefined;
|
|
5823
5762
|
inlineHelpText?: string | undefined;
|
|
5824
|
-
caseSensitive?: boolean | undefined;
|
|
5825
5763
|
autonumberFormat?: string | undefined;
|
|
5826
5764
|
}>;
|
|
5827
5765
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -5909,12 +5847,6 @@ declare const SysEmail: Omit<{
|
|
|
5909
5847
|
versionField: string;
|
|
5910
5848
|
retentionDays?: number | undefined;
|
|
5911
5849
|
} | undefined;
|
|
5912
|
-
partitioning?: {
|
|
5913
|
-
enabled: boolean;
|
|
5914
|
-
strategy: "hash" | "list" | "range";
|
|
5915
|
-
key: string;
|
|
5916
|
-
interval?: string | undefined;
|
|
5917
|
-
} | undefined;
|
|
5918
5850
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
5919
5851
|
activityMilestones?: {
|
|
5920
5852
|
field: string;
|
|
@@ -6245,7 +6177,6 @@ declare const SysEmail: Omit<{
|
|
|
6245
6177
|
debounceMs?: number | undefined;
|
|
6246
6178
|
} | undefined;
|
|
6247
6179
|
}> | undefined;
|
|
6248
|
-
defaultDetailForm?: string | undefined;
|
|
6249
6180
|
searchableFields?: string[] | undefined;
|
|
6250
6181
|
search?: {
|
|
6251
6182
|
fields: string[];
|
|
@@ -6262,7 +6193,7 @@ declare const SysEmail: Omit<{
|
|
|
6262
6193
|
trash: boolean;
|
|
6263
6194
|
mru: boolean;
|
|
6264
6195
|
clone: boolean;
|
|
6265
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
6196
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
6266
6197
|
} | undefined;
|
|
6267
6198
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
6268
6199
|
publicSharing?: {
|
|
@@ -6290,6 +6221,7 @@ declare const SysEmail: Omit<{
|
|
|
6290
6221
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
6291
6222
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
6292
6223
|
target?: string | undefined;
|
|
6224
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
6293
6225
|
body?: {
|
|
6294
6226
|
language: "expression";
|
|
6295
6227
|
source: string;
|
|
@@ -6477,7 +6409,6 @@ declare const SysEmail: Omit<{
|
|
|
6477
6409
|
relationshipField?: string | undefined;
|
|
6478
6410
|
} | undefined;
|
|
6479
6411
|
readonly language?: string | undefined;
|
|
6480
|
-
readonly maxRating?: number | undefined;
|
|
6481
6412
|
readonly step?: number | undefined;
|
|
6482
6413
|
readonly currencyConfig?: {
|
|
6483
6414
|
precision: number;
|
|
@@ -6571,7 +6502,6 @@ declare const SysEmail: Omit<{
|
|
|
6571
6502
|
} | undefined;
|
|
6572
6503
|
readonly sortable?: boolean | undefined;
|
|
6573
6504
|
readonly inlineHelpText?: string | undefined;
|
|
6574
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6575
6505
|
readonly autonumberFormat?: string | undefined;
|
|
6576
6506
|
readonly index?: boolean | undefined;
|
|
6577
6507
|
readonly type: "text";
|
|
@@ -6653,7 +6583,6 @@ declare const SysEmail: Omit<{
|
|
|
6653
6583
|
relationshipField?: string | undefined;
|
|
6654
6584
|
} | undefined;
|
|
6655
6585
|
readonly language?: string | undefined;
|
|
6656
|
-
readonly maxRating?: number | undefined;
|
|
6657
6586
|
readonly step?: number | undefined;
|
|
6658
6587
|
readonly currencyConfig?: {
|
|
6659
6588
|
precision: number;
|
|
@@ -6747,7 +6676,6 @@ declare const SysEmail: Omit<{
|
|
|
6747
6676
|
} | undefined;
|
|
6748
6677
|
readonly sortable?: boolean | undefined;
|
|
6749
6678
|
readonly inlineHelpText?: string | undefined;
|
|
6750
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6751
6679
|
readonly autonumberFormat?: string | undefined;
|
|
6752
6680
|
readonly index?: boolean | undefined;
|
|
6753
6681
|
readonly type: "text";
|
|
@@ -6829,7 +6757,6 @@ declare const SysEmail: Omit<{
|
|
|
6829
6757
|
relationshipField?: string | undefined;
|
|
6830
6758
|
} | undefined;
|
|
6831
6759
|
readonly language?: string | undefined;
|
|
6832
|
-
readonly maxRating?: number | undefined;
|
|
6833
6760
|
readonly step?: number | undefined;
|
|
6834
6761
|
readonly currencyConfig?: {
|
|
6835
6762
|
precision: number;
|
|
@@ -6923,7 +6850,6 @@ declare const SysEmail: Omit<{
|
|
|
6923
6850
|
} | undefined;
|
|
6924
6851
|
readonly sortable?: boolean | undefined;
|
|
6925
6852
|
readonly inlineHelpText?: string | undefined;
|
|
6926
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6927
6853
|
readonly autonumberFormat?: string | undefined;
|
|
6928
6854
|
readonly index?: boolean | undefined;
|
|
6929
6855
|
readonly type: "text";
|
|
@@ -7005,7 +6931,6 @@ declare const SysEmail: Omit<{
|
|
|
7005
6931
|
relationshipField?: string | undefined;
|
|
7006
6932
|
} | undefined;
|
|
7007
6933
|
readonly language?: string | undefined;
|
|
7008
|
-
readonly maxRating?: number | undefined;
|
|
7009
6934
|
readonly step?: number | undefined;
|
|
7010
6935
|
readonly currencyConfig?: {
|
|
7011
6936
|
precision: number;
|
|
@@ -7099,7 +7024,6 @@ declare const SysEmail: Omit<{
|
|
|
7099
7024
|
} | undefined;
|
|
7100
7025
|
readonly sortable?: boolean | undefined;
|
|
7101
7026
|
readonly inlineHelpText?: string | undefined;
|
|
7102
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7103
7027
|
readonly autonumberFormat?: string | undefined;
|
|
7104
7028
|
readonly index?: boolean | undefined;
|
|
7105
7029
|
readonly type: "text";
|
|
@@ -7181,7 +7105,6 @@ declare const SysEmail: Omit<{
|
|
|
7181
7105
|
relationshipField?: string | undefined;
|
|
7182
7106
|
} | undefined;
|
|
7183
7107
|
readonly language?: string | undefined;
|
|
7184
|
-
readonly maxRating?: number | undefined;
|
|
7185
7108
|
readonly step?: number | undefined;
|
|
7186
7109
|
readonly currencyConfig?: {
|
|
7187
7110
|
precision: number;
|
|
@@ -7275,7 +7198,6 @@ declare const SysEmail: Omit<{
|
|
|
7275
7198
|
} | undefined;
|
|
7276
7199
|
readonly sortable?: boolean | undefined;
|
|
7277
7200
|
readonly inlineHelpText?: string | undefined;
|
|
7278
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7279
7201
|
readonly autonumberFormat?: string | undefined;
|
|
7280
7202
|
readonly index?: boolean | undefined;
|
|
7281
7203
|
readonly type: "text";
|
|
@@ -7357,7 +7279,6 @@ declare const SysEmail: Omit<{
|
|
|
7357
7279
|
relationshipField?: string | undefined;
|
|
7358
7280
|
} | undefined;
|
|
7359
7281
|
readonly language?: string | undefined;
|
|
7360
|
-
readonly maxRating?: number | undefined;
|
|
7361
7282
|
readonly step?: number | undefined;
|
|
7362
7283
|
readonly currencyConfig?: {
|
|
7363
7284
|
precision: number;
|
|
@@ -7451,7 +7372,6 @@ declare const SysEmail: Omit<{
|
|
|
7451
7372
|
} | undefined;
|
|
7452
7373
|
readonly sortable?: boolean | undefined;
|
|
7453
7374
|
readonly inlineHelpText?: string | undefined;
|
|
7454
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7455
7375
|
readonly autonumberFormat?: string | undefined;
|
|
7456
7376
|
readonly index?: boolean | undefined;
|
|
7457
7377
|
readonly type: "text";
|
|
@@ -7533,7 +7453,6 @@ declare const SysEmail: Omit<{
|
|
|
7533
7453
|
relationshipField?: string | undefined;
|
|
7534
7454
|
} | undefined;
|
|
7535
7455
|
readonly language?: string | undefined;
|
|
7536
|
-
readonly maxRating?: number | undefined;
|
|
7537
7456
|
readonly step?: number | undefined;
|
|
7538
7457
|
readonly currencyConfig?: {
|
|
7539
7458
|
precision: number;
|
|
@@ -7627,7 +7546,6 @@ declare const SysEmail: Omit<{
|
|
|
7627
7546
|
} | undefined;
|
|
7628
7547
|
readonly sortable?: boolean | undefined;
|
|
7629
7548
|
readonly inlineHelpText?: string | undefined;
|
|
7630
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7631
7549
|
readonly autonumberFormat?: string | undefined;
|
|
7632
7550
|
readonly index?: boolean | undefined;
|
|
7633
7551
|
readonly type: "text";
|
|
@@ -7709,7 +7627,6 @@ declare const SysEmail: Omit<{
|
|
|
7709
7627
|
relationshipField?: string | undefined;
|
|
7710
7628
|
} | undefined;
|
|
7711
7629
|
readonly language?: string | undefined;
|
|
7712
|
-
readonly maxRating?: number | undefined;
|
|
7713
7630
|
readonly step?: number | undefined;
|
|
7714
7631
|
readonly currencyConfig?: {
|
|
7715
7632
|
precision: number;
|
|
@@ -7803,7 +7720,6 @@ declare const SysEmail: Omit<{
|
|
|
7803
7720
|
} | undefined;
|
|
7804
7721
|
readonly sortable?: boolean | undefined;
|
|
7805
7722
|
readonly inlineHelpText?: string | undefined;
|
|
7806
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7807
7723
|
readonly autonumberFormat?: string | undefined;
|
|
7808
7724
|
readonly index?: boolean | undefined;
|
|
7809
7725
|
readonly type: "text";
|
|
@@ -7885,7 +7801,6 @@ declare const SysEmail: Omit<{
|
|
|
7885
7801
|
relationshipField?: string | undefined;
|
|
7886
7802
|
} | undefined;
|
|
7887
7803
|
readonly language?: string | undefined;
|
|
7888
|
-
readonly maxRating?: number | undefined;
|
|
7889
7804
|
readonly step?: number | undefined;
|
|
7890
7805
|
readonly currencyConfig?: {
|
|
7891
7806
|
precision: number;
|
|
@@ -7979,7 +7894,6 @@ declare const SysEmail: Omit<{
|
|
|
7979
7894
|
} | undefined;
|
|
7980
7895
|
readonly sortable?: boolean | undefined;
|
|
7981
7896
|
readonly inlineHelpText?: string | undefined;
|
|
7982
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7983
7897
|
readonly autonumberFormat?: string | undefined;
|
|
7984
7898
|
readonly index?: boolean | undefined;
|
|
7985
7899
|
readonly type: "textarea";
|
|
@@ -8061,7 +7975,6 @@ declare const SysEmail: Omit<{
|
|
|
8061
7975
|
relationshipField?: string | undefined;
|
|
8062
7976
|
} | undefined;
|
|
8063
7977
|
readonly language?: string | undefined;
|
|
8064
|
-
readonly maxRating?: number | undefined;
|
|
8065
7978
|
readonly step?: number | undefined;
|
|
8066
7979
|
readonly currencyConfig?: {
|
|
8067
7980
|
precision: number;
|
|
@@ -8155,7 +8068,6 @@ declare const SysEmail: Omit<{
|
|
|
8155
8068
|
} | undefined;
|
|
8156
8069
|
readonly sortable?: boolean | undefined;
|
|
8157
8070
|
readonly inlineHelpText?: string | undefined;
|
|
8158
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8159
8071
|
readonly autonumberFormat?: string | undefined;
|
|
8160
8072
|
readonly index?: boolean | undefined;
|
|
8161
8073
|
readonly type: "textarea";
|
|
@@ -8237,7 +8149,6 @@ declare const SysEmail: Omit<{
|
|
|
8237
8149
|
relationshipField?: string | undefined;
|
|
8238
8150
|
} | undefined;
|
|
8239
8151
|
readonly language?: string | undefined;
|
|
8240
|
-
readonly maxRating?: number | undefined;
|
|
8241
8152
|
readonly step?: number | undefined;
|
|
8242
8153
|
readonly currencyConfig?: {
|
|
8243
8154
|
precision: number;
|
|
@@ -8331,7 +8242,6 @@ declare const SysEmail: Omit<{
|
|
|
8331
8242
|
} | undefined;
|
|
8332
8243
|
readonly sortable?: boolean | undefined;
|
|
8333
8244
|
readonly inlineHelpText?: string | undefined;
|
|
8334
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8335
8245
|
readonly autonumberFormat?: string | undefined;
|
|
8336
8246
|
readonly index?: boolean | undefined;
|
|
8337
8247
|
readonly type: "select";
|
|
@@ -8413,7 +8323,6 @@ declare const SysEmail: Omit<{
|
|
|
8413
8323
|
relationshipField?: string | undefined;
|
|
8414
8324
|
} | undefined;
|
|
8415
8325
|
readonly language?: string | undefined;
|
|
8416
|
-
readonly maxRating?: number | undefined;
|
|
8417
8326
|
readonly step?: number | undefined;
|
|
8418
8327
|
readonly currencyConfig?: {
|
|
8419
8328
|
precision: number;
|
|
@@ -8507,7 +8416,6 @@ declare const SysEmail: Omit<{
|
|
|
8507
8416
|
} | undefined;
|
|
8508
8417
|
readonly sortable?: boolean | undefined;
|
|
8509
8418
|
readonly inlineHelpText?: string | undefined;
|
|
8510
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8511
8419
|
readonly autonumberFormat?: string | undefined;
|
|
8512
8420
|
readonly index?: boolean | undefined;
|
|
8513
8421
|
readonly type: "textarea";
|
|
@@ -8589,7 +8497,6 @@ declare const SysEmail: Omit<{
|
|
|
8589
8497
|
relationshipField?: string | undefined;
|
|
8590
8498
|
} | undefined;
|
|
8591
8499
|
readonly language?: string | undefined;
|
|
8592
|
-
readonly maxRating?: number | undefined;
|
|
8593
8500
|
readonly step?: number | undefined;
|
|
8594
8501
|
readonly currencyConfig?: {
|
|
8595
8502
|
precision: number;
|
|
@@ -8683,7 +8590,6 @@ declare const SysEmail: Omit<{
|
|
|
8683
8590
|
} | undefined;
|
|
8684
8591
|
readonly sortable?: boolean | undefined;
|
|
8685
8592
|
readonly inlineHelpText?: string | undefined;
|
|
8686
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8687
8593
|
readonly autonumberFormat?: string | undefined;
|
|
8688
8594
|
readonly index?: boolean | undefined;
|
|
8689
8595
|
readonly type: "number";
|
|
@@ -8765,7 +8671,6 @@ declare const SysEmail: Omit<{
|
|
|
8765
8671
|
relationshipField?: string | undefined;
|
|
8766
8672
|
} | undefined;
|
|
8767
8673
|
readonly language?: string | undefined;
|
|
8768
|
-
readonly maxRating?: number | undefined;
|
|
8769
8674
|
readonly step?: number | undefined;
|
|
8770
8675
|
readonly currencyConfig?: {
|
|
8771
8676
|
precision: number;
|
|
@@ -8859,7 +8764,6 @@ declare const SysEmail: Omit<{
|
|
|
8859
8764
|
} | undefined;
|
|
8860
8765
|
readonly sortable?: boolean | undefined;
|
|
8861
8766
|
readonly inlineHelpText?: string | undefined;
|
|
8862
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8863
8767
|
readonly autonumberFormat?: string | undefined;
|
|
8864
8768
|
readonly index?: boolean | undefined;
|
|
8865
8769
|
readonly type: "datetime";
|
|
@@ -8941,7 +8845,6 @@ declare const SysEmail: Omit<{
|
|
|
8941
8845
|
relationshipField?: string | undefined;
|
|
8942
8846
|
} | undefined;
|
|
8943
8847
|
readonly language?: string | undefined;
|
|
8944
|
-
readonly maxRating?: number | undefined;
|
|
8945
8848
|
readonly step?: number | undefined;
|
|
8946
8849
|
readonly currencyConfig?: {
|
|
8947
8850
|
precision: number;
|
|
@@ -9035,7 +8938,6 @@ declare const SysEmail: Omit<{
|
|
|
9035
8938
|
} | undefined;
|
|
9036
8939
|
readonly sortable?: boolean | undefined;
|
|
9037
8940
|
readonly inlineHelpText?: string | undefined;
|
|
9038
|
-
readonly caseSensitive?: boolean | undefined;
|
|
9039
8941
|
readonly autonumberFormat?: string | undefined;
|
|
9040
8942
|
readonly index?: boolean | undefined;
|
|
9041
8943
|
readonly type: "text";
|
|
@@ -9117,7 +9019,6 @@ declare const SysEmail: Omit<{
|
|
|
9117
9019
|
relationshipField?: string | undefined;
|
|
9118
9020
|
} | undefined;
|
|
9119
9021
|
readonly language?: string | undefined;
|
|
9120
|
-
readonly maxRating?: number | undefined;
|
|
9121
9022
|
readonly step?: number | undefined;
|
|
9122
9023
|
readonly currencyConfig?: {
|
|
9123
9024
|
precision: number;
|
|
@@ -9211,7 +9112,6 @@ declare const SysEmail: Omit<{
|
|
|
9211
9112
|
} | undefined;
|
|
9212
9113
|
readonly sortable?: boolean | undefined;
|
|
9213
9114
|
readonly inlineHelpText?: string | undefined;
|
|
9214
|
-
readonly caseSensitive?: boolean | undefined;
|
|
9215
9115
|
readonly autonumberFormat?: string | undefined;
|
|
9216
9116
|
readonly index?: boolean | undefined;
|
|
9217
9117
|
readonly type: "text";
|
|
@@ -9293,7 +9193,6 @@ declare const SysEmail: Omit<{
|
|
|
9293
9193
|
relationshipField?: string | undefined;
|
|
9294
9194
|
} | undefined;
|
|
9295
9195
|
readonly language?: string | undefined;
|
|
9296
|
-
readonly maxRating?: number | undefined;
|
|
9297
9196
|
readonly step?: number | undefined;
|
|
9298
9197
|
readonly currencyConfig?: {
|
|
9299
9198
|
precision: number;
|
|
@@ -9387,7 +9286,6 @@ declare const SysEmail: Omit<{
|
|
|
9387
9286
|
} | undefined;
|
|
9388
9287
|
readonly sortable?: boolean | undefined;
|
|
9389
9288
|
readonly inlineHelpText?: string | undefined;
|
|
9390
|
-
readonly caseSensitive?: boolean | undefined;
|
|
9391
9289
|
readonly autonumberFormat?: string | undefined;
|
|
9392
9290
|
readonly index?: boolean | undefined;
|
|
9393
9291
|
readonly type: "lookup";
|
|
@@ -9469,7 +9367,6 @@ declare const SysEmail: Omit<{
|
|
|
9469
9367
|
relationshipField?: string | undefined;
|
|
9470
9368
|
} | undefined;
|
|
9471
9369
|
readonly language?: string | undefined;
|
|
9472
|
-
readonly maxRating?: number | undefined;
|
|
9473
9370
|
readonly step?: number | undefined;
|
|
9474
9371
|
readonly currencyConfig?: {
|
|
9475
9372
|
precision: number;
|
|
@@ -9563,7 +9460,6 @@ declare const SysEmail: Omit<{
|
|
|
9563
9460
|
} | undefined;
|
|
9564
9461
|
readonly sortable?: boolean | undefined;
|
|
9565
9462
|
readonly inlineHelpText?: string | undefined;
|
|
9566
|
-
readonly caseSensitive?: boolean | undefined;
|
|
9567
9463
|
readonly autonumberFormat?: string | undefined;
|
|
9568
9464
|
readonly index?: boolean | undefined;
|
|
9569
9465
|
readonly type: "datetime";
|
|
@@ -9645,7 +9541,6 @@ declare const SysEmail: Omit<{
|
|
|
9645
9541
|
relationshipField?: string | undefined;
|
|
9646
9542
|
} | undefined;
|
|
9647
9543
|
readonly language?: string | undefined;
|
|
9648
|
-
readonly maxRating?: number | undefined;
|
|
9649
9544
|
readonly step?: number | undefined;
|
|
9650
9545
|
readonly currencyConfig?: {
|
|
9651
9546
|
precision: number;
|
|
@@ -9739,7 +9634,6 @@ declare const SysEmail: Omit<{
|
|
|
9739
9634
|
} | undefined;
|
|
9740
9635
|
readonly sortable?: boolean | undefined;
|
|
9741
9636
|
readonly inlineHelpText?: string | undefined;
|
|
9742
|
-
readonly caseSensitive?: boolean | undefined;
|
|
9743
9637
|
readonly autonumberFormat?: string | undefined;
|
|
9744
9638
|
readonly index?: boolean | undefined;
|
|
9745
9639
|
readonly type: "datetime";
|
|
@@ -9857,7 +9751,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9857
9751
|
relationshipField?: string | undefined;
|
|
9858
9752
|
} | undefined;
|
|
9859
9753
|
language?: string | undefined;
|
|
9860
|
-
maxRating?: number | undefined;
|
|
9861
9754
|
step?: number | undefined;
|
|
9862
9755
|
currencyConfig?: {
|
|
9863
9756
|
precision: number;
|
|
@@ -9987,7 +9880,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9987
9880
|
requiredPermissions?: string[] | undefined;
|
|
9988
9881
|
system?: boolean | undefined;
|
|
9989
9882
|
inlineHelpText?: string | undefined;
|
|
9990
|
-
caseSensitive?: boolean | undefined;
|
|
9991
9883
|
autonumberFormat?: string | undefined;
|
|
9992
9884
|
}>;
|
|
9993
9885
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -10075,12 +9967,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10075
9967
|
versionField: string;
|
|
10076
9968
|
retentionDays?: number | undefined;
|
|
10077
9969
|
} | undefined;
|
|
10078
|
-
partitioning?: {
|
|
10079
|
-
enabled: boolean;
|
|
10080
|
-
strategy: "hash" | "list" | "range";
|
|
10081
|
-
key: string;
|
|
10082
|
-
interval?: string | undefined;
|
|
10083
|
-
} | undefined;
|
|
10084
9970
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
10085
9971
|
activityMilestones?: {
|
|
10086
9972
|
field: string;
|
|
@@ -10411,7 +10297,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10411
10297
|
debounceMs?: number | undefined;
|
|
10412
10298
|
} | undefined;
|
|
10413
10299
|
}> | undefined;
|
|
10414
|
-
defaultDetailForm?: string | undefined;
|
|
10415
10300
|
searchableFields?: string[] | undefined;
|
|
10416
10301
|
search?: {
|
|
10417
10302
|
fields: string[];
|
|
@@ -10428,7 +10313,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10428
10313
|
trash: boolean;
|
|
10429
10314
|
mru: boolean;
|
|
10430
10315
|
clone: boolean;
|
|
10431
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
10316
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
10432
10317
|
} | undefined;
|
|
10433
10318
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
10434
10319
|
publicSharing?: {
|
|
@@ -10456,6 +10341,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10456
10341
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
10457
10342
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
10458
10343
|
target?: string | undefined;
|
|
10344
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
10459
10345
|
body?: {
|
|
10460
10346
|
language: "expression";
|
|
10461
10347
|
source: string;
|
|
@@ -10643,7 +10529,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10643
10529
|
relationshipField?: string | undefined;
|
|
10644
10530
|
} | undefined;
|
|
10645
10531
|
readonly language?: string | undefined;
|
|
10646
|
-
readonly maxRating?: number | undefined;
|
|
10647
10532
|
readonly step?: number | undefined;
|
|
10648
10533
|
readonly currencyConfig?: {
|
|
10649
10534
|
precision: number;
|
|
@@ -10737,7 +10622,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10737
10622
|
} | undefined;
|
|
10738
10623
|
readonly sortable?: boolean | undefined;
|
|
10739
10624
|
readonly inlineHelpText?: string | undefined;
|
|
10740
|
-
readonly caseSensitive?: boolean | undefined;
|
|
10741
10625
|
readonly autonumberFormat?: string | undefined;
|
|
10742
10626
|
readonly index?: boolean | undefined;
|
|
10743
10627
|
readonly type: "text";
|
|
@@ -10819,7 +10703,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10819
10703
|
relationshipField?: string | undefined;
|
|
10820
10704
|
} | undefined;
|
|
10821
10705
|
readonly language?: string | undefined;
|
|
10822
|
-
readonly maxRating?: number | undefined;
|
|
10823
10706
|
readonly step?: number | undefined;
|
|
10824
10707
|
readonly currencyConfig?: {
|
|
10825
10708
|
precision: number;
|
|
@@ -10913,7 +10796,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10913
10796
|
} | undefined;
|
|
10914
10797
|
readonly sortable?: boolean | undefined;
|
|
10915
10798
|
readonly inlineHelpText?: string | undefined;
|
|
10916
|
-
readonly caseSensitive?: boolean | undefined;
|
|
10917
10799
|
readonly autonumberFormat?: string | undefined;
|
|
10918
10800
|
readonly index?: boolean | undefined;
|
|
10919
10801
|
readonly type: "text";
|
|
@@ -10995,7 +10877,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10995
10877
|
relationshipField?: string | undefined;
|
|
10996
10878
|
} | undefined;
|
|
10997
10879
|
readonly language?: string | undefined;
|
|
10998
|
-
readonly maxRating?: number | undefined;
|
|
10999
10880
|
readonly step?: number | undefined;
|
|
11000
10881
|
readonly currencyConfig?: {
|
|
11001
10882
|
precision: number;
|
|
@@ -11089,7 +10970,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11089
10970
|
} | undefined;
|
|
11090
10971
|
readonly sortable?: boolean | undefined;
|
|
11091
10972
|
readonly inlineHelpText?: string | undefined;
|
|
11092
|
-
readonly caseSensitive?: boolean | undefined;
|
|
11093
10973
|
readonly autonumberFormat?: string | undefined;
|
|
11094
10974
|
readonly index?: boolean | undefined;
|
|
11095
10975
|
readonly type: "text";
|
|
@@ -11171,7 +11051,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11171
11051
|
relationshipField?: string | undefined;
|
|
11172
11052
|
} | undefined;
|
|
11173
11053
|
readonly language?: string | undefined;
|
|
11174
|
-
readonly maxRating?: number | undefined;
|
|
11175
11054
|
readonly step?: number | undefined;
|
|
11176
11055
|
readonly currencyConfig?: {
|
|
11177
11056
|
precision: number;
|
|
@@ -11265,7 +11144,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11265
11144
|
} | undefined;
|
|
11266
11145
|
readonly sortable?: boolean | undefined;
|
|
11267
11146
|
readonly inlineHelpText?: string | undefined;
|
|
11268
|
-
readonly caseSensitive?: boolean | undefined;
|
|
11269
11147
|
readonly autonumberFormat?: string | undefined;
|
|
11270
11148
|
readonly index?: boolean | undefined;
|
|
11271
11149
|
readonly type: "select";
|
|
@@ -11347,7 +11225,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11347
11225
|
relationshipField?: string | undefined;
|
|
11348
11226
|
} | undefined;
|
|
11349
11227
|
readonly language?: string | undefined;
|
|
11350
|
-
readonly maxRating?: number | undefined;
|
|
11351
11228
|
readonly step?: number | undefined;
|
|
11352
11229
|
readonly currencyConfig?: {
|
|
11353
11230
|
precision: number;
|
|
@@ -11441,7 +11318,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11441
11318
|
} | undefined;
|
|
11442
11319
|
readonly sortable?: boolean | undefined;
|
|
11443
11320
|
readonly inlineHelpText?: string | undefined;
|
|
11444
|
-
readonly caseSensitive?: boolean | undefined;
|
|
11445
11321
|
readonly autonumberFormat?: string | undefined;
|
|
11446
11322
|
readonly index?: boolean | undefined;
|
|
11447
11323
|
readonly type: "text";
|
|
@@ -11523,7 +11399,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11523
11399
|
relationshipField?: string | undefined;
|
|
11524
11400
|
} | undefined;
|
|
11525
11401
|
readonly language?: string | undefined;
|
|
11526
|
-
readonly maxRating?: number | undefined;
|
|
11527
11402
|
readonly step?: number | undefined;
|
|
11528
11403
|
readonly currencyConfig?: {
|
|
11529
11404
|
precision: number;
|
|
@@ -11617,7 +11492,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11617
11492
|
} | undefined;
|
|
11618
11493
|
readonly sortable?: boolean | undefined;
|
|
11619
11494
|
readonly inlineHelpText?: string | undefined;
|
|
11620
|
-
readonly caseSensitive?: boolean | undefined;
|
|
11621
11495
|
readonly autonumberFormat?: string | undefined;
|
|
11622
11496
|
readonly index?: boolean | undefined;
|
|
11623
11497
|
readonly type: "textarea";
|
|
@@ -11699,7 +11573,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11699
11573
|
relationshipField?: string | undefined;
|
|
11700
11574
|
} | undefined;
|
|
11701
11575
|
readonly language?: string | undefined;
|
|
11702
|
-
readonly maxRating?: number | undefined;
|
|
11703
11576
|
readonly step?: number | undefined;
|
|
11704
11577
|
readonly currencyConfig?: {
|
|
11705
11578
|
precision: number;
|
|
@@ -11793,7 +11666,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11793
11666
|
} | undefined;
|
|
11794
11667
|
readonly sortable?: boolean | undefined;
|
|
11795
11668
|
readonly inlineHelpText?: string | undefined;
|
|
11796
|
-
readonly caseSensitive?: boolean | undefined;
|
|
11797
11669
|
readonly autonumberFormat?: string | undefined;
|
|
11798
11670
|
readonly index?: boolean | undefined;
|
|
11799
11671
|
readonly type: "text";
|
|
@@ -11875,7 +11747,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11875
11747
|
relationshipField?: string | undefined;
|
|
11876
11748
|
} | undefined;
|
|
11877
11749
|
readonly language?: string | undefined;
|
|
11878
|
-
readonly maxRating?: number | undefined;
|
|
11879
11750
|
readonly step?: number | undefined;
|
|
11880
11751
|
readonly currencyConfig?: {
|
|
11881
11752
|
precision: number;
|
|
@@ -11969,7 +11840,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11969
11840
|
} | undefined;
|
|
11970
11841
|
readonly sortable?: boolean | undefined;
|
|
11971
11842
|
readonly inlineHelpText?: string | undefined;
|
|
11972
|
-
readonly caseSensitive?: boolean | undefined;
|
|
11973
11843
|
readonly autonumberFormat?: string | undefined;
|
|
11974
11844
|
readonly index?: boolean | undefined;
|
|
11975
11845
|
readonly type: "textarea";
|
|
@@ -12051,7 +11921,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12051
11921
|
relationshipField?: string | undefined;
|
|
12052
11922
|
} | undefined;
|
|
12053
11923
|
readonly language?: string | undefined;
|
|
12054
|
-
readonly maxRating?: number | undefined;
|
|
12055
11924
|
readonly step?: number | undefined;
|
|
12056
11925
|
readonly currencyConfig?: {
|
|
12057
11926
|
precision: number;
|
|
@@ -12145,7 +12014,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12145
12014
|
} | undefined;
|
|
12146
12015
|
readonly sortable?: boolean | undefined;
|
|
12147
12016
|
readonly inlineHelpText?: string | undefined;
|
|
12148
|
-
readonly caseSensitive?: boolean | undefined;
|
|
12149
12017
|
readonly autonumberFormat?: string | undefined;
|
|
12150
12018
|
readonly index?: boolean | undefined;
|
|
12151
12019
|
readonly type: "textarea";
|
|
@@ -12227,7 +12095,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12227
12095
|
relationshipField?: string | undefined;
|
|
12228
12096
|
} | undefined;
|
|
12229
12097
|
readonly language?: string | undefined;
|
|
12230
|
-
readonly maxRating?: number | undefined;
|
|
12231
12098
|
readonly step?: number | undefined;
|
|
12232
12099
|
readonly currencyConfig?: {
|
|
12233
12100
|
precision: number;
|
|
@@ -12321,7 +12188,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12321
12188
|
} | undefined;
|
|
12322
12189
|
readonly sortable?: boolean | undefined;
|
|
12323
12190
|
readonly inlineHelpText?: string | undefined;
|
|
12324
|
-
readonly caseSensitive?: boolean | undefined;
|
|
12325
12191
|
readonly autonumberFormat?: string | undefined;
|
|
12326
12192
|
readonly index?: boolean | undefined;
|
|
12327
12193
|
readonly type: "text";
|
|
@@ -12403,7 +12269,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12403
12269
|
relationshipField?: string | undefined;
|
|
12404
12270
|
} | undefined;
|
|
12405
12271
|
readonly language?: string | undefined;
|
|
12406
|
-
readonly maxRating?: number | undefined;
|
|
12407
12272
|
readonly step?: number | undefined;
|
|
12408
12273
|
readonly currencyConfig?: {
|
|
12409
12274
|
precision: number;
|
|
@@ -12497,7 +12362,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12497
12362
|
} | undefined;
|
|
12498
12363
|
readonly sortable?: boolean | undefined;
|
|
12499
12364
|
readonly inlineHelpText?: string | undefined;
|
|
12500
|
-
readonly caseSensitive?: boolean | undefined;
|
|
12501
12365
|
readonly autonumberFormat?: string | undefined;
|
|
12502
12366
|
readonly index?: boolean | undefined;
|
|
12503
12367
|
readonly type: "text";
|
|
@@ -12579,7 +12443,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12579
12443
|
relationshipField?: string | undefined;
|
|
12580
12444
|
} | undefined;
|
|
12581
12445
|
readonly language?: string | undefined;
|
|
12582
|
-
readonly maxRating?: number | undefined;
|
|
12583
12446
|
readonly step?: number | undefined;
|
|
12584
12447
|
readonly currencyConfig?: {
|
|
12585
12448
|
precision: number;
|
|
@@ -12673,7 +12536,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12673
12536
|
} | undefined;
|
|
12674
12537
|
readonly sortable?: boolean | undefined;
|
|
12675
12538
|
readonly inlineHelpText?: string | undefined;
|
|
12676
|
-
readonly caseSensitive?: boolean | undefined;
|
|
12677
12539
|
readonly autonumberFormat?: string | undefined;
|
|
12678
12540
|
readonly index?: boolean | undefined;
|
|
12679
12541
|
readonly type: "text";
|
|
@@ -12755,7 +12617,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12755
12617
|
relationshipField?: string | undefined;
|
|
12756
12618
|
} | undefined;
|
|
12757
12619
|
readonly language?: string | undefined;
|
|
12758
|
-
readonly maxRating?: number | undefined;
|
|
12759
12620
|
readonly step?: number | undefined;
|
|
12760
12621
|
readonly currencyConfig?: {
|
|
12761
12622
|
precision: number;
|
|
@@ -12849,7 +12710,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12849
12710
|
} | undefined;
|
|
12850
12711
|
readonly sortable?: boolean | undefined;
|
|
12851
12712
|
readonly inlineHelpText?: string | undefined;
|
|
12852
|
-
readonly caseSensitive?: boolean | undefined;
|
|
12853
12713
|
readonly autonumberFormat?: string | undefined;
|
|
12854
12714
|
readonly index?: boolean | undefined;
|
|
12855
12715
|
readonly type: "boolean";
|
|
@@ -12931,7 +12791,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12931
12791
|
relationshipField?: string | undefined;
|
|
12932
12792
|
} | undefined;
|
|
12933
12793
|
readonly language?: string | undefined;
|
|
12934
|
-
readonly maxRating?: number | undefined;
|
|
12935
12794
|
readonly step?: number | undefined;
|
|
12936
12795
|
readonly currencyConfig?: {
|
|
12937
12796
|
precision: number;
|
|
@@ -13025,7 +12884,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13025
12884
|
} | undefined;
|
|
13026
12885
|
readonly sortable?: boolean | undefined;
|
|
13027
12886
|
readonly inlineHelpText?: string | undefined;
|
|
13028
|
-
readonly caseSensitive?: boolean | undefined;
|
|
13029
12887
|
readonly autonumberFormat?: string | undefined;
|
|
13030
12888
|
readonly index?: boolean | undefined;
|
|
13031
12889
|
readonly type: "boolean";
|
|
@@ -13113,7 +12971,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13113
12971
|
relationshipField?: string | undefined;
|
|
13114
12972
|
} | undefined;
|
|
13115
12973
|
readonly language?: string | undefined;
|
|
13116
|
-
readonly maxRating?: number | undefined;
|
|
13117
12974
|
readonly step?: number | undefined;
|
|
13118
12975
|
readonly currencyConfig?: {
|
|
13119
12976
|
precision: number;
|
|
@@ -13207,7 +13064,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13207
13064
|
} | undefined;
|
|
13208
13065
|
readonly sortable?: boolean | undefined;
|
|
13209
13066
|
readonly inlineHelpText?: string | undefined;
|
|
13210
|
-
readonly caseSensitive?: boolean | undefined;
|
|
13211
13067
|
readonly autonumberFormat?: string | undefined;
|
|
13212
13068
|
readonly index?: boolean | undefined;
|
|
13213
13069
|
readonly type: "textarea";
|
|
@@ -13289,7 +13145,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13289
13145
|
relationshipField?: string | undefined;
|
|
13290
13146
|
} | undefined;
|
|
13291
13147
|
readonly language?: string | undefined;
|
|
13292
|
-
readonly maxRating?: number | undefined;
|
|
13293
13148
|
readonly step?: number | undefined;
|
|
13294
13149
|
readonly currencyConfig?: {
|
|
13295
13150
|
precision: number;
|
|
@@ -13383,7 +13238,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13383
13238
|
} | undefined;
|
|
13384
13239
|
readonly sortable?: boolean | undefined;
|
|
13385
13240
|
readonly inlineHelpText?: string | undefined;
|
|
13386
|
-
readonly caseSensitive?: boolean | undefined;
|
|
13387
13241
|
readonly autonumberFormat?: string | undefined;
|
|
13388
13242
|
readonly index?: boolean | undefined;
|
|
13389
13243
|
readonly type: "datetime";
|
|
@@ -13465,7 +13319,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13465
13319
|
relationshipField?: string | undefined;
|
|
13466
13320
|
} | undefined;
|
|
13467
13321
|
readonly language?: string | undefined;
|
|
13468
|
-
readonly maxRating?: number | undefined;
|
|
13469
13322
|
readonly step?: number | undefined;
|
|
13470
13323
|
readonly currencyConfig?: {
|
|
13471
13324
|
precision: number;
|
|
@@ -13559,7 +13412,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13559
13412
|
} | undefined;
|
|
13560
13413
|
readonly sortable?: boolean | undefined;
|
|
13561
13414
|
readonly inlineHelpText?: string | undefined;
|
|
13562
|
-
readonly caseSensitive?: boolean | undefined;
|
|
13563
13415
|
readonly autonumberFormat?: string | undefined;
|
|
13564
13416
|
readonly index?: boolean | undefined;
|
|
13565
13417
|
readonly type: "datetime";
|
|
@@ -13685,7 +13537,6 @@ declare const SysSavedReport: Omit<{
|
|
|
13685
13537
|
relationshipField?: string | undefined;
|
|
13686
13538
|
} | undefined;
|
|
13687
13539
|
language?: string | undefined;
|
|
13688
|
-
maxRating?: number | undefined;
|
|
13689
13540
|
step?: number | undefined;
|
|
13690
13541
|
currencyConfig?: {
|
|
13691
13542
|
precision: number;
|
|
@@ -13815,7 +13666,6 @@ declare const SysSavedReport: Omit<{
|
|
|
13815
13666
|
requiredPermissions?: string[] | undefined;
|
|
13816
13667
|
system?: boolean | undefined;
|
|
13817
13668
|
inlineHelpText?: string | undefined;
|
|
13818
|
-
caseSensitive?: boolean | undefined;
|
|
13819
13669
|
autonumberFormat?: string | undefined;
|
|
13820
13670
|
}>;
|
|
13821
13671
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -13903,12 +13753,6 @@ declare const SysSavedReport: Omit<{
|
|
|
13903
13753
|
versionField: string;
|
|
13904
13754
|
retentionDays?: number | undefined;
|
|
13905
13755
|
} | undefined;
|
|
13906
|
-
partitioning?: {
|
|
13907
|
-
enabled: boolean;
|
|
13908
|
-
strategy: "hash" | "list" | "range";
|
|
13909
|
-
key: string;
|
|
13910
|
-
interval?: string | undefined;
|
|
13911
|
-
} | undefined;
|
|
13912
13756
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
13913
13757
|
activityMilestones?: {
|
|
13914
13758
|
field: string;
|
|
@@ -14239,7 +14083,6 @@ declare const SysSavedReport: Omit<{
|
|
|
14239
14083
|
debounceMs?: number | undefined;
|
|
14240
14084
|
} | undefined;
|
|
14241
14085
|
}> | undefined;
|
|
14242
|
-
defaultDetailForm?: string | undefined;
|
|
14243
14086
|
searchableFields?: string[] | undefined;
|
|
14244
14087
|
search?: {
|
|
14245
14088
|
fields: string[];
|
|
@@ -14256,7 +14099,7 @@ declare const SysSavedReport: Omit<{
|
|
|
14256
14099
|
trash: boolean;
|
|
14257
14100
|
mru: boolean;
|
|
14258
14101
|
clone: boolean;
|
|
14259
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
14102
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
14260
14103
|
} | undefined;
|
|
14261
14104
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
14262
14105
|
publicSharing?: {
|
|
@@ -14284,6 +14127,7 @@ declare const SysSavedReport: Omit<{
|
|
|
14284
14127
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
14285
14128
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
14286
14129
|
target?: string | undefined;
|
|
14130
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
14287
14131
|
body?: {
|
|
14288
14132
|
language: "expression";
|
|
14289
14133
|
source: string;
|
|
@@ -14471,7 +14315,6 @@ declare const SysSavedReport: Omit<{
|
|
|
14471
14315
|
relationshipField?: string | undefined;
|
|
14472
14316
|
} | undefined;
|
|
14473
14317
|
readonly language?: string | undefined;
|
|
14474
|
-
readonly maxRating?: number | undefined;
|
|
14475
14318
|
readonly step?: number | undefined;
|
|
14476
14319
|
readonly currencyConfig?: {
|
|
14477
14320
|
precision: number;
|
|
@@ -14565,7 +14408,6 @@ declare const SysSavedReport: Omit<{
|
|
|
14565
14408
|
} | undefined;
|
|
14566
14409
|
readonly sortable?: boolean | undefined;
|
|
14567
14410
|
readonly inlineHelpText?: string | undefined;
|
|
14568
|
-
readonly caseSensitive?: boolean | undefined;
|
|
14569
14411
|
readonly autonumberFormat?: string | undefined;
|
|
14570
14412
|
readonly index?: boolean | undefined;
|
|
14571
14413
|
readonly type: "text";
|
|
@@ -14647,7 +14489,6 @@ declare const SysSavedReport: Omit<{
|
|
|
14647
14489
|
relationshipField?: string | undefined;
|
|
14648
14490
|
} | undefined;
|
|
14649
14491
|
readonly language?: string | undefined;
|
|
14650
|
-
readonly maxRating?: number | undefined;
|
|
14651
14492
|
readonly step?: number | undefined;
|
|
14652
14493
|
readonly currencyConfig?: {
|
|
14653
14494
|
precision: number;
|
|
@@ -14741,7 +14582,6 @@ declare const SysSavedReport: Omit<{
|
|
|
14741
14582
|
} | undefined;
|
|
14742
14583
|
readonly sortable?: boolean | undefined;
|
|
14743
14584
|
readonly inlineHelpText?: string | undefined;
|
|
14744
|
-
readonly caseSensitive?: boolean | undefined;
|
|
14745
14585
|
readonly autonumberFormat?: string | undefined;
|
|
14746
14586
|
readonly index?: boolean | undefined;
|
|
14747
14587
|
readonly type: "text";
|
|
@@ -14823,7 +14663,6 @@ declare const SysSavedReport: Omit<{
|
|
|
14823
14663
|
relationshipField?: string | undefined;
|
|
14824
14664
|
} | undefined;
|
|
14825
14665
|
readonly language?: string | undefined;
|
|
14826
|
-
readonly maxRating?: number | undefined;
|
|
14827
14666
|
readonly step?: number | undefined;
|
|
14828
14667
|
readonly currencyConfig?: {
|
|
14829
14668
|
precision: number;
|
|
@@ -14917,7 +14756,6 @@ declare const SysSavedReport: Omit<{
|
|
|
14917
14756
|
} | undefined;
|
|
14918
14757
|
readonly sortable?: boolean | undefined;
|
|
14919
14758
|
readonly inlineHelpText?: string | undefined;
|
|
14920
|
-
readonly caseSensitive?: boolean | undefined;
|
|
14921
14759
|
readonly autonumberFormat?: string | undefined;
|
|
14922
14760
|
readonly index?: boolean | undefined;
|
|
14923
14761
|
readonly type: "textarea";
|
|
@@ -14999,7 +14837,6 @@ declare const SysSavedReport: Omit<{
|
|
|
14999
14837
|
relationshipField?: string | undefined;
|
|
15000
14838
|
} | undefined;
|
|
15001
14839
|
readonly language?: string | undefined;
|
|
15002
|
-
readonly maxRating?: number | undefined;
|
|
15003
14840
|
readonly step?: number | undefined;
|
|
15004
14841
|
readonly currencyConfig?: {
|
|
15005
14842
|
precision: number;
|
|
@@ -15093,7 +14930,6 @@ declare const SysSavedReport: Omit<{
|
|
|
15093
14930
|
} | undefined;
|
|
15094
14931
|
readonly sortable?: boolean | undefined;
|
|
15095
14932
|
readonly inlineHelpText?: string | undefined;
|
|
15096
|
-
readonly caseSensitive?: boolean | undefined;
|
|
15097
14933
|
readonly autonumberFormat?: string | undefined;
|
|
15098
14934
|
readonly index?: boolean | undefined;
|
|
15099
14935
|
readonly type: "text";
|
|
@@ -15175,7 +15011,6 @@ declare const SysSavedReport: Omit<{
|
|
|
15175
15011
|
relationshipField?: string | undefined;
|
|
15176
15012
|
} | undefined;
|
|
15177
15013
|
readonly language?: string | undefined;
|
|
15178
|
-
readonly maxRating?: number | undefined;
|
|
15179
15014
|
readonly step?: number | undefined;
|
|
15180
15015
|
readonly currencyConfig?: {
|
|
15181
15016
|
precision: number;
|
|
@@ -15269,7 +15104,6 @@ declare const SysSavedReport: Omit<{
|
|
|
15269
15104
|
} | undefined;
|
|
15270
15105
|
readonly sortable?: boolean | undefined;
|
|
15271
15106
|
readonly inlineHelpText?: string | undefined;
|
|
15272
|
-
readonly caseSensitive?: boolean | undefined;
|
|
15273
15107
|
readonly autonumberFormat?: string | undefined;
|
|
15274
15108
|
readonly index?: boolean | undefined;
|
|
15275
15109
|
readonly type: "textarea";
|
|
@@ -15351,7 +15185,6 @@ declare const SysSavedReport: Omit<{
|
|
|
15351
15185
|
relationshipField?: string | undefined;
|
|
15352
15186
|
} | undefined;
|
|
15353
15187
|
readonly language?: string | undefined;
|
|
15354
|
-
readonly maxRating?: number | undefined;
|
|
15355
15188
|
readonly step?: number | undefined;
|
|
15356
15189
|
readonly currencyConfig?: {
|
|
15357
15190
|
precision: number;
|
|
@@ -15445,7 +15278,6 @@ declare const SysSavedReport: Omit<{
|
|
|
15445
15278
|
} | undefined;
|
|
15446
15279
|
readonly sortable?: boolean | undefined;
|
|
15447
15280
|
readonly inlineHelpText?: string | undefined;
|
|
15448
|
-
readonly caseSensitive?: boolean | undefined;
|
|
15449
15281
|
readonly autonumberFormat?: string | undefined;
|
|
15450
15282
|
readonly index?: boolean | undefined;
|
|
15451
15283
|
readonly type: "select";
|
|
@@ -15527,7 +15359,6 @@ declare const SysSavedReport: Omit<{
|
|
|
15527
15359
|
relationshipField?: string | undefined;
|
|
15528
15360
|
} | undefined;
|
|
15529
15361
|
readonly language?: string | undefined;
|
|
15530
|
-
readonly maxRating?: number | undefined;
|
|
15531
15362
|
readonly step?: number | undefined;
|
|
15532
15363
|
readonly currencyConfig?: {
|
|
15533
15364
|
precision: number;
|
|
@@ -15621,7 +15452,6 @@ declare const SysSavedReport: Omit<{
|
|
|
15621
15452
|
} | undefined;
|
|
15622
15453
|
readonly sortable?: boolean | undefined;
|
|
15623
15454
|
readonly inlineHelpText?: string | undefined;
|
|
15624
|
-
readonly caseSensitive?: boolean | undefined;
|
|
15625
15455
|
readonly autonumberFormat?: string | undefined;
|
|
15626
15456
|
readonly index?: boolean | undefined;
|
|
15627
15457
|
readonly type: "lookup";
|
|
@@ -15703,7 +15533,6 @@ declare const SysSavedReport: Omit<{
|
|
|
15703
15533
|
relationshipField?: string | undefined;
|
|
15704
15534
|
} | undefined;
|
|
15705
15535
|
readonly language?: string | undefined;
|
|
15706
|
-
readonly maxRating?: number | undefined;
|
|
15707
15536
|
readonly step?: number | undefined;
|
|
15708
15537
|
readonly currencyConfig?: {
|
|
15709
15538
|
precision: number;
|
|
@@ -15797,7 +15626,6 @@ declare const SysSavedReport: Omit<{
|
|
|
15797
15626
|
} | undefined;
|
|
15798
15627
|
readonly sortable?: boolean | undefined;
|
|
15799
15628
|
readonly inlineHelpText?: string | undefined;
|
|
15800
|
-
readonly caseSensitive?: boolean | undefined;
|
|
15801
15629
|
readonly autonumberFormat?: string | undefined;
|
|
15802
15630
|
readonly index?: boolean | undefined;
|
|
15803
15631
|
readonly type: "datetime";
|
|
@@ -15879,7 +15707,6 @@ declare const SysSavedReport: Omit<{
|
|
|
15879
15707
|
relationshipField?: string | undefined;
|
|
15880
15708
|
} | undefined;
|
|
15881
15709
|
readonly language?: string | undefined;
|
|
15882
|
-
readonly maxRating?: number | undefined;
|
|
15883
15710
|
readonly step?: number | undefined;
|
|
15884
15711
|
readonly currencyConfig?: {
|
|
15885
15712
|
precision: number;
|
|
@@ -15973,7 +15800,6 @@ declare const SysSavedReport: Omit<{
|
|
|
15973
15800
|
} | undefined;
|
|
15974
15801
|
readonly sortable?: boolean | undefined;
|
|
15975
15802
|
readonly inlineHelpText?: string | undefined;
|
|
15976
|
-
readonly caseSensitive?: boolean | undefined;
|
|
15977
15803
|
readonly autonumberFormat?: string | undefined;
|
|
15978
15804
|
readonly index?: boolean | undefined;
|
|
15979
15805
|
readonly type: "number";
|
|
@@ -16055,7 +15881,6 @@ declare const SysSavedReport: Omit<{
|
|
|
16055
15881
|
relationshipField?: string | undefined;
|
|
16056
15882
|
} | undefined;
|
|
16057
15883
|
readonly language?: string | undefined;
|
|
16058
|
-
readonly maxRating?: number | undefined;
|
|
16059
15884
|
readonly step?: number | undefined;
|
|
16060
15885
|
readonly currencyConfig?: {
|
|
16061
15886
|
precision: number;
|
|
@@ -16149,7 +15974,6 @@ declare const SysSavedReport: Omit<{
|
|
|
16149
15974
|
} | undefined;
|
|
16150
15975
|
readonly sortable?: boolean | undefined;
|
|
16151
15976
|
readonly inlineHelpText?: string | undefined;
|
|
16152
|
-
readonly caseSensitive?: boolean | undefined;
|
|
16153
15977
|
readonly autonumberFormat?: string | undefined;
|
|
16154
15978
|
readonly index?: boolean | undefined;
|
|
16155
15979
|
readonly type: "datetime";
|
|
@@ -16231,7 +16055,6 @@ declare const SysSavedReport: Omit<{
|
|
|
16231
16055
|
relationshipField?: string | undefined;
|
|
16232
16056
|
} | undefined;
|
|
16233
16057
|
readonly language?: string | undefined;
|
|
16234
|
-
readonly maxRating?: number | undefined;
|
|
16235
16058
|
readonly step?: number | undefined;
|
|
16236
16059
|
readonly currencyConfig?: {
|
|
16237
16060
|
precision: number;
|
|
@@ -16325,7 +16148,6 @@ declare const SysSavedReport: Omit<{
|
|
|
16325
16148
|
} | undefined;
|
|
16326
16149
|
readonly sortable?: boolean | undefined;
|
|
16327
16150
|
readonly inlineHelpText?: string | undefined;
|
|
16328
|
-
readonly caseSensitive?: boolean | undefined;
|
|
16329
16151
|
readonly autonumberFormat?: string | undefined;
|
|
16330
16152
|
readonly index?: boolean | undefined;
|
|
16331
16153
|
readonly type: "datetime";
|
|
@@ -16456,7 +16278,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
16456
16278
|
relationshipField?: string | undefined;
|
|
16457
16279
|
} | undefined;
|
|
16458
16280
|
language?: string | undefined;
|
|
16459
|
-
maxRating?: number | undefined;
|
|
16460
16281
|
step?: number | undefined;
|
|
16461
16282
|
currencyConfig?: {
|
|
16462
16283
|
precision: number;
|
|
@@ -16586,7 +16407,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
16586
16407
|
requiredPermissions?: string[] | undefined;
|
|
16587
16408
|
system?: boolean | undefined;
|
|
16588
16409
|
inlineHelpText?: string | undefined;
|
|
16589
|
-
caseSensitive?: boolean | undefined;
|
|
16590
16410
|
autonumberFormat?: string | undefined;
|
|
16591
16411
|
}>;
|
|
16592
16412
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -16674,12 +16494,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
16674
16494
|
versionField: string;
|
|
16675
16495
|
retentionDays?: number | undefined;
|
|
16676
16496
|
} | undefined;
|
|
16677
|
-
partitioning?: {
|
|
16678
|
-
enabled: boolean;
|
|
16679
|
-
strategy: "hash" | "list" | "range";
|
|
16680
|
-
key: string;
|
|
16681
|
-
interval?: string | undefined;
|
|
16682
|
-
} | undefined;
|
|
16683
16497
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
16684
16498
|
activityMilestones?: {
|
|
16685
16499
|
field: string;
|
|
@@ -17010,7 +16824,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
17010
16824
|
debounceMs?: number | undefined;
|
|
17011
16825
|
} | undefined;
|
|
17012
16826
|
}> | undefined;
|
|
17013
|
-
defaultDetailForm?: string | undefined;
|
|
17014
16827
|
searchableFields?: string[] | undefined;
|
|
17015
16828
|
search?: {
|
|
17016
16829
|
fields: string[];
|
|
@@ -17027,7 +16840,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
17027
16840
|
trash: boolean;
|
|
17028
16841
|
mru: boolean;
|
|
17029
16842
|
clone: boolean;
|
|
17030
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
16843
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
17031
16844
|
} | undefined;
|
|
17032
16845
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
17033
16846
|
publicSharing?: {
|
|
@@ -17055,6 +16868,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
17055
16868
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
17056
16869
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
17057
16870
|
target?: string | undefined;
|
|
16871
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
17058
16872
|
body?: {
|
|
17059
16873
|
language: "expression";
|
|
17060
16874
|
source: string;
|
|
@@ -17241,7 +17055,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
17241
17055
|
relationshipField?: string | undefined;
|
|
17242
17056
|
} | undefined;
|
|
17243
17057
|
readonly language?: string | undefined;
|
|
17244
|
-
readonly maxRating?: number | undefined;
|
|
17245
17058
|
readonly step?: number | undefined;
|
|
17246
17059
|
readonly currencyConfig?: {
|
|
17247
17060
|
precision: number;
|
|
@@ -17335,7 +17148,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
17335
17148
|
} | undefined;
|
|
17336
17149
|
readonly sortable?: boolean | undefined;
|
|
17337
17150
|
readonly inlineHelpText?: string | undefined;
|
|
17338
|
-
readonly caseSensitive?: boolean | undefined;
|
|
17339
17151
|
readonly autonumberFormat?: string | undefined;
|
|
17340
17152
|
readonly index?: boolean | undefined;
|
|
17341
17153
|
readonly type: "text";
|
|
@@ -17417,7 +17229,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
17417
17229
|
relationshipField?: string | undefined;
|
|
17418
17230
|
} | undefined;
|
|
17419
17231
|
readonly language?: string | undefined;
|
|
17420
|
-
readonly maxRating?: number | undefined;
|
|
17421
17232
|
readonly step?: number | undefined;
|
|
17422
17233
|
readonly currencyConfig?: {
|
|
17423
17234
|
precision: number;
|
|
@@ -17511,7 +17322,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
17511
17322
|
} | undefined;
|
|
17512
17323
|
readonly sortable?: boolean | undefined;
|
|
17513
17324
|
readonly inlineHelpText?: string | undefined;
|
|
17514
|
-
readonly caseSensitive?: boolean | undefined;
|
|
17515
17325
|
readonly autonumberFormat?: string | undefined;
|
|
17516
17326
|
readonly index?: boolean | undefined;
|
|
17517
17327
|
readonly type: "lookup";
|
|
@@ -17593,7 +17403,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
17593
17403
|
relationshipField?: string | undefined;
|
|
17594
17404
|
} | undefined;
|
|
17595
17405
|
readonly language?: string | undefined;
|
|
17596
|
-
readonly maxRating?: number | undefined;
|
|
17597
17406
|
readonly step?: number | undefined;
|
|
17598
17407
|
readonly currencyConfig?: {
|
|
17599
17408
|
precision: number;
|
|
@@ -17687,7 +17496,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
17687
17496
|
} | undefined;
|
|
17688
17497
|
readonly sortable?: boolean | undefined;
|
|
17689
17498
|
readonly inlineHelpText?: string | undefined;
|
|
17690
|
-
readonly caseSensitive?: boolean | undefined;
|
|
17691
17499
|
readonly autonumberFormat?: string | undefined;
|
|
17692
17500
|
readonly index?: boolean | undefined;
|
|
17693
17501
|
readonly type: "text";
|
|
@@ -17769,7 +17577,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
17769
17577
|
relationshipField?: string | undefined;
|
|
17770
17578
|
} | undefined;
|
|
17771
17579
|
readonly language?: string | undefined;
|
|
17772
|
-
readonly maxRating?: number | undefined;
|
|
17773
17580
|
readonly step?: number | undefined;
|
|
17774
17581
|
readonly currencyConfig?: {
|
|
17775
17582
|
precision: number;
|
|
@@ -17863,7 +17670,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
17863
17670
|
} | undefined;
|
|
17864
17671
|
readonly sortable?: boolean | undefined;
|
|
17865
17672
|
readonly inlineHelpText?: string | undefined;
|
|
17866
|
-
readonly caseSensitive?: boolean | undefined;
|
|
17867
17673
|
readonly autonumberFormat?: string | undefined;
|
|
17868
17674
|
readonly index?: boolean | undefined;
|
|
17869
17675
|
readonly type: "number";
|
|
@@ -17945,7 +17751,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
17945
17751
|
relationshipField?: string | undefined;
|
|
17946
17752
|
} | undefined;
|
|
17947
17753
|
readonly language?: string | undefined;
|
|
17948
|
-
readonly maxRating?: number | undefined;
|
|
17949
17754
|
readonly step?: number | undefined;
|
|
17950
17755
|
readonly currencyConfig?: {
|
|
17951
17756
|
precision: number;
|
|
@@ -18039,7 +17844,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
18039
17844
|
} | undefined;
|
|
18040
17845
|
readonly sortable?: boolean | undefined;
|
|
18041
17846
|
readonly inlineHelpText?: string | undefined;
|
|
18042
|
-
readonly caseSensitive?: boolean | undefined;
|
|
18043
17847
|
readonly autonumberFormat?: string | undefined;
|
|
18044
17848
|
readonly index?: boolean | undefined;
|
|
18045
17849
|
readonly type: "text";
|
|
@@ -18121,7 +17925,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
18121
17925
|
relationshipField?: string | undefined;
|
|
18122
17926
|
} | undefined;
|
|
18123
17927
|
readonly language?: string | undefined;
|
|
18124
|
-
readonly maxRating?: number | undefined;
|
|
18125
17928
|
readonly step?: number | undefined;
|
|
18126
17929
|
readonly currencyConfig?: {
|
|
18127
17930
|
precision: number;
|
|
@@ -18215,7 +18018,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
18215
18018
|
} | undefined;
|
|
18216
18019
|
readonly sortable?: boolean | undefined;
|
|
18217
18020
|
readonly inlineHelpText?: string | undefined;
|
|
18218
|
-
readonly caseSensitive?: boolean | undefined;
|
|
18219
18021
|
readonly autonumberFormat?: string | undefined;
|
|
18220
18022
|
readonly index?: boolean | undefined;
|
|
18221
18023
|
readonly type: "text";
|
|
@@ -18297,7 +18099,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
18297
18099
|
relationshipField?: string | undefined;
|
|
18298
18100
|
} | undefined;
|
|
18299
18101
|
readonly language?: string | undefined;
|
|
18300
|
-
readonly maxRating?: number | undefined;
|
|
18301
18102
|
readonly step?: number | undefined;
|
|
18302
18103
|
readonly currencyConfig?: {
|
|
18303
18104
|
precision: number;
|
|
@@ -18391,7 +18192,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
18391
18192
|
} | undefined;
|
|
18392
18193
|
readonly sortable?: boolean | undefined;
|
|
18393
18194
|
readonly inlineHelpText?: string | undefined;
|
|
18394
|
-
readonly caseSensitive?: boolean | undefined;
|
|
18395
18195
|
readonly autonumberFormat?: string | undefined;
|
|
18396
18196
|
readonly index?: boolean | undefined;
|
|
18397
18197
|
readonly type: "boolean";
|
|
@@ -18473,7 +18273,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
18473
18273
|
relationshipField?: string | undefined;
|
|
18474
18274
|
} | undefined;
|
|
18475
18275
|
readonly language?: string | undefined;
|
|
18476
|
-
readonly maxRating?: number | undefined;
|
|
18477
18276
|
readonly step?: number | undefined;
|
|
18478
18277
|
readonly currencyConfig?: {
|
|
18479
18278
|
precision: number;
|
|
@@ -18567,7 +18366,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
18567
18366
|
} | undefined;
|
|
18568
18367
|
readonly sortable?: boolean | undefined;
|
|
18569
18368
|
readonly inlineHelpText?: string | undefined;
|
|
18570
|
-
readonly caseSensitive?: boolean | undefined;
|
|
18571
18369
|
readonly autonumberFormat?: string | undefined;
|
|
18572
18370
|
readonly index?: boolean | undefined;
|
|
18573
18371
|
readonly type: "text";
|
|
@@ -18649,7 +18447,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
18649
18447
|
relationshipField?: string | undefined;
|
|
18650
18448
|
} | undefined;
|
|
18651
18449
|
readonly language?: string | undefined;
|
|
18652
|
-
readonly maxRating?: number | undefined;
|
|
18653
18450
|
readonly step?: number | undefined;
|
|
18654
18451
|
readonly currencyConfig?: {
|
|
18655
18452
|
precision: number;
|
|
@@ -18743,7 +18540,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
18743
18540
|
} | undefined;
|
|
18744
18541
|
readonly sortable?: boolean | undefined;
|
|
18745
18542
|
readonly inlineHelpText?: string | undefined;
|
|
18746
|
-
readonly caseSensitive?: boolean | undefined;
|
|
18747
18543
|
readonly autonumberFormat?: string | undefined;
|
|
18748
18544
|
readonly index?: boolean | undefined;
|
|
18749
18545
|
readonly type: "select";
|
|
@@ -18825,7 +18621,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
18825
18621
|
relationshipField?: string | undefined;
|
|
18826
18622
|
} | undefined;
|
|
18827
18623
|
readonly language?: string | undefined;
|
|
18828
|
-
readonly maxRating?: number | undefined;
|
|
18829
18624
|
readonly step?: number | undefined;
|
|
18830
18625
|
readonly currencyConfig?: {
|
|
18831
18626
|
precision: number;
|
|
@@ -18919,7 +18714,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
18919
18714
|
} | undefined;
|
|
18920
18715
|
readonly sortable?: boolean | undefined;
|
|
18921
18716
|
readonly inlineHelpText?: string | undefined;
|
|
18922
|
-
readonly caseSensitive?: boolean | undefined;
|
|
18923
18717
|
readonly autonumberFormat?: string | undefined;
|
|
18924
18718
|
readonly index?: boolean | undefined;
|
|
18925
18719
|
readonly type: "text";
|
|
@@ -19001,7 +18795,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
19001
18795
|
relationshipField?: string | undefined;
|
|
19002
18796
|
} | undefined;
|
|
19003
18797
|
readonly language?: string | undefined;
|
|
19004
|
-
readonly maxRating?: number | undefined;
|
|
19005
18798
|
readonly step?: number | undefined;
|
|
19006
18799
|
readonly currencyConfig?: {
|
|
19007
18800
|
precision: number;
|
|
@@ -19095,7 +18888,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
19095
18888
|
} | undefined;
|
|
19096
18889
|
readonly sortable?: boolean | undefined;
|
|
19097
18890
|
readonly inlineHelpText?: string | undefined;
|
|
19098
|
-
readonly caseSensitive?: boolean | undefined;
|
|
19099
18891
|
readonly autonumberFormat?: string | undefined;
|
|
19100
18892
|
readonly index?: boolean | undefined;
|
|
19101
18893
|
readonly type: "lookup";
|
|
@@ -19177,7 +18969,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
19177
18969
|
relationshipField?: string | undefined;
|
|
19178
18970
|
} | undefined;
|
|
19179
18971
|
readonly language?: string | undefined;
|
|
19180
|
-
readonly maxRating?: number | undefined;
|
|
19181
18972
|
readonly step?: number | undefined;
|
|
19182
18973
|
readonly currencyConfig?: {
|
|
19183
18974
|
precision: number;
|
|
@@ -19271,7 +19062,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
19271
19062
|
} | undefined;
|
|
19272
19063
|
readonly sortable?: boolean | undefined;
|
|
19273
19064
|
readonly inlineHelpText?: string | undefined;
|
|
19274
|
-
readonly caseSensitive?: boolean | undefined;
|
|
19275
19065
|
readonly autonumberFormat?: string | undefined;
|
|
19276
19066
|
readonly index?: boolean | undefined;
|
|
19277
19067
|
readonly type: "datetime";
|
|
@@ -19353,7 +19143,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
19353
19143
|
relationshipField?: string | undefined;
|
|
19354
19144
|
} | undefined;
|
|
19355
19145
|
readonly language?: string | undefined;
|
|
19356
|
-
readonly maxRating?: number | undefined;
|
|
19357
19146
|
readonly step?: number | undefined;
|
|
19358
19147
|
readonly currencyConfig?: {
|
|
19359
19148
|
precision: number;
|
|
@@ -19447,7 +19236,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
19447
19236
|
} | undefined;
|
|
19448
19237
|
readonly sortable?: boolean | undefined;
|
|
19449
19238
|
readonly inlineHelpText?: string | undefined;
|
|
19450
|
-
readonly caseSensitive?: boolean | undefined;
|
|
19451
19239
|
readonly autonumberFormat?: string | undefined;
|
|
19452
19240
|
readonly index?: boolean | undefined;
|
|
19453
19241
|
readonly type: "datetime";
|
|
@@ -19529,7 +19317,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
19529
19317
|
relationshipField?: string | undefined;
|
|
19530
19318
|
} | undefined;
|
|
19531
19319
|
readonly language?: string | undefined;
|
|
19532
|
-
readonly maxRating?: number | undefined;
|
|
19533
19320
|
readonly step?: number | undefined;
|
|
19534
19321
|
readonly currencyConfig?: {
|
|
19535
19322
|
precision: number;
|
|
@@ -19623,7 +19410,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
19623
19410
|
} | undefined;
|
|
19624
19411
|
readonly sortable?: boolean | undefined;
|
|
19625
19412
|
readonly inlineHelpText?: string | undefined;
|
|
19626
|
-
readonly caseSensitive?: boolean | undefined;
|
|
19627
19413
|
readonly autonumberFormat?: string | undefined;
|
|
19628
19414
|
readonly index?: boolean | undefined;
|
|
19629
19415
|
readonly type: "select";
|
|
@@ -19705,7 +19491,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
19705
19491
|
relationshipField?: string | undefined;
|
|
19706
19492
|
} | undefined;
|
|
19707
19493
|
readonly language?: string | undefined;
|
|
19708
|
-
readonly maxRating?: number | undefined;
|
|
19709
19494
|
readonly step?: number | undefined;
|
|
19710
19495
|
readonly currencyConfig?: {
|
|
19711
19496
|
precision: number;
|
|
@@ -19799,7 +19584,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
19799
19584
|
} | undefined;
|
|
19800
19585
|
readonly sortable?: boolean | undefined;
|
|
19801
19586
|
readonly inlineHelpText?: string | undefined;
|
|
19802
|
-
readonly caseSensitive?: boolean | undefined;
|
|
19803
19587
|
readonly autonumberFormat?: string | undefined;
|
|
19804
19588
|
readonly index?: boolean | undefined;
|
|
19805
19589
|
readonly type: "textarea";
|
|
@@ -19881,7 +19665,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
19881
19665
|
relationshipField?: string | undefined;
|
|
19882
19666
|
} | undefined;
|
|
19883
19667
|
readonly language?: string | undefined;
|
|
19884
|
-
readonly maxRating?: number | undefined;
|
|
19885
19668
|
readonly step?: number | undefined;
|
|
19886
19669
|
readonly currencyConfig?: {
|
|
19887
19670
|
precision: number;
|
|
@@ -19975,7 +19758,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
19975
19758
|
} | undefined;
|
|
19976
19759
|
readonly sortable?: boolean | undefined;
|
|
19977
19760
|
readonly inlineHelpText?: string | undefined;
|
|
19978
|
-
readonly caseSensitive?: boolean | undefined;
|
|
19979
19761
|
readonly autonumberFormat?: string | undefined;
|
|
19980
19762
|
readonly index?: boolean | undefined;
|
|
19981
19763
|
readonly type: "datetime";
|
|
@@ -20057,7 +19839,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
20057
19839
|
relationshipField?: string | undefined;
|
|
20058
19840
|
} | undefined;
|
|
20059
19841
|
readonly language?: string | undefined;
|
|
20060
|
-
readonly maxRating?: number | undefined;
|
|
20061
19842
|
readonly step?: number | undefined;
|
|
20062
19843
|
readonly currencyConfig?: {
|
|
20063
19844
|
precision: number;
|
|
@@ -20151,7 +19932,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
20151
19932
|
} | undefined;
|
|
20152
19933
|
readonly sortable?: boolean | undefined;
|
|
20153
19934
|
readonly inlineHelpText?: string | undefined;
|
|
20154
|
-
readonly caseSensitive?: boolean | undefined;
|
|
20155
19935
|
readonly autonumberFormat?: string | undefined;
|
|
20156
19936
|
readonly index?: boolean | undefined;
|
|
20157
19937
|
readonly type: "datetime";
|
|
@@ -20268,7 +20048,6 @@ declare const SysJob: Omit<{
|
|
|
20268
20048
|
relationshipField?: string | undefined;
|
|
20269
20049
|
} | undefined;
|
|
20270
20050
|
language?: string | undefined;
|
|
20271
|
-
maxRating?: number | undefined;
|
|
20272
20051
|
step?: number | undefined;
|
|
20273
20052
|
currencyConfig?: {
|
|
20274
20053
|
precision: number;
|
|
@@ -20398,7 +20177,6 @@ declare const SysJob: Omit<{
|
|
|
20398
20177
|
requiredPermissions?: string[] | undefined;
|
|
20399
20178
|
system?: boolean | undefined;
|
|
20400
20179
|
inlineHelpText?: string | undefined;
|
|
20401
|
-
caseSensitive?: boolean | undefined;
|
|
20402
20180
|
autonumberFormat?: string | undefined;
|
|
20403
20181
|
}>;
|
|
20404
20182
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -20486,12 +20264,6 @@ declare const SysJob: Omit<{
|
|
|
20486
20264
|
versionField: string;
|
|
20487
20265
|
retentionDays?: number | undefined;
|
|
20488
20266
|
} | undefined;
|
|
20489
|
-
partitioning?: {
|
|
20490
|
-
enabled: boolean;
|
|
20491
|
-
strategy: "hash" | "list" | "range";
|
|
20492
|
-
key: string;
|
|
20493
|
-
interval?: string | undefined;
|
|
20494
|
-
} | undefined;
|
|
20495
20267
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
20496
20268
|
activityMilestones?: {
|
|
20497
20269
|
field: string;
|
|
@@ -20822,7 +20594,6 @@ declare const SysJob: Omit<{
|
|
|
20822
20594
|
debounceMs?: number | undefined;
|
|
20823
20595
|
} | undefined;
|
|
20824
20596
|
}> | undefined;
|
|
20825
|
-
defaultDetailForm?: string | undefined;
|
|
20826
20597
|
searchableFields?: string[] | undefined;
|
|
20827
20598
|
search?: {
|
|
20828
20599
|
fields: string[];
|
|
@@ -20839,7 +20610,7 @@ declare const SysJob: Omit<{
|
|
|
20839
20610
|
trash: boolean;
|
|
20840
20611
|
mru: boolean;
|
|
20841
20612
|
clone: boolean;
|
|
20842
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
20613
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
20843
20614
|
} | undefined;
|
|
20844
20615
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
20845
20616
|
publicSharing?: {
|
|
@@ -20867,6 +20638,7 @@ declare const SysJob: Omit<{
|
|
|
20867
20638
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
20868
20639
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
20869
20640
|
target?: string | undefined;
|
|
20641
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
20870
20642
|
body?: {
|
|
20871
20643
|
language: "expression";
|
|
20872
20644
|
source: string;
|
|
@@ -21054,7 +20826,6 @@ declare const SysJob: Omit<{
|
|
|
21054
20826
|
relationshipField?: string | undefined;
|
|
21055
20827
|
} | undefined;
|
|
21056
20828
|
readonly language?: string | undefined;
|
|
21057
|
-
readonly maxRating?: number | undefined;
|
|
21058
20829
|
readonly step?: number | undefined;
|
|
21059
20830
|
readonly currencyConfig?: {
|
|
21060
20831
|
precision: number;
|
|
@@ -21148,7 +20919,6 @@ declare const SysJob: Omit<{
|
|
|
21148
20919
|
} | undefined;
|
|
21149
20920
|
readonly sortable?: boolean | undefined;
|
|
21150
20921
|
readonly inlineHelpText?: string | undefined;
|
|
21151
|
-
readonly caseSensitive?: boolean | undefined;
|
|
21152
20922
|
readonly autonumberFormat?: string | undefined;
|
|
21153
20923
|
readonly index?: boolean | undefined;
|
|
21154
20924
|
readonly type: "text";
|
|
@@ -21230,7 +21000,6 @@ declare const SysJob: Omit<{
|
|
|
21230
21000
|
relationshipField?: string | undefined;
|
|
21231
21001
|
} | undefined;
|
|
21232
21002
|
readonly language?: string | undefined;
|
|
21233
|
-
readonly maxRating?: number | undefined;
|
|
21234
21003
|
readonly step?: number | undefined;
|
|
21235
21004
|
readonly currencyConfig?: {
|
|
21236
21005
|
precision: number;
|
|
@@ -21324,7 +21093,6 @@ declare const SysJob: Omit<{
|
|
|
21324
21093
|
} | undefined;
|
|
21325
21094
|
readonly sortable?: boolean | undefined;
|
|
21326
21095
|
readonly inlineHelpText?: string | undefined;
|
|
21327
|
-
readonly caseSensitive?: boolean | undefined;
|
|
21328
21096
|
readonly autonumberFormat?: string | undefined;
|
|
21329
21097
|
readonly index?: boolean | undefined;
|
|
21330
21098
|
readonly type: "text";
|
|
@@ -21406,7 +21174,6 @@ declare const SysJob: Omit<{
|
|
|
21406
21174
|
relationshipField?: string | undefined;
|
|
21407
21175
|
} | undefined;
|
|
21408
21176
|
readonly language?: string | undefined;
|
|
21409
|
-
readonly maxRating?: number | undefined;
|
|
21410
21177
|
readonly step?: number | undefined;
|
|
21411
21178
|
readonly currencyConfig?: {
|
|
21412
21179
|
precision: number;
|
|
@@ -21500,7 +21267,6 @@ declare const SysJob: Omit<{
|
|
|
21500
21267
|
} | undefined;
|
|
21501
21268
|
readonly sortable?: boolean | undefined;
|
|
21502
21269
|
readonly inlineHelpText?: string | undefined;
|
|
21503
|
-
readonly caseSensitive?: boolean | undefined;
|
|
21504
21270
|
readonly autonumberFormat?: string | undefined;
|
|
21505
21271
|
readonly index?: boolean | undefined;
|
|
21506
21272
|
readonly type: "select";
|
|
@@ -21582,7 +21348,6 @@ declare const SysJob: Omit<{
|
|
|
21582
21348
|
relationshipField?: string | undefined;
|
|
21583
21349
|
} | undefined;
|
|
21584
21350
|
readonly language?: string | undefined;
|
|
21585
|
-
readonly maxRating?: number | undefined;
|
|
21586
21351
|
readonly step?: number | undefined;
|
|
21587
21352
|
readonly currencyConfig?: {
|
|
21588
21353
|
precision: number;
|
|
@@ -21676,7 +21441,6 @@ declare const SysJob: Omit<{
|
|
|
21676
21441
|
} | undefined;
|
|
21677
21442
|
readonly sortable?: boolean | undefined;
|
|
21678
21443
|
readonly inlineHelpText?: string | undefined;
|
|
21679
|
-
readonly caseSensitive?: boolean | undefined;
|
|
21680
21444
|
readonly autonumberFormat?: string | undefined;
|
|
21681
21445
|
readonly index?: boolean | undefined;
|
|
21682
21446
|
readonly type: "text";
|
|
@@ -21758,7 +21522,6 @@ declare const SysJob: Omit<{
|
|
|
21758
21522
|
relationshipField?: string | undefined;
|
|
21759
21523
|
} | undefined;
|
|
21760
21524
|
readonly language?: string | undefined;
|
|
21761
|
-
readonly maxRating?: number | undefined;
|
|
21762
21525
|
readonly step?: number | undefined;
|
|
21763
21526
|
readonly currencyConfig?: {
|
|
21764
21527
|
precision: number;
|
|
@@ -21852,7 +21615,6 @@ declare const SysJob: Omit<{
|
|
|
21852
21615
|
} | undefined;
|
|
21853
21616
|
readonly sortable?: boolean | undefined;
|
|
21854
21617
|
readonly inlineHelpText?: string | undefined;
|
|
21855
|
-
readonly caseSensitive?: boolean | undefined;
|
|
21856
21618
|
readonly autonumberFormat?: string | undefined;
|
|
21857
21619
|
readonly index?: boolean | undefined;
|
|
21858
21620
|
readonly type: "text";
|
|
@@ -21934,7 +21696,6 @@ declare const SysJob: Omit<{
|
|
|
21934
21696
|
relationshipField?: string | undefined;
|
|
21935
21697
|
} | undefined;
|
|
21936
21698
|
readonly language?: string | undefined;
|
|
21937
|
-
readonly maxRating?: number | undefined;
|
|
21938
21699
|
readonly step?: number | undefined;
|
|
21939
21700
|
readonly currencyConfig?: {
|
|
21940
21701
|
precision: number;
|
|
@@ -22028,7 +21789,6 @@ declare const SysJob: Omit<{
|
|
|
22028
21789
|
} | undefined;
|
|
22029
21790
|
readonly sortable?: boolean | undefined;
|
|
22030
21791
|
readonly inlineHelpText?: string | undefined;
|
|
22031
|
-
readonly caseSensitive?: boolean | undefined;
|
|
22032
21792
|
readonly autonumberFormat?: string | undefined;
|
|
22033
21793
|
readonly index?: boolean | undefined;
|
|
22034
21794
|
readonly type: "boolean";
|
|
@@ -22110,7 +21870,6 @@ declare const SysJob: Omit<{
|
|
|
22110
21870
|
relationshipField?: string | undefined;
|
|
22111
21871
|
} | undefined;
|
|
22112
21872
|
readonly language?: string | undefined;
|
|
22113
|
-
readonly maxRating?: number | undefined;
|
|
22114
21873
|
readonly step?: number | undefined;
|
|
22115
21874
|
readonly currencyConfig?: {
|
|
22116
21875
|
precision: number;
|
|
@@ -22204,7 +21963,6 @@ declare const SysJob: Omit<{
|
|
|
22204
21963
|
} | undefined;
|
|
22205
21964
|
readonly sortable?: boolean | undefined;
|
|
22206
21965
|
readonly inlineHelpText?: string | undefined;
|
|
22207
|
-
readonly caseSensitive?: boolean | undefined;
|
|
22208
21966
|
readonly autonumberFormat?: string | undefined;
|
|
22209
21967
|
readonly index?: boolean | undefined;
|
|
22210
21968
|
readonly type: "datetime";
|
|
@@ -22286,7 +22044,6 @@ declare const SysJob: Omit<{
|
|
|
22286
22044
|
relationshipField?: string | undefined;
|
|
22287
22045
|
} | undefined;
|
|
22288
22046
|
readonly language?: string | undefined;
|
|
22289
|
-
readonly maxRating?: number | undefined;
|
|
22290
22047
|
readonly step?: number | undefined;
|
|
22291
22048
|
readonly currencyConfig?: {
|
|
22292
22049
|
precision: number;
|
|
@@ -22380,7 +22137,6 @@ declare const SysJob: Omit<{
|
|
|
22380
22137
|
} | undefined;
|
|
22381
22138
|
readonly sortable?: boolean | undefined;
|
|
22382
22139
|
readonly inlineHelpText?: string | undefined;
|
|
22383
|
-
readonly caseSensitive?: boolean | undefined;
|
|
22384
22140
|
readonly autonumberFormat?: string | undefined;
|
|
22385
22141
|
readonly index?: boolean | undefined;
|
|
22386
22142
|
readonly type: "select";
|
|
@@ -22462,7 +22218,6 @@ declare const SysJob: Omit<{
|
|
|
22462
22218
|
relationshipField?: string | undefined;
|
|
22463
22219
|
} | undefined;
|
|
22464
22220
|
readonly language?: string | undefined;
|
|
22465
|
-
readonly maxRating?: number | undefined;
|
|
22466
22221
|
readonly step?: number | undefined;
|
|
22467
22222
|
readonly currencyConfig?: {
|
|
22468
22223
|
precision: number;
|
|
@@ -22556,7 +22311,6 @@ declare const SysJob: Omit<{
|
|
|
22556
22311
|
} | undefined;
|
|
22557
22312
|
readonly sortable?: boolean | undefined;
|
|
22558
22313
|
readonly inlineHelpText?: string | undefined;
|
|
22559
|
-
readonly caseSensitive?: boolean | undefined;
|
|
22560
22314
|
readonly autonumberFormat?: string | undefined;
|
|
22561
22315
|
readonly index?: boolean | undefined;
|
|
22562
22316
|
readonly type: "textarea";
|
|
@@ -22638,7 +22392,6 @@ declare const SysJob: Omit<{
|
|
|
22638
22392
|
relationshipField?: string | undefined;
|
|
22639
22393
|
} | undefined;
|
|
22640
22394
|
readonly language?: string | undefined;
|
|
22641
|
-
readonly maxRating?: number | undefined;
|
|
22642
22395
|
readonly step?: number | undefined;
|
|
22643
22396
|
readonly currencyConfig?: {
|
|
22644
22397
|
precision: number;
|
|
@@ -22732,7 +22485,6 @@ declare const SysJob: Omit<{
|
|
|
22732
22485
|
} | undefined;
|
|
22733
22486
|
readonly sortable?: boolean | undefined;
|
|
22734
22487
|
readonly inlineHelpText?: string | undefined;
|
|
22735
|
-
readonly caseSensitive?: boolean | undefined;
|
|
22736
22488
|
readonly autonumberFormat?: string | undefined;
|
|
22737
22489
|
readonly index?: boolean | undefined;
|
|
22738
22490
|
readonly type: "number";
|
|
@@ -22814,7 +22566,6 @@ declare const SysJob: Omit<{
|
|
|
22814
22566
|
relationshipField?: string | undefined;
|
|
22815
22567
|
} | undefined;
|
|
22816
22568
|
readonly language?: string | undefined;
|
|
22817
|
-
readonly maxRating?: number | undefined;
|
|
22818
22569
|
readonly step?: number | undefined;
|
|
22819
22570
|
readonly currencyConfig?: {
|
|
22820
22571
|
precision: number;
|
|
@@ -22908,7 +22659,6 @@ declare const SysJob: Omit<{
|
|
|
22908
22659
|
} | undefined;
|
|
22909
22660
|
readonly sortable?: boolean | undefined;
|
|
22910
22661
|
readonly inlineHelpText?: string | undefined;
|
|
22911
|
-
readonly caseSensitive?: boolean | undefined;
|
|
22912
22662
|
readonly autonumberFormat?: string | undefined;
|
|
22913
22663
|
readonly index?: boolean | undefined;
|
|
22914
22664
|
readonly type: "number";
|
|
@@ -22990,7 +22740,6 @@ declare const SysJob: Omit<{
|
|
|
22990
22740
|
relationshipField?: string | undefined;
|
|
22991
22741
|
} | undefined;
|
|
22992
22742
|
readonly language?: string | undefined;
|
|
22993
|
-
readonly maxRating?: number | undefined;
|
|
22994
22743
|
readonly step?: number | undefined;
|
|
22995
22744
|
readonly currencyConfig?: {
|
|
22996
22745
|
precision: number;
|
|
@@ -23084,7 +22833,6 @@ declare const SysJob: Omit<{
|
|
|
23084
22833
|
} | undefined;
|
|
23085
22834
|
readonly sortable?: boolean | undefined;
|
|
23086
22835
|
readonly inlineHelpText?: string | undefined;
|
|
23087
|
-
readonly caseSensitive?: boolean | undefined;
|
|
23088
22836
|
readonly autonumberFormat?: string | undefined;
|
|
23089
22837
|
readonly index?: boolean | undefined;
|
|
23090
22838
|
readonly type: "datetime";
|
|
@@ -23166,7 +22914,6 @@ declare const SysJob: Omit<{
|
|
|
23166
22914
|
relationshipField?: string | undefined;
|
|
23167
22915
|
} | undefined;
|
|
23168
22916
|
readonly language?: string | undefined;
|
|
23169
|
-
readonly maxRating?: number | undefined;
|
|
23170
22917
|
readonly step?: number | undefined;
|
|
23171
22918
|
readonly currencyConfig?: {
|
|
23172
22919
|
precision: number;
|
|
@@ -23260,7 +23007,6 @@ declare const SysJob: Omit<{
|
|
|
23260
23007
|
} | undefined;
|
|
23261
23008
|
readonly sortable?: boolean | undefined;
|
|
23262
23009
|
readonly inlineHelpText?: string | undefined;
|
|
23263
|
-
readonly caseSensitive?: boolean | undefined;
|
|
23264
23010
|
readonly autonumberFormat?: string | undefined;
|
|
23265
23011
|
readonly index?: boolean | undefined;
|
|
23266
23012
|
readonly type: "datetime";
|
|
@@ -23376,7 +23122,6 @@ declare const SysJobRun: Omit<{
|
|
|
23376
23122
|
relationshipField?: string | undefined;
|
|
23377
23123
|
} | undefined;
|
|
23378
23124
|
language?: string | undefined;
|
|
23379
|
-
maxRating?: number | undefined;
|
|
23380
23125
|
step?: number | undefined;
|
|
23381
23126
|
currencyConfig?: {
|
|
23382
23127
|
precision: number;
|
|
@@ -23506,7 +23251,6 @@ declare const SysJobRun: Omit<{
|
|
|
23506
23251
|
requiredPermissions?: string[] | undefined;
|
|
23507
23252
|
system?: boolean | undefined;
|
|
23508
23253
|
inlineHelpText?: string | undefined;
|
|
23509
|
-
caseSensitive?: boolean | undefined;
|
|
23510
23254
|
autonumberFormat?: string | undefined;
|
|
23511
23255
|
}>;
|
|
23512
23256
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -23594,12 +23338,6 @@ declare const SysJobRun: Omit<{
|
|
|
23594
23338
|
versionField: string;
|
|
23595
23339
|
retentionDays?: number | undefined;
|
|
23596
23340
|
} | undefined;
|
|
23597
|
-
partitioning?: {
|
|
23598
|
-
enabled: boolean;
|
|
23599
|
-
strategy: "hash" | "list" | "range";
|
|
23600
|
-
key: string;
|
|
23601
|
-
interval?: string | undefined;
|
|
23602
|
-
} | undefined;
|
|
23603
23341
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
23604
23342
|
activityMilestones?: {
|
|
23605
23343
|
field: string;
|
|
@@ -23930,7 +23668,6 @@ declare const SysJobRun: Omit<{
|
|
|
23930
23668
|
debounceMs?: number | undefined;
|
|
23931
23669
|
} | undefined;
|
|
23932
23670
|
}> | undefined;
|
|
23933
|
-
defaultDetailForm?: string | undefined;
|
|
23934
23671
|
searchableFields?: string[] | undefined;
|
|
23935
23672
|
search?: {
|
|
23936
23673
|
fields: string[];
|
|
@@ -23947,7 +23684,7 @@ declare const SysJobRun: Omit<{
|
|
|
23947
23684
|
trash: boolean;
|
|
23948
23685
|
mru: boolean;
|
|
23949
23686
|
clone: boolean;
|
|
23950
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
23687
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
23951
23688
|
} | undefined;
|
|
23952
23689
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
23953
23690
|
publicSharing?: {
|
|
@@ -23975,6 +23712,7 @@ declare const SysJobRun: Omit<{
|
|
|
23975
23712
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
23976
23713
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
23977
23714
|
target?: string | undefined;
|
|
23715
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
23978
23716
|
body?: {
|
|
23979
23717
|
language: "expression";
|
|
23980
23718
|
source: string;
|
|
@@ -24162,7 +23900,6 @@ declare const SysJobRun: Omit<{
|
|
|
24162
23900
|
relationshipField?: string | undefined;
|
|
24163
23901
|
} | undefined;
|
|
24164
23902
|
readonly language?: string | undefined;
|
|
24165
|
-
readonly maxRating?: number | undefined;
|
|
24166
23903
|
readonly step?: number | undefined;
|
|
24167
23904
|
readonly currencyConfig?: {
|
|
24168
23905
|
precision: number;
|
|
@@ -24256,7 +23993,6 @@ declare const SysJobRun: Omit<{
|
|
|
24256
23993
|
} | undefined;
|
|
24257
23994
|
readonly sortable?: boolean | undefined;
|
|
24258
23995
|
readonly inlineHelpText?: string | undefined;
|
|
24259
|
-
readonly caseSensitive?: boolean | undefined;
|
|
24260
23996
|
readonly autonumberFormat?: string | undefined;
|
|
24261
23997
|
readonly index?: boolean | undefined;
|
|
24262
23998
|
readonly type: "text";
|
|
@@ -24338,7 +24074,6 @@ declare const SysJobRun: Omit<{
|
|
|
24338
24074
|
relationshipField?: string | undefined;
|
|
24339
24075
|
} | undefined;
|
|
24340
24076
|
readonly language?: string | undefined;
|
|
24341
|
-
readonly maxRating?: number | undefined;
|
|
24342
24077
|
readonly step?: number | undefined;
|
|
24343
24078
|
readonly currencyConfig?: {
|
|
24344
24079
|
precision: number;
|
|
@@ -24432,7 +24167,6 @@ declare const SysJobRun: Omit<{
|
|
|
24432
24167
|
} | undefined;
|
|
24433
24168
|
readonly sortable?: boolean | undefined;
|
|
24434
24169
|
readonly inlineHelpText?: string | undefined;
|
|
24435
|
-
readonly caseSensitive?: boolean | undefined;
|
|
24436
24170
|
readonly autonumberFormat?: string | undefined;
|
|
24437
24171
|
readonly index?: boolean | undefined;
|
|
24438
24172
|
readonly type: "text";
|
|
@@ -24514,7 +24248,6 @@ declare const SysJobRun: Omit<{
|
|
|
24514
24248
|
relationshipField?: string | undefined;
|
|
24515
24249
|
} | undefined;
|
|
24516
24250
|
readonly language?: string | undefined;
|
|
24517
|
-
readonly maxRating?: number | undefined;
|
|
24518
24251
|
readonly step?: number | undefined;
|
|
24519
24252
|
readonly currencyConfig?: {
|
|
24520
24253
|
precision: number;
|
|
@@ -24608,7 +24341,6 @@ declare const SysJobRun: Omit<{
|
|
|
24608
24341
|
} | undefined;
|
|
24609
24342
|
readonly sortable?: boolean | undefined;
|
|
24610
24343
|
readonly inlineHelpText?: string | undefined;
|
|
24611
|
-
readonly caseSensitive?: boolean | undefined;
|
|
24612
24344
|
readonly autonumberFormat?: string | undefined;
|
|
24613
24345
|
readonly index?: boolean | undefined;
|
|
24614
24346
|
readonly type: "select";
|
|
@@ -24690,7 +24422,6 @@ declare const SysJobRun: Omit<{
|
|
|
24690
24422
|
relationshipField?: string | undefined;
|
|
24691
24423
|
} | undefined;
|
|
24692
24424
|
readonly language?: string | undefined;
|
|
24693
|
-
readonly maxRating?: number | undefined;
|
|
24694
24425
|
readonly step?: number | undefined;
|
|
24695
24426
|
readonly currencyConfig?: {
|
|
24696
24427
|
precision: number;
|
|
@@ -24784,7 +24515,6 @@ declare const SysJobRun: Omit<{
|
|
|
24784
24515
|
} | undefined;
|
|
24785
24516
|
readonly sortable?: boolean | undefined;
|
|
24786
24517
|
readonly inlineHelpText?: string | undefined;
|
|
24787
|
-
readonly caseSensitive?: boolean | undefined;
|
|
24788
24518
|
readonly autonumberFormat?: string | undefined;
|
|
24789
24519
|
readonly index?: boolean | undefined;
|
|
24790
24520
|
readonly type: "datetime";
|
|
@@ -24866,7 +24596,6 @@ declare const SysJobRun: Omit<{
|
|
|
24866
24596
|
relationshipField?: string | undefined;
|
|
24867
24597
|
} | undefined;
|
|
24868
24598
|
readonly language?: string | undefined;
|
|
24869
|
-
readonly maxRating?: number | undefined;
|
|
24870
24599
|
readonly step?: number | undefined;
|
|
24871
24600
|
readonly currencyConfig?: {
|
|
24872
24601
|
precision: number;
|
|
@@ -24960,7 +24689,6 @@ declare const SysJobRun: Omit<{
|
|
|
24960
24689
|
} | undefined;
|
|
24961
24690
|
readonly sortable?: boolean | undefined;
|
|
24962
24691
|
readonly inlineHelpText?: string | undefined;
|
|
24963
|
-
readonly caseSensitive?: boolean | undefined;
|
|
24964
24692
|
readonly autonumberFormat?: string | undefined;
|
|
24965
24693
|
readonly index?: boolean | undefined;
|
|
24966
24694
|
readonly type: "datetime";
|
|
@@ -25042,7 +24770,6 @@ declare const SysJobRun: Omit<{
|
|
|
25042
24770
|
relationshipField?: string | undefined;
|
|
25043
24771
|
} | undefined;
|
|
25044
24772
|
readonly language?: string | undefined;
|
|
25045
|
-
readonly maxRating?: number | undefined;
|
|
25046
24773
|
readonly step?: number | undefined;
|
|
25047
24774
|
readonly currencyConfig?: {
|
|
25048
24775
|
precision: number;
|
|
@@ -25136,7 +24863,6 @@ declare const SysJobRun: Omit<{
|
|
|
25136
24863
|
} | undefined;
|
|
25137
24864
|
readonly sortable?: boolean | undefined;
|
|
25138
24865
|
readonly inlineHelpText?: string | undefined;
|
|
25139
|
-
readonly caseSensitive?: boolean | undefined;
|
|
25140
24866
|
readonly autonumberFormat?: string | undefined;
|
|
25141
24867
|
readonly index?: boolean | undefined;
|
|
25142
24868
|
readonly type: "number";
|
|
@@ -25218,7 +24944,6 @@ declare const SysJobRun: Omit<{
|
|
|
25218
24944
|
relationshipField?: string | undefined;
|
|
25219
24945
|
} | undefined;
|
|
25220
24946
|
readonly language?: string | undefined;
|
|
25221
|
-
readonly maxRating?: number | undefined;
|
|
25222
24947
|
readonly step?: number | undefined;
|
|
25223
24948
|
readonly currencyConfig?: {
|
|
25224
24949
|
precision: number;
|
|
@@ -25312,7 +25037,6 @@ declare const SysJobRun: Omit<{
|
|
|
25312
25037
|
} | undefined;
|
|
25313
25038
|
readonly sortable?: boolean | undefined;
|
|
25314
25039
|
readonly inlineHelpText?: string | undefined;
|
|
25315
|
-
readonly caseSensitive?: boolean | undefined;
|
|
25316
25040
|
readonly autonumberFormat?: string | undefined;
|
|
25317
25041
|
readonly index?: boolean | undefined;
|
|
25318
25042
|
readonly type: "number";
|
|
@@ -25394,7 +25118,6 @@ declare const SysJobRun: Omit<{
|
|
|
25394
25118
|
relationshipField?: string | undefined;
|
|
25395
25119
|
} | undefined;
|
|
25396
25120
|
readonly language?: string | undefined;
|
|
25397
|
-
readonly maxRating?: number | undefined;
|
|
25398
25121
|
readonly step?: number | undefined;
|
|
25399
25122
|
readonly currencyConfig?: {
|
|
25400
25123
|
precision: number;
|
|
@@ -25488,7 +25211,6 @@ declare const SysJobRun: Omit<{
|
|
|
25488
25211
|
} | undefined;
|
|
25489
25212
|
readonly sortable?: boolean | undefined;
|
|
25490
25213
|
readonly inlineHelpText?: string | undefined;
|
|
25491
|
-
readonly caseSensitive?: boolean | undefined;
|
|
25492
25214
|
readonly autonumberFormat?: string | undefined;
|
|
25493
25215
|
readonly index?: boolean | undefined;
|
|
25494
25216
|
readonly type: "select";
|
|
@@ -25570,7 +25292,6 @@ declare const SysJobRun: Omit<{
|
|
|
25570
25292
|
relationshipField?: string | undefined;
|
|
25571
25293
|
} | undefined;
|
|
25572
25294
|
readonly language?: string | undefined;
|
|
25573
|
-
readonly maxRating?: number | undefined;
|
|
25574
25295
|
readonly step?: number | undefined;
|
|
25575
25296
|
readonly currencyConfig?: {
|
|
25576
25297
|
precision: number;
|
|
@@ -25664,7 +25385,6 @@ declare const SysJobRun: Omit<{
|
|
|
25664
25385
|
} | undefined;
|
|
25665
25386
|
readonly sortable?: boolean | undefined;
|
|
25666
25387
|
readonly inlineHelpText?: string | undefined;
|
|
25667
|
-
readonly caseSensitive?: boolean | undefined;
|
|
25668
25388
|
readonly autonumberFormat?: string | undefined;
|
|
25669
25389
|
readonly index?: boolean | undefined;
|
|
25670
25390
|
readonly type: "textarea";
|
|
@@ -25746,7 +25466,6 @@ declare const SysJobRun: Omit<{
|
|
|
25746
25466
|
relationshipField?: string | undefined;
|
|
25747
25467
|
} | undefined;
|
|
25748
25468
|
readonly language?: string | undefined;
|
|
25749
|
-
readonly maxRating?: number | undefined;
|
|
25750
25469
|
readonly step?: number | undefined;
|
|
25751
25470
|
readonly currencyConfig?: {
|
|
25752
25471
|
precision: number;
|
|
@@ -25840,7 +25559,6 @@ declare const SysJobRun: Omit<{
|
|
|
25840
25559
|
} | undefined;
|
|
25841
25560
|
readonly sortable?: boolean | undefined;
|
|
25842
25561
|
readonly inlineHelpText?: string | undefined;
|
|
25843
|
-
readonly caseSensitive?: boolean | undefined;
|
|
25844
25562
|
readonly autonumberFormat?: string | undefined;
|
|
25845
25563
|
readonly index?: boolean | undefined;
|
|
25846
25564
|
readonly type: "datetime";
|
|
@@ -25964,7 +25682,6 @@ declare const SysJobQueue: Omit<{
|
|
|
25964
25682
|
relationshipField?: string | undefined;
|
|
25965
25683
|
} | undefined;
|
|
25966
25684
|
language?: string | undefined;
|
|
25967
|
-
maxRating?: number | undefined;
|
|
25968
25685
|
step?: number | undefined;
|
|
25969
25686
|
currencyConfig?: {
|
|
25970
25687
|
precision: number;
|
|
@@ -26094,7 +25811,6 @@ declare const SysJobQueue: Omit<{
|
|
|
26094
25811
|
requiredPermissions?: string[] | undefined;
|
|
26095
25812
|
system?: boolean | undefined;
|
|
26096
25813
|
inlineHelpText?: string | undefined;
|
|
26097
|
-
caseSensitive?: boolean | undefined;
|
|
26098
25814
|
autonumberFormat?: string | undefined;
|
|
26099
25815
|
}>;
|
|
26100
25816
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -26182,12 +25898,6 @@ declare const SysJobQueue: Omit<{
|
|
|
26182
25898
|
versionField: string;
|
|
26183
25899
|
retentionDays?: number | undefined;
|
|
26184
25900
|
} | undefined;
|
|
26185
|
-
partitioning?: {
|
|
26186
|
-
enabled: boolean;
|
|
26187
|
-
strategy: "hash" | "list" | "range";
|
|
26188
|
-
key: string;
|
|
26189
|
-
interval?: string | undefined;
|
|
26190
|
-
} | undefined;
|
|
26191
25901
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
26192
25902
|
activityMilestones?: {
|
|
26193
25903
|
field: string;
|
|
@@ -26518,7 +26228,6 @@ declare const SysJobQueue: Omit<{
|
|
|
26518
26228
|
debounceMs?: number | undefined;
|
|
26519
26229
|
} | undefined;
|
|
26520
26230
|
}> | undefined;
|
|
26521
|
-
defaultDetailForm?: string | undefined;
|
|
26522
26231
|
searchableFields?: string[] | undefined;
|
|
26523
26232
|
search?: {
|
|
26524
26233
|
fields: string[];
|
|
@@ -26535,7 +26244,7 @@ declare const SysJobQueue: Omit<{
|
|
|
26535
26244
|
trash: boolean;
|
|
26536
26245
|
mru: boolean;
|
|
26537
26246
|
clone: boolean;
|
|
26538
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
26247
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
26539
26248
|
} | undefined;
|
|
26540
26249
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
26541
26250
|
publicSharing?: {
|
|
@@ -26563,6 +26272,7 @@ declare const SysJobQueue: Omit<{
|
|
|
26563
26272
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
26564
26273
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
26565
26274
|
target?: string | undefined;
|
|
26275
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
26566
26276
|
body?: {
|
|
26567
26277
|
language: "expression";
|
|
26568
26278
|
source: string;
|
|
@@ -26750,7 +26460,6 @@ declare const SysJobQueue: Omit<{
|
|
|
26750
26460
|
relationshipField?: string | undefined;
|
|
26751
26461
|
} | undefined;
|
|
26752
26462
|
readonly language?: string | undefined;
|
|
26753
|
-
readonly maxRating?: number | undefined;
|
|
26754
26463
|
readonly step?: number | undefined;
|
|
26755
26464
|
readonly currencyConfig?: {
|
|
26756
26465
|
precision: number;
|
|
@@ -26844,7 +26553,6 @@ declare const SysJobQueue: Omit<{
|
|
|
26844
26553
|
} | undefined;
|
|
26845
26554
|
readonly sortable?: boolean | undefined;
|
|
26846
26555
|
readonly inlineHelpText?: string | undefined;
|
|
26847
|
-
readonly caseSensitive?: boolean | undefined;
|
|
26848
26556
|
readonly autonumberFormat?: string | undefined;
|
|
26849
26557
|
readonly index?: boolean | undefined;
|
|
26850
26558
|
readonly type: "text";
|
|
@@ -26926,7 +26634,6 @@ declare const SysJobQueue: Omit<{
|
|
|
26926
26634
|
relationshipField?: string | undefined;
|
|
26927
26635
|
} | undefined;
|
|
26928
26636
|
readonly language?: string | undefined;
|
|
26929
|
-
readonly maxRating?: number | undefined;
|
|
26930
26637
|
readonly step?: number | undefined;
|
|
26931
26638
|
readonly currencyConfig?: {
|
|
26932
26639
|
precision: number;
|
|
@@ -27020,7 +26727,6 @@ declare const SysJobQueue: Omit<{
|
|
|
27020
26727
|
} | undefined;
|
|
27021
26728
|
readonly sortable?: boolean | undefined;
|
|
27022
26729
|
readonly inlineHelpText?: string | undefined;
|
|
27023
|
-
readonly caseSensitive?: boolean | undefined;
|
|
27024
26730
|
readonly autonumberFormat?: string | undefined;
|
|
27025
26731
|
readonly index?: boolean | undefined;
|
|
27026
26732
|
readonly type: "text";
|
|
@@ -27102,7 +26808,6 @@ declare const SysJobQueue: Omit<{
|
|
|
27102
26808
|
relationshipField?: string | undefined;
|
|
27103
26809
|
} | undefined;
|
|
27104
26810
|
readonly language?: string | undefined;
|
|
27105
|
-
readonly maxRating?: number | undefined;
|
|
27106
26811
|
readonly step?: number | undefined;
|
|
27107
26812
|
readonly currencyConfig?: {
|
|
27108
26813
|
precision: number;
|
|
@@ -27196,7 +26901,6 @@ declare const SysJobQueue: Omit<{
|
|
|
27196
26901
|
} | undefined;
|
|
27197
26902
|
readonly sortable?: boolean | undefined;
|
|
27198
26903
|
readonly inlineHelpText?: string | undefined;
|
|
27199
|
-
readonly caseSensitive?: boolean | undefined;
|
|
27200
26904
|
readonly autonumberFormat?: string | undefined;
|
|
27201
26905
|
readonly index?: boolean | undefined;
|
|
27202
26906
|
readonly type: "text";
|
|
@@ -27278,7 +26982,6 @@ declare const SysJobQueue: Omit<{
|
|
|
27278
26982
|
relationshipField?: string | undefined;
|
|
27279
26983
|
} | undefined;
|
|
27280
26984
|
readonly language?: string | undefined;
|
|
27281
|
-
readonly maxRating?: number | undefined;
|
|
27282
26985
|
readonly step?: number | undefined;
|
|
27283
26986
|
readonly currencyConfig?: {
|
|
27284
26987
|
precision: number;
|
|
@@ -27372,7 +27075,6 @@ declare const SysJobQueue: Omit<{
|
|
|
27372
27075
|
} | undefined;
|
|
27373
27076
|
readonly sortable?: boolean | undefined;
|
|
27374
27077
|
readonly inlineHelpText?: string | undefined;
|
|
27375
|
-
readonly caseSensitive?: boolean | undefined;
|
|
27376
27078
|
readonly autonumberFormat?: string | undefined;
|
|
27377
27079
|
readonly index?: boolean | undefined;
|
|
27378
27080
|
readonly type: "textarea";
|
|
@@ -27454,7 +27156,6 @@ declare const SysJobQueue: Omit<{
|
|
|
27454
27156
|
relationshipField?: string | undefined;
|
|
27455
27157
|
} | undefined;
|
|
27456
27158
|
readonly language?: string | undefined;
|
|
27457
|
-
readonly maxRating?: number | undefined;
|
|
27458
27159
|
readonly step?: number | undefined;
|
|
27459
27160
|
readonly currencyConfig?: {
|
|
27460
27161
|
precision: number;
|
|
@@ -27548,7 +27249,6 @@ declare const SysJobQueue: Omit<{
|
|
|
27548
27249
|
} | undefined;
|
|
27549
27250
|
readonly sortable?: boolean | undefined;
|
|
27550
27251
|
readonly inlineHelpText?: string | undefined;
|
|
27551
|
-
readonly caseSensitive?: boolean | undefined;
|
|
27552
27252
|
readonly autonumberFormat?: string | undefined;
|
|
27553
27253
|
readonly index?: boolean | undefined;
|
|
27554
27254
|
readonly type: "textarea";
|
|
@@ -27630,7 +27330,6 @@ declare const SysJobQueue: Omit<{
|
|
|
27630
27330
|
relationshipField?: string | undefined;
|
|
27631
27331
|
} | undefined;
|
|
27632
27332
|
readonly language?: string | undefined;
|
|
27633
|
-
readonly maxRating?: number | undefined;
|
|
27634
27333
|
readonly step?: number | undefined;
|
|
27635
27334
|
readonly currencyConfig?: {
|
|
27636
27335
|
precision: number;
|
|
@@ -27724,7 +27423,6 @@ declare const SysJobQueue: Omit<{
|
|
|
27724
27423
|
} | undefined;
|
|
27725
27424
|
readonly sortable?: boolean | undefined;
|
|
27726
27425
|
readonly inlineHelpText?: string | undefined;
|
|
27727
|
-
readonly caseSensitive?: boolean | undefined;
|
|
27728
27426
|
readonly autonumberFormat?: string | undefined;
|
|
27729
27427
|
readonly index?: boolean | undefined;
|
|
27730
27428
|
readonly type: "select";
|
|
@@ -27806,7 +27504,6 @@ declare const SysJobQueue: Omit<{
|
|
|
27806
27504
|
relationshipField?: string | undefined;
|
|
27807
27505
|
} | undefined;
|
|
27808
27506
|
readonly language?: string | undefined;
|
|
27809
|
-
readonly maxRating?: number | undefined;
|
|
27810
27507
|
readonly step?: number | undefined;
|
|
27811
27508
|
readonly currencyConfig?: {
|
|
27812
27509
|
precision: number;
|
|
@@ -27900,7 +27597,6 @@ declare const SysJobQueue: Omit<{
|
|
|
27900
27597
|
} | undefined;
|
|
27901
27598
|
readonly sortable?: boolean | undefined;
|
|
27902
27599
|
readonly inlineHelpText?: string | undefined;
|
|
27903
|
-
readonly caseSensitive?: boolean | undefined;
|
|
27904
27600
|
readonly autonumberFormat?: string | undefined;
|
|
27905
27601
|
readonly index?: boolean | undefined;
|
|
27906
27602
|
readonly type: "number";
|
|
@@ -27982,7 +27678,6 @@ declare const SysJobQueue: Omit<{
|
|
|
27982
27678
|
relationshipField?: string | undefined;
|
|
27983
27679
|
} | undefined;
|
|
27984
27680
|
readonly language?: string | undefined;
|
|
27985
|
-
readonly maxRating?: number | undefined;
|
|
27986
27681
|
readonly step?: number | undefined;
|
|
27987
27682
|
readonly currencyConfig?: {
|
|
27988
27683
|
precision: number;
|
|
@@ -28076,7 +27771,6 @@ declare const SysJobQueue: Omit<{
|
|
|
28076
27771
|
} | undefined;
|
|
28077
27772
|
readonly sortable?: boolean | undefined;
|
|
28078
27773
|
readonly inlineHelpText?: string | undefined;
|
|
28079
|
-
readonly caseSensitive?: boolean | undefined;
|
|
28080
27774
|
readonly autonumberFormat?: string | undefined;
|
|
28081
27775
|
readonly index?: boolean | undefined;
|
|
28082
27776
|
readonly type: "number";
|
|
@@ -28158,7 +27852,6 @@ declare const SysJobQueue: Omit<{
|
|
|
28158
27852
|
relationshipField?: string | undefined;
|
|
28159
27853
|
} | undefined;
|
|
28160
27854
|
readonly language?: string | undefined;
|
|
28161
|
-
readonly maxRating?: number | undefined;
|
|
28162
27855
|
readonly step?: number | undefined;
|
|
28163
27856
|
readonly currencyConfig?: {
|
|
28164
27857
|
precision: number;
|
|
@@ -28252,7 +27945,6 @@ declare const SysJobQueue: Omit<{
|
|
|
28252
27945
|
} | undefined;
|
|
28253
27946
|
readonly sortable?: boolean | undefined;
|
|
28254
27947
|
readonly inlineHelpText?: string | undefined;
|
|
28255
|
-
readonly caseSensitive?: boolean | undefined;
|
|
28256
27948
|
readonly autonumberFormat?: string | undefined;
|
|
28257
27949
|
readonly index?: boolean | undefined;
|
|
28258
27950
|
readonly type: "number";
|
|
@@ -28334,7 +28026,6 @@ declare const SysJobQueue: Omit<{
|
|
|
28334
28026
|
relationshipField?: string | undefined;
|
|
28335
28027
|
} | undefined;
|
|
28336
28028
|
readonly language?: string | undefined;
|
|
28337
|
-
readonly maxRating?: number | undefined;
|
|
28338
28029
|
readonly step?: number | undefined;
|
|
28339
28030
|
readonly currencyConfig?: {
|
|
28340
28031
|
precision: number;
|
|
@@ -28428,7 +28119,6 @@ declare const SysJobQueue: Omit<{
|
|
|
28428
28119
|
} | undefined;
|
|
28429
28120
|
readonly sortable?: boolean | undefined;
|
|
28430
28121
|
readonly inlineHelpText?: string | undefined;
|
|
28431
|
-
readonly caseSensitive?: boolean | undefined;
|
|
28432
28122
|
readonly autonumberFormat?: string | undefined;
|
|
28433
28123
|
readonly index?: boolean | undefined;
|
|
28434
28124
|
readonly type: "select";
|
|
@@ -28510,7 +28200,6 @@ declare const SysJobQueue: Omit<{
|
|
|
28510
28200
|
relationshipField?: string | undefined;
|
|
28511
28201
|
} | undefined;
|
|
28512
28202
|
readonly language?: string | undefined;
|
|
28513
|
-
readonly maxRating?: number | undefined;
|
|
28514
28203
|
readonly step?: number | undefined;
|
|
28515
28204
|
readonly currencyConfig?: {
|
|
28516
28205
|
precision: number;
|
|
@@ -28604,7 +28293,6 @@ declare const SysJobQueue: Omit<{
|
|
|
28604
28293
|
} | undefined;
|
|
28605
28294
|
readonly sortable?: boolean | undefined;
|
|
28606
28295
|
readonly inlineHelpText?: string | undefined;
|
|
28607
|
-
readonly caseSensitive?: boolean | undefined;
|
|
28608
28296
|
readonly autonumberFormat?: string | undefined;
|
|
28609
28297
|
readonly index?: boolean | undefined;
|
|
28610
28298
|
readonly type: "number";
|
|
@@ -28686,7 +28374,6 @@ declare const SysJobQueue: Omit<{
|
|
|
28686
28374
|
relationshipField?: string | undefined;
|
|
28687
28375
|
} | undefined;
|
|
28688
28376
|
readonly language?: string | undefined;
|
|
28689
|
-
readonly maxRating?: number | undefined;
|
|
28690
28377
|
readonly step?: number | undefined;
|
|
28691
28378
|
readonly currencyConfig?: {
|
|
28692
28379
|
precision: number;
|
|
@@ -28780,7 +28467,6 @@ declare const SysJobQueue: Omit<{
|
|
|
28780
28467
|
} | undefined;
|
|
28781
28468
|
readonly sortable?: boolean | undefined;
|
|
28782
28469
|
readonly inlineHelpText?: string | undefined;
|
|
28783
|
-
readonly caseSensitive?: boolean | undefined;
|
|
28784
28470
|
readonly autonumberFormat?: string | undefined;
|
|
28785
28471
|
readonly index?: boolean | undefined;
|
|
28786
28472
|
readonly type: "number";
|
|
@@ -28862,7 +28548,6 @@ declare const SysJobQueue: Omit<{
|
|
|
28862
28548
|
relationshipField?: string | undefined;
|
|
28863
28549
|
} | undefined;
|
|
28864
28550
|
readonly language?: string | undefined;
|
|
28865
|
-
readonly maxRating?: number | undefined;
|
|
28866
28551
|
readonly step?: number | undefined;
|
|
28867
28552
|
readonly currencyConfig?: {
|
|
28868
28553
|
precision: number;
|
|
@@ -28956,7 +28641,6 @@ declare const SysJobQueue: Omit<{
|
|
|
28956
28641
|
} | undefined;
|
|
28957
28642
|
readonly sortable?: boolean | undefined;
|
|
28958
28643
|
readonly inlineHelpText?: string | undefined;
|
|
28959
|
-
readonly caseSensitive?: boolean | undefined;
|
|
28960
28644
|
readonly autonumberFormat?: string | undefined;
|
|
28961
28645
|
readonly index?: boolean | undefined;
|
|
28962
28646
|
readonly type: "datetime";
|
|
@@ -29038,7 +28722,6 @@ declare const SysJobQueue: Omit<{
|
|
|
29038
28722
|
relationshipField?: string | undefined;
|
|
29039
28723
|
} | undefined;
|
|
29040
28724
|
readonly language?: string | undefined;
|
|
29041
|
-
readonly maxRating?: number | undefined;
|
|
29042
28725
|
readonly step?: number | undefined;
|
|
29043
28726
|
readonly currencyConfig?: {
|
|
29044
28727
|
precision: number;
|
|
@@ -29132,7 +28815,6 @@ declare const SysJobQueue: Omit<{
|
|
|
29132
28815
|
} | undefined;
|
|
29133
28816
|
readonly sortable?: boolean | undefined;
|
|
29134
28817
|
readonly inlineHelpText?: string | undefined;
|
|
29135
|
-
readonly caseSensitive?: boolean | undefined;
|
|
29136
28818
|
readonly autonumberFormat?: string | undefined;
|
|
29137
28819
|
readonly index?: boolean | undefined;
|
|
29138
28820
|
readonly type: "text";
|
|
@@ -29214,7 +28896,6 @@ declare const SysJobQueue: Omit<{
|
|
|
29214
28896
|
relationshipField?: string | undefined;
|
|
29215
28897
|
} | undefined;
|
|
29216
28898
|
readonly language?: string | undefined;
|
|
29217
|
-
readonly maxRating?: number | undefined;
|
|
29218
28899
|
readonly step?: number | undefined;
|
|
29219
28900
|
readonly currencyConfig?: {
|
|
29220
28901
|
precision: number;
|
|
@@ -29308,7 +28989,6 @@ declare const SysJobQueue: Omit<{
|
|
|
29308
28989
|
} | undefined;
|
|
29309
28990
|
readonly sortable?: boolean | undefined;
|
|
29310
28991
|
readonly inlineHelpText?: string | undefined;
|
|
29311
|
-
readonly caseSensitive?: boolean | undefined;
|
|
29312
28992
|
readonly autonumberFormat?: string | undefined;
|
|
29313
28993
|
readonly index?: boolean | undefined;
|
|
29314
28994
|
readonly type: "datetime";
|
|
@@ -29390,7 +29070,6 @@ declare const SysJobQueue: Omit<{
|
|
|
29390
29070
|
relationshipField?: string | undefined;
|
|
29391
29071
|
} | undefined;
|
|
29392
29072
|
readonly language?: string | undefined;
|
|
29393
|
-
readonly maxRating?: number | undefined;
|
|
29394
29073
|
readonly step?: number | undefined;
|
|
29395
29074
|
readonly currencyConfig?: {
|
|
29396
29075
|
precision: number;
|
|
@@ -29484,7 +29163,6 @@ declare const SysJobQueue: Omit<{
|
|
|
29484
29163
|
} | undefined;
|
|
29485
29164
|
readonly sortable?: boolean | undefined;
|
|
29486
29165
|
readonly inlineHelpText?: string | undefined;
|
|
29487
|
-
readonly caseSensitive?: boolean | undefined;
|
|
29488
29166
|
readonly autonumberFormat?: string | undefined;
|
|
29489
29167
|
readonly index?: boolean | undefined;
|
|
29490
29168
|
readonly type: "textarea";
|
|
@@ -29566,7 +29244,6 @@ declare const SysJobQueue: Omit<{
|
|
|
29566
29244
|
relationshipField?: string | undefined;
|
|
29567
29245
|
} | undefined;
|
|
29568
29246
|
readonly language?: string | undefined;
|
|
29569
|
-
readonly maxRating?: number | undefined;
|
|
29570
29247
|
readonly step?: number | undefined;
|
|
29571
29248
|
readonly currencyConfig?: {
|
|
29572
29249
|
precision: number;
|
|
@@ -29660,7 +29337,6 @@ declare const SysJobQueue: Omit<{
|
|
|
29660
29337
|
} | undefined;
|
|
29661
29338
|
readonly sortable?: boolean | undefined;
|
|
29662
29339
|
readonly inlineHelpText?: string | undefined;
|
|
29663
|
-
readonly caseSensitive?: boolean | undefined;
|
|
29664
29340
|
readonly autonumberFormat?: string | undefined;
|
|
29665
29341
|
readonly index?: boolean | undefined;
|
|
29666
29342
|
readonly type: "datetime";
|
|
@@ -29742,7 +29418,6 @@ declare const SysJobQueue: Omit<{
|
|
|
29742
29418
|
relationshipField?: string | undefined;
|
|
29743
29419
|
} | undefined;
|
|
29744
29420
|
readonly language?: string | undefined;
|
|
29745
|
-
readonly maxRating?: number | undefined;
|
|
29746
29421
|
readonly step?: number | undefined;
|
|
29747
29422
|
readonly currencyConfig?: {
|
|
29748
29423
|
precision: number;
|
|
@@ -29836,7 +29511,6 @@ declare const SysJobQueue: Omit<{
|
|
|
29836
29511
|
} | undefined;
|
|
29837
29512
|
readonly sortable?: boolean | undefined;
|
|
29838
29513
|
readonly inlineHelpText?: string | undefined;
|
|
29839
|
-
readonly caseSensitive?: boolean | undefined;
|
|
29840
29514
|
readonly autonumberFormat?: string | undefined;
|
|
29841
29515
|
readonly index?: boolean | undefined;
|
|
29842
29516
|
readonly type: "datetime";
|
|
@@ -29918,7 +29592,6 @@ declare const SysJobQueue: Omit<{
|
|
|
29918
29592
|
relationshipField?: string | undefined;
|
|
29919
29593
|
} | undefined;
|
|
29920
29594
|
readonly language?: string | undefined;
|
|
29921
|
-
readonly maxRating?: number | undefined;
|
|
29922
29595
|
readonly step?: number | undefined;
|
|
29923
29596
|
readonly currencyConfig?: {
|
|
29924
29597
|
precision: number;
|
|
@@ -30012,7 +29685,6 @@ declare const SysJobQueue: Omit<{
|
|
|
30012
29685
|
} | undefined;
|
|
30013
29686
|
readonly sortable?: boolean | undefined;
|
|
30014
29687
|
readonly inlineHelpText?: string | undefined;
|
|
30015
|
-
readonly caseSensitive?: boolean | undefined;
|
|
30016
29688
|
readonly autonumberFormat?: string | undefined;
|
|
30017
29689
|
readonly index?: boolean | undefined;
|
|
30018
29690
|
readonly type: "datetime";
|