From 348a8463b83e4b7d56ac09175762ec5227ced3ba Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 16:17:21 +0000 Subject: [PATCH 1/2] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api.yaml b/api.yaml index c55cbe0..bde4e02 100644 --- a/api.yaml +++ b/api.yaml @@ -35828,6 +35828,9 @@ components: type: string description: The time at which this rule becomes immutable format: date-time + generatePolicy: + type: boolean + description: When undefined or set to true, generates a policy enforcing the whitelist (if one has not been generated already) after the whitelist is created. If set to false, no policy will be generated. required: - id - type @@ -36292,7 +36295,6 @@ components: properties: username: type: string - format: email required: - username DeployAddressAndForwardTokenResponse: From 39a157f41009eb28e30252c163d0321851b389c0 Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 16:18:09 +0000 Subject: [PATCH 2/2] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/api.yaml b/api.yaml index bde4e02..0bcd03f 100644 --- a/api.yaml +++ b/api.yaml @@ -23342,6 +23342,9 @@ paths: schema: type: object properties: + tokenName: + type: string + minLength: 1 amount: type: string minLength: 1 @@ -23359,6 +23362,8 @@ paths: required: - maxFeePerGas - maxPriorityFeePerGas + required: + - tokenName responses: '200': description: OK @@ -34835,6 +34840,16 @@ components: - address - amount - data + eip1559: + type: object + properties: + maxFeePerGas: + type: string + maxPriorityFeePerGas: + type: string + required: + - maxFeePerGas + - maxPriorityFeePerGas required: - txHex - txInfo @@ -45193,6 +45208,9 @@ components: allOf: - $ref: '#/components/schemas/PolicyRuleUpdateCondition' description: The condition of the policy rule + generatePolicy: + type: boolean + description: Should generate new whitelist policy when generatePolicy is undefined * id: type: string description: The ID of the policy rule