@dotcms/ai 26.7.21-1 → 26.7.27-1-next.2448
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 +1 -1
- package/spec.cjs.js +16 -2
- package/spec.esm.js +16 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcms/ai",
|
|
3
|
-
"version": "26.
|
|
3
|
+
"version": "26.7.27-1-next.2448",
|
|
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",
|
package/spec.cjs.js
CHANGED
|
@@ -1813,6 +1813,15 @@ var paths = {
|
|
|
1813
1813
|
schema: {
|
|
1814
1814
|
type: "string"
|
|
1815
1815
|
}
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
name: "system",
|
|
1819
|
+
"in": "query",
|
|
1820
|
+
description: "Whether to include system Content Types (e.g. Host, Favorite Page) in the response.\n\nWhen `true` or omitted, system Content Types are included (default, backward-compatible). When `false`, they are excluded. Combines with `filter`.",
|
|
1821
|
+
schema: {
|
|
1822
|
+
type: "boolean",
|
|
1823
|
+
"default": true
|
|
1824
|
+
}
|
|
1816
1825
|
}
|
|
1817
1826
|
],
|
|
1818
1827
|
responses: {
|
|
@@ -4869,6 +4878,11 @@ var paths = {
|
|
|
4869
4878
|
type: "string",
|
|
4870
4879
|
description: "Container unique identifier (UUID)",
|
|
4871
4880
|
example: "1"
|
|
4881
|
+
},
|
|
4882
|
+
personaTag: {
|
|
4883
|
+
type: "string",
|
|
4884
|
+
description: "Raw Persona key tag (e.g. the value of viewAs.persona.keyTag) to personalize this style update for. Do not include the 'dot:persona:' prefix -- the backend adds it automatically. Omit for the default persona.",
|
|
4885
|
+
example: "returning_visitor"
|
|
4872
4886
|
}
|
|
4873
4887
|
},
|
|
4874
4888
|
description: "Container with contentlet style properties"
|
|
@@ -13989,10 +14003,10 @@ var paths = {
|
|
|
13989
14003
|
type: {
|
|
13990
14004
|
type: "string"
|
|
13991
14005
|
},
|
|
13992
|
-
|
|
14006
|
+
individualPermission: {
|
|
13993
14007
|
type: "boolean"
|
|
13994
14008
|
},
|
|
13995
|
-
|
|
14009
|
+
bitPermission: {
|
|
13996
14010
|
type: "boolean"
|
|
13997
14011
|
},
|
|
13998
14012
|
roleId: {
|
package/spec.esm.js
CHANGED
|
@@ -1811,6 +1811,15 @@ var paths = {
|
|
|
1811
1811
|
schema: {
|
|
1812
1812
|
type: "string"
|
|
1813
1813
|
}
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
name: "system",
|
|
1817
|
+
"in": "query",
|
|
1818
|
+
description: "Whether to include system Content Types (e.g. Host, Favorite Page) in the response.\n\nWhen `true` or omitted, system Content Types are included (default, backward-compatible). When `false`, they are excluded. Combines with `filter`.",
|
|
1819
|
+
schema: {
|
|
1820
|
+
type: "boolean",
|
|
1821
|
+
"default": true
|
|
1822
|
+
}
|
|
1814
1823
|
}
|
|
1815
1824
|
],
|
|
1816
1825
|
responses: {
|
|
@@ -4867,6 +4876,11 @@ var paths = {
|
|
|
4867
4876
|
type: "string",
|
|
4868
4877
|
description: "Container unique identifier (UUID)",
|
|
4869
4878
|
example: "1"
|
|
4879
|
+
},
|
|
4880
|
+
personaTag: {
|
|
4881
|
+
type: "string",
|
|
4882
|
+
description: "Raw Persona key tag (e.g. the value of viewAs.persona.keyTag) to personalize this style update for. Do not include the 'dot:persona:' prefix -- the backend adds it automatically. Omit for the default persona.",
|
|
4883
|
+
example: "returning_visitor"
|
|
4870
4884
|
}
|
|
4871
4885
|
},
|
|
4872
4886
|
description: "Container with contentlet style properties"
|
|
@@ -13987,10 +14001,10 @@ var paths = {
|
|
|
13987
14001
|
type: {
|
|
13988
14002
|
type: "string"
|
|
13989
14003
|
},
|
|
13990
|
-
|
|
14004
|
+
individualPermission: {
|
|
13991
14005
|
type: "boolean"
|
|
13992
14006
|
},
|
|
13993
|
-
|
|
14007
|
+
bitPermission: {
|
|
13994
14008
|
type: "boolean"
|
|
13995
14009
|
},
|
|
13996
14010
|
roleId: {
|