diff --git a/samples/client/petstore/typescript-jquery/default/.openapi-generator-ignore b/samples/client/petstore/typescript-jquery/default/.openapi-generator-ignore index c5fa491b4c5..7484ee590a3 100644 --- a/samples/client/petstore/typescript-jquery/default/.openapi-generator-ignore +++ b/samples/client/petstore/typescript-jquery/default/.openapi-generator-ignore @@ -1,11 +1,11 @@ -# Swagger Codegen Ignore -# Generated by swagger-codegen https://github.com/swagger-api/swagger-codegen +# OpenAPI Generator Ignore +# Generated by openapi-generator https://github.com/openapitools/openapi-generator # Use this file to prevent files from being overwritten by the generator. # The patterns follow closely to .gitignore or .dockerignore. # As an example, the C# client generator defines ApiClient.cs. -# You can make changes and tell Swagger Codgen to ignore just this file by uncommenting the following line: +# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line: #ApiClient.cs # You can match any string of characters against a directory, file or extension with a single asterisk (*): diff --git a/samples/client/petstore/typescript-jquery/default/model/Amount.ts b/samples/client/petstore/typescript-jquery/default/model/Amount.ts deleted file mode 100644 index 5916e491d1c..00000000000 --- a/samples/client/petstore/typescript-jquery/default/model/Amount.ts +++ /dev/null @@ -1,26 +0,0 @@ -/** - * Swagger Petstore - * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters. - * - * OpenAPI spec version: 1.0.0 - * Contact: apiteam@swagger.io - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * Do not edit the class manually. - */ - -import * as models from './models'; - -/** - * some description - */ -export interface Amount { - /** - * some description - */ - value: number; - - currency: models.Currency; - -} diff --git a/samples/client/petstore/typescript-jquery/default/model/Currency.ts b/samples/client/petstore/typescript-jquery/default/model/Currency.ts deleted file mode 100644 index a5f758cb6c3..00000000000 --- a/samples/client/petstore/typescript-jquery/default/model/Currency.ts +++ /dev/null @@ -1,19 +0,0 @@ -/** - * Swagger Petstore - * This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters. - * - * OpenAPI spec version: 1.0.0 - * Contact: apiteam@swagger.io - * - * NOTE: This class is auto generated by the swagger code generator program. - * https://github.com/swagger-api/swagger-codegen.git - * Do not edit the class manually. - */ - -import * as models from './models'; - -/** - * some description - */ -export interface Currency { -}