@objectstack/plugin-approvals 11.0.0 → 11.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +10 -10
- package/CHANGELOG.md +36 -0
- package/dist/index.d.mts +12 -94
- package/dist/index.d.ts +12 -94
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
- package/src/approval-service.ts +3 -1
- package/src/sys-approval-action.object.ts +1 -0
- package/src/sys-approval-approver.object.ts +1 -0
- package/src/sys-approval-request.object.ts +1 -0
- package/src/sys-approval-token.object.ts +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -113,7 +113,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
113
113
|
relationshipField?: string | undefined;
|
|
114
114
|
} | undefined;
|
|
115
115
|
language?: string | undefined;
|
|
116
|
-
maxRating?: number | undefined;
|
|
117
116
|
step?: number | undefined;
|
|
118
117
|
currencyConfig?: {
|
|
119
118
|
precision: number;
|
|
@@ -243,7 +242,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
243
242
|
requiredPermissions?: string[] | undefined;
|
|
244
243
|
system?: boolean | undefined;
|
|
245
244
|
inlineHelpText?: string | undefined;
|
|
246
|
-
caseSensitive?: boolean | undefined;
|
|
247
245
|
autonumberFormat?: string | undefined;
|
|
248
246
|
}>;
|
|
249
247
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -331,12 +329,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
331
329
|
versionField: string;
|
|
332
330
|
retentionDays?: number | undefined;
|
|
333
331
|
} | undefined;
|
|
334
|
-
partitioning?: {
|
|
335
|
-
enabled: boolean;
|
|
336
|
-
strategy: "hash" | "list" | "range";
|
|
337
|
-
key: string;
|
|
338
|
-
interval?: string | undefined;
|
|
339
|
-
} | undefined;
|
|
340
332
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
341
333
|
activityMilestones?: {
|
|
342
334
|
field: string;
|
|
@@ -344,6 +336,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
344
336
|
summary: string;
|
|
345
337
|
type?: string | undefined;
|
|
346
338
|
}[] | undefined;
|
|
339
|
+
nameField?: string | undefined;
|
|
347
340
|
displayNameField?: string | undefined;
|
|
348
341
|
recordName?: {
|
|
349
342
|
type: "text" | "autonumber";
|
|
@@ -667,7 +660,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
667
660
|
debounceMs?: number | undefined;
|
|
668
661
|
} | undefined;
|
|
669
662
|
}> | undefined;
|
|
670
|
-
defaultDetailForm?: string | undefined;
|
|
671
663
|
searchableFields?: string[] | undefined;
|
|
672
664
|
search?: {
|
|
673
665
|
fields: string[];
|
|
@@ -684,7 +676,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
684
676
|
trash: boolean;
|
|
685
677
|
mru: boolean;
|
|
686
678
|
clone: boolean;
|
|
687
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
679
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
688
680
|
} | undefined;
|
|
689
681
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
690
682
|
publicSharing?: {
|
|
@@ -712,6 +704,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
712
704
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
713
705
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
714
706
|
target?: string | undefined;
|
|
707
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
715
708
|
body?: {
|
|
716
709
|
language: "expression";
|
|
717
710
|
source: string;
|
|
@@ -819,6 +812,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
819
812
|
readonly managedBy: "system";
|
|
820
813
|
readonly description: "Live approval instance tracked per submission";
|
|
821
814
|
readonly displayNameField: "id";
|
|
815
|
+
readonly nameField: "id";
|
|
822
816
|
readonly titleFormat: "{process_name} · {record_id}";
|
|
823
817
|
readonly compactLayout: ["process_name", "object_name", "record_id", "status", "current_step", "submitter_id", "updated_at"];
|
|
824
818
|
readonly listViews: {
|
|
@@ -992,7 +986,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
992
986
|
relationshipField?: string | undefined;
|
|
993
987
|
} | undefined;
|
|
994
988
|
readonly language?: string | undefined;
|
|
995
|
-
readonly maxRating?: number | undefined;
|
|
996
989
|
readonly step?: number | undefined;
|
|
997
990
|
readonly currencyConfig?: {
|
|
998
991
|
precision: number;
|
|
@@ -1086,7 +1079,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1086
1079
|
} | undefined;
|
|
1087
1080
|
readonly sortable?: boolean | undefined;
|
|
1088
1081
|
readonly inlineHelpText?: string | undefined;
|
|
1089
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1090
1082
|
readonly autonumberFormat?: string | undefined;
|
|
1091
1083
|
readonly index?: boolean | undefined;
|
|
1092
1084
|
readonly type: "text";
|
|
@@ -1168,7 +1160,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1168
1160
|
relationshipField?: string | undefined;
|
|
1169
1161
|
} | undefined;
|
|
1170
1162
|
readonly language?: string | undefined;
|
|
1171
|
-
readonly maxRating?: number | undefined;
|
|
1172
1163
|
readonly step?: number | undefined;
|
|
1173
1164
|
readonly currencyConfig?: {
|
|
1174
1165
|
precision: number;
|
|
@@ -1262,7 +1253,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1262
1253
|
} | undefined;
|
|
1263
1254
|
readonly sortable?: boolean | undefined;
|
|
1264
1255
|
readonly inlineHelpText?: string | undefined;
|
|
1265
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1266
1256
|
readonly autonumberFormat?: string | undefined;
|
|
1267
1257
|
readonly index?: boolean | undefined;
|
|
1268
1258
|
readonly type: "lookup";
|
|
@@ -1344,7 +1334,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1344
1334
|
relationshipField?: string | undefined;
|
|
1345
1335
|
} | undefined;
|
|
1346
1336
|
readonly language?: string | undefined;
|
|
1347
|
-
readonly maxRating?: number | undefined;
|
|
1348
1337
|
readonly step?: number | undefined;
|
|
1349
1338
|
readonly currencyConfig?: {
|
|
1350
1339
|
precision: number;
|
|
@@ -1438,7 +1427,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1438
1427
|
} | undefined;
|
|
1439
1428
|
readonly sortable?: boolean | undefined;
|
|
1440
1429
|
readonly inlineHelpText?: string | undefined;
|
|
1441
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1442
1430
|
readonly autonumberFormat?: string | undefined;
|
|
1443
1431
|
readonly index?: boolean | undefined;
|
|
1444
1432
|
readonly type: "text";
|
|
@@ -1520,7 +1508,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1520
1508
|
relationshipField?: string | undefined;
|
|
1521
1509
|
} | undefined;
|
|
1522
1510
|
readonly language?: string | undefined;
|
|
1523
|
-
readonly maxRating?: number | undefined;
|
|
1524
1511
|
readonly step?: number | undefined;
|
|
1525
1512
|
readonly currencyConfig?: {
|
|
1526
1513
|
precision: number;
|
|
@@ -1614,7 +1601,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1614
1601
|
} | undefined;
|
|
1615
1602
|
readonly sortable?: boolean | undefined;
|
|
1616
1603
|
readonly inlineHelpText?: string | undefined;
|
|
1617
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1618
1604
|
readonly autonumberFormat?: string | undefined;
|
|
1619
1605
|
readonly index?: boolean | undefined;
|
|
1620
1606
|
readonly type: "text";
|
|
@@ -1696,7 +1682,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1696
1682
|
relationshipField?: string | undefined;
|
|
1697
1683
|
} | undefined;
|
|
1698
1684
|
readonly language?: string | undefined;
|
|
1699
|
-
readonly maxRating?: number | undefined;
|
|
1700
1685
|
readonly step?: number | undefined;
|
|
1701
1686
|
readonly currencyConfig?: {
|
|
1702
1687
|
precision: number;
|
|
@@ -1790,7 +1775,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1790
1775
|
} | undefined;
|
|
1791
1776
|
readonly sortable?: boolean | undefined;
|
|
1792
1777
|
readonly inlineHelpText?: string | undefined;
|
|
1793
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1794
1778
|
readonly autonumberFormat?: string | undefined;
|
|
1795
1779
|
readonly index?: boolean | undefined;
|
|
1796
1780
|
readonly type: "text";
|
|
@@ -1872,7 +1856,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1872
1856
|
relationshipField?: string | undefined;
|
|
1873
1857
|
} | undefined;
|
|
1874
1858
|
readonly language?: string | undefined;
|
|
1875
|
-
readonly maxRating?: number | undefined;
|
|
1876
1859
|
readonly step?: number | undefined;
|
|
1877
1860
|
readonly currencyConfig?: {
|
|
1878
1861
|
precision: number;
|
|
@@ -1966,7 +1949,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1966
1949
|
} | undefined;
|
|
1967
1950
|
readonly sortable?: boolean | undefined;
|
|
1968
1951
|
readonly inlineHelpText?: string | undefined;
|
|
1969
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1970
1952
|
readonly autonumberFormat?: string | undefined;
|
|
1971
1953
|
readonly index?: boolean | undefined;
|
|
1972
1954
|
readonly type: "lookup";
|
|
@@ -2048,7 +2030,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2048
2030
|
relationshipField?: string | undefined;
|
|
2049
2031
|
} | undefined;
|
|
2050
2032
|
readonly language?: string | undefined;
|
|
2051
|
-
readonly maxRating?: number | undefined;
|
|
2052
2033
|
readonly step?: number | undefined;
|
|
2053
2034
|
readonly currencyConfig?: {
|
|
2054
2035
|
precision: number;
|
|
@@ -2142,7 +2123,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2142
2123
|
} | undefined;
|
|
2143
2124
|
readonly sortable?: boolean | undefined;
|
|
2144
2125
|
readonly inlineHelpText?: string | undefined;
|
|
2145
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2146
2126
|
readonly autonumberFormat?: string | undefined;
|
|
2147
2127
|
readonly index?: boolean | undefined;
|
|
2148
2128
|
readonly type: "textarea";
|
|
@@ -2224,7 +2204,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2224
2204
|
relationshipField?: string | undefined;
|
|
2225
2205
|
} | undefined;
|
|
2226
2206
|
readonly language?: string | undefined;
|
|
2227
|
-
readonly maxRating?: number | undefined;
|
|
2228
2207
|
readonly step?: number | undefined;
|
|
2229
2208
|
readonly currencyConfig?: {
|
|
2230
2209
|
precision: number;
|
|
@@ -2318,7 +2297,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2318
2297
|
} | undefined;
|
|
2319
2298
|
readonly sortable?: boolean | undefined;
|
|
2320
2299
|
readonly inlineHelpText?: string | undefined;
|
|
2321
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2322
2300
|
readonly autonumberFormat?: string | undefined;
|
|
2323
2301
|
readonly index?: boolean | undefined;
|
|
2324
2302
|
readonly type: "select";
|
|
@@ -2400,7 +2378,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2400
2378
|
relationshipField?: string | undefined;
|
|
2401
2379
|
} | undefined;
|
|
2402
2380
|
readonly language?: string | undefined;
|
|
2403
|
-
readonly maxRating?: number | undefined;
|
|
2404
2381
|
readonly step?: number | undefined;
|
|
2405
2382
|
readonly currencyConfig?: {
|
|
2406
2383
|
precision: number;
|
|
@@ -2494,7 +2471,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2494
2471
|
} | undefined;
|
|
2495
2472
|
readonly sortable?: boolean | undefined;
|
|
2496
2473
|
readonly inlineHelpText?: string | undefined;
|
|
2497
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2498
2474
|
readonly autonumberFormat?: string | undefined;
|
|
2499
2475
|
readonly index?: boolean | undefined;
|
|
2500
2476
|
readonly type: "text";
|
|
@@ -2576,7 +2552,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2576
2552
|
relationshipField?: string | undefined;
|
|
2577
2553
|
} | undefined;
|
|
2578
2554
|
readonly language?: string | undefined;
|
|
2579
|
-
readonly maxRating?: number | undefined;
|
|
2580
2555
|
readonly step?: number | undefined;
|
|
2581
2556
|
readonly currencyConfig?: {
|
|
2582
2557
|
precision: number;
|
|
@@ -2670,7 +2645,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2670
2645
|
} | undefined;
|
|
2671
2646
|
readonly sortable?: boolean | undefined;
|
|
2672
2647
|
readonly inlineHelpText?: string | undefined;
|
|
2673
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2674
2648
|
readonly autonumberFormat?: string | undefined;
|
|
2675
2649
|
readonly index?: boolean | undefined;
|
|
2676
2650
|
readonly type: "number";
|
|
@@ -2752,7 +2726,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2752
2726
|
relationshipField?: string | undefined;
|
|
2753
2727
|
} | undefined;
|
|
2754
2728
|
readonly language?: string | undefined;
|
|
2755
|
-
readonly maxRating?: number | undefined;
|
|
2756
2729
|
readonly step?: number | undefined;
|
|
2757
2730
|
readonly currencyConfig?: {
|
|
2758
2731
|
precision: number;
|
|
@@ -2846,7 +2819,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2846
2819
|
} | undefined;
|
|
2847
2820
|
readonly sortable?: boolean | undefined;
|
|
2848
2821
|
readonly inlineHelpText?: string | undefined;
|
|
2849
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2850
2822
|
readonly autonumberFormat?: string | undefined;
|
|
2851
2823
|
readonly index?: boolean | undefined;
|
|
2852
2824
|
readonly type: "textarea";
|
|
@@ -2928,7 +2900,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2928
2900
|
relationshipField?: string | undefined;
|
|
2929
2901
|
} | undefined;
|
|
2930
2902
|
readonly language?: string | undefined;
|
|
2931
|
-
readonly maxRating?: number | undefined;
|
|
2932
2903
|
readonly step?: number | undefined;
|
|
2933
2904
|
readonly currencyConfig?: {
|
|
2934
2905
|
precision: number;
|
|
@@ -3022,7 +2993,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3022
2993
|
} | undefined;
|
|
3023
2994
|
readonly sortable?: boolean | undefined;
|
|
3024
2995
|
readonly inlineHelpText?: string | undefined;
|
|
3025
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3026
2996
|
readonly autonumberFormat?: string | undefined;
|
|
3027
2997
|
readonly index?: boolean | undefined;
|
|
3028
2998
|
readonly type: "textarea";
|
|
@@ -3104,7 +3074,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3104
3074
|
relationshipField?: string | undefined;
|
|
3105
3075
|
} | undefined;
|
|
3106
3076
|
readonly language?: string | undefined;
|
|
3107
|
-
readonly maxRating?: number | undefined;
|
|
3108
3077
|
readonly step?: number | undefined;
|
|
3109
3078
|
readonly currencyConfig?: {
|
|
3110
3079
|
precision: number;
|
|
@@ -3198,7 +3167,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3198
3167
|
} | undefined;
|
|
3199
3168
|
readonly sortable?: boolean | undefined;
|
|
3200
3169
|
readonly inlineHelpText?: string | undefined;
|
|
3201
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3202
3170
|
readonly autonumberFormat?: string | undefined;
|
|
3203
3171
|
readonly index?: boolean | undefined;
|
|
3204
3172
|
readonly type: "text";
|
|
@@ -3280,7 +3248,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3280
3248
|
relationshipField?: string | undefined;
|
|
3281
3249
|
} | undefined;
|
|
3282
3250
|
readonly language?: string | undefined;
|
|
3283
|
-
readonly maxRating?: number | undefined;
|
|
3284
3251
|
readonly step?: number | undefined;
|
|
3285
3252
|
readonly currencyConfig?: {
|
|
3286
3253
|
precision: number;
|
|
@@ -3374,7 +3341,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3374
3341
|
} | undefined;
|
|
3375
3342
|
readonly sortable?: boolean | undefined;
|
|
3376
3343
|
readonly inlineHelpText?: string | undefined;
|
|
3377
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3378
3344
|
readonly autonumberFormat?: string | undefined;
|
|
3379
3345
|
readonly index?: boolean | undefined;
|
|
3380
3346
|
readonly type: "text";
|
|
@@ -3456,7 +3422,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3456
3422
|
relationshipField?: string | undefined;
|
|
3457
3423
|
} | undefined;
|
|
3458
3424
|
readonly language?: string | undefined;
|
|
3459
|
-
readonly maxRating?: number | undefined;
|
|
3460
3425
|
readonly step?: number | undefined;
|
|
3461
3426
|
readonly currencyConfig?: {
|
|
3462
3427
|
precision: number;
|
|
@@ -3550,7 +3515,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3550
3515
|
} | undefined;
|
|
3551
3516
|
readonly sortable?: boolean | undefined;
|
|
3552
3517
|
readonly inlineHelpText?: string | undefined;
|
|
3553
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3554
3518
|
readonly autonumberFormat?: string | undefined;
|
|
3555
3519
|
readonly index?: boolean | undefined;
|
|
3556
3520
|
readonly type: "textarea";
|
|
@@ -3632,7 +3596,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3632
3596
|
relationshipField?: string | undefined;
|
|
3633
3597
|
} | undefined;
|
|
3634
3598
|
readonly language?: string | undefined;
|
|
3635
|
-
readonly maxRating?: number | undefined;
|
|
3636
3599
|
readonly step?: number | undefined;
|
|
3637
3600
|
readonly currencyConfig?: {
|
|
3638
3601
|
precision: number;
|
|
@@ -3726,7 +3689,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3726
3689
|
} | undefined;
|
|
3727
3690
|
readonly sortable?: boolean | undefined;
|
|
3728
3691
|
readonly inlineHelpText?: string | undefined;
|
|
3729
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3730
3692
|
readonly autonumberFormat?: string | undefined;
|
|
3731
3693
|
readonly index?: boolean | undefined;
|
|
3732
3694
|
readonly type: "datetime";
|
|
@@ -3808,7 +3770,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3808
3770
|
relationshipField?: string | undefined;
|
|
3809
3771
|
} | undefined;
|
|
3810
3772
|
readonly language?: string | undefined;
|
|
3811
|
-
readonly maxRating?: number | undefined;
|
|
3812
3773
|
readonly step?: number | undefined;
|
|
3813
3774
|
readonly currencyConfig?: {
|
|
3814
3775
|
precision: number;
|
|
@@ -3902,7 +3863,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3902
3863
|
} | undefined;
|
|
3903
3864
|
readonly sortable?: boolean | undefined;
|
|
3904
3865
|
readonly inlineHelpText?: string | undefined;
|
|
3905
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3906
3866
|
readonly autonumberFormat?: string | undefined;
|
|
3907
3867
|
readonly index?: boolean | undefined;
|
|
3908
3868
|
readonly type: "datetime";
|
|
@@ -3984,7 +3944,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3984
3944
|
relationshipField?: string | undefined;
|
|
3985
3945
|
} | undefined;
|
|
3986
3946
|
readonly language?: string | undefined;
|
|
3987
|
-
readonly maxRating?: number | undefined;
|
|
3988
3947
|
readonly step?: number | undefined;
|
|
3989
3948
|
readonly currencyConfig?: {
|
|
3990
3949
|
precision: number;
|
|
@@ -4078,7 +4037,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
4078
4037
|
} | undefined;
|
|
4079
4038
|
readonly sortable?: boolean | undefined;
|
|
4080
4039
|
readonly inlineHelpText?: string | undefined;
|
|
4081
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4082
4040
|
readonly autonumberFormat?: string | undefined;
|
|
4083
4041
|
readonly index?: boolean | undefined;
|
|
4084
4042
|
readonly type: "datetime";
|
|
@@ -4195,7 +4153,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
4195
4153
|
relationshipField?: string | undefined;
|
|
4196
4154
|
} | undefined;
|
|
4197
4155
|
language?: string | undefined;
|
|
4198
|
-
maxRating?: number | undefined;
|
|
4199
4156
|
step?: number | undefined;
|
|
4200
4157
|
currencyConfig?: {
|
|
4201
4158
|
precision: number;
|
|
@@ -4325,7 +4282,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
4325
4282
|
requiredPermissions?: string[] | undefined;
|
|
4326
4283
|
system?: boolean | undefined;
|
|
4327
4284
|
inlineHelpText?: string | undefined;
|
|
4328
|
-
caseSensitive?: boolean | undefined;
|
|
4329
4285
|
autonumberFormat?: string | undefined;
|
|
4330
4286
|
}>;
|
|
4331
4287
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -4413,12 +4369,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
4413
4369
|
versionField: string;
|
|
4414
4370
|
retentionDays?: number | undefined;
|
|
4415
4371
|
} | undefined;
|
|
4416
|
-
partitioning?: {
|
|
4417
|
-
enabled: boolean;
|
|
4418
|
-
strategy: "hash" | "list" | "range";
|
|
4419
|
-
key: string;
|
|
4420
|
-
interval?: string | undefined;
|
|
4421
|
-
} | undefined;
|
|
4422
4372
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
4423
4373
|
activityMilestones?: {
|
|
4424
4374
|
field: string;
|
|
@@ -4426,6 +4376,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4426
4376
|
summary: string;
|
|
4427
4377
|
type?: string | undefined;
|
|
4428
4378
|
}[] | undefined;
|
|
4379
|
+
nameField?: string | undefined;
|
|
4429
4380
|
displayNameField?: string | undefined;
|
|
4430
4381
|
recordName?: {
|
|
4431
4382
|
type: "text" | "autonumber";
|
|
@@ -4749,7 +4700,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
4749
4700
|
debounceMs?: number | undefined;
|
|
4750
4701
|
} | undefined;
|
|
4751
4702
|
}> | undefined;
|
|
4752
|
-
defaultDetailForm?: string | undefined;
|
|
4753
4703
|
searchableFields?: string[] | undefined;
|
|
4754
4704
|
search?: {
|
|
4755
4705
|
fields: string[];
|
|
@@ -4766,7 +4716,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4766
4716
|
trash: boolean;
|
|
4767
4717
|
mru: boolean;
|
|
4768
4718
|
clone: boolean;
|
|
4769
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
4719
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
4770
4720
|
} | undefined;
|
|
4771
4721
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
4772
4722
|
publicSharing?: {
|
|
@@ -4794,6 +4744,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4794
4744
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
4795
4745
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
4796
4746
|
target?: string | undefined;
|
|
4747
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
4797
4748
|
body?: {
|
|
4798
4749
|
language: "expression";
|
|
4799
4750
|
source: string;
|
|
@@ -4901,6 +4852,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4901
4852
|
readonly managedBy: "append-only";
|
|
4902
4853
|
readonly description: "Append-only audit trail for approval actions";
|
|
4903
4854
|
readonly displayNameField: "id";
|
|
4855
|
+
readonly nameField: "id";
|
|
4904
4856
|
readonly titleFormat: "{action} · {step_name}";
|
|
4905
4857
|
readonly compactLayout: ["request_id", "step_name", "action", "actor_id", "created_at"];
|
|
4906
4858
|
readonly listViews: {
|
|
@@ -5048,7 +5000,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5048
5000
|
relationshipField?: string | undefined;
|
|
5049
5001
|
} | undefined;
|
|
5050
5002
|
readonly language?: string | undefined;
|
|
5051
|
-
readonly maxRating?: number | undefined;
|
|
5052
5003
|
readonly step?: number | undefined;
|
|
5053
5004
|
readonly currencyConfig?: {
|
|
5054
5005
|
precision: number;
|
|
@@ -5142,7 +5093,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5142
5093
|
} | undefined;
|
|
5143
5094
|
readonly sortable?: boolean | undefined;
|
|
5144
5095
|
readonly inlineHelpText?: string | undefined;
|
|
5145
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5146
5096
|
readonly autonumberFormat?: string | undefined;
|
|
5147
5097
|
readonly index?: boolean | undefined;
|
|
5148
5098
|
readonly type: "text";
|
|
@@ -5224,7 +5174,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5224
5174
|
relationshipField?: string | undefined;
|
|
5225
5175
|
} | undefined;
|
|
5226
5176
|
readonly language?: string | undefined;
|
|
5227
|
-
readonly maxRating?: number | undefined;
|
|
5228
5177
|
readonly step?: number | undefined;
|
|
5229
5178
|
readonly currencyConfig?: {
|
|
5230
5179
|
precision: number;
|
|
@@ -5318,7 +5267,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5318
5267
|
} | undefined;
|
|
5319
5268
|
readonly sortable?: boolean | undefined;
|
|
5320
5269
|
readonly inlineHelpText?: string | undefined;
|
|
5321
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5322
5270
|
readonly autonumberFormat?: string | undefined;
|
|
5323
5271
|
readonly index?: boolean | undefined;
|
|
5324
5272
|
readonly type: "lookup";
|
|
@@ -5400,7 +5348,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5400
5348
|
relationshipField?: string | undefined;
|
|
5401
5349
|
} | undefined;
|
|
5402
5350
|
readonly language?: string | undefined;
|
|
5403
|
-
readonly maxRating?: number | undefined;
|
|
5404
5351
|
readonly step?: number | undefined;
|
|
5405
5352
|
readonly currencyConfig?: {
|
|
5406
5353
|
precision: number;
|
|
@@ -5494,7 +5441,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5494
5441
|
} | undefined;
|
|
5495
5442
|
readonly sortable?: boolean | undefined;
|
|
5496
5443
|
readonly inlineHelpText?: string | undefined;
|
|
5497
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5498
5444
|
readonly autonumberFormat?: string | undefined;
|
|
5499
5445
|
readonly index?: boolean | undefined;
|
|
5500
5446
|
readonly type: "lookup";
|
|
@@ -5576,7 +5522,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5576
5522
|
relationshipField?: string | undefined;
|
|
5577
5523
|
} | undefined;
|
|
5578
5524
|
readonly language?: string | undefined;
|
|
5579
|
-
readonly maxRating?: number | undefined;
|
|
5580
5525
|
readonly step?: number | undefined;
|
|
5581
5526
|
readonly currencyConfig?: {
|
|
5582
5527
|
precision: number;
|
|
@@ -5670,7 +5615,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5670
5615
|
} | undefined;
|
|
5671
5616
|
readonly sortable?: boolean | undefined;
|
|
5672
5617
|
readonly inlineHelpText?: string | undefined;
|
|
5673
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5674
5618
|
readonly autonumberFormat?: string | undefined;
|
|
5675
5619
|
readonly index?: boolean | undefined;
|
|
5676
5620
|
readonly type: "text";
|
|
@@ -5752,7 +5696,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5752
5696
|
relationshipField?: string | undefined;
|
|
5753
5697
|
} | undefined;
|
|
5754
5698
|
readonly language?: string | undefined;
|
|
5755
|
-
readonly maxRating?: number | undefined;
|
|
5756
5699
|
readonly step?: number | undefined;
|
|
5757
5700
|
readonly currencyConfig?: {
|
|
5758
5701
|
precision: number;
|
|
@@ -5846,7 +5789,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5846
5789
|
} | undefined;
|
|
5847
5790
|
readonly sortable?: boolean | undefined;
|
|
5848
5791
|
readonly inlineHelpText?: string | undefined;
|
|
5849
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5850
5792
|
readonly autonumberFormat?: string | undefined;
|
|
5851
5793
|
readonly index?: boolean | undefined;
|
|
5852
5794
|
readonly type: "number";
|
|
@@ -5928,7 +5870,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5928
5870
|
relationshipField?: string | undefined;
|
|
5929
5871
|
} | undefined;
|
|
5930
5872
|
readonly language?: string | undefined;
|
|
5931
|
-
readonly maxRating?: number | undefined;
|
|
5932
5873
|
readonly step?: number | undefined;
|
|
5933
5874
|
readonly currencyConfig?: {
|
|
5934
5875
|
precision: number;
|
|
@@ -6022,7 +5963,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
6022
5963
|
} | undefined;
|
|
6023
5964
|
readonly sortable?: boolean | undefined;
|
|
6024
5965
|
readonly inlineHelpText?: string | undefined;
|
|
6025
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6026
5966
|
readonly autonumberFormat?: string | undefined;
|
|
6027
5967
|
readonly index?: boolean | undefined;
|
|
6028
5968
|
readonly type: "select";
|
|
@@ -6104,7 +6044,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
6104
6044
|
relationshipField?: string | undefined;
|
|
6105
6045
|
} | undefined;
|
|
6106
6046
|
readonly language?: string | undefined;
|
|
6107
|
-
readonly maxRating?: number | undefined;
|
|
6108
6047
|
readonly step?: number | undefined;
|
|
6109
6048
|
readonly currencyConfig?: {
|
|
6110
6049
|
precision: number;
|
|
@@ -6198,7 +6137,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
6198
6137
|
} | undefined;
|
|
6199
6138
|
readonly sortable?: boolean | undefined;
|
|
6200
6139
|
readonly inlineHelpText?: string | undefined;
|
|
6201
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6202
6140
|
readonly autonumberFormat?: string | undefined;
|
|
6203
6141
|
readonly index?: boolean | undefined;
|
|
6204
6142
|
readonly type: "lookup";
|
|
@@ -6280,7 +6218,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
6280
6218
|
relationshipField?: string | undefined;
|
|
6281
6219
|
} | undefined;
|
|
6282
6220
|
readonly language?: string | undefined;
|
|
6283
|
-
readonly maxRating?: number | undefined;
|
|
6284
6221
|
readonly step?: number | undefined;
|
|
6285
6222
|
readonly currencyConfig?: {
|
|
6286
6223
|
precision: number;
|
|
@@ -6374,7 +6311,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
6374
6311
|
} | undefined;
|
|
6375
6312
|
readonly sortable?: boolean | undefined;
|
|
6376
6313
|
readonly inlineHelpText?: string | undefined;
|
|
6377
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6378
6314
|
readonly autonumberFormat?: string | undefined;
|
|
6379
6315
|
readonly index?: boolean | undefined;
|
|
6380
6316
|
readonly type: "textarea";
|
|
@@ -6456,7 +6392,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
6456
6392
|
relationshipField?: string | undefined;
|
|
6457
6393
|
} | undefined;
|
|
6458
6394
|
readonly language?: string | undefined;
|
|
6459
|
-
readonly maxRating?: number | undefined;
|
|
6460
6395
|
readonly step?: number | undefined;
|
|
6461
6396
|
readonly currencyConfig?: {
|
|
6462
6397
|
precision: number;
|
|
@@ -6550,7 +6485,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
6550
6485
|
} | undefined;
|
|
6551
6486
|
readonly sortable?: boolean | undefined;
|
|
6552
6487
|
readonly inlineHelpText?: string | undefined;
|
|
6553
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6554
6488
|
readonly autonumberFormat?: string | undefined;
|
|
6555
6489
|
readonly index?: boolean | undefined;
|
|
6556
6490
|
readonly type: "datetime";
|
|
@@ -6674,7 +6608,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6674
6608
|
relationshipField?: string | undefined;
|
|
6675
6609
|
} | undefined;
|
|
6676
6610
|
language?: string | undefined;
|
|
6677
|
-
maxRating?: number | undefined;
|
|
6678
6611
|
step?: number | undefined;
|
|
6679
6612
|
currencyConfig?: {
|
|
6680
6613
|
precision: number;
|
|
@@ -6804,7 +6737,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6804
6737
|
requiredPermissions?: string[] | undefined;
|
|
6805
6738
|
system?: boolean | undefined;
|
|
6806
6739
|
inlineHelpText?: string | undefined;
|
|
6807
|
-
caseSensitive?: boolean | undefined;
|
|
6808
6740
|
autonumberFormat?: string | undefined;
|
|
6809
6741
|
}>;
|
|
6810
6742
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -6892,12 +6824,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6892
6824
|
versionField: string;
|
|
6893
6825
|
retentionDays?: number | undefined;
|
|
6894
6826
|
} | undefined;
|
|
6895
|
-
partitioning?: {
|
|
6896
|
-
enabled: boolean;
|
|
6897
|
-
strategy: "hash" | "list" | "range";
|
|
6898
|
-
key: string;
|
|
6899
|
-
interval?: string | undefined;
|
|
6900
|
-
} | undefined;
|
|
6901
6827
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
6902
6828
|
activityMilestones?: {
|
|
6903
6829
|
field: string;
|
|
@@ -6905,6 +6831,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6905
6831
|
summary: string;
|
|
6906
6832
|
type?: string | undefined;
|
|
6907
6833
|
}[] | undefined;
|
|
6834
|
+
nameField?: string | undefined;
|
|
6908
6835
|
displayNameField?: string | undefined;
|
|
6909
6836
|
recordName?: {
|
|
6910
6837
|
type: "text" | "autonumber";
|
|
@@ -7228,7 +7155,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7228
7155
|
debounceMs?: number | undefined;
|
|
7229
7156
|
} | undefined;
|
|
7230
7157
|
}> | undefined;
|
|
7231
|
-
defaultDetailForm?: string | undefined;
|
|
7232
7158
|
searchableFields?: string[] | undefined;
|
|
7233
7159
|
search?: {
|
|
7234
7160
|
fields: string[];
|
|
@@ -7245,7 +7171,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7245
7171
|
trash: boolean;
|
|
7246
7172
|
mru: boolean;
|
|
7247
7173
|
clone: boolean;
|
|
7248
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
7174
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
7249
7175
|
} | undefined;
|
|
7250
7176
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
7251
7177
|
publicSharing?: {
|
|
@@ -7273,6 +7199,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7273
7199
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
7274
7200
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
7275
7201
|
target?: string | undefined;
|
|
7202
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
7276
7203
|
body?: {
|
|
7277
7204
|
language: "expression";
|
|
7278
7205
|
source: string;
|
|
@@ -7380,6 +7307,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7380
7307
|
readonly managedBy: "system";
|
|
7381
7308
|
readonly description: "Normalized pending-approver rows for indexed inbox queries";
|
|
7382
7309
|
readonly displayNameField: "id";
|
|
7310
|
+
readonly nameField: "id";
|
|
7383
7311
|
readonly titleFormat: "{approver} · {request_id}";
|
|
7384
7312
|
readonly compactLayout: ["request_id", "approver", "created_at"];
|
|
7385
7313
|
readonly fields: {
|
|
@@ -7460,7 +7388,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7460
7388
|
relationshipField?: string | undefined;
|
|
7461
7389
|
} | undefined;
|
|
7462
7390
|
readonly language?: string | undefined;
|
|
7463
|
-
readonly maxRating?: number | undefined;
|
|
7464
7391
|
readonly step?: number | undefined;
|
|
7465
7392
|
readonly currencyConfig?: {
|
|
7466
7393
|
precision: number;
|
|
@@ -7554,7 +7481,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7554
7481
|
} | undefined;
|
|
7555
7482
|
readonly sortable?: boolean | undefined;
|
|
7556
7483
|
readonly inlineHelpText?: string | undefined;
|
|
7557
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7558
7484
|
readonly autonumberFormat?: string | undefined;
|
|
7559
7485
|
readonly index?: boolean | undefined;
|
|
7560
7486
|
readonly type: "text";
|
|
@@ -7636,7 +7562,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7636
7562
|
relationshipField?: string | undefined;
|
|
7637
7563
|
} | undefined;
|
|
7638
7564
|
readonly language?: string | undefined;
|
|
7639
|
-
readonly maxRating?: number | undefined;
|
|
7640
7565
|
readonly step?: number | undefined;
|
|
7641
7566
|
readonly currencyConfig?: {
|
|
7642
7567
|
precision: number;
|
|
@@ -7730,7 +7655,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7730
7655
|
} | undefined;
|
|
7731
7656
|
readonly sortable?: boolean | undefined;
|
|
7732
7657
|
readonly inlineHelpText?: string | undefined;
|
|
7733
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7734
7658
|
readonly autonumberFormat?: string | undefined;
|
|
7735
7659
|
readonly index?: boolean | undefined;
|
|
7736
7660
|
readonly type: "lookup";
|
|
@@ -7812,7 +7736,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7812
7736
|
relationshipField?: string | undefined;
|
|
7813
7737
|
} | undefined;
|
|
7814
7738
|
readonly language?: string | undefined;
|
|
7815
|
-
readonly maxRating?: number | undefined;
|
|
7816
7739
|
readonly step?: number | undefined;
|
|
7817
7740
|
readonly currencyConfig?: {
|
|
7818
7741
|
precision: number;
|
|
@@ -7906,7 +7829,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7906
7829
|
} | undefined;
|
|
7907
7830
|
readonly sortable?: boolean | undefined;
|
|
7908
7831
|
readonly inlineHelpText?: string | undefined;
|
|
7909
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7910
7832
|
readonly autonumberFormat?: string | undefined;
|
|
7911
7833
|
readonly index?: boolean | undefined;
|
|
7912
7834
|
readonly type: "lookup";
|
|
@@ -7988,7 +7910,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7988
7910
|
relationshipField?: string | undefined;
|
|
7989
7911
|
} | undefined;
|
|
7990
7912
|
readonly language?: string | undefined;
|
|
7991
|
-
readonly maxRating?: number | undefined;
|
|
7992
7913
|
readonly step?: number | undefined;
|
|
7993
7914
|
readonly currencyConfig?: {
|
|
7994
7915
|
precision: number;
|
|
@@ -8082,7 +8003,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
8082
8003
|
} | undefined;
|
|
8083
8004
|
readonly sortable?: boolean | undefined;
|
|
8084
8005
|
readonly inlineHelpText?: string | undefined;
|
|
8085
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8086
8006
|
readonly autonumberFormat?: string | undefined;
|
|
8087
8007
|
readonly index?: boolean | undefined;
|
|
8088
8008
|
readonly type: "text";
|
|
@@ -8164,7 +8084,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
8164
8084
|
relationshipField?: string | undefined;
|
|
8165
8085
|
} | undefined;
|
|
8166
8086
|
readonly language?: string | undefined;
|
|
8167
|
-
readonly maxRating?: number | undefined;
|
|
8168
8087
|
readonly step?: number | undefined;
|
|
8169
8088
|
readonly currencyConfig?: {
|
|
8170
8089
|
precision: number;
|
|
@@ -8258,7 +8177,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
8258
8177
|
} | undefined;
|
|
8259
8178
|
readonly sortable?: boolean | undefined;
|
|
8260
8179
|
readonly inlineHelpText?: string | undefined;
|
|
8261
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8262
8180
|
readonly autonumberFormat?: string | undefined;
|
|
8263
8181
|
readonly index?: boolean | undefined;
|
|
8264
8182
|
readonly type: "datetime";
|