@bootpay/client-js 4.2.3 → 4.2.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.
@@ -120,6 +120,12 @@ declare class TemplatePaymentManager extends TemplateManager {
120
120
  * @date: 2021-05-18
121
121
  */
122
122
  iFrameResize(resizeData: any): void;
123
+ /**
124
+ * iFrame Custom Style 추가
125
+ * Comment by GOSOMI
126
+ * @date: 2022-09-30
127
+ */
128
+ iFrameSetStyle(styles: any): void;
123
129
  /**
124
130
  * 결제 iFrame창을 감춘다
125
131
  * Comment by GOSOMI
@@ -194,6 +194,7 @@ export interface ExtraModel {
194
194
  select_phone_carrier?: string;
195
195
  phone_editable?: boolean;
196
196
  naverpay_payment_method?: string;
197
+ age_limit?: number;
197
198
  }
198
199
  export interface ConfirmModel {
199
200
  event: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bootpay/client-js",
3
- "version": "4.2.3",
3
+ "version": "4.2.5",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "scripts": {