diff --git a/package.json b/package.json index 218dce0d..3ef1b2a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/types", - "version": "17.73.0", + "version": "17.74.0-alpha.0", "description": "Types for the LI.FI stack", "keywords": [ "sdk", diff --git a/src/api.ts b/src/api.ts index 72c81e9f..7bcb1187 100644 --- a/src/api.ts +++ b/src/api.ts @@ -500,6 +500,7 @@ export type GetStatusRequest = { bridge?: string fromChain?: number | string toChain?: number | string + transactionId?: string } & ({ txHash: string } | { taskId: string }) export interface BaseTransactionInfo {