@dotcms/ai 26.7.28-1 → 26.7.30-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 +34 -34
  3. package/spec.esm.js +34 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/ai",
3
- "version": "26.07.28-01",
3
+ "version": "26.07.30-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
  ],
@@ -13658,15 +13658,6 @@ var paths = {
13658
13658
  hasOnlyBatchActionlet: {
13659
13659
  type: "boolean"
13660
13660
  },
13661
- hasSaveActionlet: {
13662
- type: "boolean"
13663
- },
13664
- hasDeleteActionlet: {
13665
- type: "boolean"
13666
- },
13667
- hasResetActionlet: {
13668
- type: "boolean"
13669
- },
13670
13661
  hasPublishActionlet: {
13671
13662
  type: "boolean"
13672
13663
  },
@@ -13693,6 +13684,15 @@ var paths = {
13693
13684
  },
13694
13685
  hasMoveActionletActionlet: {
13695
13686
  type: "boolean"
13687
+ },
13688
+ hasSaveActionlet: {
13689
+ type: "boolean"
13690
+ },
13691
+ hasDeleteActionlet: {
13692
+ type: "boolean"
13693
+ },
13694
+ hasResetActionlet: {
13695
+ type: "boolean"
13696
13696
  }
13697
13697
  }
13698
13698
  }
@@ -13932,15 +13932,6 @@ var paths = {
13932
13932
  hasOnlyBatchActionlet: {
13933
13933
  type: "boolean"
13934
13934
  },
13935
- hasSaveActionlet: {
13936
- type: "boolean"
13937
- },
13938
- hasDeleteActionlet: {
13939
- type: "boolean"
13940
- },
13941
- hasResetActionlet: {
13942
- type: "boolean"
13943
- },
13944
13935
  hasPublishActionlet: {
13945
13936
  type: "boolean"
13946
13937
  },
@@ -13967,6 +13958,15 @@ var paths = {
13967
13958
  },
13968
13959
  hasMoveActionletActionlet: {
13969
13960
  type: "boolean"
13961
+ },
13962
+ hasSaveActionlet: {
13963
+ type: "boolean"
13964
+ },
13965
+ hasDeleteActionlet: {
13966
+ type: "boolean"
13967
+ },
13968
+ hasResetActionlet: {
13969
+ type: "boolean"
13970
13970
  }
13971
13971
  }
13972
13972
  },
@@ -14003,10 +14003,10 @@ var paths = {
14003
14003
  type: {
14004
14004
  type: "string"
14005
14005
  },
14006
- individualPermission: {
14006
+ bitPermission: {
14007
14007
  type: "boolean"
14008
14008
  },
14009
- bitPermission: {
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
  ],
@@ -13656,15 +13656,6 @@ var paths = {
13656
13656
  hasOnlyBatchActionlet: {
13657
13657
  type: "boolean"
13658
13658
  },
13659
- hasSaveActionlet: {
13660
- type: "boolean"
13661
- },
13662
- hasDeleteActionlet: {
13663
- type: "boolean"
13664
- },
13665
- hasResetActionlet: {
13666
- type: "boolean"
13667
- },
13668
13659
  hasPublishActionlet: {
13669
13660
  type: "boolean"
13670
13661
  },
@@ -13691,6 +13682,15 @@ var paths = {
13691
13682
  },
13692
13683
  hasMoveActionletActionlet: {
13693
13684
  type: "boolean"
13685
+ },
13686
+ hasSaveActionlet: {
13687
+ type: "boolean"
13688
+ },
13689
+ hasDeleteActionlet: {
13690
+ type: "boolean"
13691
+ },
13692
+ hasResetActionlet: {
13693
+ type: "boolean"
13694
13694
  }
13695
13695
  }
13696
13696
  }
@@ -13930,15 +13930,6 @@ var paths = {
13930
13930
  hasOnlyBatchActionlet: {
13931
13931
  type: "boolean"
13932
13932
  },
13933
- hasSaveActionlet: {
13934
- type: "boolean"
13935
- },
13936
- hasDeleteActionlet: {
13937
- type: "boolean"
13938
- },
13939
- hasResetActionlet: {
13940
- type: "boolean"
13941
- },
13942
13933
  hasPublishActionlet: {
13943
13934
  type: "boolean"
13944
13935
  },
@@ -13965,6 +13956,15 @@ var paths = {
13965
13956
  },
13966
13957
  hasMoveActionletActionlet: {
13967
13958
  type: "boolean"
13959
+ },
13960
+ hasSaveActionlet: {
13961
+ type: "boolean"
13962
+ },
13963
+ hasDeleteActionlet: {
13964
+ type: "boolean"
13965
+ },
13966
+ hasResetActionlet: {
13967
+ type: "boolean"
13968
13968
  }
13969
13969
  }
13970
13970
  },
@@ -14001,10 +14001,10 @@ var paths = {
14001
14001
  type: {
14002
14002
  type: "string"
14003
14003
  },
14004
- individualPermission: {
14004
+ bitPermission: {
14005
14005
  type: "boolean"
14006
14006
  },
14007
- bitPermission: {
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
  },