updated js-sdk and replaced missing handlers

This commit is contained in:
Gani Georgiev
2026-05-24 16:09:11 +03:00
parent 7984e586a8
commit 5bea84b94b
40 changed files with 217 additions and 229 deletions
+1 -4
View File
@@ -35,10 +35,7 @@ export function collectionViewQueryTab(upsertData) {
}
try {
// @todo replace with SDK method
const result = await app.pb.send("/api/collections/meta/dry-run-view", {
method: "POST",
body: { "query": query },
const result = await app.pb.collections.dryRunViewQuery(query, {
requestKey: TEST_REQUEST_KEY,
});