@ikas/storefront 0.0.162-alpha.18 → 0.0.162-alpha.2

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.
@@ -35,19 +35,6 @@ export declare enum CartStatusEnum {
35
35
  ACTIVE = "ACTIVE",
36
36
  PASSIVE = "PASSIVE"
37
37
  }
38
- /**
39
- * CategoryProductsOrder Types
40
- */
41
- export declare enum CategoryProductsOrderTypeEnum {
42
- BEST_SELLER = "BEST_SELLER",
43
- HIGHEST_DISCOUNT_RATIO = "HIGHEST_DISCOUNT_RATIO",
44
- HIGHEST_PRICE = "HIGHEST_PRICE",
45
- LOWEST_DISCOUNT_RATIO = "LOWEST_DISCOUNT_RATIO",
46
- LOWEST_PRICE = "LOWEST_PRICE",
47
- MANUALLY = "MANUALLY",
48
- NEWEST = "NEWEST",
49
- OLDEST = "OLDEST"
50
- }
51
38
  /**
52
39
  * Checkout Recovery Email Status Enum
53
40
  */
@@ -1,4 +1,4 @@
1
- import { StringFilterInput, PaginationInput, CategoryProductsOrderTypeEnum, HTMLMetaDataTargetTypeEnum } from "../../../__generated__/global-types";
1
+ import { StringFilterInput, PaginationInput, HTMLMetaDataTargetTypeEnum } from "../../../__generated__/global-types";
2
2
  export interface listProductBrand_listProductBrand_data_metaData {
3
3
  __typename: "HTMLMetaData";
4
4
  slug: string;
@@ -13,7 +13,6 @@ export interface listProductBrand_listProductBrand_data {
13
13
  id: string;
14
14
  name: string;
15
15
  imageId: string | null;
16
- orderType: CategoryProductsOrderTypeEnum | null;
17
16
  metaData: listProductBrand_listProductBrand_data_metaData | null;
18
17
  }
19
18
  export interface listProductBrand_listProductBrand {
@@ -1,4 +1,4 @@
1
- import { StringFilterInput, PaginationInput, CategoryProductsOrderTypeEnum, HTMLMetaDataTargetTypeEnum } from "../../../__generated__/global-types";
1
+ import { StringFilterInput, PaginationInput, HTMLMetaDataTargetTypeEnum } from "../../../__generated__/global-types";
2
2
  export interface listCategory_listCategory_data_metaData {
3
3
  __typename: "HTMLMetaData";
4
4
  slug: string;
@@ -17,7 +17,6 @@ export interface listCategory_listCategory_data {
17
17
  name: string;
18
18
  parentId: string | null;
19
19
  imageId: string | null;
20
- orderType: CategoryProductsOrderTypeEnum | null;
21
20
  metaData: listCategory_listCategory_data_metaData | null;
22
21
  categoryPath: string[] | null;
23
22
  }