Skip to content

Commit 5f4d92f

Browse files
authored
chore: update openapi spec to latest and build sdk client and docs (#173)
1 parent b9fd8c9 commit 5f4d92f

34 files changed

+1234
-716
lines changed

docs/.openapi-generator/FILES

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ Models/ApiResponse_SignDataResponse.md
2323
Models/ApiResponse_SignDataResponse_data.md
2424
Models/ApiResponse_SignTransactionResponse.md
2525
Models/ApiResponse_SignTransactionResponse_data.md
26-
Models/ApiResponse_SignTransactionResponse_data_oneOf.md
27-
Models/ApiResponse_SignTransactionResponse_data_oneOf_1.md
28-
Models/ApiResponse_SignTransactionResponse_data_oneOf_2.md
2926
Models/ApiResponse_SignerResponse.md
3027
Models/ApiResponse_SignerResponse_data.md
3128
Models/ApiResponse_String.md

docs/Models/ApiResponse_SignTransactionResponse_data.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
|------------ | ------------- | ------------- | -------------|
66
| **signature** | **String** | | [default to null] |
77
| **signedXdr** | **String** | | [default to null] |
8-
| **network** | **String** | | [default to null] |
98

109
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1110

docs/Models/ApiResponse_TransactionResponse_data.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
| **nonce** | **Long** | | [optional] [default to null] |
1717
| **relayer\_id** | **String** | | [default to null] |
1818
| **sent\_at** | **String** | | [optional] [default to null] |
19-
| **signature** | [**EvmTransactionDataSignature**](EvmTransactionDataSignature.md) | | [optional] [default to null] |
19+
| **signature** | **String** | | [optional] [default to null] |
2020
| **speed** | [**Speed**](Speed.md) | | [optional] [default to null] |
2121
| **status** | [**TransactionStatus**](TransactionStatus.md) | | [default to null] |
2222
| **status\_reason** | **String** | | [optional] [default to null] |
2323
| **to** | **String** | | [optional] [default to null] |
2424
| **value** | **String** | | [default to null] |
25-
| **fee\_payer** | **String** | | [default to null] |
26-
| **recent\_blockhash** | **String** | | [default to null] |
25+
| **transaction** | **String** | | [default to null] |
2726
| **fee** | **Integer** | | [default to null] |
2827
| **sequence\_number** | **Long** | | [default to null] |
2928
| **source\_account** | **String** | | [default to null] |

docs/Models/JsonRpcResponse_NetworkRpcResult_result.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
| **transaction** | **String** | | [default to null] |
1212
| **valid\_until\_blockheight** | **Long** | | [default to null] |
1313
| **signature** | **String** | | [default to null] |
14+
| **id** | **String** | | [default to null] |
1415
| **tokens** | [**List**](GetSupportedTokensItem.md) | | [default to null] |
1516
| **features** | **List** | | [default to null] |
1617

docs/Models/NetworkPolicyResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
| **max\_signatures** | **Integer** | | [optional] [default to null] |
2121
| **max\_tx\_data\_size** | **Integer** | | [optional] [default to null] |
2222
| **swap\_config** | [**RelayerSolanaSwapConfig**](RelayerSolanaSwapConfig.md) | | [optional] [default to null] |
23+
| **concurrent\_transactions** | **Boolean** | | [optional] [default to null] |
2324
| **max\_fee** | **Integer** | | [optional] [default to null] |
2425
| **timeout\_seconds** | **Long** | | [optional] [default to null] |
2526

docs/Models/NetworkRpcResult.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
| **transaction** | **String** | | [default to null] |
1212
| **valid\_until\_blockheight** | **Long** | | [default to null] |
1313
| **signature** | **String** | | [default to null] |
14+
| **id** | **String** | | [default to null] |
1415
| **tokens** | [**List**](GetSupportedTokensItem.md) | | [default to null] |
1516
| **features** | **List** | | [default to null] |
1617

docs/Models/NetworkTransactionRequest.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
| **to** | **String** | | [optional] [default to null] |
1313
| **valid\_until** | **String** | | [optional] [default to null] |
1414
| **value** | **Integer** | | [default to null] |
15-
| **fee\_payer** | **String** | | [default to null] |
16-
| **instructions** | **List** | | [default to null] |
15+
| **transaction** | **String** | | [default to null] |
1716
| **fee\_bump** | **Boolean** | Explicitly request fee-bump wrapper Only valid when transaction_xdr contains a signed transaction | [optional] [default to null] |
1817
| **max\_fee** | **Long** | Maximum fee in stroops (defaults to 0.1 XLM = 1,000,000 stroops) | [optional] [default to null] |
1918
| **memo** | [**MemoSpec**](MemoSpec.md) | | [optional] [default to null] |

docs/Models/RelayerNetworkPolicy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
| **max\_signatures** | **Integer** | | [optional] [default to null] |
2121
| **max\_tx\_data\_size** | **Integer** | | [optional] [default to null] |
2222
| **swap\_config** | [**RelayerSolanaSwapConfig**](RelayerSolanaSwapConfig.md) | | [optional] [default to null] |
23+
| **concurrent\_transactions** | **Boolean** | | [optional] [default to null] |
2324
| **max\_fee** | **Integer** | | [optional] [default to null] |
2425
| **timeout\_seconds** | **Long** | | [optional] [default to null] |
2526

docs/Models/RelayerNetworkPolicyResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
| **min\_balance** | **Long** | | [optional] [default to null] |
1010
| **private\_transactions** | **Boolean** | | [optional] [default to null] |
1111
| **whitelist\_receivers** | **List** | | [optional] [default to null] |
12+
| **concurrent\_transactions** | **Boolean** | | [optional] [default to null] |
1213
| **max\_fee** | **Integer** | | [optional] [default to null] |
1314
| **timeout\_seconds** | **Long** | | [optional] [default to null] |
1415
| **allowed\_accounts** | **List** | | [optional] [default to null] |

docs/Models/RelayerNetworkPolicy_oneOf_2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
| Name | Type | Description | Notes |
55
|------------ | ------------- | ------------- | -------------|
6+
| **concurrent\_transactions** | **Boolean** | | [optional] [default to null] |
67
| **max\_fee** | **Integer** | | [optional] [default to null] |
78
| **min\_balance** | **Long** | | [optional] [default to null] |
89
| **timeout\_seconds** | **Long** | | [optional] [default to null] |

0 commit comments

Comments
 (0)