@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.
- package/dist/cjs/src/client/billing.d.cts +1 -0
- package/dist/cjs/src/client/schemas.d.cts +785 -13
- package/dist/cjs/{tsconfig.2e070361.tsbuildinfo → tsconfig.1abe68fc.tsbuildinfo} +1 -1
- package/dist/cjs/{tsconfig.986e9f83.tsbuildinfo → tsconfig.1c637a57.tsbuildinfo} +1 -1
- package/dist/src/client/billing.d.ts +1 -0
- package/dist/src/client/schemas.d.ts +785 -13
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -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;
|