@shopby/shop-sdk 1.10.16 → 1.11.0

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.
@@ -256,16 +256,16 @@ export interface PostInquiriesRequest {
256
256
  }
257
257
  export interface GetInquiriesRequest {
258
258
  queryString: {
259
- pageNumber: number;
260
- pageSize: number;
261
- hasTotalCount: boolean;
262
- inquiryTypeNo: number;
259
+ pageNumber?: number;
260
+ pageSize?: number;
261
+ hasTotalCount?: boolean;
262
+ inquiryTypeNo?: number;
263
263
  inquiryStatus?: InquiryStatus;
264
264
  inquiryStatuses?: string;
265
- startYmd: string;
266
- endYmd: string;
267
- keyward: string;
268
- searchType: SearchTypes;
265
+ startYmd?: string;
266
+ endYmd?: string;
267
+ keyward?: string;
268
+ searchType?: SearchTypes;
269
269
  };
270
270
  }
271
271
  export interface GetInquiriesResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.10.16",
3
+ "version": "1.11.0",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",