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
157
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.153 to 0.0.154

6

dist/entities/deploymentType.d.ts

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

entitlements?: DeploymentEntitlements;
feedback?: DeploymentFeedbackType;
};

@@ -42,1 +43,6 @@ export type StaticPropsDeploymentType = Pick<DeploymentType, 'subdomain' | 'inkeep' | 'featureFlags' | 'mintConfig' | 'basePath' | 'isWhiteLabeled' | 'trieve' | 'userAuth' | 'disableAiChat' | 'entitlements'>;

};
export type DeploymentFeedbackType = {
thumbs?: boolean;
edits?: boolean;
issues?: boolean;
};

4

package.json
{
"name": "@mintlify/models",
"version": "0.0.153",
"version": "0.0.154",
"description": "Mintlify models",

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

},
"gitHead": "328ec45e7b77e0a09006647a1d7bffbd010e990a"
"gitHead": "265c6ac97529def42675b58a1251042726c90703"
}

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