@zauru-sdk/graphql 2.0.37 → 2.0.40
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
|
|
@@ -217,6 +218,7 @@ const getShipmentsStringQuery = ({ agency_to_id, agency_from_id, suffix, voided
|
|
|
217
218
|
delivered_at
|
|
218
219
|
returned
|
|
219
220
|
returned_at
|
|
221
|
+
returner_id
|
|
220
222
|
movements {
|
|
221
223
|
id
|
|
222
224
|
booked_quantity
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zauru-sdk/graphql",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.40",
|
|
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": "
|
|
24
|
+
"gitHead": "722f35fd12cf071610171f10b08904868f122cd7"
|
|
25
25
|
}
|