@knocklabs/client
Advanced tools
Comparing version 0.5.8 to 0.5.9
export declare type ChannelType = "email" | "in_app_feed" | "sms" | "push" | "chat"; | ||
export declare type ChannelTypePreferences = { | ||
[K in ChannelType]: boolean; | ||
[K in ChannelType]?: boolean; | ||
}; | ||
@@ -5,0 +5,0 @@ export declare type WorkflowPreferenceSetting = boolean | { |
{ | ||
"name": "@knocklabs/client", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"description": "The clientside library for interacting with Knock", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/knocklabs/knock-client-js", |
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
215050