@zuplo/graphql 5.2462.0 → 5.2464.0

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.
@@ -1122,6 +1122,7 @@ declare interface ZuploContext extends EventTarget {
1122
1122
  readonly custom: Record<string, any>;
1123
1123
  readonly incomingRequestProperties: IncomingRequestProperties;
1124
1124
  readonly invokeInboundPolicy: (policyName: string, request: ZuploRequest) => Promise<Response | ZuploRequest>;
1125
+ readonly invokeOutboundPolicy: (policyName: string, response: Response, request: ZuploRequest) => Promise<Response>;
1125
1126
  readonly waitUntil: WaitUntilFunc;
1126
1127
  /**
1127
1128
  * Fires just before the response is sent. Response can be modified.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/graphql",
3
3
  "type": "module",
4
- "version": "5.2462.0",
4
+ "version": "5.2464.0",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {