@zauru-sdk/graphql 2.0.181 → 2.0.183

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.
@@ -1571,6 +1571,7 @@ const getCasesStringQuery = (filters) => {
1571
1571
  client_id
1572
1572
  warranty
1573
1573
  courtesy
1574
+ total
1574
1575
  client {
1575
1576
  name
1576
1577
  tin
@@ -1589,6 +1590,17 @@ const getCasesStringQuery = (filters) => {
1589
1590
  item_id
1590
1591
  quantity
1591
1592
  }
1593
+ submission_cases {
1594
+ id
1595
+ settings_form_submission {
1596
+ zid
1597
+ voided
1598
+ settings_form {
1599
+ id
1600
+ zid
1601
+ }
1602
+ }
1603
+ }
1592
1604
  }
1593
1605
  }
1594
1606
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.181",
3
+ "version": "2.0.183",
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": "5a2a3ebca0acd54873a2701c2b6b31c76b418a69"
24
+ "gitHead": "9e4c61af87e8f56f2a9fd698fef6d5e46b7b9b63"
25
25
  }