@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.
@@ -1,3 +1,5 @@
1
+ export * from './maps';
2
+ export * from './unions';
1
3
  export interface GuestClaimsCancelRequest {
2
4
  claimReasonDetail?: string;
3
5
  responsibleObjectType?: string;
@@ -1,2 +1,3 @@
1
- export {};
1
+ export * from './maps';
2
+ export * from './unions';
2
3
  //# sourceMappingURL=index.js.map
@@ -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, OrderRequestType, PayType, PgType, ReceiptType, RecurringCycle, RecurringCycleType, ShippingAreaType, TaxType } from 'types/domain/order/unions';
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,2 +1,3 @@
1
1
  export * from './maps';
2
+ export * from './unions';
2
3
  //# sourceMappingURL=index.js.map
@@ -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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.10.6",
3
+ "version": "1.10.7",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",