@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 OptionInfo {
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: OptionInfo;
386
+ optionInfo: ExtraProductOptionInfo;
387
387
  }
388
388
  export declare type GetProductsProductNoExtraProductResponse = {
389
389
  extraProductTitle: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.78.67",
3
+ "version": "1.78.68",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",