diff --git a/README.md b/README.md index 7377f6f..0b8b6fd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ Full API Implementation inside NodeJS Module - More info at [`Website`](https://api.universebot.space) -- Get **API TOKEN** here [`Register`](https://api.universebot.space/auth) +- Documentation [`Website`](https://docs.universebot.space) +- Get **API TOKEN** here [`Register`](https://api.universebot.space/auth/login) + - _Free trial **premium** for `3 days`._ - And you can upgrade your api token to premium, you can see more details at [`UPGRADE`](https://api.universebot.space/dashboard/premium) ## Installation diff --git a/package.json b/package.json index 4df9641..6fa1be4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mgalacyber/universeapi", - "version": "2.1.9", + "version": "2.1.10", "description": "UniverseAPI Scraper package endpoint", "main": "index.js", "typings": "./typings/index.d.ts", @@ -18,7 +18,10 @@ "rest-api", "scraper", "api-scaper", - "apis" + "apis", + "ai", + "maker", + "downloader" ], "author": "MGalaCyber", "license": "Apache-2.0", diff --git a/typings/index.d.ts b/typings/index.d.ts index 3e2672b..e2b46d0 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -222,7 +222,7 @@ declare module "@mgalacyber/universeapi" { * const result = await UniverseAPI.V1.Download.TikTok.Model1(url); * console.log(result); */ - Tiktok: import("./v1/Download/Tiktok").TikTok, + Tiktok: import("./v1/Download/Tiktok").Tiktok, /** * Download content from Twitter.