@jskit-ai/agent-docs 0.1.104 → 0.1.106

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/agent-docs",
3
- "version": "0.1.104",
3
+ "version": "0.1.106",
4
4
  "description": "Distributed JSKIT agent references, prompts, guides, and generated reference maps.",
5
5
  "type": "module",
6
6
  "files": [
@@ -168,6 +168,8 @@ Exports
168
168
  - `jsonApiFieldsetsQueryValidator`
169
169
  - `resolveCrudParentFilterKeys(resource = {})`
170
170
  - `createCrudParentFilterQueryValidator(resource = {})`
171
+ - `createStandardCrudListQueryValidators({ resource = {}, listFilterQueryValidator = null, searchQueryValidator = listSearchQueryValidator, includeQueryValidator = lookupIncludeQueryValidator } = {})`
172
+ - `createStandardCrudViewQueryValidators({ includeQueryValidator = lookupIncludeQueryValidator } = {})`
171
173
  Local functions
172
174
  - `resolveCrudListUsesOrderedCursor(list = {})`
173
175
 
@@ -102,7 +102,7 @@ Local functions
102
102
  - `renderRouteParamsValidatorLine(operation = "", { surfaceRequiresWorkspace = true } = {})`
103
103
  - `renderOptionalTemplateLine(line = "")`
104
104
  - `renderRouteInputLines(operation = "", { surfaceRequiresWorkspace = true } = {})`
105
- - `renderObjectSchemaDefinition(lines = [], { mode = "patch" } = {})`
105
+ - `renderActionInputSchemaDefinition(lines = [], { mode = "patch" } = {})`
106
106
  - `renderActionInputExpressions({ surfaceRequiresWorkspace = true } = {})`
107
107
  - `renderRouteValidatorConstants({ surfaceRequiresWorkspace = true } = {})`
108
108
  - `buildReplacementsFromSnapshot({ namespace = "", snapshot, resolvedOwnershipFilter, surfaceRequiresWorkspace = true, surfaceId = "", routeInternal = false, permissionGrantRoleId = "" })`