@pintahub/shopify-api 1.3.6 → 1.3.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.
@@ -3,6 +3,7 @@ import { ActionBuilder } from "../../ActionBuilder";
3
3
  export interface UpdateProductInput extends Record<string, any> {
4
4
  id: string;
5
5
  status?: string;
6
+ vendor?: string;
6
7
  }
7
8
  export interface UpdateProductOutput extends Record<string, any> {
8
9
  }
@@ -34,6 +34,8 @@ class UpdateProduct extends ActionBuilder_1.ActionBuilder {
34
34
  status
35
35
  title
36
36
  handle
37
+ vendor
38
+ productType
37
39
  }
38
40
  userErrors {
39
41
  field
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/shopify-api",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",