@sp-api-sdk/common
Advanced tools
Comparing version 1.9.17 to 1.9.18
@@ -5,5 +5,5 @@ import { type AxiosError, type Method } from 'axios'; | ||
import { type SellingPartnerRegion } from './regions'; | ||
declare type RequestLogConfig = Exclude<Parameters<typeof requestLogger>[1], undefined>; | ||
declare type ResponseLogConfig = Exclude<Parameters<typeof responseLogger>[1], undefined>; | ||
declare type ErrorLogConfig = Exclude<Parameters<typeof errorLogger>[1], undefined>; | ||
type RequestLogConfig = Exclude<Parameters<typeof requestLogger>[1], undefined>; | ||
type ResponseLogConfig = Exclude<Parameters<typeof responseLogger>[1], undefined>; | ||
type ErrorLogConfig = Exclude<Parameters<typeof errorLogger>[1], undefined>; | ||
export interface RateLimit { | ||
@@ -10,0 +10,0 @@ urlRegex: RegExp; |
@@ -1,2 +0,2 @@ | ||
export declare type SellingPartnerRegion = 'na' | 'eu' | 'fe'; | ||
export type SellingPartnerRegion = 'na' | 'eu' | 'fe'; | ||
interface RegionConfiguration { | ||
@@ -3,0 +3,0 @@ awsRegion: string; |
@@ -5,3 +5,3 @@ { | ||
"description": "Selling Parner API common library", | ||
"version": "1.9.17", | ||
"version": "1.9.18", | ||
"main": "dist/cjs/index.js", | ||
@@ -31,3 +31,3 @@ "module": "dist/es/index.js", | ||
"dependencies": { | ||
"@sp-api-sdk/auth": "^1.10.4", | ||
"@sp-api-sdk/auth": "^1.10.5", | ||
"aws4-axios": "^2.4.9", | ||
@@ -64,3 +64,3 @@ "axios": "^0.27.2", | ||
}, | ||
"gitHead": "07823635b37c2e82b4b6ad962d8ef4b7318a011c" | ||
"gitHead": "59d4ae523f7261bbee380ef3bd43a368266a55a6" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19130
101
0
4
0
15
Updated@sp-api-sdk/auth@^1.10.5