@shopby/shop-sdk 1.11.3 → 1.11.4

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.
@@ -259,7 +259,7 @@ export interface GetInquiriesRequest {
259
259
  pageNumber?: number;
260
260
  pageSize?: number;
261
261
  hasTotalCount?: boolean;
262
- inquiryTypeNo?: number;
262
+ inquiryTypeNo: number | null;
263
263
  inquiryStatus?: InquiryStatus;
264
264
  inquiryStatuses?: string;
265
265
  startYmd?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.11.3",
3
+ "version": "1.11.4",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",