Skip to content

Commit 4e67146

Browse files
github-actions[bot]fireblocks_dx_team
andauthored
Generated SDK #5834 (#116)
Co-authored-by: fireblocks_dx_team <dx_team@fireblocks.com>
1 parent af663bb commit 4e67146

File tree

398 files changed

+50028
-3159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

398 files changed

+50028
-3159
lines changed

.openapi-generator/FILES

Lines changed: 309 additions & 9 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 110 additions & 8 deletions
Large diffs are not rendered by default.

api/openapi.yaml

Lines changed: 6513 additions & 1172 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'eclipse'
33
apply plugin: 'com.diffplug.spotless'
44

55
group = 'com.fireblocks.sdk'
6-
version = '12.1.3'
6+
version = '0.0.0'
77

88
buildscript {
99
repositories {
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
# AccountBasedAccessProviderDetails
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**manifest** | [**Manifest**](Manifest.md) | | |
11+
|**connected** | **Boolean** | Whether the provider is currently connected | |
12+
|**accounts** | [**List&lt;AccountBase&gt;**](AccountBase.md) | | [optional] |
13+
14+
15+

docs/AccountConfig.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
# AccountConfig
44

5-
Policy source/destination configuration
5+
Policy account configuration
66

77
## Properties
88

99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
11-
|**type** | **AccountType2** | | |
11+
|**type** | **List&lt;AccountType2&gt;** | Account types | [optional] |
1212
|**subType** | [**List&lt;AccountIdentifier&gt;**](AccountIdentifier.md) | | [optional] |
1313
|**ids** | [**List&lt;AccountIdentifier&gt;**](AccountIdentifier.md) | | [optional] |
14+
|**tags** | [**List&lt;PolicyTag&gt;**](PolicyTag.md) | Tags for account matching | [optional] |
1415
|**operator** | **PolicyOperator** | | |
1516
|**matchFrom** | [**MatchFromEnum**](#MatchFromEnum) | Whether to match from account or source | [optional] |
1617

docs/AchAccountType.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# AchAccountType
4+
5+
## Enum
6+
7+
8+
* `CHECKING` (value: `"CHECKING"`)
9+
10+
* `SAVINGS` (value: `"SAVINGS"`)
11+
12+
13+

docs/AchAddress.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
# AchAddress
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**accountHolder** | [**AccountHolderDetails**](AccountHolderDetails.md) | | |
11+
|**bankName** | **String** | Name of the bank. | [optional] |
12+
|**bankAccountNumber** | **String** | The bank account number for the ACH transfer. | |
13+
|**routingNumber** | **String** | Routing number identifying the bank account. | |
14+
|**accountType** | **AchAccountType** | | |
15+
16+
17+

docs/AchDestination.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
3+
# AchDestination
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**type** | [**TypeEnum**](#TypeEnum) | | |
11+
|**address** | [**AchAddress**](AchAddress.md) | | |
12+
13+
14+
15+
## Enum: TypeEnum
16+
17+
| Name | Value |
18+
|---- | -----|
19+
| ACH | &quot;ACH&quot; |
20+
21+
22+

docs/AlertExposureTypeEnum.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# AlertExposureTypeEnum
4+
5+
## Enum
6+
7+
8+
* `DIRECT` (value: `"DIRECT"`)
9+
10+
* `INDIRECT` (value: `"INDIRECT"`)
11+
12+
13+

0 commit comments

Comments
 (0)