@mintlify/http-client
Advanced tools
Comparing version
@@ -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
20
11.11%104304
-0.47%555
-0.89%+ Added
- Removed
Updated