@zauru-sdk/graphql 2.0.226 → 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.
@@ -54,6 +54,8 @@ query getPurchaseOrderByIdNumber {
54
54
  shipment_reference
55
55
  webapp_table_rowables {
56
56
  webapp_rows {
57
+ webapp_table_id
58
+ id
57
59
  data
58
60
  }
59
61
  }
@@ -103,6 +105,7 @@ query getPurchaseOrder($id: bigint) @cached {
103
105
  shipment_reference
104
106
  webapp_table_rowables {
105
107
  webapp_rows {
108
+ id
106
109
  webapp_table_id
107
110
  data
108
111
  }
@@ -511,6 +514,11 @@ const getPayeesStringQuery = (filters) => {
511
514
  tin
512
515
  vendor
513
516
  address_line_1
517
+ payee_category_id
518
+ payee_category {
519
+ id
520
+ name
521
+ }
514
522
  }
515
523
  }
516
524
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.226",
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": "f3737fadc352bab2bbd6abb3654c5c06182392b4"
24
+ "gitHead": "eaa293691510bcff7233d44098944210bf109bdb"
25
25
  }