@zauru-sdk/graphql 2.0.40 → 2.0.41

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.
@@ -225,6 +225,7 @@ const getShipmentsStringQuery = ({ agency_to_id, agency_from_id, suffix, voided
225
225
  delivered_quantity
226
226
  reference
227
227
  item_id
228
+ lot_id
228
229
  ${movementLots}
229
230
  }
230
231
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.40",
3
+ "version": "2.0.41",
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": "722f35fd12cf071610171f10b08904868f122cd7"
24
+ "gitHead": "f509e381e349e72425d9ba0217e1ed5a2eb16461"
25
25
  }