🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mintlify/models

Package Overview
Dependencies
Maintainers
8
Versions
322
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.304
to
0.0.305
+2
-1
dist/entities/orgType.d.ts
import { GithubInstallationType } from '../types/githubInstallationType.js';
import { GitlabInstallationType } from '../types/gitlabInstallationType.js';
import { GitlabOauthInstallationType } from '../types/gitlabOauthInstallationType.js';
import { GitlabOauthInstallationType, GitlabSelfhostedOauthConfigType } from '../types/gitlabOauthInstallationType.js';
import { GrowthDataType } from '../types/growthDataType.js';

@@ -17,2 +17,3 @@ import { SlackInstallationType } from '../types/slackInstallationType.js';

gitlabOauthInstallations?: GitlabOauthInstallationType[];
gitlabSelfhostedOauthConfigs?: GitlabSelfhostedOauthConfigType[];
slackInstallations?: SlackInstallationType[];

@@ -19,0 +20,0 @@ plan?: PlanType | PlanTypeV2;

@@ -15,2 +15,9 @@ export type GitlabOauthProjectType = {

projects: GitlabOauthProjectType[];
hostUrl?: string;
};
export type GitlabSelfhostedOauthConfigType = {
hostUrl: string;
clientId: string;
createdAt: Date | string;
createdByUserId?: string;
};
{
"name": "@mintlify/models",
"version": "0.0.304",
"version": "0.0.305",
"description": "Mintlify models",

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

},
"gitHead": "54f33a0f9bf0572467d459858a61ab16dabd4ea0"
"gitHead": "5d5f28ab1a1be0ca16a411d9e6fd9f4ccf314305"
}

Sorry, the diff of this file is not supported yet