@zauru-sdk/graphql 2.0.113 → 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.113",
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": "0251ee194f152e5ddbf5e35bea38d050b2309f31"
24
+ "gitHead": "21371efc5be5d92965693d1818c000e0592d8aef"
25
25
  }