From b3f74c7c4f516bcbe61c111c710489f3cb8182bd Mon Sep 17 00:00:00 2001 From: Bruno Coelho <4brunu@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:51:39 +0100 Subject: [PATCH] [typescript][angular] move app description from license info to readme (#19397) * [typescript][angular] move app description from header license info to readme * [typescript][angular] move app description from header license info to readme --- .../src/main/resources/typescript-angular/README.mustache | 2 ++ .../src/main/resources/typescript-angular/licenseInfo.mustache | 1 - .../builds/composed-schemas-tagged-unions/README.md | 2 ++ .../builds/composed-schemas-tagged-unions/api/pet.service.ts | 1 - .../builds/composed-schemas-tagged-unions/model/catComposed.ts | 1 - .../builds/composed-schemas-tagged-unions/model/catInherited.ts | 1 - .../builds/composed-schemas-tagged-unions/model/catMapped.ts | 1 - .../builds/composed-schemas-tagged-unions/model/dogBreed.ts | 1 - .../builds/composed-schemas-tagged-unions/model/dogComposed.ts | 1 - .../builds/composed-schemas-tagged-unions/model/dogInherited.ts | 1 - .../builds/composed-schemas-tagged-unions/model/dogMapped.ts | 1 - .../model/petWithMappedDiscriminator.ts | 1 - .../model/petWithSimpleDiscriminator.ts | 1 - .../model/petWithoutDiscriminator.ts | 1 - .../others/typescript-angular/builds/composed-schemas/README.md | 2 ++ .../builds/composed-schemas/api/pet.service.ts | 1 - .../builds/composed-schemas/model/catComposed.ts | 1 - .../builds/composed-schemas/model/catInherited.ts | 1 - .../builds/composed-schemas/model/catMapped.ts | 1 - .../builds/composed-schemas/model/dogBreed.ts | 1 - .../builds/composed-schemas/model/dogComposed.ts | 1 - .../builds/composed-schemas/model/dogInherited.ts | 1 - .../builds/composed-schemas/model/dogMapped.ts | 1 - .../builds/composed-schemas/model/petWithMappedDiscriminator.ts | 1 - .../builds/composed-schemas/model/petWithSimpleDiscriminator.ts | 1 - .../builds/composed-schemas/model/petWithoutDiscriminator.ts | 1 - .../typescript-angular-v12-oneOf/builds/default/README.md | 2 ++ .../builds/default/api/default.service.ts | 1 - .../typescript-angular-v12-oneOf/builds/default/model/apple.ts | 1 - .../typescript-angular-v12-oneOf/builds/default/model/fruit.ts | 1 - .../typescript-angular-v12-oneOf/builds/default/model/grape.ts | 1 - .../builds/default/README.md | 2 ++ .../builds/default/api/pet.service.ts | 1 - .../builds/default/api/store.service.ts | 1 - .../builds/default/api/user.service.ts | 1 - .../builds/default/model/apiResponse.ts | 1 - .../builds/default/model/category.ts | 1 - .../builds/default/model/order.ts | 1 - .../builds/default/model/pet.ts | 1 - .../builds/default/model/tag.ts | 1 - .../builds/default/model/user.ts | 1 - .../builds/default/README.md | 2 ++ .../builds/default/api/pet.service.ts | 1 - .../builds/default/api/store.service.ts | 1 - .../builds/default/api/user.service.ts | 1 - .../builds/default/model/apiResponse.ts | 1 - .../builds/default/model/category.ts | 1 - .../builds/default/model/order.ts | 1 - .../builds/default/model/pet.ts | 1 - .../builds/default/model/tag.ts | 1 - .../builds/default/model/user.ts | 1 - .../builds/with-npm/README.md | 2 ++ .../builds/with-npm/api/pet.service.ts | 1 - .../builds/with-npm/api/store.service.ts | 1 - .../builds/with-npm/api/user.service.ts | 1 - .../builds/with-npm/model/apiResponse.ts | 1 - .../builds/with-npm/model/category.ts | 1 - .../builds/with-npm/model/order.ts | 1 - .../builds/with-npm/model/pet.ts | 1 - .../builds/with-npm/model/tag.ts | 1 - .../builds/with-npm/model/user.ts | 1 - .../typescript-angular-v13-oneOf/builds/default/README.md | 2 ++ .../builds/default/api/default.service.ts | 1 - .../typescript-angular-v13-oneOf/builds/default/model/apple.ts | 1 - .../typescript-angular-v13-oneOf/builds/default/model/fruit.ts | 1 - .../typescript-angular-v13-oneOf/builds/default/model/grape.ts | 1 - .../builds/default/README.md | 2 ++ .../builds/default/api/pet.service.ts | 1 - .../builds/default/api/store.service.ts | 1 - .../builds/default/api/user.service.ts | 1 - .../builds/default/model/apiResponse.ts | 1 - .../builds/default/model/category.ts | 1 - .../builds/default/model/order.ts | 1 - .../builds/default/model/pet.ts | 1 - .../builds/default/model/tag.ts | 1 - .../builds/default/model/user.ts | 1 - .../builds/default/README.md | 2 ++ .../builds/default/api/pet.service.ts | 1 - .../builds/default/api/store.service.ts | 1 - .../builds/default/api/user.service.ts | 1 - .../builds/default/model/apiResponse.ts | 1 - .../builds/default/model/category.ts | 1 - .../builds/default/model/order.ts | 1 - .../builds/default/model/pet.ts | 1 - .../builds/default/model/tag.ts | 1 - .../builds/default/model/user.ts | 1 - .../builds/with-npm/README.md | 2 ++ .../builds/with-npm/api/pet.service.ts | 1 - .../builds/with-npm/api/store.service.ts | 1 - .../builds/with-npm/api/user.service.ts | 1 - .../builds/with-npm/model/apiResponse.ts | 1 - .../builds/with-npm/model/category.ts | 1 - .../builds/with-npm/model/order.ts | 1 - .../builds/with-npm/model/pet.ts | 1 - .../builds/with-npm/model/tag.ts | 1 - .../builds/with-npm/model/user.ts | 1 - .../builds/default/README.md | 2 ++ .../builds/default/api/pet.service.ts | 1 - .../builds/default/api/store.service.ts | 1 - .../builds/default/api/user.service.ts | 1 - .../builds/default/model/apiResponse.ts | 1 - .../builds/default/model/category.ts | 1 - .../builds/default/model/order.ts | 1 - .../builds/default/model/pet.ts | 1 - .../builds/default/model/tag.ts | 1 - .../builds/default/model/user.ts | 1 - .../typescript-angular-v14-query-param-object-format/README.md | 2 ++ .../api/pet.service.ts | 1 - .../api/store.service.ts | 1 - .../api/user.service.ts | 1 - .../model/apiResponse.ts | 1 - .../model/category.ts | 1 - .../model/order.ts | 1 - .../model/pet.ts | 1 - .../model/tag.ts | 1 - .../model/user.ts | 1 - .../builds/default/README.md | 2 ++ .../builds/default/api/pet.service.ts | 1 - .../builds/default/api/store.service.ts | 1 - .../builds/default/api/user.service.ts | 1 - .../builds/default/model/apiResponse.ts | 1 - .../builds/default/model/category.ts | 1 - .../builds/default/model/order.ts | 1 - .../builds/default/model/pet.ts | 1 - .../builds/default/model/tag.ts | 1 - .../builds/default/model/user.ts | 1 - .../builds/default/README.md | 2 ++ .../builds/default/api/pet.service.ts | 1 - .../builds/default/api/store.service.ts | 1 - .../builds/default/api/user.service.ts | 1 - .../builds/default/model/apiResponse.ts | 1 - .../builds/default/model/category.ts | 1 - .../builds/default/model/order.ts | 1 - .../builds/default/model/pet.ts | 1 - .../builds/default/model/tag.ts | 1 - .../builds/default/model/user.ts | 1 - .../builds/default/README.md | 2 ++ .../builds/default/api/pet.service.ts | 1 - .../builds/default/api/store.service.ts | 1 - .../builds/default/api/user.service.ts | 1 - .../builds/default/model/apiResponse.ts | 1 - .../builds/default/model/category.ts | 1 - .../builds/default/model/order.ts | 1 - .../builds/default/model/pet.ts | 1 - .../builds/default/model/tag.ts | 1 - .../builds/default/model/user.ts | 1 - .../builds/default/README.md | 2 ++ .../builds/default/api/pet.service.ts | 1 - .../builds/default/api/store.service.ts | 1 - .../builds/default/api/user.service.ts | 1 - .../builds/default/model/apiResponse.ts | 1 - .../builds/default/model/category.ts | 1 - .../builds/default/model/order.ts | 1 - .../builds/default/model/pet.ts | 1 - .../builds/default/model/tag.ts | 1 - .../builds/default/model/user.ts | 1 - 156 files changed, 34 insertions(+), 139 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/typescript-angular/README.mustache b/modules/openapi-generator/src/main/resources/typescript-angular/README.mustache index 27b4496109a..96a302fd0f9 100644 --- a/modules/openapi-generator/src/main/resources/typescript-angular/README.mustache +++ b/modules/openapi-generator/src/main/resources/typescript-angular/README.mustache @@ -1,5 +1,7 @@ ## {{npmName}}@{{npmVersion}} +{{{appDescription}}} + {{#version}}The version of the OpenAPI document: {{{.}}}{{/version}} ### Building diff --git a/modules/openapi-generator/src/main/resources/typescript-angular/licenseInfo.mustache b/modules/openapi-generator/src/main/resources/typescript-angular/licenseInfo.mustache index e601d5dc93f..17af09c4b1e 100644 --- a/modules/openapi-generator/src/main/resources/typescript-angular/licenseInfo.mustache +++ b/modules/openapi-generator/src/main/resources/typescript-angular/licenseInfo.mustache @@ -1,6 +1,5 @@ /** * {{{appName}}} - * {{{appDescription}}} * * {{#infoEmail}}Contact: {{{.}}}{{/infoEmail}} * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/README.md b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/README.md index 2fd814ec4e2..afb5432d904 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/README.md +++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/README.md @@ -1,5 +1,7 @@ ## @ +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + The version of the OpenAPI document: 1.0.0 ### Building diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/api/pet.service.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/api/pet.service.ts index f49c1d6a453..4fca3af0365 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/api/pet.service.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/api/pet.service.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catComposed.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catComposed.ts index b6d93e97947..5a0e145deb8 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catComposed.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catComposed.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catInherited.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catInherited.ts index e1a40fcd47b..0edfd1a0717 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catInherited.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catInherited.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catMapped.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catMapped.ts index 8722604e140..a45844e85f2 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catMapped.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/catMapped.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogBreed.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogBreed.ts index c793383c44f..261d3b83bc5 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogBreed.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogBreed.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogComposed.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogComposed.ts index 572cc8dab23..79f4f55c047 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogComposed.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogComposed.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogInherited.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogInherited.ts index cc2219b5ac1..37104f1e2d4 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogInherited.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogInherited.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogMapped.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogMapped.ts index c6d6aadc6c8..24a3e3a0424 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogMapped.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dogMapped.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/petWithMappedDiscriminator.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/petWithMappedDiscriminator.ts index e4a9c113428..705e3595ba7 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/petWithMappedDiscriminator.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/petWithMappedDiscriminator.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/petWithSimpleDiscriminator.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/petWithSimpleDiscriminator.ts index 8ccd480ca8a..e9df498c0d0 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/petWithSimpleDiscriminator.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/petWithSimpleDiscriminator.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/petWithoutDiscriminator.ts b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/petWithoutDiscriminator.ts index df96ee87c69..2fc3c93a5bc 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/petWithoutDiscriminator.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/petWithoutDiscriminator.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas/README.md b/samples/client/others/typescript-angular/builds/composed-schemas/README.md index 2fd814ec4e2..afb5432d904 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas/README.md +++ b/samples/client/others/typescript-angular/builds/composed-schemas/README.md @@ -1,5 +1,7 @@ ## @ +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + The version of the OpenAPI document: 1.0.0 ### Building diff --git a/samples/client/others/typescript-angular/builds/composed-schemas/api/pet.service.ts b/samples/client/others/typescript-angular/builds/composed-schemas/api/pet.service.ts index f49c1d6a453..4fca3af0365 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas/api/pet.service.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas/api/pet.service.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas/model/catComposed.ts b/samples/client/others/typescript-angular/builds/composed-schemas/model/catComposed.ts index ed737feb692..adc03949847 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas/model/catComposed.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas/model/catComposed.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas/model/catInherited.ts b/samples/client/others/typescript-angular/builds/composed-schemas/model/catInherited.ts index 7e3f479fbb0..a35fb7e6a8d 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas/model/catInherited.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas/model/catInherited.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas/model/catMapped.ts b/samples/client/others/typescript-angular/builds/composed-schemas/model/catMapped.ts index c0bc4595d9b..798a2ecad0b 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas/model/catMapped.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas/model/catMapped.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas/model/dogBreed.ts b/samples/client/others/typescript-angular/builds/composed-schemas/model/dogBreed.ts index c793383c44f..261d3b83bc5 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas/model/dogBreed.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas/model/dogBreed.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas/model/dogComposed.ts b/samples/client/others/typescript-angular/builds/composed-schemas/model/dogComposed.ts index ba7917ff2b0..8295e03888e 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas/model/dogComposed.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas/model/dogComposed.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas/model/dogInherited.ts b/samples/client/others/typescript-angular/builds/composed-schemas/model/dogInherited.ts index bc14393195e..3bd9157dbd2 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas/model/dogInherited.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas/model/dogInherited.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas/model/dogMapped.ts b/samples/client/others/typescript-angular/builds/composed-schemas/model/dogMapped.ts index 251a4ce51a4..98a12aeefcf 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas/model/dogMapped.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas/model/dogMapped.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas/model/petWithMappedDiscriminator.ts b/samples/client/others/typescript-angular/builds/composed-schemas/model/petWithMappedDiscriminator.ts index 4d6febc180c..398ae76aa25 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas/model/petWithMappedDiscriminator.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas/model/petWithMappedDiscriminator.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas/model/petWithSimpleDiscriminator.ts b/samples/client/others/typescript-angular/builds/composed-schemas/model/petWithSimpleDiscriminator.ts index ef2213ec41c..cf26b25fdb5 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas/model/petWithSimpleDiscriminator.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas/model/petWithSimpleDiscriminator.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/others/typescript-angular/builds/composed-schemas/model/petWithoutDiscriminator.ts b/samples/client/others/typescript-angular/builds/composed-schemas/model/petWithoutDiscriminator.ts index 81e9faccc3e..ad6f90e1e17 100644 --- a/samples/client/others/typescript-angular/builds/composed-schemas/model/petWithoutDiscriminator.ts +++ b/samples/client/others/typescript-angular/builds/composed-schemas/model/petWithoutDiscriminator.ts @@ -1,6 +1,5 @@ /** * Schemas with different types of composition for testing models generation - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/README.md b/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/README.md index d8d742af8a4..c9f878935ea 100644 --- a/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/README.md +++ b/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/README.md @@ -1,5 +1,7 @@ ## @ +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + The version of the OpenAPI document: 0.0.1 ### Building diff --git a/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/api/default.service.ts b/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/api/default.service.ts index 9c98a94149a..aee9f4bd8eb 100644 --- a/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/api/default.service.ts +++ b/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/api/default.service.ts @@ -1,6 +1,5 @@ /** * fruity - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/model/apple.ts b/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/model/apple.ts index 3fc87e61016..dc5def1c513 100644 --- a/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/model/apple.ts +++ b/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/model/apple.ts @@ -1,6 +1,5 @@ /** * fruity - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/model/fruit.ts b/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/model/fruit.ts index 1a59e25fd26..71fd19ac901 100644 --- a/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/model/fruit.ts +++ b/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/model/fruit.ts @@ -1,6 +1,5 @@ /** * fruity - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/model/grape.ts b/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/model/grape.ts index 27cec51c29c..1188ed6cf81 100644 --- a/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/model/grape.ts +++ b/samples/client/petstore/typescript-angular-v12-oneOf/builds/default/model/grape.ts @@ -1,6 +1,5 @@ /** * fruity - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/README.md b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/README.md index 2fd814ec4e2..04eb035e568 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/README.md +++ b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/README.md @@ -1,5 +1,7 @@ ## @ +This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. + The version of the OpenAPI document: 1.0.0 ### Building diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/api/pet.service.ts b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/api/pet.service.ts index 1c80cf12dca..d84622bd065 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/api/pet.service.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/api/pet.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/api/store.service.ts b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/api/store.service.ts index 5ea9d7889aa..ec775facfa4 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/api/store.service.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/api/store.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/api/user.service.ts b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/api/user.service.ts index 8181b966fdb..0d47d15dea5 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/api/user.service.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/api/user.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/apiResponse.ts b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/apiResponse.ts index 13b31a462df..113ad7e1178 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/apiResponse.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/apiResponse.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/category.ts b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/category.ts index 499fad0f571..c070dd83996 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/category.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/category.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/order.ts b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/order.ts index 924f80e9fe9..5d9a0e44078 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/order.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/order.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/pet.ts b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/pet.ts index 189ad098689..b009b060c1f 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/pet.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/pet.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/tag.ts b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/tag.ts index 2db92f923d7..92a76d13dbb 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/tag.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/tag.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/user.ts b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/user.ts index 3fa0dfa1767..ac591c5d45a 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/user.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-any/builds/default/model/user.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/README.md b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/README.md index 2fd814ec4e2..04eb035e568 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/README.md +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/README.md @@ -1,5 +1,7 @@ ## @ +This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. + The version of the OpenAPI document: 1.0.0 ### Building diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/api/pet.service.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/api/pet.service.ts index 3021ac6f18e..8478feaad10 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/api/pet.service.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/api/pet.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/api/store.service.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/api/store.service.ts index 38a6f050913..899b1a44e87 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/api/store.service.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/api/store.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/api/user.service.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/api/user.service.ts index 2572f075408..22096fbb826 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/api/user.service.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/api/user.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/apiResponse.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/apiResponse.ts index 13b31a462df..113ad7e1178 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/apiResponse.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/apiResponse.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/category.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/category.ts index 499fad0f571..c070dd83996 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/category.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/category.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/order.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/order.ts index 924f80e9fe9..5d9a0e44078 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/order.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/order.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/pet.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/pet.ts index 189ad098689..b009b060c1f 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/pet.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/pet.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/tag.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/tag.ts index 2db92f923d7..92a76d13dbb 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/tag.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/tag.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/user.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/user.ts index 3fa0dfa1767..ac591c5d45a 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/user.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/default/model/user.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/README.md b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/README.md index 685f7c314d0..d45e75b5ae6 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/README.md +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/README.md @@ -1,5 +1,7 @@ ## @openapitools/typescript-angular-petstore@1.0.0 +This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. + The version of the OpenAPI document: 1.0.0 ### Building diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/api/pet.service.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/api/pet.service.ts index 3021ac6f18e..8478feaad10 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/api/pet.service.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/api/pet.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/api/store.service.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/api/store.service.ts index 38a6f050913..899b1a44e87 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/api/store.service.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/api/store.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/api/user.service.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/api/user.service.ts index 2572f075408..22096fbb826 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/api/user.service.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/api/user.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/apiResponse.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/apiResponse.ts index 13b31a462df..113ad7e1178 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/apiResponse.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/apiResponse.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/category.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/category.ts index 499fad0f571..c070dd83996 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/category.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/category.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/order.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/order.ts index 924f80e9fe9..5d9a0e44078 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/order.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/order.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/pet.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/pet.ts index 189ad098689..b009b060c1f 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/pet.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/pet.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/tag.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/tag.ts index 2db92f923d7..92a76d13dbb 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/tag.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/tag.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/user.ts b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/user.ts index 3fa0dfa1767..ac591c5d45a 100644 --- a/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/user.ts +++ b/samples/client/petstore/typescript-angular-v12-provided-in-root/builds/with-npm/model/user.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/README.md b/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/README.md index d8d742af8a4..c9f878935ea 100644 --- a/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/README.md +++ b/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/README.md @@ -1,5 +1,7 @@ ## @ +No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + The version of the OpenAPI document: 0.0.1 ### Building diff --git a/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/api/default.service.ts b/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/api/default.service.ts index 9c98a94149a..aee9f4bd8eb 100644 --- a/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/api/default.service.ts +++ b/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/api/default.service.ts @@ -1,6 +1,5 @@ /** * fruity - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/model/apple.ts b/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/model/apple.ts index 3fc87e61016..dc5def1c513 100644 --- a/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/model/apple.ts +++ b/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/model/apple.ts @@ -1,6 +1,5 @@ /** * fruity - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/model/fruit.ts b/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/model/fruit.ts index 1a59e25fd26..71fd19ac901 100644 --- a/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/model/fruit.ts +++ b/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/model/fruit.ts @@ -1,6 +1,5 @@ /** * fruity - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/model/grape.ts b/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/model/grape.ts index 27cec51c29c..1188ed6cf81 100644 --- a/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/model/grape.ts +++ b/samples/client/petstore/typescript-angular-v13-oneOf/builds/default/model/grape.ts @@ -1,6 +1,5 @@ /** * fruity - * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/README.md b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/README.md index 2fd814ec4e2..04eb035e568 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/README.md +++ b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/README.md @@ -1,5 +1,7 @@ ## @ +This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. + The version of the OpenAPI document: 1.0.0 ### Building diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/api/pet.service.ts b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/api/pet.service.ts index 1c80cf12dca..d84622bd065 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/api/pet.service.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/api/pet.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/api/store.service.ts b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/api/store.service.ts index 5ea9d7889aa..ec775facfa4 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/api/store.service.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/api/store.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/api/user.service.ts b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/api/user.service.ts index 8181b966fdb..0d47d15dea5 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/api/user.service.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/api/user.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/apiResponse.ts b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/apiResponse.ts index 13b31a462df..113ad7e1178 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/apiResponse.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/apiResponse.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/category.ts b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/category.ts index 499fad0f571..c070dd83996 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/category.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/category.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/order.ts b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/order.ts index 924f80e9fe9..5d9a0e44078 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/order.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/order.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/pet.ts b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/pet.ts index 189ad098689..b009b060c1f 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/pet.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/pet.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/tag.ts b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/tag.ts index 2db92f923d7..92a76d13dbb 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/tag.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/tag.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/user.ts b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/user.ts index 3fa0dfa1767..ac591c5d45a 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/user.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-any/builds/default/model/user.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/README.md b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/README.md index 2fd814ec4e2..04eb035e568 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/README.md +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/README.md @@ -1,5 +1,7 @@ ## @ +This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. + The version of the OpenAPI document: 1.0.0 ### Building diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/api/pet.service.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/api/pet.service.ts index aef7ba5b928..cb0904f147f 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/api/pet.service.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/api/pet.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/api/store.service.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/api/store.service.ts index d1c4a30cd9e..603176dff00 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/api/store.service.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/api/store.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/api/user.service.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/api/user.service.ts index 65935cd1382..54ee534e501 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/api/user.service.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/api/user.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/apiResponse.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/apiResponse.ts index 13b31a462df..113ad7e1178 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/apiResponse.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/apiResponse.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/category.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/category.ts index 499fad0f571..c070dd83996 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/category.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/category.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/order.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/order.ts index 924f80e9fe9..5d9a0e44078 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/order.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/order.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/pet.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/pet.ts index f3d56b06028..b6971b3e514 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/pet.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/pet.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/tag.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/tag.ts index 2db92f923d7..92a76d13dbb 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/tag.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/tag.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/user.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/user.ts index 3fa0dfa1767..ac591c5d45a 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/user.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/default/model/user.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/README.md b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/README.md index 685f7c314d0..d45e75b5ae6 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/README.md +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/README.md @@ -1,5 +1,7 @@ ## @openapitools/typescript-angular-petstore@1.0.0 +This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. + The version of the OpenAPI document: 1.0.0 ### Building diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/api/pet.service.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/api/pet.service.ts index aef7ba5b928..cb0904f147f 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/api/pet.service.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/api/pet.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/api/store.service.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/api/store.service.ts index d1c4a30cd9e..603176dff00 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/api/store.service.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/api/store.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/api/user.service.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/api/user.service.ts index 65935cd1382..54ee534e501 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/api/user.service.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/api/user.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/apiResponse.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/apiResponse.ts index 13b31a462df..113ad7e1178 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/apiResponse.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/apiResponse.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/category.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/category.ts index 499fad0f571..c070dd83996 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/category.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/category.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/order.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/order.ts index 924f80e9fe9..5d9a0e44078 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/order.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/order.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/pet.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/pet.ts index f3d56b06028..b6971b3e514 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/pet.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/pet.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/tag.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/tag.ts index 2db92f923d7..92a76d13dbb 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/tag.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/tag.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/user.ts b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/user.ts index 3fa0dfa1767..ac591c5d45a 100644 --- a/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/user.ts +++ b/samples/client/petstore/typescript-angular-v13-provided-in-root/builds/with-npm/model/user.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/README.md b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/README.md index 2fd814ec4e2..04eb035e568 100644 --- a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/README.md +++ b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/README.md @@ -1,5 +1,7 @@ ## @ +This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. + The version of the OpenAPI document: 1.0.0 ### Building diff --git a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/api/pet.service.ts b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/api/pet.service.ts index aef7ba5b928..cb0904f147f 100644 --- a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/api/pet.service.ts +++ b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/api/pet.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/api/store.service.ts b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/api/store.service.ts index d1c4a30cd9e..603176dff00 100644 --- a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/api/store.service.ts +++ b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/api/store.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/api/user.service.ts b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/api/user.service.ts index 65935cd1382..54ee534e501 100644 --- a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/api/user.service.ts +++ b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/api/user.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/apiResponse.ts b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/apiResponse.ts index 13b31a462df..113ad7e1178 100644 --- a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/apiResponse.ts +++ b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/apiResponse.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/category.ts b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/category.ts index 499fad0f571..c070dd83996 100644 --- a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/category.ts +++ b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/category.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/order.ts b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/order.ts index 924f80e9fe9..5d9a0e44078 100644 --- a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/order.ts +++ b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/order.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/pet.ts b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/pet.ts index f3d56b06028..b6971b3e514 100644 --- a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/pet.ts +++ b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/pet.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/tag.ts b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/tag.ts index 2db92f923d7..92a76d13dbb 100644 --- a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/tag.ts +++ b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/tag.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/user.ts b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/user.ts index 3fa0dfa1767..ac591c5d45a 100644 --- a/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/user.ts +++ b/samples/client/petstore/typescript-angular-v14-provided-in-root/builds/default/model/user.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-query-param-object-format/README.md b/samples/client/petstore/typescript-angular-v14-query-param-object-format/README.md index 2fd814ec4e2..04eb035e568 100644 --- a/samples/client/petstore/typescript-angular-v14-query-param-object-format/README.md +++ b/samples/client/petstore/typescript-angular-v14-query-param-object-format/README.md @@ -1,5 +1,7 @@ ## @ +This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. + The version of the OpenAPI document: 1.0.0 ### Building diff --git a/samples/client/petstore/typescript-angular-v14-query-param-object-format/api/pet.service.ts b/samples/client/petstore/typescript-angular-v14-query-param-object-format/api/pet.service.ts index 3ad655d0b64..918dfd782b9 100644 --- a/samples/client/petstore/typescript-angular-v14-query-param-object-format/api/pet.service.ts +++ b/samples/client/petstore/typescript-angular-v14-query-param-object-format/api/pet.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-query-param-object-format/api/store.service.ts b/samples/client/petstore/typescript-angular-v14-query-param-object-format/api/store.service.ts index fe75fa55a38..10507edad0b 100644 --- a/samples/client/petstore/typescript-angular-v14-query-param-object-format/api/store.service.ts +++ b/samples/client/petstore/typescript-angular-v14-query-param-object-format/api/store.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-query-param-object-format/api/user.service.ts b/samples/client/petstore/typescript-angular-v14-query-param-object-format/api/user.service.ts index 2fb3f44e21e..8e369a5ae6b 100644 --- a/samples/client/petstore/typescript-angular-v14-query-param-object-format/api/user.service.ts +++ b/samples/client/petstore/typescript-angular-v14-query-param-object-format/api/user.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/apiResponse.ts b/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/apiResponse.ts index 13b31a462df..113ad7e1178 100644 --- a/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/apiResponse.ts +++ b/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/apiResponse.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/category.ts b/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/category.ts index 499fad0f571..c070dd83996 100644 --- a/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/category.ts +++ b/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/category.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/order.ts b/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/order.ts index 924f80e9fe9..5d9a0e44078 100644 --- a/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/order.ts +++ b/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/order.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/pet.ts b/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/pet.ts index f3d56b06028..b6971b3e514 100644 --- a/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/pet.ts +++ b/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/pet.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/tag.ts b/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/tag.ts index 2db92f923d7..92a76d13dbb 100644 --- a/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/tag.ts +++ b/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/tag.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/user.ts b/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/user.ts index 3fa0dfa1767..ac591c5d45a 100644 --- a/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/user.ts +++ b/samples/client/petstore/typescript-angular-v14-query-param-object-format/model/user.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/README.md b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/README.md index 2fd814ec4e2..04eb035e568 100644 --- a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/README.md +++ b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/README.md @@ -1,5 +1,7 @@ ## @ +This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. + The version of the OpenAPI document: 1.0.0 ### Building diff --git a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/api/pet.service.ts b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/api/pet.service.ts index aef7ba5b928..cb0904f147f 100644 --- a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/api/pet.service.ts +++ b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/api/pet.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/api/store.service.ts b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/api/store.service.ts index d1c4a30cd9e..603176dff00 100644 --- a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/api/store.service.ts +++ b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/api/store.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/api/user.service.ts b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/api/user.service.ts index 65935cd1382..54ee534e501 100644 --- a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/api/user.service.ts +++ b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/api/user.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/apiResponse.ts b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/apiResponse.ts index 13b31a462df..113ad7e1178 100644 --- a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/apiResponse.ts +++ b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/apiResponse.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/category.ts b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/category.ts index 499fad0f571..c070dd83996 100644 --- a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/category.ts +++ b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/category.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/order.ts b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/order.ts index 924f80e9fe9..5d9a0e44078 100644 --- a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/order.ts +++ b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/order.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/pet.ts b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/pet.ts index f3d56b06028..b6971b3e514 100644 --- a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/pet.ts +++ b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/pet.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/tag.ts b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/tag.ts index 2db92f923d7..92a76d13dbb 100644 --- a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/tag.ts +++ b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/tag.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/user.ts b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/user.ts index 3fa0dfa1767..ac591c5d45a 100644 --- a/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/user.ts +++ b/samples/client/petstore/typescript-angular-v15-provided-in-root/builds/default/model/user.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/README.md b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/README.md index 2fd814ec4e2..04eb035e568 100644 --- a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/README.md +++ b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/README.md @@ -1,5 +1,7 @@ ## @ +This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. + The version of the OpenAPI document: 1.0.0 ### Building diff --git a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/api/pet.service.ts b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/api/pet.service.ts index aef7ba5b928..cb0904f147f 100644 --- a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/api/pet.service.ts +++ b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/api/pet.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/api/store.service.ts b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/api/store.service.ts index d1c4a30cd9e..603176dff00 100644 --- a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/api/store.service.ts +++ b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/api/store.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/api/user.service.ts b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/api/user.service.ts index 65935cd1382..54ee534e501 100644 --- a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/api/user.service.ts +++ b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/api/user.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/apiResponse.ts b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/apiResponse.ts index 13b31a462df..113ad7e1178 100644 --- a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/apiResponse.ts +++ b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/apiResponse.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/category.ts b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/category.ts index 499fad0f571..c070dd83996 100644 --- a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/category.ts +++ b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/category.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/order.ts b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/order.ts index fbebbff12c0..660dcc960c5 100644 --- a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/order.ts +++ b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/order.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/pet.ts b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/pet.ts index f3d56b06028..b6971b3e514 100644 --- a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/pet.ts +++ b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/pet.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/tag.ts b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/tag.ts index 2db92f923d7..92a76d13dbb 100644 --- a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/tag.ts +++ b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/tag.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/user.ts b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/user.ts index 3fa0dfa1767..ac591c5d45a 100644 --- a/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/user.ts +++ b/samples/client/petstore/typescript-angular-v16-provided-in-root/builds/default/model/user.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/README.md b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/README.md index 2fd814ec4e2..04eb035e568 100644 --- a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/README.md +++ b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/README.md @@ -1,5 +1,7 @@ ## @ +This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. + The version of the OpenAPI document: 1.0.0 ### Building diff --git a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/api/pet.service.ts b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/api/pet.service.ts index 330b7faf164..e4c401a2a64 100644 --- a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/api/pet.service.ts +++ b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/api/pet.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/api/store.service.ts b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/api/store.service.ts index 919854f5d26..b3ab6eb55b0 100644 --- a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/api/store.service.ts +++ b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/api/store.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/api/user.service.ts b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/api/user.service.ts index 3d88ee77932..316ece2e354 100644 --- a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/api/user.service.ts +++ b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/api/user.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/apiResponse.ts b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/apiResponse.ts index 13b31a462df..113ad7e1178 100644 --- a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/apiResponse.ts +++ b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/apiResponse.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/category.ts b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/category.ts index 499fad0f571..c070dd83996 100644 --- a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/category.ts +++ b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/category.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/order.ts b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/order.ts index 924f80e9fe9..5d9a0e44078 100644 --- a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/order.ts +++ b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/order.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/pet.ts b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/pet.ts index f3d56b06028..b6971b3e514 100644 --- a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/pet.ts +++ b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/pet.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/tag.ts b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/tag.ts index 2db92f923d7..92a76d13dbb 100644 --- a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/tag.ts +++ b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/tag.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/user.ts b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/user.ts index 3fa0dfa1767..ac591c5d45a 100644 --- a/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/user.ts +++ b/samples/client/petstore/typescript-angular-v17-provided-in-root/builds/default/model/user.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/README.md b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/README.md index 2fd814ec4e2..04eb035e568 100644 --- a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/README.md +++ b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/README.md @@ -1,5 +1,7 @@ ## @ +This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. + The version of the OpenAPI document: 1.0.0 ### Building diff --git a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/api/pet.service.ts b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/api/pet.service.ts index 330b7faf164..e4c401a2a64 100644 --- a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/api/pet.service.ts +++ b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/api/pet.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/api/store.service.ts b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/api/store.service.ts index 919854f5d26..b3ab6eb55b0 100644 --- a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/api/store.service.ts +++ b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/api/store.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/api/user.service.ts b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/api/user.service.ts index 3d88ee77932..316ece2e354 100644 --- a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/api/user.service.ts +++ b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/api/user.service.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/apiResponse.ts b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/apiResponse.ts index 13b31a462df..113ad7e1178 100644 --- a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/apiResponse.ts +++ b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/apiResponse.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/category.ts b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/category.ts index 499fad0f571..c070dd83996 100644 --- a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/category.ts +++ b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/category.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/order.ts b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/order.ts index 924f80e9fe9..5d9a0e44078 100644 --- a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/order.ts +++ b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/order.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/pet.ts b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/pet.ts index f3d56b06028..b6971b3e514 100644 --- a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/pet.ts +++ b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/pet.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/tag.ts b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/tag.ts index 2db92f923d7..92a76d13dbb 100644 --- a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/tag.ts +++ b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/tag.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * * diff --git a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/user.ts b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/user.ts index 3fa0dfa1767..ac591c5d45a 100644 --- a/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/user.ts +++ b/samples/client/petstore/typescript-angular-v18-provided-in-root/builds/default/model/user.ts @@ -1,6 +1,5 @@ /** * OpenAPI Petstore - * This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters. * * *