@pintahub/shopify-api 1.7.8 → 1.8.0

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.
@@ -18,6 +18,8 @@ class GetListBanners extends ActionBuilder_1.ActionBuilder {
18
18
  {
19
19
  metaobjects(type: "banner", first: 10) {
20
20
  nodes {
21
+ id
22
+ type
21
23
  fields {
22
24
  key
23
25
  value
@@ -21,6 +21,7 @@ class GetPost extends ActionBuilder_1.ActionBuilder {
21
21
  const query = `
22
22
  {
23
23
  article(id: "${globalId}") {
24
+ id
24
25
  authorV2 {
25
26
  name
26
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/shopify-api",
3
- "version": "1.7.8",
3
+ "version": "1.8.0",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",