vkontakte-api
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.2.2](https://github.com/wolframdeus/vk-api/compare/v1.2.1...v1.2.2) (2020-06-11) | ||
### Bug Fixes | ||
* **messages:** fix send options intent type ([1ce2f94](https://github.com/wolframdeus/vk-api/commit/1ce2f94fb4e4432bf60459bccfd164954602d1b0)) | ||
### [1.2.1](https://github.com/wolframdeus/vk-api/compare/v1.2.0...v1.2.1) (2020-06-11) | ||
@@ -7,0 +14,0 @@ |
@@ -24,3 +24,3 @@ import { ProcessRequest, RequestOptionalParams } from '../../types'; | ||
disableMentions?: boolean; | ||
intent: 'promo_newsletter' | 'bot_ad_invite' | 'bot_ad_promo'; | ||
intent?: 'promo_newsletter' | 'bot_ad_invite' | 'bot_ad_promo'; | ||
} | ||
@@ -27,0 +27,0 @@ export declare type SendMethodResult = number | Array<{ |
{ | ||
"name": "vkontakte-api", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
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
48093