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.

Files changed (54) hide show
  1. {payi-0.1.0a2 → payi-0.1.0a3}/PKG-INFO +1 -1
  2. {payi-0.1.0a2 → payi-0.1.0a3}/pyproject.toml +1 -1
  3. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_version.py +1 -1
  4. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/resources/ingest.py +4 -4
  5. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/ingest_units_params.py +1 -1
  6. {payi-0.1.0a2 → payi-0.1.0a3}/.gitignore +0 -0
  7. {payi-0.1.0a2 → payi-0.1.0a3}/LICENSE +0 -0
  8. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/__init__.py +0 -0
  9. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_base_client.py +0 -0
  10. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_client.py +0 -0
  11. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_compat.py +0 -0
  12. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_constants.py +0 -0
  13. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_exceptions.py +0 -0
  14. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_files.py +0 -0
  15. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_models.py +0 -0
  16. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_qs.py +0 -0
  17. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_resource.py +0 -0
  18. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_response.py +0 -0
  19. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_streaming.py +0 -0
  20. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_types.py +0 -0
  21. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/__init__.py +0 -0
  22. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/_logs.py +0 -0
  23. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/_proxy.py +0 -0
  24. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/_reflection.py +0 -0
  25. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/_streams.py +0 -0
  26. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/_sync.py +0 -0
  27. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/_transform.py +0 -0
  28. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/_typing.py +0 -0
  29. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/_utils/_utils.py +0 -0
  30. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/lib/.keep +0 -0
  31. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/py.typed +0 -0
  32. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/resources/__init__.py +0 -0
  33. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/resources/budgets/__init__.py +0 -0
  34. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/resources/budgets/budgets.py +0 -0
  35. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/resources/budgets/tags.py +0 -0
  36. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/__init__.py +0 -0
  37. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budget_create_params.py +0 -0
  38. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budget_history_response.py +0 -0
  39. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budget_list_params.py +0 -0
  40. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budget_response.py +0 -0
  41. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budget_update_params.py +0 -0
  42. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/__init__.py +0 -0
  43. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/budget_tags_response.py +0 -0
  44. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/tag_create_params.py +0 -0
  45. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/tag_create_response.py +0 -0
  46. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/tag_delete_response.py +0 -0
  47. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/tag_list_response.py +0 -0
  48. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/tag_remove_params.py +0 -0
  49. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/tag_remove_response.py +0 -0
  50. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/tag_update_params.py +0 -0
  51. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/budgets/tag_update_response.py +0 -0
  52. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/default_response.py +0 -0
  53. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/paged_budget_list.py +0 -0
  54. {payi-0.1.0a2 → payi-0.1.0a3}/src/payi/types/successful_proxy_result.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: payi
3
- Version: 0.1.0a2
3
+ Version: 0.1.0a3
4
4
  Summary: The official Python library for the payi API
5
5
  Project-URL: Homepage, https://github.com/Pay-i/pay-i-python
6
6
  Project-URL: Repository, https://github.com/Pay-i/pay-i-python
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "payi"
3
- version = "0.1.0-alpha.2"
3
+ version = "0.1.0-alpha.3"
4
4
  description = "The official Python library for the payi API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "payi"
4
- __version__ = "0.1.0-alpha.2" # x-release-please-version
4
+ __version__ = "0.1.0-alpha.3" # x-release-please-version
@@ -42,7 +42,7 @@ class IngestResource(SyncAPIResource):
42
42
  category: str,
43
43
  resource: str,
44
44
  units: ingest_units_params.Units,
45
- x_proxy_budget_ids: str | NotGiven = NOT_GIVEN,
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": x_proxy_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
- x_proxy_budget_ids: str | NotGiven = NOT_GIVEN,
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": x_proxy_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
- x_proxy_budget_ids: Annotated[str, PropertyInfo(alias="xProxy-Budget-IDs")]
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