atlassian-openapi
Advanced tools
Comparing version 1.0.8 to 1.0.12
@@ -205,2 +205,11 @@ export declare namespace Swagger { | ||
/** | ||
* New OAuth2 scopes | ||
* @see https://hello.atlassian.net/wiki/spaces/redfox/pages/1046875420/RFC+OAuth+scopes+deprecation+in+Jira+-+DAC | ||
*/ | ||
interface OAuth2Scopes { | ||
deprecated: boolean; | ||
scopes: string[]; | ||
documentation?: string; | ||
} | ||
/** | ||
* This interface was referenced by `SwaggerV3`'s JSON-Schema | ||
@@ -232,2 +241,3 @@ * via the `definition` "Operation". | ||
'x-atlassian-connect-scope'?: string; | ||
'x-atlassian-oauth2-scopes'?: OAuth2Scopes[]; | ||
} | ||
@@ -234,0 +244,0 @@ /** |
{ | ||
"name": "atlassian-openapi", | ||
"version": "1.0.8", | ||
"version": "1.0.12", | ||
"description": "This is a package that lets you deal with the Atlassian flavour of the OpenAPI 3.0 specification.", | ||
@@ -5,0 +5,0 @@ "repository": { |
57045
1568