@types/react-native-push-notification
Advanced tools
Comparing version 7.2.0 to 7.3.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-native-push-notification 7.2 | ||
// Type definitions for react-native-push-notification 7.3 | ||
// Project: https://github.com/zo0r/react-native-push-notification#readme | ||
@@ -120,2 +120,11 @@ // Definitions by: Paito Anderson <https://github.com/PaitoAnderson> | ||
export enum Importance { | ||
DEFAULT = 3, | ||
HIGH = 4, | ||
LOW = 2, | ||
MIN = 1, | ||
NONE = 0, | ||
UNSPECIFIED = -1000, | ||
} | ||
export class ChannelObject { | ||
@@ -126,3 +135,3 @@ channelId: string; | ||
soundName?: string; | ||
importance?: number; | ||
importance?: Importance; | ||
vibrate?: boolean; | ||
@@ -129,0 +138,0 @@ playSound?: boolean; |
{ | ||
"name": "@types/react-native-push-notification", | ||
"version": "7.2.0", | ||
"version": "7.3.0", | ||
"description": "TypeScript definitions for react-native-push-notification", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ec56a1bed224834643df9a0778330a6e2a4a4ab33caac5c9c63a3f1ebdbc754a", | ||
"typesPublisherContentHash": "2697a9ce5e85346c5bb474dad1a19293e61af18fad99bad3f68986a88dc4f561", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 17 Mar 2021 15:54:11 GMT | ||
* Last updated: Fri, 14 May 2021 17:31:29 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
8769
156