Socket
Socket
Sign inDemoInstall

@apidog/vk-typings

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apidog/vk-typings - npm Package Compare versions

Comparing version 0.2.1 to 1.0.0-beta.0

src/IAccount.ts

12

package.json
{
"name": "@apidog/vk-typings",
"version": "0.2.1",
"description": "Typings for VK objects",
"scripts": {},
"version": "1.0.0-beta.0",
"description": "Typings for VK API objects",
"scripts": {
"generate:index": "node -e \"console.log(require('fs').readdirSync('src').filter(f=>f!=='index.ts').map(f=>'export * from \\'./'+f.replace(/\\.ts$/ig, '')+'\\';').join('\\n'))\" > src/index.ts"
},
"types": "src/index.ts",

@@ -19,5 +21,5 @@ "author": "APIdog",

"devDependencies": {
"@types/node": "14.6.0",
"typescript": "3.9.7"
"@types/node": "17.0.36",
"typescript": "4.7.2"
}
}

@@ -1,38 +0,127 @@

import { IUser } from './user';
import { IGroup } from './groups';
export type IAccount = IUser | IGroup;
export * from './app';
export * from './article';
export * from './attachment';
export * from './audio';
export * from './audio-message';
export * from './base';
export * from './board';
export * from './chat';
export * from './comment';
export * from './common';
export * from './conversation';
export * from './dialog';
export * from './doc';
export * from './event';
export * from './friends';
export * from './geo';
export * from './gift';
export * from './groups';
export * from './keyboard';
export * from './like';
export * from './link';
export * from './media';
export * from './message';
export * from './note';
export * from './notifications';
export * from './page';
export * from './photo';
export * from './poll';
export * from './repost';
export * from './sticker';
export * from './user';
export * from './video';
export * from './wall';
export * from './IAccount';
export * from './IApplication';
export * from './IArticle';
export * from './IAttachments';
export * from './IAudio';
export * from './IAudioAds';
export * from './IAudioAlbum';
export * from './IAudioAlbumThumb';
export * from './IAudioArtist';
export * from './IAudioCatalogItem';
export * from './IAudioGenre';
export * from './IAudioLyrics';
export * from './IAudioMessage';
export * from './IAudioPlaylist';
export * from './IChatAccess';
export * from './IChatAcl';
export * from './IChatMember';
export * from './IChatSettings';
export * from './ICity';
export * from './IComment';
export * from './ICommentThread';
export * from './ICommentsInfo';
export * from './IConversation';
export * from './IConversationHistoryAttachment';
export * from './IConversationItem';
export * from './IConversationList';
export * from './ICoordinates';
export * from './ICountry';
export * from './ICurrency';
export * from './IDocument';
export * from './IDocumentJustUploaded';
export * from './IDocumentPreview';
export * from './IEvent';
export * from './IFriendList';
export * from './IGeo';
export * from './IGift';
export * from './IGiftCategory';
export * from './IGiftItem';
export * from './IGiftItemMarket';
export * from './IGroup';
export * from './IGroupBanInfo';
export * from './IGroupContact';
export * from './IGroupCover';
export * from './IGroupCropPhoto';
export * from './IGroupLink';
export * from './IKeyboard';
export * from './IKeyboardButton';
export * from './IKeyboardButtonAction';
export * from './ILegacyPhotoGraffiti';
export * from './ILegacyPostedPhoto';
export * from './ILikesInfo';
export * from './ILink';
export * from './ILinkButton';
export * from './IMarket';
export * from './IMarketAlbum';
export * from './IMarketCategory';
export * from './IMarketDimensions';
export * from './IMarketPrice';
export * from './IMarketSection';
export * from './IMessage';
export * from './IMessageAction';
export * from './IMiniApp';
export * from './INote';
export * from './INoteComment';
export * from './INotification';
export * from './INotificationPrivate';
export * from './INotifications';
export * from './INotificationsPrivate';
export * from './IPeer';
export * from './IPhoto';
export * from './IPhotoAlbum';
export * from './IPhotoComment';
export * from './IPhotoDefaultSizesObject';
export * from './IPhotoPrivacy';
export * from './IPhotoPrivacyBlock';
export * from './IPhotoSize';
export * from './IPlace';
export * from './IPodcast';
export * from './IPodcastInfo';
export * from './IPoll';
export * from './IPollAnswer';
export * from './IPollBackground';
export * from './IPollExtended';
export * from './IPost';
export * from './IPostActivity';
export * from './IPostApp';
export * from './IPostSourceType';
export * from './IPrettyCards';
export * from './IProduct';
export * from './IPushSettings';
export * from './IRepostsInfo';
export * from './ISchoolItem';
export * from './ISearchHint';
export * from './ISticker';
export * from './IStickerImage';
export * from './IStickerpack';
export * from './IStory';
export * from './IStoryBlock';
export * from './IStoryClickableArea';
export * from './IStoryClickableSticker';
export * from './IStoryClickableStickers';
export * from './IStoryLink';
export * from './IStoryReplies';
export * from './ITopic';
export * from './ITopicComment';
export * from './IUniversityItem';
export * from './IUser';
export * from './IUserCounters';
export * from './IUserOnlineInfo';
export * from './IUserRelative';
export * from './IVideo';
export * from './IVideoAlbum';
export * from './IVideoImage';
export * from './IVideoSection';
export * from './IViewsInfo';
export * from './IVkApiError';
export * from './IVkApiErrorObject';
export * from './IVkApiList';
export * from './IVkApiListExtended';
export * from './IVkApiResponse';
export * from './IVkApiResult';
export * from './IWikiPage';
export * from './IWikiPageExtended';
export * from './IWikiPageFull';
export * from './IWikiPageVersion';
export * from './PhotoSizeType';
export * from './VideoFiles';

@@ -5,4 +5,5 @@ {

"esModuleInterop": true,
"target": "es5",
"target": "es6",
"noImplicitAny": true,
"strict": true,
"moduleResolution": "node",

@@ -9,0 +10,0 @@ "sourceMap": false,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc