vkontakte-api
Advanced tools
Comparing version 1.11.1 to 1.11.2
@@ -5,2 +5,10 @@ # Changelog | ||
### [1.11.2](https://github.com/wolframdeus/vk-api/compare/v1.11.1...v1.11.2) (2020-07-13) | ||
### Bug Fixes | ||
* **keyboard button:** make color optional ([dbdd592](https://github.com/wolframdeus/vk-api/commit/dbdd5928b0f99fc8475c178fd7ebac2cfab95c6c)) | ||
* **keyboard open_app button:** make ownerId and hash optional ([38992db](https://github.com/wolframdeus/vk-api/commit/38992db2453e667cc1d8aa491684c68cec53f628)) | ||
### [1.11.1](https://github.com/wolframdeus/vk-api/compare/v1.11.0...v1.11.1) (2020-07-13) | ||
@@ -7,0 +15,0 @@ |
@@ -24,6 +24,6 @@ interface TextButtonAction { | ||
appId: number; | ||
ownerId: number; | ||
ownerId?: number; | ||
payload: string; | ||
label: string; | ||
hash: string; | ||
hash?: string; | ||
} | ||
@@ -34,5 +34,5 @@ /** | ||
export interface Button { | ||
color: string; | ||
color?: string; | ||
action: TextButtonAction | OpenLinkButtonAction | LocationButtonAction | VKPayButtonAction | VKAppsButtonAction; | ||
} | ||
export {}; |
{ | ||
"name": "vkontakte-api", | ||
"version": "1.11.1", | ||
"version": "1.11.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
123277