@dx-do/client 5.2.43 → 5.2.45
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,6 +101,8 @@ The `DataStoreXxxService` classes are wired into `createServiceMonolith` alongsi
|
|
|
101
101
|
|
|
102
102
|
`DataStoreBlobStorageService` covers the full `/blobstorage` REST surface (`store`, `bulk-store`, `fetch`, `query`, `delete`, `bulk-delete`, `schema/list`, `executeAsync`, `asyncResult`) and should be preferred over the legacy `BlobService` for new code.
|
|
103
103
|
|
|
104
|
+
For authoring TAS / NASSQL / Metrics Metadata queries (purpose -> JSON via Cursor or Claude), see the [DataStore Query Prompt Guide](../../docs/datastore-query-prompt-guide.md), the validated examples in [`bin/queries/itom-dx-demo-prod/`](bin/queries/itom-dx-demo-prod), and the cookbook reference in [`.cursor/skills/datastore-query-knowledge/`](../../.cursor/skills/datastore-query-knowledge/).
|
|
105
|
+
|
|
104
106
|
### `DataStoreStatesService`
|
|
105
107
|
|
|
106
108
|
Wraps `/states/state/{store,fetch,range,republish}`. Filters use the `VertexStateFilter` discriminated union (`ALL | AND | OR | ALERT | METRIC | STATE | VERTEX_ID | NAMESPACE | MANAGEMENT_MODULE | EMPTY | COLLECT_GROUPS`). `fetchStates` supports incremental polling via `version` and projections `DETAILED | BRIEF | EXTRA_IDS`. `republishStates` is intended for recovering from Kafka outages and re-emits state-change events.
|