@objectstack/plugin-approvals 8.0.0 → 9.0.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @objectstack/plugin-approvals@8.0.0 build /home/runner/work/framework/framework/packages/plugins/plugin-approvals
2
+ > @objectstack/plugin-approvals@9.0.0 build /home/runner/work/framework/framework/packages/plugins/plugin-approvals
3
3
  > tsup --config ../../../tsup.config.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -12,11 +12,11 @@
12
12
  CJS Build start
13
13
  ESM dist/index.mjs 56.08 KB
14
14
  ESM dist/index.mjs.map 98.07 KB
15
- ESM ⚡️ Build success in 146ms
15
+ ESM ⚡️ Build success in 152ms
16
16
  CJS dist/index.js 57.41 KB
17
17
  CJS dist/index.js.map 99.25 KB
18
- CJS ⚡️ Build success in 146ms
18
+ CJS ⚡️ Build success in 159ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 22332ms
21
- DTS dist/index.d.mts 333.09 KB
22
- DTS dist/index.d.ts 333.09 KB
20
+ DTS ⚡️ Build success in 19242ms
21
+ DTS dist/index.d.mts 332.92 KB
22
+ DTS dist/index.d.ts 332.92 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @objectstack/plugin-approvals
2
2
 
3
+ ## 9.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4c3f693]
8
+ - Updated dependencies [0bf39f1]
9
+ - Updated dependencies [f533f42]
10
+ - Updated dependencies [1c83ee8]
11
+ - @objectstack/spec@9.0.0
12
+ - @objectstack/core@9.0.0
13
+ - @objectstack/formula@9.0.0
14
+ - @objectstack/metadata-core@9.0.0
15
+ - @objectstack/platform-objects@9.0.0
16
+
17
+ ## 8.0.1
18
+
19
+ ### Patch Changes
20
+
21
+ - @objectstack/spec@8.0.1
22
+ - @objectstack/core@8.0.1
23
+ - @objectstack/metadata-core@8.0.1
24
+ - @objectstack/formula@8.0.1
25
+ - @objectstack/platform-objects@8.0.1
26
+
3
27
  ## 8.0.0
4
28
 
5
29
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -507,10 +507,9 @@ declare const SysApprovalRequest: Omit<{
507
507
  } | undefined;
508
508
  chart?: {
509
509
  chartType: "bar" | "line" | "pie" | "area" | "scatter";
510
- xAxisField: string;
511
- yAxisFields: string[];
512
- aggregation?: "min" | "max" | "count" | "sum" | "avg" | undefined;
513
- groupByField?: string | undefined;
510
+ dataset: string;
511
+ values: string[];
512
+ dimensions?: string[] | undefined;
514
513
  } | undefined;
515
514
  description?: string | undefined;
516
515
  sharing?: {
@@ -5164,10 +5163,9 @@ declare const SysApprovalAction: Omit<{
5164
5163
  } | undefined;
5165
5164
  chart?: {
5166
5165
  chartType: "bar" | "line" | "pie" | "area" | "scatter";
5167
- xAxisField: string;
5168
- yAxisFields: string[];
5169
- aggregation?: "min" | "max" | "count" | "sum" | "avg" | undefined;
5170
- groupByField?: string | undefined;
5166
+ dataset: string;
5167
+ values: string[];
5168
+ dimensions?: string[] | undefined;
5171
5169
  } | undefined;
5172
5170
  description?: string | undefined;
5173
5171
  sharing?: {
package/dist/index.d.ts CHANGED
@@ -507,10 +507,9 @@ declare const SysApprovalRequest: Omit<{
507
507
  } | undefined;
508
508
  chart?: {
509
509
  chartType: "bar" | "line" | "pie" | "area" | "scatter";
510
- xAxisField: string;
511
- yAxisFields: string[];
512
- aggregation?: "min" | "max" | "count" | "sum" | "avg" | undefined;
513
- groupByField?: string | undefined;
510
+ dataset: string;
511
+ values: string[];
512
+ dimensions?: string[] | undefined;
514
513
  } | undefined;
515
514
  description?: string | undefined;
516
515
  sharing?: {
@@ -5164,10 +5163,9 @@ declare const SysApprovalAction: Omit<{
5164
5163
  } | undefined;
5165
5164
  chart?: {
5166
5165
  chartType: "bar" | "line" | "pie" | "area" | "scatter";
5167
- xAxisField: string;
5168
- yAxisFields: string[];
5169
- aggregation?: "min" | "max" | "count" | "sum" | "avg" | undefined;
5170
- groupByField?: string | undefined;
5166
+ dataset: string;
5167
+ values: string[];
5168
+ dimensions?: string[] | undefined;
5171
5169
  } | undefined;
5172
5170
  description?: string | undefined;
5173
5171
  sharing?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-approvals",
3
- "version": "8.0.0",
3
+ "version": "9.0.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": "8.0.0",
17
- "@objectstack/formula": "8.0.0",
18
- "@objectstack/metadata-core": "8.0.0",
19
- "@objectstack/platform-objects": "8.0.0",
20
- "@objectstack/spec": "8.0.0"
16
+ "@objectstack/core": "9.0.0",
17
+ "@objectstack/formula": "9.0.0",
18
+ "@objectstack/metadata-core": "9.0.0",
19
+ "@objectstack/platform-objects": "9.0.0",
20
+ "@objectstack/spec": "9.0.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@types/node": "^25.9.1",
23
+ "@types/node": "^25.9.2",
24
24
  "typescript": "^6.0.3",
25
25
  "vitest": "^4.1.8",
26
- "@objectstack/service-automation": "8.0.0"
26
+ "@objectstack/service-automation": "9.0.0"
27
27
  },
28
28
  "keywords": [
29
29
  "objectstack",