@posx/core 5.5.218 → 5.5.219
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 +4 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -1809,6 +1809,10 @@ declare module '@posx/core/test/services/discount/coupon-calculation-test/coupon
|
|
|
1809
1809
|
declare module '@posx/core/test/services/discount/flat-discount-test/flat-discount.test' {
|
|
1810
1810
|
export {};
|
|
1811
1811
|
|
|
1812
|
+
}
|
|
1813
|
+
declare module '@posx/core/test/services/invoice/appendInvoice/append-invoice.test' {
|
|
1814
|
+
export {};
|
|
1815
|
+
|
|
1812
1816
|
}
|
|
1813
1817
|
declare module '@posx/core/test/services/invoice/invoice-discount-calculations-test/invoice-discount-calculations.test' {
|
|
1814
1818
|
export {};
|