diff --git a/bin/typescript.sh b/bin/typescript.sh index 65e974cd0e6c..38846529cf7e 100755 --- a/bin/typescript.sh +++ b/bin/typescript.sh @@ -28,10 +28,10 @@ fi # if you've executed sbt assembly previously it will use that instead. export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties" echo "Creating default (fetch) client!" -ags="generate -i modules/openapi-generator/src/test/resources/3_0/petstore.yaml -g typescript -o samples/client/petstore/typescript/builds/default --additional-properties=platform=node,npmName=ts-petstore-client $@" +ags="generate -i modules/openapi-generator/src/test/resources/3_0/petstore.yaml -g typescript -o samples/openapi3/client/petstore/typescript/builds/default --additional-properties=platform=node,npmName=ts-petstore-client $@" java $JAVA_OPTS -jar $executable $ags echo "Creating jquery client!" -ags="generate -i modules/openapi-generator/src/test/resources/3_0/petstore.yaml -g typescript -o samples/client/petstore/typescript/builds/jquery --additional-properties=framework=jquery,npmName=ts-petstore-client $@" +ags="generate -i modules/openapi-generator/src/test/resources/3_0/petstore.yaml -g typescript -o samples/openapi3/client/petstore/typescript/builds/jquery --additional-properties=framework=jquery,npmName=ts-petstore-client $@" java $JAVA_OPTS -jar $executable $ags diff --git a/samples/client/petstore/typescript/builds/default/.gitignore b/samples/openapi3/client/petstore/typescript/builds/default/.gitignore similarity index 100% rename from samples/client/petstore/typescript/builds/default/.gitignore rename to samples/openapi3/client/petstore/typescript/builds/default/.gitignore diff --git a/samples/client/petstore/typescript/builds/default/.openapi-generator-ignore b/samples/openapi3/client/petstore/typescript/builds/default/.openapi-generator-ignore similarity index 100% rename from samples/client/petstore/typescript/builds/default/.openapi-generator-ignore rename to samples/openapi3/client/petstore/typescript/builds/default/.openapi-generator-ignore diff --git a/samples/client/petstore/typescript/builds/default/.openapi-generator/VERSION b/samples/openapi3/client/petstore/typescript/builds/default/.openapi-generator/VERSION similarity index 100% rename from samples/client/petstore/typescript/builds/default/.openapi-generator/VERSION rename to samples/openapi3/client/petstore/typescript/builds/default/.openapi-generator/VERSION diff --git a/samples/client/petstore/typescript/builds/default/README.md b/samples/openapi3/client/petstore/typescript/builds/default/README.md similarity index 100% rename from samples/client/petstore/typescript/builds/default/README.md rename to samples/openapi3/client/petstore/typescript/builds/default/README.md diff --git a/samples/client/petstore/typescript/builds/default/apis/PetApi.ts b/samples/openapi3/client/petstore/typescript/builds/default/apis/PetApi.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/apis/PetApi.ts rename to samples/openapi3/client/petstore/typescript/builds/default/apis/PetApi.ts diff --git a/samples/client/petstore/typescript/builds/default/apis/StoreApi.ts b/samples/openapi3/client/petstore/typescript/builds/default/apis/StoreApi.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/apis/StoreApi.ts rename to samples/openapi3/client/petstore/typescript/builds/default/apis/StoreApi.ts diff --git a/samples/client/petstore/typescript/builds/default/apis/UserApi.ts b/samples/openapi3/client/petstore/typescript/builds/default/apis/UserApi.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/apis/UserApi.ts rename to samples/openapi3/client/petstore/typescript/builds/default/apis/UserApi.ts diff --git a/samples/client/petstore/typescript/builds/default/apis/baseapi.ts b/samples/openapi3/client/petstore/typescript/builds/default/apis/baseapi.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/apis/baseapi.ts rename to samples/openapi3/client/petstore/typescript/builds/default/apis/baseapi.ts diff --git a/samples/client/petstore/typescript/builds/default/apis/exception.ts b/samples/openapi3/client/petstore/typescript/builds/default/apis/exception.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/apis/exception.ts rename to samples/openapi3/client/petstore/typescript/builds/default/apis/exception.ts diff --git a/samples/client/petstore/typescript/builds/default/auth/auth.ts b/samples/openapi3/client/petstore/typescript/builds/default/auth/auth.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/auth/auth.ts rename to samples/openapi3/client/petstore/typescript/builds/default/auth/auth.ts diff --git a/samples/client/petstore/typescript/builds/default/configuration.ts b/samples/openapi3/client/petstore/typescript/builds/default/configuration.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/configuration.ts rename to samples/openapi3/client/petstore/typescript/builds/default/configuration.ts diff --git a/samples/client/petstore/typescript/builds/default/git_push.sh b/samples/openapi3/client/petstore/typescript/builds/default/git_push.sh similarity index 100% rename from samples/client/petstore/typescript/builds/default/git_push.sh rename to samples/openapi3/client/petstore/typescript/builds/default/git_push.sh diff --git a/samples/client/petstore/typescript/builds/default/http/http.ts b/samples/openapi3/client/petstore/typescript/builds/default/http/http.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/http/http.ts rename to samples/openapi3/client/petstore/typescript/builds/default/http/http.ts diff --git a/samples/client/petstore/typescript/builds/default/http/isomorphic-fetch.ts b/samples/openapi3/client/petstore/typescript/builds/default/http/isomorphic-fetch.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/http/isomorphic-fetch.ts rename to samples/openapi3/client/petstore/typescript/builds/default/http/isomorphic-fetch.ts diff --git a/samples/client/petstore/typescript/builds/default/index.ts b/samples/openapi3/client/petstore/typescript/builds/default/index.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/index.ts rename to samples/openapi3/client/petstore/typescript/builds/default/index.ts diff --git a/samples/client/petstore/typescript/builds/default/middleware.ts b/samples/openapi3/client/petstore/typescript/builds/default/middleware.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/middleware.ts rename to samples/openapi3/client/petstore/typescript/builds/default/middleware.ts diff --git a/samples/client/petstore/typescript/builds/default/models/ApiResponse.ts b/samples/openapi3/client/petstore/typescript/builds/default/models/ApiResponse.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/models/ApiResponse.ts rename to samples/openapi3/client/petstore/typescript/builds/default/models/ApiResponse.ts diff --git a/samples/client/petstore/typescript/builds/default/models/Category.ts b/samples/openapi3/client/petstore/typescript/builds/default/models/Category.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/models/Category.ts rename to samples/openapi3/client/petstore/typescript/builds/default/models/Category.ts diff --git a/samples/client/petstore/typescript/builds/default/models/InlineObject.ts b/samples/openapi3/client/petstore/typescript/builds/default/models/InlineObject.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/models/InlineObject.ts rename to samples/openapi3/client/petstore/typescript/builds/default/models/InlineObject.ts diff --git a/samples/client/petstore/typescript/builds/default/models/InlineObject1.ts b/samples/openapi3/client/petstore/typescript/builds/default/models/InlineObject1.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/models/InlineObject1.ts rename to samples/openapi3/client/petstore/typescript/builds/default/models/InlineObject1.ts diff --git a/samples/client/petstore/typescript/builds/default/models/ObjectSerializer.ts b/samples/openapi3/client/petstore/typescript/builds/default/models/ObjectSerializer.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/models/ObjectSerializer.ts rename to samples/openapi3/client/petstore/typescript/builds/default/models/ObjectSerializer.ts diff --git a/samples/client/petstore/typescript/builds/default/models/Order.ts b/samples/openapi3/client/petstore/typescript/builds/default/models/Order.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/models/Order.ts rename to samples/openapi3/client/petstore/typescript/builds/default/models/Order.ts diff --git a/samples/client/petstore/typescript/builds/default/models/Pet.ts b/samples/openapi3/client/petstore/typescript/builds/default/models/Pet.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/models/Pet.ts rename to samples/openapi3/client/petstore/typescript/builds/default/models/Pet.ts diff --git a/samples/client/petstore/typescript/builds/default/models/Tag.ts b/samples/openapi3/client/petstore/typescript/builds/default/models/Tag.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/models/Tag.ts rename to samples/openapi3/client/petstore/typescript/builds/default/models/Tag.ts diff --git a/samples/client/petstore/typescript/builds/default/models/User.ts b/samples/openapi3/client/petstore/typescript/builds/default/models/User.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/models/User.ts rename to samples/openapi3/client/petstore/typescript/builds/default/models/User.ts diff --git a/samples/client/petstore/typescript/builds/default/models/all.ts b/samples/openapi3/client/petstore/typescript/builds/default/models/all.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/models/all.ts rename to samples/openapi3/client/petstore/typescript/builds/default/models/all.ts diff --git a/samples/client/petstore/typescript/builds/default/package-lock.json b/samples/openapi3/client/petstore/typescript/builds/default/package-lock.json similarity index 100% rename from samples/client/petstore/typescript/builds/default/package-lock.json rename to samples/openapi3/client/petstore/typescript/builds/default/package-lock.json diff --git a/samples/client/petstore/typescript/builds/default/package.json b/samples/openapi3/client/petstore/typescript/builds/default/package.json similarity index 100% rename from samples/client/petstore/typescript/builds/default/package.json rename to samples/openapi3/client/petstore/typescript/builds/default/package.json diff --git a/samples/client/petstore/typescript/builds/default/pom.xml b/samples/openapi3/client/petstore/typescript/builds/default/pom.xml similarity index 100% rename from samples/client/petstore/typescript/builds/default/pom.xml rename to samples/openapi3/client/petstore/typescript/builds/default/pom.xml diff --git a/samples/client/petstore/typescript/builds/default/rxjsStub.ts b/samples/openapi3/client/petstore/typescript/builds/default/rxjsStub.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/rxjsStub.ts rename to samples/openapi3/client/petstore/typescript/builds/default/rxjsStub.ts diff --git a/samples/client/petstore/typescript/builds/default/servers.ts b/samples/openapi3/client/petstore/typescript/builds/default/servers.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/servers.ts rename to samples/openapi3/client/petstore/typescript/builds/default/servers.ts diff --git a/samples/client/petstore/typescript/builds/default/tsconfig.json b/samples/openapi3/client/petstore/typescript/builds/default/tsconfig.json similarity index 100% rename from samples/client/petstore/typescript/builds/default/tsconfig.json rename to samples/openapi3/client/petstore/typescript/builds/default/tsconfig.json diff --git a/samples/client/petstore/typescript/builds/default/types/ObservableAPI.ts b/samples/openapi3/client/petstore/typescript/builds/default/types/ObservableAPI.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/types/ObservableAPI.ts rename to samples/openapi3/client/petstore/typescript/builds/default/types/ObservableAPI.ts diff --git a/samples/client/petstore/typescript/builds/default/types/PromiseAPI.ts b/samples/openapi3/client/petstore/typescript/builds/default/types/PromiseAPI.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/types/PromiseAPI.ts rename to samples/openapi3/client/petstore/typescript/builds/default/types/PromiseAPI.ts diff --git a/samples/client/petstore/typescript/builds/default/util.ts b/samples/openapi3/client/petstore/typescript/builds/default/util.ts similarity index 100% rename from samples/client/petstore/typescript/builds/default/util.ts rename to samples/openapi3/client/petstore/typescript/builds/default/util.ts diff --git a/samples/client/petstore/typescript/builds/jquery/.gitignore b/samples/openapi3/client/petstore/typescript/builds/jquery/.gitignore similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/.gitignore rename to samples/openapi3/client/petstore/typescript/builds/jquery/.gitignore diff --git a/samples/client/petstore/typescript/builds/jquery/.openapi-generator-ignore b/samples/openapi3/client/petstore/typescript/builds/jquery/.openapi-generator-ignore similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/.openapi-generator-ignore rename to samples/openapi3/client/petstore/typescript/builds/jquery/.openapi-generator-ignore diff --git a/samples/client/petstore/typescript/builds/jquery/.openapi-generator/VERSION b/samples/openapi3/client/petstore/typescript/builds/jquery/.openapi-generator/VERSION similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/.openapi-generator/VERSION rename to samples/openapi3/client/petstore/typescript/builds/jquery/.openapi-generator/VERSION diff --git a/samples/client/petstore/typescript/builds/jquery/README.md b/samples/openapi3/client/petstore/typescript/builds/jquery/README.md similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/README.md rename to samples/openapi3/client/petstore/typescript/builds/jquery/README.md diff --git a/samples/client/petstore/typescript/builds/jquery/TODO.md b/samples/openapi3/client/petstore/typescript/builds/jquery/TODO.md similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/TODO.md rename to samples/openapi3/client/petstore/typescript/builds/jquery/TODO.md diff --git a/samples/client/petstore/typescript/builds/jquery/apis/PetApi.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/apis/PetApi.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/apis/PetApi.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/apis/PetApi.ts diff --git a/samples/client/petstore/typescript/builds/jquery/apis/StoreApi.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/apis/StoreApi.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/apis/StoreApi.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/apis/StoreApi.ts diff --git a/samples/client/petstore/typescript/builds/jquery/apis/UserApi.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/apis/UserApi.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/apis/UserApi.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/apis/UserApi.ts diff --git a/samples/client/petstore/typescript/builds/jquery/apis/baseapi.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/apis/baseapi.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/apis/baseapi.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/apis/baseapi.ts diff --git a/samples/client/petstore/typescript/builds/jquery/apis/exception.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/apis/exception.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/apis/exception.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/apis/exception.ts diff --git a/samples/client/petstore/typescript/builds/jquery/auth/auth.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/auth/auth.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/auth/auth.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/auth/auth.ts diff --git a/samples/client/petstore/typescript/builds/jquery/configuration.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/configuration.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/configuration.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/configuration.ts diff --git a/samples/client/petstore/typescript/builds/jquery/git_push.sh b/samples/openapi3/client/petstore/typescript/builds/jquery/git_push.sh similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/git_push.sh rename to samples/openapi3/client/petstore/typescript/builds/jquery/git_push.sh diff --git a/samples/client/petstore/typescript/builds/jquery/http/http.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/http/http.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/http/http.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/http/http.ts diff --git a/samples/client/petstore/typescript/builds/jquery/http/jquery.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/http/jquery.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/http/jquery.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/http/jquery.ts diff --git a/samples/client/petstore/typescript/builds/jquery/index.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/index.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/index.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/index.ts diff --git a/samples/client/petstore/typescript/builds/jquery/middleware.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/middleware.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/middleware.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/middleware.ts diff --git a/samples/client/petstore/typescript/builds/jquery/models/ApiResponse.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/models/ApiResponse.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/models/ApiResponse.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/models/ApiResponse.ts diff --git a/samples/client/petstore/typescript/builds/jquery/models/Category.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/models/Category.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/models/Category.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/models/Category.ts diff --git a/samples/client/petstore/typescript/builds/jquery/models/InlineObject.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/models/InlineObject.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/models/InlineObject.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/models/InlineObject.ts diff --git a/samples/client/petstore/typescript/builds/jquery/models/InlineObject1.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/models/InlineObject1.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/models/InlineObject1.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/models/InlineObject1.ts diff --git a/samples/client/petstore/typescript/builds/jquery/models/ObjectSerializer.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/models/ObjectSerializer.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/models/ObjectSerializer.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/models/ObjectSerializer.ts diff --git a/samples/client/petstore/typescript/builds/jquery/models/Order.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/models/Order.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/models/Order.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/models/Order.ts diff --git a/samples/client/petstore/typescript/builds/jquery/models/Pet.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/models/Pet.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/models/Pet.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/models/Pet.ts diff --git a/samples/client/petstore/typescript/builds/jquery/models/Tag.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/models/Tag.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/models/Tag.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/models/Tag.ts diff --git a/samples/client/petstore/typescript/builds/jquery/models/User.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/models/User.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/models/User.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/models/User.ts diff --git a/samples/client/petstore/typescript/builds/jquery/models/all.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/models/all.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/models/all.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/models/all.ts diff --git a/samples/client/petstore/typescript/builds/jquery/package-lock.json b/samples/openapi3/client/petstore/typescript/builds/jquery/package-lock.json similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/package-lock.json rename to samples/openapi3/client/petstore/typescript/builds/jquery/package-lock.json diff --git a/samples/client/petstore/typescript/builds/jquery/package.json b/samples/openapi3/client/petstore/typescript/builds/jquery/package.json similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/package.json rename to samples/openapi3/client/petstore/typescript/builds/jquery/package.json diff --git a/samples/client/petstore/typescript/builds/jquery/pom.xml b/samples/openapi3/client/petstore/typescript/builds/jquery/pom.xml similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/pom.xml rename to samples/openapi3/client/petstore/typescript/builds/jquery/pom.xml diff --git a/samples/client/petstore/typescript/builds/jquery/rxjsStub.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/rxjsStub.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/rxjsStub.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/rxjsStub.ts diff --git a/samples/client/petstore/typescript/builds/jquery/servers.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/servers.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/servers.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/servers.ts diff --git a/samples/client/petstore/typescript/builds/jquery/tsconfig.json b/samples/openapi3/client/petstore/typescript/builds/jquery/tsconfig.json similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/tsconfig.json rename to samples/openapi3/client/petstore/typescript/builds/jquery/tsconfig.json diff --git a/samples/client/petstore/typescript/builds/jquery/types/ObservableAPI.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/types/ObservableAPI.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/types/ObservableAPI.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/types/ObservableAPI.ts diff --git a/samples/client/petstore/typescript/builds/jquery/types/PromiseAPI.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/types/PromiseAPI.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/types/PromiseAPI.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/types/PromiseAPI.ts diff --git a/samples/client/petstore/typescript/builds/jquery/util.ts b/samples/openapi3/client/petstore/typescript/builds/jquery/util.ts similarity index 100% rename from samples/client/petstore/typescript/builds/jquery/util.ts rename to samples/openapi3/client/petstore/typescript/builds/jquery/util.ts diff --git a/samples/client/petstore/typescript/tests/default/.gitignore b/samples/openapi3/client/petstore/typescript/tests/default/.gitignore similarity index 100% rename from samples/client/petstore/typescript/tests/default/.gitignore rename to samples/openapi3/client/petstore/typescript/tests/default/.gitignore diff --git a/samples/client/petstore/typescript/tests/default/package-lock.json b/samples/openapi3/client/petstore/typescript/tests/default/package-lock.json similarity index 100% rename from samples/client/petstore/typescript/tests/default/package-lock.json rename to samples/openapi3/client/petstore/typescript/tests/default/package-lock.json diff --git a/samples/client/petstore/typescript/tests/default/package.json b/samples/openapi3/client/petstore/typescript/tests/default/package.json similarity index 100% rename from samples/client/petstore/typescript/tests/default/package.json rename to samples/openapi3/client/petstore/typescript/tests/default/package.json diff --git a/samples/client/petstore/typescript/tests/default/pom.xml b/samples/openapi3/client/petstore/typescript/tests/default/pom.xml similarity index 100% rename from samples/client/petstore/typescript/tests/default/pom.xml rename to samples/openapi3/client/petstore/typescript/tests/default/pom.xml diff --git a/samples/client/petstore/typescript/tests/default/test/api/PetApi.test.ts b/samples/openapi3/client/petstore/typescript/tests/default/test/api/PetApi.test.ts similarity index 100% rename from samples/client/petstore/typescript/tests/default/test/api/PetApi.test.ts rename to samples/openapi3/client/petstore/typescript/tests/default/test/api/PetApi.test.ts diff --git a/samples/client/petstore/typescript/tests/default/test/api/pet.png b/samples/openapi3/client/petstore/typescript/tests/default/test/api/pet.png similarity index 100% rename from samples/client/petstore/typescript/tests/default/test/api/pet.png rename to samples/openapi3/client/petstore/typescript/tests/default/test/api/pet.png diff --git a/samples/client/petstore/typescript/tests/default/test/auth/auth.test.ts b/samples/openapi3/client/petstore/typescript/tests/default/test/auth/auth.test.ts similarity index 100% rename from samples/client/petstore/typescript/tests/default/test/auth/auth.test.ts rename to samples/openapi3/client/petstore/typescript/tests/default/test/auth/auth.test.ts diff --git a/samples/client/petstore/typescript/tests/default/test/http/isomorphic-fetch.test.ts b/samples/openapi3/client/petstore/typescript/tests/default/test/http/isomorphic-fetch.test.ts similarity index 100% rename from samples/client/petstore/typescript/tests/default/test/http/isomorphic-fetch.test.ts rename to samples/openapi3/client/petstore/typescript/tests/default/test/http/isomorphic-fetch.test.ts diff --git a/samples/client/petstore/typescript/tests/default/test/models/ObjectSerializer.test.ts b/samples/openapi3/client/petstore/typescript/tests/default/test/models/ObjectSerializer.test.ts similarity index 100% rename from samples/client/petstore/typescript/tests/default/test/models/ObjectSerializer.test.ts rename to samples/openapi3/client/petstore/typescript/tests/default/test/models/ObjectSerializer.test.ts diff --git a/samples/client/petstore/typescript/tests/default/tsconfig.json b/samples/openapi3/client/petstore/typescript/tests/default/tsconfig.json similarity index 100% rename from samples/client/petstore/typescript/tests/default/tsconfig.json rename to samples/openapi3/client/petstore/typescript/tests/default/tsconfig.json diff --git a/samples/client/petstore/typescript/tests/jquery/.gitignore b/samples/openapi3/client/petstore/typescript/tests/jquery/.gitignore similarity index 100% rename from samples/client/petstore/typescript/tests/jquery/.gitignore rename to samples/openapi3/client/petstore/typescript/tests/jquery/.gitignore diff --git a/samples/client/petstore/typescript/tests/jquery/index.html b/samples/openapi3/client/petstore/typescript/tests/jquery/index.html similarity index 100% rename from samples/client/petstore/typescript/tests/jquery/index.html rename to samples/openapi3/client/petstore/typescript/tests/jquery/index.html diff --git a/samples/client/petstore/typescript/tests/jquery/node-qunit-puppeteer.d.ts b/samples/openapi3/client/petstore/typescript/tests/jquery/node-qunit-puppeteer.d.ts similarity index 100% rename from samples/client/petstore/typescript/tests/jquery/node-qunit-puppeteer.d.ts rename to samples/openapi3/client/petstore/typescript/tests/jquery/node-qunit-puppeteer.d.ts diff --git a/samples/client/petstore/typescript/tests/jquery/package-lock.json b/samples/openapi3/client/petstore/typescript/tests/jquery/package-lock.json similarity index 100% rename from samples/client/petstore/typescript/tests/jquery/package-lock.json rename to samples/openapi3/client/petstore/typescript/tests/jquery/package-lock.json diff --git a/samples/client/petstore/typescript/tests/jquery/package.json b/samples/openapi3/client/petstore/typescript/tests/jquery/package.json similarity index 100% rename from samples/client/petstore/typescript/tests/jquery/package.json rename to samples/openapi3/client/petstore/typescript/tests/jquery/package.json diff --git a/samples/client/petstore/typescript/tests/jquery/pom.xml b/samples/openapi3/client/petstore/typescript/tests/jquery/pom.xml similarity index 100% rename from samples/client/petstore/typescript/tests/jquery/pom.xml rename to samples/openapi3/client/petstore/typescript/tests/jquery/pom.xml diff --git a/samples/client/petstore/typescript/tests/jquery/require1k.min.js b/samples/openapi3/client/petstore/typescript/tests/jquery/require1k.min.js similarity index 100% rename from samples/client/petstore/typescript/tests/jquery/require1k.min.js rename to samples/openapi3/client/petstore/typescript/tests/jquery/require1k.min.js diff --git a/samples/client/petstore/typescript/tests/jquery/test-runner.ts b/samples/openapi3/client/petstore/typescript/tests/jquery/test-runner.ts similarity index 100% rename from samples/client/petstore/typescript/tests/jquery/test-runner.ts rename to samples/openapi3/client/petstore/typescript/tests/jquery/test-runner.ts diff --git a/samples/client/petstore/typescript/tests/jquery/test/api/PetApi.test.ts b/samples/openapi3/client/petstore/typescript/tests/jquery/test/api/PetApi.test.ts similarity index 100% rename from samples/client/petstore/typescript/tests/jquery/test/api/PetApi.test.ts rename to samples/openapi3/client/petstore/typescript/tests/jquery/test/api/PetApi.test.ts diff --git a/samples/client/petstore/typescript/tests/jquery/test/api/pet.png b/samples/openapi3/client/petstore/typescript/tests/jquery/test/api/pet.png similarity index 100% rename from samples/client/petstore/typescript/tests/jquery/test/api/pet.png rename to samples/openapi3/client/petstore/typescript/tests/jquery/test/api/pet.png diff --git a/samples/client/petstore/typescript/tests/jquery/test/http/jquery.test.ts b/samples/openapi3/client/petstore/typescript/tests/jquery/test/http/jquery.test.ts similarity index 100% rename from samples/client/petstore/typescript/tests/jquery/test/http/jquery.test.ts rename to samples/openapi3/client/petstore/typescript/tests/jquery/test/http/jquery.test.ts diff --git a/samples/client/petstore/typescript/tests/jquery/tests.ts b/samples/openapi3/client/petstore/typescript/tests/jquery/tests.ts similarity index 100% rename from samples/client/petstore/typescript/tests/jquery/tests.ts rename to samples/openapi3/client/petstore/typescript/tests/jquery/tests.ts diff --git a/samples/client/petstore/typescript/tests/jquery/tsconfig.json b/samples/openapi3/client/petstore/typescript/tests/jquery/tsconfig.json similarity index 100% rename from samples/client/petstore/typescript/tests/jquery/tsconfig.json rename to samples/openapi3/client/petstore/typescript/tests/jquery/tsconfig.json diff --git a/samples/client/petstore/typescript/tests/jquery/webpack.config.js b/samples/openapi3/client/petstore/typescript/tests/jquery/webpack.config.js similarity index 100% rename from samples/client/petstore/typescript/tests/jquery/webpack.config.js rename to samples/openapi3/client/petstore/typescript/tests/jquery/webpack.config.js diff --git a/samples/client/petstore/typescript/tests/package-lock.json b/samples/openapi3/client/petstore/typescript/tests/package-lock.json similarity index 100% rename from samples/client/petstore/typescript/tests/package-lock.json rename to samples/openapi3/client/petstore/typescript/tests/package-lock.json