@alfe.ai/openclaw 0.0.6 → 0.0.8

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.
Files changed (2) hide show
  1. package/dist/plugin2.js +10 -11
  2. package/package.json +2 -2
package/dist/plugin2.js CHANGED
@@ -3083,7 +3083,16 @@ enumValues({
3083
3083
  object({ gracePeriodDays: number().int().positive().optional() });
3084
3084
  enumValues({
3085
3085
  Active: "active",
3086
- Inactive: "inactive",
3086
+ Pending: "pending",
3087
+ Provisioning: "provisioning",
3088
+ Starting: "starting",
3089
+ Running: "running",
3090
+ Stopping: "stopping",
3091
+ Stopped: "stopped",
3092
+ Rebooting: "rebooting",
3093
+ Failing: "failing",
3094
+ Failed: "failed",
3095
+ BillingSuspended: "billing_suspended",
3087
3096
  Deleted: "deleted"
3088
3097
  });
3089
3098
  enumValues({
@@ -3094,16 +3103,6 @@ enumValues({
3094
3103
  OpenClaw: "openclaw",
3095
3104
  NanoClaw: "nanoclaw"
3096
3105
  });
3097
- enumValues({
3098
- None: "none",
3099
- Pending: "pending",
3100
- Provisioning: "provisioning",
3101
- Running: "running",
3102
- Stopped: "stopped",
3103
- Failing: "failing",
3104
- Failed: "failed",
3105
- BillingSuspended: "billing_suspended"
3106
- });
3107
3106
  enumValues({
3108
3107
  Active: "active",
3109
3108
  Removed: "removed"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/openclaw",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "OpenClaw plugin for Alfe — connects to local gateway daemon via IPC for integration management",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@auriclabs/logger": "^0.1.1",
25
25
  "@sinclair/typebox": "^0.34.48",
26
- "@alfe.ai/integrations": "^0.0.5"
26
+ "@alfe.ai/integrations": "^0.0.7"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@alfe/agent-client": "0.1.0",