@mintlify/models
Advanced tools
Comparing version 0.0.139 to 0.0.140
@@ -1,2 +0,2 @@ | ||
export type UserAuth = SharedSessionAuth | JwtAuth; | ||
export type UserAuth = SharedSessionAuth | JwtAuth | OAuth; | ||
export type UserAuthType = UserAuth['type']; | ||
@@ -20,1 +20,10 @@ export type SharedSessionAuth = { | ||
}; | ||
export type OAuth = { | ||
type: 'oauth'; | ||
authorizationUrl: string; | ||
clientId: string; | ||
scopes: string[]; | ||
tokenUrl: string; | ||
apiUrl: string; | ||
invalidatedAt?: number; | ||
}; |
@@ -1,2 +0,2 @@ | ||
import { SharedSessionAuth, UserAuth, UserAuthType, JwtAuth, JwtAuthSigningKey } from '../entities/userAuth.js'; | ||
import { SharedSessionAuth, UserAuth, UserAuthType, JwtAuth, JwtAuthSigningKey, OAuth } from '../entities/userAuth.js'; | ||
import { ApiPlaygroundResponseType } from './apiPlaygroundResponseType.js'; | ||
@@ -20,3 +20,3 @@ import { ApiPlaygroundResultType } from './apiPlaygroundResultType.js'; | ||
import { UserMetadata, UserWithMetadata } from './userMetadata.js'; | ||
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 type { ApiPlaygroundResponseType, ApiPlaygroundResultType, DeploymentAddOnType, DeploymentEntitlement, DeploymentEntitlements, EditContext, EntitlementConfiguration, GithubInstallationType, GithubSource, GitlabInstallationType, GitlabSource, GitSource, GitSourceType, GrowthDataType, InkeepType, JwtAuth, JwtAuthSigningKey, OAuth, 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.139", | ||
"version": "0.0.140", | ||
"description": "Mintlify models", | ||
@@ -57,3 +57,3 @@ "engines": { | ||
}, | ||
"gitHead": "13fa832160723747bf6a5c0eec4c8d1b62abb731" | ||
"gitHead": "071077078a7bc5df924da1c312d68d2dc2b28141" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
143365
851