@longvansoftware/storefront-js-client 4.6.1 → 4.6.2

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.
@@ -1238,17 +1238,13 @@ exports.GET_PRODUCT_STORE_PUBLIC = (0, graphql_tag_1.gql) `
1238
1238
  exports.GET_PRODUCT_MARKET_PLACE = (0, graphql_tag_1.gql) `
1239
1239
  query GetProductMarketplace(
1240
1240
  $storeChannel: String!
1241
- $supplierId: String
1242
- $categoryId: String
1243
- $productId: String
1244
- $handle: String
1241
+ $currentPage:Int
1242
+ $maxResult: Int
1245
1243
  ) {
1246
1244
  getProductMarketplace(
1247
1245
  storeChannel: $storeChannel
1248
- supplierId: $supplierId
1249
- categoryId: $categoryId
1250
- productId: $productId
1251
- handle: $handle
1246
+ currentPage:$currentPage
1247
+ maxResult:$maxResult
1252
1248
  ) {
1253
1249
  total
1254
1250
  currentPage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "4.6.1",
3
+ "version": "4.6.2",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [