@zuplo/runtime 6.70.0 → 6.70.1

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.
@@ -273,7 +273,7 @@ export declare interface AIGatewaySemanticCacheInboundPolicyOptions {}
273
273
  * This policy intercepts responses and handles caching for both
274
274
  * streaming and non-streaming responses.
275
275
  *
276
- * @title AI Gateway Semantic Cache Outbound
276
+ * @title AI Gateway Semantic Cache
277
277
  * @product ai-gateway
278
278
  * @hidden
279
279
  * @param response - The response from the upstream service
@@ -484,7 +484,7 @@ export declare interface AkamaiApiSecurityPluginOptions {
484
484
  * by default only the request body is captured. Bodies are read from a clone
485
485
  * so the upstream handler still sees the original.
486
486
  *
487
- * @title Akamai Firewall for AI - Inbound
487
+ * @title Akamai Firewall for AI
488
488
  * @public
489
489
  * @param request - The ZuploRequest
490
490
  * @param context - The ZuploContext
@@ -532,7 +532,7 @@ export declare interface AkamaiFirewallForAiInboundPolicyOptions {
532
532
  * by default only the response body is captured. Bodies are read from a clone
533
533
  * so the client still receives the original.
534
534
  *
535
- * @title Akamai Firewall for AI - Outbound
535
+ * @title Akamai Firewall for AI
536
536
  * @public
537
537
  * @param response - The outgoing Response from the handler
538
538
  * @param request - The original incoming Request
@@ -10221,7 +10221,7 @@ declare interface XacmlRequest {
10221
10221
  /**
10222
10222
  * Parses XML and converts it to JSON.
10223
10223
  *
10224
- * @title XML to JSON Outbound
10224
+ * @title XML to JSON
10225
10225
  * @product api-gateway
10226
10226
  * @public
10227
10227
  * @param request - The ZuploRequest
@@ -939,7 +939,7 @@ declare interface Logger extends BaseLogger {
939
939
  * to the underlying OAuth implementation.
940
940
  *
941
941
  * @beta
942
- * @title MCP Auth0 OAuth Inbound
942
+ * @title MCP Auth0 OAuth
943
943
  * @param request - The ZuploRequest
944
944
  * @param context - The ZuploContext
945
945
  * @param _options - The policy options set in policies.json
@@ -1043,7 +1043,7 @@ export declare class McpGatewayPlugin extends SystemRuntimePlugin {
1043
1043
  * request context.
1044
1044
  *
1045
1045
  * @beta
1046
- * @title MCP OAuth Inbound
1046
+ * @title MCP OAuth
1047
1047
  * @param request - The ZuploRequest
1048
1048
  * @param context - The ZuploContext
1049
1049
  * @param _options - The policy options set in policies.json
@@ -1136,11 +1136,11 @@ export declare interface McpOAuthInboundPolicyOptions {
1136
1136
 
1137
1137
  /**
1138
1138
  * Bind a route to an upstream MCP server. Stores the resolved upstream binding
1139
- * on the request context for {@link McpVirtualServerHandler}, which resolves
1139
+ * on the request context for `McpVirtualServerHandler`, which resolves
1140
1140
  * credentials during capability dispatch.
1141
1141
  *
1142
1142
  * @beta
1143
- * @title MCP Upstream Connection Inbound
1143
+ * @title MCP Upstream Connection
1144
1144
  * @param request - The ZuploRequest
1145
1145
  * @param context - The ZuploContext
1146
1146
  * @param options - The policy options set in policies.json
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.70.0",
4
+ "version": "6.70.1",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {