zapry-openclaw-plugin 0.0.2 → 0.0.3
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 -2
- package/dist/src/types.d.ts +1 -1
- package/dist/src/types.js +1 -1
- package/dist/src/types.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ git rm -r --cached node_modules
|
|
|
32
32
|
|
|
33
33
|
## Configure
|
|
34
34
|
|
|
35
|
-
Get a bot token from
|
|
35
|
+
Get a bot token from Zapry BotMother, then add it to your config:
|
|
36
36
|
|
|
37
37
|
```jsonc
|
|
38
38
|
// ~/.openclaw/openclaw.json
|
|
@@ -120,7 +120,7 @@ Audio generation helper:
|
|
|
120
120
|
| Field | Type | Default | Description |
|
|
121
121
|
|-------|------|---------|-------------|
|
|
122
122
|
| `botToken` | string | — | Bot token from BotMother (required) |
|
|
123
|
-
| `apiBaseUrl` | string | `https://openapi
|
|
123
|
+
| `apiBaseUrl` | string | `https://openapi.mimo.immo` | Zapry API server URL |
|
|
124
124
|
| `mode` | `"polling"` \| `"webhook"` | `"polling"` | Inbound runtime now uses polling as the single processing path; `webhook` is accepted but falls back to polling |
|
|
125
125
|
| `webhookUrl` | string | — | Legacy webhook callback URL, retained only for backward-compatible config parsing |
|
|
126
126
|
|
package/dist/src/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const DEFAULT_ACCOUNT_ID = "default";
|
|
2
|
-
export declare const DEFAULT_API_BASE_URL = "https://openapi
|
|
2
|
+
export declare const DEFAULT_API_BASE_URL = "https://openapi.mimo.immo";
|
|
3
3
|
export type ZapryAccountConfig = {
|
|
4
4
|
botToken?: string;
|
|
5
5
|
apiBaseUrl?: string;
|
package/dist/src/types.js
CHANGED
package/dist/src/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG,SAAS,CAAC;AAC5C,MAAM,CAAC,MAAM,oBAAoB,GAAG
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG,SAAS,CAAC;AAC5C,MAAM,CAAC,MAAM,oBAAoB,GAAG,2BAA2B,CAAC"}
|