@zauru-sdk/graphql 2.0.204 → 2.0.206

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.
@@ -323,6 +323,7 @@ const getSerialsStringQuery = (filters) => {
323
323
  agency_id
324
324
  agency_future_id
325
325
  created_at
326
+ }
326
327
  }
327
328
  `;
328
329
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.204",
3
+ "version": "2.0.206",
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": "1d4f8ef72286e9f7575109be154b09f53c3107f4"
24
+ "gitHead": "f4d62b2808133edcd12c983d20e6c7853c02f646"
25
25
  }