meemup-library 1.9.5 → 1.9.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.
@@ -22,6 +22,7 @@ declare enum EnumPointOfSaleAccessType {
22
22
  TransactionReport = 21,
23
23
  TerminalReport = 22,
24
24
  Reservations = 23,
25
- SnoozeProduct = 24
25
+ SnoozeProduct = 24,
26
+ Archive = 66
26
27
  }
27
28
  export default EnumPointOfSaleAccessType;
@@ -24,6 +24,7 @@ var EnumPointOfSaleAccessType;
24
24
  EnumPointOfSaleAccessType[EnumPointOfSaleAccessType["TerminalReport"] = 22] = "TerminalReport";
25
25
  EnumPointOfSaleAccessType[EnumPointOfSaleAccessType["Reservations"] = 23] = "Reservations";
26
26
  EnumPointOfSaleAccessType[EnumPointOfSaleAccessType["SnoozeProduct"] = 24] = "SnoozeProduct";
27
- // Archive = 24,
27
+ //POS ONLY
28
+ EnumPointOfSaleAccessType[EnumPointOfSaleAccessType["Archive"] = 66] = "Archive";
28
29
  })(EnumPointOfSaleAccessType || (EnumPointOfSaleAccessType = {}));
29
30
  export default EnumPointOfSaleAccessType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meemup-library",
3
- "version": "1.9.5",
3
+ "version": "1.9.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.9.5\" && git push origin "
14
+ "commit": "git add . && git commit -m \"version.1.9.6\" && git push origin "
15
15
  },
16
16
  "files": [
17
17
  "/dist"