@zauru-sdk/graphql 2.0.223 → 2.0.226

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.
@@ -433,6 +433,8 @@ const getPurchaseOrdersBetweenDatesStringQuery = (startDate, endDate, config) =>
433
433
  const webAppRows = config.withWebAppRows
434
434
  ? `webapp_table_rowables {
435
435
  webapp_rows {
436
+ id
437
+ webapp_table_id
436
438
  data
437
439
  }
438
440
  }`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.223",
3
+ "version": "2.0.226",
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": "6315d069c4c276a87f7384947e01fe2420f1eab3"
24
+ "gitHead": "f3737fadc352bab2bbd6abb3654c5c06182392b4"
25
25
  }