@shopby/shop-sdk 1.10.6 → 1.10.7
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.
- package/build/types/domain/claim/index.d.ts +2 -0
- package/build/types/domain/claim/index.js +2 -1
- package/build/types/domain/claim/index.js.map +1 -1
- package/build/types/domain/order/index.d.ts +3 -3
- package/build/types/domain/order/index.js +1 -0
- package/build/types/domain/order/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/domain/claim/index.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/domain/claim/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { AgreementType, CountryCode, Week, Yn, Bank, BankLabel, DateYmdt, DateYmd, PhoneNumberString, NumberString, Card } from '../../common';
|
|
2
|
-
import { ActionGroupType, AddressType, CashReceiptIssuePurposeType, DefaultOrderStatusType, DeliveryCompanyType, DeliveryConditionType, DeliveryPayType, DeliveryType, GroupDeliveryAmtType, OrderChannelType, OrderOptionType,
|
|
2
|
+
import { ActionGroupType, AddressType, CashReceiptIssuePurposeType, DefaultOrderStatusType, DeliveryCompanyType, DeliveryConditionType, DeliveryPayType, DeliveryType, GroupDeliveryAmtType, OrderChannelType, OrderOptionType, PayType, PgType, ReceiptType, RecurringCycle, RecurringCycleType, ShippingAreaType, TaxType } from 'types/domain/order/unions';
|
|
3
3
|
import { ClaimClassType, ClaimReasonLabel, ClaimReasonType, ClaimStatusType, NextActionType, RefundType, ResponsibleObjectType } from 'types/domain/claim/unions';
|
|
4
4
|
export * from './maps';
|
|
5
|
+
export * from './unions';
|
|
5
6
|
/**
|
|
6
7
|
* path: /order-configs
|
|
7
8
|
*/
|
|
@@ -413,9 +414,8 @@ export interface ShippingAddressesItem {
|
|
|
413
414
|
export interface GetProfileOrdersOrderNoRequest {
|
|
414
415
|
pathVariable: {
|
|
415
416
|
orderNo: string;
|
|
416
|
-
orderRequestType?: OrderRequestType;
|
|
417
417
|
};
|
|
418
|
-
queryString
|
|
418
|
+
queryString?: {
|
|
419
419
|
orderRequestType?: string;
|
|
420
420
|
};
|
|
421
421
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/domain/order/index.ts"],"names":[],"mappings":"AAqCA,cAAc,QAAQ,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/domain/order/index.ts"],"names":[],"mappings":"AAqCA,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC"}
|