@objectstack/plugin-approvals 9.10.0 → 9.11.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@9.10.0 build /home/runner/work/framework/framework/packages/plugins/plugin-approvals
2
+ > @objectstack/plugin-approvals@9.11.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
@@ -10,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- ESM dist/index.mjs 119.79 KB
14
- ESM dist/index.mjs.map 215.17 KB
15
- ESM ⚡️ Build success in 314ms
16
13
  CJS dist/index.js 121.46 KB
17
14
  CJS dist/index.js.map 216.37 KB
18
- CJS ⚡️ Build success in 317ms
15
+ CJS ⚡️ Build success in 288ms
16
+ ESM dist/index.mjs 119.79 KB
17
+ ESM dist/index.mjs.map 215.17 KB
18
+ ESM ⚡️ Build success in 291ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 19129ms
21
- DTS dist/index.d.mts 338.33 KB
22
- DTS dist/index.d.ts 338.33 KB
20
+ DTS ⚡️ Build success in 24978ms
21
+ DTS dist/index.d.mts 338.51 KB
22
+ DTS dist/index.d.ts 338.51 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @objectstack/plugin-approvals
2
2
 
3
+ ## 9.11.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e7f6539]
8
+ - Updated dependencies [2365d07]
9
+ - Updated dependencies [6595b53]
10
+ - Updated dependencies [fa8964d]
11
+ - Updated dependencies [36138c7]
12
+ - Updated dependencies [a8e4f3b]
13
+ - Updated dependencies [4c213c2]
14
+ - Updated dependencies [2afb612]
15
+ - @objectstack/spec@9.11.0
16
+ - @objectstack/core@9.11.0
17
+ - @objectstack/formula@9.11.0
18
+ - @objectstack/metadata-core@9.11.0
19
+ - @objectstack/platform-objects@9.11.0
20
+
3
21
  ## 9.10.0
4
22
 
5
23
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -652,7 +652,7 @@ declare const SysApprovalRequest: Omit<{
652
652
  clone: boolean;
653
653
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
654
654
  } | undefined;
655
- sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
655
+ sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
656
656
  publicSharing?: {
657
657
  enabled: boolean;
658
658
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -4321,7 +4321,7 @@ declare const SysApprovalAction: Omit<{
4321
4321
  clone: boolean;
4322
4322
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
4323
4323
  } | undefined;
4324
- sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
4324
+ sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
4325
4325
  publicSharing?: {
4326
4326
  enabled: boolean;
4327
4327
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -6576,7 +6576,7 @@ declare const SysApprovalApprover: Omit<{
6576
6576
  clone: boolean;
6577
6577
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
6578
6578
  } | undefined;
6579
- sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
6579
+ sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
6580
6580
  publicSharing?: {
6581
6581
  enabled: boolean;
6582
6582
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
package/dist/index.d.ts CHANGED
@@ -652,7 +652,7 @@ declare const SysApprovalRequest: Omit<{
652
652
  clone: boolean;
653
653
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
654
654
  } | undefined;
655
- sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
655
+ sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
656
656
  publicSharing?: {
657
657
  enabled: boolean;
658
658
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -4321,7 +4321,7 @@ declare const SysApprovalAction: Omit<{
4321
4321
  clone: boolean;
4322
4322
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
4323
4323
  } | undefined;
4324
- sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
4324
+ sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
4325
4325
  publicSharing?: {
4326
4326
  enabled: boolean;
4327
4327
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -6576,7 +6576,7 @@ declare const SysApprovalApprover: Omit<{
6576
6576
  clone: boolean;
6577
6577
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
6578
6578
  } | undefined;
6579
- sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
6579
+ sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
6580
6580
  publicSharing?: {
6581
6581
  enabled: boolean;
6582
6582
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-approvals",
3
- "version": "9.10.0",
3
+ "version": "9.11.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.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"
16
+ "@objectstack/core": "9.11.0",
17
+ "@objectstack/formula": "9.11.0",
18
+ "@objectstack/metadata-core": "9.11.0",
19
+ "@objectstack/platform-objects": "9.11.0",
20
+ "@objectstack/spec": "9.11.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.10.0"
26
+ "@objectstack/service-automation": "9.11.0"
27
27
  },
28
28
  "keywords": [
29
29
  "objectstack",