@zauru-sdk/graphql 2.0.62 → 2.0.64

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.
@@ -1285,8 +1285,9 @@ const getPaymentTermsStringQuery = (config = {
1285
1285
  name
1286
1286
  ${allowedDiscounts}
1287
1287
  ${allowedPaymentTerms}
1288
+ }
1288
1289
  }
1289
- `;
1290
+ `;
1290
1291
  };
1291
1292
  exports.getPaymentTermsStringQuery = getPaymentTermsStringQuery;
1292
1293
  const getPaymentMethodsStringQuery = (config) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.62",
3
+ "version": "2.0.64",
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": "54574ba8e5fa86be3b372d5803f228e95ee53c27"
24
+ "gitHead": "bc674a76dc43a806132167b53287e02ca3d5a8fc"
25
25
  }