@posx/core 5.5.175 → 5.5.177
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
|
@@ -1752,6 +1752,10 @@ declare module '@posx/core/services/printer.service' {
|
|
|
1752
1752
|
openCashDrawer(): Promise<void>;
|
|
1753
1753
|
}
|
|
1754
1754
|
|
|
1755
|
+
}
|
|
1756
|
+
declare module '@posx/core/test/services/coupon/applying-item-uids-discount.test' {
|
|
1757
|
+
export {};
|
|
1758
|
+
|
|
1755
1759
|
}
|
|
1756
1760
|
declare module '@posx/core/test/services/discount/coupon-calculation-test/coupon-calculation.test' {
|
|
1757
1761
|
export {};
|