@timardex/cluemart-shared 1.3.60 → 1.3.61

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.
package/dist/index.mjs CHANGED
@@ -5445,7 +5445,9 @@ var UPDATE_APP_SETTINGS_MUTATION = gql33`
5445
5445
  `;
5446
5446
  var CRAWL_GOOGLE_MARKETS_MUTATION = gql33`
5447
5447
  mutation crawlGoogleMarkets {
5448
- crawlGoogleMarkets
5448
+ crawlGoogleMarkets() {
5449
+ message
5450
+ }
5449
5451
  }
5450
5452
  `;
5451
5453