@dotcms/ai 1.7.1-next.2379 → 26.7.21-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/ai",
3
- "version": "1.7.1-next.2379",
3
+ "version": "26.07.21-01",
4
4
  "description": "The dotCMS agentic runtime — run model-written or human-written code safely against a dotCMS instance, with auth and policy owned in one place.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -69,4 +69,4 @@
69
69
  "module": "./runtime.esm.js",
70
70
  "main": "./runtime.cjs.js",
71
71
  "types": "./runtime.d.ts"
72
- }
72
+ }
package/spec.cjs.js CHANGED
@@ -13989,10 +13989,10 @@ var paths = {
13989
13989
  type: {
13990
13990
  type: "string"
13991
13991
  },
13992
- individualPermission: {
13992
+ bitPermission: {
13993
13993
  type: "boolean"
13994
13994
  },
13995
- bitPermission: {
13995
+ individualPermission: {
13996
13996
  type: "boolean"
13997
13997
  },
13998
13998
  roleId: {
package/spec.esm.js CHANGED
@@ -13987,10 +13987,10 @@ var paths = {
13987
13987
  type: {
13988
13988
  type: "string"
13989
13989
  },
13990
- individualPermission: {
13990
+ bitPermission: {
13991
13991
  type: "boolean"
13992
13992
  },
13993
- bitPermission: {
13993
+ individualPermission: {
13994
13994
  type: "boolean"
13995
13995
  },
13996
13996
  roleId: {