@openmeter/sdk 1.0.0-beta.207 → 1.0.0-beta.209

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.
@@ -417,6 +417,7 @@ export declare class BillingInvoices {
417
417
  featureKey?: string;
418
418
  rateCard?: import("./schemas.cjs").components["schemas"]["InvoiceUsageBasedRateCard"];
419
419
  readonly quantity?: import("./schemas.cjs").components["schemas"]["Numeric"];
420
+ readonly meteredQuantity?: import("./schemas.cjs").components["schemas"]["Numeric"];
420
421
  readonly preLinePeriodQuantity?: import("./schemas.cjs").components["schemas"]["Numeric"];
421
422
  } | {
422
423
  name: string;