@shipengine/js-api 4.16.1 → 4.16.2

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.
@@ -11,5 +11,7 @@ export declare class AccountAddonsAPI {
11
11
  * The `list` method retrieves a list of all available addons, also includes
12
12
  * if its avaiable for the current user
13
13
  */
14
- list: () => Promise<import("axios").AxiosResponse<Addon[], any>>;
14
+ list: () => Promise<import("axios").AxiosResponse<{
15
+ addons: Addon[];
16
+ }, any>>;
15
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/js-api",
3
- "version": "4.16.1",
3
+ "version": "4.16.2",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {