@bootpay/client-js 4.1.2 → 4.1.5

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.
@@ -186,6 +186,11 @@ export interface ExtraModel {
186
186
  except_card_companies?: Array<string>;
187
187
  enable_card_companies?: Array<string>;
188
188
  minimum_price_limit?: boolean;
189
+ confirm_grace_seconds?: number;
190
+ automatic_tax?: boolean;
191
+ dynamic_tax_rates?: number;
192
+ tax_rates?: number;
193
+ show_close_button?: boolean;
189
194
  }
190
195
  export interface ConfirmModel {
191
196
  event: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bootpay/client-js",
3
- "version": "4.1.2",
3
+ "version": "4.1.5",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "scripts": {
@@ -9,7 +9,7 @@
9
9
  "deploy": "NODE_ENV=production ./node_modules/.bin/webpack --output-path=./dist --mode=production && gzip -kf dist/*.min.js && ./webview.sh $npm_package_version"
10
10
  },
11
11
  "dependencies": {
12
- "typescript": "^4.7.3"
12
+ "typescript": "^4.7.4"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@webpack-cli/serve": "^1.6.1",