@shopby/shop-sdk 1.78.69 → 1.78.70
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DateYmdt, HTMLString, JSONString, Nullable, URLString, Yn } from '../../../common';
|
|
2
|
-
import { ProductType, ProductCertificationType, ProductStickerType, ProductSalePeriodType, ProductGroup, BrandNameType, CertificationNo, ProductClassType, SaleStatus, LimitedMemberType } from './unions';
|
|
2
|
+
import { ProductType, ProductCertificationType, ProductStickerType, ProductSalePeriodType, ProductGroup, BrandNameType, CertificationNo, ProductClassType, SaleStatus, LimitedMemberType, PaymentMeansType } from './unions';
|
|
3
3
|
import { DiscountUnitType } from '../amount/unions';
|
|
4
|
-
import { FreeGiftOptionCountType,
|
|
4
|
+
import { FreeGiftOptionCountType, ShippingAreaType } from '../../order/unions';
|
|
5
5
|
import { ClaimType, FreeGift } from 'types/domain';
|
|
6
6
|
export interface ImageUrlInfo {
|
|
7
7
|
type: string;
|
|
@@ -40,7 +40,7 @@ export interface ProductBaseInfo {
|
|
|
40
40
|
placeOriginLabel: string;
|
|
41
41
|
purchaseGuide: string;
|
|
42
42
|
imageUrlInfo: ImageUrlInfo[];
|
|
43
|
-
paymentMeans:
|
|
43
|
+
paymentMeans: PaymentMeansType[];
|
|
44
44
|
}
|
|
45
45
|
export interface ProductCustomProperties {
|
|
46
46
|
propValueNo: number;
|
|
@@ -10,3 +10,4 @@ export declare type CertificationNo = keyof typeof CERTIFICATION_NO_MAP;
|
|
|
10
10
|
export declare type ProductClassType = keyof typeof PRODUCT_CLASS_TYPE_MAP;
|
|
11
11
|
export declare type SaleStatus = keyof typeof SALE_STATUS_MAP;
|
|
12
12
|
export declare type LimitedMemberType = 'ALL' | 'MEMBER' | 'TARGET';
|
|
13
|
+
export declare type PaymentMeansType = 'PAYCO' | 'CREDIT' | 'REALTIME_TRANSFER' | 'MOBILE' | 'DEPOSIT' | 'ATM' | 'GIFT' | 'NAVER_PAY' | 'POINT' | 'KAKAO_PAY' | 'ESCROW_REALTIME_TRANSFER' | 'ESCROW_VIRTUAL_ACCOUNT' | 'PAYCO_POINT' | 'RENTAL' | 'TOSS_PAY';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DiscountUnit } from './amount/unions';
|
|
2
2
|
import { ProductFreeGiftCondition, ProductStickerInfo } from './core/index';
|
|
3
|
-
import { ShippingAreaType, DeliveryConditionType
|
|
4
|
-
import { BrandNameType, ProductSalePeriodType, ProductType, SaleStatus } from './core/unions/index';
|
|
3
|
+
import { ShippingAreaType, DeliveryConditionType } from './../order/unions';
|
|
4
|
+
import { BrandNameType, PaymentMeansType, ProductSalePeriodType, ProductType, SaleStatus } from './core/unions/index';
|
|
5
5
|
import { OptionalAccessTokenRequest, RequestConfig } from '../../http';
|
|
6
6
|
import { OptionInputMatchingType, OptionSelectType, OptionType } from './option/unions';
|
|
7
7
|
import { ProductFlatOption, ProductMultiLevelOption, ProductOptionInput } from './option';
|
|
@@ -384,7 +384,7 @@ export interface ExtraProduct {
|
|
|
384
384
|
productName: string;
|
|
385
385
|
imageUrl: string;
|
|
386
386
|
minorPurchaseYn: Yn;
|
|
387
|
-
paymentMeans:
|
|
387
|
+
paymentMeans: PaymentMeansType[];
|
|
388
388
|
price: Price;
|
|
389
389
|
limitations: ProductLimitation;
|
|
390
390
|
optionInfo: ExtraProductOptionInfo;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/domain/product/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/domain/product/index.ts"],"names":[],"mappings":"AAoDA,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC"}
|