New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sp-api-sdk/solicitations-api-v1

Package Overview
Dependencies
Maintainers
0
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/solicitations-api-v1 - npm Package Compare versions

Comparing version

to
2.1.2

1

dist/types/src/api-model/common.d.ts

@@ -12,3 +12,2 @@ /**

*/
/// <reference types="node" />
import type { Configuration } from "./configuration";

@@ -15,0 +14,0 @@ import type { RequestArgs } from "./base";

6

package.json

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

"description": "With the Solicitations API you can build applications that send non-critical solicitations to buyers. You can get a list of solicitation types that are available for an order that you specify, then call an operation that sends a solicitation to the buyer for that order. Buyers cannot respond to solicitations sent by this API, and these solicitations do not appear in the Messaging section of Seller Central or in the recipient's Message Center. The Solicitations API returns responses that are formed according to the \\<a href=https://tools.ietf.org/html/draft-kelly-json-hal-08>JSON Hypertext Application Language (HAL) standard.",
"version": "2.1.1",
"version": "2.1.2",
"main": "dist/cjs/index.js",

@@ -22,3 +22,3 @@ "module": "dist/es/index.js",

"dependencies": {
"@sp-api-sdk/common": "2.0.9",
"@sp-api-sdk/common": "2.0.10",
"axios": "^1.7.2"

@@ -45,3 +45,3 @@ },

],
"gitHead": "cce8c720364baf071322463e8e3ed29c322cc93a"
"gitHead": "c646647a684e625c54e35ff8c141791efd60417c"
}