@zuplo/runtime 6.67.8 → 6.67.11

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.
@@ -5836,10 +5836,6 @@ export declare interface MonetizationInboundPolicyOptions {
5836
5836
  * A list of successful status codes and ranges "200-299, 304" that should trigger a metering call.
5837
5837
  */
5838
5838
  meterOnStatusCodes?: string | number[];
5839
- /**
5840
- * The maximum number of days a subscription can have overdue payments before requests are blocked, even if the subscription has valid meters and balance. Set to 0 to block immediately when payment is overdue. Defaults to 3 days.
5841
- */
5842
- maxPendingPaymentDays?: number;
5843
5839
  }
5844
5840
 
5845
5841
  export declare interface MonetizationSubscription {
@@ -5871,6 +5867,13 @@ export declare interface MonetizationSubscription {
5871
5867
  usage: number;
5872
5868
  }
5873
5869
  >;
5870
+ /**
5871
+ * The maximum number of days a subscription can have overdue payments
5872
+ * before requests are blocked, even if the subscription has valid meters and
5873
+ * balance. Set to 0 to block immediately when payment is overdue.
5874
+ * Defaults to 3 days.
5875
+ */
5876
+ maxPaymentOverdueDays: number;
5874
5877
  createdAt: string;
5875
5878
  updatedAt: string;
5876
5879
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.67.8",
4
+ "version": "6.67.11",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {