@apidog/vk-typings
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@apidog/vk-typings", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Typings for VK objects", | ||
@@ -5,0 +5,0 @@ "scripts": {}, |
import { INote } from './note'; | ||
import { IPoll } from './poll'; | ||
import { IGift } from './gift'; | ||
import { IPhoto } from './photo'; | ||
import { IPhoto, IPostedPhoto, IPhotoGraffiti } from './photo'; | ||
import { IComment } from './comment'; | ||
@@ -13,2 +13,3 @@ import { IAudioMessage } from './audio-message'; | ||
import { ISticker } from './sticker'; | ||
import { IPostApp } from './app'; | ||
@@ -15,0 +16,0 @@ type ISupportedAttachments = { |
@@ -1,5 +0,5 @@ | ||
import { ICity } from './city' | ||
import { IPlace } from './geo'; | ||
import { IPhoto } from './photo'; | ||
import { IAudio } from './audio'; | ||
import { ICity, ICountry } from './common'; | ||
@@ -122,3 +122,3 @@ export const enum GroupType { | ||
counters?: IGroupCounters; | ||
country?: ICity; | ||
country?: ICountry | ||
cover?: IGroupCover; | ||
@@ -125,0 +125,0 @@ crop_photo?: { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
32621
1303
0