@shopby/shop-sdk 1.15.4 → 1.15.5

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,4 +1,4 @@
1
- import { ClaimClassType, ClaimOptionType, ClaimReasonType, ClaimStatusType, ClaimStatusTypeLabel, ClaimType, ClaimWithdrawValidationType, ExchangePayInfoPayType, NextActionType, RefundType, ResponsibleObjectType, ReturnWayType } from './unions';
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
3
  import { DateYmdt, Yn } from '../../common';
4
4
  export * from './unions';
@@ -225,7 +225,7 @@ export interface GetProfileOrderOptionsOrderOptionNoClaimsRequest {
225
225
  export interface GetProfileOrderOptionsOrderOptionNoClaimsResponse {
226
226
  deliveryCompanyTypes: DeliveryCompanyType[];
227
227
  originalOption: ClaimOption;
228
- claimReasonTypes: ClaimReasonType[];
228
+ claimReasonTypes: ClaimReasonTypeInfo[];
229
229
  returnAddress: ClaimAddress;
230
230
  claimType: ClaimType;
231
231
  payType: PayType;
@@ -240,6 +240,11 @@ export interface GetProfileOrderOptionsOrderOptionNoClaimsResponse {
240
240
  }>;
241
241
  returnWarehouse: ReturnWarehouse;
242
242
  }
243
+ export interface ClaimReasonTypeInfo {
244
+ responsibleObjectType: ResponsibleObjectType;
245
+ claimReasonType: ClaimReasonType;
246
+ label: ClaimReasonLabel;
247
+ }
243
248
  export interface ReturnWarehouse {
244
249
  summary: string;
245
250
  address: string;
@@ -1,7 +1,7 @@
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, ClaimReasonLabel, ClaimReasonType, ClaimStatusType, ClaimTypeWithNone, NextActionType, RefundType, ResponsibleObjectType } from '../claim/unions';
4
- import { ClaimAddress, ExchangePayInfo } from '../../domain/claim';
3
+ import { ClaimClassType, ClaimStatusType, ClaimTypeWithNone, NextActionType, RefundType } from '../claim/unions';
4
+ import { ClaimAddress, ClaimReasonTypeInfo, ExchangePayInfo } from '../../domain/claim';
5
5
  export * from './unions';
6
6
  /**
7
7
  * path: /order-configs
@@ -664,11 +664,6 @@ export interface OrderOptionPrice {
664
664
  standardPrice: number;
665
665
  accumulationRate: number;
666
666
  }
667
- export interface ClaimReasonTypeInfo {
668
- responsibleObjectType: ResponsibleObjectType;
669
- claimReasonType: ClaimReasonType;
670
- label: ClaimReasonLabel;
671
- }
672
667
  export interface AdditionalPayInfo {
673
668
  bankAccount: BankAccountInfo;
674
669
  exchangePayAmt: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.15.4",
3
+ "version": "1.15.5",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",