@sp-api-sdk/finances-api-v0
Advanced tools
Comparing version 2.7.5 to 3.0.0
@@ -81,3 +81,9 @@ "use strict"; | ||
this.serverIndex = param.serverIndex; | ||
this.baseOptions = param.baseOptions; | ||
this.baseOptions = { | ||
headers: { | ||
...param.baseOptions?.headers, | ||
'User-Agent': "OpenAPI-Generator/typescript-axios" | ||
}, | ||
...param.baseOptions | ||
}; | ||
this.formDataCtor = param.formDataCtor; | ||
@@ -84,0 +90,0 @@ } |
@@ -78,3 +78,9 @@ /* tslint:disable */ | ||
this.serverIndex = param.serverIndex; | ||
this.baseOptions = param.baseOptions; | ||
this.baseOptions = { | ||
headers: { | ||
...param.baseOptions?.headers, | ||
'User-Agent': "OpenAPI-Generator/typescript-axios" | ||
}, | ||
...param.baseOptions | ||
}; | ||
this.formDataCtor = param.formDataCtor; | ||
@@ -81,0 +87,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "The Selling Partner API for Finances helps you obtain financial information relevant to a seller's business. You can obtain financial events for a given order, financial event group, or date range without having to wait until a statement period closes. You can also obtain financial event groups for a given date range.", | ||
"version": "2.7.5", | ||
"version": "3.0.0", | ||
"main": "dist/cjs/index.js", | ||
@@ -22,3 +22,3 @@ "module": "dist/es/index.js", | ||
"dependencies": { | ||
"@sp-api-sdk/common": "2.1.8", | ||
"@sp-api-sdk/common": "2.1.9", | ||
"axios": "^1.7.9" | ||
@@ -45,3 +45,3 @@ }, | ||
], | ||
"gitHead": "d8ee43e876007f59ecc6c67831cf797343d6d6e3" | ||
"gitHead": "00dfa4e5e7dd2f486f00e85e5dab73ea2685eb0f" | ||
} |
329196
6814
+ Added@sp-api-sdk/auth@2.2.4(transitive)
+ Added@sp-api-sdk/common@2.1.9(transitive)
- Removed@sp-api-sdk/auth@2.2.3(transitive)
- Removed@sp-api-sdk/common@2.1.8(transitive)
Updated@sp-api-sdk/common@2.1.9