@dotcms/ai 0.1.0 → 1.5.5-next.2270
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 +2 -2
- package/spec.cjs.js +12 -12
- package/spec.esm.js +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcms/ai",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.5.5-next.2270",
|
|
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
|
@@ -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
|
{
|
|
@@ -10919,11 +10919,11 @@ var paths = {
|
|
|
10919
10919
|
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.",
|
|
10920
10920
|
schema: {
|
|
10921
10921
|
type: "string",
|
|
10922
|
+
"default": "EDITING",
|
|
10922
10923
|
"enum": [
|
|
10923
10924
|
"EDITING",
|
|
10924
10925
|
"LISTING"
|
|
10925
|
-
]
|
|
10926
|
-
"default": "EDITING"
|
|
10926
|
+
]
|
|
10927
10927
|
}
|
|
10928
10928
|
}
|
|
10929
10929
|
],
|
|
@@ -13942,10 +13942,10 @@ var paths = {
|
|
|
13942
13942
|
type: {
|
|
13943
13943
|
type: "string"
|
|
13944
13944
|
},
|
|
13945
|
-
|
|
13945
|
+
individualPermission: {
|
|
13946
13946
|
type: "boolean"
|
|
13947
13947
|
},
|
|
13948
|
-
|
|
13948
|
+
bitPermission: {
|
|
13949
13949
|
type: "boolean"
|
|
13950
13950
|
},
|
|
13951
13951
|
roleId: {
|
|
@@ -14430,11 +14430,11 @@ var paths = {
|
|
|
14430
14430
|
description: "Asset version to retrieve. Accepted values: working (default), live.",
|
|
14431
14431
|
schema: {
|
|
14432
14432
|
type: "string",
|
|
14433
|
+
"default": "working",
|
|
14433
14434
|
"enum": [
|
|
14434
14435
|
"working",
|
|
14435
14436
|
"live"
|
|
14436
|
-
]
|
|
14437
|
-
"default": "working"
|
|
14437
|
+
]
|
|
14438
14438
|
},
|
|
14439
14439
|
example: "working"
|
|
14440
14440
|
}
|
|
@@ -14512,11 +14512,11 @@ var paths = {
|
|
|
14512
14512
|
description: "Asset version to retrieve. Accepted values: working (default), live.",
|
|
14513
14513
|
schema: {
|
|
14514
14514
|
type: "string",
|
|
14515
|
+
"default": "working",
|
|
14515
14516
|
"enum": [
|
|
14516
14517
|
"working",
|
|
14517
14518
|
"live"
|
|
14518
|
-
]
|
|
14519
|
-
"default": "working"
|
|
14519
|
+
]
|
|
14520
14520
|
},
|
|
14521
14521
|
example: "working"
|
|
14522
14522
|
}
|
|
@@ -15619,11 +15619,11 @@ var paths = {
|
|
|
15619
15619
|
description: "Export format",
|
|
15620
15620
|
schema: {
|
|
15621
15621
|
type: "string",
|
|
15622
|
+
"default": "csv",
|
|
15622
15623
|
"enum": [
|
|
15623
15624
|
"csv",
|
|
15624
15625
|
"json"
|
|
15625
|
-
]
|
|
15626
|
-
"default": "csv"
|
|
15626
|
+
]
|
|
15627
15627
|
},
|
|
15628
15628
|
example: "csv"
|
|
15629
15629
|
},
|
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
|
{
|
|
@@ -10917,11 +10917,11 @@ var paths = {
|
|
|
10917
10917
|
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.",
|
|
10918
10918
|
schema: {
|
|
10919
10919
|
type: "string",
|
|
10920
|
+
"default": "EDITING",
|
|
10920
10921
|
"enum": [
|
|
10921
10922
|
"EDITING",
|
|
10922
10923
|
"LISTING"
|
|
10923
|
-
]
|
|
10924
|
-
"default": "EDITING"
|
|
10924
|
+
]
|
|
10925
10925
|
}
|
|
10926
10926
|
}
|
|
10927
10927
|
],
|
|
@@ -13940,10 +13940,10 @@ var paths = {
|
|
|
13940
13940
|
type: {
|
|
13941
13941
|
type: "string"
|
|
13942
13942
|
},
|
|
13943
|
-
|
|
13943
|
+
individualPermission: {
|
|
13944
13944
|
type: "boolean"
|
|
13945
13945
|
},
|
|
13946
|
-
|
|
13946
|
+
bitPermission: {
|
|
13947
13947
|
type: "boolean"
|
|
13948
13948
|
},
|
|
13949
13949
|
roleId: {
|
|
@@ -14428,11 +14428,11 @@ var paths = {
|
|
|
14428
14428
|
description: "Asset version to retrieve. Accepted values: working (default), live.",
|
|
14429
14429
|
schema: {
|
|
14430
14430
|
type: "string",
|
|
14431
|
+
"default": "working",
|
|
14431
14432
|
"enum": [
|
|
14432
14433
|
"working",
|
|
14433
14434
|
"live"
|
|
14434
|
-
]
|
|
14435
|
-
"default": "working"
|
|
14435
|
+
]
|
|
14436
14436
|
},
|
|
14437
14437
|
example: "working"
|
|
14438
14438
|
}
|
|
@@ -14510,11 +14510,11 @@ var paths = {
|
|
|
14510
14510
|
description: "Asset version to retrieve. Accepted values: working (default), live.",
|
|
14511
14511
|
schema: {
|
|
14512
14512
|
type: "string",
|
|
14513
|
+
"default": "working",
|
|
14513
14514
|
"enum": [
|
|
14514
14515
|
"working",
|
|
14515
14516
|
"live"
|
|
14516
|
-
]
|
|
14517
|
-
"default": "working"
|
|
14517
|
+
]
|
|
14518
14518
|
},
|
|
14519
14519
|
example: "working"
|
|
14520
14520
|
}
|
|
@@ -15617,11 +15617,11 @@ var paths = {
|
|
|
15617
15617
|
description: "Export format",
|
|
15618
15618
|
schema: {
|
|
15619
15619
|
type: "string",
|
|
15620
|
+
"default": "csv",
|
|
15620
15621
|
"enum": [
|
|
15621
15622
|
"csv",
|
|
15622
15623
|
"json"
|
|
15623
|
-
]
|
|
15624
|
-
"default": "csv"
|
|
15624
|
+
]
|
|
15625
15625
|
},
|
|
15626
15626
|
example: "csv"
|
|
15627
15627
|
},
|