@posx/core 5.5.56 → 5.5.57

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
@@ -1136,12 +1136,6 @@ declare module '@posx/core/services/invoice.service' {
1136
1136
  private resetLineCalculations;
1137
1137
  calculateChangeAmount(invoice: IInvoice): void;
1138
1138
  calculateInvoiceCharges(invoice: IInvoice, flow: CalcFlow): void;
1139
- /**
1140
- * Set invoice type based on section item take out flag
1141
- * @param invoice - The invoice to set type for
1142
- * @param sectionItem - The section item associated with the invoice
1143
- */
1144
- protected setInvoiceType(invoice: IInvoice, sectionItem: ISectionItem): void;
1145
1139
  }
1146
1140
  /**
1147
1141
  * Interface for the Invoice Operation Service, which extends the IInvoiceBaseService interface.