From b64fa8d4a785e938b4d46854650ee22b8a6467d8 Mon Sep 17 00:00:00 2001 From: Adam Shannon Date: Wed, 27 Mar 2024 10:34:01 -0500 Subject: [PATCH] build: update moov-io/ach to v1.37.0 --- api.ts | 8 ++++---- makefile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api.ts b/api.ts index 09a1c8b..00bd2bf 100644 --- a/api.ts +++ b/api.ts @@ -1849,16 +1849,16 @@ export interface IATEntryDetail { 'addenda16': Addenda16; /** * - * @type {Addenda17} + * @type {Array} * @memberof IATEntryDetail */ - 'addenda17'?: Addenda17; + 'addenda17'?: Array; /** * - * @type {Addenda18} + * @type {Array} * @memberof IATEntryDetail */ - 'addenda18'?: Addenda18; + 'addenda18'?: Array; /** * * @type {Addenda98} diff --git a/makefile b/makefile index 90bdfe8..ec8e214 100644 --- a/makefile +++ b/makefile @@ -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: