@jskit-ai/agent-docs 0.1.23 → 0.1.24
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
|
@@ -111,7 +111,6 @@ Local functions
|
|
|
111
111
|
- `isRecord(value)`
|
|
112
112
|
- `normalizeTransportKind(transport = null)`
|
|
113
113
|
- `defaultEncodeAttributes(body = {})`
|
|
114
|
-
- `resolveRelationshipFieldKey(relationshipName = "", lookupFieldMap = null)`
|
|
115
114
|
- `createIncludedResourceIndex(document = {})`
|
|
116
115
|
- `simplifyRelationshipResource(linkage = {}, options = {})`
|
|
117
116
|
- `simplifyResourceObject(resource = {}, options = {})`
|
|
@@ -201,6 +200,11 @@ Exports
|
|
|
201
200
|
- `normalizeFieldErrors(value)`
|
|
202
201
|
- `resolveFieldErrors(value = null)`
|
|
203
202
|
|
|
203
|
+
### `src/shared/support/jsonApiSimplify.js`
|
|
204
|
+
Exports
|
|
205
|
+
- `resolveRelationshipFieldKey(relationshipName = "", lookupFieldMap = null)`
|
|
206
|
+
- `simplifyJsonApiResourceWithRelationshipIds(resource = {}, { lookupFieldMap = null } = {})`
|
|
207
|
+
|
|
204
208
|
### `src/shared/validators/command.js`
|
|
205
209
|
Exports
|
|
206
210
|
- `createCommand({ input, output, idempotent = null, invalidates = [] } = {})`
|