@shopby/shop-sdk 1.19.8 → 1.19.9

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.
@@ -418,7 +418,7 @@ export interface ShippingAddressesItem {
418
418
  */
419
419
  export interface GetProfileOrdersRequest {
420
420
  queryString?: {
421
- orderRequestTypes?: OrdersOrderRequestTypes;
421
+ orderRequestTypes?: string;
422
422
  pageNumber?: number;
423
423
  pageSize?: number;
424
424
  hasTotalCount?: boolean;
@@ -426,7 +426,6 @@ export interface GetProfileOrdersRequest {
426
426
  endYmd?: DateYmd;
427
427
  };
428
428
  }
429
- export declare type OrdersOrderRequestTypes = Omit<DefaultOrderStatusType, 'PAY_WAIT' | 'PAY_CANCEL' | 'PAY_FAIL' | 'DELETE' | 'EXCHANGE_WAIT' | 'REFUND_DONE'>;
430
429
  export interface GetProfileOrdersResponse {
431
430
  totalCount: number;
432
431
  items: ProfileOrdersItems[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.19.8",
3
+ "version": "1.19.9",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",