Skip to content

Commit c36aec4

Browse files
committed
Align generated descriptions to package name
1 parent 84ca51f commit c36aec4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

generators/templates/model.mst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* {{apiInfo.name}} {{apiInfo.version.api}} (OpenAPI: {{apiInfo.version.openApi}})
33
* {{{apiInfo.description}}}
44
*
5-
* NOTE: This class is auto generated by instage-client-api-generator.
5+
* NOTE: This class is auto generated by openapi-typescript-client-api-generator.
66
* Do not edit the file manually.
77
*/
88

generators/templates/requestBody.mst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* {{apiInfo.name}} {{apiInfo.version.api}} (OpenAPI: {{apiInfo.version.openApi}})
33
* {{{apiInfo.description}}}
44
*
5-
* NOTE: This class is auto generated by instage-client-api-generator.
5+
* NOTE: This class is auto generated by openapi-typescript-client-api-generator.
66
* Do not edit the file manually.
77
*/
88

generators/templates/service.mst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* {{apiInfo.name}} {{apiInfo.version.api}} (OpenAPI: {{apiInfo.version.openApi}})
33
* {{{apiInfo.description}}}
44
*
5-
* NOTE: This class is auto generated by instage-client-api-generator.
5+
* NOTE: This class is auto generated by openapi-typescript-client-api-generator.
66
* Do not edit the file manually.
77
*/
88

generators/templates/serviceInterface.mst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* {{apiInfo.name}} {{apiInfo.version.api}} (OpenAPI: {{apiInfo.version.openApi}})
33
* {{{apiInfo.description}}}
44
*
5-
* NOTE: This class is auto generated by instage-client-api-generator.
5+
* NOTE: This class is auto generated by openapi-typescript-client-api-generator.
66
* Do not edit the file manually.
77
*/
88

0 commit comments

Comments
 (0)