@zauru-sdk/graphql 2.0.228 → 2.2.0

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.
@@ -514,6 +514,11 @@ const getPayeesStringQuery = (filters) => {
514
514
  tin
515
515
  vendor
516
516
  address_line_1
517
+ payee_category_id
518
+ payee_category {
519
+ id
520
+ name
521
+ }
517
522
  }
518
523
  }
519
524
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.228",
3
+ "version": "2.2.0",
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": "ea1ed427f74fb0e923476f49a1c1d27573fd9965"
24
+ "gitHead": "eaa293691510bcff7233d44098944210bf109bdb"
25
25
  }