@zauru-sdk/graphql 2.0.112 → 2.0.117

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.
@@ -1165,6 +1165,7 @@ query getInvoiceFormSubmissionsByInvoiceId {
1165
1165
  id
1166
1166
  name
1167
1167
  print_var_name
1168
+ field_type
1168
1169
  settings_form_field_options {
1169
1170
  id
1170
1171
  label
@@ -1345,9 +1346,7 @@ query getInvoicesByAgencyId {
1345
1346
  where: {
1346
1347
  agency_id: {_eq: ${id}},
1347
1348
  voided: {_eq: false}
1348
- ${filters?.invoice_id
1349
- ? `, id: {_eq: ${filters?.invoice_id}}`
1350
- : ""}
1349
+ ${filters?.invoice_id ? `, id: {_eq: ${filters?.invoice_id}}` : ""}
1351
1350
  ${filters?.tag_id
1352
1351
  ? `, tagging_invoices: { tag_id: {_eq: ${filters?.tag_id}}}`
1353
1352
  : ""}
@@ -1391,6 +1390,7 @@ query getInvoicesByAgencyId {
1391
1390
  }
1392
1391
  payee {
1393
1392
  name
1393
+ tin
1394
1394
  payee_category_id
1395
1395
  }
1396
1396
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.112",
3
+ "version": "2.0.117",
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": "b7aa31520777fdd9277745a5285731cc8ebbd1ac"
24
+ "gitHead": "21371efc5be5d92965693d1818c000e0592d8aef"
25
25
  }