@zauru-sdk/graphql 2.0.47 → 2.0.52

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.
@@ -345,7 +345,7 @@ const getPurchaseOrdersBetweenDatesStringQuery = (startDate, endDate, config) =>
345
345
  }`
346
346
  : "";
347
347
  const lots = config.withLots
348
- ? `lots {
348
+ ? `lots (order_by: {id: desc}) {
349
349
  id
350
350
  name
351
351
  description
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.47",
3
+ "version": "2.0.52",
4
4
  "description": "Queries de uso común para las aplicación de Zauru.",
5
5
  "main": "./dist/esm/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -21,5 +21,5 @@
21
21
  "devDependencies": {
22
22
  "typescript": "^5.1.6"
23
23
  },
24
- "gitHead": "bfc97683641800ea0d35fe094e705054f4de5cef"
24
+ "gitHead": "3176c02389ca24a162796ddba4c149a3500383dc"
25
25
  }