@tosspayments/payment__types
Advanced tools
Comparing version 1.66.2 to 1.66.3
{ | ||
"name": "@tosspayments/payment__types", | ||
"description": "Toss Payments Payment SDK Types", | ||
"version": "1.66.2", | ||
"version": "1.66.3", | ||
"types": "types/index.d.ts", | ||
@@ -6,0 +6,0 @@ "author": "Toss Payments", |
@@ -1,2 +0,2 @@ | ||
import { ValueOf } from 'type-fest'; | ||
import { ValueOf } from '@tosspayments/typings'; | ||
/** | ||
@@ -3,0 +3,0 @@ * @see https://docs.tosspayments.com/reference/codes#%EC%9D%80%ED%96%89-%EC%BD%94%EB%93%9C |
@@ -1,2 +0,2 @@ | ||
import { ValueOf } from 'type-fest'; | ||
import { ValueOf } from '@tosspayments/typings'; | ||
export declare const CardCompany: { | ||
@@ -3,0 +3,0 @@ readonly ์ ํ: "SHINHAN"; |
@@ -1,2 +0,2 @@ | ||
import { ValueOf } from 'type-fest'; | ||
import { ValueOf } from '@tosspayments/typings'; | ||
export declare const EasyPayMethod: { | ||
@@ -3,0 +3,0 @@ readonly ํ ์คํ์ด: "TOSSPAY"; |
@@ -1,2 +0,2 @@ | ||
import { ValueOf } from 'type-fest'; | ||
import { ValueOf } from '@tosspayments/typings'; | ||
export declare const ErrorCode: { | ||
@@ -3,0 +3,0 @@ readonly ์ฌ๋ฐ๋ฅด์ง_์์_ํ๋ผ๋ฏธํฐ: "INVALID_PARAMETER"; |
import type { Bank, BankCode, CardCompany, CardCompanyCode, EasyPayProvider, EasyPayProviderCode, MobileCarrier } from '@tosspayments/sdk-constants'; | ||
import { ValueOf } from 'type-fest'; | ||
import { ValueOf } from '@tosspayments/typings'; | ||
export declare const PaymentMethod: { | ||
@@ -52,2 +52,3 @@ readonly ์นด๋: "CARD"; | ||
}>; | ||
language?: 'KO' | 'EN' | 'JA' | 'ZH'; | ||
} | ||
@@ -54,0 +55,0 @@ export interface DefaultCardPaymentRequest extends BaseCardPaymentRequest { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23319
487