@types/swagger-ui-dist
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -102,2 +102,8 @@ // Type definitions for swagger-ui-dist 3.x | ||
/** | ||
* Function to intercept remote definition, "Try it out", and OAuth 2.0 responses. | ||
* Accepts one argument responseInterceptor(response) and must return the modified response, or a Promise that resolves to the modified response. | ||
*/ | ||
responseInterceptor?: ((response: SwaggerResponse) => SwaggerResponse); | ||
[k: string]: any; | ||
@@ -122,2 +128,6 @@ } | ||
export interface SwaggerResponse { | ||
[k: string]: any; | ||
} | ||
export const SwaggerUIStandalonePreset: any; |
{ | ||
"name": "@types/swagger-ui-dist", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "TypeScript definitions for swagger-ui-dist", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -28,4 +28,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e1fb49b411563635648d3a55df31e3dadaaa9074e02b64f59e888316036e5eb1", | ||
"typeScriptVersion": "2.1" | ||
"typesPublisherContentHash": "d8b97371c575f94ceca52414a788b1a1a21ef7c3ff42dc83362662dee9b45bca", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/swagger-ui-dist | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/swagger-ui-dist. | ||
Additional Details | ||
* Last updated: Tue, 30 Jul 2019 23:11:21 GMT | ||
### Additional Details | ||
* Last updated: Tue, 03 Dec 2019 02:12:59 GMT | ||
* Dependencies: none | ||
* Global values: SwaggerUIDist | ||
* Global values: `SwaggerUIDist` | ||
# Credits | ||
These definitions were written by Haowen <https://github.com/haowen737>, and Bryce <https://github.com/brycematheson1234>. | ||
These definitions were written by Haowen (https://github.com/haowen737), and Bryce (https://github.com/brycematheson1234). |
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
6877
104