@shopby/shop-sdk 1.10.2 → 1.10.3

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.
@@ -404,7 +404,7 @@ export interface GetProfileAccumulationsResponse {
404
404
  items: Array<ProfileAccumulationsItems>;
405
405
  }
406
406
  export interface GetProfileAccumulationsSummaryRequest {
407
- queryString: {
407
+ queryString?: {
408
408
  expireStartYmdt?: DateYmdt;
409
409
  expireEndYmdt?: DateYmdt;
410
410
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.10.2",
3
+ "version": "1.10.3",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",