@pintahub/shopify-api 1.7.9 → 1.8.1

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,9 @@ class GetListBanners extends ActionBuilder_1.ActionBuilder {
18
18
  {
19
19
  metaobjects(type: "banner", first: 10) {
20
20
  nodes {
21
+ id
22
+ type
23
+ handle
21
24
  fields {
22
25
  key
23
26
  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.1",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",