@zauru-sdk/graphql 2.0.220 → 2.0.223

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.
@@ -103,6 +103,7 @@ query getPurchaseOrder($id: bigint) @cached {
103
103
  shipment_reference
104
104
  webapp_table_rowables {
105
105
  webapp_rows {
106
+ webapp_table_id
106
107
  data
107
108
  }
108
109
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.220",
3
+ "version": "2.0.223",
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": "c8ca154d7c11e35c916f2e7f7bfc27f5ba2c14f1"
24
+ "gitHead": "6315d069c4c276a87f7384947e01fe2420f1eab3"
25
25
  }