@sap-ux/vocabularies-types
Advanced tools
Comparing version 0.10.5 to 0.10.6
{ | ||
"name": "@sap-ux/vocabularies-types", | ||
"version": "0.10.5", | ||
"version": "0.10.6", | ||
"description": "SAP Fiori OData - TS types for vocabularies", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -77,2 +77,5 @@ import * as Edm from "../Edm"; | ||
}; | ||
/** | ||
Security note: OAuth2 implicit grant is considered to be not secure and should not be used by clients, see [OAuth 2.0 Security Best Current Practice](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics.html#name-implicit-grant). | ||
*/ | ||
export type OAuth2Implicit = ComplexType & Omit<OAuthAuthorization, '$Type'> & { | ||
@@ -79,0 +82,0 @@ $Type: AuthorizationAnnotationTypes.OAuth2Implicit; |
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
709723
14996