@longvansoftware/service-js-client 1.1.0 → 1.1.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.
@@ -30,6 +30,8 @@ exports.PORTNATS = (0, graphql_tag_1.gql) `
30
30
  translatedPort
31
31
  description
32
32
  status
33
+ domain
34
+ infoConnect
33
35
  }
34
36
  }
35
37
  `;
@@ -261,13 +261,21 @@ exports.GET_SIMPLE_PRODUCTS_QUERY = (0, graphql_tag_1.gql) `
261
261
  title
262
262
  sku
263
263
  shortDescription
264
- vat
264
+ description
265
265
  subType
266
+ vat
266
267
  qualify
268
+ parentId
267
269
  handle
268
270
  price
269
271
  compareAtPrice
272
+ priceType
273
+ priceTypeName
270
274
  featuredImage
275
+ unitDTO {
276
+ id
277
+ name
278
+ }
271
279
  images
272
280
  }
273
281
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [