@dotcms/ai 26.8.12-1 → 26.8.12-2

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 +32 -32
  3. package/spec.esm.js +32 -32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/ai",
3
- "version": "26.08.12-01",
3
+ "version": "26.08.12-02",
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
  {
@@ -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",
11010
11011
  "enum": [
11011
11012
  "EDITING",
11012
11013
  "LISTING"
11013
- ],
11014
- "default": "EDITING"
11014
+ ]
11015
11015
  }
11016
11016
  }
11017
11017
  ],
@@ -13685,6 +13685,15 @@ var paths = {
13685
13685
  hasOnlyBatchActionlet: {
13686
13686
  type: "boolean"
13687
13687
  },
13688
+ hasSaveActionlet: {
13689
+ type: "boolean"
13690
+ },
13691
+ hasDeleteActionlet: {
13692
+ type: "boolean"
13693
+ },
13694
+ hasResetActionlet: {
13695
+ type: "boolean"
13696
+ },
13688
13697
  hasPublishActionlet: {
13689
13698
  type: "boolean"
13690
13699
  },
@@ -13711,15 +13720,6 @@ var paths = {
13711
13720
  },
13712
13721
  hasMoveActionletActionlet: {
13713
13722
  type: "boolean"
13714
- },
13715
- hasSaveActionlet: {
13716
- type: "boolean"
13717
- },
13718
- hasDeleteActionlet: {
13719
- type: "boolean"
13720
- },
13721
- hasResetActionlet: {
13722
- type: "boolean"
13723
13723
  }
13724
13724
  }
13725
13725
  }
@@ -13959,6 +13959,15 @@ var paths = {
13959
13959
  hasOnlyBatchActionlet: {
13960
13960
  type: "boolean"
13961
13961
  },
13962
+ hasSaveActionlet: {
13963
+ type: "boolean"
13964
+ },
13965
+ hasDeleteActionlet: {
13966
+ type: "boolean"
13967
+ },
13968
+ hasResetActionlet: {
13969
+ type: "boolean"
13970
+ },
13962
13971
  hasPublishActionlet: {
13963
13972
  type: "boolean"
13964
13973
  },
@@ -13985,15 +13994,6 @@ var paths = {
13985
13994
  },
13986
13995
  hasMoveActionletActionlet: {
13987
13996
  type: "boolean"
13988
- },
13989
- hasSaveActionlet: {
13990
- type: "boolean"
13991
- },
13992
- hasDeleteActionlet: {
13993
- type: "boolean"
13994
- },
13995
- hasResetActionlet: {
13996
- type: "boolean"
13997
13997
  }
13998
13998
  }
13999
13999
  },
@@ -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",
14521
14522
  "enum": [
14522
14523
  "working",
14523
14524
  "live"
14524
- ],
14525
- "default": "working"
14525
+ ]
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",
14603
14604
  "enum": [
14604
14605
  "working",
14605
14606
  "live"
14606
- ],
14607
- "default": "working"
14607
+ ]
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",
15710
15711
  "enum": [
15711
15712
  "csv",
15712
15713
  "json"
15713
- ],
15714
- "default": "csv"
15714
+ ]
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",
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
  {
@@ -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",
11008
11009
  "enum": [
11009
11010
  "EDITING",
11010
11011
  "LISTING"
11011
- ],
11012
- "default": "EDITING"
11012
+ ]
11013
11013
  }
11014
11014
  }
11015
11015
  ],
@@ -13683,6 +13683,15 @@ var paths = {
13683
13683
  hasOnlyBatchActionlet: {
13684
13684
  type: "boolean"
13685
13685
  },
13686
+ hasSaveActionlet: {
13687
+ type: "boolean"
13688
+ },
13689
+ hasDeleteActionlet: {
13690
+ type: "boolean"
13691
+ },
13692
+ hasResetActionlet: {
13693
+ type: "boolean"
13694
+ },
13686
13695
  hasPublishActionlet: {
13687
13696
  type: "boolean"
13688
13697
  },
@@ -13709,15 +13718,6 @@ var paths = {
13709
13718
  },
13710
13719
  hasMoveActionletActionlet: {
13711
13720
  type: "boolean"
13712
- },
13713
- hasSaveActionlet: {
13714
- type: "boolean"
13715
- },
13716
- hasDeleteActionlet: {
13717
- type: "boolean"
13718
- },
13719
- hasResetActionlet: {
13720
- type: "boolean"
13721
13721
  }
13722
13722
  }
13723
13723
  }
@@ -13957,6 +13957,15 @@ var paths = {
13957
13957
  hasOnlyBatchActionlet: {
13958
13958
  type: "boolean"
13959
13959
  },
13960
+ hasSaveActionlet: {
13961
+ type: "boolean"
13962
+ },
13963
+ hasDeleteActionlet: {
13964
+ type: "boolean"
13965
+ },
13966
+ hasResetActionlet: {
13967
+ type: "boolean"
13968
+ },
13960
13969
  hasPublishActionlet: {
13961
13970
  type: "boolean"
13962
13971
  },
@@ -13983,15 +13992,6 @@ var paths = {
13983
13992
  },
13984
13993
  hasMoveActionletActionlet: {
13985
13994
  type: "boolean"
13986
- },
13987
- hasSaveActionlet: {
13988
- type: "boolean"
13989
- },
13990
- hasDeleteActionlet: {
13991
- type: "boolean"
13992
- },
13993
- hasResetActionlet: {
13994
- type: "boolean"
13995
13995
  }
13996
13996
  }
13997
13997
  },
@@ -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",
14519
14520
  "enum": [
14520
14521
  "working",
14521
14522
  "live"
14522
- ],
14523
- "default": "working"
14523
+ ]
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",
14601
14602
  "enum": [
14602
14603
  "working",
14603
14604
  "live"
14604
- ],
14605
- "default": "working"
14605
+ ]
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",
15708
15709
  "enum": [
15709
15710
  "csv",
15710
15711
  "json"
15711
- ],
15712
- "default": "csv"
15712
+ ]
15713
15713
  },
15714
15714
  example: "csv"
15715
15715
  },