Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
myrho committed Apr 5, 2024
1 parent cb7670a commit 4990447
Show file tree
Hide file tree
Showing 69 changed files with 75 additions and 75 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ GraphSense API provides programmatic access to various ledgers' addresses, entit

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

- API version: 1.4.2
- Package version: 1.4.2
- API version: 1.6.0
- Package version: 1.6.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down
4 changes: 2 additions & 2 deletions graphsense/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""


__version__ = "1.4.2"
__version__ = "1.6.0"

# import ApiClient
from graphsense.api_client import ApiClient
Expand Down
2 changes: 1 addition & 1 deletion graphsense/api/addresses_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/api/blocks_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/api/bulk_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/api/entities_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/api/general_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/api/rates_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/api/tags_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/api/tokens_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/api/txs_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
4 changes: 2 additions & 2 deletions graphsense/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/1.4.2/python'
self.user_agent = 'OpenAPI-Generator/1.6.0/python'

def __enter__(self):
return self
Expand Down
6 changes: 3 additions & 3 deletions graphsense/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -406,8 +406,8 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 1.4.2\n"\
"SDK Package Version: 1.4.2".\
"Version of the API: 1.6.0\n"\
"SDK Package Version: 1.6.0".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion graphsense/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/actor_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/actors.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/address_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/address_tag_all_of.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/address_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/address_tx.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/address_tx_utxo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/address_txs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/concept.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/currency_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/entity_addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/height.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/labeled_item_ref.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/labeled_item_refs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/link.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/link_utxo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/links.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/neighbor_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/neighbor_addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/neighbor_entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/neighbor_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion graphsense/model/rates.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GraphSense API provides programmatic access to various ledgers' addresses, entities, blocks, transactions and tags for automated and highly efficient forensics tasks. # noqa: E501
The version of the OpenAPI document: 1.4.2
The version of the OpenAPI document: 1.6.0
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
Loading

0 comments on commit 4990447

Please sign in to comment.