@sp-api-sdk/shipping-api-v1 1.8.8 → 1.8.9

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.
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ /// <reference types="node" />
12
13
  import { Configuration } from "./configuration";
13
14
  import { RequestArgs } from "./base";
14
15
  import { AxiosInstance, AxiosResponse } from 'axios';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/shipping-api-v1",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "Provides programmatic access to Amazon Shipping APIs.",
5
- "version": "1.8.8",
5
+ "version": "1.8.9",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -26,8 +26,8 @@
26
26
  "test": "jest"
27
27
  },
28
28
  "dependencies": {
29
- "@sp-api-sdk/auth": "^1.9.20",
30
- "@sp-api-sdk/common": "^1.9.6",
29
+ "@sp-api-sdk/auth": "^1.9.21",
30
+ "@sp-api-sdk/common": "^1.9.7",
31
31
  "axios": "^0.27.2"
32
32
  },
33
33
  "repository": {
@@ -52,5 +52,5 @@
52
52
  "typedoc": {
53
53
  "entryPoint": "./index.ts"
54
54
  },
55
- "gitHead": "c28c9ce8bfa10271bba79c0067c5c9f63a5f6dc0"
55
+ "gitHead": "87de54d3e7d47fd187a15c558350620d6c5b50af"
56
56
  }