@shopby/shop-sdk 1.20.2 → 1.20.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.
@@ -1,6 +1,6 @@
1
1
  import { AgreementType, CountryCode, Week, Yn, DateYmdt, DateYmd, PhoneNumberString, NumberString } from '../../common';
2
2
  import { ActionGroupType, AddressType, CashReceiptIssuePurposeType, DefaultOrderStatusType, DeliveryCompanyType, DeliveryConditionType, DeliveryPayType, DeliveryType, GroupDeliveryAmtType, OrderChannelType, OrderOptionType, OrderRequestType, PayType, PgType, ReceiptType, RecurringCycle, RecurringCycleType, ShippingAreaType, TaxType, Bank, BankLabel, Card } from './unions';
3
- import { ClaimClassType, ClaimStatusType, ClaimTypeWithNone, NextActionType, RefundType } from '../claim/unions';
3
+ import { ClaimClassType, ClaimStatusType, ClaimTypeWithNone, NextActionType, RefundType, ReturnWayType } from '../claim/unions';
4
4
  import { ClaimAddress, ClaimReasonTypeInfo, ExchangePayInfo } from '../../domain/claim';
5
5
  import { OptionalAccessTokenRequest } from '../../http';
6
6
  export * from './unions';
@@ -688,19 +688,19 @@ export interface RefundInfo {
688
688
  refundTypeLabel: string;
689
689
  claimNo: number;
690
690
  deliveryAmtInfo: DeliveryAmtInfo;
691
- returnWayType: string;
691
+ returnWayType?: ReturnWayType;
692
692
  claimImageUrls: string[];
693
693
  refundPayType: PayType;
694
- returnAddress: ClaimAddress;
694
+ returnAddress?: ClaimAddress;
695
695
  productAmtInfo: ProductAmtInfo;
696
696
  subtractionAmtInfo: SubtractionAmtInfo;
697
- returnInvoiceNo: string;
697
+ returnInvoiceNo?: string;
698
698
  refundType: RefundType;
699
- exchangeAddress: ClaimAddress;
699
+ exchangeAddress?: ClaimAddress;
700
700
  refundSubPayAmt: number;
701
701
  returnDeliveryCompanyTypeLabel?: string;
702
702
  claimClassType?: ClaimClassType;
703
- exchangeOrderOption: ExchangeOrderOption;
703
+ exchangeOrderOption?: ExchangeOrderOption;
704
704
  refundPayAmt: number;
705
705
  refundBankAccount: BankAccountInfo;
706
706
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.20.2",
3
+ "version": "1.20.3",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",