@shopby/shop-sdk 1.78.60 → 1.78.61

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.
@@ -475,6 +475,7 @@ export interface InquiriesInquiryNoAnswer {
475
475
  answerContent?: string;
476
476
  answerNo?: number;
477
477
  file?: Array<InquiriesInquiryNoFile>;
478
+ files?: Array<InquiriesInquiryNoFile>;
478
479
  }
479
480
  export interface InquiriesInquiryNoInquiryType {
480
481
  inquiryTypeDescription: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.78.60",
3
+ "version": "1.78.61",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",