@mintlify/models
Advanced tools
Comparing version 0.0.149 to 0.0.150
@@ -28,6 +28,6 @@ import { UserInfo } from '../types/userInfo.js'; | ||
tokenUrl: string; | ||
apiUrl: string; | ||
}; | ||
export type OAuth = OAuthBase & { | ||
type: 'oauth'; | ||
apiUrl: string; | ||
}; | ||
@@ -37,2 +37,3 @@ export type OAuthWithClientSecret = OAuthBase & { | ||
encryptedClientSecret: string; | ||
apiUrl?: string; | ||
}; | ||
@@ -39,0 +40,0 @@ export type PasswordAuthMetadata = { |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.149", | ||
"version": "0.0.150", | ||
"description": "Mintlify models", | ||
@@ -57,3 +57,3 @@ "engines": { | ||
}, | ||
"gitHead": "9fc60e589121e3ccc0dd5f6861e236b81ceae5c0" | ||
"gitHead": "bfacba655b9e719873d96b68a648de9254fb34d9" | ||
} |
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
146197
909