@objectstack/plugin-approvals 9.8.0 → 9.9.1
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 +30 -0
- package/dist/index.d.mts +41 -0
- package/dist/index.d.ts +41 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @objectstack/plugin-approvals@9.
|
|
2
|
+
> @objectstack/plugin-approvals@9.9.1 build /home/runner/work/framework/framework/packages/plugins/plugin-approvals
|
|
3
3
|
> tsup --config ../../../tsup.config.ts
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
|
-
[32mCJS[39m [1mdist/index.js [22m[32m121.46 KB[39m
|
|
14
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m216.37 KB[39m
|
|
15
|
-
[32mCJS[39m ⚡️ Build success in 285ms
|
|
16
13
|
[32mESM[39m [1mdist/index.mjs [22m[32m119.79 KB[39m
|
|
17
14
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m215.17 KB[39m
|
|
18
|
-
[32mESM[39m ⚡️ Build success in
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 203ms
|
|
16
|
+
[32mCJS[39m [1mdist/index.js [22m[32m121.46 KB[39m
|
|
17
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m216.37 KB[39m
|
|
18
|
+
[32mCJS[39m ⚡️ Build success in 236ms
|
|
19
19
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[
|
|
22
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 22901ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m335.44 KB[39m
|
|
22
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m335.44 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @objectstack/plugin-approvals
|
|
2
2
|
|
|
3
|
+
## 9.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @objectstack/spec@9.9.1
|
|
8
|
+
- @objectstack/core@9.9.1
|
|
9
|
+
- @objectstack/metadata-core@9.9.1
|
|
10
|
+
- @objectstack/formula@9.9.1
|
|
11
|
+
- @objectstack/platform-objects@9.9.1
|
|
12
|
+
|
|
13
|
+
## 9.9.0
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [84249a4]
|
|
18
|
+
- Updated dependencies [11af299]
|
|
19
|
+
- Updated dependencies [d5774b5]
|
|
20
|
+
- Updated dependencies [134043a]
|
|
21
|
+
- Updated dependencies [90108e0]
|
|
22
|
+
- Updated dependencies [9afeb2d]
|
|
23
|
+
- Updated dependencies [6bec07e]
|
|
24
|
+
- Updated dependencies [601cc11]
|
|
25
|
+
- Updated dependencies [d99a75a]
|
|
26
|
+
- Updated dependencies [575448d]
|
|
27
|
+
- @objectstack/spec@9.9.0
|
|
28
|
+
- @objectstack/core@9.9.0
|
|
29
|
+
- @objectstack/formula@9.9.0
|
|
30
|
+
- @objectstack/metadata-core@9.9.0
|
|
31
|
+
- @objectstack/platform-objects@9.9.0
|
|
32
|
+
|
|
3
33
|
## 9.8.0
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/dist/index.d.mts
CHANGED
|
@@ -100,6 +100,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
100
100
|
currencyMode: "fixed" | "dynamic";
|
|
101
101
|
defaultCurrency: string;
|
|
102
102
|
} | undefined;
|
|
103
|
+
dimensions?: number | undefined;
|
|
103
104
|
vectorConfig?: {
|
|
104
105
|
dimensions: number;
|
|
105
106
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -684,6 +685,8 @@ declare const SysApprovalRequest: Omit<{
|
|
|
684
685
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
685
686
|
confirmText?: string | undefined;
|
|
686
687
|
successMessage?: string | undefined;
|
|
688
|
+
errorMessage?: string | undefined;
|
|
689
|
+
undoable?: boolean | undefined;
|
|
687
690
|
resultDialog?: {
|
|
688
691
|
title?: string | undefined;
|
|
689
692
|
description?: string | undefined;
|
|
@@ -877,6 +880,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
877
880
|
readonly system?: boolean | undefined;
|
|
878
881
|
readonly min?: number | undefined;
|
|
879
882
|
readonly max?: number | undefined;
|
|
883
|
+
readonly dimensions?: number | undefined;
|
|
880
884
|
readonly columnName?: string | undefined;
|
|
881
885
|
readonly searchable?: boolean | undefined;
|
|
882
886
|
readonly unique?: boolean | undefined;
|
|
@@ -1031,6 +1035,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1031
1035
|
readonly system?: boolean | undefined;
|
|
1032
1036
|
readonly min?: number | undefined;
|
|
1033
1037
|
readonly max?: number | undefined;
|
|
1038
|
+
readonly dimensions?: number | undefined;
|
|
1034
1039
|
readonly columnName?: string | undefined;
|
|
1035
1040
|
readonly searchable?: boolean | undefined;
|
|
1036
1041
|
readonly unique?: boolean | undefined;
|
|
@@ -1185,6 +1190,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1185
1190
|
readonly system?: boolean | undefined;
|
|
1186
1191
|
readonly min?: number | undefined;
|
|
1187
1192
|
readonly max?: number | undefined;
|
|
1193
|
+
readonly dimensions?: number | undefined;
|
|
1188
1194
|
readonly columnName?: string | undefined;
|
|
1189
1195
|
readonly searchable?: boolean | undefined;
|
|
1190
1196
|
readonly unique?: boolean | undefined;
|
|
@@ -1339,6 +1345,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1339
1345
|
readonly system?: boolean | undefined;
|
|
1340
1346
|
readonly min?: number | undefined;
|
|
1341
1347
|
readonly max?: number | undefined;
|
|
1348
|
+
readonly dimensions?: number | undefined;
|
|
1342
1349
|
readonly columnName?: string | undefined;
|
|
1343
1350
|
readonly searchable?: boolean | undefined;
|
|
1344
1351
|
readonly unique?: boolean | undefined;
|
|
@@ -1493,6 +1500,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1493
1500
|
readonly system?: boolean | undefined;
|
|
1494
1501
|
readonly min?: number | undefined;
|
|
1495
1502
|
readonly max?: number | undefined;
|
|
1503
|
+
readonly dimensions?: number | undefined;
|
|
1496
1504
|
readonly columnName?: string | undefined;
|
|
1497
1505
|
readonly searchable?: boolean | undefined;
|
|
1498
1506
|
readonly unique?: boolean | undefined;
|
|
@@ -1647,6 +1655,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1647
1655
|
readonly system?: boolean | undefined;
|
|
1648
1656
|
readonly min?: number | undefined;
|
|
1649
1657
|
readonly max?: number | undefined;
|
|
1658
|
+
readonly dimensions?: number | undefined;
|
|
1650
1659
|
readonly columnName?: string | undefined;
|
|
1651
1660
|
readonly searchable?: boolean | undefined;
|
|
1652
1661
|
readonly unique?: boolean | undefined;
|
|
@@ -1801,6 +1810,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1801
1810
|
readonly system?: boolean | undefined;
|
|
1802
1811
|
readonly min?: number | undefined;
|
|
1803
1812
|
readonly max?: number | undefined;
|
|
1813
|
+
readonly dimensions?: number | undefined;
|
|
1804
1814
|
readonly columnName?: string | undefined;
|
|
1805
1815
|
readonly searchable?: boolean | undefined;
|
|
1806
1816
|
readonly unique?: boolean | undefined;
|
|
@@ -1955,6 +1965,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1955
1965
|
readonly system?: boolean | undefined;
|
|
1956
1966
|
readonly min?: number | undefined;
|
|
1957
1967
|
readonly max?: number | undefined;
|
|
1968
|
+
readonly dimensions?: number | undefined;
|
|
1958
1969
|
readonly columnName?: string | undefined;
|
|
1959
1970
|
readonly searchable?: boolean | undefined;
|
|
1960
1971
|
readonly unique?: boolean | undefined;
|
|
@@ -2109,6 +2120,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2109
2120
|
readonly system?: boolean | undefined;
|
|
2110
2121
|
readonly min?: number | undefined;
|
|
2111
2122
|
readonly max?: number | undefined;
|
|
2123
|
+
readonly dimensions?: number | undefined;
|
|
2112
2124
|
readonly columnName?: string | undefined;
|
|
2113
2125
|
readonly searchable?: boolean | undefined;
|
|
2114
2126
|
readonly unique?: boolean | undefined;
|
|
@@ -2263,6 +2275,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2263
2275
|
readonly system?: boolean | undefined;
|
|
2264
2276
|
readonly min?: number | undefined;
|
|
2265
2277
|
readonly max?: number | undefined;
|
|
2278
|
+
readonly dimensions?: number | undefined;
|
|
2266
2279
|
readonly columnName?: string | undefined;
|
|
2267
2280
|
readonly searchable?: boolean | undefined;
|
|
2268
2281
|
readonly unique?: boolean | undefined;
|
|
@@ -2417,6 +2430,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2417
2430
|
readonly system?: boolean | undefined;
|
|
2418
2431
|
readonly min?: number | undefined;
|
|
2419
2432
|
readonly max?: number | undefined;
|
|
2433
|
+
readonly dimensions?: number | undefined;
|
|
2420
2434
|
readonly columnName?: string | undefined;
|
|
2421
2435
|
readonly searchable?: boolean | undefined;
|
|
2422
2436
|
readonly unique?: boolean | undefined;
|
|
@@ -2571,6 +2585,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2571
2585
|
readonly system?: boolean | undefined;
|
|
2572
2586
|
readonly min?: number | undefined;
|
|
2573
2587
|
readonly max?: number | undefined;
|
|
2588
|
+
readonly dimensions?: number | undefined;
|
|
2574
2589
|
readonly columnName?: string | undefined;
|
|
2575
2590
|
readonly searchable?: boolean | undefined;
|
|
2576
2591
|
readonly unique?: boolean | undefined;
|
|
@@ -2725,6 +2740,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2725
2740
|
readonly system?: boolean | undefined;
|
|
2726
2741
|
readonly min?: number | undefined;
|
|
2727
2742
|
readonly max?: number | undefined;
|
|
2743
|
+
readonly dimensions?: number | undefined;
|
|
2728
2744
|
readonly columnName?: string | undefined;
|
|
2729
2745
|
readonly searchable?: boolean | undefined;
|
|
2730
2746
|
readonly unique?: boolean | undefined;
|
|
@@ -2879,6 +2895,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2879
2895
|
readonly system?: boolean | undefined;
|
|
2880
2896
|
readonly min?: number | undefined;
|
|
2881
2897
|
readonly max?: number | undefined;
|
|
2898
|
+
readonly dimensions?: number | undefined;
|
|
2882
2899
|
readonly columnName?: string | undefined;
|
|
2883
2900
|
readonly searchable?: boolean | undefined;
|
|
2884
2901
|
readonly unique?: boolean | undefined;
|
|
@@ -3033,6 +3050,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3033
3050
|
readonly system?: boolean | undefined;
|
|
3034
3051
|
readonly min?: number | undefined;
|
|
3035
3052
|
readonly max?: number | undefined;
|
|
3053
|
+
readonly dimensions?: number | undefined;
|
|
3036
3054
|
readonly columnName?: string | undefined;
|
|
3037
3055
|
readonly searchable?: boolean | undefined;
|
|
3038
3056
|
readonly unique?: boolean | undefined;
|
|
@@ -3187,6 +3205,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3187
3205
|
readonly system?: boolean | undefined;
|
|
3188
3206
|
readonly min?: number | undefined;
|
|
3189
3207
|
readonly max?: number | undefined;
|
|
3208
|
+
readonly dimensions?: number | undefined;
|
|
3190
3209
|
readonly columnName?: string | undefined;
|
|
3191
3210
|
readonly searchable?: boolean | undefined;
|
|
3192
3211
|
readonly unique?: boolean | undefined;
|
|
@@ -3341,6 +3360,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3341
3360
|
readonly system?: boolean | undefined;
|
|
3342
3361
|
readonly min?: number | undefined;
|
|
3343
3362
|
readonly max?: number | undefined;
|
|
3363
|
+
readonly dimensions?: number | undefined;
|
|
3344
3364
|
readonly columnName?: string | undefined;
|
|
3345
3365
|
readonly searchable?: boolean | undefined;
|
|
3346
3366
|
readonly unique?: boolean | undefined;
|
|
@@ -3495,6 +3515,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3495
3515
|
readonly system?: boolean | undefined;
|
|
3496
3516
|
readonly min?: number | undefined;
|
|
3497
3517
|
readonly max?: number | undefined;
|
|
3518
|
+
readonly dimensions?: number | undefined;
|
|
3498
3519
|
readonly columnName?: string | undefined;
|
|
3499
3520
|
readonly searchable?: boolean | undefined;
|
|
3500
3521
|
readonly unique?: boolean | undefined;
|
|
@@ -3725,6 +3746,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
3725
3746
|
currencyMode: "fixed" | "dynamic";
|
|
3726
3747
|
defaultCurrency: string;
|
|
3727
3748
|
} | undefined;
|
|
3749
|
+
dimensions?: number | undefined;
|
|
3728
3750
|
vectorConfig?: {
|
|
3729
3751
|
dimensions: number;
|
|
3730
3752
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -4309,6 +4331,8 @@ declare const SysApprovalAction: Omit<{
|
|
|
4309
4331
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
4310
4332
|
confirmText?: string | undefined;
|
|
4311
4333
|
successMessage?: string | undefined;
|
|
4334
|
+
errorMessage?: string | undefined;
|
|
4335
|
+
undoable?: boolean | undefined;
|
|
4312
4336
|
resultDialog?: {
|
|
4313
4337
|
title?: string | undefined;
|
|
4314
4338
|
description?: string | undefined;
|
|
@@ -4476,6 +4500,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4476
4500
|
readonly system?: boolean | undefined;
|
|
4477
4501
|
readonly min?: number | undefined;
|
|
4478
4502
|
readonly max?: number | undefined;
|
|
4503
|
+
readonly dimensions?: number | undefined;
|
|
4479
4504
|
readonly columnName?: string | undefined;
|
|
4480
4505
|
readonly searchable?: boolean | undefined;
|
|
4481
4506
|
readonly unique?: boolean | undefined;
|
|
@@ -4630,6 +4655,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4630
4655
|
readonly system?: boolean | undefined;
|
|
4631
4656
|
readonly min?: number | undefined;
|
|
4632
4657
|
readonly max?: number | undefined;
|
|
4658
|
+
readonly dimensions?: number | undefined;
|
|
4633
4659
|
readonly columnName?: string | undefined;
|
|
4634
4660
|
readonly searchable?: boolean | undefined;
|
|
4635
4661
|
readonly unique?: boolean | undefined;
|
|
@@ -4784,6 +4810,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4784
4810
|
readonly system?: boolean | undefined;
|
|
4785
4811
|
readonly min?: number | undefined;
|
|
4786
4812
|
readonly max?: number | undefined;
|
|
4813
|
+
readonly dimensions?: number | undefined;
|
|
4787
4814
|
readonly columnName?: string | undefined;
|
|
4788
4815
|
readonly searchable?: boolean | undefined;
|
|
4789
4816
|
readonly unique?: boolean | undefined;
|
|
@@ -4938,6 +4965,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4938
4965
|
readonly system?: boolean | undefined;
|
|
4939
4966
|
readonly min?: number | undefined;
|
|
4940
4967
|
readonly max?: number | undefined;
|
|
4968
|
+
readonly dimensions?: number | undefined;
|
|
4941
4969
|
readonly columnName?: string | undefined;
|
|
4942
4970
|
readonly searchable?: boolean | undefined;
|
|
4943
4971
|
readonly unique?: boolean | undefined;
|
|
@@ -5092,6 +5120,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5092
5120
|
readonly system?: boolean | undefined;
|
|
5093
5121
|
readonly min?: number | undefined;
|
|
5094
5122
|
readonly max?: number | undefined;
|
|
5123
|
+
readonly dimensions?: number | undefined;
|
|
5095
5124
|
readonly columnName?: string | undefined;
|
|
5096
5125
|
readonly searchable?: boolean | undefined;
|
|
5097
5126
|
readonly unique?: boolean | undefined;
|
|
@@ -5246,6 +5275,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5246
5275
|
readonly system?: boolean | undefined;
|
|
5247
5276
|
readonly min?: number | undefined;
|
|
5248
5277
|
readonly max?: number | undefined;
|
|
5278
|
+
readonly dimensions?: number | undefined;
|
|
5249
5279
|
readonly columnName?: string | undefined;
|
|
5250
5280
|
readonly searchable?: boolean | undefined;
|
|
5251
5281
|
readonly unique?: boolean | undefined;
|
|
@@ -5400,6 +5430,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5400
5430
|
readonly system?: boolean | undefined;
|
|
5401
5431
|
readonly min?: number | undefined;
|
|
5402
5432
|
readonly max?: number | undefined;
|
|
5433
|
+
readonly dimensions?: number | undefined;
|
|
5403
5434
|
readonly columnName?: string | undefined;
|
|
5404
5435
|
readonly searchable?: boolean | undefined;
|
|
5405
5436
|
readonly unique?: boolean | undefined;
|
|
@@ -5554,6 +5585,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5554
5585
|
readonly system?: boolean | undefined;
|
|
5555
5586
|
readonly min?: number | undefined;
|
|
5556
5587
|
readonly max?: number | undefined;
|
|
5588
|
+
readonly dimensions?: number | undefined;
|
|
5557
5589
|
readonly columnName?: string | undefined;
|
|
5558
5590
|
readonly searchable?: boolean | undefined;
|
|
5559
5591
|
readonly unique?: boolean | undefined;
|
|
@@ -5708,6 +5740,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5708
5740
|
readonly system?: boolean | undefined;
|
|
5709
5741
|
readonly min?: number | undefined;
|
|
5710
5742
|
readonly max?: number | undefined;
|
|
5743
|
+
readonly dimensions?: number | undefined;
|
|
5711
5744
|
readonly columnName?: string | undefined;
|
|
5712
5745
|
readonly searchable?: boolean | undefined;
|
|
5713
5746
|
readonly unique?: boolean | undefined;
|
|
@@ -5945,6 +5978,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
5945
5978
|
currencyMode: "fixed" | "dynamic";
|
|
5946
5979
|
defaultCurrency: string;
|
|
5947
5980
|
} | undefined;
|
|
5981
|
+
dimensions?: number | undefined;
|
|
5948
5982
|
vectorConfig?: {
|
|
5949
5983
|
dimensions: number;
|
|
5950
5984
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -6529,6 +6563,8 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6529
6563
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
6530
6564
|
confirmText?: string | undefined;
|
|
6531
6565
|
successMessage?: string | undefined;
|
|
6566
|
+
errorMessage?: string | undefined;
|
|
6567
|
+
undoable?: boolean | undefined;
|
|
6532
6568
|
resultDialog?: {
|
|
6533
6569
|
title?: string | undefined;
|
|
6534
6570
|
description?: string | undefined;
|
|
@@ -6629,6 +6665,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6629
6665
|
readonly system?: boolean | undefined;
|
|
6630
6666
|
readonly min?: number | undefined;
|
|
6631
6667
|
readonly max?: number | undefined;
|
|
6668
|
+
readonly dimensions?: number | undefined;
|
|
6632
6669
|
readonly columnName?: string | undefined;
|
|
6633
6670
|
readonly searchable?: boolean | undefined;
|
|
6634
6671
|
readonly unique?: boolean | undefined;
|
|
@@ -6783,6 +6820,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6783
6820
|
readonly system?: boolean | undefined;
|
|
6784
6821
|
readonly min?: number | undefined;
|
|
6785
6822
|
readonly max?: number | undefined;
|
|
6823
|
+
readonly dimensions?: number | undefined;
|
|
6786
6824
|
readonly columnName?: string | undefined;
|
|
6787
6825
|
readonly searchable?: boolean | undefined;
|
|
6788
6826
|
readonly unique?: boolean | undefined;
|
|
@@ -6937,6 +6975,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6937
6975
|
readonly system?: boolean | undefined;
|
|
6938
6976
|
readonly min?: number | undefined;
|
|
6939
6977
|
readonly max?: number | undefined;
|
|
6978
|
+
readonly dimensions?: number | undefined;
|
|
6940
6979
|
readonly columnName?: string | undefined;
|
|
6941
6980
|
readonly searchable?: boolean | undefined;
|
|
6942
6981
|
readonly unique?: boolean | undefined;
|
|
@@ -7091,6 +7130,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7091
7130
|
readonly system?: boolean | undefined;
|
|
7092
7131
|
readonly min?: number | undefined;
|
|
7093
7132
|
readonly max?: number | undefined;
|
|
7133
|
+
readonly dimensions?: number | undefined;
|
|
7094
7134
|
readonly columnName?: string | undefined;
|
|
7095
7135
|
readonly searchable?: boolean | undefined;
|
|
7096
7136
|
readonly unique?: boolean | undefined;
|
|
@@ -7245,6 +7285,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7245
7285
|
readonly system?: boolean | undefined;
|
|
7246
7286
|
readonly min?: number | undefined;
|
|
7247
7287
|
readonly max?: number | undefined;
|
|
7288
|
+
readonly dimensions?: number | undefined;
|
|
7248
7289
|
readonly columnName?: string | undefined;
|
|
7249
7290
|
readonly searchable?: boolean | undefined;
|
|
7250
7291
|
readonly unique?: boolean | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -100,6 +100,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
100
100
|
currencyMode: "fixed" | "dynamic";
|
|
101
101
|
defaultCurrency: string;
|
|
102
102
|
} | undefined;
|
|
103
|
+
dimensions?: number | undefined;
|
|
103
104
|
vectorConfig?: {
|
|
104
105
|
dimensions: number;
|
|
105
106
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -684,6 +685,8 @@ declare const SysApprovalRequest: Omit<{
|
|
|
684
685
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
685
686
|
confirmText?: string | undefined;
|
|
686
687
|
successMessage?: string | undefined;
|
|
688
|
+
errorMessage?: string | undefined;
|
|
689
|
+
undoable?: boolean | undefined;
|
|
687
690
|
resultDialog?: {
|
|
688
691
|
title?: string | undefined;
|
|
689
692
|
description?: string | undefined;
|
|
@@ -877,6 +880,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
877
880
|
readonly system?: boolean | undefined;
|
|
878
881
|
readonly min?: number | undefined;
|
|
879
882
|
readonly max?: number | undefined;
|
|
883
|
+
readonly dimensions?: number | undefined;
|
|
880
884
|
readonly columnName?: string | undefined;
|
|
881
885
|
readonly searchable?: boolean | undefined;
|
|
882
886
|
readonly unique?: boolean | undefined;
|
|
@@ -1031,6 +1035,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1031
1035
|
readonly system?: boolean | undefined;
|
|
1032
1036
|
readonly min?: number | undefined;
|
|
1033
1037
|
readonly max?: number | undefined;
|
|
1038
|
+
readonly dimensions?: number | undefined;
|
|
1034
1039
|
readonly columnName?: string | undefined;
|
|
1035
1040
|
readonly searchable?: boolean | undefined;
|
|
1036
1041
|
readonly unique?: boolean | undefined;
|
|
@@ -1185,6 +1190,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1185
1190
|
readonly system?: boolean | undefined;
|
|
1186
1191
|
readonly min?: number | undefined;
|
|
1187
1192
|
readonly max?: number | undefined;
|
|
1193
|
+
readonly dimensions?: number | undefined;
|
|
1188
1194
|
readonly columnName?: string | undefined;
|
|
1189
1195
|
readonly searchable?: boolean | undefined;
|
|
1190
1196
|
readonly unique?: boolean | undefined;
|
|
@@ -1339,6 +1345,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1339
1345
|
readonly system?: boolean | undefined;
|
|
1340
1346
|
readonly min?: number | undefined;
|
|
1341
1347
|
readonly max?: number | undefined;
|
|
1348
|
+
readonly dimensions?: number | undefined;
|
|
1342
1349
|
readonly columnName?: string | undefined;
|
|
1343
1350
|
readonly searchable?: boolean | undefined;
|
|
1344
1351
|
readonly unique?: boolean | undefined;
|
|
@@ -1493,6 +1500,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1493
1500
|
readonly system?: boolean | undefined;
|
|
1494
1501
|
readonly min?: number | undefined;
|
|
1495
1502
|
readonly max?: number | undefined;
|
|
1503
|
+
readonly dimensions?: number | undefined;
|
|
1496
1504
|
readonly columnName?: string | undefined;
|
|
1497
1505
|
readonly searchable?: boolean | undefined;
|
|
1498
1506
|
readonly unique?: boolean | undefined;
|
|
@@ -1647,6 +1655,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1647
1655
|
readonly system?: boolean | undefined;
|
|
1648
1656
|
readonly min?: number | undefined;
|
|
1649
1657
|
readonly max?: number | undefined;
|
|
1658
|
+
readonly dimensions?: number | undefined;
|
|
1650
1659
|
readonly columnName?: string | undefined;
|
|
1651
1660
|
readonly searchable?: boolean | undefined;
|
|
1652
1661
|
readonly unique?: boolean | undefined;
|
|
@@ -1801,6 +1810,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1801
1810
|
readonly system?: boolean | undefined;
|
|
1802
1811
|
readonly min?: number | undefined;
|
|
1803
1812
|
readonly max?: number | undefined;
|
|
1813
|
+
readonly dimensions?: number | undefined;
|
|
1804
1814
|
readonly columnName?: string | undefined;
|
|
1805
1815
|
readonly searchable?: boolean | undefined;
|
|
1806
1816
|
readonly unique?: boolean | undefined;
|
|
@@ -1955,6 +1965,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
1955
1965
|
readonly system?: boolean | undefined;
|
|
1956
1966
|
readonly min?: number | undefined;
|
|
1957
1967
|
readonly max?: number | undefined;
|
|
1968
|
+
readonly dimensions?: number | undefined;
|
|
1958
1969
|
readonly columnName?: string | undefined;
|
|
1959
1970
|
readonly searchable?: boolean | undefined;
|
|
1960
1971
|
readonly unique?: boolean | undefined;
|
|
@@ -2109,6 +2120,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2109
2120
|
readonly system?: boolean | undefined;
|
|
2110
2121
|
readonly min?: number | undefined;
|
|
2111
2122
|
readonly max?: number | undefined;
|
|
2123
|
+
readonly dimensions?: number | undefined;
|
|
2112
2124
|
readonly columnName?: string | undefined;
|
|
2113
2125
|
readonly searchable?: boolean | undefined;
|
|
2114
2126
|
readonly unique?: boolean | undefined;
|
|
@@ -2263,6 +2275,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2263
2275
|
readonly system?: boolean | undefined;
|
|
2264
2276
|
readonly min?: number | undefined;
|
|
2265
2277
|
readonly max?: number | undefined;
|
|
2278
|
+
readonly dimensions?: number | undefined;
|
|
2266
2279
|
readonly columnName?: string | undefined;
|
|
2267
2280
|
readonly searchable?: boolean | undefined;
|
|
2268
2281
|
readonly unique?: boolean | undefined;
|
|
@@ -2417,6 +2430,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2417
2430
|
readonly system?: boolean | undefined;
|
|
2418
2431
|
readonly min?: number | undefined;
|
|
2419
2432
|
readonly max?: number | undefined;
|
|
2433
|
+
readonly dimensions?: number | undefined;
|
|
2420
2434
|
readonly columnName?: string | undefined;
|
|
2421
2435
|
readonly searchable?: boolean | undefined;
|
|
2422
2436
|
readonly unique?: boolean | undefined;
|
|
@@ -2571,6 +2585,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2571
2585
|
readonly system?: boolean | undefined;
|
|
2572
2586
|
readonly min?: number | undefined;
|
|
2573
2587
|
readonly max?: number | undefined;
|
|
2588
|
+
readonly dimensions?: number | undefined;
|
|
2574
2589
|
readonly columnName?: string | undefined;
|
|
2575
2590
|
readonly searchable?: boolean | undefined;
|
|
2576
2591
|
readonly unique?: boolean | undefined;
|
|
@@ -2725,6 +2740,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2725
2740
|
readonly system?: boolean | undefined;
|
|
2726
2741
|
readonly min?: number | undefined;
|
|
2727
2742
|
readonly max?: number | undefined;
|
|
2743
|
+
readonly dimensions?: number | undefined;
|
|
2728
2744
|
readonly columnName?: string | undefined;
|
|
2729
2745
|
readonly searchable?: boolean | undefined;
|
|
2730
2746
|
readonly unique?: boolean | undefined;
|
|
@@ -2879,6 +2895,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
2879
2895
|
readonly system?: boolean | undefined;
|
|
2880
2896
|
readonly min?: number | undefined;
|
|
2881
2897
|
readonly max?: number | undefined;
|
|
2898
|
+
readonly dimensions?: number | undefined;
|
|
2882
2899
|
readonly columnName?: string | undefined;
|
|
2883
2900
|
readonly searchable?: boolean | undefined;
|
|
2884
2901
|
readonly unique?: boolean | undefined;
|
|
@@ -3033,6 +3050,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3033
3050
|
readonly system?: boolean | undefined;
|
|
3034
3051
|
readonly min?: number | undefined;
|
|
3035
3052
|
readonly max?: number | undefined;
|
|
3053
|
+
readonly dimensions?: number | undefined;
|
|
3036
3054
|
readonly columnName?: string | undefined;
|
|
3037
3055
|
readonly searchable?: boolean | undefined;
|
|
3038
3056
|
readonly unique?: boolean | undefined;
|
|
@@ -3187,6 +3205,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3187
3205
|
readonly system?: boolean | undefined;
|
|
3188
3206
|
readonly min?: number | undefined;
|
|
3189
3207
|
readonly max?: number | undefined;
|
|
3208
|
+
readonly dimensions?: number | undefined;
|
|
3190
3209
|
readonly columnName?: string | undefined;
|
|
3191
3210
|
readonly searchable?: boolean | undefined;
|
|
3192
3211
|
readonly unique?: boolean | undefined;
|
|
@@ -3341,6 +3360,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3341
3360
|
readonly system?: boolean | undefined;
|
|
3342
3361
|
readonly min?: number | undefined;
|
|
3343
3362
|
readonly max?: number | undefined;
|
|
3363
|
+
readonly dimensions?: number | undefined;
|
|
3344
3364
|
readonly columnName?: string | undefined;
|
|
3345
3365
|
readonly searchable?: boolean | undefined;
|
|
3346
3366
|
readonly unique?: boolean | undefined;
|
|
@@ -3495,6 +3515,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
3495
3515
|
readonly system?: boolean | undefined;
|
|
3496
3516
|
readonly min?: number | undefined;
|
|
3497
3517
|
readonly max?: number | undefined;
|
|
3518
|
+
readonly dimensions?: number | undefined;
|
|
3498
3519
|
readonly columnName?: string | undefined;
|
|
3499
3520
|
readonly searchable?: boolean | undefined;
|
|
3500
3521
|
readonly unique?: boolean | undefined;
|
|
@@ -3725,6 +3746,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
3725
3746
|
currencyMode: "fixed" | "dynamic";
|
|
3726
3747
|
defaultCurrency: string;
|
|
3727
3748
|
} | undefined;
|
|
3749
|
+
dimensions?: number | undefined;
|
|
3728
3750
|
vectorConfig?: {
|
|
3729
3751
|
dimensions: number;
|
|
3730
3752
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -4309,6 +4331,8 @@ declare const SysApprovalAction: Omit<{
|
|
|
4309
4331
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
4310
4332
|
confirmText?: string | undefined;
|
|
4311
4333
|
successMessage?: string | undefined;
|
|
4334
|
+
errorMessage?: string | undefined;
|
|
4335
|
+
undoable?: boolean | undefined;
|
|
4312
4336
|
resultDialog?: {
|
|
4313
4337
|
title?: string | undefined;
|
|
4314
4338
|
description?: string | undefined;
|
|
@@ -4476,6 +4500,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4476
4500
|
readonly system?: boolean | undefined;
|
|
4477
4501
|
readonly min?: number | undefined;
|
|
4478
4502
|
readonly max?: number | undefined;
|
|
4503
|
+
readonly dimensions?: number | undefined;
|
|
4479
4504
|
readonly columnName?: string | undefined;
|
|
4480
4505
|
readonly searchable?: boolean | undefined;
|
|
4481
4506
|
readonly unique?: boolean | undefined;
|
|
@@ -4630,6 +4655,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4630
4655
|
readonly system?: boolean | undefined;
|
|
4631
4656
|
readonly min?: number | undefined;
|
|
4632
4657
|
readonly max?: number | undefined;
|
|
4658
|
+
readonly dimensions?: number | undefined;
|
|
4633
4659
|
readonly columnName?: string | undefined;
|
|
4634
4660
|
readonly searchable?: boolean | undefined;
|
|
4635
4661
|
readonly unique?: boolean | undefined;
|
|
@@ -4784,6 +4810,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4784
4810
|
readonly system?: boolean | undefined;
|
|
4785
4811
|
readonly min?: number | undefined;
|
|
4786
4812
|
readonly max?: number | undefined;
|
|
4813
|
+
readonly dimensions?: number | undefined;
|
|
4787
4814
|
readonly columnName?: string | undefined;
|
|
4788
4815
|
readonly searchable?: boolean | undefined;
|
|
4789
4816
|
readonly unique?: boolean | undefined;
|
|
@@ -4938,6 +4965,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4938
4965
|
readonly system?: boolean | undefined;
|
|
4939
4966
|
readonly min?: number | undefined;
|
|
4940
4967
|
readonly max?: number | undefined;
|
|
4968
|
+
readonly dimensions?: number | undefined;
|
|
4941
4969
|
readonly columnName?: string | undefined;
|
|
4942
4970
|
readonly searchable?: boolean | undefined;
|
|
4943
4971
|
readonly unique?: boolean | undefined;
|
|
@@ -5092,6 +5120,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5092
5120
|
readonly system?: boolean | undefined;
|
|
5093
5121
|
readonly min?: number | undefined;
|
|
5094
5122
|
readonly max?: number | undefined;
|
|
5123
|
+
readonly dimensions?: number | undefined;
|
|
5095
5124
|
readonly columnName?: string | undefined;
|
|
5096
5125
|
readonly searchable?: boolean | undefined;
|
|
5097
5126
|
readonly unique?: boolean | undefined;
|
|
@@ -5246,6 +5275,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5246
5275
|
readonly system?: boolean | undefined;
|
|
5247
5276
|
readonly min?: number | undefined;
|
|
5248
5277
|
readonly max?: number | undefined;
|
|
5278
|
+
readonly dimensions?: number | undefined;
|
|
5249
5279
|
readonly columnName?: string | undefined;
|
|
5250
5280
|
readonly searchable?: boolean | undefined;
|
|
5251
5281
|
readonly unique?: boolean | undefined;
|
|
@@ -5400,6 +5430,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5400
5430
|
readonly system?: boolean | undefined;
|
|
5401
5431
|
readonly min?: number | undefined;
|
|
5402
5432
|
readonly max?: number | undefined;
|
|
5433
|
+
readonly dimensions?: number | undefined;
|
|
5403
5434
|
readonly columnName?: string | undefined;
|
|
5404
5435
|
readonly searchable?: boolean | undefined;
|
|
5405
5436
|
readonly unique?: boolean | undefined;
|
|
@@ -5554,6 +5585,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5554
5585
|
readonly system?: boolean | undefined;
|
|
5555
5586
|
readonly min?: number | undefined;
|
|
5556
5587
|
readonly max?: number | undefined;
|
|
5588
|
+
readonly dimensions?: number | undefined;
|
|
5557
5589
|
readonly columnName?: string | undefined;
|
|
5558
5590
|
readonly searchable?: boolean | undefined;
|
|
5559
5591
|
readonly unique?: boolean | undefined;
|
|
@@ -5708,6 +5740,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
5708
5740
|
readonly system?: boolean | undefined;
|
|
5709
5741
|
readonly min?: number | undefined;
|
|
5710
5742
|
readonly max?: number | undefined;
|
|
5743
|
+
readonly dimensions?: number | undefined;
|
|
5711
5744
|
readonly columnName?: string | undefined;
|
|
5712
5745
|
readonly searchable?: boolean | undefined;
|
|
5713
5746
|
readonly unique?: boolean | undefined;
|
|
@@ -5945,6 +5978,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
5945
5978
|
currencyMode: "fixed" | "dynamic";
|
|
5946
5979
|
defaultCurrency: string;
|
|
5947
5980
|
} | undefined;
|
|
5981
|
+
dimensions?: number | undefined;
|
|
5948
5982
|
vectorConfig?: {
|
|
5949
5983
|
dimensions: number;
|
|
5950
5984
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -6529,6 +6563,8 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6529
6563
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
6530
6564
|
confirmText?: string | undefined;
|
|
6531
6565
|
successMessage?: string | undefined;
|
|
6566
|
+
errorMessage?: string | undefined;
|
|
6567
|
+
undoable?: boolean | undefined;
|
|
6532
6568
|
resultDialog?: {
|
|
6533
6569
|
title?: string | undefined;
|
|
6534
6570
|
description?: string | undefined;
|
|
@@ -6629,6 +6665,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6629
6665
|
readonly system?: boolean | undefined;
|
|
6630
6666
|
readonly min?: number | undefined;
|
|
6631
6667
|
readonly max?: number | undefined;
|
|
6668
|
+
readonly dimensions?: number | undefined;
|
|
6632
6669
|
readonly columnName?: string | undefined;
|
|
6633
6670
|
readonly searchable?: boolean | undefined;
|
|
6634
6671
|
readonly unique?: boolean | undefined;
|
|
@@ -6783,6 +6820,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6783
6820
|
readonly system?: boolean | undefined;
|
|
6784
6821
|
readonly min?: number | undefined;
|
|
6785
6822
|
readonly max?: number | undefined;
|
|
6823
|
+
readonly dimensions?: number | undefined;
|
|
6786
6824
|
readonly columnName?: string | undefined;
|
|
6787
6825
|
readonly searchable?: boolean | undefined;
|
|
6788
6826
|
readonly unique?: boolean | undefined;
|
|
@@ -6937,6 +6975,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6937
6975
|
readonly system?: boolean | undefined;
|
|
6938
6976
|
readonly min?: number | undefined;
|
|
6939
6977
|
readonly max?: number | undefined;
|
|
6978
|
+
readonly dimensions?: number | undefined;
|
|
6940
6979
|
readonly columnName?: string | undefined;
|
|
6941
6980
|
readonly searchable?: boolean | undefined;
|
|
6942
6981
|
readonly unique?: boolean | undefined;
|
|
@@ -7091,6 +7130,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7091
7130
|
readonly system?: boolean | undefined;
|
|
7092
7131
|
readonly min?: number | undefined;
|
|
7093
7132
|
readonly max?: number | undefined;
|
|
7133
|
+
readonly dimensions?: number | undefined;
|
|
7094
7134
|
readonly columnName?: string | undefined;
|
|
7095
7135
|
readonly searchable?: boolean | undefined;
|
|
7096
7136
|
readonly unique?: boolean | undefined;
|
|
@@ -7245,6 +7285,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
7245
7285
|
readonly system?: boolean | undefined;
|
|
7246
7286
|
readonly min?: number | undefined;
|
|
7247
7287
|
readonly max?: number | undefined;
|
|
7288
|
+
readonly dimensions?: number | undefined;
|
|
7248
7289
|
readonly columnName?: string | undefined;
|
|
7249
7290
|
readonly searchable?: boolean | undefined;
|
|
7250
7291
|
readonly unique?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-approvals",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.9.1",
|
|
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": "9.
|
|
17
|
-
"@objectstack/formula": "9.
|
|
18
|
-
"@objectstack/metadata-core": "9.
|
|
19
|
-
"@objectstack/platform-objects": "9.
|
|
20
|
-
"@objectstack/spec": "9.
|
|
16
|
+
"@objectstack/core": "9.9.1",
|
|
17
|
+
"@objectstack/formula": "9.9.1",
|
|
18
|
+
"@objectstack/metadata-core": "9.9.1",
|
|
19
|
+
"@objectstack/platform-objects": "9.9.1",
|
|
20
|
+
"@objectstack/spec": "9.9.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/node": "^25.9.3",
|
|
24
24
|
"typescript": "^6.0.3",
|
|
25
25
|
"vitest": "^4.1.9",
|
|
26
|
-
"@objectstack/service-automation": "9.
|
|
26
|
+
"@objectstack/service-automation": "9.9.1"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"objectstack",
|