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