@omniumretail/shared-resources 0.2.34 → 0.2.36

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omniumretail/shared-resources",
3
- "version": "0.2.34",
3
+ "version": "0.2.36",
4
4
  "private": false,
5
5
  "description": "Shared Components and services or utils to the frontend versions",
6
6
  "main": "dist/bundle.js",
@@ -1,5 +1,5 @@
1
1
  import { useQuery, UseQueryOptions } from "@tanstack/react-query";
2
- import { get, getAuth0 } from "../../../../services/ApiService";
2
+ import { getAuth0 } from "../../../../services/ApiService";
3
3
  import {ResponseList, Section } from "../../../../interfaces"; // Assuming Section is in the interfaces
4
4
 
5
5
  interface GetSectionProps extends UseQueryOptions<ResponseList< "Sections", Section>> {