@zauru-sdk/graphql 2.0.37 → 2.0.38

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.
@@ -201,6 +201,7 @@ const getShipmentsStringQuery = ({ agency_to_id, agency_from_id, suffix, voided
201
201
  zid
202
202
  id_number
203
203
  reference
204
+ memo
204
205
  needs_transport
205
206
  payee_id
206
207
  income
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.37",
3
+ "version": "2.0.38",
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": "1cffa483337722e7e3b875db9dad31132a99c5bb"
24
+ "gitHead": "36fc2bbb3d68f127d714008a4b9ef338cba8d7d1"
25
25
  }