@portone/browser-sdk 0.0.22 → 0.0.23

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.
@@ -0,0 +1,3 @@
1
+ export type Iframe = {
2
+ dim?: boolean;
3
+ };
@@ -28,6 +28,7 @@ export type { Product } from './Product.js';
28
28
  export type { ProductType } from './ProductType.js';
29
29
  export type { StoreDetails } from './StoreDetails.js';
30
30
  export type { WindowTypes } from './WindowType.js';
31
+ export type { Iframe } from './Iframe.js';
31
32
  export type { IdentityVerificationBypass } from './bypass/identityVerification/index.js';
32
33
  export type { IssueBillingKeyBypass } from './bypass/issueBillingKey/index.js';
33
34
  export type { IssueBillingKeyAndPayBypass } from './bypass/issueBillingKeyAndPay/index.js';
@@ -12,6 +12,7 @@ export type IdentityVerificationRequest = {
12
12
  customData?: string;
13
13
  bypass?: Entity.IdentityVerificationBypass;
14
14
  popup?: Entity.Popup;
15
+ iframe?: Entity.Iframe;
15
16
  };
16
17
  /**
17
18
  * iframe/popup 방식으로 PG사 창이 렌더링 된 경우
@@ -22,6 +22,7 @@ export type IssueBillingKeyRequest = {
22
22
  productType?: Entity.ProductType;
23
23
  bypass?: Entity.IssueBillingKeyBypass;
24
24
  popup?: Entity.Popup;
25
+ iframe?: Entity.Iframe;
25
26
  } & (BillingKeyMethodOptions<'CARD', Card> | BillingKeyMethodOptions<'MOBILE', Mobile> | BillingKeyMethodOptions<'EASY_PAY', EasyPay> | BillingKeyMethodOptions<'PAYPAL', Paypal>);
26
27
  /**
27
28
  * iframe/popup 방식으로 PG사 창이 렌더링 된 경우
@@ -27,6 +27,7 @@ export type IssueBillingKeyAndPayRequest = {
27
27
  country?: Entity.Country;
28
28
  bypass?: Entity.IssueBillingKeyAndPayBypass;
29
29
  popup?: Entity.Popup;
30
+ iframe?: Entity.Iframe;
30
31
  } & (BillingKeyAndPayMethodOptions<'MOBILE', Mobile> | {
31
32
  billingKeyAndPayMethod?: undefined;
32
33
  });
@@ -32,6 +32,7 @@ export type PaymentRequest = {
32
32
  shippingAddress?: Entity.Address;
33
33
  promotionId?: string;
34
34
  popup?: Entity.Popup;
35
+ iframe?: Entity.Iframe;
35
36
  } & (PayMethodOptions<'CARD', Card> | PayMethodOptions<'VIRTUAL_ACCOUNT', VirtualAccount> | PayMethodOptions<'TRANSFER', Transfer> | PayMethodOptions<'MOBILE', Mobile> | PayMethodOptions<'GIFT_CERTIFICATE', GiftCertificate> | PayMethodOptions<'EASY_PAY', EasyPay> | PayMethodOptions<'PAYPAL', Paypal> | PayMethodOptions<'ALIPAY', Alipay> | PayMethodOptions<'CONVENIENCE_STORE', ConvenienceStore> | {
36
37
  payMethod?: undefined;
37
38
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@portone/browser-sdk",
3
3
  "type": "module",
4
- "version": "0.0.22",
4
+ "version": "0.0.23",
5
5
  "description": "PortOne SDK for browser",
6
6
  "keywords": [
7
7
  "PortOne",