@mintlify/models
Advanced tools
Comparing version 0.0.146 to 0.0.147
@@ -6,3 +6,3 @@ import { UserInfo } from '../types/userInfo.js'; | ||
export type UserAuthType = UserAuth['type']; | ||
export type Auth = SharedSessionAuth | JwtAuth | OAuthWithClientSecret | PasswordAuth | MintlifyAuth; | ||
export type Auth = JwtAuth | OAuthWithClientSecret | PasswordAuth | MintlifyAuth; | ||
export type AuthType = Auth['type']; | ||
@@ -9,0 +9,0 @@ export type SharedSessionAuth = { |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.146", | ||
"version": "0.0.147", | ||
"description": "Mintlify models", | ||
@@ -57,3 +57,3 @@ "engines": { | ||
}, | ||
"gitHead": "e8725b5e25908dc7d301bb50df5848017aac6bbd" | ||
"gitHead": "03182511296c892727bca1ccb672bbd8deebe4c5" | ||
} |
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
146188