@dotcms/ai 26.7.27-1 → 26.7.28-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 +1 -1
- package/spec.cjs.js +30 -16
- package/spec.esm.js +30 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcms/ai",
|
|
3
|
-
"version": "26.07.
|
|
3
|
+
"version": "26.07.28-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",
|
package/spec.cjs.js
CHANGED
|
@@ -1747,11 +1747,11 @@ var paths = {
|
|
|
1747
1747
|
description: "Sort direction: choose between ascending or descending.",
|
|
1748
1748
|
schema: {
|
|
1749
1749
|
type: "string",
|
|
1750
|
-
"default": "ASC",
|
|
1751
1750
|
"enum": [
|
|
1752
1751
|
"ASC",
|
|
1753
1752
|
"DESC"
|
|
1754
|
-
]
|
|
1753
|
+
],
|
|
1754
|
+
"default": "ASC"
|
|
1755
1755
|
}
|
|
1756
1756
|
},
|
|
1757
1757
|
{
|
|
@@ -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: {
|
|
@@ -3245,11 +3254,11 @@ var paths = {
|
|
|
3245
3254
|
description: "Column to sort by.",
|
|
3246
3255
|
schema: {
|
|
3247
3256
|
type: "string",
|
|
3248
|
-
"default": "name",
|
|
3249
3257
|
"enum": [
|
|
3250
3258
|
"name",
|
|
3251
3259
|
"mod_date"
|
|
3252
|
-
]
|
|
3260
|
+
],
|
|
3261
|
+
"default": "name"
|
|
3253
3262
|
}
|
|
3254
3263
|
},
|
|
3255
3264
|
{
|
|
@@ -3258,11 +3267,11 @@ var paths = {
|
|
|
3258
3267
|
description: "Sort direction",
|
|
3259
3268
|
schema: {
|
|
3260
3269
|
type: "string",
|
|
3261
|
-
"default": "ASC",
|
|
3262
3270
|
"enum": [
|
|
3263
3271
|
"ASC",
|
|
3264
3272
|
"DESC"
|
|
3265
|
-
]
|
|
3273
|
+
],
|
|
3274
|
+
"default": "ASC"
|
|
3266
3275
|
}
|
|
3267
3276
|
},
|
|
3268
3277
|
{
|
|
@@ -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"
|
|
@@ -10966,11 +10980,11 @@ var paths = {
|
|
|
10966
10980
|
description: "*Optional.* Case-insensitive parameter indicating how results are to be displayed.\n\nIn listing mode, all associated actions are returned; in editing mode (the default), it returns only the actions accessible to the contentlet's current workflow step.",
|
|
10967
10981
|
schema: {
|
|
10968
10982
|
type: "string",
|
|
10969
|
-
"default": "EDITING",
|
|
10970
10983
|
"enum": [
|
|
10971
10984
|
"EDITING",
|
|
10972
10985
|
"LISTING"
|
|
10973
|
-
]
|
|
10986
|
+
],
|
|
10987
|
+
"default": "EDITING"
|
|
10974
10988
|
}
|
|
10975
10989
|
}
|
|
10976
10990
|
],
|
|
@@ -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: {
|
|
@@ -14477,11 +14491,11 @@ var paths = {
|
|
|
14477
14491
|
description: "Asset version to retrieve. Accepted values: working (default), live.",
|
|
14478
14492
|
schema: {
|
|
14479
14493
|
type: "string",
|
|
14480
|
-
"default": "working",
|
|
14481
14494
|
"enum": [
|
|
14482
14495
|
"working",
|
|
14483
14496
|
"live"
|
|
14484
|
-
]
|
|
14497
|
+
],
|
|
14498
|
+
"default": "working"
|
|
14485
14499
|
},
|
|
14486
14500
|
example: "working"
|
|
14487
14501
|
}
|
|
@@ -14559,11 +14573,11 @@ var paths = {
|
|
|
14559
14573
|
description: "Asset version to retrieve. Accepted values: working (default), live.",
|
|
14560
14574
|
schema: {
|
|
14561
14575
|
type: "string",
|
|
14562
|
-
"default": "working",
|
|
14563
14576
|
"enum": [
|
|
14564
14577
|
"working",
|
|
14565
14578
|
"live"
|
|
14566
|
-
]
|
|
14579
|
+
],
|
|
14580
|
+
"default": "working"
|
|
14567
14581
|
},
|
|
14568
14582
|
example: "working"
|
|
14569
14583
|
}
|
|
@@ -15666,11 +15680,11 @@ var paths = {
|
|
|
15666
15680
|
description: "Export format",
|
|
15667
15681
|
schema: {
|
|
15668
15682
|
type: "string",
|
|
15669
|
-
"default": "csv",
|
|
15670
15683
|
"enum": [
|
|
15671
15684
|
"csv",
|
|
15672
15685
|
"json"
|
|
15673
|
-
]
|
|
15686
|
+
],
|
|
15687
|
+
"default": "csv"
|
|
15674
15688
|
},
|
|
15675
15689
|
example: "csv"
|
|
15676
15690
|
},
|
package/spec.esm.js
CHANGED
|
@@ -1745,11 +1745,11 @@ var paths = {
|
|
|
1745
1745
|
description: "Sort direction: choose between ascending or descending.",
|
|
1746
1746
|
schema: {
|
|
1747
1747
|
type: "string",
|
|
1748
|
-
"default": "ASC",
|
|
1749
1748
|
"enum": [
|
|
1750
1749
|
"ASC",
|
|
1751
1750
|
"DESC"
|
|
1752
|
-
]
|
|
1751
|
+
],
|
|
1752
|
+
"default": "ASC"
|
|
1753
1753
|
}
|
|
1754
1754
|
},
|
|
1755
1755
|
{
|
|
@@ -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: {
|
|
@@ -3243,11 +3252,11 @@ var paths = {
|
|
|
3243
3252
|
description: "Column to sort by.",
|
|
3244
3253
|
schema: {
|
|
3245
3254
|
type: "string",
|
|
3246
|
-
"default": "name",
|
|
3247
3255
|
"enum": [
|
|
3248
3256
|
"name",
|
|
3249
3257
|
"mod_date"
|
|
3250
|
-
]
|
|
3258
|
+
],
|
|
3259
|
+
"default": "name"
|
|
3251
3260
|
}
|
|
3252
3261
|
},
|
|
3253
3262
|
{
|
|
@@ -3256,11 +3265,11 @@ var paths = {
|
|
|
3256
3265
|
description: "Sort direction",
|
|
3257
3266
|
schema: {
|
|
3258
3267
|
type: "string",
|
|
3259
|
-
"default": "ASC",
|
|
3260
3268
|
"enum": [
|
|
3261
3269
|
"ASC",
|
|
3262
3270
|
"DESC"
|
|
3263
|
-
]
|
|
3271
|
+
],
|
|
3272
|
+
"default": "ASC"
|
|
3264
3273
|
}
|
|
3265
3274
|
},
|
|
3266
3275
|
{
|
|
@@ -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"
|
|
@@ -10964,11 +10978,11 @@ var paths = {
|
|
|
10964
10978
|
description: "*Optional.* Case-insensitive parameter indicating how results are to be displayed.\n\nIn listing mode, all associated actions are returned; in editing mode (the default), it returns only the actions accessible to the contentlet's current workflow step.",
|
|
10965
10979
|
schema: {
|
|
10966
10980
|
type: "string",
|
|
10967
|
-
"default": "EDITING",
|
|
10968
10981
|
"enum": [
|
|
10969
10982
|
"EDITING",
|
|
10970
10983
|
"LISTING"
|
|
10971
|
-
]
|
|
10984
|
+
],
|
|
10985
|
+
"default": "EDITING"
|
|
10972
10986
|
}
|
|
10973
10987
|
}
|
|
10974
10988
|
],
|
|
@@ -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: {
|
|
@@ -14475,11 +14489,11 @@ var paths = {
|
|
|
14475
14489
|
description: "Asset version to retrieve. Accepted values: working (default), live.",
|
|
14476
14490
|
schema: {
|
|
14477
14491
|
type: "string",
|
|
14478
|
-
"default": "working",
|
|
14479
14492
|
"enum": [
|
|
14480
14493
|
"working",
|
|
14481
14494
|
"live"
|
|
14482
|
-
]
|
|
14495
|
+
],
|
|
14496
|
+
"default": "working"
|
|
14483
14497
|
},
|
|
14484
14498
|
example: "working"
|
|
14485
14499
|
}
|
|
@@ -14557,11 +14571,11 @@ var paths = {
|
|
|
14557
14571
|
description: "Asset version to retrieve. Accepted values: working (default), live.",
|
|
14558
14572
|
schema: {
|
|
14559
14573
|
type: "string",
|
|
14560
|
-
"default": "working",
|
|
14561
14574
|
"enum": [
|
|
14562
14575
|
"working",
|
|
14563
14576
|
"live"
|
|
14564
|
-
]
|
|
14577
|
+
],
|
|
14578
|
+
"default": "working"
|
|
14565
14579
|
},
|
|
14566
14580
|
example: "working"
|
|
14567
14581
|
}
|
|
@@ -15664,11 +15678,11 @@ var paths = {
|
|
|
15664
15678
|
description: "Export format",
|
|
15665
15679
|
schema: {
|
|
15666
15680
|
type: "string",
|
|
15667
|
-
"default": "csv",
|
|
15668
15681
|
"enum": [
|
|
15669
15682
|
"csv",
|
|
15670
15683
|
"json"
|
|
15671
|
-
]
|
|
15684
|
+
],
|
|
15685
|
+
"default": "csv"
|
|
15672
15686
|
},
|
|
15673
15687
|
example: "csv"
|
|
15674
15688
|
},
|