@shopby/shop-sdk 1.78.64 → 1.78.65
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.
|
@@ -347,7 +347,7 @@ export interface Price {
|
|
|
347
347
|
couponDiscountInfo: CouponDiscountInfo;
|
|
348
348
|
additionalDiscountInfo: AdditionalDiscountInfo;
|
|
349
349
|
}
|
|
350
|
-
export interface
|
|
350
|
+
export interface ExtraProductOption {
|
|
351
351
|
optionNo: number;
|
|
352
352
|
optionName: string;
|
|
353
353
|
optionValue: string;
|
|
@@ -360,7 +360,7 @@ export interface ExtraProduct {
|
|
|
360
360
|
paymentMeans: PayType[];
|
|
361
361
|
imageUrl: string;
|
|
362
362
|
minorPurchaseYn: Yn;
|
|
363
|
-
options:
|
|
363
|
+
options: ExtraProductOption[];
|
|
364
364
|
}
|
|
365
365
|
export declare type GetProductsProductNoExtraProductResponse = Array<ExtraProduct>;
|
|
366
366
|
export declare type StickerType = 'IMAGE' | 'TEXT';
|