@shopby/shop-sdk 1.78.73 → 1.78.75
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.
|
@@ -3,7 +3,7 @@ import { ProductFreeGiftCondition, ProductStickerInfo } from './core/index';
|
|
|
3
3
|
import { ShippingAreaType, DeliveryConditionType } from './../order/unions';
|
|
4
4
|
import { BrandNameType, PaymentMeansType, ProductSalePeriodType, ProductType, SaleStatus } from './core/unions/index';
|
|
5
5
|
import { OptionalAccessTokenRequest, RequestConfig } from '../../http';
|
|
6
|
-
import { OptionInputMatchingType, OptionSelectType, OptionType } from './option/unions';
|
|
6
|
+
import { OptionInputMatchingType, OptionSaleType, OptionSelectType, OptionType } from './option/unions';
|
|
7
7
|
import { ProductFlatOption, ProductMultiLevelOption, ProductOptionInput } from './option';
|
|
8
8
|
import { ProductReservation } from './reservation';
|
|
9
9
|
import { RentalInfo } from './rental';
|
|
@@ -357,6 +357,9 @@ export interface ExtraProductFlatOption {
|
|
|
357
357
|
addPrice: number;
|
|
358
358
|
buyPrice: number;
|
|
359
359
|
stockCnt: number;
|
|
360
|
+
saleType: OptionSaleType;
|
|
361
|
+
forcedSoldOut: boolean;
|
|
362
|
+
reservationStockCnt: number;
|
|
360
363
|
}
|
|
361
364
|
export interface ExtraProductMultiLevelOptionBase {
|
|
362
365
|
optionName: string;
|
|
@@ -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":"AAqDA,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"}
|