@shopby/shop-sdk 1.18.5 → 1.18.6

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.
@@ -252,10 +252,10 @@ interface ClaimAddressDefault {
252
252
  receiverContact1: string;
253
253
  receiverContact2: string;
254
254
  }
255
- interface ClaimResponseAddress extends ClaimAddressDefault {
255
+ export interface ClaimResponseAddress extends ClaimAddressDefault {
256
256
  addressView: string;
257
257
  }
258
- interface ClaimRequestAddress extends ClaimAddressDefault {
258
+ export interface ClaimRequestAddress extends ClaimAddressDefault {
259
259
  addressNo: number;
260
260
  addressName: string;
261
261
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.18.5",
3
+ "version": "1.18.6",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",