@pintahub/shopify-api 2.4.3 → 2.4.5

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.
@@ -35,6 +35,11 @@ class GetListBanners extends ActionBuilder_1.ActionBuilder {
35
35
  }
36
36
  }
37
37
  }
38
+ capabilities {
39
+ publishable {
40
+ status
41
+ }
42
+ }
38
43
  }
39
44
  }
40
45
  }
@@ -24,12 +24,16 @@ class GetMetaObject extends ActionBuilder_1.ActionBuilder {
24
24
  handle
25
25
  displayName
26
26
  type
27
- status
28
27
  fields {
29
28
  key
30
29
  type
31
30
  value
32
31
  }
32
+ capabilities {
33
+ publishable {
34
+ status
35
+ }
36
+ }
33
37
  }
34
38
  }
35
39
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/shopify-api",
3
- "version": "2.4.3",
3
+ "version": "2.4.5",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",