@pintahub/shopify-api 1.7.9 → 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/shopify-api",
3
- "version": "1.7.9",
3
+ "version": "1.8.0",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",