@zauru-sdk/graphql 1.0.78 → 1.0.79

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.
@@ -293,6 +293,11 @@ const getPurchaseOrdersBetweenDatesStringQuery = (config = {
293
293
  description
294
294
  ${lotStocksFragment}
295
295
  }
296
+ webapp_table_rowables {
297
+ webapp_rows {
298
+ data
299
+ }
300
+ }
296
301
  shipment_purchase_orders {
297
302
  shipment {
298
303
  id
@@ -293,6 +293,11 @@ const getPurchaseOrdersBetweenDatesStringQuery = (config = {
293
293
  description
294
294
  ${lotStocksFragment}
295
295
  }
296
+ webapp_table_rowables {
297
+ webapp_rows {
298
+ data
299
+ }
300
+ }
296
301
  shipment_purchase_orders {
297
302
  shipment {
298
303
  id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "description": "Queries de uso común para las aplicación de Zauru.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -22,5 +22,5 @@
22
22
  "devDependencies": {
23
23
  "typescript": "^5.1.6"
24
24
  },
25
- "gitHead": "1faea0e4c3468b24c7b740441af3fc5e9f552e3f"
25
+ "gitHead": "25cf887cf57d6eabd296bbe06b91170636f1275a"
26
26
  }