@alfe.ai/gateway 0.0.35 → 0.0.36

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/health.js +4 -1
  2. package/package.json +2 -2
package/dist/health.js CHANGED
@@ -82,6 +82,7 @@ const ID_PREFIXES = {
82
82
  memory: "mem",
83
83
  knowledgeTriple: "kgt",
84
84
  accessCode: "acc",
85
+ pendingInject: "pij",
85
86
  run: "run",
86
87
  request: "req",
87
88
  connection: "conn",
@@ -3235,6 +3236,7 @@ enumValues({
3235
3236
  object({ gracePeriodDays: number().int().positive().optional() });
3236
3237
  enumValues({
3237
3238
  Free: "free",
3239
+ Personal: "personal",
3238
3240
  Tier1: "tier_1",
3239
3241
  Tier2: "tier_2"
3240
3242
  });
@@ -3306,7 +3308,8 @@ enumValues({
3306
3308
  AdminGift: "admin_gift",
3307
3309
  ReferralCredit: "referral_credit",
3308
3310
  PromoCredit: "promo_credit",
3309
- Refund: "refund"
3311
+ Refund: "refund",
3312
+ WelcomeCredit: "welcome_credit"
3310
3313
  });
3311
3314
  enumValues({
3312
3315
  Pending: "pending",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/gateway",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "description": "Alfe local gateway daemon — persistent control plane for agent integrations",
5
5
  "type": "module",
6
6
  "bin": {
@@ -25,7 +25,7 @@
25
25
  "@alfe.ai/ai-proxy-local": "^0.0.7",
26
26
  "@alfe.ai/config": "^0.0.7",
27
27
  "@alfe.ai/integration-manifest": "^0.0.9",
28
- "@alfe.ai/integrations": "^0.0.23"
28
+ "@alfe.ai/integrations": "^0.0.24"
29
29
  },
30
30
  "license": "UNLICENSED",
31
31
  "scripts": {