New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mintlify/models

Package Overview
Dependencies
Maintainers
4
Versions
176
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.111 to 0.0.112

6

dist/mintconfig/apiConfig.d.ts

@@ -7,2 +7,3 @@ export type ApiConfig = {

maintainOrder?: boolean;
paramFields?: ApiParamFields;
};

@@ -24,3 +25,8 @@ export type AuthType = {

};
export declare const apiParamFieldOptions: readonly ["all", "topLevel", "topLevelOneOfs", "none"];
export type ApiParamFieldOption = (typeof apiParamFieldOptions)[number];
export type ApiParamFields = {
expanded?: ApiParamFieldOption;
};
export declare const requestExampleLanguages: readonly ["bash", "python", "javascript", "php", "go", "java"];
export type RequestExampleLanguages = ((typeof requestExampleLanguages)[number] | string)[];

1

dist/mintconfig/apiConfig.js

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

export const apiParamFieldOptions = ['all', 'topLevel', 'topLevelOneOfs', 'none'];
export const requestExampleLanguages = [

@@ -2,0 +3,0 @@ 'bash',

6

dist/mintconfig/index.d.ts

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

import { requestExampleLanguages } from './apiConfig.js';
import { requestExampleLanguages, apiParamFieldOptions } from './apiConfig.js';
import { ConfigType } from './config.js';

@@ -18,3 +18,3 @@ import { IconType, iconTypes } from './iconTypes.js';

export type { Anchor, TopAnchor } from './anchor.js';
export type { ApiConfig, RequestExampleLanguages } from './apiConfig.js';
export type { ApiConfig, RequestExampleLanguages, ApiParamFieldOption } from './apiConfig.js';
export type { AnchorColor, Colors, Gradient } from './colors.js';

@@ -30,3 +30,3 @@ export type { FeedbackType, MetadataType, ModeToggleType, RedirectType, SearchType, VersionType, } from './config.js';

export type { PrimaryTab, Tab } from './tab.js';
export { iconTypes, requestExampleLanguages, themes };
export { iconTypes, requestExampleLanguages, themes, apiParamFieldOptions };
export type { ConfigType, IconType, ThemeType };

@@ -1,4 +0,4 @@

import { requestExampleLanguages } from './apiConfig.js';
import { requestExampleLanguages, apiParamFieldOptions } from './apiConfig.js';
import { iconTypes } from './iconTypes.js';
import { themes } from './theme.js';
export { iconTypes, requestExampleLanguages, themes };
export { iconTypes, requestExampleLanguages, themes, apiParamFieldOptions };
{
"name": "@mintlify/models",
"version": "0.0.111",
"version": "0.0.112",
"description": "Mintlify models",

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

},
"gitHead": "19ece3470784493b3eccfdf7aa8594623be0f2ca"
"gitHead": "c6650721d0cb9cb8579536971ce7a37d25ec944f"
}

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