@dx-do/client 5.2.44 → 5.2.46

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 (2) hide show
  1. package/README.md +2 -0
  2. 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dx-do/client",
3
- "version": "5.2.44",
3
+ "version": "5.2.46",
4
4
  "description": "Opinionated TS client library for DX O2",
5
5
  "author": "Ki Alam",
6
6
  "logo": {