@shopby/shop-sdk 1.18.0 → 1.18.1

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.
@@ -1,6 +1,6 @@
1
1
  import { ClaimClassType, ClaimOptionType, ClaimReasonLabel, ClaimReasonType, ClaimStatusType, ClaimStatusTypeLabel, ClaimType, ClaimWithdrawValidationType, ExchangePayInfoPayType, NextActionType, RefundType, ResponsibleObjectType, ReturnWayType } from './unions';
2
2
  import { Bank, BankAccountInfo, BankCdAndLabel, DefaultOrderStatusType, DeliveryAmtInfo, DeliveryCompanyType, DeliveryCompanyTypeLabel, OptionInputResponse, OrderOptionPrice, OrderStatusDate, PayType, PgType, ProductAmtInfo, SubtractionAmtInfo } from '../../domain/order';
3
- import { DateYmdt, Yn } from '../../common';
3
+ import { CountryCode, DateYmdt, Yn } from '../../common';
4
4
  export * from './unions';
5
5
  /**
6
6
  * path: /profile/claims/cancel
@@ -226,10 +226,10 @@ export interface GetProfileOrderOptionsOrderOptionNoClaimsResponse {
226
226
  deliveryCompanyTypes: DeliveryCompanyType[];
227
227
  originalOption: ClaimOption;
228
228
  claimReasonTypes: ClaimReasonTypeInfo[];
229
- returnAddress: ClaimAddress;
229
+ returnAddress: ClaimsResponseAddress;
230
230
  claimType: ClaimType;
231
231
  payType: PayType;
232
- exchangeAddress: ClaimAddress;
232
+ exchangeAddress: ClaimsResponseAddress;
233
233
  claimableOptions: ClaimOption[];
234
234
  responsibleObjectTypes: ResponsibleObjectType[];
235
235
  availableBanks: BankCdAndLabel[];
@@ -240,6 +240,19 @@ export interface GetProfileOrderOptionsOrderOptionNoClaimsResponse {
240
240
  }>;
241
241
  returnWarehouse: ReturnWarehouse;
242
242
  }
243
+ export interface ClaimsResponseAddress {
244
+ receiverAddress: string;
245
+ addressView: string;
246
+ receiverJibunAddress: string;
247
+ receiverName: string;
248
+ customsIdNumber: string;
249
+ countryCd: CountryCode;
250
+ receiverZipCd: string;
251
+ receiverDetailAddress: string;
252
+ deliveryMemo: string;
253
+ receiverContact1: string;
254
+ receiverContact2: string;
255
+ }
243
256
  export interface ClaimReasonTypeInfo {
244
257
  responsibleObjectType: ResponsibleObjectType;
245
258
  claimReasonType: ClaimReasonType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.18.0",
3
+ "version": "1.18.1",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",