@connext/types
Advanced tools
Comparing version 7.3.6 to 7.3.7
@@ -39,2 +39,3 @@ import { EventName, EventNames, EventPayload } from "./events"; | ||
export declare type UninstallMessage = ProtocolEventMessage<typeof EventNames["UNINSTALL_EVENT"]>; | ||
export declare type UninstallFailedMessage = ProtocolEventMessage<typeof EventNames["UNINSTALL_FAILED_EVENT"]>; | ||
export declare type UpdateStateMessage = ProtocolEventMessage<typeof EventNames["UPDATE_STATE_EVENT"]>; | ||
@@ -41,0 +42,0 @@ export interface MessagingConfig { |
{ | ||
"name": "@connext/types", | ||
"version": "7.3.6", | ||
"version": "7.3.7", | ||
"description": "TypeScript typings for common Connext types", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -55,2 +55,3 @@ import { EventName, EventNames, EventPayload } from "./events"; | ||
export type UninstallMessage = ProtocolEventMessage<typeof EventNames["UNINSTALL_EVENT"]>; | ||
export type UninstallFailedMessage = ProtocolEventMessage<typeof EventNames["UNINSTALL_FAILED_EVENT"]>; | ||
export type UpdateStateMessage = ProtocolEventMessage<typeof EventNames["UPDATE_STATE_EVENT"]>; | ||
@@ -57,0 +58,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
859267
7349