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

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.
@@ -136,7 +136,6 @@ export declare class BillingInvoices {
136
136
  readonly sentToCustomerAt?: Date;
137
137
  workflow: import("./schemas.js").components["schemas"]["InvoiceWorkflowSettings"];
138
138
  lines?: import("./schemas.js").components["schemas"]["InvoiceLine"][];
139
- discounts?: import("./schemas.js").components["schemas"]["Discount"][];
140
139
  readonly payment?: import("./schemas.js").components["schemas"]["InvoicePaymentTerms"];
141
140
  readonly validationIssues?: import("./schemas.js").components["schemas"]["ValidationIssue"][];
142
141
  readonly externalIds?: import("./schemas.js").components["schemas"]["InvoiceAppExternalIds"];
@@ -173,7 +172,6 @@ export declare class BillingInvoices {
173
172
  readonly sentToCustomerAt?: Date;
174
173
  workflow: import("./schemas.js").components["schemas"]["InvoiceWorkflowSettings"];
175
174
  lines?: import("./schemas.js").components["schemas"]["InvoiceLine"][];
176
- discounts?: import("./schemas.js").components["schemas"]["Discount"][];
177
175
  readonly payment?: import("./schemas.js").components["schemas"]["InvoicePaymentTerms"];
178
176
  readonly validationIssues?: import("./schemas.js").components["schemas"]["ValidationIssue"][];
179
177
  readonly externalIds?: import("./schemas.js").components["schemas"]["InvoiceAppExternalIds"];
@@ -209,7 +207,6 @@ export declare class BillingInvoices {
209
207
  readonly sentToCustomerAt?: Date;
210
208
  workflow: import("./schemas.js").components["schemas"]["InvoiceWorkflowSettings"];
211
209
  lines?: import("./schemas.js").components["schemas"]["InvoiceLine"][];
212
- discounts?: import("./schemas.js").components["schemas"]["Discount"][];
213
210
  readonly payment?: import("./schemas.js").components["schemas"]["InvoicePaymentTerms"];
214
211
  readonly validationIssues?: import("./schemas.js").components["schemas"]["ValidationIssue"][];
215
212
  readonly externalIds?: import("./schemas.js").components["schemas"]["InvoiceAppExternalIds"];
@@ -245,7 +242,6 @@ export declare class BillingInvoices {
245
242
  readonly sentToCustomerAt?: Date;
246
243
  workflow: import("./schemas.js").components["schemas"]["InvoiceWorkflowSettings"];
247
244
  lines?: import("./schemas.js").components["schemas"]["InvoiceLine"][];
248
- discounts?: import("./schemas.js").components["schemas"]["Discount"][];
249
245
  readonly payment?: import("./schemas.js").components["schemas"]["InvoicePaymentTerms"];
250
246
  readonly validationIssues?: import("./schemas.js").components["schemas"]["ValidationIssue"][];
251
247
  readonly externalIds?: import("./schemas.js").components["schemas"]["InvoiceAppExternalIds"];
@@ -280,7 +276,6 @@ export declare class BillingInvoices {
280
276
  readonly sentToCustomerAt?: Date;
281
277
  workflow: import("./schemas.js").components["schemas"]["InvoiceWorkflowSettings"];
282
278
  lines?: import("./schemas.js").components["schemas"]["InvoiceLine"][];
283
- discounts?: import("./schemas.js").components["schemas"]["Discount"][];
284
279
  readonly payment?: import("./schemas.js").components["schemas"]["InvoicePaymentTerms"];
285
280
  readonly validationIssues?: import("./schemas.js").components["schemas"]["ValidationIssue"][];
286
281
  readonly externalIds?: import("./schemas.js").components["schemas"]["InvoiceAppExternalIds"];
@@ -318,7 +313,6 @@ export declare class BillingInvoices {
318
313
  readonly sentToCustomerAt?: Date;
319
314
  workflow: import("./schemas.js").components["schemas"]["InvoiceWorkflowSettings"];
320
315
  lines?: import("./schemas.js").components["schemas"]["InvoiceLine"][];
321
- discounts?: import("./schemas.js").components["schemas"]["Discount"][];
322
316
  readonly payment?: import("./schemas.js").components["schemas"]["InvoicePaymentTerms"];
323
317
  readonly validationIssues?: import("./schemas.js").components["schemas"]["ValidationIssue"][];
324
318
  readonly externalIds?: import("./schemas.js").components["schemas"]["InvoiceAppExternalIds"];
@@ -353,7 +347,6 @@ export declare class BillingInvoices {
353
347
  readonly sentToCustomerAt?: Date;
354
348
  workflow: import("./schemas.js").components["schemas"]["InvoiceWorkflowSettings"];
355
349
  lines?: import("./schemas.js").components["schemas"]["InvoiceLine"][];
356
- discounts?: import("./schemas.js").components["schemas"]["Discount"][];
357
350
  readonly payment?: import("./schemas.js").components["schemas"]["InvoicePaymentTerms"];
358
351
  readonly validationIssues?: import("./schemas.js").components["schemas"]["ValidationIssue"][];
359
352
  readonly externalIds?: import("./schemas.js").components["schemas"]["InvoiceAppExternalIds"];
@@ -388,7 +381,6 @@ export declare class BillingInvoices {
388
381
  readonly sentToCustomerAt?: Date;
389
382
  workflow: import("./schemas.js").components["schemas"]["InvoiceWorkflowSettings"];
390
383
  lines?: import("./schemas.js").components["schemas"]["InvoiceLine"][];
391
- discounts?: import("./schemas.js").components["schemas"]["Discount"][];
392
384
  readonly payment?: import("./schemas.js").components["schemas"]["InvoicePaymentTerms"];
393
385
  readonly validationIssues?: import("./schemas.js").components["schemas"]["ValidationIssue"][];
394
386
  readonly externalIds?: import("./schemas.js").components["schemas"]["InvoiceAppExternalIds"];
@@ -410,7 +402,6 @@ export declare class BillingInvoices {
410
402
  readonly managedBy: import("./schemas.js").components["schemas"]["InvoiceLineManagedBy"];
411
403
  readonly status: import("./schemas.js").components["schemas"]["InvoiceLineStatus"];
412
404
  readonly discounts?: import("./schemas.js").components["schemas"]["InvoiceLineDiscount"][];
413
- readonly charges?: import("./schemas.js").components["schemas"]["BillingLineCharge"][];
414
405
  invoice?: import("./schemas.js").components["schemas"]["InvoiceReference"];
415
406
  currency: import("./schemas.js").components["schemas"]["CurrencyCode"];
416
407
  readonly taxes?: import("./schemas.js").components["schemas"]["InvoiceLineTaxItem"][];
@@ -420,10 +411,11 @@ export declare class BillingInvoices {
420
411
  period: import("./schemas.js").components["schemas"]["Period"];
421
412
  invoiceAt: Date;
422
413
  readonly externalIds?: import("./schemas.js").components["schemas"]["InvoiceLineAppExternalIds"];
423
- readonly subscriptions?: import("./schemas.js").components["schemas"]["InvoiceLineSubscriptionReference"];
414
+ readonly subscription?: import("./schemas.js").components["schemas"]["InvoiceLineSubscriptionReference"];
424
415
  type: "usage_based";
425
- price: import("./schemas.js").components["schemas"]["RateCardUsageBasedPrice"];
426
- featureKey: string;
416
+ price?: import("./schemas.js").components["schemas"]["RateCardUsageBasedPrice"];
417
+ featureKey?: string;
418
+ rateCard?: import("./schemas.js").components["schemas"]["InvoiceUsageBasedRateCard"];
427
419
  readonly quantity?: import("./schemas.js").components["schemas"]["Numeric"];
428
420
  readonly preLinePeriodQuantity?: import("./schemas.js").components["schemas"]["Numeric"];
429
421
  } | {
@@ -437,7 +429,6 @@ export declare class BillingInvoices {
437
429
  readonly managedBy: import("./schemas.js").components["schemas"]["InvoiceLineManagedBy"];
438
430
  readonly status: import("./schemas.js").components["schemas"]["InvoiceLineStatus"];
439
431
  readonly discounts?: import("./schemas.js").components["schemas"]["InvoiceLineDiscount"][];
440
- readonly charges?: import("./schemas.js").components["schemas"]["BillingLineCharge"][];
441
432
  invoice?: import("./schemas.js").components["schemas"]["InvoiceReference"];
442
433
  currency: import("./schemas.js").components["schemas"]["CurrencyCode"];
443
434
  readonly taxes?: import("./schemas.js").components["schemas"]["InvoiceLineTaxItem"][];
@@ -447,11 +438,12 @@ export declare class BillingInvoices {
447
438
  period: import("./schemas.js").components["schemas"]["Period"];
448
439
  invoiceAt: Date;
449
440
  readonly externalIds?: import("./schemas.js").components["schemas"]["InvoiceLineAppExternalIds"];
450
- readonly subscriptions?: import("./schemas.js").components["schemas"]["InvoiceLineSubscriptionReference"];
441
+ readonly subscription?: import("./schemas.js").components["schemas"]["InvoiceLineSubscriptionReference"];
451
442
  type: "flat_fee";
452
- perUnitAmount: import("./schemas.js").components["schemas"]["Numeric"];
443
+ perUnitAmount?: import("./schemas.js").components["schemas"]["Numeric"];
453
444
  paymentTerm?: import("./schemas.js").components["schemas"]["PricePaymentTerm"];
454
- quantity: import("./schemas.js").components["schemas"]["Numeric"];
445
+ quantity?: import("./schemas.js").components["schemas"]["Numeric"];
446
+ rateCard?: import("./schemas.js").components["schemas"]["InvoiceFlatFeeRateCard"];
455
447
  category?: import("./schemas.js").components["schemas"]["InvoiceFlatFeeCategory"];
456
448
  })[]>;
457
449
  }