@types/node-gcm
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -97,7 +97,9 @@ export interface INotificationOptions { | ||
multicast_id?: number | undefined; | ||
results?: { | ||
message_id?: string | undefined; | ||
registration_id?: string | undefined; | ||
error?: string | undefined; | ||
}[] | undefined; | ||
results?: | ||
| Array<{ | ||
message_id?: string | undefined; | ||
registration_id?: string | undefined; | ||
error?: string | undefined; | ||
}> | ||
| undefined; | ||
} |
{ | ||
"name": "@types/node-gcm", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "TypeScript definitions for node-gcm", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-gcm", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "a30ba8dee0698102fb1c443ed4379a6eecadaf47c3b14eb3b94f4c41027d7426", | ||
"typesPublisherContentHash": "0fb380c3055779fe82d6c66fd82ee3ef64c75b4884a8cdb2ef0ac1e59b570694", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5613
96