@types/oauth2orize
Advanced tools
Comparing version 1.11.3 to 1.11.4
@@ -53,6 +53,6 @@ /// <reference types="node" /> | ||
export interface DecisionOptions { | ||
cancelField: string; | ||
userProperty: string; | ||
sessionKey: string; | ||
loadTransaction: boolean; | ||
cancelField?: string; | ||
userProperty?: string; | ||
sessionKey?: string; | ||
loadTransaction?: boolean; | ||
} | ||
@@ -59,0 +59,0 @@ |
{ | ||
"name": "@types/oauth2orize", | ||
"version": "1.11.3", | ||
"version": "1.11.4", | ||
"description": "TypeScript definitions for oauth2orize", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/oauth2orize", | ||
}, | ||
"typesPublisherContentHash": "6e62dd118e4fd58b9a7951f76ae38ccd7e8a7a710afa58bbc3e3c8938a111743", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "c3b87babbb022f7db53814f0439b3e480ae427675efa45e5a41dd83e7b0d48e8", | ||
"typeScriptVersion": "4.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Thu, 14 Mar 2024 07:07:17 GMT | ||
* Dependencies: [@types/express](https://npmjs.com/package/@types/express), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ |
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
17863