@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.
- package/esm2022/lib/_internal/interfaces/invoice.interface.mjs +1 -1
- package/esm2022/lib/_internal/objects/invoice.mjs +7 -1
- package/fesm2022/vendasta-billing.mjs +6 -0
- package/fesm2022/vendasta-billing.mjs.map +1 -1
- package/lib/_internal/interfaces/invoice.interface.d.ts +1 -0
- package/lib/_internal/objects/invoice.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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;
|