@pintahub/shopify-api 1.9.6 → 1.9.7

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.
@@ -23,8 +23,12 @@ class GetCollection extends ActionBuilder_1.ActionBuilder {
23
23
  title
24
24
  updatedAt
25
25
  id
26
+ sortOrder
27
+ description
26
28
  descriptionHtml
27
- productsCount
29
+ productsCount {
30
+ count
31
+ }
28
32
  image {
29
33
  id
30
34
  url
@@ -32,6 +36,10 @@ class GetCollection extends ActionBuilder_1.ActionBuilder {
32
36
  height
33
37
  width
34
38
  }
39
+ seo {
40
+ description
41
+ title
42
+ }
35
43
  }
36
44
  }
37
45
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/shopify-api",
3
- "version": "1.9.6",
3
+ "version": "1.9.7",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",