orb-billing 6.16.0 → 6.17.0

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.
@@ -90,7 +90,8 @@ export interface BalanceTransactionCreateResponse {
90
90
  | 'credit_note_voided'
91
91
  | 'overpayment_refund'
92
92
  | 'external_payment'
93
- | 'small_invoice_carryover';
93
+ | 'small_invoice_carryover'
94
+ | 'prepaid_commit_cancel';
94
95
 
95
96
  /**
96
97
  * The value of the amount changed in the transaction.
@@ -142,7 +143,8 @@ export interface BalanceTransactionListResponse {
142
143
  | 'credit_note_voided'
143
144
  | 'overpayment_refund'
144
145
  | 'external_payment'
145
- | 'small_invoice_carryover';
146
+ | 'small_invoice_carryover'
147
+ | 'prepaid_commit_cancel';
146
148
 
147
149
  /**
148
150
  * The value of the amount changed in the transaction.
@@ -776,7 +776,8 @@ export namespace InvoiceFetchUpcomingResponse {
776
776
  | 'credit_note_voided'
777
777
  | 'overpayment_refund'
778
778
  | 'external_payment'
779
- | 'small_invoice_carryover';
779
+ | 'small_invoice_carryover'
780
+ | 'prepaid_commit_cancel';
780
781
 
781
782
  /**
782
783
  * The value of the amount changed in the transaction.
@@ -1435,7 +1436,8 @@ export namespace InvoiceIssueSummaryResponse {
1435
1436
  | 'credit_note_voided'
1436
1437
  | 'overpayment_refund'
1437
1438
  | 'external_payment'
1438
- | 'small_invoice_carryover';
1439
+ | 'small_invoice_carryover'
1440
+ | 'prepaid_commit_cancel';
1439
1441
 
1440
1442
  /**
1441
1443
  * The value of the amount changed in the transaction.
@@ -1892,7 +1894,8 @@ export namespace InvoiceListSummaryResponse {
1892
1894
  | 'credit_note_voided'
1893
1895
  | 'overpayment_refund'
1894
1896
  | 'external_payment'
1895
- | 'small_invoice_carryover';
1897
+ | 'small_invoice_carryover'
1898
+ | 'prepaid_commit_cancel';
1896
1899
 
1897
1900
  /**
1898
1901
  * The value of the amount changed in the transaction.
@@ -767,7 +767,8 @@ export namespace ChangedSubscriptionResources {
767
767
  | 'credit_note_voided'
768
768
  | 'overpayment_refund'
769
769
  | 'external_payment'
770
- | 'small_invoice_carryover';
770
+ | 'small_invoice_carryover'
771
+ | 'prepaid_commit_cancel';
771
772
 
772
773
  /**
773
774
  * The value of the amount changed in the transaction.
@@ -2201,7 +2202,8 @@ export namespace Invoice {
2201
2202
  | 'credit_note_voided'
2202
2203
  | 'overpayment_refund'
2203
2204
  | 'external_payment'
2204
- | 'small_invoice_carryover';
2205
+ | 'small_invoice_carryover'
2206
+ | 'prepaid_commit_cancel';
2205
2207
 
2206
2208
  /**
2207
2209
  * The value of the amount changed in the transaction.
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '6.16.0'; // x-release-please-version
1
+ export const VERSION = '6.17.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "6.16.0";
1
+ export declare const VERSION = "6.17.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "6.16.0";
1
+ export declare const VERSION = "6.17.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '6.16.0'; // x-release-please-version
4
+ exports.VERSION = '6.17.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '6.16.0'; // x-release-please-version
1
+ export const VERSION = '6.17.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map