@bootpay/client-js 4.2.1 → 4.2.2

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.
@@ -191,6 +191,8 @@ export interface ExtraModel {
191
191
  dynamic_tax_rates?: number;
192
192
  tax_rates?: number;
193
193
  show_close_button?: boolean;
194
+ select_phone_carrier?: string;
195
+ naverpay_payment_method?: string;
194
196
  }
195
197
  export interface ConfirmModel {
196
198
  event: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bootpay/client-js",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "scripts": {