@objectstack/plugin-approvals 9.9.0 → 9.10.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 +27 -0
- package/dist/index.d.mts +72 -3
- package/dist/index.d.ts +72 -3
- 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.10.0 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 259ms
|
|
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 314ms
|
|
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 317ms
|
|
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 19129ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m338.33 KB[39m
|
|
22
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m338.33 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @objectstack/plugin-approvals
|
|
2
2
|
|
|
3
|
+
## 9.10.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [db02bd5]
|
|
8
|
+
- Updated dependencies [641675d]
|
|
9
|
+
- Updated dependencies [1f88fd9]
|
|
10
|
+
- Updated dependencies [94e9040]
|
|
11
|
+
- Updated dependencies [4331adb]
|
|
12
|
+
- Updated dependencies [1f88fd9]
|
|
13
|
+
- Updated dependencies [1f88fd9]
|
|
14
|
+
- @objectstack/spec@9.10.0
|
|
15
|
+
- @objectstack/formula@9.10.0
|
|
16
|
+
- @objectstack/platform-objects@9.10.0
|
|
17
|
+
- @objectstack/core@9.10.0
|
|
18
|
+
- @objectstack/metadata-core@9.10.0
|
|
19
|
+
|
|
20
|
+
## 9.9.1
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- @objectstack/spec@9.9.1
|
|
25
|
+
- @objectstack/core@9.9.1
|
|
26
|
+
- @objectstack/metadata-core@9.9.1
|
|
27
|
+
- @objectstack/formula@9.9.1
|
|
28
|
+
- @objectstack/platform-objects@9.9.1
|
|
29
|
+
|
|
3
30
|
## 9.9.0
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/dist/index.d.mts
CHANGED
|
@@ -466,6 +466,29 @@ declare const SysApprovalRequest: Omit<{
|
|
|
466
466
|
titleField: string;
|
|
467
467
|
progressField?: string | undefined;
|
|
468
468
|
dependenciesField?: string | undefined;
|
|
469
|
+
colorField?: string | undefined;
|
|
470
|
+
parentField?: string | undefined;
|
|
471
|
+
typeField?: string | undefined;
|
|
472
|
+
baselineStartField?: string | undefined;
|
|
473
|
+
baselineEndField?: string | undefined;
|
|
474
|
+
groupByField?: string | undefined;
|
|
475
|
+
resourceView?: boolean | undefined;
|
|
476
|
+
assigneeField?: string | undefined;
|
|
477
|
+
effortField?: string | undefined;
|
|
478
|
+
capacity?: number | undefined;
|
|
479
|
+
tooltipFields?: (string | {
|
|
480
|
+
field: string;
|
|
481
|
+
label?: string | undefined;
|
|
482
|
+
})[] | undefined;
|
|
483
|
+
quickFilters?: {
|
|
484
|
+
field: string;
|
|
485
|
+
label?: string | undefined;
|
|
486
|
+
options?: (string | {
|
|
487
|
+
value: string | number;
|
|
488
|
+
label?: string | undefined;
|
|
489
|
+
})[] | undefined;
|
|
490
|
+
}[] | undefined;
|
|
491
|
+
autoZoomToFilter?: boolean | undefined;
|
|
469
492
|
} | undefined;
|
|
470
493
|
gallery?: {
|
|
471
494
|
coverFit: "cover" | "contain";
|
|
@@ -661,7 +684,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
661
684
|
} | {
|
|
662
685
|
language: "js";
|
|
663
686
|
source: string;
|
|
664
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
687
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
665
688
|
timeoutMs?: number | undefined;
|
|
666
689
|
memoryMb?: number | undefined;
|
|
667
690
|
} | undefined;
|
|
@@ -4112,6 +4135,29 @@ declare const SysApprovalAction: Omit<{
|
|
|
4112
4135
|
titleField: string;
|
|
4113
4136
|
progressField?: string | undefined;
|
|
4114
4137
|
dependenciesField?: string | undefined;
|
|
4138
|
+
colorField?: string | undefined;
|
|
4139
|
+
parentField?: string | undefined;
|
|
4140
|
+
typeField?: string | undefined;
|
|
4141
|
+
baselineStartField?: string | undefined;
|
|
4142
|
+
baselineEndField?: string | undefined;
|
|
4143
|
+
groupByField?: string | undefined;
|
|
4144
|
+
resourceView?: boolean | undefined;
|
|
4145
|
+
assigneeField?: string | undefined;
|
|
4146
|
+
effortField?: string | undefined;
|
|
4147
|
+
capacity?: number | undefined;
|
|
4148
|
+
tooltipFields?: (string | {
|
|
4149
|
+
field: string;
|
|
4150
|
+
label?: string | undefined;
|
|
4151
|
+
})[] | undefined;
|
|
4152
|
+
quickFilters?: {
|
|
4153
|
+
field: string;
|
|
4154
|
+
label?: string | undefined;
|
|
4155
|
+
options?: (string | {
|
|
4156
|
+
value: string | number;
|
|
4157
|
+
label?: string | undefined;
|
|
4158
|
+
})[] | undefined;
|
|
4159
|
+
}[] | undefined;
|
|
4160
|
+
autoZoomToFilter?: boolean | undefined;
|
|
4115
4161
|
} | undefined;
|
|
4116
4162
|
gallery?: {
|
|
4117
4163
|
coverFit: "cover" | "contain";
|
|
@@ -4307,7 +4353,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4307
4353
|
} | {
|
|
4308
4354
|
language: "js";
|
|
4309
4355
|
source: string;
|
|
4310
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
4356
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
4311
4357
|
timeoutMs?: number | undefined;
|
|
4312
4358
|
memoryMb?: number | undefined;
|
|
4313
4359
|
} | undefined;
|
|
@@ -6344,6 +6390,29 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6344
6390
|
titleField: string;
|
|
6345
6391
|
progressField?: string | undefined;
|
|
6346
6392
|
dependenciesField?: string | undefined;
|
|
6393
|
+
colorField?: string | undefined;
|
|
6394
|
+
parentField?: string | undefined;
|
|
6395
|
+
typeField?: string | undefined;
|
|
6396
|
+
baselineStartField?: string | undefined;
|
|
6397
|
+
baselineEndField?: string | undefined;
|
|
6398
|
+
groupByField?: string | undefined;
|
|
6399
|
+
resourceView?: boolean | undefined;
|
|
6400
|
+
assigneeField?: string | undefined;
|
|
6401
|
+
effortField?: string | undefined;
|
|
6402
|
+
capacity?: number | undefined;
|
|
6403
|
+
tooltipFields?: (string | {
|
|
6404
|
+
field: string;
|
|
6405
|
+
label?: string | undefined;
|
|
6406
|
+
})[] | undefined;
|
|
6407
|
+
quickFilters?: {
|
|
6408
|
+
field: string;
|
|
6409
|
+
label?: string | undefined;
|
|
6410
|
+
options?: (string | {
|
|
6411
|
+
value: string | number;
|
|
6412
|
+
label?: string | undefined;
|
|
6413
|
+
})[] | undefined;
|
|
6414
|
+
}[] | undefined;
|
|
6415
|
+
autoZoomToFilter?: boolean | undefined;
|
|
6347
6416
|
} | undefined;
|
|
6348
6417
|
gallery?: {
|
|
6349
6418
|
coverFit: "cover" | "contain";
|
|
@@ -6539,7 +6608,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6539
6608
|
} | {
|
|
6540
6609
|
language: "js";
|
|
6541
6610
|
source: string;
|
|
6542
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
6611
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
6543
6612
|
timeoutMs?: number | undefined;
|
|
6544
6613
|
memoryMb?: number | undefined;
|
|
6545
6614
|
} | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -466,6 +466,29 @@ declare const SysApprovalRequest: Omit<{
|
|
|
466
466
|
titleField: string;
|
|
467
467
|
progressField?: string | undefined;
|
|
468
468
|
dependenciesField?: string | undefined;
|
|
469
|
+
colorField?: string | undefined;
|
|
470
|
+
parentField?: string | undefined;
|
|
471
|
+
typeField?: string | undefined;
|
|
472
|
+
baselineStartField?: string | undefined;
|
|
473
|
+
baselineEndField?: string | undefined;
|
|
474
|
+
groupByField?: string | undefined;
|
|
475
|
+
resourceView?: boolean | undefined;
|
|
476
|
+
assigneeField?: string | undefined;
|
|
477
|
+
effortField?: string | undefined;
|
|
478
|
+
capacity?: number | undefined;
|
|
479
|
+
tooltipFields?: (string | {
|
|
480
|
+
field: string;
|
|
481
|
+
label?: string | undefined;
|
|
482
|
+
})[] | undefined;
|
|
483
|
+
quickFilters?: {
|
|
484
|
+
field: string;
|
|
485
|
+
label?: string | undefined;
|
|
486
|
+
options?: (string | {
|
|
487
|
+
value: string | number;
|
|
488
|
+
label?: string | undefined;
|
|
489
|
+
})[] | undefined;
|
|
490
|
+
}[] | undefined;
|
|
491
|
+
autoZoomToFilter?: boolean | undefined;
|
|
469
492
|
} | undefined;
|
|
470
493
|
gallery?: {
|
|
471
494
|
coverFit: "cover" | "contain";
|
|
@@ -661,7 +684,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
661
684
|
} | {
|
|
662
685
|
language: "js";
|
|
663
686
|
source: string;
|
|
664
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
687
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
665
688
|
timeoutMs?: number | undefined;
|
|
666
689
|
memoryMb?: number | undefined;
|
|
667
690
|
} | undefined;
|
|
@@ -4112,6 +4135,29 @@ declare const SysApprovalAction: Omit<{
|
|
|
4112
4135
|
titleField: string;
|
|
4113
4136
|
progressField?: string | undefined;
|
|
4114
4137
|
dependenciesField?: string | undefined;
|
|
4138
|
+
colorField?: string | undefined;
|
|
4139
|
+
parentField?: string | undefined;
|
|
4140
|
+
typeField?: string | undefined;
|
|
4141
|
+
baselineStartField?: string | undefined;
|
|
4142
|
+
baselineEndField?: string | undefined;
|
|
4143
|
+
groupByField?: string | undefined;
|
|
4144
|
+
resourceView?: boolean | undefined;
|
|
4145
|
+
assigneeField?: string | undefined;
|
|
4146
|
+
effortField?: string | undefined;
|
|
4147
|
+
capacity?: number | undefined;
|
|
4148
|
+
tooltipFields?: (string | {
|
|
4149
|
+
field: string;
|
|
4150
|
+
label?: string | undefined;
|
|
4151
|
+
})[] | undefined;
|
|
4152
|
+
quickFilters?: {
|
|
4153
|
+
field: string;
|
|
4154
|
+
label?: string | undefined;
|
|
4155
|
+
options?: (string | {
|
|
4156
|
+
value: string | number;
|
|
4157
|
+
label?: string | undefined;
|
|
4158
|
+
})[] | undefined;
|
|
4159
|
+
}[] | undefined;
|
|
4160
|
+
autoZoomToFilter?: boolean | undefined;
|
|
4115
4161
|
} | undefined;
|
|
4116
4162
|
gallery?: {
|
|
4117
4163
|
coverFit: "cover" | "contain";
|
|
@@ -4307,7 +4353,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
4307
4353
|
} | {
|
|
4308
4354
|
language: "js";
|
|
4309
4355
|
source: string;
|
|
4310
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
4356
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
4311
4357
|
timeoutMs?: number | undefined;
|
|
4312
4358
|
memoryMb?: number | undefined;
|
|
4313
4359
|
} | undefined;
|
|
@@ -6344,6 +6390,29 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6344
6390
|
titleField: string;
|
|
6345
6391
|
progressField?: string | undefined;
|
|
6346
6392
|
dependenciesField?: string | undefined;
|
|
6393
|
+
colorField?: string | undefined;
|
|
6394
|
+
parentField?: string | undefined;
|
|
6395
|
+
typeField?: string | undefined;
|
|
6396
|
+
baselineStartField?: string | undefined;
|
|
6397
|
+
baselineEndField?: string | undefined;
|
|
6398
|
+
groupByField?: string | undefined;
|
|
6399
|
+
resourceView?: boolean | undefined;
|
|
6400
|
+
assigneeField?: string | undefined;
|
|
6401
|
+
effortField?: string | undefined;
|
|
6402
|
+
capacity?: number | undefined;
|
|
6403
|
+
tooltipFields?: (string | {
|
|
6404
|
+
field: string;
|
|
6405
|
+
label?: string | undefined;
|
|
6406
|
+
})[] | undefined;
|
|
6407
|
+
quickFilters?: {
|
|
6408
|
+
field: string;
|
|
6409
|
+
label?: string | undefined;
|
|
6410
|
+
options?: (string | {
|
|
6411
|
+
value: string | number;
|
|
6412
|
+
label?: string | undefined;
|
|
6413
|
+
})[] | undefined;
|
|
6414
|
+
}[] | undefined;
|
|
6415
|
+
autoZoomToFilter?: boolean | undefined;
|
|
6347
6416
|
} | undefined;
|
|
6348
6417
|
gallery?: {
|
|
6349
6418
|
coverFit: "cover" | "contain";
|
|
@@ -6539,7 +6608,7 @@ declare const SysApprovalApprover: Omit<{
|
|
|
6539
6608
|
} | {
|
|
6540
6609
|
language: "js";
|
|
6541
6610
|
source: string;
|
|
6542
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
6611
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
6543
6612
|
timeoutMs?: number | undefined;
|
|
6544
6613
|
memoryMb?: number | undefined;
|
|
6545
6614
|
} | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-approvals",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.10.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": "9.
|
|
17
|
-
"@objectstack/formula": "9.
|
|
18
|
-
"@objectstack/metadata-core": "9.
|
|
19
|
-
"@objectstack/platform-objects": "9.
|
|
20
|
-
"@objectstack/spec": "9.
|
|
16
|
+
"@objectstack/core": "9.10.0",
|
|
17
|
+
"@objectstack/formula": "9.10.0",
|
|
18
|
+
"@objectstack/metadata-core": "9.10.0",
|
|
19
|
+
"@objectstack/platform-objects": "9.10.0",
|
|
20
|
+
"@objectstack/spec": "9.10.0"
|
|
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.10.0"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"objectstack",
|