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
152
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.77 to 0.0.78

1

dist/entities/deploymentType.d.ts

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

};
export type StaticPropsDeploymentType = Pick<DeploymentType, 'subdomain' | 'inkeep' | 'featureFlags' | 'embedchain' | 'mintConfig' | 'basePath'>;

6

dist/entities/index.d.ts
import { CssFileType } from './cssFileType.js';
import { CustomerPageType } from './customerPageType.js';
import { DeploymentHistoryType } from './deploymentHistoryType.js';
import { DeploymentType } from './deploymentType.js';
import { DeploymentType, StaticPropsDeploymentType } from './deploymentType.js';
import { JsFileType } from './jsFileType.js';
import { OrgType } from './orgType.js';
import { OrgType, StaticPropsOrgType } from './orgType.js';
import { SnippetType } from './snippetType.js';
import { UserType } from './userType.js';
export type { CustomerPageType, DeploymentHistoryType, DeploymentType, OrgType, SnippetType, UserType, CssFileType, JsFileType, };
export type { CustomerPageType, DeploymentHistoryType, DeploymentType, StaticPropsDeploymentType, OrgType, StaticPropsOrgType, SnippetType, UserType, CssFileType, JsFileType, };

@@ -11,1 +11,2 @@ import { GitHubInstallationType } from '../types/gitHubInstallationType.js';

};
export type StaticPropsOrgType = Pick<OrgType, 'plan' | 'createdAt'>;
{
"name": "@mintlify/models",
"version": "0.0.77",
"version": "0.0.78",
"description": "Mintlify models",

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

},
"gitHead": "6fc6873d6c9549e7622e0380aa987c4362e80d59"
"gitHead": "90adf1c19a178eb3ba704b7f1380d2724101c0db"
}

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