@bootpay/client-js 4.2.3 → 4.2.4

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
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.4",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "scripts": {