meemup-library 1.7.7 → 1.7.8

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.
@@ -8,6 +8,7 @@ declare enum EnumFeeOnPaymentMethodType {
8
8
  StripeTerminal = 32,
9
9
  Wallet = 64,
10
10
  GiftCards = 128,
11
- ElavonTerminal = 256
11
+ ElavonTerminal = 256,
12
+ PoyntTerminal = 512
12
13
  }
13
14
  export default EnumFeeOnPaymentMethodType;
@@ -10,5 +10,7 @@ var EnumFeeOnPaymentMethodType;
10
10
  EnumFeeOnPaymentMethodType[EnumFeeOnPaymentMethodType["Wallet"] = 64] = "Wallet";
11
11
  EnumFeeOnPaymentMethodType[EnumFeeOnPaymentMethodType["GiftCards"] = 128] = "GiftCards";
12
12
  EnumFeeOnPaymentMethodType[EnumFeeOnPaymentMethodType["ElavonTerminal"] = 256] = "ElavonTerminal";
13
+ // MultipleMethods = 512,
14
+ EnumFeeOnPaymentMethodType[EnumFeeOnPaymentMethodType["PoyntTerminal"] = 512] = "PoyntTerminal";
13
15
  })(EnumFeeOnPaymentMethodType || (EnumFeeOnPaymentMethodType = {}));
14
16
  export default EnumFeeOnPaymentMethodType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meemup-library",
3
- "version": "1.7.7",
3
+ "version": "1.7.8",
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.7\" && git push origin "
14
+ "commit": "git add . && git commit -m \"version.1.7.8\" && git push origin "
15
15
  },
16
16
  "files": [
17
17
  "/dist"