@sp-api-sdk/vendor-invoices-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 { SubmitInvoicesRequest } from '../models';
16
17
  import { SubmitInvoicesResponse } from '../models';
@@ -80,5 +81,5 @@ export declare class VendorPaymentsApi extends BaseAPI {
80
81
  * @throws {RequiredError}
81
82
  * @memberof VendorPaymentsApi
82
83
  */
83
- submitInvoices(requestParameters: VendorPaymentsApiSubmitInvoicesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SubmitInvoicesResponse, any>>;
84
+ submitInvoices(requestParameters: VendorPaymentsApiSubmitInvoicesRequest, options?: AxiosRequestConfig): Promise<globalAxios.AxiosResponse<SubmitInvoicesResponse, any>>;
84
85
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/vendor-invoices-api-v1",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Retail Procurement Payments provides programmatic access to vendors payments data.",
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
  "vendor invoices api"
42
42
  ],
43
- "gitHead": "23d420d10e931be7657141e989fccdc9dafe2a9c"
43
+ "gitHead": "96729dd2eabfca855da5eb33f271c0b09b449972"
44
44
  }