@posx/core 5.5.168 → 5.5.169

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/build/index.d.ts CHANGED
@@ -1184,7 +1184,7 @@ declare module '@posx/core/services/invoice.service' {
1184
1184
  * @param options - Additional options for the line.
1185
1185
  * @returns The updated invoice.
1186
1186
  */
1187
- addItemToLine(invoice: IInvoice, customer: ICustomer, appConfig: IAppConfig, item: IItem, modifiers?: IInvoiceCoreLine[], options?: LineOptions): IInvoiceLine;
1187
+ addItemToLine(invoice: IInvoice, customer: ICustomer, appConfig: IAppConfig, item: IItem, modifiers?: IInvoiceCoreLine[], options?: LineOptions, createNewLine?: boolean): IInvoiceLine;
1188
1188
  /**
1189
1189
  * Duplicates an invoice line
1190
1190
  * @param invoice - The invoice to duplicate the line in.