Skip to content

Commit

Permalink
update to version 7.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Feb 25, 2025
1 parent a312c2e commit cdb184d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ -z ${generate} ] || [ ${generate} == "python-neurostore" ] || [ ${generate}

echo "generating python-neurostore-sdk..."
docker run --rm --user $(id -u):$(id -g) \
-v $PWD:/local openapitools/openapi-generator-cli:v7.4.0 generate \
-v $PWD:/local openapitools/openapi-generator-cli:v7.11.0 generate \
-i /local/neurostore-spec/neurostore-openapi.yml \
-g python \
-c /local/neurostore_python_nextgen_sdk_config.json \
Expand All @@ -17,7 +17,7 @@ if [ -z ${generate} ] || [ ${generate} == "typescript-neurostore" ] || [ ${gener

echo "generating typescript-neurostore-sdk..."
docker run --rm --user $(id -u):$(id -g) \
-v $PWD:/local openapitools/openapi-generator-cli:v7.4.0 generate \
-v $PWD:/local openapitools/openapi-generator-cli:v7.11.0 generate \
-i /local/neurostore-spec/neurostore-openapi.yml \
-g typescript-axios \
-o /local/typescript/neurostore-typescript-sdk
Expand All @@ -27,7 +27,7 @@ if [ -z ${generate} ] || [ ${generate} == "python-neurosynth-compose" ] || [ ${g

echo "generating python-neurosynth-compose-sdk..."
docker run --rm --user $(id -u):$(id -g) \
-v $PWD:/local openapitools/openapi-generator-cli:v6.6.0 generate \
-v $PWD:/local openapitools/openapi-generator-cli:v7.11.0 generate \
-i /local/neurostore-spec/neurosynth-compose-openapi.yml \
-g python \
-c /local/neurosynth_compose_python_nextgen_sdk_config.json \
Expand All @@ -38,7 +38,7 @@ if [ -z ${generate} ] || [ ${generate} == "typescript-neurosynth-compose" ] || [

echo "generating typescript-neurosynth-compose-sdk..."
docker run --rm --user $(id -u):$(id -g) \
-v $PWD:/local openapitools/openapi-generator-cli:v7.4.0 generate \
-v $PWD:/local openapitools/openapi-generator-cli:v7.11.0 generate \
-i /local/neurostore-spec/neurosynth-compose-openapi.yml \
-g typescript-axios \
-o /local/typescript/neurosynth-compose-typescript-sdk
Expand Down

0 comments on commit cdb184d

Please sign in to comment.