From e67369f6b9bded6f54231cbcb34de534b6a80f5b Mon Sep 17 00:00:00 2001 From: Peter Somogyvari Date: Wed, 6 Jan 2021 10:16:56 -0800 Subject: [PATCH] fix: reverting accidental manual change in generated code This must've slipped in during a recent refactor. Fixes #453 Signed-off-by: Peter Somogyvari --- .../main/typescript/generated/openapi/typescript-axios/api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts index 301e976a54..893f63fa02 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -435,6 +435,7 @@ export interface Web3SigningCredentialPrivateKeyHex { */ export enum Web3SigningCredentialType { CACTUSKEYCHAINREF = 'CACTUS_KEYCHAIN_REF', + GETHKEYCHAINPASSWORD = 'GETH_KEYCHAIN_PASSWORD', PRIVATEKEYHEX = 'PRIVATE_KEY_HEX', NONE = 'NONE' }