@zauru-sdk/graphql 2.0.56 → 2.0.58

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.
@@ -1224,7 +1224,7 @@ const getSuggestedPricesStringQuery = (config = {
1224
1224
  }`
1225
1225
  : "";
1226
1226
  return `query getSuggestedPrices {
1227
- suggested_prices ${whereClause} {
1227
+ suggested_prices (${whereClause}) {
1228
1228
  id
1229
1229
  current
1230
1230
  currency_id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/graphql",
3
- "version": "2.0.56",
3
+ "version": "2.0.58",
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": "f9ddbf6017cf7b1afff51c9e4edfb11ba2ea1bb6"
24
+ "gitHead": "43724125bceb5eb92c786f9673a62ee0849d5901"
25
25
  }