@zauru-sdk/hooks 2.0.107 → 2.0.108

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.
@@ -126,6 +126,10 @@ export declare const useGetInvoicesByLab: (config?: ReduxParamsConfig) => {
126
126
  loading: boolean;
127
127
  data: InvoiceGraphQL[];
128
128
  };
129
+ export declare const useGetInvoicesByCurrentAgency: (config?: ReduxParamsConfig) => {
130
+ loading: boolean;
131
+ data: InvoiceGraphQL[];
132
+ };
129
133
  export declare const useGetTiposDeMuestra: (config?: ReduxParamsConfig) => {
130
134
  loading: boolean;
131
135
  data: WebAppRowGraphQL<TipoMuestra>[];
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.useGetInvoiceFormSubmissionsByInvoiceId = exports.useGetMyCaseFormSubmissions = exports.useGetInvoiceFormSubmissionsByAgencyId = exports.useGetCaseForms = exports.useGetInvoiceForms = exports.useGetAllForms = exports.useGetBitacoraRechazoMasivo = exports.useGetMotivosDeRechazo = exports.useGetTiposDeMuestra = exports.useGetInvoicesByLab = exports.useGetShipmentsToMyAgency = exports.useGetEmployees = exports.useGetEmployeesByCurrentAgency = exports.useGetEmployeesByLab = exports.useGetPaymentMethods = exports.useGetPaymentTerms = exports.useGetSuggestedPrices = exports.useGetAgencies = exports.useGetPrintTemplates = exports.useGetPayeesForLab = exports.useGetPayees = exports.useGetClientCategories = exports.useGetProviderCategories = exports.useGetMyCases = exports.useGetProviders = exports.useGetReceptionTypes = exports.useGetCurrencies = exports.useGetBundlesForLab = exports.useGetBundlesRecipForLab = exports.useGetPayeeCategoriesLabPrices = exports.useGetPayeeCategories = exports.useGetTemplates = exports.useGetBookings = exports.useGetItemCategoriesForLab = exports.useGetItemServicesByLab = exports.useGetMyAgencyLotStocks = exports.useGetItemsByLab = exports.useGetItemsByReception = exports.useGetItems = void 0;
3
+ exports.useGetInvoiceFormSubmissionsByInvoiceId = exports.useGetMyCaseFormSubmissions = exports.useGetInvoiceFormSubmissionsByAgencyId = exports.useGetCaseForms = exports.useGetInvoiceForms = exports.useGetAllForms = exports.useGetBitacoraRechazoMasivo = exports.useGetMotivosDeRechazo = exports.useGetTiposDeMuestra = exports.useGetInvoicesByCurrentAgency = exports.useGetInvoicesByLab = exports.useGetShipmentsToMyAgency = exports.useGetEmployees = exports.useGetEmployeesByCurrentAgency = exports.useGetEmployeesByLab = exports.useGetPaymentMethods = exports.useGetPaymentTerms = exports.useGetSuggestedPrices = exports.useGetAgencies = exports.useGetPrintTemplates = exports.useGetPayeesForLab = exports.useGetPayees = exports.useGetClientCategories = exports.useGetProviderCategories = exports.useGetMyCases = exports.useGetProviders = exports.useGetReceptionTypes = exports.useGetCurrencies = exports.useGetBundlesForLab = exports.useGetBundlesRecipForLab = exports.useGetPayeeCategoriesLabPrices = exports.useGetPayeeCategories = exports.useGetTemplates = exports.useGetBookings = exports.useGetItemCategoriesForLab = exports.useGetItemServicesByLab = exports.useGetMyAgencyLotStocks = exports.useGetItemsByLab = exports.useGetItemsByReception = exports.useGetItems = void 0;
4
4
  const react_1 = require("@remix-run/react");
5
5
  const react_2 = require("react");
6
6
  const index_js_1 = require("./components/index.js");
@@ -201,6 +201,8 @@ const useGetShipmentsToMyAgency = (config) => useGetReduxCatalog("shipmentsToMyA
201
201
  exports.useGetShipmentsToMyAgency = useGetShipmentsToMyAgency;
202
202
  const useGetInvoicesByLab = (config) => useGetReduxCatalog("invoicesByLab", config);
203
203
  exports.useGetInvoicesByLab = useGetInvoicesByLab;
204
+ const useGetInvoicesByCurrentAgency = (config) => useGetReduxCatalog("invoicesByCurrentAgency", config);
205
+ exports.useGetInvoicesByCurrentAgency = useGetInvoicesByCurrentAgency;
204
206
  const useGetTiposDeMuestra = (config) => useGetReduxCatalog("tiposDeMuestra", config);
205
207
  exports.useGetTiposDeMuestra = useGetTiposDeMuestra;
206
208
  const useGetMotivosDeRechazo = (config) => useGetReduxCatalog("motivosRechazo", config);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/hooks",
3
- "version": "2.0.107",
3
+ "version": "2.0.108",
4
4
  "description": "Hooks reutilizables dentro de las webapps de Zauru.",
5
5
  "main": "./dist/esm/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -28,10 +28,10 @@
28
28
  "@remix-run/react": "^2.8.1",
29
29
  "@zauru-sdk/common": "^2.0.94",
30
30
  "@zauru-sdk/icons": "^2.0.99",
31
- "@zauru-sdk/redux": "^2.0.92",
31
+ "@zauru-sdk/redux": "^2.0.108",
32
32
  "@zauru-sdk/types": "^2.0.92",
33
33
  "react": "^18.2.0",
34
34
  "react-dom": "^18.2.0"
35
35
  },
36
- "gitHead": "38616ca0ee58e75e1a5bac568e1e60f0c1f46a75"
36
+ "gitHead": "23095b77237b31d798f93cd8812ed221fcd862f0"
37
37
  }