@zuplo/runtime 6.70.54 → 6.70.56

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.
@@ -6983,6 +6983,10 @@ export declare interface MonetizationInboundPolicyOptions {
6983
6983
  * A list of successful status codes and ranges "200-299, 304" that should trigger a metering call.
6984
6984
  */
6985
6985
  meterOnStatusCodes?: string | number[];
6986
+ /**
6987
+ * A list of entitlement keys that the subscription must have access to (hasAccess=true) for the request to be allowed. If any required entitlement is missing or does not have access, the request will be rejected with a 403 Forbidden.
6988
+ */
6989
+ requiredEntitlements?: string[];
6986
6990
  }
6987
6991
 
6988
6992
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.70.54",
4
+ "version": "6.70.56",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {