Skip to content

Commit

Permalink
build: update moov-io/ach to v1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Mar 27, 2024
1 parent c0def5d commit b64fa8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1849,16 +1849,16 @@ export interface IATEntryDetail {
'addenda16': Addenda16;
/**
*
* @type {Addenda17}
* @type {Array<Addenda17>}
* @memberof IATEntryDetail
*/
'addenda17'?: Addenda17;
'addenda17'?: Array<Addenda17>;
/**
*
* @type {Addenda18}
* @type {Array<Addenda18>}
* @memberof IATEntryDetail
*/
'addenda18'?: Addenda18;
'addenda18'?: Array<Addenda18>;
/**
*
* @type {Addenda98}
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ client:
# Checkout https://github.com/OpenAPITools/openapi-generator/releases
@chmod +x ./openapi-generator
@rm -rf ./client
OPENAPI_GENERATOR_VERSION=6.6.0 ./openapi-generator generate -i https://raw.githubusercontent.com/moov-io/ach/v1.35.1/openapi.yaml -g typescript-axios # v1.35.1
OPENAPI_GENERATOR_VERSION=6.6.0 ./openapi-generator generate -i https://raw.githubusercontent.com/moov-io/ach/v1.37.0/openapi.yaml -g typescript-axios

.PHONY: docs
docs:
Expand Down

0 comments on commit b64fa8d

Please sign in to comment.