Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sp-api-sdk/notifications-api-v1

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.7.0 to 1.7.1

8

dist/cjs/src/client.js

@@ -10,2 +10,3 @@ "use strict";

{
method: 'get',
urlRegex: new RegExp('^/notifications/v1/subscriptions/[^/]*$'),

@@ -16,2 +17,3 @@ rate: 1,

{
method: 'post',
urlRegex: new RegExp('^/notifications/v1/subscriptions/[^/]*$'),

@@ -22,2 +24,3 @@ rate: 1,

{
method: 'get',
urlRegex: new RegExp('^/notifications/v1/subscriptions/[^/]*$'),

@@ -28,2 +31,3 @@ rate: 1,

{
method: 'delete',
urlRegex: new RegExp('^/notifications/v1/subscriptions/[^/]*$'),

@@ -34,2 +38,3 @@ rate: 1,

{
method: 'get',
urlRegex: new RegExp('^/notifications/v1/destinations$'),

@@ -40,2 +45,3 @@ rate: 1,

{
method: 'post',
urlRegex: new RegExp('^/notifications/v1/destinations$'),

@@ -46,2 +52,3 @@ rate: 1,

{
method: 'get',
urlRegex: new RegExp('^/notifications/v1/destinations/[^/]*$'),

@@ -52,2 +59,3 @@ rate: 1,

{
method: 'delete',
urlRegex: new RegExp('^/notifications/v1/destinations/[^/]*$'),

@@ -54,0 +62,0 @@ rate: 1,

@@ -7,2 +7,3 @@ /* eslint-disable prefer-regex-literals */

{
method: 'get',
urlRegex: new RegExp('^/notifications/v1/subscriptions/[^/]*$'),

@@ -13,2 +14,3 @@ rate: 1,

{
method: 'post',
urlRegex: new RegExp('^/notifications/v1/subscriptions/[^/]*$'),

@@ -19,2 +21,3 @@ rate: 1,

{
method: 'get',
urlRegex: new RegExp('^/notifications/v1/subscriptions/[^/]*$'),

@@ -25,2 +28,3 @@ rate: 1,

{
method: 'delete',
urlRegex: new RegExp('^/notifications/v1/subscriptions/[^/]*$'),

@@ -31,2 +35,3 @@ rate: 1,

{
method: 'get',
urlRegex: new RegExp('^/notifications/v1/destinations$'),

@@ -37,2 +42,3 @@ rate: 1,

{
method: 'post',
urlRegex: new RegExp('^/notifications/v1/destinations$'),

@@ -43,2 +49,3 @@ rate: 1,

{
method: 'get',
urlRegex: new RegExp('^/notifications/v1/destinations/[^/]*$'),

@@ -49,2 +56,3 @@ rate: 1,

{
method: 'delete',
urlRegex: new RegExp('^/notifications/v1/destinations/[^/]*$'),

@@ -51,0 +59,0 @@ rate: 1,

8

dist/types/src/client.d.ts
import { NotificationsApi } from './api-model';
import { ClientConfiguration, onRetry } from '@sp-api-sdk/common';
export declare const RATE_LIMITS: {
urlRegex: RegExp;
rate: number;
burst: number;
}[];
import { ClientConfiguration, onRetry, RateLimit } from '@sp-api-sdk/common';
export declare const RATE_LIMITS: RateLimit[];
export interface ClientParameters extends Omit<ClientConfiguration, 'rateLimits | onRetry'> {

@@ -9,0 +5,0 @@ rateLimiting?: {

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

"description": "The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner&#39;s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more.",
"version": "1.7.0",
"version": "1.7.1",
"main": "dist/cjs/index.js",

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

"dependencies": {
"@sp-api-sdk/auth": "^1.6.1",
"@sp-api-sdk/common": "^1.6.1",
"@sp-api-sdk/auth": "^1.7.0",
"@sp-api-sdk/common": "^1.6.2",
"axios": "^0.21.1"

@@ -51,3 +51,3 @@ },

],
"gitHead": "3dd995777e78b231be87ab905f5e04dcca360074"
"gitHead": "96036d25031557df6d5921e091d9668b826c7b2a"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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