@zauru-sdk/graphql 2.0.185 → 2.0.187

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.
@@ -1603,6 +1603,9 @@ const getCasesStringQuery = (filters) => {
1603
1603
  id
1604
1604
  item_id
1605
1605
  quantity
1606
+ unit_price
1607
+ price
1608
+ serial_id
1606
1609
  }
1607
1610
  submission_cases {
1608
1611
  id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.185",
3
+ "version": "2.0.187",
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": "0089d558e05e0992d82d19cc9345bb37500862e0"
24
+ "gitHead": "b4f93c83ebb2afbc45e4e8e25bd9fc021bd365dc"
25
25
  }