@apidog/vk-typings
Advanced tools
Comparing version 1.0.0-beta.4 to 1.0.0-beta.5
{ | ||
"name": "@apidog/vk-typings", | ||
"version": "1.0.0-beta.4", | ||
"version": "1.0.0-beta.5", | ||
"description": "Typings for VK API objects", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -27,2 +27,3 @@ import type { IChatAccess } from './IChatAccess'; | ||
current_keyboard?: IKeyboard; | ||
is_archived?: boolean; | ||
} |
@@ -6,2 +6,4 @@ export interface IPushSettings { | ||
no_sound: boolean; | ||
disabled_mentions?: boolean; | ||
disabled_mass_mentions?: boolean; | ||
} |
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
62480
2094