meemup-library 1.7.4 → 1.7.6

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.
@@ -47,6 +47,7 @@ interface IPointOfSaleApiShop {
47
47
  bundleProducts: IBundleProduct[];
48
48
  driverNoteSuggestions: string[];
49
49
  todayReservationCount: number;
50
+ poyntTerminal: ITextValue[];
50
51
  }
51
52
  export default IPointOfSaleApiShop;
52
53
  export declare const initApiShop: IPointOfSaleApiShop;
@@ -31,5 +31,6 @@ export const initApiShop = {
31
31
  emergencyBrake: initEmergencyBrake,
32
32
  bundleProducts: [],
33
33
  driverNoteSuggestions: [],
34
- todayReservationCount: 0
34
+ todayReservationCount: 0,
35
+ poyntTerminal: [],
35
36
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meemup-library",
3
- "version": "1.7.4",
3
+ "version": "1.7.6",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "remove:one": "rimraf dist",
12
12
  "remove:two": "rimraf ./src/dist",
13
13
  "test": "echo \"Error: no test specified\" && exit 1",
14
- "commit": "git add . && git commit -m \"version.1.7.4\" && git push origin "
14
+ "commit": "git add . && git commit -m \"version.1.7.6\" && git push origin "
15
15
  },
16
16
  "files": [
17
17
  "/dist"