@zauru-sdk/graphql 2.0.150 → 2.0.159

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.
@@ -404,6 +404,7 @@ const getPurchaseOrdersBetweenDatesStringQuery = (startDate, endDate, config) =>
404
404
  other_charges
405
405
  consolidate_id
406
406
  shipment_reference
407
+ reference
407
408
  ${purchaseOrderDetails}
408
409
  ${lots}
409
410
  ${webAppRows}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.150",
3
+ "version": "2.0.159",
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": "1f6adb96c6a67b4cc460301d8c0b67bb0446e2a5"
24
+ "gitHead": "bb34f3565903d629bdd046c34a2bb37bd17f0833"
25
25
  }