@alfe.ai/gateway 0.3.1 → 0.3.2
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/health.js +8 -0
- package/package.json +3 -3
package/dist/health.js
CHANGED
|
@@ -111,6 +111,7 @@ const ID_PREFIXES = {
|
|
|
111
111
|
directGrant: "dgr",
|
|
112
112
|
revision: "rev",
|
|
113
113
|
fact: "kfc",
|
|
114
|
+
changeRequest: "chr",
|
|
114
115
|
oauthConnection: "con",
|
|
115
116
|
channel: "chn",
|
|
116
117
|
oauthConnectionRequest: "crq",
|
|
@@ -4757,6 +4758,13 @@ enumValues({
|
|
|
4757
4758
|
InProgress: "in-progress",
|
|
4758
4759
|
Done: "done"
|
|
4759
4760
|
});
|
|
4761
|
+
enumValues({
|
|
4762
|
+
Open: "open",
|
|
4763
|
+
Approved: "approved",
|
|
4764
|
+
Rejected: "rejected",
|
|
4765
|
+
Withdrawn: "withdrawn",
|
|
4766
|
+
Superseded: "superseded"
|
|
4767
|
+
});
|
|
4760
4768
|
enumValues({ Flex: "flex" });
|
|
4761
4769
|
enumValues({
|
|
4762
4770
|
Provisioning: "provisioning",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfe.ai/gateway",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Alfe local gateway daemon — persistent control plane for agent integrations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"pino-roll": "^1.2.0",
|
|
24
24
|
"smol-toml": ">=1.6.1",
|
|
25
25
|
"ws": "^8.18.0",
|
|
26
|
-
"@alfe.ai/agent-api-client": "^0.
|
|
26
|
+
"@alfe.ai/agent-api-client": "^0.6.0",
|
|
27
27
|
"@alfe.ai/ai-proxy-local": "^0.0.13",
|
|
28
28
|
"@alfe.ai/config": "^0.3.0",
|
|
29
29
|
"@alfe.ai/integration-manifest": "^0.3.1",
|
|
30
|
-
"@alfe.ai/integrations": "^0.2.
|
|
30
|
+
"@alfe.ai/integrations": "^0.2.8",
|
|
31
31
|
"@alfe.ai/mcp-bundler": "^0.2.2"
|
|
32
32
|
},
|
|
33
33
|
"license": "UNLICENSED",
|