Socket
Socket
Sign inDemoInstall

@sp-api-sdk/vendor-direct-fulfillment-payments-api-v1

Package Overview
Dependencies
Maintainers
2
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/vendor-direct-fulfillment-payments-api-v1 - npm Package Compare versions

Comparing version 1.8.5 to 1.8.6

8

dist/types/src/api-model/api/vendor-invoice-api.d.ts

@@ -21,3 +21,3 @@ /**

*/
export declare const VendorInvoiceApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
export declare const VendorInvoiceApiAxiosParamCreator: (configuration?: Configuration) => {
/**

@@ -35,3 +35,3 @@ * Submits one or more invoices for a vendor\'s direct fulfillment orders. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.

*/
export declare const VendorInvoiceApiFp: (configuration?: Configuration | undefined) => {
export declare const VendorInvoiceApiFp: (configuration?: Configuration) => {
/**

@@ -43,3 +43,3 @@ * Submits one or more invoices for a vendor\'s direct fulfillment orders. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.

*/
submitInvoice(body: SubmitInvoiceRequest, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<SubmitInvoiceResponse>>;
submitInvoice(body: SubmitInvoiceRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SubmitInvoiceResponse>>;
};

@@ -50,3 +50,3 @@ /**

*/
export declare const VendorInvoiceApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
export declare const VendorInvoiceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
/**

@@ -53,0 +53,0 @@ * Submits one or more invoices for a vendor\'s direct fulfillment orders. **Usage Plans:** | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 10 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.

@@ -30,3 +30,3 @@ /**

*/
export declare const setApiKeyToObject: (object: any, keyParamName: string, configuration?: Configuration | undefined) => Promise<void>;
export declare const setApiKeyToObject: (object: any, keyParamName: string, configuration?: Configuration) => Promise<void>;
/**

@@ -36,3 +36,3 @@ *

*/
export declare const setBasicAuthToObject: (object: any, configuration?: Configuration | undefined) => void;
export declare const setBasicAuthToObject: (object: any, configuration?: Configuration) => void;
/**

@@ -42,3 +42,3 @@ *

*/
export declare const setBearerAuthToObject: (object: any, configuration?: Configuration | undefined) => Promise<void>;
export declare const setBearerAuthToObject: (object: any, configuration?: Configuration) => Promise<void>;
/**

@@ -48,3 +48,3 @@ *

*/
export declare const setOAuthToObject: (object: any, name: string, scopes: string[], configuration?: Configuration | undefined) => Promise<void>;
export declare const setOAuthToObject: (object: any, name: string, scopes: string[], configuration?: Configuration) => Promise<void>;
/**

@@ -59,3 +59,3 @@ *

*/
export declare const serializeDataIfNeeded: (value: any, requestOptions: any, configuration?: Configuration | undefined) => any;
export declare const serializeDataIfNeeded: (value: any, requestOptions: any, configuration?: Configuration) => any;
/**

@@ -70,2 +70,2 @@ *

*/
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration | undefined) => <T = unknown, R = AxiosResponse<T, any>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T, any>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;

@@ -5,3 +5,3 @@ {

"description": "The Selling Partner API for Direct Fulfillment Payments provides programmatic access to a direct fulfillment vendor's invoice data.",
"version": "1.8.5",
"version": "1.8.6",
"main": "dist/cjs/index.js",

@@ -31,4 +31,4 @@ "module": "dist/es/index.js",

"dependencies": {
"@sp-api-sdk/auth": "^1.9.17",
"@sp-api-sdk/common": "^1.9.3",
"@sp-api-sdk/auth": "^1.9.18",
"@sp-api-sdk/common": "^1.9.4",
"axios": "^0.27.2"

@@ -55,3 +55,3 @@ },

],
"gitHead": "d4f265d3c6a4e05e45025a46effa023a56a54e9c"
"gitHead": "18efdada205f63f94bd5c11e163e758adbb93257"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc