@openclaw/gateway-protocol 2026.7.2-beta.4 → 2026.7.2-beta.5
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/{gateway-error-details-CsX7mtLy.d.mts → gateway-error-details-Btc09cgL.d.mts} +1 -2
- package/dist/gateway-error-details.d.mts +1 -1
- package/dist/gateway-error-details.mjs +1 -2
- package/dist/index.d.mts +630 -581
- package/dist/index.mjs +12 -4
- package/dist/schema-modules-DpxvZ_Jx.d.mts +13395 -0
- package/dist/schema.d.mts +9781 -3
- package/dist/schema.mjs +756 -2
- package/dist/{schema-jN_1K-NS.mjs → worktrees-CI-UANnD.mjs} +6021 -6552
- package/package.json +1 -2
- package/protocol.schema.json +1421 -183
- package/dist/schema-BERXGeoi.d.mts +0 -22723
- package/npm-shrinkwrap.json +0 -25
|
@@ -15,8 +15,7 @@ type ErrorCode = (typeof ErrorCodes)[keyof typeof ErrorCodes];
|
|
|
15
15
|
declare const GatewayErrorDetailCodes: {
|
|
16
16
|
readonly MISSING_SCOPE: "MISSING_SCOPE";
|
|
17
17
|
readonly MCP_APP_VIEW_EXPIRED: "MCP_APP_VIEW_EXPIRED";
|
|
18
|
-
readonly
|
|
19
|
-
readonly SESSION_OBSERVER_UNAVAILABLE: "SESSION_OBSERVER_UNAVAILABLE";
|
|
18
|
+
readonly SESSION_COMPANION_BUSY: "SESSION_COMPANION_BUSY";
|
|
20
19
|
readonly UNKNOWN_AGENT_ID: "UNKNOWN_AGENT_ID";
|
|
21
20
|
readonly WIZARD_NOT_FOUND: "WIZARD_NOT_FOUND";
|
|
22
21
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as McpAppViewExpiredErrorDetails, c as WizardNotFoundErrorDetails, d as readMissingScopeErrorDetails, i as GatewayErrorDetails, l as isMcpAppViewExpiredError, n as ErrorCodes, o as MissingScopeErrorDetails, r as GatewayErrorDetailCodes, s as UnknownAgentIdErrorDetails, t as ErrorCode, u as readMissingScopeError } from "./gateway-error-details-
|
|
1
|
+
import { a as McpAppViewExpiredErrorDetails, c as WizardNotFoundErrorDetails, d as readMissingScopeErrorDetails, i as GatewayErrorDetails, l as isMcpAppViewExpiredError, n as ErrorCodes, o as MissingScopeErrorDetails, r as GatewayErrorDetailCodes, s as UnknownAgentIdErrorDetails, t as ErrorCode, u as readMissingScopeError } from "./gateway-error-details-Btc09cgL.mjs";
|
|
2
2
|
export { ErrorCode, ErrorCodes, GatewayErrorDetailCodes, GatewayErrorDetails, McpAppViewExpiredErrorDetails, MissingScopeErrorDetails, UnknownAgentIdErrorDetails, WizardNotFoundErrorDetails, isMcpAppViewExpiredError, readMissingScopeError, readMissingScopeErrorDetails };
|
|
@@ -20,8 +20,7 @@ const ErrorCodes = {
|
|
|
20
20
|
const GatewayErrorDetailCodes = {
|
|
21
21
|
MISSING_SCOPE: "MISSING_SCOPE",
|
|
22
22
|
MCP_APP_VIEW_EXPIRED: "MCP_APP_VIEW_EXPIRED",
|
|
23
|
-
|
|
24
|
-
SESSION_OBSERVER_UNAVAILABLE: "SESSION_OBSERVER_UNAVAILABLE",
|
|
23
|
+
SESSION_COMPANION_BUSY: "SESSION_COMPANION_BUSY",
|
|
25
24
|
UNKNOWN_AGENT_ID: "UNKNOWN_AGENT_ID",
|
|
26
25
|
WIZARD_NOT_FOUND: "WIZARD_NOT_FOUND"
|
|
27
26
|
};
|