@zauru-sdk/utils 2.3.1 → 2.5.0

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,5 +1,4 @@
1
1
  import type { Session } from "@remix-run/node";
2
- import { BasketSchema } from "@zauru-sdk/types";
3
2
  /**
4
3
  * Obtiene el listado de ordenes de compra, formateado especialmente para armar la tabla de edición de porcentajes de rechazo
5
4
  * @param headers
@@ -17,7 +16,7 @@ export declare const getLoteDescription: (headers: any, session: Session, lote_i
17
16
  lote: import("@zauru-sdk/types").LoteDescription;
18
17
  purchase_order: import("@zauru-sdk/types").PurchasesDataTableListFormatedSchema;
19
18
  purchase: (import("@zauru-sdk/types").PurchaseOrderGraphQL & {
20
- baskets_memo: BasketSchema[];
19
+ baskets_memo: import("@zauru-sdk/types").BasketSchema[];
21
20
  baskets_memo_quantity: number;
22
21
  }) | undefined;
23
22
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/utils",
3
- "version": "2.3.1",
3
+ "version": "2.5.0",
4
4
  "description": "Utilidades, parseo de request y demás para desarrollo de webapps de Zauru",
5
5
  "main": "./dist/esm/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -24,11 +24,11 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@remix-run/node": "^2.8.1",
27
- "@zauru-sdk/common": "^2.3.1",
27
+ "@zauru-sdk/common": "^2.5.0",
28
28
  "@zauru-sdk/config": "^2.0.220",
29
- "@zauru-sdk/graphql": "^2.2.0",
30
- "@zauru-sdk/services": "^2.3.1",
31
- "@zauru-sdk/types": "^2.3.1"
29
+ "@zauru-sdk/graphql": "^2.4.0",
30
+ "@zauru-sdk/services": "^2.5.0",
31
+ "@zauru-sdk/types": "^2.5.0"
32
32
  },
33
- "gitHead": "149a6e42d2a40f20a7714392e3ef17b6f24be360"
33
+ "gitHead": "41d1e8e4187c25fb8b859862a3ce1682e7864c20"
34
34
  }