stackgen-sdk 0.1.2__tar.gz → 0.1.3__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.
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/PKG-INFO +2 -2
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/README.md +1 -1
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/_version.py +2 -2
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/.gitignore +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/pyproject.toml +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/__init__.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/_http.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/aiden/__init__.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/aiden/namespace.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/aiden/runs.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/aiden/webhook.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/cli.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/client.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/config.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/errors.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/.openapi-generator/FILES +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/.openapi-generator/VERSION +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/.openapi-generator-ignore +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/__init__.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/api/__init__.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/api/aiden_api.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/api/sre_api.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/api_client.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/api_response.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/configuration.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/exceptions.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/__init__.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/alert_analysis_status.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/alert_attention.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/alert_categorization_summary.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/alert_role.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/alert_sort_by.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/alert_status.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/alert_summary.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/alert_sync_run_status.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/alert_v1.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/artifact_info.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/error_response.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigate_alert_request.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigate_response.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_evidence.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_evidence_kind.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_evidence_source.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_hypothesis.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_plain_summary.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_prior_incident.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_recommended_next_step.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_ref.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_status.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_structured_hypothesis_entry.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_structured_limitation_entry.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_structured_rca.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_triage_metadata.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/json_error.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/list_alerts_response.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/list_investigations_response.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/pagination.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/schedule_run_status.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/schedule_target_type.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/session.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/session_responder_kind.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/signal_severity.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/sync_response.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/trigger_webhook202_response.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/webhook_run.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/webhook_run_detail.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/webhook_run_list_response.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/rest.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/sre/__init__.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/sre/namespace.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/vault/__init__.py +0 -0
- {stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/vault/namespace.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: stackgen-sdk
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: StackGen SDK — Aiden, SRE, and Vault from one client
|
|
5
5
|
Project-URL: Homepage, https://pypi.org/project/stackgen-sdk/
|
|
6
6
|
Author: StackGen
|
|
@@ -56,4 +56,4 @@ Optional: `ARTIFACT_NAME`, `OUTPUT_PATH`, `POLL_INTERVAL_SECONDS`, `TIMEOUT_SECO
|
|
|
56
56
|
|
|
57
57
|
Prefer `StackgenClient` over the generated OpenAPI modules under `stackgen.generated`.
|
|
58
58
|
|
|
59
|
-
Pin versions in CI, for example `pip install stackgen-sdk==0.1.
|
|
59
|
+
Pin versions in CI, for example `pip install stackgen-sdk==0.1.2`.
|
|
@@ -38,4 +38,4 @@ Optional: `ARTIFACT_NAME`, `OUTPUT_PATH`, `POLL_INTERVAL_SECONDS`, `TIMEOUT_SECO
|
|
|
38
38
|
|
|
39
39
|
Prefer `StackgenClient` over the generated OpenAPI modules under `stackgen.generated`.
|
|
40
40
|
|
|
41
|
-
Pin versions in CI, for example `pip install stackgen-sdk==0.1.
|
|
41
|
+
Pin versions in CI, for example `pip install stackgen-sdk==0.1.2`.
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '0.1.
|
|
22
|
-
__version_tuple__ = version_tuple = (0, 1,
|
|
21
|
+
__version__ = version = '0.1.3'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 1, 3)
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
|
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
|
{stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/alert_analysis_status.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/alert_sync_run_status.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigate_alert_request.py
RENAMED
|
File without changes
|
{stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigate_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_evidence.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_hypothesis.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_ref.py
RENAMED
|
File without changes
|
{stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/investigation_status.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/list_alerts_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/schedule_run_status.py
RENAMED
|
File without changes
|
{stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/schedule_target_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/session_responder_kind.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/webhook_run_detail.py
RENAMED
|
File without changes
|
{stackgen_sdk-0.1.2 → stackgen_sdk-0.1.3}/src/stackgen/generated/models/webhook_run_list_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|