@zauru-sdk/graphql 1.0.94 → 1.0.105

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.
@@ -363,7 +363,9 @@ query getAgencies {
363
363
  const getWebAppRowStringQuery = (id) => `
364
364
  query getWebAppRow {
365
365
  webapp_rows(where: {id: {_eq: ${id}}}) {
366
+ id
366
367
  data
368
+ created_at
367
369
  }
368
370
  }
369
371
  `;
@@ -363,7 +363,9 @@ query getAgencies {
363
363
  const getWebAppRowStringQuery = (id) => `
364
364
  query getWebAppRow {
365
365
  webapp_rows(where: {id: {_eq: ${id}}}) {
366
+ id
366
367
  data
368
+ created_at
367
369
  }
368
370
  }
369
371
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "1.0.94",
3
+ "version": "1.0.105",
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": "9bb9ad806317e995dcb86262ed37ba73cd276c07"
25
+ "gitHead": "57fb17e6d485c1d661432a1517fe8c4e8d354e78"
26
26
  }