Fix naming and API report.

Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
This commit is contained in:
Aramis Sennyey
2023-03-06 11:18:42 -05:00
committed by Fredrik Adelöw
parent c6c01b5e2e
commit 978b09f273
17 changed files with 9 additions and 6 deletions
@@ -1,4 +1,4 @@
## API Report File for "@backstage/plugin-openapi-router"
## API Report File for "@backstage/backend-openapi-utils"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
@@ -275,6 +275,9 @@ export type ImmutableReferenceObject = ImmutableObject<ReferenceObject>;
// @public (undocumented)
export type ImmutableRequestBodyObject = ImmutableObject<RequestBodyObject>;
// @public (undocumented)
export type ImmutableResponseObject = ImmutableObject<ResponseObject>;
// @public (undocumented)
export type ImmutableSchemaObject = ImmutableObject<SchemaObject>;
@@ -505,7 +508,7 @@ type Response_2<
Doc,
Path,
Method
>['responses'][StatusCode] extends ReferenceObject
>['responses'][StatusCode] extends ImmutableReferenceObject
? 'responses' extends ComponentTypes<Doc>
? ComponentRef<
Doc,
@@ -539,7 +542,7 @@ export type Responses<
// @public (undocumented)
export type ResponseSchema<
Doc extends RequiredDoc,
Object extends ResponseObject,
Object extends ImmutableResponseObject,
> = ObjectWithContentSchema<Doc, Object>;
// @public (undocumented)
@@ -552,7 +555,7 @@ export type ResponseSchemas<
Doc,
DocPath<Doc, Path>,
Method
>[StatusCode] extends ResponseObject
>[StatusCode] extends ImmutableResponseObject
? ResponseSchema<
Doc,
Responses<Doc, DocPath<Doc, Path>, Method>[StatusCode]
+2 -2
View File
@@ -3929,9 +3929,9 @@ __metadata:
languageName: unknown
linkType: soft
"@backstage/backend-openapi-utils@workspace:^, @backstage/backend-openapi-utils@workspace:plugins/openapi-router":
"@backstage/backend-openapi-utils@workspace:^, @backstage/backend-openapi-utils@workspace:plugins/openapi-utils":
version: 0.0.0-use.local
resolution: "@backstage/backend-openapi-utils@workspace:plugins/openapi-router"
resolution: "@backstage/backend-openapi-utils@workspace:plugins/openapi-utils"
dependencies:
"@backstage/backend-common": "workspace:^"
"@backstage/cli": "workspace:^"