@mintlify/http-client
Advanced tools
Comparing version 0.0.97 to 0.0.98
@@ -1,2 +0,2 @@ | ||
import { CustomerPageType, DeploymentType, DecoratedNavigation, OrgType, SnippetType, CssFileType, JsFileType, OpenApiMetadata } from '@mintlify/models'; | ||
import type { ServerStaticProps } from '@mintlify/models'; | ||
import { BaseClient } from '../client/index.js'; | ||
@@ -7,19 +7,3 @@ export declare class LeavesClient extends BaseClient { | ||
constructor(subdomain: string, isPasswordProtected: boolean, host: string, reqInit?: RequestInit | undefined); | ||
getStaticProps(pagePath: string): Promise<{ | ||
deployment: DeploymentType; | ||
navigation: DecoratedNavigation; | ||
} | { | ||
deployment: DeploymentType; | ||
navigation: DecoratedNavigation; | ||
page: CustomerPageType; | ||
snippets: SnippetType[]; | ||
hiddenPages: string[]; | ||
cssFiles: CssFileType[]; | ||
jsFiles: JsFileType[]; | ||
org: OrgType; | ||
openApiUrls: { | ||
url: string; | ||
metadata: OpenApiMetadata; | ||
}[]; | ||
}>; | ||
getStaticProps(pagePath: string): Promise<ServerStaticProps>; | ||
getHostingLocation(): Promise<string>; | ||
@@ -26,0 +10,0 @@ getSitemapPaths(): Promise<string[]>; |
{ | ||
"name": "@mintlify/http-client", | ||
"version": "0.0.97", | ||
"version": "0.0.98", | ||
"type": "module", | ||
@@ -43,4 +43,4 @@ "description": "The Mintlify http client package", | ||
"dependencies": { | ||
"@mintlify/models": "0.0.79", | ||
"@mintlify/validation": "0.1.138" | ||
"@mintlify/models": "0.0.80", | ||
"@mintlify/validation": "0.1.139" | ||
}, | ||
@@ -67,3 +67,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "b7bde7f8255c105d0f2e6df205411cb7d9d71a8d" | ||
"gitHead": "e57660d330554dd9f17ea5c3ef5fa00ed662edba" | ||
} |
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
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
82816
493
+ Added@mintlify/models@0.0.80(transitive)
+ Added@mintlify/validation@0.1.139(transitive)
- Removed@mintlify/models@0.0.79(transitive)
- Removed@mintlify/validation@0.1.138(transitive)
Updated@mintlify/models@0.0.80
Updated@mintlify/validation@0.1.139