hyper-sdk 2.4.0__tar.gz → 2.4.1__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.
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/PKG-INFO +1 -1
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/session.py +1 -1
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk.egg-info/PKG-INFO +1 -1
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/pyproject.toml +1 -1
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/LICENSE +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/README.md +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/__init__.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/akamai/__init__.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/akamai/pixel.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/akamai/script_path.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/akamai/sec_cpt.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/akamai/stop_signal.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/akamai_input.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/datadome/__init__.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/datadome/parse.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/datadome_input.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/incapsula/__init__.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/incapsula/dynamic.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/incapsula/utmvc.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/incapsula_input.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/kasada/__init__.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/kasada/parse.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/kasada_input.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk/trustdecision_input.py +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk.egg-info/SOURCES.txt +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk.egg-info/dependency_links.txt +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk.egg-info/requires.txt +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/hyper_sdk.egg-info/top_level.txt +0 -0
- {hyper_sdk-2.4.0 → hyper_sdk-2.4.1}/setup.cfg +0 -0
|
@@ -59,7 +59,7 @@ class Session:
|
|
|
59
59
|
if response.status_code != 200:
|
|
60
60
|
raise Exception(f"API returned with status code: {response.status_code}")
|
|
61
61
|
|
|
62
|
-
return response_data["payload"], response_data
|
|
62
|
+
return response_data["payload"], response_data.get("context", "")
|
|
63
63
|
|
|
64
64
|
def generate_sbsd_data(self, input_data: SbsdInput) -> str:
|
|
65
65
|
"""
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|