@pintahub/shopify-api 2.4.1 → 2.4.3

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.
@@ -19,6 +19,7 @@ export declare class AdminAPI {
19
19
  readonly customers: AdminCustomersAPIInterface;
20
20
  readonly collections: AdminCollectionAPIInterface;
21
21
  readonly metaobject: AdminMetaObjectAPIInterface;
22
+ readonly metaobjects: AdminMetaObjectAPIInterface;
22
23
  readonly orders: AdminOrderAPIInterface;
23
24
  readonly payments: AdminPaymentsAPIInterface;
24
25
  constructor(options: APIOptions);
@@ -29,6 +29,7 @@ class AdminAPI {
29
29
  this.collections = new collections_v2_1.AdminCollectionAPI(this._createClient('2025-01'));
30
30
  this.files = new files_1.AdminFileAPI(this._createClient('2025-01'));
31
31
  this.metaobject = new metaobjects_1.AdminMetaObjectAPI(this._createClient('2025-01'));
32
+ this.metaobjects = new metaobjects_1.AdminMetaObjectAPI(this._createClient('2025-01'));
32
33
  this.orders = new orders_1.AdminOrderAPI(this._createClient('2025-01'));
33
34
  this.payments = new payments_1.AdminPaymentsAPI(this._createClient('2025-07'));
34
35
  }
@@ -24,6 +24,7 @@ class GetMetaObject extends ActionBuilder_1.ActionBuilder {
24
24
  handle
25
25
  displayName
26
26
  type
27
+ status
27
28
  fields {
28
29
  key
29
30
  type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/shopify-api",
3
- "version": "2.4.1",
3
+ "version": "2.4.3",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
@@ -17,7 +17,7 @@
17
17
  "dependencies": {
18
18
  "@shopify/admin-api-client": "^1.0.0",
19
19
  "@shopify/storefront-api-client": "^1.0.0",
20
- "axios": "^1.11.0",
20
+ "axios": "^1.13.2",
21
21
  "p-map": "^4"
22
22
  }
23
23
  }