@vendasta/billing 12.19.0 → 12.20.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.
@@ -139,6 +139,7 @@ export interface InvoiceInterface {
139
139
  externalCustomerIdentifier?: string;
140
140
  notes?: NoteInterface[];
141
141
  additionalContactIds?: string[];
142
+ autoAdvance?: Date;
142
143
  }
143
144
  export interface InvoiceItemInterface {
144
145
  id?: string;
@@ -204,6 +204,7 @@ export declare class Invoice implements i.InvoiceInterface {
204
204
  externalCustomerIdentifier: string;
205
205
  notes: Note[];
206
206
  additionalContactIds: string[];
207
+ autoAdvance: Date;
207
208
  static fromProto(proto: any): Invoice;
208
209
  constructor(kwargs?: i.InvoiceInterface);
209
210
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/billing",
3
- "version": "12.19.0",
3
+ "version": "12.20.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=16.2.12",
6
6
  "@angular/core": ">=16.2.12"