@shopby/shop-sdk 1.19.6 → 1.19.9

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.
@@ -26,12 +26,12 @@ export interface ClaimedProductOption {
26
26
  */
27
27
  export interface PostProfileClaimsEstimateRequest {
28
28
  requestBody: {
29
- responsibleObjectType: ResponsibleObjectType;
29
+ responsibleObjectType?: ResponsibleObjectType;
30
30
  claimedProductOptions: ClaimedProductOption[];
31
31
  claimType: ClaimType;
32
32
  productCnt: number;
33
33
  claimReasonType: ClaimReasonType;
34
- returnWayType: ReturnWayType;
34
+ returnWayType?: ReturnWayType;
35
35
  };
36
36
  }
37
37
  export declare type PostProfileClaimsEstimateResponse = ClaimPriceInfo;
@@ -418,7 +418,7 @@ export interface ShippingAddressesItem {
418
418
  */
419
419
  export interface GetProfileOrdersRequest {
420
420
  queryString?: {
421
- orderRequestTypes?: DefaultOrderStatusType;
421
+ orderRequestTypes?: string;
422
422
  pageNumber?: number;
423
423
  pageSize?: number;
424
424
  hasTotalCount?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.19.6",
3
+ "version": "1.19.9",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",