@objectstack/plugin-approvals 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/.turbo/turbo-build.log +8 -8
- package/CHANGELOG.md +24 -0
- package/dist/index.d.mts +6 -94
- package/dist/index.d.ts +6 -94
- package/package.json +7 -7
package/dist/index.d.ts
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;
|
|
@@ -667,7 +659,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
667
659
|
debounceMs?: number | undefined;
|
|
668
660
|
} | undefined;
|
|
669
661
|
}> | undefined;
|
|
670
|
-
defaultDetailForm?: string | undefined;
|
|
671
662
|
searchableFields?: string[] | undefined;
|
|
672
663
|
search?: {
|
|
673
664
|
fields: string[];
|
|
@@ -684,7 +675,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
684
675
|
trash: boolean;
|
|
685
676
|
mru: boolean;
|
|
686
677
|
clone: boolean;
|
|
687
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
678
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
688
679
|
} | undefined;
|
|
689
680
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
690
681
|
publicSharing?: {
|
|
@@ -712,6 +703,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
712
703
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
713
704
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
714
705
|
target?: string | undefined;
|
|
706
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
715
707
|
body?: {
|
|
716
708
|
language: "expression";
|
|
717
709
|
source: string;
|
|
@@ -992,7 +984,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
992
984
|
relationshipField?: string | undefined;
|
|
993
985
|
} | undefined;
|
|
994
986
|
readonly language?: string | undefined;
|
|
995
|
-
readonly maxRating?: number | undefined;
|
|
996
987
|
readonly step?: number | undefined;
|
|
997
988
|
readonly currencyConfig?: {
|
|
998
989
|
precision: number;
|
|
@@ -1086,7 +1077,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1086
1077
|
} | undefined;
|
|
1087
1078
|
readonly sortable?: boolean | undefined;
|
|
1088
1079
|
readonly inlineHelpText?: string | undefined;
|
|
1089
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1090
1080
|
readonly autonumberFormat?: string | undefined;
|
|
1091
1081
|
readonly index?: boolean | undefined;
|
|
1092
1082
|
readonly type: "text";
|
|
@@ -1168,7 +1158,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1168
1158
|
relationshipField?: string | undefined;
|
|
1169
1159
|
} | undefined;
|
|
1170
1160
|
readonly language?: string | undefined;
|
|
1171
|
-
readonly maxRating?: number | undefined;
|
|
1172
1161
|
readonly step?: number | undefined;
|
|
1173
1162
|
readonly currencyConfig?: {
|
|
1174
1163
|
precision: number;
|
|
@@ -1262,7 +1251,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1262
1251
|
} | undefined;
|
|
1263
1252
|
readonly sortable?: boolean | undefined;
|
|
1264
1253
|
readonly inlineHelpText?: string | undefined;
|
|
1265
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1266
1254
|
readonly autonumberFormat?: string | undefined;
|
|
1267
1255
|
readonly index?: boolean | undefined;
|
|
1268
1256
|
readonly type: "lookup";
|
|
@@ -1344,7 +1332,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1344
1332
|
relationshipField?: string | undefined;
|
|
1345
1333
|
} | undefined;
|
|
1346
1334
|
readonly language?: string | undefined;
|
|
1347
|
-
readonly maxRating?: number | undefined;
|
|
1348
1335
|
readonly step?: number | undefined;
|
|
1349
1336
|
readonly currencyConfig?: {
|
|
1350
1337
|
precision: number;
|
|
@@ -1438,7 +1425,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1438
1425
|
} | undefined;
|
|
1439
1426
|
readonly sortable?: boolean | undefined;
|
|
1440
1427
|
readonly inlineHelpText?: string | undefined;
|
|
1441
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1442
1428
|
readonly autonumberFormat?: string | undefined;
|
|
1443
1429
|
readonly index?: boolean | undefined;
|
|
1444
1430
|
readonly type: "text";
|
|
@@ -1520,7 +1506,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1520
1506
|
relationshipField?: string | undefined;
|
|
1521
1507
|
} | undefined;
|
|
1522
1508
|
readonly language?: string | undefined;
|
|
1523
|
-
readonly maxRating?: number | undefined;
|
|
1524
1509
|
readonly step?: number | undefined;
|
|
1525
1510
|
readonly currencyConfig?: {
|
|
1526
1511
|
precision: number;
|
|
@@ -1614,7 +1599,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1614
1599
|
} | undefined;
|
|
1615
1600
|
readonly sortable?: boolean | undefined;
|
|
1616
1601
|
readonly inlineHelpText?: string | undefined;
|
|
1617
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1618
1602
|
readonly autonumberFormat?: string | undefined;
|
|
1619
1603
|
readonly index?: boolean | undefined;
|
|
1620
1604
|
readonly type: "text";
|
|
@@ -1696,7 +1680,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1696
1680
|
relationshipField?: string | undefined;
|
|
1697
1681
|
} | undefined;
|
|
1698
1682
|
readonly language?: string | undefined;
|
|
1699
|
-
readonly maxRating?: number | undefined;
|
|
1700
1683
|
readonly step?: number | undefined;
|
|
1701
1684
|
readonly currencyConfig?: {
|
|
1702
1685
|
precision: number;
|
|
@@ -1790,7 +1773,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1790
1773
|
} | undefined;
|
|
1791
1774
|
readonly sortable?: boolean | undefined;
|
|
1792
1775
|
readonly inlineHelpText?: string | undefined;
|
|
1793
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1794
1776
|
readonly autonumberFormat?: string | undefined;
|
|
1795
1777
|
readonly index?: boolean | undefined;
|
|
1796
1778
|
readonly type: "text";
|
|
@@ -1872,7 +1854,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1872
1854
|
relationshipField?: string | undefined;
|
|
1873
1855
|
} | undefined;
|
|
1874
1856
|
readonly language?: string | undefined;
|
|
1875
|
-
readonly maxRating?: number | undefined;
|
|
1876
1857
|
readonly step?: number | undefined;
|
|
1877
1858
|
readonly currencyConfig?: {
|
|
1878
1859
|
precision: number;
|
|
@@ -1966,7 +1947,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1966
1947
|
} | undefined;
|
|
1967
1948
|
readonly sortable?: boolean | undefined;
|
|
1968
1949
|
readonly inlineHelpText?: string | undefined;
|
|
1969
|
-
readonly caseSensitive?: boolean | undefined;
|
|
1970
1950
|
readonly autonumberFormat?: string | undefined;
|
|
1971
1951
|
readonly index?: boolean | undefined;
|
|
1972
1952
|
readonly type: "lookup";
|
|
@@ -2048,7 +2028,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2048
2028
|
relationshipField?: string | undefined;
|
|
2049
2029
|
} | undefined;
|
|
2050
2030
|
readonly language?: string | undefined;
|
|
2051
|
-
readonly maxRating?: number | undefined;
|
|
2052
2031
|
readonly step?: number | undefined;
|
|
2053
2032
|
readonly currencyConfig?: {
|
|
2054
2033
|
precision: number;
|
|
@@ -2142,7 +2121,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2142
2121
|
} | undefined;
|
|
2143
2122
|
readonly sortable?: boolean | undefined;
|
|
2144
2123
|
readonly inlineHelpText?: string | undefined;
|
|
2145
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2146
2124
|
readonly autonumberFormat?: string | undefined;
|
|
2147
2125
|
readonly index?: boolean | undefined;
|
|
2148
2126
|
readonly type: "textarea";
|
|
@@ -2224,7 +2202,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2224
2202
|
relationshipField?: string | undefined;
|
|
2225
2203
|
} | undefined;
|
|
2226
2204
|
readonly language?: string | undefined;
|
|
2227
|
-
readonly maxRating?: number | undefined;
|
|
2228
2205
|
readonly step?: number | undefined;
|
|
2229
2206
|
readonly currencyConfig?: {
|
|
2230
2207
|
precision: number;
|
|
@@ -2318,7 +2295,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2318
2295
|
} | undefined;
|
|
2319
2296
|
readonly sortable?: boolean | undefined;
|
|
2320
2297
|
readonly inlineHelpText?: string | undefined;
|
|
2321
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2322
2298
|
readonly autonumberFormat?: string | undefined;
|
|
2323
2299
|
readonly index?: boolean | undefined;
|
|
2324
2300
|
readonly type: "select";
|
|
@@ -2400,7 +2376,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2400
2376
|
relationshipField?: string | undefined;
|
|
2401
2377
|
} | undefined;
|
|
2402
2378
|
readonly language?: string | undefined;
|
|
2403
|
-
readonly maxRating?: number | undefined;
|
|
2404
2379
|
readonly step?: number | undefined;
|
|
2405
2380
|
readonly currencyConfig?: {
|
|
2406
2381
|
precision: number;
|
|
@@ -2494,7 +2469,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2494
2469
|
} | undefined;
|
|
2495
2470
|
readonly sortable?: boolean | undefined;
|
|
2496
2471
|
readonly inlineHelpText?: string | undefined;
|
|
2497
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2498
2472
|
readonly autonumberFormat?: string | undefined;
|
|
2499
2473
|
readonly index?: boolean | undefined;
|
|
2500
2474
|
readonly type: "text";
|
|
@@ -2576,7 +2550,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2576
2550
|
relationshipField?: string | undefined;
|
|
2577
2551
|
} | undefined;
|
|
2578
2552
|
readonly language?: string | undefined;
|
|
2579
|
-
readonly maxRating?: number | undefined;
|
|
2580
2553
|
readonly step?: number | undefined;
|
|
2581
2554
|
readonly currencyConfig?: {
|
|
2582
2555
|
precision: number;
|
|
@@ -2670,7 +2643,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2670
2643
|
} | undefined;
|
|
2671
2644
|
readonly sortable?: boolean | undefined;
|
|
2672
2645
|
readonly inlineHelpText?: string | undefined;
|
|
2673
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2674
2646
|
readonly autonumberFormat?: string | undefined;
|
|
2675
2647
|
readonly index?: boolean | undefined;
|
|
2676
2648
|
readonly type: "number";
|
|
@@ -2752,7 +2724,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2752
2724
|
relationshipField?: string | undefined;
|
|
2753
2725
|
} | undefined;
|
|
2754
2726
|
readonly language?: string | undefined;
|
|
2755
|
-
readonly maxRating?: number | undefined;
|
|
2756
2727
|
readonly step?: number | undefined;
|
|
2757
2728
|
readonly currencyConfig?: {
|
|
2758
2729
|
precision: number;
|
|
@@ -2846,7 +2817,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2846
2817
|
} | undefined;
|
|
2847
2818
|
readonly sortable?: boolean | undefined;
|
|
2848
2819
|
readonly inlineHelpText?: string | undefined;
|
|
2849
|
-
readonly caseSensitive?: boolean | undefined;
|
|
2850
2820
|
readonly autonumberFormat?: string | undefined;
|
|
2851
2821
|
readonly index?: boolean | undefined;
|
|
2852
2822
|
readonly type: "textarea";
|
|
@@ -2928,7 +2898,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2928
2898
|
relationshipField?: string | undefined;
|
|
2929
2899
|
} | undefined;
|
|
2930
2900
|
readonly language?: string | undefined;
|
|
2931
|
-
readonly maxRating?: number | undefined;
|
|
2932
2901
|
readonly step?: number | undefined;
|
|
2933
2902
|
readonly currencyConfig?: {
|
|
2934
2903
|
precision: number;
|
|
@@ -3022,7 +2991,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3022
2991
|
} | undefined;
|
|
3023
2992
|
readonly sortable?: boolean | undefined;
|
|
3024
2993
|
readonly inlineHelpText?: string | undefined;
|
|
3025
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3026
2994
|
readonly autonumberFormat?: string | undefined;
|
|
3027
2995
|
readonly index?: boolean | undefined;
|
|
3028
2996
|
readonly type: "textarea";
|
|
@@ -3104,7 +3072,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3104
3072
|
relationshipField?: string | undefined;
|
|
3105
3073
|
} | undefined;
|
|
3106
3074
|
readonly language?: string | undefined;
|
|
3107
|
-
readonly maxRating?: number | undefined;
|
|
3108
3075
|
readonly step?: number | undefined;
|
|
3109
3076
|
readonly currencyConfig?: {
|
|
3110
3077
|
precision: number;
|
|
@@ -3198,7 +3165,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3198
3165
|
} | undefined;
|
|
3199
3166
|
readonly sortable?: boolean | undefined;
|
|
3200
3167
|
readonly inlineHelpText?: string | undefined;
|
|
3201
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3202
3168
|
readonly autonumberFormat?: string | undefined;
|
|
3203
3169
|
readonly index?: boolean | undefined;
|
|
3204
3170
|
readonly type: "text";
|
|
@@ -3280,7 +3246,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3280
3246
|
relationshipField?: string | undefined;
|
|
3281
3247
|
} | undefined;
|
|
3282
3248
|
readonly language?: string | undefined;
|
|
3283
|
-
readonly maxRating?: number | undefined;
|
|
3284
3249
|
readonly step?: number | undefined;
|
|
3285
3250
|
readonly currencyConfig?: {
|
|
3286
3251
|
precision: number;
|
|
@@ -3374,7 +3339,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3374
3339
|
} | undefined;
|
|
3375
3340
|
readonly sortable?: boolean | undefined;
|
|
3376
3341
|
readonly inlineHelpText?: string | undefined;
|
|
3377
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3378
3342
|
readonly autonumberFormat?: string | undefined;
|
|
3379
3343
|
readonly index?: boolean | undefined;
|
|
3380
3344
|
readonly type: "text";
|
|
@@ -3456,7 +3420,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3456
3420
|
relationshipField?: string | undefined;
|
|
3457
3421
|
} | undefined;
|
|
3458
3422
|
readonly language?: string | undefined;
|
|
3459
|
-
readonly maxRating?: number | undefined;
|
|
3460
3423
|
readonly step?: number | undefined;
|
|
3461
3424
|
readonly currencyConfig?: {
|
|
3462
3425
|
precision: number;
|
|
@@ -3550,7 +3513,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3550
3513
|
} | undefined;
|
|
3551
3514
|
readonly sortable?: boolean | undefined;
|
|
3552
3515
|
readonly inlineHelpText?: string | undefined;
|
|
3553
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3554
3516
|
readonly autonumberFormat?: string | undefined;
|
|
3555
3517
|
readonly index?: boolean | undefined;
|
|
3556
3518
|
readonly type: "textarea";
|
|
@@ -3632,7 +3594,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3632
3594
|
relationshipField?: string | undefined;
|
|
3633
3595
|
} | undefined;
|
|
3634
3596
|
readonly language?: string | undefined;
|
|
3635
|
-
readonly maxRating?: number | undefined;
|
|
3636
3597
|
readonly step?: number | undefined;
|
|
3637
3598
|
readonly currencyConfig?: {
|
|
3638
3599
|
precision: number;
|
|
@@ -3726,7 +3687,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3726
3687
|
} | undefined;
|
|
3727
3688
|
readonly sortable?: boolean | undefined;
|
|
3728
3689
|
readonly inlineHelpText?: string | undefined;
|
|
3729
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3730
3690
|
readonly autonumberFormat?: string | undefined;
|
|
3731
3691
|
readonly index?: boolean | undefined;
|
|
3732
3692
|
readonly type: "datetime";
|
|
@@ -3808,7 +3768,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3808
3768
|
relationshipField?: string | undefined;
|
|
3809
3769
|
} | undefined;
|
|
3810
3770
|
readonly language?: string | undefined;
|
|
3811
|
-
readonly maxRating?: number | undefined;
|
|
3812
3771
|
readonly step?: number | undefined;
|
|
3813
3772
|
readonly currencyConfig?: {
|
|
3814
3773
|
precision: number;
|
|
@@ -3902,7 +3861,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3902
3861
|
} | undefined;
|
|
3903
3862
|
readonly sortable?: boolean | undefined;
|
|
3904
3863
|
readonly inlineHelpText?: string | undefined;
|
|
3905
|
-
readonly caseSensitive?: boolean | undefined;
|
|
3906
3864
|
readonly autonumberFormat?: string | undefined;
|
|
3907
3865
|
readonly index?: boolean | undefined;
|
|
3908
3866
|
readonly type: "datetime";
|
|
@@ -3984,7 +3942,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3984
3942
|
relationshipField?: string | undefined;
|
|
3985
3943
|
} | undefined;
|
|
3986
3944
|
readonly language?: string | undefined;
|
|
3987
|
-
readonly maxRating?: number | undefined;
|
|
3988
3945
|
readonly step?: number | undefined;
|
|
3989
3946
|
readonly currencyConfig?: {
|
|
3990
3947
|
precision: number;
|
|
@@ -4078,7 +4035,6 @@ declare const SysApprovalRequest: Omit<{
|
|
|
4078
4035
|
} | undefined;
|
|
4079
4036
|
readonly sortable?: boolean | undefined;
|
|
4080
4037
|
readonly inlineHelpText?: string | undefined;
|
|
4081
|
-
readonly caseSensitive?: boolean | undefined;
|
|
4082
4038
|
readonly autonumberFormat?: string | undefined;
|
|
4083
4039
|
readonly index?: boolean | undefined;
|
|
4084
4040
|
readonly type: "datetime";
|
|
@@ -4195,7 +4151,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
4195
4151
|
relationshipField?: string | undefined;
|
|
4196
4152
|
} | undefined;
|
|
4197
4153
|
language?: string | undefined;
|
|
4198
|
-
maxRating?: number | undefined;
|
|
4199
4154
|
step?: number | undefined;
|
|
4200
4155
|
currencyConfig?: {
|
|
4201
4156
|
precision: number;
|
|
@@ -4325,7 +4280,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
4325
4280
|
requiredPermissions?: string[] | undefined;
|
|
4326
4281
|
system?: boolean | undefined;
|
|
4327
4282
|
inlineHelpText?: string | undefined;
|
|
4328
|
-
caseSensitive?: boolean | undefined;
|
|
4329
4283
|
autonumberFormat?: string | undefined;
|
|
4330
4284
|
}>;
|
|
4331
4285
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -4413,12 +4367,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
4413
4367
|
versionField: string;
|
|
4414
4368
|
retentionDays?: number | undefined;
|
|
4415
4369
|
} | undefined;
|
|
4416
|
-
partitioning?: {
|
|
4417
|
-
enabled: boolean;
|
|
4418
|
-
strategy: "hash" | "list" | "range";
|
|
4419
|
-
key: string;
|
|
4420
|
-
interval?: string | undefined;
|
|
4421
|
-
} | undefined;
|
|
4422
4370
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
4423
4371
|
activityMilestones?: {
|
|
4424
4372
|
field: string;
|
|
@@ -4749,7 +4697,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
4749
4697
|
debounceMs?: number | undefined;
|
|
4750
4698
|
} | undefined;
|
|
4751
4699
|
}> | undefined;
|
|
4752
|
-
defaultDetailForm?: string | undefined;
|
|
4753
4700
|
searchableFields?: string[] | undefined;
|
|
4754
4701
|
search?: {
|
|
4755
4702
|
fields: string[];
|
|
@@ -4766,7 +4713,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4766
4713
|
trash: boolean;
|
|
4767
4714
|
mru: boolean;
|
|
4768
4715
|
clone: boolean;
|
|
4769
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
4716
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
4770
4717
|
} | undefined;
|
|
4771
4718
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
4772
4719
|
publicSharing?: {
|
|
@@ -4794,6 +4741,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4794
4741
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
4795
4742
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
4796
4743
|
target?: string | undefined;
|
|
4744
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
4797
4745
|
body?: {
|
|
4798
4746
|
language: "expression";
|
|
4799
4747
|
source: string;
|
|
@@ -5048,7 +4996,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5048
4996
|
relationshipField?: string | undefined;
|
|
5049
4997
|
} | undefined;
|
|
5050
4998
|
readonly language?: string | undefined;
|
|
5051
|
-
readonly maxRating?: number | undefined;
|
|
5052
4999
|
readonly step?: number | undefined;
|
|
5053
5000
|
readonly currencyConfig?: {
|
|
5054
5001
|
precision: number;
|
|
@@ -5142,7 +5089,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5142
5089
|
} | undefined;
|
|
5143
5090
|
readonly sortable?: boolean | undefined;
|
|
5144
5091
|
readonly inlineHelpText?: string | undefined;
|
|
5145
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5146
5092
|
readonly autonumberFormat?: string | undefined;
|
|
5147
5093
|
readonly index?: boolean | undefined;
|
|
5148
5094
|
readonly type: "text";
|
|
@@ -5224,7 +5170,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5224
5170
|
relationshipField?: string | undefined;
|
|
5225
5171
|
} | undefined;
|
|
5226
5172
|
readonly language?: string | undefined;
|
|
5227
|
-
readonly maxRating?: number | undefined;
|
|
5228
5173
|
readonly step?: number | undefined;
|
|
5229
5174
|
readonly currencyConfig?: {
|
|
5230
5175
|
precision: number;
|
|
@@ -5318,7 +5263,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5318
5263
|
} | undefined;
|
|
5319
5264
|
readonly sortable?: boolean | undefined;
|
|
5320
5265
|
readonly inlineHelpText?: string | undefined;
|
|
5321
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5322
5266
|
readonly autonumberFormat?: string | undefined;
|
|
5323
5267
|
readonly index?: boolean | undefined;
|
|
5324
5268
|
readonly type: "lookup";
|
|
@@ -5400,7 +5344,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5400
5344
|
relationshipField?: string | undefined;
|
|
5401
5345
|
} | undefined;
|
|
5402
5346
|
readonly language?: string | undefined;
|
|
5403
|
-
readonly maxRating?: number | undefined;
|
|
5404
5347
|
readonly step?: number | undefined;
|
|
5405
5348
|
readonly currencyConfig?: {
|
|
5406
5349
|
precision: number;
|
|
@@ -5494,7 +5437,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5494
5437
|
} | undefined;
|
|
5495
5438
|
readonly sortable?: boolean | undefined;
|
|
5496
5439
|
readonly inlineHelpText?: string | undefined;
|
|
5497
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5498
5440
|
readonly autonumberFormat?: string | undefined;
|
|
5499
5441
|
readonly index?: boolean | undefined;
|
|
5500
5442
|
readonly type: "lookup";
|
|
@@ -5576,7 +5518,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5576
5518
|
relationshipField?: string | undefined;
|
|
5577
5519
|
} | undefined;
|
|
5578
5520
|
readonly language?: string | undefined;
|
|
5579
|
-
readonly maxRating?: number | undefined;
|
|
5580
5521
|
readonly step?: number | undefined;
|
|
5581
5522
|
readonly currencyConfig?: {
|
|
5582
5523
|
precision: number;
|
|
@@ -5670,7 +5611,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5670
5611
|
} | undefined;
|
|
5671
5612
|
readonly sortable?: boolean | undefined;
|
|
5672
5613
|
readonly inlineHelpText?: string | undefined;
|
|
5673
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5674
5614
|
readonly autonumberFormat?: string | undefined;
|
|
5675
5615
|
readonly index?: boolean | undefined;
|
|
5676
5616
|
readonly type: "text";
|
|
@@ -5752,7 +5692,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5752
5692
|
relationshipField?: string | undefined;
|
|
5753
5693
|
} | undefined;
|
|
5754
5694
|
readonly language?: string | undefined;
|
|
5755
|
-
readonly maxRating?: number | undefined;
|
|
5756
5695
|
readonly step?: number | undefined;
|
|
5757
5696
|
readonly currencyConfig?: {
|
|
5758
5697
|
precision: number;
|
|
@@ -5846,7 +5785,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5846
5785
|
} | undefined;
|
|
5847
5786
|
readonly sortable?: boolean | undefined;
|
|
5848
5787
|
readonly inlineHelpText?: string | undefined;
|
|
5849
|
-
readonly caseSensitive?: boolean | undefined;
|
|
5850
5788
|
readonly autonumberFormat?: string | undefined;
|
|
5851
5789
|
readonly index?: boolean | undefined;
|
|
5852
5790
|
readonly type: "number";
|
|
@@ -5928,7 +5866,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
5928
5866
|
relationshipField?: string | undefined;
|
|
5929
5867
|
} | undefined;
|
|
5930
5868
|
readonly language?: string | undefined;
|
|
5931
|
-
readonly maxRating?: number | undefined;
|
|
5932
5869
|
readonly step?: number | undefined;
|
|
5933
5870
|
readonly currencyConfig?: {
|
|
5934
5871
|
precision: number;
|
|
@@ -6022,7 +5959,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
6022
5959
|
} | undefined;
|
|
6023
5960
|
readonly sortable?: boolean | undefined;
|
|
6024
5961
|
readonly inlineHelpText?: string | undefined;
|
|
6025
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6026
5962
|
readonly autonumberFormat?: string | undefined;
|
|
6027
5963
|
readonly index?: boolean | undefined;
|
|
6028
5964
|
readonly type: "select";
|
|
@@ -6104,7 +6040,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
6104
6040
|
relationshipField?: string | undefined;
|
|
6105
6041
|
} | undefined;
|
|
6106
6042
|
readonly language?: string | undefined;
|
|
6107
|
-
readonly maxRating?: number | undefined;
|
|
6108
6043
|
readonly step?: number | undefined;
|
|
6109
6044
|
readonly currencyConfig?: {
|
|
6110
6045
|
precision: number;
|
|
@@ -6198,7 +6133,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
6198
6133
|
} | undefined;
|
|
6199
6134
|
readonly sortable?: boolean | undefined;
|
|
6200
6135
|
readonly inlineHelpText?: string | undefined;
|
|
6201
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6202
6136
|
readonly autonumberFormat?: string | undefined;
|
|
6203
6137
|
readonly index?: boolean | undefined;
|
|
6204
6138
|
readonly type: "lookup";
|
|
@@ -6280,7 +6214,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
6280
6214
|
relationshipField?: string | undefined;
|
|
6281
6215
|
} | undefined;
|
|
6282
6216
|
readonly language?: string | undefined;
|
|
6283
|
-
readonly maxRating?: number | undefined;
|
|
6284
6217
|
readonly step?: number | undefined;
|
|
6285
6218
|
readonly currencyConfig?: {
|
|
6286
6219
|
precision: number;
|
|
@@ -6374,7 +6307,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
6374
6307
|
} | undefined;
|
|
6375
6308
|
readonly sortable?: boolean | undefined;
|
|
6376
6309
|
readonly inlineHelpText?: string | undefined;
|
|
6377
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6378
6310
|
readonly autonumberFormat?: string | undefined;
|
|
6379
6311
|
readonly index?: boolean | undefined;
|
|
6380
6312
|
readonly type: "textarea";
|
|
@@ -6456,7 +6388,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
6456
6388
|
relationshipField?: string | undefined;
|
|
6457
6389
|
} | undefined;
|
|
6458
6390
|
readonly language?: string | undefined;
|
|
6459
|
-
readonly maxRating?: number | undefined;
|
|
6460
6391
|
readonly step?: number | undefined;
|
|
6461
6392
|
readonly currencyConfig?: {
|
|
6462
6393
|
precision: number;
|
|
@@ -6550,7 +6481,6 @@ declare const SysApprovalAction: Omit<{
|
|
|
6550
6481
|
} | undefined;
|
|
6551
6482
|
readonly sortable?: boolean | undefined;
|
|
6552
6483
|
readonly inlineHelpText?: string | undefined;
|
|
6553
|
-
readonly caseSensitive?: boolean | undefined;
|
|
6554
6484
|
readonly autonumberFormat?: string | undefined;
|
|
6555
6485
|
readonly index?: boolean | undefined;
|
|
6556
6486
|
readonly type: "datetime";
|
|
@@ -6674,7 +6604,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6674
6604
|
relationshipField?: string | undefined;
|
|
6675
6605
|
} | undefined;
|
|
6676
6606
|
language?: string | undefined;
|
|
6677
|
-
maxRating?: number | undefined;
|
|
6678
6607
|
step?: number | undefined;
|
|
6679
6608
|
currencyConfig?: {
|
|
6680
6609
|
precision: number;
|
|
@@ -6804,7 +6733,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6804
6733
|
requiredPermissions?: string[] | undefined;
|
|
6805
6734
|
system?: boolean | undefined;
|
|
6806
6735
|
inlineHelpText?: string | undefined;
|
|
6807
|
-
caseSensitive?: boolean | undefined;
|
|
6808
6736
|
autonumberFormat?: string | undefined;
|
|
6809
6737
|
}>;
|
|
6810
6738
|
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
@@ -6892,12 +6820,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6892
6820
|
versionField: string;
|
|
6893
6821
|
retentionDays?: number | undefined;
|
|
6894
6822
|
} | undefined;
|
|
6895
|
-
partitioning?: {
|
|
6896
|
-
enabled: boolean;
|
|
6897
|
-
strategy: "hash" | "list" | "range";
|
|
6898
|
-
key: string;
|
|
6899
|
-
interval?: string | undefined;
|
|
6900
|
-
} | undefined;
|
|
6901
6823
|
validations?: _objectstack_spec_data.BaseValidationRuleShape[] | undefined;
|
|
6902
6824
|
activityMilestones?: {
|
|
6903
6825
|
field: string;
|
|
@@ -7228,7 +7150,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7228
7150
|
debounceMs?: number | undefined;
|
|
7229
7151
|
} | undefined;
|
|
7230
7152
|
}> | undefined;
|
|
7231
|
-
defaultDetailForm?: string | undefined;
|
|
7232
7153
|
searchableFields?: string[] | undefined;
|
|
7233
7154
|
search?: {
|
|
7234
7155
|
fields: string[];
|
|
@@ -7245,7 +7166,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7245
7166
|
trash: boolean;
|
|
7246
7167
|
mru: boolean;
|
|
7247
7168
|
clone: boolean;
|
|
7248
|
-
apiMethods?: ("search" | "create" | "import" | "delete" | "
|
|
7169
|
+
apiMethods?: ("search" | "create" | "import" | "delete" | "get" | "update" | "upsert" | "list" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
7249
7170
|
} | undefined;
|
|
7250
7171
|
sharingModel?: "full" | "private" | "read" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
7251
7172
|
publicSharing?: {
|
|
@@ -7273,6 +7194,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7273
7194
|
locations?: ("list_toolbar" | "list_item" | "record_header" | "record_more" | "record_related" | "record_section" | "global_nav")[] | undefined;
|
|
7274
7195
|
component?: "action:button" | "action:icon" | "action:menu" | "action:group" | undefined;
|
|
7275
7196
|
target?: string | undefined;
|
|
7197
|
+
openIn?: "self" | "new-tab" | undefined;
|
|
7276
7198
|
body?: {
|
|
7277
7199
|
language: "expression";
|
|
7278
7200
|
source: string;
|
|
@@ -7460,7 +7382,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7460
7382
|
relationshipField?: string | undefined;
|
|
7461
7383
|
} | undefined;
|
|
7462
7384
|
readonly language?: string | undefined;
|
|
7463
|
-
readonly maxRating?: number | undefined;
|
|
7464
7385
|
readonly step?: number | undefined;
|
|
7465
7386
|
readonly currencyConfig?: {
|
|
7466
7387
|
precision: number;
|
|
@@ -7554,7 +7475,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7554
7475
|
} | undefined;
|
|
7555
7476
|
readonly sortable?: boolean | undefined;
|
|
7556
7477
|
readonly inlineHelpText?: string | undefined;
|
|
7557
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7558
7478
|
readonly autonumberFormat?: string | undefined;
|
|
7559
7479
|
readonly index?: boolean | undefined;
|
|
7560
7480
|
readonly type: "text";
|
|
@@ -7636,7 +7556,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7636
7556
|
relationshipField?: string | undefined;
|
|
7637
7557
|
} | undefined;
|
|
7638
7558
|
readonly language?: string | undefined;
|
|
7639
|
-
readonly maxRating?: number | undefined;
|
|
7640
7559
|
readonly step?: number | undefined;
|
|
7641
7560
|
readonly currencyConfig?: {
|
|
7642
7561
|
precision: number;
|
|
@@ -7730,7 +7649,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7730
7649
|
} | undefined;
|
|
7731
7650
|
readonly sortable?: boolean | undefined;
|
|
7732
7651
|
readonly inlineHelpText?: string | undefined;
|
|
7733
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7734
7652
|
readonly autonumberFormat?: string | undefined;
|
|
7735
7653
|
readonly index?: boolean | undefined;
|
|
7736
7654
|
readonly type: "lookup";
|
|
@@ -7812,7 +7730,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7812
7730
|
relationshipField?: string | undefined;
|
|
7813
7731
|
} | undefined;
|
|
7814
7732
|
readonly language?: string | undefined;
|
|
7815
|
-
readonly maxRating?: number | undefined;
|
|
7816
7733
|
readonly step?: number | undefined;
|
|
7817
7734
|
readonly currencyConfig?: {
|
|
7818
7735
|
precision: number;
|
|
@@ -7906,7 +7823,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7906
7823
|
} | undefined;
|
|
7907
7824
|
readonly sortable?: boolean | undefined;
|
|
7908
7825
|
readonly inlineHelpText?: string | undefined;
|
|
7909
|
-
readonly caseSensitive?: boolean | undefined;
|
|
7910
7826
|
readonly autonumberFormat?: string | undefined;
|
|
7911
7827
|
readonly index?: boolean | undefined;
|
|
7912
7828
|
readonly type: "lookup";
|
|
@@ -7988,7 +7904,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7988
7904
|
relationshipField?: string | undefined;
|
|
7989
7905
|
} | undefined;
|
|
7990
7906
|
readonly language?: string | undefined;
|
|
7991
|
-
readonly maxRating?: number | undefined;
|
|
7992
7907
|
readonly step?: number | undefined;
|
|
7993
7908
|
readonly currencyConfig?: {
|
|
7994
7909
|
precision: number;
|
|
@@ -8082,7 +7997,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
8082
7997
|
} | undefined;
|
|
8083
7998
|
readonly sortable?: boolean | undefined;
|
|
8084
7999
|
readonly inlineHelpText?: string | undefined;
|
|
8085
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8086
8000
|
readonly autonumberFormat?: string | undefined;
|
|
8087
8001
|
readonly index?: boolean | undefined;
|
|
8088
8002
|
readonly type: "text";
|
|
@@ -8164,7 +8078,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
8164
8078
|
relationshipField?: string | undefined;
|
|
8165
8079
|
} | undefined;
|
|
8166
8080
|
readonly language?: string | undefined;
|
|
8167
|
-
readonly maxRating?: number | undefined;
|
|
8168
8081
|
readonly step?: number | undefined;
|
|
8169
8082
|
readonly currencyConfig?: {
|
|
8170
8083
|
precision: number;
|
|
@@ -8258,7 +8171,6 @@ declare const SysApprovalApprover: Omit<{
|
|
|
8258
8171
|
} | undefined;
|
|
8259
8172
|
readonly sortable?: boolean | undefined;
|
|
8260
8173
|
readonly inlineHelpText?: string | undefined;
|
|
8261
|
-
readonly caseSensitive?: boolean | undefined;
|
|
8262
8174
|
readonly autonumberFormat?: string | undefined;
|
|
8263
8175
|
readonly index?: boolean | undefined;
|
|
8264
8176
|
readonly type: "datetime";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-approvals",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.1.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Multi-step approval engine for ObjectStack — sys_approval_process + sys_approval_request + sys_approval_action + IApprovalService.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,17 +13,17 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@objectstack/core": "11.
|
|
17
|
-
"@objectstack/formula": "11.
|
|
18
|
-
"@objectstack/metadata-core": "11.
|
|
19
|
-
"@objectstack/platform-objects": "11.
|
|
20
|
-
"@objectstack/spec": "11.
|
|
16
|
+
"@objectstack/core": "11.1.0",
|
|
17
|
+
"@objectstack/formula": "11.1.0",
|
|
18
|
+
"@objectstack/metadata-core": "11.1.0",
|
|
19
|
+
"@objectstack/platform-objects": "11.1.0",
|
|
20
|
+
"@objectstack/spec": "11.1.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/node": "^26.0.0",
|
|
24
24
|
"typescript": "^6.0.3",
|
|
25
25
|
"vitest": "^4.1.9",
|
|
26
|
-
"@objectstack/service-automation": "11.
|
|
26
|
+
"@objectstack/service-automation": "11.1.0"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"objectstack",
|