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.101 to 0.0.102

dist/mintconfig/openapi.d.ts

7

dist/mintconfig/anchor.d.ts
import { AnchorColor } from './colors.js';
import { IconType } from './iconTypes.js';
import { OpenApiAnchorPropertyType } from './openapi.js';
export type TopAnchor = {

@@ -16,2 +17,8 @@ name: string;

version?: string;
openapi?: OpenApiAnchorPropertyType;
};
export type AnchorOrTab = {
url: string;
name: string;
openapi?: string;
};

2

dist/mintconfig/index.d.ts

@@ -16,3 +16,3 @@ import { ConfigType } from './config.js';

export type { AmplitudeConfig, Analytics, ClearbitConfig, FathomConfig, GoogleAnalyticsConfig, GoogleTagManagerConfig, HeapConfig, HotjarConfig, KoalaConfig, LogrocketConfig, MixpanelConfig, PirschConfig, PlausibleConfig, PostHogConfig, } from './analytics.js';
export type { Anchor, TopAnchor } from './anchor.js';
export type { Anchor, TopAnchor, AnchorOrTab } from './anchor.js';
export type { ApiConfig } from './apiConfig.js';

@@ -19,0 +19,0 @@ export type { AnchorColor, Colors, Gradient } from './colors.js';

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

import { OpenApiAnchorPropertyType } from './openapi.js';
export type Tab = {

@@ -6,2 +7,3 @@ name: string;

isDefaultHidden?: boolean;
openapi?: OpenApiAnchorPropertyType;
};

@@ -8,0 +10,0 @@ export type PrimaryTab = {

@@ -13,5 +13,4 @@ import { SharedSessionAuth, UserAuth, UserAuthType, JwtAuth, JwtAuthSigningKey } from '../entities/userAuth.js';

import { PageMetaTags } from './pageMetaTags.js';
import { PathType } from './pathType.js';
import { ServerStaticProps } from './serverStaticProps.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, UserAuth, SharedSessionAuth, UserAuthType, JwtAuth, JwtAuthSigningKey, };
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, OpenApiFile, OpenApiMetadata, EditContext, GitAuthType, GitHubInstallationType, GitSource, GithubSource, GitlabSource, GitSourceType, GrowthDataType, InkeepType, PageMetaTags, ServerStaticProps, TrieveType, UserAuth, SharedSessionAuth, UserAuthType, JwtAuth, JwtAuthSigningKey, };

@@ -5,2 +5,3 @@ import type { OpenAPI } from 'openapi-types';

spec: OpenAPI.Document;
originalFileLocation?: string;
};
{
"name": "@mintlify/models",
"version": "0.0.101",
"version": "0.0.102",
"description": "Mintlify models",

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

},
"gitHead": "45c9fb663f162bd217a93bfc3732fc2c781cea93"
"gitHead": "922872088a5fbfd86009b2f916e0f8f5f21cd966"
}

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