@vendasta/billing 15.0.0 → 15.1.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.
@@ -109,6 +109,7 @@ export interface ListInvoicesRequestFiltersInterface {
109
109
  origins?: string[];
110
110
  collectionMethods?: string[];
111
111
  lastPaymentStatuses?: e.LastPaymentStatus[];
112
+ orderId?: string;
112
113
  }
113
114
  export interface GetInvoiceRequestInterface {
114
115
  merchantId?: string;
@@ -162,6 +162,7 @@ export declare class ListInvoicesRequestFilters implements i.ListInvoicesRequest
162
162
  origins: string[];
163
163
  collectionMethods: string[];
164
164
  lastPaymentStatuses: e.LastPaymentStatus[];
165
+ orderId: string;
165
166
  static fromProto(proto: any): ListInvoicesRequestFilters;
166
167
  constructor(kwargs?: i.ListInvoicesRequestFiltersInterface);
167
168
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/billing",
3
- "version": "15.0.0",
3
+ "version": "15.1.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=16.2.12",
6
6
  "@angular/core": ">=16.2.12"