Skip to content

Commit

Permalink
chore: update FFT API types
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoerpenbeck committed Aug 19, 2024
1 parent a83f2b4 commit 4e50b84
Show file tree
Hide file tree
Showing 4 changed files with 2,043 additions and 525 deletions.
2 changes: 1 addition & 1 deletion src/fft-api/types/api-ctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

TARGET_DIR="${SCRIPTDIR}/typescript-fetch-client"
apiUrl="https://raw.githubusercontent.com/fulfillmenttools/fulfillmenttools-api-reference/master/api.swagger.yaml"
openApiVersion="3.0.57"
openApiVersion="3.0.61"
swaggerFile="swagger-codegen-cli-${openApiVersion}.jar"
localSwaggerFile="${SCRIPTDIR}/${swaggerFile}"
swaggerCodeGenUrl="https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/${openApiVersion}/${swaggerFile}"
Expand Down
Loading

0 comments on commit 4e50b84

Please sign in to comment.