@dotcms/ai 26.7.28-1 → 26.7.31-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 +16 -16
- package/spec.esm.js +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcms/ai",
|
|
3
|
-
"version": "26.07.
|
|
3
|
+
"version": "26.07.31-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",
|
|
1750
1751
|
"enum": [
|
|
1751
1752
|
"ASC",
|
|
1752
1753
|
"DESC"
|
|
1753
|
-
]
|
|
1754
|
-
"default": "ASC"
|
|
1754
|
+
]
|
|
1755
1755
|
}
|
|
1756
1756
|
},
|
|
1757
1757
|
{
|
|
@@ -3254,11 +3254,11 @@ var paths = {
|
|
|
3254
3254
|
description: "Column to sort by.",
|
|
3255
3255
|
schema: {
|
|
3256
3256
|
type: "string",
|
|
3257
|
+
"default": "name",
|
|
3257
3258
|
"enum": [
|
|
3258
3259
|
"name",
|
|
3259
3260
|
"mod_date"
|
|
3260
|
-
]
|
|
3261
|
-
"default": "name"
|
|
3261
|
+
]
|
|
3262
3262
|
}
|
|
3263
3263
|
},
|
|
3264
3264
|
{
|
|
@@ -3267,11 +3267,11 @@ var paths = {
|
|
|
3267
3267
|
description: "Sort direction",
|
|
3268
3268
|
schema: {
|
|
3269
3269
|
type: "string",
|
|
3270
|
+
"default": "ASC",
|
|
3270
3271
|
"enum": [
|
|
3271
3272
|
"ASC",
|
|
3272
3273
|
"DESC"
|
|
3273
|
-
]
|
|
3274
|
-
"default": "ASC"
|
|
3274
|
+
]
|
|
3275
3275
|
}
|
|
3276
3276
|
},
|
|
3277
3277
|
{
|
|
@@ -10980,11 +10980,11 @@ var paths = {
|
|
|
10980
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.",
|
|
10981
10981
|
schema: {
|
|
10982
10982
|
type: "string",
|
|
10983
|
+
"default": "EDITING",
|
|
10983
10984
|
"enum": [
|
|
10984
10985
|
"EDITING",
|
|
10985
10986
|
"LISTING"
|
|
10986
|
-
]
|
|
10987
|
-
"default": "EDITING"
|
|
10987
|
+
]
|
|
10988
10988
|
}
|
|
10989
10989
|
}
|
|
10990
10990
|
],
|
|
@@ -14003,10 +14003,10 @@ var paths = {
|
|
|
14003
14003
|
type: {
|
|
14004
14004
|
type: "string"
|
|
14005
14005
|
},
|
|
14006
|
-
|
|
14006
|
+
bitPermission: {
|
|
14007
14007
|
type: "boolean"
|
|
14008
14008
|
},
|
|
14009
|
-
|
|
14009
|
+
individualPermission: {
|
|
14010
14010
|
type: "boolean"
|
|
14011
14011
|
},
|
|
14012
14012
|
roleId: {
|
|
@@ -14491,11 +14491,11 @@ var paths = {
|
|
|
14491
14491
|
description: "Asset version to retrieve. Accepted values: working (default), live.",
|
|
14492
14492
|
schema: {
|
|
14493
14493
|
type: "string",
|
|
14494
|
+
"default": "working",
|
|
14494
14495
|
"enum": [
|
|
14495
14496
|
"working",
|
|
14496
14497
|
"live"
|
|
14497
|
-
]
|
|
14498
|
-
"default": "working"
|
|
14498
|
+
]
|
|
14499
14499
|
},
|
|
14500
14500
|
example: "working"
|
|
14501
14501
|
}
|
|
@@ -14573,11 +14573,11 @@ var paths = {
|
|
|
14573
14573
|
description: "Asset version to retrieve. Accepted values: working (default), live.",
|
|
14574
14574
|
schema: {
|
|
14575
14575
|
type: "string",
|
|
14576
|
+
"default": "working",
|
|
14576
14577
|
"enum": [
|
|
14577
14578
|
"working",
|
|
14578
14579
|
"live"
|
|
14579
|
-
]
|
|
14580
|
-
"default": "working"
|
|
14580
|
+
]
|
|
14581
14581
|
},
|
|
14582
14582
|
example: "working"
|
|
14583
14583
|
}
|
|
@@ -15680,11 +15680,11 @@ var paths = {
|
|
|
15680
15680
|
description: "Export format",
|
|
15681
15681
|
schema: {
|
|
15682
15682
|
type: "string",
|
|
15683
|
+
"default": "csv",
|
|
15683
15684
|
"enum": [
|
|
15684
15685
|
"csv",
|
|
15685
15686
|
"json"
|
|
15686
|
-
]
|
|
15687
|
-
"default": "csv"
|
|
15687
|
+
]
|
|
15688
15688
|
},
|
|
15689
15689
|
example: "csv"
|
|
15690
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",
|
|
1748
1749
|
"enum": [
|
|
1749
1750
|
"ASC",
|
|
1750
1751
|
"DESC"
|
|
1751
|
-
]
|
|
1752
|
-
"default": "ASC"
|
|
1752
|
+
]
|
|
1753
1753
|
}
|
|
1754
1754
|
},
|
|
1755
1755
|
{
|
|
@@ -3252,11 +3252,11 @@ var paths = {
|
|
|
3252
3252
|
description: "Column to sort by.",
|
|
3253
3253
|
schema: {
|
|
3254
3254
|
type: "string",
|
|
3255
|
+
"default": "name",
|
|
3255
3256
|
"enum": [
|
|
3256
3257
|
"name",
|
|
3257
3258
|
"mod_date"
|
|
3258
|
-
]
|
|
3259
|
-
"default": "name"
|
|
3259
|
+
]
|
|
3260
3260
|
}
|
|
3261
3261
|
},
|
|
3262
3262
|
{
|
|
@@ -3265,11 +3265,11 @@ var paths = {
|
|
|
3265
3265
|
description: "Sort direction",
|
|
3266
3266
|
schema: {
|
|
3267
3267
|
type: "string",
|
|
3268
|
+
"default": "ASC",
|
|
3268
3269
|
"enum": [
|
|
3269
3270
|
"ASC",
|
|
3270
3271
|
"DESC"
|
|
3271
|
-
]
|
|
3272
|
-
"default": "ASC"
|
|
3272
|
+
]
|
|
3273
3273
|
}
|
|
3274
3274
|
},
|
|
3275
3275
|
{
|
|
@@ -10978,11 +10978,11 @@ var paths = {
|
|
|
10978
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.",
|
|
10979
10979
|
schema: {
|
|
10980
10980
|
type: "string",
|
|
10981
|
+
"default": "EDITING",
|
|
10981
10982
|
"enum": [
|
|
10982
10983
|
"EDITING",
|
|
10983
10984
|
"LISTING"
|
|
10984
|
-
]
|
|
10985
|
-
"default": "EDITING"
|
|
10985
|
+
]
|
|
10986
10986
|
}
|
|
10987
10987
|
}
|
|
10988
10988
|
],
|
|
@@ -14001,10 +14001,10 @@ var paths = {
|
|
|
14001
14001
|
type: {
|
|
14002
14002
|
type: "string"
|
|
14003
14003
|
},
|
|
14004
|
-
|
|
14004
|
+
bitPermission: {
|
|
14005
14005
|
type: "boolean"
|
|
14006
14006
|
},
|
|
14007
|
-
|
|
14007
|
+
individualPermission: {
|
|
14008
14008
|
type: "boolean"
|
|
14009
14009
|
},
|
|
14010
14010
|
roleId: {
|
|
@@ -14489,11 +14489,11 @@ var paths = {
|
|
|
14489
14489
|
description: "Asset version to retrieve. Accepted values: working (default), live.",
|
|
14490
14490
|
schema: {
|
|
14491
14491
|
type: "string",
|
|
14492
|
+
"default": "working",
|
|
14492
14493
|
"enum": [
|
|
14493
14494
|
"working",
|
|
14494
14495
|
"live"
|
|
14495
|
-
]
|
|
14496
|
-
"default": "working"
|
|
14496
|
+
]
|
|
14497
14497
|
},
|
|
14498
14498
|
example: "working"
|
|
14499
14499
|
}
|
|
@@ -14571,11 +14571,11 @@ var paths = {
|
|
|
14571
14571
|
description: "Asset version to retrieve. Accepted values: working (default), live.",
|
|
14572
14572
|
schema: {
|
|
14573
14573
|
type: "string",
|
|
14574
|
+
"default": "working",
|
|
14574
14575
|
"enum": [
|
|
14575
14576
|
"working",
|
|
14576
14577
|
"live"
|
|
14577
|
-
]
|
|
14578
|
-
"default": "working"
|
|
14578
|
+
]
|
|
14579
14579
|
},
|
|
14580
14580
|
example: "working"
|
|
14581
14581
|
}
|
|
@@ -15678,11 +15678,11 @@ var paths = {
|
|
|
15678
15678
|
description: "Export format",
|
|
15679
15679
|
schema: {
|
|
15680
15680
|
type: "string",
|
|
15681
|
+
"default": "csv",
|
|
15681
15682
|
"enum": [
|
|
15682
15683
|
"csv",
|
|
15683
15684
|
"json"
|
|
15684
|
-
]
|
|
15685
|
-
"default": "csv"
|
|
15685
|
+
]
|
|
15686
15686
|
},
|
|
15687
15687
|
example: "csv"
|
|
15688
15688
|
},
|