@longvansoftware/storefront-js-client 4.5.7 → 4.5.8

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.
@@ -1241,18 +1241,21 @@ exports.GET_PRODUCT_MARKET_PLACE = (0, graphql_tag_1.gql) `
1241
1241
  $supplierId: String
1242
1242
  $categoryId: String
1243
1243
  $productId: String
1244
+ $handle: String
1244
1245
  ) {
1245
1246
  getProductMarketplace(
1246
1247
  storeChannel: $storeChannel
1247
1248
  supplierId: $supplierId
1248
1249
  categoryId: $categoryId
1249
1250
  productId: $productId
1251
+ handle: $handle
1250
1252
  ) {
1251
1253
  total
1252
1254
  currentPage
1253
1255
  maxResult
1254
1256
  totalPage
1255
1257
  data {
1258
+ partyId
1256
1259
  id
1257
1260
  title
1258
1261
  subType
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "4.5.7",
3
+ "version": "4.5.8",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [