@sp-api-sdk/notifications-api-v1 1.13.5 → 1.13.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,4 +18,4 @@ export declare const AggregationTimePeriod: {
|
|
|
18
18
|
readonly FiveMinutes: "FiveMinutes";
|
|
19
19
|
readonly TenMinutes: "TenMinutes";
|
|
20
20
|
};
|
|
21
|
-
export
|
|
21
|
+
export type AggregationTimePeriod = typeof AggregationTimePeriod[keyof typeof AggregationTimePeriod];
|
|
@@ -17,4 +17,4 @@ import { MarketplaceFilter } from './marketplace-filter';
|
|
|
17
17
|
* A notificationType specific filter. This object contains all of the currently available filters and properties that you can use to define a notificationType specific filter.
|
|
18
18
|
* @export
|
|
19
19
|
*/
|
|
20
|
-
export
|
|
20
|
+
export type EventFilter = AggregationFilter & EventFilterAllOf & MarketplaceFilter;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@sp-api-sdk/notifications-api-v1",
|
|
3
3
|
"author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
|
|
4
4
|
"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.",
|
|
5
|
-
"version": "1.13.
|
|
5
|
+
"version": "1.13.7",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/es/index.js",
|
|
8
8
|
"types": "dist/types/index.d.ts",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"test": "jest"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@sp-api-sdk/common": "^1.9.
|
|
29
|
+
"@sp-api-sdk/common": "^1.9.19",
|
|
30
30
|
"axios": "^0.27.2"
|
|
31
31
|
},
|
|
32
32
|
"repository": {
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"typedoc": {
|
|
52
52
|
"entryPoint": "./index.ts"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "51c491e1ac6ad46d8cfae56568f17b350fc9e367"
|
|
55
55
|
}
|