@sp-api-sdk/fba-inventory-api-v1 2.0.2 → 2.0.4

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,6 +11,7 @@
11
11
  */
12
12
  import type { Configuration } from '../configuration';
13
13
  import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
14
+ import globalAxios from 'axios';
14
15
  import { RequestArgs, BaseAPI } from '../base';
15
16
  import { GetInventorySummariesResponse } from '../models';
16
17
  /**
@@ -135,5 +136,5 @@ export declare class FbaInventoryApi extends BaseAPI {
135
136
  * @throws {RequiredError}
136
137
  * @memberof FbaInventoryApi
137
138
  */
138
- getInventorySummaries(requestParameters: FbaInventoryApiGetInventorySummariesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetInventorySummariesResponse, any>>;
139
+ getInventorySummaries(requestParameters: FbaInventoryApiGetInventorySummariesRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<GetInventorySummariesResponse, any>>;
139
140
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/fba-inventory-api-v1",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon's fulfillment network.",
5
- "version": "2.0.2",
5
+ "version": "2.0.4",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@sp-api-sdk/common": "2.0.2",
22
- "axios": "^1.6.1"
21
+ "@sp-api-sdk/common": "2.0.4",
22
+ "axios": "^1.6.2"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -40,5 +40,5 @@
40
40
  "sp sdk",
41
41
  "fba inventory api"
42
42
  ],
43
- "gitHead": "23d420d10e931be7657141e989fccdc9dafe2a9c"
43
+ "gitHead": "96729dd2eabfca855da5eb33f271c0b09b449972"
44
44
  }