Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
--body "This PR was automatically generated." \
--base master \
--head ${{ github.ref }} \
--reviewer asafs932,zoharsf,YoavBZ
--reviewer asafs932,sharonasw,YoavBZ
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30 changes: 27 additions & 3 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ docs/EmbeddedWalletsApi.md
docs/ErrorResponse.md
docs/ErrorResponseError.md
docs/ErrorSchema.md
docs/EstimatedFeeDetails.md
docs/EstimatedNetworkFeeResponse.md
docs/EstimatedTransactionFeeResponse.md
docs/ExchangeAccount.md
Expand All @@ -260,6 +261,9 @@ docs/ExecutionScreeningOperation.md
docs/ExecutionTransferOperation.md
docs/ExternalWalletAsset.md
docs/ExternalWalletsApi.md
docs/FeeBreakdown.md
docs/FeeBreakdownOneOf.md
docs/FeeBreakdownOneOf1.md
docs/FeeInfo.md
docs/FeeLevel.md
docs/FetchAbiRequestDto.md
Expand Down Expand Up @@ -339,6 +343,7 @@ docs/NoneNetworkRoutingDest.md
docs/NotFoundException.md
docs/Notification.md
docs/NotificationAttempt.md
docs/NotificationAttemptsPaginatedResponse.md
docs/NotificationPaginatedResponse.md
docs/NotificationStatus.md
docs/NotificationWithData.md
Expand Down Expand Up @@ -417,6 +422,9 @@ docs/RemoveCollateralRequestBody.md
docs/RenameCosigner.md
docs/RenameVaultAccountResponse.md
docs/RescanTransaction.md
docs/ResendFailedNotificationsJobStatusResponse.md
docs/ResendFailedNotificationsRequest.md
docs/ResendFailedNotificationsResponse.md
docs/ResendNotificationsByResourceIdRequest.md
docs/ResendTransactionWebhooksRequest.md
docs/ResendWebhooksByTransactionIdResponse.md
Expand Down Expand Up @@ -654,7 +662,7 @@ docs/Webhook.md
docs/WebhookEvent.md
docs/WebhookPaginatedResponse.md
docs/WebhooksApi.md
docs/WebhooksV2BetaApi.md
docs/WebhooksV2Api.md
docs/WhitelistIpAddressesApi.md
docs/WithdrawRequest.md
docs/WorkflowConfigStatus.md
Expand Down Expand Up @@ -731,7 +739,7 @@ src/main/java/com/fireblocks/sdk/api/UsersApi.java
src/main/java/com/fireblocks/sdk/api/VaultsApi.java
src/main/java/com/fireblocks/sdk/api/Web3ConnectionsApi.java
src/main/java/com/fireblocks/sdk/api/WebhooksApi.java
src/main/java/com/fireblocks/sdk/api/WebhooksV2BetaApi.java
src/main/java/com/fireblocks/sdk/api/WebhooksV2Api.java
src/main/java/com/fireblocks/sdk/api/WhitelistIpAddressesApi.java
src/main/java/com/fireblocks/sdk/api/WorkspaceStatusBetaApi.java
src/main/java/com/fireblocks/sdk/model/APIUser.java
Expand Down Expand Up @@ -957,6 +965,7 @@ src/main/java/com/fireblocks/sdk/model/EmbeddedWalletSetUpStatus.java
src/main/java/com/fireblocks/sdk/model/ErrorResponse.java
src/main/java/com/fireblocks/sdk/model/ErrorResponseError.java
src/main/java/com/fireblocks/sdk/model/ErrorSchema.java
src/main/java/com/fireblocks/sdk/model/EstimatedFeeDetails.java
src/main/java/com/fireblocks/sdk/model/EstimatedNetworkFeeResponse.java
src/main/java/com/fireblocks/sdk/model/EstimatedTransactionFeeResponse.java
src/main/java/com/fireblocks/sdk/model/ExchangeAccount.java
Expand All @@ -972,6 +981,9 @@ src/main/java/com/fireblocks/sdk/model/ExecutionOperationStatus.java
src/main/java/com/fireblocks/sdk/model/ExecutionScreeningOperation.java
src/main/java/com/fireblocks/sdk/model/ExecutionTransferOperation.java
src/main/java/com/fireblocks/sdk/model/ExternalWalletAsset.java
src/main/java/com/fireblocks/sdk/model/FeeBreakdown.java
src/main/java/com/fireblocks/sdk/model/FeeBreakdownOneOf.java
src/main/java/com/fireblocks/sdk/model/FeeBreakdownOneOf1.java
src/main/java/com/fireblocks/sdk/model/FeeInfo.java
src/main/java/com/fireblocks/sdk/model/FeeLevel.java
src/main/java/com/fireblocks/sdk/model/FetchAbiRequestDto.java
Expand Down Expand Up @@ -1043,6 +1055,7 @@ src/main/java/com/fireblocks/sdk/model/NoneNetworkRoutingDest.java
src/main/java/com/fireblocks/sdk/model/NotFoundException.java
src/main/java/com/fireblocks/sdk/model/Notification.java
src/main/java/com/fireblocks/sdk/model/NotificationAttempt.java
src/main/java/com/fireblocks/sdk/model/NotificationAttemptsPaginatedResponse.java
src/main/java/com/fireblocks/sdk/model/NotificationPaginatedResponse.java
src/main/java/com/fireblocks/sdk/model/NotificationStatus.java
src/main/java/com/fireblocks/sdk/model/NotificationWithData.java
Expand Down Expand Up @@ -1117,6 +1130,9 @@ src/main/java/com/fireblocks/sdk/model/RemoveCollateralRequestBody.java
src/main/java/com/fireblocks/sdk/model/RenameCosigner.java
src/main/java/com/fireblocks/sdk/model/RenameVaultAccountResponse.java
src/main/java/com/fireblocks/sdk/model/RescanTransaction.java
src/main/java/com/fireblocks/sdk/model/ResendFailedNotificationsJobStatusResponse.java
src/main/java/com/fireblocks/sdk/model/ResendFailedNotificationsRequest.java
src/main/java/com/fireblocks/sdk/model/ResendFailedNotificationsResponse.java
src/main/java/com/fireblocks/sdk/model/ResendNotificationsByResourceIdRequest.java
src/main/java/com/fireblocks/sdk/model/ResendTransactionWebhooksRequest.java
src/main/java/com/fireblocks/sdk/model/ResendWebhooksByTransactionIdResponse.java
Expand Down Expand Up @@ -1396,7 +1412,7 @@ src/test/java/com/fireblocks/sdk/api/UsersApiTest.java
src/test/java/com/fireblocks/sdk/api/VaultsApiTest.java
src/test/java/com/fireblocks/sdk/api/Web3ConnectionsApiTest.java
src/test/java/com/fireblocks/sdk/api/WebhooksApiTest.java
src/test/java/com/fireblocks/sdk/api/WebhooksV2BetaApiTest.java
src/test/java/com/fireblocks/sdk/api/WebhooksV2ApiTest.java
src/test/java/com/fireblocks/sdk/api/WhitelistIpAddressesApiTest.java
src/test/java/com/fireblocks/sdk/api/WorkspaceStatusBetaApiTest.java
src/test/java/com/fireblocks/sdk/model/APIUserTest.java
Expand Down Expand Up @@ -1621,6 +1637,7 @@ src/test/java/com/fireblocks/sdk/model/EmbeddedWalletTest.java
src/test/java/com/fireblocks/sdk/model/ErrorResponseErrorTest.java
src/test/java/com/fireblocks/sdk/model/ErrorResponseTest.java
src/test/java/com/fireblocks/sdk/model/ErrorSchemaTest.java
src/test/java/com/fireblocks/sdk/model/EstimatedFeeDetailsTest.java
src/test/java/com/fireblocks/sdk/model/EstimatedNetworkFeeResponseTest.java
src/test/java/com/fireblocks/sdk/model/EstimatedTransactionFeeResponseTest.java
src/test/java/com/fireblocks/sdk/model/ExchangeAccountTest.java
Expand All @@ -1636,6 +1653,9 @@ src/test/java/com/fireblocks/sdk/model/ExecutionOperationStatusTest.java
src/test/java/com/fireblocks/sdk/model/ExecutionScreeningOperationTest.java
src/test/java/com/fireblocks/sdk/model/ExecutionTransferOperationTest.java
src/test/java/com/fireblocks/sdk/model/ExternalWalletAssetTest.java
src/test/java/com/fireblocks/sdk/model/FeeBreakdownOneOf1Test.java
src/test/java/com/fireblocks/sdk/model/FeeBreakdownOneOfTest.java
src/test/java/com/fireblocks/sdk/model/FeeBreakdownTest.java
src/test/java/com/fireblocks/sdk/model/FeeInfoTest.java
src/test/java/com/fireblocks/sdk/model/FeeLevelTest.java
src/test/java/com/fireblocks/sdk/model/FetchAbiRequestDtoTest.java
Expand Down Expand Up @@ -1706,6 +1726,7 @@ src/test/java/com/fireblocks/sdk/model/NonWalletQuoteResponseTest.java
src/test/java/com/fireblocks/sdk/model/NoneNetworkRoutingDestTest.java
src/test/java/com/fireblocks/sdk/model/NotFoundExceptionTest.java
src/test/java/com/fireblocks/sdk/model/NotificationAttemptTest.java
src/test/java/com/fireblocks/sdk/model/NotificationAttemptsPaginatedResponseTest.java
src/test/java/com/fireblocks/sdk/model/NotificationPaginatedResponseTest.java
src/test/java/com/fireblocks/sdk/model/NotificationStatusTest.java
src/test/java/com/fireblocks/sdk/model/NotificationTest.java
Expand Down Expand Up @@ -1781,6 +1802,9 @@ src/test/java/com/fireblocks/sdk/model/RemoveCollateralRequestBodyTest.java
src/test/java/com/fireblocks/sdk/model/RenameCosignerTest.java
src/test/java/com/fireblocks/sdk/model/RenameVaultAccountResponseTest.java
src/test/java/com/fireblocks/sdk/model/RescanTransactionTest.java
src/test/java/com/fireblocks/sdk/model/ResendFailedNotificationsJobStatusResponseTest.java
src/test/java/com/fireblocks/sdk/model/ResendFailedNotificationsRequestTest.java
src/test/java/com/fireblocks/sdk/model/ResendFailedNotificationsResponseTest.java
src/test/java/com/fireblocks/sdk/model/ResendNotificationsByResourceIdRequestTest.java
src/test/java/com/fireblocks/sdk/model/ResendTransactionWebhooksRequestTest.java
src/test/java/com/fireblocks/sdk/model/ResendWebhooksByTransactionIdResponseTest.java
Expand Down
35 changes: 23 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.fireblocks.sdk</groupId>
<artifactId>fireblocks-sdk</artifactId>
<version>11.0.0</version>
<version>0.0.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -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:11.0.0"
compile "com.fireblocks.sdk:fireblocks-sdk:0.0.0"
```

### Others
Expand All @@ -55,7 +55,7 @@ mvn clean package

Then manually install the following JARs:

- `target/fireblocks-sdk-11.0.0.jar`
- `target/fireblocks-sdk-0.0.0.jar`
- `target/lib/*.jar`


Expand Down Expand Up @@ -427,15 +427,18 @@ Class | Method | HTTP request | Description
*Web3ConnectionsApi* | [**submit**](docs/Web3ConnectionsApi.md#submit) | **PUT** /connections/wc/{id} | Respond to a pending Web3 connection request.
*WebhooksApi* | [**resendTransactionWebhooks**](docs/WebhooksApi.md#resendTransactionWebhooks) | **POST** /webhooks/resend/{txId} | Resend failed webhooks for a transaction by ID
*WebhooksApi* | [**resendWebhooks**](docs/WebhooksApi.md#resendWebhooks) | **POST** /webhooks/resend | Resend failed webhooks
*WebhooksV2BetaApi* | [**createWebhook**](docs/WebhooksV2BetaApi.md#createWebhook) | **POST** /webhooks | Create new webhook
*WebhooksV2BetaApi* | [**deleteWebhook**](docs/WebhooksV2BetaApi.md#deleteWebhook) | **DELETE** /webhooks/{webhookId} | Delete webhook
*WebhooksV2BetaApi* | [**getNotification**](docs/WebhooksV2BetaApi.md#getNotification) | **GET** /webhooks/{webhookId}/notifications/{notificationId} | Get notification by id
*WebhooksV2BetaApi* | [**getNotifications**](docs/WebhooksV2BetaApi.md#getNotifications) | **GET** /webhooks/{webhookId}/notifications | Get all notifications by webhook id
*WebhooksV2BetaApi* | [**getWebhook**](docs/WebhooksV2BetaApi.md#getWebhook) | **GET** /webhooks/{webhookId} | Get webhook by id
*WebhooksV2BetaApi* | [**getWebhooks**](docs/WebhooksV2BetaApi.md#getWebhooks) | **GET** /webhooks | Get all webhooks
*WebhooksV2BetaApi* | [**resendNotificationById**](docs/WebhooksV2BetaApi.md#resendNotificationById) | **POST** /webhooks/{webhookId}/notifications/{notificationId}/resend | Resend notification by id
*WebhooksV2BetaApi* | [**resendNotificationsByResourceId**](docs/WebhooksV2BetaApi.md#resendNotificationsByResourceId) | **POST** /webhooks/{webhookId}/notifications/resend_by_resource | Resend notifications by resource Id
*WebhooksV2BetaApi* | [**updateWebhook**](docs/WebhooksV2BetaApi.md#updateWebhook) | **PATCH** /webhooks/{webhookId} | Update webhook
*WebhooksV2Api* | [**createWebhook**](docs/WebhooksV2Api.md#createWebhook) | **POST** /webhooks | Create new webhook
*WebhooksV2Api* | [**deleteWebhook**](docs/WebhooksV2Api.md#deleteWebhook) | **DELETE** /webhooks/{webhookId} | Delete webhook
*WebhooksV2Api* | [**getNotification**](docs/WebhooksV2Api.md#getNotification) | **GET** /webhooks/{webhookId}/notifications/{notificationId} | Get notification by id
*WebhooksV2Api* | [**getNotificationAttempts**](docs/WebhooksV2Api.md#getNotificationAttempts) | **GET** /webhooks/{webhookId}/notifications/{notificationId}/attempts | Get notification attempts
*WebhooksV2Api* | [**getNotifications**](docs/WebhooksV2Api.md#getNotifications) | **GET** /webhooks/{webhookId}/notifications | Get all notifications by webhook id
*WebhooksV2Api* | [**getResendJobStatus**](docs/WebhooksV2Api.md#getResendJobStatus) | **GET** /webhooks/{webhookId}/notifications/resend_failed/jobs/{jobId} | Get resend job status
*WebhooksV2Api* | [**getWebhook**](docs/WebhooksV2Api.md#getWebhook) | **GET** /webhooks/{webhookId} | Get webhook by id
*WebhooksV2Api* | [**getWebhooks**](docs/WebhooksV2Api.md#getWebhooks) | **GET** /webhooks | Get all webhooks
*WebhooksV2Api* | [**resendFailedNotifications**](docs/WebhooksV2Api.md#resendFailedNotifications) | **POST** /webhooks/{webhookId}/notifications/resend_failed | Resend failed notifications
*WebhooksV2Api* | [**resendNotificationById**](docs/WebhooksV2Api.md#resendNotificationById) | **POST** /webhooks/{webhookId}/notifications/{notificationId}/resend | Resend notification by id
*WebhooksV2Api* | [**resendNotificationsByResourceId**](docs/WebhooksV2Api.md#resendNotificationsByResourceId) | **POST** /webhooks/{webhookId}/notifications/resend_by_resource | Resend notifications by resource Id
*WebhooksV2Api* | [**updateWebhook**](docs/WebhooksV2Api.md#updateWebhook) | **PATCH** /webhooks/{webhookId} | Update webhook
*WhitelistIpAddressesApi* | [**getWhitelistIpAddresses**](docs/WhitelistIpAddressesApi.md#getWhitelistIpAddresses) | **GET** /management/api_users/{userId}/whitelist_ip_addresses | Gets whitelisted ip addresses
*WorkspaceStatusBetaApi* | [**getWorkspaceStatus**](docs/WorkspaceStatusBetaApi.md#getWorkspaceStatus) | **GET** /management/workspace_status | Returns current workspace status

Expand Down Expand Up @@ -664,6 +667,7 @@ Class | Method | HTTP request | Description
- [ErrorResponse](docs/ErrorResponse.md)
- [ErrorResponseError](docs/ErrorResponseError.md)
- [ErrorSchema](docs/ErrorSchema.md)
- [EstimatedFeeDetails](docs/EstimatedFeeDetails.md)
- [EstimatedNetworkFeeResponse](docs/EstimatedNetworkFeeResponse.md)
- [EstimatedTransactionFeeResponse](docs/EstimatedTransactionFeeResponse.md)
- [ExchangeAccount](docs/ExchangeAccount.md)
Expand All @@ -679,6 +683,9 @@ Class | Method | HTTP request | Description
- [ExecutionScreeningOperation](docs/ExecutionScreeningOperation.md)
- [ExecutionTransferOperation](docs/ExecutionTransferOperation.md)
- [ExternalWalletAsset](docs/ExternalWalletAsset.md)
- [FeeBreakdown](docs/FeeBreakdown.md)
- [FeeBreakdownOneOf](docs/FeeBreakdownOneOf.md)
- [FeeBreakdownOneOf1](docs/FeeBreakdownOneOf1.md)
- [FeeInfo](docs/FeeInfo.md)
- [FeeLevel](docs/FeeLevel.md)
- [FetchAbiRequestDto](docs/FetchAbiRequestDto.md)
Expand Down Expand Up @@ -750,6 +757,7 @@ Class | Method | HTTP request | Description
- [NotFoundException](docs/NotFoundException.md)
- [Notification](docs/Notification.md)
- [NotificationAttempt](docs/NotificationAttempt.md)
- [NotificationAttemptsPaginatedResponse](docs/NotificationAttemptsPaginatedResponse.md)
- [NotificationPaginatedResponse](docs/NotificationPaginatedResponse.md)
- [NotificationStatus](docs/NotificationStatus.md)
- [NotificationWithData](docs/NotificationWithData.md)
Expand Down Expand Up @@ -824,6 +832,9 @@ Class | Method | HTTP request | Description
- [RenameCosigner](docs/RenameCosigner.md)
- [RenameVaultAccountResponse](docs/RenameVaultAccountResponse.md)
- [RescanTransaction](docs/RescanTransaction.md)
- [ResendFailedNotificationsJobStatusResponse](docs/ResendFailedNotificationsJobStatusResponse.md)
- [ResendFailedNotificationsRequest](docs/ResendFailedNotificationsRequest.md)
- [ResendFailedNotificationsResponse](docs/ResendFailedNotificationsResponse.md)
- [ResendNotificationsByResourceIdRequest](docs/ResendNotificationsByResourceIdRequest.md)
- [ResendTransactionWebhooksRequest](docs/ResendTransactionWebhooksRequest.md)
- [ResendWebhooksByTransactionIdResponse](docs/ResendWebhooksByTransactionIdResponse.md)
Expand Down
Loading
Loading