@dotcms/ai 26.7.21-1 → 26.7.27-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 +14 -14
  3. package/spec.esm.js +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/ai",
3
- "version": "26.07.21-01",
3
+ "version": "26.07.27-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
  {
@@ -3245,11 +3245,11 @@ var paths = {
3245
3245
  description: "Column to sort by.",
3246
3246
  schema: {
3247
3247
  type: "string",
3248
+ "default": "name",
3248
3249
  "enum": [
3249
3250
  "name",
3250
3251
  "mod_date"
3251
- ],
3252
- "default": "name"
3252
+ ]
3253
3253
  }
3254
3254
  },
3255
3255
  {
@@ -3258,11 +3258,11 @@ var paths = {
3258
3258
  description: "Sort direction",
3259
3259
  schema: {
3260
3260
  type: "string",
3261
+ "default": "ASC",
3261
3262
  "enum": [
3262
3263
  "ASC",
3263
3264
  "DESC"
3264
- ],
3265
- "default": "ASC"
3265
+ ]
3266
3266
  }
3267
3267
  },
3268
3268
  {
@@ -10966,11 +10966,11 @@ var paths = {
10966
10966
  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.",
10967
10967
  schema: {
10968
10968
  type: "string",
10969
+ "default": "EDITING",
10969
10970
  "enum": [
10970
10971
  "EDITING",
10971
10972
  "LISTING"
10972
- ],
10973
- "default": "EDITING"
10973
+ ]
10974
10974
  }
10975
10975
  }
10976
10976
  ],
@@ -14477,11 +14477,11 @@ var paths = {
14477
14477
  description: "Asset version to retrieve. Accepted values: working (default), live.",
14478
14478
  schema: {
14479
14479
  type: "string",
14480
+ "default": "working",
14480
14481
  "enum": [
14481
14482
  "working",
14482
14483
  "live"
14483
- ],
14484
- "default": "working"
14484
+ ]
14485
14485
  },
14486
14486
  example: "working"
14487
14487
  }
@@ -14559,11 +14559,11 @@ var paths = {
14559
14559
  description: "Asset version to retrieve. Accepted values: working (default), live.",
14560
14560
  schema: {
14561
14561
  type: "string",
14562
+ "default": "working",
14562
14563
  "enum": [
14563
14564
  "working",
14564
14565
  "live"
14565
- ],
14566
- "default": "working"
14566
+ ]
14567
14567
  },
14568
14568
  example: "working"
14569
14569
  }
@@ -15666,11 +15666,11 @@ var paths = {
15666
15666
  description: "Export format",
15667
15667
  schema: {
15668
15668
  type: "string",
15669
+ "default": "csv",
15669
15670
  "enum": [
15670
15671
  "csv",
15671
15672
  "json"
15672
- ],
15673
- "default": "csv"
15673
+ ]
15674
15674
  },
15675
15675
  example: "csv"
15676
15676
  },
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
  {
@@ -3243,11 +3243,11 @@ var paths = {
3243
3243
  description: "Column to sort by.",
3244
3244
  schema: {
3245
3245
  type: "string",
3246
+ "default": "name",
3246
3247
  "enum": [
3247
3248
  "name",
3248
3249
  "mod_date"
3249
- ],
3250
- "default": "name"
3250
+ ]
3251
3251
  }
3252
3252
  },
3253
3253
  {
@@ -3256,11 +3256,11 @@ var paths = {
3256
3256
  description: "Sort direction",
3257
3257
  schema: {
3258
3258
  type: "string",
3259
+ "default": "ASC",
3259
3260
  "enum": [
3260
3261
  "ASC",
3261
3262
  "DESC"
3262
- ],
3263
- "default": "ASC"
3263
+ ]
3264
3264
  }
3265
3265
  },
3266
3266
  {
@@ -10964,11 +10964,11 @@ var paths = {
10964
10964
  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.",
10965
10965
  schema: {
10966
10966
  type: "string",
10967
+ "default": "EDITING",
10967
10968
  "enum": [
10968
10969
  "EDITING",
10969
10970
  "LISTING"
10970
- ],
10971
- "default": "EDITING"
10971
+ ]
10972
10972
  }
10973
10973
  }
10974
10974
  ],
@@ -14475,11 +14475,11 @@ var paths = {
14475
14475
  description: "Asset version to retrieve. Accepted values: working (default), live.",
14476
14476
  schema: {
14477
14477
  type: "string",
14478
+ "default": "working",
14478
14479
  "enum": [
14479
14480
  "working",
14480
14481
  "live"
14481
- ],
14482
- "default": "working"
14482
+ ]
14483
14483
  },
14484
14484
  example: "working"
14485
14485
  }
@@ -14557,11 +14557,11 @@ var paths = {
14557
14557
  description: "Asset version to retrieve. Accepted values: working (default), live.",
14558
14558
  schema: {
14559
14559
  type: "string",
14560
+ "default": "working",
14560
14561
  "enum": [
14561
14562
  "working",
14562
14563
  "live"
14563
- ],
14564
- "default": "working"
14564
+ ]
14565
14565
  },
14566
14566
  example: "working"
14567
14567
  }
@@ -15664,11 +15664,11 @@ var paths = {
15664
15664
  description: "Export format",
15665
15665
  schema: {
15666
15666
  type: "string",
15667
+ "default": "csv",
15667
15668
  "enum": [
15668
15669
  "csv",
15669
15670
  "json"
15670
- ],
15671
- "default": "csv"
15671
+ ]
15672
15672
  },
15673
15673
  example: "csv"
15674
15674
  },