meemup-library 1.0.72 → 1.0.73

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.
@@ -1,7 +1,7 @@
1
1
  interface IApiPayOnTerminalBody {
2
2
  orderId: number;
3
3
  skipTipping: boolean;
4
- deviceId: null | number;
4
+ device: null | number;
5
5
  }
6
6
  export default IApiPayOnTerminalBody;
7
7
  export declare const initApiPayOnTerminalBody: IApiPayOnTerminalBody;
@@ -1,5 +1,5 @@
1
1
  export const initApiPayOnTerminalBody = {
2
- deviceId: null,
2
+ device: null,
3
3
  orderId: -1,
4
4
  skipTipping: false
5
5
  };
@@ -8,3 +8,4 @@ interface IPrintOrder {
8
8
  numberOfCopies: number;
9
9
  manually: string;
10
10
  }
11
+ export default IPrintOrder;
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meemup-library",
3
- "version": "1.0.72",
3
+ "version": "1.0.73",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",