@shopby/shop-sdk 1.78.64 → 1.78.65

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.
@@ -347,7 +347,7 @@ export interface Price {
347
347
  couponDiscountInfo: CouponDiscountInfo;
348
348
  additionalDiscountInfo: AdditionalDiscountInfo;
349
349
  }
350
- export interface Option {
350
+ export interface ExtraProductOption {
351
351
  optionNo: number;
352
352
  optionName: string;
353
353
  optionValue: string;
@@ -360,7 +360,7 @@ export interface ExtraProduct {
360
360
  paymentMeans: PayType[];
361
361
  imageUrl: string;
362
362
  minorPurchaseYn: Yn;
363
- options: Option[];
363
+ options: ExtraProductOption[];
364
364
  }
365
365
  export declare type GetProductsProductNoExtraProductResponse = Array<ExtraProduct>;
366
366
  export declare type StickerType = 'IMAGE' | 'TEXT';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.78.64",
3
+ "version": "1.78.65",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",