diff --git a/README.md b/README.md index f9dc0bc6..f90e4467 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Add this dependency to your project's POM: com.fireblocks.sdk fireblocks-sdk - 10.0.1 + 0.0.0 compile ``` @@ -42,7 +42,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -compile "com.fireblocks.sdk:fireblocks-sdk:10.0.1" +compile "com.fireblocks.sdk:fireblocks-sdk:0.0.0" ``` ### Others @@ -55,7 +55,7 @@ mvn clean package Then manually install the following JARs: -- `target/fireblocks-sdk-10.0.1.jar` +- `target/fireblocks-sdk-0.0.0.jar` - `target/lib/*.jar` diff --git a/api/openapi.yaml b/api/openapi.yaml index 74f46142..6d08c61b 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -14732,6 +14732,10 @@ paths: - ETH_SONEIUM - SONEIUM_MINATO_TEST - IOTX_IOTEX + - KLAY_KAIA + - KLAY_KAIA_TEST + - APECHAIN + - APECHAIN_TEST type: string style: form - description: A comma separated list of Vault Account IDs. Up to 100 are allowed @@ -14946,6 +14950,10 @@ paths: - ETH_SONEIUM - SONEIUM_MINATO_TEST - IOTX_IOTEX + - KLAY_KAIA + - KLAY_KAIA_TEST + - APECHAIN + - APECHAIN_TEST type: string style: form - description: Vault account filter @@ -36872,6 +36880,10 @@ components: - ETH_SONEIUM - SONEIUM_MINATO_TEST - IOTX_IOTEX + - KLAY_KAIA + - KLAY_KAIA_TEST + - APECHAIN + - APECHAIN_TEST type: string description: type: string @@ -37032,6 +37044,10 @@ components: - ETH_SONEIUM - SONEIUM_MINATO_TEST - IOTX_IOTEX + - KLAY_KAIA + - KLAY_KAIA_TEST + - APECHAIN + - APECHAIN_TEST type: string description: type: string @@ -37130,6 +37146,10 @@ components: - ETH_SONEIUM - SONEIUM_MINATO_TEST - IOTX_IOTEX + - KLAY_KAIA + - KLAY_KAIA_TEST + - APECHAIN + - APECHAIN_TEST type: string contractAddress: description: Collection contract standard diff --git a/build.gradle b/build.gradle index be3759b7..358eefb7 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'eclipse' apply plugin: 'com.diffplug.spotless' group = 'com.fireblocks.sdk' -version = '10.0.1' +version = '0.0.0' buildscript { repositories { diff --git a/docs/CollectionOwnershipResponse.md b/docs/CollectionOwnershipResponse.md index 8276b9f0..dbfdf8d9 100644 --- a/docs/CollectionOwnershipResponse.md +++ b/docs/CollectionOwnershipResponse.md @@ -40,6 +40,10 @@ | ETH_SONEIUM | "ETH_SONEIUM" | | SONEIUM_MINATO_TEST | "SONEIUM_MINATO_TEST" | | IOTX_IOTEX | "IOTX_IOTEX" | +| KLAY_KAIA | "KLAY_KAIA" | +| KLAY_KAIA_TEST | "KLAY_KAIA_TEST" | +| APECHAIN | "APECHAIN" | +| APECHAIN_TEST | "APECHAIN_TEST" | diff --git a/docs/NftsApi.md b/docs/NftsApi.md index 08f2af24..b66db243 100644 --- a/docs/NftsApi.md +++ b/docs/NftsApi.md @@ -262,7 +262,7 @@ public class Example { | Name | Type | Description | Notes | |------------- | ------------- | ------------- | -------------| -| **blockchainDescriptor** | **String**| Blockchain descriptor filter | [optional] [enum: ETH, ETH_TEST3, ETH_TEST5, ETH_TEST6, POLYGON, POLYGON_TEST_MUMBAI, AMOY_POLYGON_TEST, XTZ, XTZ_TEST, BASECHAIN_ETH, BASECHAIN_ETH_TEST3, BASECHAIN_ETH_TEST5, ETHERLINK, ETHERLINK_TEST, MANTLE, MANTLE_TEST, GUN_GUNZILLA_TEST, ETH_SONEIUM, SONEIUM_MINATO_TEST, IOTX_IOTEX] | +| **blockchainDescriptor** | **String**| Blockchain descriptor filter | [optional] [enum: ETH, ETH_TEST3, ETH_TEST5, ETH_TEST6, POLYGON, POLYGON_TEST_MUMBAI, AMOY_POLYGON_TEST, XTZ, XTZ_TEST, BASECHAIN_ETH, BASECHAIN_ETH_TEST3, BASECHAIN_ETH_TEST5, ETHERLINK, ETHERLINK_TEST, MANTLE, MANTLE_TEST, GUN_GUNZILLA_TEST, ETH_SONEIUM, SONEIUM_MINATO_TEST, IOTX_IOTEX, KLAY_KAIA, KLAY_KAIA_TEST, APECHAIN, APECHAIN_TEST] | | **vaultAccountIds** | **String**| A comma separated list of Vault Account IDs. Up to 100 are allowed in a single request. This field will be ignored when walletType=END_USER_WALLET or ncwId is provided. | [optional] | | **ncwId** | **String**| Tenant's Non-Custodial Wallet ID | [optional] | | **ncwAccountIds** | **String**| A comma separated list of Non-Custodial account IDs. Up to 100 are allowed in a single request. This field will be ignored when walletType=VAULT_ACCOUNT or ncwId is not provided. | [optional] | @@ -635,7 +635,7 @@ public class Example { | Name | Type | Description | Notes | |------------- | ------------- | ------------- | -------------| -| **blockchainDescriptor** | **String**| Blockchain descriptor filter | [enum: ETH, ETH_TEST5, ETH_TEST6, POLYGON, POLYGON_TEST_MUMBAI, AMOY_POLYGON_TEST, BASECHAIN_ETH, BASECHAIN_ETH_TEST5, ETHERLINK, ETHERLINK_TEST, MANTLE, MANTLE_TEST, GUN_GUNZILLA_TEST, ETH_SONEIUM, SONEIUM_MINATO_TEST, IOTX_IOTEX] | +| **blockchainDescriptor** | **String**| Blockchain descriptor filter | [enum: ETH, ETH_TEST5, ETH_TEST6, POLYGON, POLYGON_TEST_MUMBAI, AMOY_POLYGON_TEST, BASECHAIN_ETH, BASECHAIN_ETH_TEST5, ETHERLINK, ETHERLINK_TEST, MANTLE, MANTLE_TEST, GUN_GUNZILLA_TEST, ETH_SONEIUM, SONEIUM_MINATO_TEST, IOTX_IOTEX, KLAY_KAIA, KLAY_KAIA_TEST, APECHAIN, APECHAIN_TEST] | | **vaultAccountId** | **String**| Vault account filter | | | **idempotencyKey** | **String**| A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours. | [optional] | diff --git a/docs/TokenOwnershipResponse.md b/docs/TokenOwnershipResponse.md index d60b4871..0bd2fd24 100644 --- a/docs/TokenOwnershipResponse.md +++ b/docs/TokenOwnershipResponse.md @@ -52,6 +52,10 @@ | ETH_SONEIUM | "ETH_SONEIUM" | | SONEIUM_MINATO_TEST | "SONEIUM_MINATO_TEST" | | IOTX_IOTEX | "IOTX_IOTEX" | +| KLAY_KAIA | "KLAY_KAIA" | +| KLAY_KAIA_TEST | "KLAY_KAIA_TEST" | +| APECHAIN | "APECHAIN" | +| APECHAIN_TEST | "APECHAIN_TEST" | diff --git a/docs/TokenResponse.md b/docs/TokenResponse.md index 54778206..8b93a588 100644 --- a/docs/TokenResponse.md +++ b/docs/TokenResponse.md @@ -45,6 +45,10 @@ | ETH_SONEIUM | "ETH_SONEIUM" | | SONEIUM_MINATO_TEST | "SONEIUM_MINATO_TEST" | | IOTX_IOTEX | "IOTX_IOTEX" | +| KLAY_KAIA | "KLAY_KAIA" | +| KLAY_KAIA_TEST | "KLAY_KAIA_TEST" | +| APECHAIN | "APECHAIN" | +| APECHAIN_TEST | "APECHAIN_TEST" | diff --git a/pom.xml b/pom.xml index 7f9e7325..94938f50 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ fireblocks-sdk jar fireblocks-sdk - 10.0.1 + 0.0.0 https://github.com/fireblocks/java-sdk The Fireblocks Official SDK is a comprehensive software development kit that enables seamless integration and interaction with the Fireblocks platform. Fireblocks is a cutting-edge blockchain infrastructure platform that provides secure and scalable solutions for managing digital assets and transactions. This SDK empowers developers to build robust applications that can interact with the Fireblocks platform's features, including creating and managing vault accounts, initiating secure transactions, managing assets, and more. It abstracts complex interactions with the Fireblocks API, making it easier for developers to leverage the platform's capabilities while adhering to best practices in security and efficiency. diff --git a/src/main/java/com/fireblocks/sdk/Configuration.java b/src/main/java/com/fireblocks/sdk/Configuration.java index 9dd011a2..9ec56d09 100644 --- a/src/main/java/com/fireblocks/sdk/Configuration.java +++ b/src/main/java/com/fireblocks/sdk/Configuration.java @@ -14,7 +14,7 @@ @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") public class Configuration { - public static final String VERSION = "10.0.1"; + public static final String VERSION = "0.0.0"; private static ApiClient defaultApiClient = new ApiClient(); diff --git a/src/main/java/com/fireblocks/sdk/model/CollectionOwnershipResponse.java b/src/main/java/com/fireblocks/sdk/model/CollectionOwnershipResponse.java index 17f208e1..874dbe75 100644 --- a/src/main/java/com/fireblocks/sdk/model/CollectionOwnershipResponse.java +++ b/src/main/java/com/fireblocks/sdk/model/CollectionOwnershipResponse.java @@ -86,7 +86,15 @@ public enum BlockchainDescriptorEnum { SONEIUM_MINATO_TEST("SONEIUM_MINATO_TEST"), - IOTX_IOTEX("IOTX_IOTEX"); + IOTX_IOTEX("IOTX_IOTEX"), + + KLAY_KAIA("KLAY_KAIA"), + + KLAY_KAIA_TEST("KLAY_KAIA_TEST"), + + APECHAIN("APECHAIN"), + + APECHAIN_TEST("APECHAIN_TEST"); private String value; diff --git a/src/main/java/com/fireblocks/sdk/model/TokenOwnershipResponse.java b/src/main/java/com/fireblocks/sdk/model/TokenOwnershipResponse.java index ea33c7d4..0d593783 100644 --- a/src/main/java/com/fireblocks/sdk/model/TokenOwnershipResponse.java +++ b/src/main/java/com/fireblocks/sdk/model/TokenOwnershipResponse.java @@ -125,7 +125,15 @@ public enum BlockchainDescriptorEnum { SONEIUM_MINATO_TEST("SONEIUM_MINATO_TEST"), - IOTX_IOTEX("IOTX_IOTEX"); + IOTX_IOTEX("IOTX_IOTEX"), + + KLAY_KAIA("KLAY_KAIA"), + + KLAY_KAIA_TEST("KLAY_KAIA_TEST"), + + APECHAIN("APECHAIN"), + + APECHAIN_TEST("APECHAIN_TEST"); private String value; diff --git a/src/main/java/com/fireblocks/sdk/model/TokenResponse.java b/src/main/java/com/fireblocks/sdk/model/TokenResponse.java index 7bff5c1c..174b9e6a 100644 --- a/src/main/java/com/fireblocks/sdk/model/TokenResponse.java +++ b/src/main/java/com/fireblocks/sdk/model/TokenResponse.java @@ -105,7 +105,15 @@ public enum BlockchainDescriptorEnum { SONEIUM_MINATO_TEST("SONEIUM_MINATO_TEST"), - IOTX_IOTEX("IOTX_IOTEX"); + IOTX_IOTEX("IOTX_IOTEX"), + + KLAY_KAIA("KLAY_KAIA"), + + KLAY_KAIA_TEST("KLAY_KAIA_TEST"), + + APECHAIN("APECHAIN"), + + APECHAIN_TEST("APECHAIN_TEST"); private String value;