payi 0.1.0a2__tar.gz → 0.1.0a3__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.
Potentially problematic release.
This version of payi might be problematic. Click here for more details.
- {payi-0.1.0a2 → payi-0.1.0a3}/PKG-INFO +1 -1
- {payi-0.1.0a2 → payi-0.1.0a3}/pyproject.toml +1 -1
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_version.py +1 -1
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/resources/ingest.py +4 -4
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/ingest_units_params.py +1 -1
- {payi-0.1.0a2 → payi-0.1.0a3}/.gitignore +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/LICENSE +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/__init__.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_base_client.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_client.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_compat.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_constants.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_exceptions.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_files.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_models.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_qs.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_resource.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_response.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_streaming.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_types.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/__init__.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/_logs.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/_proxy.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/_reflection.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/_streams.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/_sync.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/_transform.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/_typing.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/_utils.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/lib/.keep +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/py.typed +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/resources/__init__.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/resources/budgets/__init__.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/resources/budgets/budgets.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/resources/budgets/tags.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/__init__.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budget_create_params.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budget_history_response.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budget_list_params.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budget_response.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budget_update_params.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/__init__.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/budget_tags_response.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/tag_create_params.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/tag_create_response.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/tag_delete_response.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/tag_list_response.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/tag_remove_params.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/tag_remove_response.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/tag_update_params.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/tag_update_response.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/default_response.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/paged_budget_list.py +0 -0
- {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/successful_proxy_result.py +0 -0
|
@@ -42,7 +42,7 @@ class IngestResource(SyncAPIResource):
|
|
|
42
42
|
category: str,
|
|
43
43
|
resource: str,
|
|
44
44
|
units: ingest_units_params.Units,
|
|
45
|
-
|
|
45
|
+
budget_ids: str | NotGiven = NOT_GIVEN,
|
|
46
46
|
x_proxy_request_tags: str | NotGiven = NOT_GIVEN,
|
|
47
47
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
48
48
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
@@ -66,7 +66,7 @@ class IngestResource(SyncAPIResource):
|
|
|
66
66
|
extra_headers = {
|
|
67
67
|
**strip_not_given(
|
|
68
68
|
{
|
|
69
|
-
"xProxy-Budget-IDs":
|
|
69
|
+
"xProxy-Budget-IDs": budget_ids,
|
|
70
70
|
"xProxy-Request-Tags": x_proxy_request_tags,
|
|
71
71
|
}
|
|
72
72
|
),
|
|
@@ -104,7 +104,7 @@ class AsyncIngestResource(AsyncAPIResource):
|
|
|
104
104
|
category: str,
|
|
105
105
|
resource: str,
|
|
106
106
|
units: ingest_units_params.Units,
|
|
107
|
-
|
|
107
|
+
budget_ids: str | NotGiven = NOT_GIVEN,
|
|
108
108
|
x_proxy_request_tags: str | NotGiven = NOT_GIVEN,
|
|
109
109
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
110
110
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
@@ -128,7 +128,7 @@ class AsyncIngestResource(AsyncAPIResource):
|
|
|
128
128
|
extra_headers = {
|
|
129
129
|
**strip_not_given(
|
|
130
130
|
{
|
|
131
|
-
"xProxy-Budget-IDs":
|
|
131
|
+
"xProxy-Budget-IDs": budget_ids,
|
|
132
132
|
"xProxy-Request-Tags": x_proxy_request_tags,
|
|
133
133
|
}
|
|
134
134
|
),
|
|
@@ -16,7 +16,7 @@ class IngestUnitsParams(TypedDict, total=False):
|
|
|
16
16
|
|
|
17
17
|
units: Required[Units]
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
budget_ids: Annotated[str, PropertyInfo(alias="xProxy-Budget-IDs")]
|
|
20
20
|
|
|
21
21
|
x_proxy_request_tags: Annotated[str, PropertyInfo(alias="xProxy-Request-Tags")]
|
|
22
22
|
|
|
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
|
|
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
|