@pintahub/shopify-api 2.4.8 → 2.5.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.
- package/dist/classes/AdminAPI.js +1 -1
- package/package.json +1 -1
package/dist/classes/AdminAPI.js
CHANGED
|
@@ -25,7 +25,7 @@ class AdminAPI {
|
|
|
25
25
|
}
|
|
26
26
|
this.menus = new menus_1.AdminMenuAPI(this._createClient('2025-01'));
|
|
27
27
|
this.products = new products_v2_1.AdminProductsAPI(this._createClient('2025-01'));
|
|
28
|
-
this.customers = new customers_1.AdminCustomersAPI(this._createClient('
|
|
28
|
+
this.customers = new customers_1.AdminCustomersAPI(this._createClient('2026-01'));
|
|
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'));
|