vet-data-utils-ts 0.4.5 → 0.4.7
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/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,10 @@ Current surfaces cover the canonical animal-card DID, veterinary summary
|
|
|
8
8
|
sections, animal-only emergency data, pseudonymous DigitalTwin search input and
|
|
9
9
|
veterinary assistant intents.
|
|
10
10
|
|
|
11
|
+
The deferred spreadsheet shape for member and employee role assignments is
|
|
12
|
+
documented in [`docs/member-import-contract.md`](docs/member-import-contract.md).
|
|
13
|
+
It is not an implemented importer API.
|
|
14
|
+
|
|
11
15
|
## Active sector extension
|
|
12
16
|
|
|
13
17
|
`vet-data-utils-ts/sectors` extends the frozen CORE catalog without changing
|