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