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.129 to 0.0.130

dist/types/gitlabInstallationType.d.ts

2

dist/entities/orgType.d.ts
import { GitHubInstallationType } from '../types/gitHubInstallationType.js';
import { GitlabInstallationType } from '../types/gitlabInstallationType.js';
import { GrowthDataType } from '../types/growthDataType.js';

@@ -8,2 +9,3 @@ import { StripeOrgDataType } from '../types/stripe.js';

githubInstallations: GitHubInstallationType[];
gitlabInstallations: GitlabInstallationType[];
plan?: 'startup' | 'growth' | 'enterprise';

@@ -10,0 +12,0 @@ createdAt?: Date | string;

2

dist/types/gitSource.d.ts

@@ -18,5 +18,5 @@ export type GitSource = GithubSource | GitlabSource;

isPrivate: boolean;
encryptedProjectPrivateToken: string;
encryptedProjectPrivateToken?: string;
hostUrl?: string;
};
export type GitSourceType = GitSource['type'];

@@ -10,2 +10,3 @@ import { SharedSessionAuth, UserAuth, UserAuthType, JwtAuth, JwtAuthSigningKey } from '../entities/userAuth.js';

import { GitSource, GithubSource, GitlabSource, GitSourceType } from './gitSource.js';
import { GitlabInstallationType } from './gitlabInstallationType.js';
import { GrowthDataType } from './growthDataType.js';

@@ -20,3 +21,3 @@ import { InkeepType } from './inkeepType.js';

import { UserMetadata, UserWithMetadata } from './userMetadata.js';
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, DeploymentAddOnType, DeploymentEntitlement, DeploymentEntitlements, EditContext, EntitlementConfiguration, 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 type { ApiPlaygroundResponseType, ApiPlaygroundResultType, DeploymentAddOnType, DeploymentEntitlement, DeploymentEntitlements, EditContext, EntitlementConfiguration, GitHubInstallationType, GithubSource, GitlabInstallationType, 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, deploymentEntitlements };
{
"name": "@mintlify/models",
"version": "0.0.129",
"version": "0.0.130",
"description": "Mintlify models",

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

},
"gitHead": "7f310ca0770cbb9deace50f318e409726e42d0a6"
"gitHead": "62ad554da7ac35abee47bc305bb68b430e4d56cb"
}

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