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.123 to 0.0.124

5

dist/types/index.d.ts

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

import { ServerStaticProps } from './serverStaticProps.js';
import { StripeDeploymentDataType } from './stripe.js';
import { StripeDeploymentDataType, StripeOrgDataType, DeploymentAddOnType, deploymentAddOnTypes } from './stripe.js';
import { TrieveType } from './trieveType.js';
import { UserMetadata, UserWithMetadata } from './userMetadata.js';
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, EditContext, GitHubInstallationType, GithubSource, GitlabSource, GitSource, GitSourceType, GrowthDataType, InkeepType, JwtAuth, JwtAuthSigningKey, OpenApiFile, OpenApiMetadata, PageMetaTags, SharedSessionAuth, ServerStaticProps, StripeDeploymentDataType, TrieveType, UserAuth, UserAuthType, UserMetadata, UserWithMetadata, PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric, };
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, DeploymentAddOnType, EditContext, GitHubInstallationType, GithubSource, GitlabSource, GitSource, GitSourceType, GrowthDataType, InkeepType, JwtAuth, JwtAuthSigningKey, OpenApiFile, OpenApiMetadata, PageMetaTags, SharedSessionAuth, ServerStaticProps, StripeDeploymentDataType, StripeOrgDataType, TrieveType, UserAuth, UserAuthType, UserMetadata, UserWithMetadata, PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric, };
export { deploymentAddOnTypes };

3

dist/types/index.js

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

export {};
import { deploymentAddOnTypes, } from './stripe.js';
export { deploymentAddOnTypes };

@@ -14,1 +14,3 @@ export type StripeDeploymentDataType = {

};
export declare const deploymentAddOnTypes: readonly ["cssAndJs", "previewDeployments"];
export type DeploymentAddOnType = (typeof deploymentAddOnTypes)[number];

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

export {};
export const deploymentAddOnTypes = ['cssAndJs', 'previewDeployments'];
{
"name": "@mintlify/models",
"version": "0.0.123",
"version": "0.0.124",
"description": "Mintlify models",

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

},
"gitHead": "f136df79320a6a9cf6074a9d8283d0a86fa42cde"
"gitHead": "29dc0134e43bfee91aa0daf18ebf2b23e16416b0"
}

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