@shopby/shop-sdk 1.78.73 → 1.78.74

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,7 @@ export interface ExtraProductFlatOption {
357
357
  addPrice: number;
358
358
  buyPrice: number;
359
359
  stockCnt: number;
360
+ saleType: OptionSaleType;
360
361
  }
361
362
  export interface ExtraProductMultiLevelOptionBase {
362
363
  optionName: string;
@@ -1 +1 @@
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"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.78.73",
3
+ "version": "1.78.74",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",