@apidog/vk-typings
Advanced tools
Comparing version 1.0.0-beta.3 to 1.0.0-beta.4
{ | ||
"name": "@apidog/vk-typings", | ||
"version": "1.0.0-beta.3", | ||
"version": "1.0.0-beta.4", | ||
"description": "Typings for VK API objects", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -23,3 +23,3 @@ import type { IPhoto } from './IPhoto'; | ||
answers: IPollAnswer[]; | ||
author_id?: boolean; | ||
author_id?: number; | ||
photo?: IPhoto; | ||
@@ -26,0 +26,0 @@ background?: IPollBackground; |
@@ -39,3 +39,3 @@ import type { IPhoto } from './IPhoto'; | ||
export interface IStoryPhoto extends IStoryBase<'photo'> { | ||
photo: IPhoto; | ||
photo: Omit<IPhoto, 'likes' | 'reposts'>; | ||
} | ||
@@ -42,0 +42,0 @@ |
@@ -45,2 +45,4 @@ import type { ILikesInfo } from './ILikesInfo'; | ||
privacy_comment?: IPhotoPrivacy; | ||
// Неизвестно что это | ||
response_type?: 'full'; | ||
} |
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
62382
2091