@mintlify/models
Advanced tools
Comparing version 0.0.117 to 0.0.118
@@ -1,2 +0,1 @@ | ||
import { GitAuthType } from '../types/gitAuthType.js'; | ||
export type UserType = { | ||
@@ -7,3 +6,2 @@ _id: string; | ||
orgId: string; | ||
gitAuth: GitAuthType[]; | ||
createdAt: Date; | ||
@@ -10,0 +8,0 @@ isPending?: boolean; |
@@ -5,3 +5,2 @@ import { SharedSessionAuth, UserAuth, UserAuthType, JwtAuth, JwtAuthSigningKey } from '../entities/userAuth.js'; | ||
import { EditContext } from './editContext.js'; | ||
import { GitAuthType } from './gitAuthType.js'; | ||
import { GitHubInstallationType } from './gitHubInstallationType.js'; | ||
@@ -17,2 +16,2 @@ import { GitSource, GithubSource, GitlabSource, GitSourceType } from './gitSource.js'; | ||
import { TrieveType } from './trieveType.js'; | ||
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, EditContext, GitAuthType, GitHubInstallationType, GithubSource, GitlabSource, GitSource, GitSourceType, GrowthDataType, InkeepType, JwtAuth, JwtAuthSigningKey, OpenApiFile, OpenApiMetadata, PageMetaTags, SharedSessionAuth, ServerStaticProps, StripeDeploymentDataType, TrieveType, UserAuth, UserAuthType, }; | ||
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, EditContext, GitHubInstallationType, GithubSource, GitlabSource, GitSource, GitSourceType, GrowthDataType, InkeepType, JwtAuth, JwtAuthSigningKey, OpenApiFile, OpenApiMetadata, PageMetaTags, SharedSessionAuth, ServerStaticProps, StripeDeploymentDataType, TrieveType, UserAuth, UserAuthType, }; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.117", | ||
"version": "0.0.118", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "73eb6bc7b889881ab7750801aeee50d6f9308cf5" | ||
"gitHead": "8e07c37631973e89703be568f7a5e07c831be7a7" | ||
} |
Sorry, the diff of this file is not supported yet
134191
103
679