@dotcms/ai 26.8.3-1-next.2478 → 26.8.7-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.8.3-1-next.2478",
3
+ "version": "26.08.07-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
  {
@@ -10998,11 +10998,11 @@ var paths = {
10998
10998
  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.",
10999
10999
  schema: {
11000
11000
  type: "string",
11001
+ "default": "EDITING",
11001
11002
  "enum": [
11002
11003
  "EDITING",
11003
11004
  "LISTING"
11004
- ],
11005
- "default": "EDITING"
11005
+ ]
11006
11006
  }
11007
11007
  }
11008
11008
  ],
@@ -13676,15 +13676,6 @@ var paths = {
13676
13676
  hasOnlyBatchActionlet: {
13677
13677
  type: "boolean"
13678
13678
  },
13679
- hasSaveActionlet: {
13680
- type: "boolean"
13681
- },
13682
- hasDeleteActionlet: {
13683
- type: "boolean"
13684
- },
13685
- hasResetActionlet: {
13686
- type: "boolean"
13687
- },
13688
13679
  hasPublishActionlet: {
13689
13680
  type: "boolean"
13690
13681
  },
@@ -13711,6 +13702,15 @@ var paths = {
13711
13702
  },
13712
13703
  hasMoveActionletActionlet: {
13713
13704
  type: "boolean"
13705
+ },
13706
+ hasSaveActionlet: {
13707
+ type: "boolean"
13708
+ },
13709
+ hasDeleteActionlet: {
13710
+ type: "boolean"
13711
+ },
13712
+ hasResetActionlet: {
13713
+ type: "boolean"
13714
13714
  }
13715
13715
  }
13716
13716
  }
@@ -13950,15 +13950,6 @@ var paths = {
13950
13950
  hasOnlyBatchActionlet: {
13951
13951
  type: "boolean"
13952
13952
  },
13953
- hasSaveActionlet: {
13954
- type: "boolean"
13955
- },
13956
- hasDeleteActionlet: {
13957
- type: "boolean"
13958
- },
13959
- hasResetActionlet: {
13960
- type: "boolean"
13961
- },
13962
13953
  hasPublishActionlet: {
13963
13954
  type: "boolean"
13964
13955
  },
@@ -13985,6 +13976,15 @@ var paths = {
13985
13976
  },
13986
13977
  hasMoveActionletActionlet: {
13987
13978
  type: "boolean"
13979
+ },
13980
+ hasSaveActionlet: {
13981
+ type: "boolean"
13982
+ },
13983
+ hasDeleteActionlet: {
13984
+ type: "boolean"
13985
+ },
13986
+ hasResetActionlet: {
13987
+ type: "boolean"
13988
13988
  }
13989
13989
  }
13990
13990
  },
@@ -14021,10 +14021,10 @@ var paths = {
14021
14021
  type: {
14022
14022
  type: "string"
14023
14023
  },
14024
- bitPermission: {
14024
+ individualPermission: {
14025
14025
  type: "boolean"
14026
14026
  },
14027
- individualPermission: {
14027
+ bitPermission: {
14028
14028
  type: "boolean"
14029
14029
  },
14030
14030
  roleId: {
@@ -14509,11 +14509,11 @@ var paths = {
14509
14509
  description: "Asset version to retrieve. Accepted values: working (default), live.",
14510
14510
  schema: {
14511
14511
  type: "string",
14512
+ "default": "working",
14512
14513
  "enum": [
14513
14514
  "working",
14514
14515
  "live"
14515
- ],
14516
- "default": "working"
14516
+ ]
14517
14517
  },
14518
14518
  example: "working"
14519
14519
  }
@@ -14591,11 +14591,11 @@ var paths = {
14591
14591
  description: "Asset version to retrieve. Accepted values: working (default), live.",
14592
14592
  schema: {
14593
14593
  type: "string",
14594
+ "default": "working",
14594
14595
  "enum": [
14595
14596
  "working",
14596
14597
  "live"
14597
- ],
14598
- "default": "working"
14598
+ ]
14599
14599
  },
14600
14600
  example: "working"
14601
14601
  }
@@ -15698,11 +15698,11 @@ var paths = {
15698
15698
  description: "Export format",
15699
15699
  schema: {
15700
15700
  type: "string",
15701
+ "default": "csv",
15701
15702
  "enum": [
15702
15703
  "csv",
15703
15704
  "json"
15704
- ],
15705
- "default": "csv"
15705
+ ]
15706
15706
  },
15707
15707
  example: "csv"
15708
15708
  },
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
  {
@@ -10996,11 +10996,11 @@ var paths = {
10996
10996
  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.",
10997
10997
  schema: {
10998
10998
  type: "string",
10999
+ "default": "EDITING",
10999
11000
  "enum": [
11000
11001
  "EDITING",
11001
11002
  "LISTING"
11002
- ],
11003
- "default": "EDITING"
11003
+ ]
11004
11004
  }
11005
11005
  }
11006
11006
  ],
@@ -13674,15 +13674,6 @@ var paths = {
13674
13674
  hasOnlyBatchActionlet: {
13675
13675
  type: "boolean"
13676
13676
  },
13677
- hasSaveActionlet: {
13678
- type: "boolean"
13679
- },
13680
- hasDeleteActionlet: {
13681
- type: "boolean"
13682
- },
13683
- hasResetActionlet: {
13684
- type: "boolean"
13685
- },
13686
13677
  hasPublishActionlet: {
13687
13678
  type: "boolean"
13688
13679
  },
@@ -13709,6 +13700,15 @@ var paths = {
13709
13700
  },
13710
13701
  hasMoveActionletActionlet: {
13711
13702
  type: "boolean"
13703
+ },
13704
+ hasSaveActionlet: {
13705
+ type: "boolean"
13706
+ },
13707
+ hasDeleteActionlet: {
13708
+ type: "boolean"
13709
+ },
13710
+ hasResetActionlet: {
13711
+ type: "boolean"
13712
13712
  }
13713
13713
  }
13714
13714
  }
@@ -13948,15 +13948,6 @@ var paths = {
13948
13948
  hasOnlyBatchActionlet: {
13949
13949
  type: "boolean"
13950
13950
  },
13951
- hasSaveActionlet: {
13952
- type: "boolean"
13953
- },
13954
- hasDeleteActionlet: {
13955
- type: "boolean"
13956
- },
13957
- hasResetActionlet: {
13958
- type: "boolean"
13959
- },
13960
13951
  hasPublishActionlet: {
13961
13952
  type: "boolean"
13962
13953
  },
@@ -13983,6 +13974,15 @@ var paths = {
13983
13974
  },
13984
13975
  hasMoveActionletActionlet: {
13985
13976
  type: "boolean"
13977
+ },
13978
+ hasSaveActionlet: {
13979
+ type: "boolean"
13980
+ },
13981
+ hasDeleteActionlet: {
13982
+ type: "boolean"
13983
+ },
13984
+ hasResetActionlet: {
13985
+ type: "boolean"
13986
13986
  }
13987
13987
  }
13988
13988
  },
@@ -14019,10 +14019,10 @@ var paths = {
14019
14019
  type: {
14020
14020
  type: "string"
14021
14021
  },
14022
- bitPermission: {
14022
+ individualPermission: {
14023
14023
  type: "boolean"
14024
14024
  },
14025
- individualPermission: {
14025
+ bitPermission: {
14026
14026
  type: "boolean"
14027
14027
  },
14028
14028
  roleId: {
@@ -14507,11 +14507,11 @@ var paths = {
14507
14507
  description: "Asset version to retrieve. Accepted values: working (default), live.",
14508
14508
  schema: {
14509
14509
  type: "string",
14510
+ "default": "working",
14510
14511
  "enum": [
14511
14512
  "working",
14512
14513
  "live"
14513
- ],
14514
- "default": "working"
14514
+ ]
14515
14515
  },
14516
14516
  example: "working"
14517
14517
  }
@@ -14589,11 +14589,11 @@ var paths = {
14589
14589
  description: "Asset version to retrieve. Accepted values: working (default), live.",
14590
14590
  schema: {
14591
14591
  type: "string",
14592
+ "default": "working",
14592
14593
  "enum": [
14593
14594
  "working",
14594
14595
  "live"
14595
- ],
14596
- "default": "working"
14596
+ ]
14597
14597
  },
14598
14598
  example: "working"
14599
14599
  }
@@ -15696,11 +15696,11 @@ var paths = {
15696
15696
  description: "Export format",
15697
15697
  schema: {
15698
15698
  type: "string",
15699
+ "default": "csv",
15699
15700
  "enum": [
15700
15701
  "csv",
15701
15702
  "json"
15702
- ],
15703
- "default": "csv"
15703
+ ]
15704
15704
  },
15705
15705
  example: "csv"
15706
15706
  },