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