@dotcms/ai 26.8.10-1-next.2511 → 26.8.12-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.
Files changed (3) hide show
  1. package/package.json +1 -1
  2. package/spec.cjs.js +16 -16
  3. package/spec.esm.js +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/ai",
3
- "version": "26.8.10-1-next.2511",
3
+ "version": "26.08.12-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
  {
@@ -3254,11 +3254,11 @@ var paths = {
3254
3254
  description: "Column to sort by.",
3255
3255
  schema: {
3256
3256
  type: "string",
3257
- "default": "name",
3258
3257
  "enum": [
3259
3258
  "name",
3260
3259
  "mod_date"
3261
- ]
3260
+ ],
3261
+ "default": "name"
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",
3271
3270
  "enum": [
3272
3271
  "ASC",
3273
3272
  "DESC"
3274
- ]
3273
+ ],
3274
+ "default": "ASC"
3275
3275
  }
3276
3276
  },
3277
3277
  {
@@ -11007,11 +11007,11 @@ var paths = {
11007
11007
  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.",
11008
11008
  schema: {
11009
11009
  type: "string",
11010
- "default": "EDITING",
11011
11010
  "enum": [
11012
11011
  "EDITING",
11013
11012
  "LISTING"
11014
- ]
11013
+ ],
11014
+ "default": "EDITING"
11015
11015
  }
11016
11016
  }
11017
11017
  ],
@@ -14030,10 +14030,10 @@ var paths = {
14030
14030
  type: {
14031
14031
  type: "string"
14032
14032
  },
14033
- bitPermission: {
14033
+ individualPermission: {
14034
14034
  type: "boolean"
14035
14035
  },
14036
- individualPermission: {
14036
+ bitPermission: {
14037
14037
  type: "boolean"
14038
14038
  },
14039
14039
  roleId: {
@@ -14518,11 +14518,11 @@ var paths = {
14518
14518
  description: "Asset version to retrieve. Accepted values: working (default), live.",
14519
14519
  schema: {
14520
14520
  type: "string",
14521
- "default": "working",
14522
14521
  "enum": [
14523
14522
  "working",
14524
14523
  "live"
14525
- ]
14524
+ ],
14525
+ "default": "working"
14526
14526
  },
14527
14527
  example: "working"
14528
14528
  }
@@ -14600,11 +14600,11 @@ var paths = {
14600
14600
  description: "Asset version to retrieve. Accepted values: working (default), live.",
14601
14601
  schema: {
14602
14602
  type: "string",
14603
- "default": "working",
14604
14603
  "enum": [
14605
14604
  "working",
14606
14605
  "live"
14607
- ]
14606
+ ],
14607
+ "default": "working"
14608
14608
  },
14609
14609
  example: "working"
14610
14610
  }
@@ -15707,11 +15707,11 @@ var paths = {
15707
15707
  description: "Export format",
15708
15708
  schema: {
15709
15709
  type: "string",
15710
- "default": "csv",
15711
15710
  "enum": [
15712
15711
  "csv",
15713
15712
  "json"
15714
- ]
15713
+ ],
15714
+ "default": "csv"
15715
15715
  },
15716
15716
  example: "csv"
15717
15717
  },
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
  {
@@ -3252,11 +3252,11 @@ var paths = {
3252
3252
  description: "Column to sort by.",
3253
3253
  schema: {
3254
3254
  type: "string",
3255
- "default": "name",
3256
3255
  "enum": [
3257
3256
  "name",
3258
3257
  "mod_date"
3259
- ]
3258
+ ],
3259
+ "default": "name"
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",
3269
3268
  "enum": [
3270
3269
  "ASC",
3271
3270
  "DESC"
3272
- ]
3271
+ ],
3272
+ "default": "ASC"
3273
3273
  }
3274
3274
  },
3275
3275
  {
@@ -11005,11 +11005,11 @@ var paths = {
11005
11005
  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.",
11006
11006
  schema: {
11007
11007
  type: "string",
11008
- "default": "EDITING",
11009
11008
  "enum": [
11010
11009
  "EDITING",
11011
11010
  "LISTING"
11012
- ]
11011
+ ],
11012
+ "default": "EDITING"
11013
11013
  }
11014
11014
  }
11015
11015
  ],
@@ -14028,10 +14028,10 @@ var paths = {
14028
14028
  type: {
14029
14029
  type: "string"
14030
14030
  },
14031
- bitPermission: {
14031
+ individualPermission: {
14032
14032
  type: "boolean"
14033
14033
  },
14034
- individualPermission: {
14034
+ bitPermission: {
14035
14035
  type: "boolean"
14036
14036
  },
14037
14037
  roleId: {
@@ -14516,11 +14516,11 @@ var paths = {
14516
14516
  description: "Asset version to retrieve. Accepted values: working (default), live.",
14517
14517
  schema: {
14518
14518
  type: "string",
14519
- "default": "working",
14520
14519
  "enum": [
14521
14520
  "working",
14522
14521
  "live"
14523
- ]
14522
+ ],
14523
+ "default": "working"
14524
14524
  },
14525
14525
  example: "working"
14526
14526
  }
@@ -14598,11 +14598,11 @@ var paths = {
14598
14598
  description: "Asset version to retrieve. Accepted values: working (default), live.",
14599
14599
  schema: {
14600
14600
  type: "string",
14601
- "default": "working",
14602
14601
  "enum": [
14603
14602
  "working",
14604
14603
  "live"
14605
- ]
14604
+ ],
14605
+ "default": "working"
14606
14606
  },
14607
14607
  example: "working"
14608
14608
  }
@@ -15705,11 +15705,11 @@ var paths = {
15705
15705
  description: "Export format",
15706
15706
  schema: {
15707
15707
  type: "string",
15708
- "default": "csv",
15709
15708
  "enum": [
15710
15709
  "csv",
15711
15710
  "json"
15712
- ]
15711
+ ],
15712
+ "default": "csv"
15713
15713
  },
15714
15714
  example: "csv"
15715
15715
  },