graphlit-client 1.0.20250622003 → 1.0.20250622004
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/dist/client.js +1 -1
- package/package.json +1 -1
package/dist/client.js
CHANGED
@@ -678,7 +678,7 @@ class Graphlit {
|
|
678
678
|
return this.queryAndCheckError(Documents.QueryContents, { filter: filter });
|
679
679
|
}
|
680
680
|
async queryContentsObservations(filter) {
|
681
|
-
return this.queryAndCheckError(Documents.
|
681
|
+
return this.queryAndCheckError(Documents.QueryContentsObservations, { filter: filter });
|
682
682
|
}
|
683
683
|
async queryContentsFacets(filter) {
|
684
684
|
return this.queryAndCheckError(Documents.QueryContentsFacets, { filter: filter });
|