Skip to content

Commit

Permalink
chore: update Kinetic to 1.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Nov 29, 2022
1 parent 64db240 commit f0bbf02
Show file tree
Hide file tree
Showing 50 changed files with 1,557 additions and 107 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In order to use this SDK, please head over to the [Kinetic Pyrhon SDK](https://d

## Version

This SDK is built to work with `@kinetic/[email protected].8`. Using it with other versions may lead to issues.
This SDK is built to work with `@kinetic/[email protected].9`. Using it with other versions may lead to issues.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kinetic-sdk"
version = "1.0.0-rc.8"
version = "1.0.0-rc.9"
description = ""
authors = ["Kin Foundation <[email protected]>"]
license = "MIT"
Expand Down
5 changes: 5 additions & 0 deletions src/kinetic_sdk/generated/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ client/model/balance_response.py
client/model/balance_token.py
client/model/cluster_type.py
client/model/commitment.py
client/model/compiled_inner_instruction.py
client/model/compiled_instruction.py
client/model/confirmation_status.py
client/model/confirmed_signature_info.py
client/model/confirmed_transaction_meta.py
client/model/create_account_request.py
Expand All @@ -36,6 +39,8 @@ client/model/minimum_rent_exemption_balance_response.py
client/model/request_airdrop_request.py
client/model/request_airdrop_response.py
client/model/signature_status.py
client/model/token_amount.py
client/model/token_balance.py
client/model/transaction.py
client/model/transaction_data.py
client/model/transaction_error.py
Expand Down
7 changes: 6 additions & 1 deletion src/kinetic_sdk/generated/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The OpenAPI definition of the Kinetic API

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0-rc.8
- API version: 1.0.0-rc.9
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

Expand Down Expand Up @@ -118,6 +118,9 @@ Class | Method | HTTP request | Description
- [BalanceToken](docs/BalanceToken.md)
- [ClusterType](docs/ClusterType.md)
- [Commitment](docs/Commitment.md)
- [CompiledInnerInstruction](docs/CompiledInnerInstruction.md)
- [CompiledInstruction](docs/CompiledInstruction.md)
- [ConfirmationStatus](docs/ConfirmationStatus.md)
- [ConfirmedSignatureInfo](docs/ConfirmedSignatureInfo.md)
- [ConfirmedTransactionMeta](docs/ConfirmedTransactionMeta.md)
- [CreateAccountRequest](docs/CreateAccountRequest.md)
Expand All @@ -129,6 +132,8 @@ Class | Method | HTTP request | Description
- [RequestAirdropRequest](docs/RequestAirdropRequest.md)
- [RequestAirdropResponse](docs/RequestAirdropResponse.md)
- [SignatureStatus](docs/SignatureStatus.md)
- [TokenAmount](docs/TokenAmount.md)
- [TokenBalance](docs/TokenBalance.md)
- [Transaction](docs/Transaction.md)
- [TransactionData](docs/TransactionData.md)
- [TransactionError](docs/TransactionError.md)
Expand Down
2 changes: 1 addition & 1 deletion src/kinetic_sdk/generated/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/kinetic_sdk/generated/client/api/account_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/kinetic_sdk/generated/client/api/airdrop_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/kinetic_sdk/generated/client/api/app_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/kinetic_sdk/generated/client/api/transaction_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/kinetic_sdk/generated/client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
4 changes: 2 additions & 2 deletions src/kinetic_sdk/generated/client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down Expand Up @@ -379,7 +379,7 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 1.0.0-rc.8\n"\
"Version of the API: 1.0.0-rc.9\n"\
"SDK Package Version: 1.0.0".\
format(env=sys.platform, pyversion=sys.version)

Expand Down
2 changes: 1 addition & 1 deletion src/kinetic_sdk/generated/client/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/kinetic_sdk/generated/client/model/app_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/kinetic_sdk/generated/client/model/app_config_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/kinetic_sdk/generated/client/model/app_config_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/kinetic_sdk/generated/client/model/app_config_mint.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/kinetic_sdk/generated/client/model/app_health.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/kinetic_sdk/generated/client/model/balance_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/kinetic_sdk/generated/client/model/balance_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/kinetic_sdk/generated/client/model/cluster_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion src/kinetic_sdk/generated/client/model/commitment.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The OpenAPI definition of the Kinetic API # noqa: E501
The version of the OpenAPI document: 1.0.0-rc.8
The version of the OpenAPI document: 1.0.0-rc.9
Generated by: https://openapi-generator.tech
"""

Expand Down
Loading

0 comments on commit f0bbf02

Please sign in to comment.