graphsense-python 2.9.6__tar.gz → 2.9.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/PKG-INFO +3 -3
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/README.md +2 -2
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/__init__.py +1 -1
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/api/addresses_api.py +11 -1
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/api/blocks_api.py +11 -1
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/api/bulk_api.py +11 -1
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/api/entities_api.py +11 -1
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/api/general_api.py +11 -1
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/api/rates_api.py +11 -1
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/api/tags_api.py +11 -1
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/api/tokens_api.py +11 -1
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/api/txs_api.py +11 -1
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/api_client.py +1 -1
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/configuration.py +2 -2
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense_python.egg-info/PKG-INFO +3 -3
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/pyproject.toml +2 -1
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/api/__init__.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/api_response.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/compat.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/exceptions.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/__init__.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/actor.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/actor_context.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/address.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/address_tag.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/address_tags.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/address_tx.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/address_tx_utxo.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/address_txs.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/block.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/block_at_date.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/concept.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/currency_stats.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/entity.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/entity_addresses.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/external_conversion.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/http_validation_error.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/label_summary.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/labeled_item_ref.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/link.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/link_utxo.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/links.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/links_inner.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/location_inner.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/neighbor_address.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/neighbor_addresses.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/neighbor_entities.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/neighbor_entity.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/rate.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/rates.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/related_address.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/related_addresses.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/search_result.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/search_result_by_currency.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/search_result_level1.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/search_result_level2.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/search_result_level3.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/search_result_level4.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/search_result_level5.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/search_result_level6.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/stats.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/tag.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/tag_cloud_entry.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/tag_summary.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/taxonomy.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/token_config.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/token_configs.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/tx.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/tx_account.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/tx_ref.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/tx_summary.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/tx_utxo.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/tx_value.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/user_reported_tag.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/user_tag_report_response.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/validation_error.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/values.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/__init__.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/actor.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/actor_context.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/address.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/address_tag.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/address_tags.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/address_tx.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/address_tx_utxo.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/address_txs.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/block.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/block_at_date.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/concept.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/currency_stats.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/entity.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/entity_addresses.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/external_conversion.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/http_validation_error.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/label_summary.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/labeled_item_ref.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/link.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/link_utxo.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/links.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/links_inner.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/location_inner.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/neighbor_address.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/neighbor_addresses.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/neighbor_entities.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/neighbor_entity.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/rate.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/rates.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/related_address.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/related_addresses.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/search_result.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/search_result_by_currency.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/search_result_level1.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/search_result_level2.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/search_result_level3.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/search_result_level4.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/search_result_level5.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/search_result_level6.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/stats.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/tag.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/tag_cloud_entry.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/tag_summary.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/taxonomy.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/token_config.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/token_configs.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/tx.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/tx_account.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/tx_ref.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/tx_summary.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/tx_utxo.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/tx_value.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/user_reported_tag.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/user_tag_report_response.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/validation_error.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/values.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/py.typed +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/rest.py +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense_python.egg-info/SOURCES.txt +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense_python.egg-info/dependency_links.txt +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense_python.egg-info/requires.txt +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense_python.egg-info/top_level.txt +0 -0
- {graphsense_python-2.9.6 → graphsense_python-2.9.8}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: graphsense-python
|
|
3
|
-
Version: 2.9.
|
|
3
|
+
Version: 2.9.8
|
|
4
4
|
Summary: GraphSense API
|
|
5
5
|
Author-email: Iknaio Cryptoasset Analytics GmbH <contact@iknaio.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -21,8 +21,8 @@ GraphSense API provides programmatic access to blockchain analytics data across
|
|
|
21
21
|
|
|
22
22
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
23
23
|
|
|
24
|
-
- API version: 2.9.
|
|
25
|
-
- Package version: 2.9.
|
|
24
|
+
- API version: 2.9.8
|
|
25
|
+
- Package version: 2.9.8
|
|
26
26
|
- Generator version: 7.19.0
|
|
27
27
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
28
28
|
For more information, please visit [https://www.iknaio.com/](https://www.iknaio.com/)
|
|
@@ -3,8 +3,8 @@ GraphSense API provides programmatic access to blockchain analytics data across
|
|
|
3
3
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
|
-
- API version: 2.9.
|
|
7
|
-
- Package version: 2.9.
|
|
6
|
+
- API version: 2.9.8
|
|
7
|
+
- Package version: 2.9.8
|
|
8
8
|
- Generator version: 7.19.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://www.iknaio.com/](https://www.iknaio.com/)
|
|
@@ -67,8 +67,11 @@ def validate_call_compat(func):
|
|
|
67
67
|
def wrapper(*args, **kwargs):
|
|
68
68
|
# Capture async_req before removing it
|
|
69
69
|
async_req = kwargs.pop('async_req', False)
|
|
70
|
-
kwargs.pop('_preload_content', None)
|
|
70
|
+
preload_content = kwargs.pop('_preload_content', None)
|
|
71
71
|
kwargs.pop('_return_http_data_only', None)
|
|
72
|
+
# Remap legacy 'body' kwarg to 'request_body' (v5 -> v7 migration)
|
|
73
|
+
if 'body' in kwargs and 'request_body' not in kwargs:
|
|
74
|
+
kwargs['request_body'] = kwargs.pop('body')
|
|
72
75
|
# Convert datetime to date string for date parameters (backward compatibility)
|
|
73
76
|
# Preserve full ISO 8601 format when datetime has time/timezone info
|
|
74
77
|
for key in list(kwargs.keys()):
|
|
@@ -107,6 +110,13 @@ def validate_call_compat(func):
|
|
|
107
110
|
)
|
|
108
111
|
# No thread pool available, fall through to sync call
|
|
109
112
|
|
|
113
|
+
# Handle _preload_content=False by routing to _without_preload_content variant
|
|
114
|
+
if preload_content is False:
|
|
115
|
+
func_name = validated_func.__name__
|
|
116
|
+
without_preload = func_name + '_without_preload_content'
|
|
117
|
+
if args and hasattr(args[0], without_preload):
|
|
118
|
+
return getattr(args[0], without_preload)(*args[1:], **kwargs)
|
|
119
|
+
|
|
110
120
|
return validated_func(*args, **kwargs)
|
|
111
121
|
return wrapper
|
|
112
122
|
|
|
@@ -61,8 +61,11 @@ def validate_call_compat(func):
|
|
|
61
61
|
def wrapper(*args, **kwargs):
|
|
62
62
|
# Capture async_req before removing it
|
|
63
63
|
async_req = kwargs.pop('async_req', False)
|
|
64
|
-
kwargs.pop('_preload_content', None)
|
|
64
|
+
preload_content = kwargs.pop('_preload_content', None)
|
|
65
65
|
kwargs.pop('_return_http_data_only', None)
|
|
66
|
+
# Remap legacy 'body' kwarg to 'request_body' (v5 -> v7 migration)
|
|
67
|
+
if 'body' in kwargs and 'request_body' not in kwargs:
|
|
68
|
+
kwargs['request_body'] = kwargs.pop('body')
|
|
66
69
|
# Convert datetime to date string for date parameters (backward compatibility)
|
|
67
70
|
# Preserve full ISO 8601 format when datetime has time/timezone info
|
|
68
71
|
for key in list(kwargs.keys()):
|
|
@@ -101,6 +104,13 @@ def validate_call_compat(func):
|
|
|
101
104
|
)
|
|
102
105
|
# No thread pool available, fall through to sync call
|
|
103
106
|
|
|
107
|
+
# Handle _preload_content=False by routing to _without_preload_content variant
|
|
108
|
+
if preload_content is False:
|
|
109
|
+
func_name = validated_func.__name__
|
|
110
|
+
without_preload = func_name + '_without_preload_content'
|
|
111
|
+
if args and hasattr(args[0], without_preload):
|
|
112
|
+
return getattr(args[0], without_preload)(*args[1:], **kwargs)
|
|
113
|
+
|
|
104
114
|
return validated_func(*args, **kwargs)
|
|
105
115
|
return wrapper
|
|
106
116
|
|
|
@@ -58,8 +58,11 @@ def validate_call_compat(func):
|
|
|
58
58
|
def wrapper(*args, **kwargs):
|
|
59
59
|
# Capture async_req before removing it
|
|
60
60
|
async_req = kwargs.pop('async_req', False)
|
|
61
|
-
kwargs.pop('_preload_content', None)
|
|
61
|
+
preload_content = kwargs.pop('_preload_content', None)
|
|
62
62
|
kwargs.pop('_return_http_data_only', None)
|
|
63
|
+
# Remap legacy 'body' kwarg to 'request_body' (v5 -> v7 migration)
|
|
64
|
+
if 'body' in kwargs and 'request_body' not in kwargs:
|
|
65
|
+
kwargs['request_body'] = kwargs.pop('body')
|
|
63
66
|
# Convert datetime to date string for date parameters (backward compatibility)
|
|
64
67
|
# Preserve full ISO 8601 format when datetime has time/timezone info
|
|
65
68
|
for key in list(kwargs.keys()):
|
|
@@ -98,6 +101,13 @@ def validate_call_compat(func):
|
|
|
98
101
|
)
|
|
99
102
|
# No thread pool available, fall through to sync call
|
|
100
103
|
|
|
104
|
+
# Handle _preload_content=False by routing to _without_preload_content variant
|
|
105
|
+
if preload_content is False:
|
|
106
|
+
func_name = validated_func.__name__
|
|
107
|
+
without_preload = func_name + '_without_preload_content'
|
|
108
|
+
if args and hasattr(args[0], without_preload):
|
|
109
|
+
return getattr(args[0], without_preload)(*args[1:], **kwargs)
|
|
110
|
+
|
|
101
111
|
return validated_func(*args, **kwargs)
|
|
102
112
|
return wrapper
|
|
103
113
|
|
|
@@ -65,8 +65,11 @@ def validate_call_compat(func):
|
|
|
65
65
|
def wrapper(*args, **kwargs):
|
|
66
66
|
# Capture async_req before removing it
|
|
67
67
|
async_req = kwargs.pop('async_req', False)
|
|
68
|
-
kwargs.pop('_preload_content', None)
|
|
68
|
+
preload_content = kwargs.pop('_preload_content', None)
|
|
69
69
|
kwargs.pop('_return_http_data_only', None)
|
|
70
|
+
# Remap legacy 'body' kwarg to 'request_body' (v5 -> v7 migration)
|
|
71
|
+
if 'body' in kwargs and 'request_body' not in kwargs:
|
|
72
|
+
kwargs['request_body'] = kwargs.pop('body')
|
|
70
73
|
# Convert datetime to date string for date parameters (backward compatibility)
|
|
71
74
|
# Preserve full ISO 8601 format when datetime has time/timezone info
|
|
72
75
|
for key in list(kwargs.keys()):
|
|
@@ -105,6 +108,13 @@ def validate_call_compat(func):
|
|
|
105
108
|
)
|
|
106
109
|
# No thread pool available, fall through to sync call
|
|
107
110
|
|
|
111
|
+
# Handle _preload_content=False by routing to _without_preload_content variant
|
|
112
|
+
if preload_content is False:
|
|
113
|
+
func_name = validated_func.__name__
|
|
114
|
+
without_preload = func_name + '_without_preload_content'
|
|
115
|
+
if args and hasattr(args[0], without_preload):
|
|
116
|
+
return getattr(args[0], without_preload)(*args[1:], **kwargs)
|
|
117
|
+
|
|
108
118
|
return validated_func(*args, **kwargs)
|
|
109
119
|
return wrapper
|
|
110
120
|
|
|
@@ -60,8 +60,11 @@ def validate_call_compat(func):
|
|
|
60
60
|
def wrapper(*args, **kwargs):
|
|
61
61
|
# Capture async_req before removing it
|
|
62
62
|
async_req = kwargs.pop('async_req', False)
|
|
63
|
-
kwargs.pop('_preload_content', None)
|
|
63
|
+
preload_content = kwargs.pop('_preload_content', None)
|
|
64
64
|
kwargs.pop('_return_http_data_only', None)
|
|
65
|
+
# Remap legacy 'body' kwarg to 'request_body' (v5 -> v7 migration)
|
|
66
|
+
if 'body' in kwargs and 'request_body' not in kwargs:
|
|
67
|
+
kwargs['request_body'] = kwargs.pop('body')
|
|
65
68
|
# Convert datetime to date string for date parameters (backward compatibility)
|
|
66
69
|
# Preserve full ISO 8601 format when datetime has time/timezone info
|
|
67
70
|
for key in list(kwargs.keys()):
|
|
@@ -100,6 +103,13 @@ def validate_call_compat(func):
|
|
|
100
103
|
)
|
|
101
104
|
# No thread pool available, fall through to sync call
|
|
102
105
|
|
|
106
|
+
# Handle _preload_content=False by routing to _without_preload_content variant
|
|
107
|
+
if preload_content is False:
|
|
108
|
+
func_name = validated_func.__name__
|
|
109
|
+
without_preload = func_name + '_without_preload_content'
|
|
110
|
+
if args and hasattr(args[0], without_preload):
|
|
111
|
+
return getattr(args[0], without_preload)(*args[1:], **kwargs)
|
|
112
|
+
|
|
103
113
|
return validated_func(*args, **kwargs)
|
|
104
114
|
return wrapper
|
|
105
115
|
|
|
@@ -58,8 +58,11 @@ def validate_call_compat(func):
|
|
|
58
58
|
def wrapper(*args, **kwargs):
|
|
59
59
|
# Capture async_req before removing it
|
|
60
60
|
async_req = kwargs.pop('async_req', False)
|
|
61
|
-
kwargs.pop('_preload_content', None)
|
|
61
|
+
preload_content = kwargs.pop('_preload_content', None)
|
|
62
62
|
kwargs.pop('_return_http_data_only', None)
|
|
63
|
+
# Remap legacy 'body' kwarg to 'request_body' (v5 -> v7 migration)
|
|
64
|
+
if 'body' in kwargs and 'request_body' not in kwargs:
|
|
65
|
+
kwargs['request_body'] = kwargs.pop('body')
|
|
63
66
|
# Convert datetime to date string for date parameters (backward compatibility)
|
|
64
67
|
# Preserve full ISO 8601 format when datetime has time/timezone info
|
|
65
68
|
for key in list(kwargs.keys()):
|
|
@@ -98,6 +101,13 @@ def validate_call_compat(func):
|
|
|
98
101
|
)
|
|
99
102
|
# No thread pool available, fall through to sync call
|
|
100
103
|
|
|
104
|
+
# Handle _preload_content=False by routing to _without_preload_content variant
|
|
105
|
+
if preload_content is False:
|
|
106
|
+
func_name = validated_func.__name__
|
|
107
|
+
without_preload = func_name + '_without_preload_content'
|
|
108
|
+
if args and hasattr(args[0], without_preload):
|
|
109
|
+
return getattr(args[0], without_preload)(*args[1:], **kwargs)
|
|
110
|
+
|
|
101
111
|
return validated_func(*args, **kwargs)
|
|
102
112
|
return wrapper
|
|
103
113
|
|
|
@@ -64,8 +64,11 @@ def validate_call_compat(func):
|
|
|
64
64
|
def wrapper(*args, **kwargs):
|
|
65
65
|
# Capture async_req before removing it
|
|
66
66
|
async_req = kwargs.pop('async_req', False)
|
|
67
|
-
kwargs.pop('_preload_content', None)
|
|
67
|
+
preload_content = kwargs.pop('_preload_content', None)
|
|
68
68
|
kwargs.pop('_return_http_data_only', None)
|
|
69
|
+
# Remap legacy 'body' kwarg to 'request_body' (v5 -> v7 migration)
|
|
70
|
+
if 'body' in kwargs and 'request_body' not in kwargs:
|
|
71
|
+
kwargs['request_body'] = kwargs.pop('body')
|
|
69
72
|
# Convert datetime to date string for date parameters (backward compatibility)
|
|
70
73
|
# Preserve full ISO 8601 format when datetime has time/timezone info
|
|
71
74
|
for key in list(kwargs.keys()):
|
|
@@ -104,6 +107,13 @@ def validate_call_compat(func):
|
|
|
104
107
|
)
|
|
105
108
|
# No thread pool available, fall through to sync call
|
|
106
109
|
|
|
110
|
+
# Handle _preload_content=False by routing to _without_preload_content variant
|
|
111
|
+
if preload_content is False:
|
|
112
|
+
func_name = validated_func.__name__
|
|
113
|
+
without_preload = func_name + '_without_preload_content'
|
|
114
|
+
if args and hasattr(args[0], without_preload):
|
|
115
|
+
return getattr(args[0], without_preload)(*args[1:], **kwargs)
|
|
116
|
+
|
|
107
117
|
return validated_func(*args, **kwargs)
|
|
108
118
|
return wrapper
|
|
109
119
|
|
|
@@ -58,8 +58,11 @@ def validate_call_compat(func):
|
|
|
58
58
|
def wrapper(*args, **kwargs):
|
|
59
59
|
# Capture async_req before removing it
|
|
60
60
|
async_req = kwargs.pop('async_req', False)
|
|
61
|
-
kwargs.pop('_preload_content', None)
|
|
61
|
+
preload_content = kwargs.pop('_preload_content', None)
|
|
62
62
|
kwargs.pop('_return_http_data_only', None)
|
|
63
|
+
# Remap legacy 'body' kwarg to 'request_body' (v5 -> v7 migration)
|
|
64
|
+
if 'body' in kwargs and 'request_body' not in kwargs:
|
|
65
|
+
kwargs['request_body'] = kwargs.pop('body')
|
|
63
66
|
# Convert datetime to date string for date parameters (backward compatibility)
|
|
64
67
|
# Preserve full ISO 8601 format when datetime has time/timezone info
|
|
65
68
|
for key in list(kwargs.keys()):
|
|
@@ -98,6 +101,13 @@ def validate_call_compat(func):
|
|
|
98
101
|
)
|
|
99
102
|
# No thread pool available, fall through to sync call
|
|
100
103
|
|
|
104
|
+
# Handle _preload_content=False by routing to _without_preload_content variant
|
|
105
|
+
if preload_content is False:
|
|
106
|
+
func_name = validated_func.__name__
|
|
107
|
+
without_preload = func_name + '_without_preload_content'
|
|
108
|
+
if args and hasattr(args[0], without_preload):
|
|
109
|
+
return getattr(args[0], without_preload)(*args[1:], **kwargs)
|
|
110
|
+
|
|
101
111
|
return validated_func(*args, **kwargs)
|
|
102
112
|
return wrapper
|
|
103
113
|
|
|
@@ -63,8 +63,11 @@ def validate_call_compat(func):
|
|
|
63
63
|
def wrapper(*args, **kwargs):
|
|
64
64
|
# Capture async_req before removing it
|
|
65
65
|
async_req = kwargs.pop('async_req', False)
|
|
66
|
-
kwargs.pop('_preload_content', None)
|
|
66
|
+
preload_content = kwargs.pop('_preload_content', None)
|
|
67
67
|
kwargs.pop('_return_http_data_only', None)
|
|
68
|
+
# Remap legacy 'body' kwarg to 'request_body' (v5 -> v7 migration)
|
|
69
|
+
if 'body' in kwargs and 'request_body' not in kwargs:
|
|
70
|
+
kwargs['request_body'] = kwargs.pop('body')
|
|
68
71
|
# Convert datetime to date string for date parameters (backward compatibility)
|
|
69
72
|
# Preserve full ISO 8601 format when datetime has time/timezone info
|
|
70
73
|
for key in list(kwargs.keys()):
|
|
@@ -103,6 +106,13 @@ def validate_call_compat(func):
|
|
|
103
106
|
)
|
|
104
107
|
# No thread pool available, fall through to sync call
|
|
105
108
|
|
|
109
|
+
# Handle _preload_content=False by routing to _without_preload_content variant
|
|
110
|
+
if preload_content is False:
|
|
111
|
+
func_name = validated_func.__name__
|
|
112
|
+
without_preload = func_name + '_without_preload_content'
|
|
113
|
+
if args and hasattr(args[0], without_preload):
|
|
114
|
+
return getattr(args[0], without_preload)(*args[1:], **kwargs)
|
|
115
|
+
|
|
106
116
|
return validated_func(*args, **kwargs)
|
|
107
117
|
return wrapper
|
|
108
118
|
|
|
@@ -95,7 +95,7 @@ class ApiClient:
|
|
|
95
95
|
self.default_headers[header_name] = header_value
|
|
96
96
|
self.cookie = cookie
|
|
97
97
|
# Set default User-Agent.
|
|
98
|
-
self.user_agent = 'OpenAPI-Generator/2.9.
|
|
98
|
+
self.user_agent = 'OpenAPI-Generator/2.9.8/python'
|
|
99
99
|
self.client_side_validation = configuration.client_side_validation
|
|
100
100
|
|
|
101
101
|
def __enter__(self):
|
|
@@ -533,8 +533,8 @@ conf = graphsense.Configuration(
|
|
|
533
533
|
return "Python SDK Debug Report:\n"\
|
|
534
534
|
"OS: {env}\n"\
|
|
535
535
|
"Python Version: {pyversion}\n"\
|
|
536
|
-
"Version of the API: 2.9.
|
|
537
|
-
"SDK Package Version: 2.9.
|
|
536
|
+
"Version of the API: 2.9.8\n"\
|
|
537
|
+
"SDK Package Version: 2.9.8".\
|
|
538
538
|
format(env=sys.platform, pyversion=sys.version)
|
|
539
539
|
|
|
540
540
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: graphsense-python
|
|
3
|
-
Version: 2.9.
|
|
3
|
+
Version: 2.9.8
|
|
4
4
|
Summary: GraphSense API
|
|
5
5
|
Author-email: Iknaio Cryptoasset Analytics GmbH <contact@iknaio.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -21,8 +21,8 @@ GraphSense API provides programmatic access to blockchain analytics data across
|
|
|
21
21
|
|
|
22
22
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
23
23
|
|
|
24
|
-
- API version: 2.9.
|
|
25
|
-
- Package version: 2.9.
|
|
24
|
+
- API version: 2.9.8
|
|
25
|
+
- Package version: 2.9.8
|
|
26
26
|
- Generator version: 7.19.0
|
|
27
27
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
28
28
|
For more information, please visit [https://www.iknaio.com/](https://www.iknaio.com/)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "graphsense-python"
|
|
3
|
-
version = "2.9.
|
|
3
|
+
version = "2.9.8"
|
|
4
4
|
description = "GraphSense API"
|
|
5
5
|
license = "MIT"
|
|
6
6
|
authors = [
|
|
@@ -32,6 +32,7 @@ include = ["graphsense*"]
|
|
|
32
32
|
|
|
33
33
|
[dependency-groups]
|
|
34
34
|
dev = [
|
|
35
|
+
"pandas>=2.3.3",
|
|
35
36
|
"pytest>=8.4.2",
|
|
36
37
|
]
|
|
37
38
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/http_validation_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/search_result_by_currency.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/search_result_level1.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/search_result_level2.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/search_result_level3.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/search_result_level4.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/search_result_level5.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/search_result_level6.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/model/user_tag_report_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/external_conversion.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/http_validation_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/search_result_by_currency.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/search_result_level1.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/search_result_level2.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/search_result_level3.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/search_result_level4.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/search_result_level5.py
RENAMED
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/search_result_level6.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense/models/user_tag_report_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{graphsense_python-2.9.6 → graphsense_python-2.9.8}/graphsense_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|