@shopby/shop-sdk 1.78.67 → 1.78.68
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.
|
@@ -369,7 +369,7 @@ export interface ExtraProductInput {
|
|
|
369
369
|
required: boolean;
|
|
370
370
|
inputNo: number;
|
|
371
371
|
}
|
|
372
|
-
export interface
|
|
372
|
+
export interface ExtraProductOptionInfo {
|
|
373
373
|
optionType: OptionType;
|
|
374
374
|
optionSelectType: OptionSelectType;
|
|
375
375
|
flatOptions: ExtraProductFlatOption[];
|
|
@@ -383,7 +383,7 @@ export interface ExtraProduct {
|
|
|
383
383
|
paymentMeans: PayType[];
|
|
384
384
|
imageUrl: string;
|
|
385
385
|
minorPurchaseYn: Yn;
|
|
386
|
-
optionInfo:
|
|
386
|
+
optionInfo: ExtraProductOptionInfo;
|
|
387
387
|
}
|
|
388
388
|
export declare type GetProductsProductNoExtraProductResponse = {
|
|
389
389
|
extraProductTitle: string;
|