@zauru-sdk/graphql 2.0.38 → 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.
|
@@ -218,12 +218,14 @@ const getShipmentsStringQuery = ({ agency_to_id, agency_from_id, suffix, voided
|
|
|
218
218
|
delivered_at
|
|
219
219
|
returned
|
|
220
220
|
returned_at
|
|
221
|
+
returner_id
|
|
221
222
|
movements {
|
|
222
223
|
id
|
|
223
224
|
booked_quantity
|
|
224
225
|
delivered_quantity
|
|
225
226
|
reference
|
|
226
227
|
item_id
|
|
228
|
+
lot_id
|
|
227
229
|
${movementLots}
|
|
228
230
|
}
|
|
229
231
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zauru-sdk/graphql",
|
|
3
|
-
"version": "2.0.
|
|
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": "
|
|
24
|
+
"gitHead": "f509e381e349e72425d9ba0217e1ed5a2eb16461"
|
|
25
25
|
}
|