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 CHANGED
@@ -32,7 +32,7 @@ git rm -r --cached node_modules
32
32
 
33
33
  ## Configure
34
34
 
35
- Get a bot token from [Zapry BotMother](https://botmother-dev.mimo.immo), then add it to your config:
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-dev.mimo.immo` | Zapry API server URL |
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
 
@@ -1,5 +1,5 @@
1
1
  export declare const DEFAULT_ACCOUNT_ID = "default";
2
- export declare const DEFAULT_API_BASE_URL = "https://openapi-dev.mimo.immo";
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
@@ -1,3 +1,3 @@
1
1
  export const DEFAULT_ACCOUNT_ID = "default";
2
- export const DEFAULT_API_BASE_URL = "https://openapi-dev.mimo.immo";
2
+ export const DEFAULT_API_BASE_URL = "https://openapi.mimo.immo";
3
3
  //# sourceMappingURL=types.js.map
@@ -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,+BAA+B,CAAC"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zapry-openclaw-plugin",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "OpenClaw Zapry channel plugin — messaging, groups, feed, clubs, and bot self-management",
5
5
  "type": "module",
6
6
  "license": "MIT",