From d2a13f125ff39a857f9db4ea21f3e94b03e9c5fe Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 19:28:10 +0000 Subject: [PATCH] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 47 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 41 insertions(+), 6 deletions(-) diff --git a/api.yaml b/api.yaml index 910feac..2a0fc9c 100644 --- a/api.yaml +++ b/api.yaml @@ -27020,6 +27020,14 @@ paths: items: type: string description: Filter by wallet type + - name: subType + description: Filter by wallet sub-type + in: query + schema: + type: array + items: + type: string + description: Filter by wallet sub-type - name: deleted description: Filter by deleted state in: query @@ -27133,6 +27141,7 @@ paths: - BitGo Singapore - BitGo Korea - BitGo Mena Fze + - BitGo Custody MENA FZE - BitGo Sister Trust 1 responses: '200': @@ -27237,6 +27246,7 @@ paths: - BitGo Singapore - BitGo Korea - BitGo Mena Fze + - BitGo Custody MENA FZE - BitGo Sister Trust 1 responses: '200': @@ -30610,10 +30620,10 @@ components: allOf: - $ref: '#/components/schemas/ReferralCodeString' description: Referral code - oauthProvider: + oauthSetting: allOf: - - $ref: '#/components/schemas/OAuthProvider' - description: Log in Method of the enterprise * + - $ref: '#/components/schemas/OAuthSetting' + description: oauth setting of the enterprise * optOutOfPoints: type: boolean description: Opt Out of Points System Flag @@ -30709,6 +30719,7 @@ components: - BitGo Singapore - BitGo Korea - BitGo Mena Fze + - BitGo Custody MENA FZE - BitGo Sister Trust 1 - BitGo Inc AdditionalEnterpriseInfo: @@ -31136,9 +31147,9 @@ components: isFallback: type: boolean walletSubtype: - $ref: '#/components/schemas/WalletSubtype' - WalletSubtype: - title: WalletSubtype + $ref: '#/components/schemas/CustodialWalletSubType' + CustodialWalletSubType: + title: CustodialWalletSubType type: string enum: - custodialCold @@ -34275,6 +34286,23 @@ components: type: string example: 59cd72485007a239fb00282ed480da1f pattern: ^[0-9a-f]{32}$ + OAuthSetting: + title: OAuthSetting + type: object + properties: + clientId: + type: string + clientSecret: + type: string + tenantId: + type: string + oauthProvider: + $ref: '#/components/schemas/OAuthProvider' + required: + - clientId + - clientSecret + - tenantId + - oauthProvider OAuthProvider: title: OAuthProvider type: string @@ -47791,6 +47819,7 @@ components: - BitGo Singapore - BitGo Korea - BitGo Mena Fze + - BitGo Custody MENA FZE - BitGo Sister Trust 1 - BitGo Inc entries: @@ -48384,6 +48413,7 @@ components: - BitGo Singapore - BitGo Korea - BitGo Mena Fze + - BitGo Custody MENA FZE - BitGo Sister Trust 1 - BitGo Inc entries: @@ -48896,6 +48926,7 @@ components: - BitGo Singapore - BitGo Korea - BitGo Mena Fze + - BitGo Custody MENA FZE - BitGo Sister Trust 1 - BitGo Inc coin: @@ -50187,6 +50218,10 @@ components: type: boolean description: '"true" if this key is owned by BitGo' example: false + isTrust: + type: boolean + description: '"true" if this key is owned by Trust' + example: false encryptedPrv: type: string description: The encrypted private key