@shopby/shop-sdk 1.7.10 → 1.7.11

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.
@@ -422,7 +422,7 @@ export interface AddressPayload {
422
422
  receiverName: string;
423
423
  addressType: AddressType;
424
424
  customsIdNumber?: string;
425
- countryCd: CountryCode;
425
+ countryCd?: CountryCode;
426
426
  receiverZipCd: string;
427
427
  addressName?: string;
428
428
  receiverDetailAddress?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.7.10",
3
+ "version": "1.7.11",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/root.d.ts",