@zauru-sdk/graphql 2.0.182 → 2.0.184

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.
@@ -1571,6 +1571,8 @@ const getCasesStringQuery = (filters) => {
1571
1571
  client_id
1572
1572
  warranty
1573
1573
  courtesy
1574
+ total
1575
+ responsible_id
1574
1576
  client {
1575
1577
  name
1576
1578
  tin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.182",
3
+ "version": "2.0.184",
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": "496beab46b1b102937a5e541e2f99656a3195921"
24
+ "gitHead": "04f5abcf077387b2dc0069077aae0f598f5b656b"
25
25
  }