Skip to content

Commit

Permalink
Generated SDK #8699
Browse files Browse the repository at this point in the history
  • Loading branch information
fireblocks_dx_team committed Jan 8, 2025
1 parent 0891980 commit 0046390
Show file tree
Hide file tree
Showing 250 changed files with 25,730 additions and 2,689 deletions.
249 changes: 195 additions & 54 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

127 changes: 98 additions & 29 deletions README.md

Large diffs are not rendered by default.

4,818 changes: 4,224 additions & 594 deletions api/openapi.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'eclipse'
apply plugin: 'com.diffplug.spotless'

group = 'com.fireblocks.sdk'
version = '6.0.0'
version = '0.0.0'

buildscript {
repositories {
Expand Down
15 changes: 15 additions & 0 deletions docs/AddCosignerRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@


# AddCosignerRequest


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**apiKeyId** | **UUID** | The id of the API key to be paired with the cosigner | |
|**name** | **String** | The name of the cosigner | |
|**existingCosigner** | **Boolean** | Whether the cosigner already exists in another workspace | [optional] |



16 changes: 16 additions & 0 deletions docs/AddCosignerResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@


# AddCosignerResponse


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**apiKeyId** | **UUID** | The id of the API key to be paired with the cosigner | |
|**name** | **String** | The name of the cosigner | |
|**existingCosigner** | **Boolean** | Whether the cosigner already exists in another workspace | [optional] |
|**pendingCosignerId** | **UUID** | The unique identifier of a pending cosigner | |



3 changes: 2 additions & 1 deletion docs/AdditionalInfoDto.md → docs/AdditionalInfo.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@


# AdditionalInfoDto
# AdditionalInfo

Additional information related to the blockchain. This may include extra details about the blockchain network.

## Properties

Expand Down
3 changes: 2 additions & 1 deletion docs/ApiKey.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **UUID** | The unique identifier of the API key | |
|**lastSeen** | **OffsetDateTime** | The date the API key was last seen | |
|**lastSeen** | **OffsetDateTime** | The date the API key was last seen | [optional] |
|**callbackHandler** | [**CallbackHandler**](CallbackHandler.md) | | [optional] |



2 changes: 1 addition & 1 deletion docs/AssetBadRequestErrorResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**message** | **String** | Bad request error code | |
|**code** | **String** | Error code | |
|**code** | **BigDecimal** | Error code | |



19 changes: 19 additions & 0 deletions docs/AssetClassBeta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@


# AssetClassBeta

## Enum


* `NATIVE` (value: `"NATIVE"`)

* `FT` (value: `"FT"`)

* `FIAT` (value: `"FIAT"`)

* `NFT` (value: `"NFT"`)

* `SFT` (value: `"SFT"`)



2 changes: 1 addition & 1 deletion docs/AssetConflictErrorResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**message** | **String** | Conflict error code | |
|**code** | **String** | Error code | |
|**code** | **BigDecimal** | Error code | |



2 changes: 1 addition & 1 deletion docs/AssetForbiddenErrorResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**message** | **String** | Forbidden error code | |
|**code** | **String** | Error code | |
|**code** | **BigDecimal** | Error code | |



2 changes: 1 addition & 1 deletion docs/AssetInternalServerErrorResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**message** | **String** | Internal server error code | |
|**code** | **String** | Error code | |
|**code** | **BigDecimal** | Error code | |



24 changes: 24 additions & 0 deletions docs/AssetMedia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@


# AssetMedia


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**url** | **String** | Media URL | |
|**type** | [**TypeEnum**](#TypeEnum) | Media type | |
|**attributes** | [**AssetMediaAttributes**](AssetMediaAttributes.md) | | [optional] |



## Enum: TypeEnum

| Name | Value |
|---- | -----|
| SVG_XML | "image/svg+xml" |
| PNG | "image/png" |



14 changes: 14 additions & 0 deletions docs/AssetMediaAttributes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@


# AssetMediaAttributes

Media attributes

## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**monochrome** | **Boolean** | Monochrome flag | [optional] |



2 changes: 1 addition & 1 deletion docs/AssetResponseMetadata.md → docs/AssetMetadata.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# AssetResponseMetadata
# AssetMetadata


## Properties
Expand Down
27 changes: 27 additions & 0 deletions docs/AssetMetadataBeta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@


# AssetMetadataBeta


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**scope** | [**ScopeEnum**](#ScopeEnum) | The scope of the asset | |
|**deprecated** | **Boolean** | Is asset deprecated | |
|**deprecationReferralId** | **String** | New asset ID replacement | [optional] |
|**verified** | **Boolean** | Is asset verified by Fireblocks | |
|**website** | **String** | Vendor’s website | [optional] |
|**media** | [**List<AssetMedia>**](AssetMedia.md) | Asset’s media | [optional] |



## Enum: ScopeEnum

| Name | Value |
|---- | -----|
| GLOBAL | "Global" |
| LOCAL | "Local" |



2 changes: 1 addition & 1 deletion docs/AssetNotFoundErrorResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**message** | **String** | Not found error code | |
|**code** | **String** | Error code | |
|**code** | **BigDecimal** | Error code | |



2 changes: 1 addition & 1 deletion docs/AssetResponseOnchain.md → docs/AssetOnchain.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# AssetResponseOnchain
# AssetOnchain


## Properties
Expand Down
17 changes: 17 additions & 0 deletions docs/AssetOnchainBeta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@


# AssetOnchainBeta


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**symbol** | **String** | The asset symbol | |
|**name** | **String** | The asset name | |
|**address** | **String** | The asset address | [optional] |
|**decimals** | **BigDecimal** | Number of decimals | |
|**standards** | **List<String>** | Supported standards | [optional] |



2 changes: 1 addition & 1 deletion docs/AssetPriceForbiddenErrorResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**message** | **String** | Forbidden error message | |
|**code** | **String** | Error code | |
|**code** | **BigDecimal** | Error code | |



2 changes: 1 addition & 1 deletion docs/AssetPriceNotFoundErrorResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**message** | **String** | Not found error message | |
|**code** | **String** | Error code | |
|**code** | **BigDecimal** | Error code | |



4 changes: 2 additions & 2 deletions docs/AssetResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
|------------ | ------------- | ------------- | -------------|
|**legacyId** | **String** | | |
|**assetClass** | [**AssetClassEnum**](#AssetClassEnum) | | |
|**onchain** | [**AssetResponseOnchain**](AssetResponseOnchain.md) | | |
|**metadata** | [**AssetResponseMetadata**](AssetResponseMetadata.md) | | |
|**onchain** | [**AssetOnchain**](AssetOnchain.md) | | |
|**metadata** | [**AssetMetadata**](AssetMetadata.md) | | |



Expand Down
20 changes: 20 additions & 0 deletions docs/AssetResponseBeta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@


# AssetResponseBeta


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **String** | The ID of the asset | |
|**legacyId** | **String** | The Legacy ID of the asset | |
|**blockchainId** | **String** | The ID of the asset's blockchain | [optional] |
|**displayName** | **String** | Asset's display name | [optional] |
|**displaySymbol** | **String** | Asset's display symbol | [optional] |
|**assetClass** | **AssetClassBeta** | | |
|**onchain** | [**AssetOnchainBeta**](AssetOnchainBeta.md) | | [optional] |
|**metadata** | [**AssetMetadataBeta**](AssetMetadataBeta.md) | | |



4 changes: 2 additions & 2 deletions docs/AuditLogData.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **String** | The unique identifier of the audit log | [optional] |
|**timestamp** | **String** | The timestamp of the audit log | [optional] |
|**createdAt** | **String** | The timestamp of the audit log creation | [optional] |
|**timestamp** | **BigDecimal** | The timestamp of the audit log | [optional] |
|**createdAt** | **BigDecimal** | The timestamp of the audit log creation | [optional] |
|**user** | **String** | The user who performed the action | [optional] |
|**subject** | **String** | The subject of the action | [optional] |
|**event** | **String** | The event that was performed | [optional] |
Expand Down
16 changes: 16 additions & 0 deletions docs/BlockchainExplorer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@


# BlockchainExplorer


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**base** | **String** | Explorer base url | |
|**address** | **String** | Explorer address url | [optional] |
|**tx** | **String** | Explorer transaction url | [optional] |
|**token** | **String** | Explorer token url | [optional] |



23 changes: 23 additions & 0 deletions docs/BlockchainMedia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@


# BlockchainMedia


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**url** | **String** | Media URL | |
|**type** | [**TypeEnum**](#TypeEnum) | Media type | |



## Enum: TypeEnum

| Name | Value |
|---- | -----|
| SVG_XML | "image/svg+xml" |
| PNG | "image/png" |



25 changes: 25 additions & 0 deletions docs/BlockchainMetadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@


# BlockchainMetadata


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**scope** | [**ScopeEnum**](#ScopeEnum) | Is blockchain listed on all workspaces? Global or Local | |
|**deprecated** | **Boolean** | Is blockchain deprecated | |
|**media** | [**List<BlockchainMedia>**](BlockchainMedia.md) | Blockchain’s media | [optional] |
|**explorer** | [**BlockchainExplorer**](BlockchainExplorer.md) | | [optional] |



## Enum: ScopeEnum

| Name | Value |
|---- | -----|
| GLOBAL | "Global" |
| LOCAL | "Local" |



14 changes: 14 additions & 0 deletions docs/BlockchainNotFoundErrorResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@


# BlockchainNotFoundErrorResponse


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**message** | **String** | Not found error code | |
|**code** | **BigDecimal** | Error code | |



25 changes: 25 additions & 0 deletions docs/BlockchainOnchain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@


# BlockchainOnchain


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**protocol** | **String** | The protocol of the blockchain | |
|**chainId** | **String** | Network/chain ID | [optional] |
|**test** | **Boolean** | Is test blockchain | |
|**signingAlgo** | [**SigningAlgoEnum**](#SigningAlgoEnum) | Signing alghorithm | |



## Enum: SigningAlgoEnum

| Name | Value |
|---- | -----|
| ECDSA_SECP256K1 | "ECDSA_SECP256K1" |
| EDDSA_ED25519 | "EDDSA_ED25519" |



Loading

0 comments on commit 0046390

Please sign in to comment.