@dotcms/ai 26.8.3-1 → 26.8.3-1-next.2490

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 +37 -19
  3. package/spec.esm.js +37 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/ai",
3
- "version": "26.08.03-01",
3
+ "version": "26.8.3-1-next.2490",
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
@@ -9137,7 +9137,7 @@ var paths = {
9137
9137
  {
9138
9138
  name: "query",
9139
9139
  "in": "query",
9140
- description: "Filter users by full name or parts of it",
9140
+ description: "Filter users by user ID, first name, last name, email address, or full name -- or parts of any of them",
9141
9141
  schema: {
9142
9142
  type: "string"
9143
9143
  }
@@ -9211,6 +9211,17 @@ var paths = {
9211
9211
  type: "integer",
9212
9212
  format: "int32"
9213
9213
  }
9214
+ },
9215
+ {
9216
+ name: "roleKey",
9217
+ "in": "query",
9218
+ description: "Role key(s) to restrict results to users holding any of them; repeatable and/or comma-separated, e.g. roleKey=DOTCMS_BACK_END_USER",
9219
+ schema: {
9220
+ type: "array",
9221
+ items: {
9222
+ type: "string"
9223
+ }
9224
+ }
9214
9225
  }
9215
9226
  ],
9216
9227
  responses: {
@@ -9221,6 +9232,13 @@ var paths = {
9221
9232
  }
9222
9233
  }
9223
9234
  },
9235
+ "400": {
9236
+ description: "Bad request - a provided roleKey does not match any existing Role",
9237
+ content: {
9238
+ "application/json": {
9239
+ }
9240
+ }
9241
+ },
9224
9242
  "401": {
9225
9243
  description: "Unauthorized - authentication required",
9226
9244
  content: {
@@ -13658,15 +13676,6 @@ var paths = {
13658
13676
  hasOnlyBatchActionlet: {
13659
13677
  type: "boolean"
13660
13678
  },
13661
- hasSaveActionlet: {
13662
- type: "boolean"
13663
- },
13664
- hasDeleteActionlet: {
13665
- type: "boolean"
13666
- },
13667
- hasResetActionlet: {
13668
- type: "boolean"
13669
- },
13670
13679
  hasPublishActionlet: {
13671
13680
  type: "boolean"
13672
13681
  },
@@ -13693,6 +13702,15 @@ var paths = {
13693
13702
  },
13694
13703
  hasMoveActionletActionlet: {
13695
13704
  type: "boolean"
13705
+ },
13706
+ hasSaveActionlet: {
13707
+ type: "boolean"
13708
+ },
13709
+ hasDeleteActionlet: {
13710
+ type: "boolean"
13711
+ },
13712
+ hasResetActionlet: {
13713
+ type: "boolean"
13696
13714
  }
13697
13715
  }
13698
13716
  }
@@ -13932,15 +13950,6 @@ var paths = {
13932
13950
  hasOnlyBatchActionlet: {
13933
13951
  type: "boolean"
13934
13952
  },
13935
- hasSaveActionlet: {
13936
- type: "boolean"
13937
- },
13938
- hasDeleteActionlet: {
13939
- type: "boolean"
13940
- },
13941
- hasResetActionlet: {
13942
- type: "boolean"
13943
- },
13944
13953
  hasPublishActionlet: {
13945
13954
  type: "boolean"
13946
13955
  },
@@ -13967,6 +13976,15 @@ var paths = {
13967
13976
  },
13968
13977
  hasMoveActionletActionlet: {
13969
13978
  type: "boolean"
13979
+ },
13980
+ hasSaveActionlet: {
13981
+ type: "boolean"
13982
+ },
13983
+ hasDeleteActionlet: {
13984
+ type: "boolean"
13985
+ },
13986
+ hasResetActionlet: {
13987
+ type: "boolean"
13970
13988
  }
13971
13989
  }
13972
13990
  },
package/spec.esm.js CHANGED
@@ -9135,7 +9135,7 @@ var paths = {
9135
9135
  {
9136
9136
  name: "query",
9137
9137
  "in": "query",
9138
- description: "Filter users by full name or parts of it",
9138
+ description: "Filter users by user ID, first name, last name, email address, or full name -- or parts of any of them",
9139
9139
  schema: {
9140
9140
  type: "string"
9141
9141
  }
@@ -9209,6 +9209,17 @@ var paths = {
9209
9209
  type: "integer",
9210
9210
  format: "int32"
9211
9211
  }
9212
+ },
9213
+ {
9214
+ name: "roleKey",
9215
+ "in": "query",
9216
+ description: "Role key(s) to restrict results to users holding any of them; repeatable and/or comma-separated, e.g. roleKey=DOTCMS_BACK_END_USER",
9217
+ schema: {
9218
+ type: "array",
9219
+ items: {
9220
+ type: "string"
9221
+ }
9222
+ }
9212
9223
  }
9213
9224
  ],
9214
9225
  responses: {
@@ -9219,6 +9230,13 @@ var paths = {
9219
9230
  }
9220
9231
  }
9221
9232
  },
9233
+ "400": {
9234
+ description: "Bad request - a provided roleKey does not match any existing Role",
9235
+ content: {
9236
+ "application/json": {
9237
+ }
9238
+ }
9239
+ },
9222
9240
  "401": {
9223
9241
  description: "Unauthorized - authentication required",
9224
9242
  content: {
@@ -13656,15 +13674,6 @@ var paths = {
13656
13674
  hasOnlyBatchActionlet: {
13657
13675
  type: "boolean"
13658
13676
  },
13659
- hasSaveActionlet: {
13660
- type: "boolean"
13661
- },
13662
- hasDeleteActionlet: {
13663
- type: "boolean"
13664
- },
13665
- hasResetActionlet: {
13666
- type: "boolean"
13667
- },
13668
13677
  hasPublishActionlet: {
13669
13678
  type: "boolean"
13670
13679
  },
@@ -13691,6 +13700,15 @@ var paths = {
13691
13700
  },
13692
13701
  hasMoveActionletActionlet: {
13693
13702
  type: "boolean"
13703
+ },
13704
+ hasSaveActionlet: {
13705
+ type: "boolean"
13706
+ },
13707
+ hasDeleteActionlet: {
13708
+ type: "boolean"
13709
+ },
13710
+ hasResetActionlet: {
13711
+ type: "boolean"
13694
13712
  }
13695
13713
  }
13696
13714
  }
@@ -13930,15 +13948,6 @@ var paths = {
13930
13948
  hasOnlyBatchActionlet: {
13931
13949
  type: "boolean"
13932
13950
  },
13933
- hasSaveActionlet: {
13934
- type: "boolean"
13935
- },
13936
- hasDeleteActionlet: {
13937
- type: "boolean"
13938
- },
13939
- hasResetActionlet: {
13940
- type: "boolean"
13941
- },
13942
13951
  hasPublishActionlet: {
13943
13952
  type: "boolean"
13944
13953
  },
@@ -13965,6 +13974,15 @@ var paths = {
13965
13974
  },
13966
13975
  hasMoveActionletActionlet: {
13967
13976
  type: "boolean"
13977
+ },
13978
+ hasSaveActionlet: {
13979
+ type: "boolean"
13980
+ },
13981
+ hasDeleteActionlet: {
13982
+ type: "boolean"
13983
+ },
13984
+ hasResetActionlet: {
13985
+ type: "boolean"
13968
13986
  }
13969
13987
  }
13970
13988
  },