@portone/browser-sdk 0.1.4 → 0.1.6

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.
@@ -251,6 +251,12 @@ export declare const EasyPayProvider: {
251
251
  * - KICC V2 알리페이 플러스
252
252
  */
253
253
  readonly KREDIVO: "KREDIVO";
254
+ /**
255
+ * WeChat Pay
256
+ *
257
+ * - KICC V2 알리페이 플러스
258
+ */
259
+ readonly WECHAT: "WECHAT";
254
260
  };
255
261
  /**
256
262
  * PG 제휴로 간편결제를 이용할 때, 간편결제 UI를 직접 호출할 수 있는 간편결제
@@ -1,4 +1,4 @@
1
- import type { EasyPayProvider } from '../#/entity/EasyPayProvider.js';
1
+ import { EasyPayProvider } from '../entity/EasyPayProvider.js';
2
2
  export type PaymentRequestUnionAlipayPlus = {
3
3
  /**
4
4
  * **간편결제 UI 직접 호출**
package/dist/v2.cjs CHANGED
@@ -2646,6 +2646,12 @@ const EasyPayProvider = {
2646
2646
  * - KICC V2 알리페이 플러스
2647
2647
  */
2648
2648
  KREDIVO: 'KREDIVO',
2649
+ /**
2650
+ * WeChat Pay
2651
+ *
2652
+ * - KICC V2 알리페이 플러스
2653
+ */
2654
+ WECHAT: 'WECHAT',
2649
2655
  };
2650
2656
 
2651
2657
  // This file is automatically generated by the SDK generator.
package/dist/v2.js CHANGED
@@ -2642,6 +2642,12 @@ const EasyPayProvider = {
2642
2642
  * - KICC V2 알리페이 플러스
2643
2643
  */
2644
2644
  KREDIVO: 'KREDIVO',
2645
+ /**
2646
+ * WeChat Pay
2647
+ *
2648
+ * - KICC V2 알리페이 플러스
2649
+ */
2650
+ WECHAT: 'WECHAT',
2645
2651
  };
2646
2652
 
2647
2653
  // This file is automatically generated by the SDK generator.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@portone/browser-sdk",
3
3
  "type": "module",
4
- "version": "0.1.4",
4
+ "version": "0.1.6",
5
5
  "description": "PortOne SDK for browser",
6
6
  "keywords": [
7
7
  "PortOne",