@sp-api-sdk/notifications-api-v1
Advanced tools
Comparing version 1.13.5 to 1.13.6
@@ -21,2 +21,2 @@ /** | ||
}; | ||
export declare type AggregationTimePeriod = typeof AggregationTimePeriod[keyof typeof AggregationTimePeriod]; | ||
export type AggregationTimePeriod = typeof AggregationTimePeriod[keyof typeof AggregationTimePeriod]; |
@@ -20,2 +20,2 @@ /** | ||
*/ | ||
export declare type EventFilter = AggregationFilter & EventFilterAllOf & MarketplaceFilter; | ||
export type EventFilter = AggregationFilter & EventFilterAllOf & MarketplaceFilter; |
@@ -5,3 +5,3 @@ { | ||
"description": "The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner's business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the Notifications Use Case Guide.", | ||
"version": "1.13.5", | ||
"version": "1.13.6", | ||
"main": "dist/cjs/index.js", | ||
@@ -30,3 +30,3 @@ "module": "dist/es/index.js", | ||
"dependencies": { | ||
"@sp-api-sdk/common": "^1.9.17", | ||
"@sp-api-sdk/common": "^1.9.18", | ||
"axios": "^0.27.2" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "07823635b37c2e82b4b6ad962d8ef4b7318a011c" | ||
"gitHead": "59d4ae523f7261bbee380ef3bd43a368266a55a6" | ||
} |
276712
Updated@sp-api-sdk/common@^1.9.18