@signetai/signet-memory-openclaw 0.211.2 → 0.211.5
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/index.js +0 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -34979,9 +34979,6 @@ class SignetClientP2 {
|
|
|
34979
34979
|
async requestSynthesis(opts) {
|
|
34980
34980
|
return this.transport.post("/api/hooks/synthesis", opts ?? {});
|
|
34981
34981
|
}
|
|
34982
|
-
async synthesisComplete(opts) {
|
|
34983
|
-
return this.transport.post("/api/hooks/synthesis/complete", opts);
|
|
34984
|
-
}
|
|
34985
34982
|
async listConnectors() {
|
|
34986
34983
|
return this.transport.get("/api/connectors");
|
|
34987
34984
|
}
|