@zauru-sdk/graphql 2.0.169 → 2.0.174

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.
@@ -1515,6 +1515,9 @@ const getCasesStringQuery = (filters) => {
1515
1515
  courtesy
1516
1516
  client {
1517
1517
  name
1518
+ tin
1519
+ email
1520
+ phone
1518
1521
  address_line_1
1519
1522
  }
1520
1523
  case_invoices {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.169",
3
+ "version": "2.0.174",
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": "cb9bc2cccbff6605a48b0771ab6cc422a7a9df4e"
24
+ "gitHead": "193cebd0045eacd3451558583f7c4babc3a275e0"
25
25
  }