@objectstack/service-automation 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.
package/dist/index.d.cts CHANGED
@@ -1421,7 +1421,7 @@ declare const SysAutomationRun: Omit<{
1421
1421
  clone: boolean;
1422
1422
  apiMethods?: ("upsert" | "import" | "export" | "delete" | "update" | "create" | "search" | "list" | "get" | "bulk" | "aggregate" | "history" | "restore" | "purge")[] | undefined;
1423
1423
  } | undefined;
1424
- sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
1424
+ sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
1425
1425
  publicSharing?: {
1426
1426
  enabled: boolean;
1427
1427
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
package/dist/index.d.ts CHANGED
@@ -1421,7 +1421,7 @@ declare const SysAutomationRun: Omit<{
1421
1421
  clone: boolean;
1422
1422
  apiMethods?: ("upsert" | "import" | "export" | "delete" | "update" | "create" | "search" | "list" | "get" | "bulk" | "aggregate" | "history" | "restore" | "purge")[] | undefined;
1423
1423
  } | undefined;
1424
- sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
1424
+ sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
1425
1425
  publicSharing?: {
1426
1426
  enabled: boolean;
1427
1427
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/service-automation",
3
- "version": "9.10.0",
3
+ "version": "9.11.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Automation Service for ObjectStack — implements IAutomationService with plugin-based DAG flow execution engine",
6
6
  "type": "module",
@@ -14,9 +14,9 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@objectstack/core": "9.10.0",
18
- "@objectstack/formula": "9.10.0",
19
- "@objectstack/spec": "9.10.0"
17
+ "@objectstack/core": "9.11.0",
18
+ "@objectstack/formula": "9.11.0",
19
+ "@objectstack/spec": "9.11.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^25.9.3",