@posx/core 5.5.263 → 5.5.264
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 +8 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -2060,6 +2060,14 @@ declare module '@posx/core/test/services/invoice/invoice-discount-test/invoice-d
|
|
|
2060
2060
|
declare module '@posx/core/test/services/invoice/invoice-print-job-uids-test/invoice-print-job-uids.test' {
|
|
2061
2061
|
export {};
|
|
2062
2062
|
|
|
2063
|
+
}
|
|
2064
|
+
declare module '@posx/core/test/services/invoice/invoice-rounding-bugfix-test/invoice-rounding-bugfix.test' {
|
|
2065
|
+
export {};
|
|
2066
|
+
|
|
2067
|
+
}
|
|
2068
|
+
declare module '@posx/core/test/services/invoice/invoice-rounding-multi-payment-test/invoice-rounding-multi-payment.test' {
|
|
2069
|
+
export {};
|
|
2070
|
+
|
|
2063
2071
|
}
|
|
2064
2072
|
declare module '@posx/core/test/services/invoice/invoice-rounding-test/invoice-rounding.test' {
|
|
2065
2073
|
export {};
|