@shopby/shop-sdk 1.78.76 → 1.78.78

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.
@@ -237,7 +237,7 @@ export interface OrderSheetsProduct {
237
237
  optionNo: number;
238
238
  productNo: number;
239
239
  additionalProductNo?: number;
240
- baseProductNo?: number;
240
+ baseProductNo?: Nullable<number>;
241
241
  }
242
242
  export interface RecurringPaymentDelivery {
243
243
  date: Nullable<number>;
@@ -6,4 +6,5 @@ export interface ProductCategory {
6
6
  export interface ProductNestingCategory extends ProductCategory {
7
7
  categories: ProductCategory[];
8
8
  fullCategoryLabel: string;
9
+ representativeYn?: 'Y' | 'N';
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.78.76",
3
+ "version": "1.78.78",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",