From 09b04858a638fc0999e7f17eac20f5094680adb7 Mon Sep 17 00:00:00 2001 From: gcatanese Date: Tue, 9 May 2023 13:59:42 +0200 Subject: [PATCH] Add Grant Service --- generateAll.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generateAll.sh b/generateAll.sh index c256caa..4fb18e9 100755 --- a/generateAll.sh +++ b/generateAll.sh @@ -8,7 +8,7 @@ fi DATE=$(date +"%Y-%m-%d") # We allow only non classic, non webhook APIs -ALLOW_LIST="BalanceControlService|BalancePlatformService|BinLookupService|CheckoutService|DataProtectionService|LegalEntityService|ManagementService|PayoutService|RecurringService|StoredValueService|TestCardService|TfmAPIService|TransferService" +ALLOW_LIST="BalanceControlService|BalancePlatformService|BinLookupService|CheckoutService|DataProtectionService|GrantService|LegalEntityService|ManagementService|PayoutService|RecurringService|StoredValueService|TestCardService|TfmAPIService|TransferService" for entry in "adyen-openapi/yaml"/* do