Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mintlify/models

Package Overview
Dependencies
Maintainers
3
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/models - npm Package Compare versions

Comparing version 0.0.91 to 0.0.92

dist/entities/userAuthType.d.ts

6

dist/entities/deploymentType.d.ts

@@ -6,2 +6,3 @@ import { Analytics } from '../mintconfig/analytics.js';

import { TrieveType } from '../types/trieveType.js';
import { UserAuthInfo } from './userAuthType.js';
export type DeploymentType = {

@@ -17,4 +18,2 @@ name: string;

mintConfig: MintConfig;
hashedSubdomain?: string;
isPasswordProtected?: boolean;
inkeep?: InkeepType;

@@ -25,4 +24,5 @@ featureFlags?: Record<string, boolean>;

disableAiChat?: boolean;
userAuth?: UserAuthInfo;
};
export type StaticPropsDeploymentType = Pick<DeploymentType, 'subdomain' | 'inkeep' | 'featureFlags' | 'mintConfig' | 'basePath' | 'isWhiteLabeled' | 'trieve'>;
export type StaticPropsDeploymentType = Pick<DeploymentType, 'subdomain' | 'inkeep' | 'featureFlags' | 'mintConfig' | 'basePath' | 'isWhiteLabeled' | 'trieve' | 'userAuth'>;
export type GithubDeploymentType = DeploymentType & {

@@ -29,0 +29,0 @@ gitSource: GithubSource;

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

import { SharedSessionAuthInfo, UserAuthInfo, UserAuthInfoType } from '../entities/userAuthType.js';
import { ApiPlaygroundResponseType } from './apiPlaygroundResponseType.js';

@@ -15,2 +16,2 @@ import { ApiPlaygroundResultType } from './apiPlaygroundResultType.js';

import { TrieveType } from './trieveType.js';
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, OpenApiFile, OpenApiMetadata, EditContext, GitAuthType, GitHubInstallationType, GitSource, GithubSource, GitlabSource, GitSourceType, GrowthDataType, InkeepType, PathType, PageMetaTags, ServerStaticProps, TrieveType, };
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, OpenApiFile, OpenApiMetadata, EditContext, GitAuthType, GitHubInstallationType, GitSource, GithubSource, GitlabSource, GitSourceType, GrowthDataType, InkeepType, PathType, PageMetaTags, ServerStaticProps, TrieveType, UserAuthInfo, SharedSessionAuthInfo, UserAuthInfoType, };
{
"name": "@mintlify/models",
"version": "0.0.91",
"version": "0.0.92",
"description": "Mintlify models",

@@ -61,3 +61,3 @@ "engines": {

},
"gitHead": "c88dc295661cc12d7984b0aad187e2cf9601c89e"
"gitHead": "ce77d5d48c5f3d504bdda66bb10c32efe61d4d20"
}

Sorry, the diff of this file is not supported yet

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