🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@mintlify/http-client

Package Overview
Dependencies
Maintainers
4
Versions
336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/http-client - npm Package Compare versions

Comparing version

to
0.0.323

3

dist/leaves-client/leavesClient.d.ts

@@ -1,2 +0,2 @@

import type { ServerStaticProps, StaticAsyncApiUrlsProps } from '@mintlify/validation';
import type { ServerStaticProps } from '@mintlify/validation';
import type { StaticPageProps, StaticMetadataProps, StaticNavProps, StaticCssAndJsFilesProps, StaticSnippetsProps, StaticOpenApiUrlsProps } from '@mintlify/validation';

@@ -25,3 +25,2 @@ import { BaseClient } from '../client/index.js';

getStaticOpenApiUrls(pagePath: string): Promise<StaticOpenApiUrlsProps>;
getStaticAsyncApiUrls(pagePath: string): Promise<StaticAsyncApiUrlsProps>;
getHostingLocation(): Promise<string>;

@@ -28,0 +27,0 @@ getSitemapPaths(): Promise<string[]>;

@@ -46,6 +46,2 @@ import { BaseClient } from '../client/index.js';

}
getStaticAsyncApiUrls(pagePath) {
const path = this.getPath('client', 'asyncapi-urls', this.subdomain, pagePath);
return this.json(path);
}
getHostingLocation() {

@@ -52,0 +48,0 @@ const path = this.getPath('client', 'hosting-location', this.subdomain);

{
"name": "@mintlify/http-client",
"version": "0.0.322",
"version": "0.0.323",
"type": "module",

@@ -44,3 +44,3 @@ "description": "The Mintlify http client package",

"@mintlify/models": "0.0.194",
"@mintlify/validation": "0.1.384"
"@mintlify/validation": "0.1.385"
},

@@ -64,3 +64,3 @@ "devDependencies": {

},
"gitHead": "7e647ba5289b0af093d5e15c466516d00adb1015"
"gitHead": "f4227e05b9193bbc175c46c1e97b3df498fc16da"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet