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

@mintlify/models

Package Overview
Dependencies
Maintainers
0
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.142 to 0.0.143

dist/entities/auth.d.ts

3

dist/entities/deploymentType.d.ts

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

import { FeatureFlags } from './FeatureFlags.js';
import { UserAuth } from './userAuth.js';
import { Auth, UserAuth } from './auth.js';
export type DeploymentType = {

@@ -26,2 +26,3 @@ name: string;

disableAiChat?: boolean;
auth?: Auth;
userAuth?: UserAuth;

@@ -28,0 +29,0 @@ stripe?: StripeDeploymentDataType;

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

import { SharedSessionAuth, UserAuth, UserAuthType, JwtAuth, JwtAuthSigningKey, OAuth } from '../entities/userAuth.js';
import { SharedSessionAuth, Auth, AuthType, PasswordAuth, PasswordAuthMetadata, ClientMiddlewareJwt, UserAuth, UserAuthType, JwtAuth, JwtAuthSigningKey, OAuth, MintlifyAuth } from '../entities/auth.js';
import { ApiPlaygroundInputs } from './apiPlaygroundInputs.js';
import { ApiPlaygroundResponseType } from './apiPlaygroundResponseType.js';

@@ -19,4 +20,5 @@ import { ApiPlaygroundResultType } from './apiPlaygroundResultType.js';

import { TrieveType } from './trieveType.js';
import { UserInfo, UserInfoInputs } from './userInfo.js';
import { UserMetadata, UserWithMetadata } from './userMetadata.js';
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, DeploymentAddOnType, DeploymentEntitlement, DeploymentEntitlements, EditContext, EntitlementConfiguration, GithubInstallationType, GithubSource, GitlabInstallationType, GitlabSource, GitSource, GitSourceType, GrowthDataType, InkeepType, JwtAuth, JwtAuthSigningKey, OAuth, OpenApiFile, OpenApiMetadata, PageMetaTags, SharedSessionAuth, ServerStaticProps, StripeDeploymentDataType, StripeOrgDataType, TrieveType, UserAuth, UserAuthType, UserMetadata, UserWithMetadata, PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric, };
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, DeploymentAddOnType, DeploymentEntitlement, DeploymentEntitlements, EditContext, EntitlementConfiguration, GithubInstallationType, GithubSource, GitlabInstallationType, GitlabSource, GitSource, GitSourceType, GrowthDataType, InkeepType, JwtAuth, JwtAuthSigningKey, OAuth, OpenApiFile, OpenApiMetadata, PageMetaTags, SharedSessionAuth, ServerStaticProps, StripeDeploymentDataType, StripeOrgDataType, TrieveType, Auth, AuthType, UserAuth, UserAuthType, PasswordAuth, PasswordAuthMetadata, MintlifyAuth, ClientMiddlewareJwt, UserMetadata, UserWithMetadata, PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric, ApiPlaygroundInputs, UserInfo, UserInfoInputs, };
export { deploymentAddOnTypes, deploymentEntitlements };
{
"name": "@mintlify/models",
"version": "0.0.142",
"version": "0.0.143",
"description": "Mintlify models",

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

},
"gitHead": "9a04216c87ce095183d0e1556703f802c0c91f9c"
"gitHead": "d4f99963768ec2bf2f336b965b5136a9847f4595"
}

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