payi 0.1.0a20__tar.gz → 0.1.0a22__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 (125) hide show
  1. payi-0.1.0a22/.release-please-manifest.json +3 -0
  2. {payi-0.1.0a20 → payi-0.1.0a22}/CHANGELOG.md +21 -0
  3. {payi-0.1.0a20 → payi-0.1.0a22}/PKG-INFO +1 -1
  4. {payi-0.1.0a20 → payi-0.1.0a22}/pyproject.toml +1 -1
  5. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_client.py +2 -2
  6. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_version.py +1 -1
  7. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/resources/categories/resources.py +2 -2
  8. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/resources/experiences/experiences.py +10 -18
  9. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/resources/experiences/types.py +12 -20
  10. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/resources/ingest.py +2 -1
  11. payi-0.1.0a20/.release-please-manifest.json +0 -3
  12. {payi-0.1.0a20 → payi-0.1.0a22}/.gitignore +0 -0
  13. {payi-0.1.0a20 → payi-0.1.0a22}/CONTRIBUTING.md +0 -0
  14. {payi-0.1.0a20 → payi-0.1.0a22}/LICENSE +0 -0
  15. {payi-0.1.0a20 → payi-0.1.0a22}/README.md +0 -0
  16. {payi-0.1.0a20 → payi-0.1.0a22}/SECURITY.md +0 -0
  17. {payi-0.1.0a20 → payi-0.1.0a22}/api.md +0 -0
  18. {payi-0.1.0a20 → payi-0.1.0a22}/bin/check-release-environment +0 -0
  19. {payi-0.1.0a20 → payi-0.1.0a22}/bin/publish-pypi +0 -0
  20. {payi-0.1.0a20 → payi-0.1.0a22}/examples/.keep +0 -0
  21. {payi-0.1.0a20 → payi-0.1.0a22}/mypy.ini +0 -0
  22. {payi-0.1.0a20 → payi-0.1.0a22}/noxfile.py +0 -0
  23. {payi-0.1.0a20 → payi-0.1.0a22}/release-please-config.json +0 -0
  24. {payi-0.1.0a20 → payi-0.1.0a22}/requirements-dev.lock +0 -0
  25. {payi-0.1.0a20 → payi-0.1.0a22}/requirements.lock +0 -0
  26. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/__init__.py +0 -0
  27. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_base_client.py +0 -0
  28. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_compat.py +0 -0
  29. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_constants.py +0 -0
  30. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_exceptions.py +0 -0
  31. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_files.py +0 -0
  32. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_models.py +0 -0
  33. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_qs.py +0 -0
  34. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_resource.py +0 -0
  35. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_response.py +0 -0
  36. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_streaming.py +0 -0
  37. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_types.py +0 -0
  38. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_utils/__init__.py +0 -0
  39. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_utils/_logs.py +0 -0
  40. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_utils/_proxy.py +0 -0
  41. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_utils/_reflection.py +0 -0
  42. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_utils/_streams.py +0 -0
  43. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_utils/_sync.py +0 -0
  44. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_utils/_transform.py +0 -0
  45. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_utils/_typing.py +0 -0
  46. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/_utils/_utils.py +0 -0
  47. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/lib/.keep +0 -0
  48. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/lib/helpers.py +0 -0
  49. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/py.typed +0 -0
  50. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/resources/__init__.py +0 -0
  51. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/resources/budgets/__init__.py +0 -0
  52. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/resources/budgets/budgets.py +0 -0
  53. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/resources/budgets/tags.py +0 -0
  54. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/resources/categories/__init__.py +0 -0
  55. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/resources/categories/categories.py +0 -0
  56. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/resources/experiences/__init__.py +0 -0
  57. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/__init__.py +0 -0
  58. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/budget_create_params.py +0 -0
  59. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/budget_history_response.py +0 -0
  60. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/budget_list_params.py +0 -0
  61. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/budget_response.py +0 -0
  62. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/budget_update_params.py +0 -0
  63. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/budgets/__init__.py +0 -0
  64. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/budgets/budget_tags.py +0 -0
  65. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/budgets/tag_create_params.py +0 -0
  66. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/budgets/tag_create_response.py +0 -0
  67. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/budgets/tag_delete_response.py +0 -0
  68. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/budgets/tag_list_response.py +0 -0
  69. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/budgets/tag_remove_params.py +0 -0
  70. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/budgets/tag_remove_response.py +0 -0
  71. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/budgets/tag_update_params.py +0 -0
  72. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/budgets/tag_update_response.py +0 -0
  73. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/bulk_ingest_response.py +0 -0
  74. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/categories/__init__.py +0 -0
  75. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/categories/resource_create_params.py +0 -0
  76. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/categories/resource_list_response.py +0 -0
  77. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/category_delete_resource_response.py +0 -0
  78. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/category_delete_response.py +0 -0
  79. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/category_list_resources_response.py +0 -0
  80. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/category_list_response.py +0 -0
  81. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/category_resource_response.py +0 -0
  82. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/category_response.py +0 -0
  83. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/cost_data.py +0 -0
  84. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/cost_details.py +0 -0
  85. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/default_response.py +0 -0
  86. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/experience_instance.py +0 -0
  87. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/experiences/__init__.py +0 -0
  88. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/experiences/experience_type.py +0 -0
  89. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/experiences/type_create_params.py +0 -0
  90. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/experiences/type_list_response.py +0 -0
  91. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/experiences/type_update_params.py +0 -0
  92. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/ingest_bulk_params.py +0 -0
  93. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/ingest_event_param.py +0 -0
  94. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/ingest_response.py +0 -0
  95. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/ingest_units_params.py +0 -0
  96. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/paged_budget_list.py +0 -0
  97. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/requests_data.py +0 -0
  98. {payi-0.1.0a20 → payi-0.1.0a22}/src/payi/types/total_cost_data.py +0 -0
  99. {payi-0.1.0a20 → payi-0.1.0a22}/tests/__init__.py +0 -0
  100. {payi-0.1.0a20 → payi-0.1.0a22}/tests/api_resources/__init__.py +0 -0
  101. {payi-0.1.0a20 → payi-0.1.0a22}/tests/api_resources/budgets/__init__.py +0 -0
  102. {payi-0.1.0a20 → payi-0.1.0a22}/tests/api_resources/budgets/test_tags.py +0 -0
  103. {payi-0.1.0a20 → payi-0.1.0a22}/tests/api_resources/categories/__init__.py +0 -0
  104. {payi-0.1.0a20 → payi-0.1.0a22}/tests/api_resources/categories/test_resources.py +0 -0
  105. {payi-0.1.0a20 → payi-0.1.0a22}/tests/api_resources/experiences/__init__.py +0 -0
  106. {payi-0.1.0a20 → payi-0.1.0a22}/tests/api_resources/experiences/test_types.py +0 -0
  107. {payi-0.1.0a20 → payi-0.1.0a22}/tests/api_resources/test_budgets.py +0 -0
  108. {payi-0.1.0a20 → payi-0.1.0a22}/tests/api_resources/test_categories.py +0 -0
  109. {payi-0.1.0a20 → payi-0.1.0a22}/tests/api_resources/test_experiences.py +0 -0
  110. {payi-0.1.0a20 → payi-0.1.0a22}/tests/api_resources/test_ingest.py +18 -18
  111. {payi-0.1.0a20 → payi-0.1.0a22}/tests/conftest.py +0 -0
  112. {payi-0.1.0a20 → payi-0.1.0a22}/tests/sample_file.txt +0 -0
  113. {payi-0.1.0a20 → payi-0.1.0a22}/tests/test_client.py +0 -0
  114. {payi-0.1.0a20 → payi-0.1.0a22}/tests/test_deepcopy.py +0 -0
  115. {payi-0.1.0a20 → payi-0.1.0a22}/tests/test_extract_files.py +0 -0
  116. {payi-0.1.0a20 → payi-0.1.0a22}/tests/test_files.py +0 -0
  117. {payi-0.1.0a20 → payi-0.1.0a22}/tests/test_models.py +0 -0
  118. {payi-0.1.0a20 → payi-0.1.0a22}/tests/test_qs.py +0 -0
  119. {payi-0.1.0a20 → payi-0.1.0a22}/tests/test_required_args.py +0 -0
  120. {payi-0.1.0a20 → payi-0.1.0a22}/tests/test_response.py +0 -0
  121. {payi-0.1.0a20 → payi-0.1.0a22}/tests/test_streaming.py +0 -0
  122. {payi-0.1.0a20 → payi-0.1.0a22}/tests/test_transform.py +0 -0
  123. {payi-0.1.0a20 → payi-0.1.0a22}/tests/test_utils/test_proxy.py +0 -0
  124. {payi-0.1.0a20 → payi-0.1.0a22}/tests/test_utils/test_typing.py +0 -0
  125. {payi-0.1.0a20 → payi-0.1.0a22}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.1.0-alpha.22"
3
+ }
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.22 (2024-08-14)
4
+
5
+ Full Changelog: [v0.1.0-alpha.21...v0.1.0-alpha.22](https://github.com/Pay-i/pay-i-python/compare/v0.1.0-alpha.21...v0.1.0-alpha.22)
6
+
7
+ ### Features
8
+
9
+ * **api:** update via SDK Studio ([#103](https://github.com/Pay-i/pay-i-python/issues/103)) ([0087070](https://github.com/Pay-i/pay-i-python/commit/0087070a5a3b51c14d396cafef7c7bb0eda034aa))
10
+
11
+ ## 0.1.0-alpha.21 (2024-08-13)
12
+
13
+ Full Changelog: [v0.1.0-alpha.20...v0.1.0-alpha.21](https://github.com/Pay-i/pay-i-python/compare/v0.1.0-alpha.20...v0.1.0-alpha.21)
14
+
15
+ ### Features
16
+
17
+ * **api:** update via SDK Studio ([#100](https://github.com/Pay-i/pay-i-python/issues/100)) ([9e0f07b](https://github.com/Pay-i/pay-i-python/commit/9e0f07bec54cbefc0fb45bf81cdee8d812363d81))
18
+
19
+
20
+ ### Chores
21
+
22
+ * **examples:** minor formatting changes ([#98](https://github.com/Pay-i/pay-i-python/issues/98)) ([7cd8cba](https://github.com/Pay-i/pay-i-python/commit/7cd8cba158668bb057c8bd154a267a9410f721b2))
23
+
3
24
  ## 0.1.0-alpha.20 (2024-08-09)
4
25
 
5
26
  Full Changelog: [v0.1.0-alpha.19...v0.1.0-alpha.20](https://github.com/Pay-i/pay-i-python/compare/v0.1.0-alpha.19...v0.1.0-alpha.20)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: payi
3
- Version: 0.1.0a20
3
+ Version: 0.1.0a22
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.20"
3
+ version = "0.1.0-alpha.22"
4
4
  description = "The official Python library for the payi API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -94,7 +94,7 @@ class Payi(SyncAPIClient):
94
94
  if base_url is None:
95
95
  base_url = os.environ.get("PAYI_BASE_URL")
96
96
  if base_url is None:
97
- base_url = f"https://apim-payi-prod-eastus.azure-api.net"
97
+ base_url = f"https://api.pay-i.com"
98
98
 
99
99
  super().__init__(
100
100
  version=__version__,
@@ -268,7 +268,7 @@ class AsyncPayi(AsyncAPIClient):
268
268
  if base_url is None:
269
269
  base_url = os.environ.get("PAYI_BASE_URL")
270
270
  if base_url is None:
271
- base_url = f"https://apim-payi-prod-eastus.azure-api.net"
271
+ base_url = f"https://api.pay-i.com"
272
272
 
273
273
  super().__init__(
274
274
  version=__version__,
@@ -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.20" # x-release-please-version
4
+ __version__ = "0.1.0-alpha.22" # x-release-please-version
@@ -102,7 +102,7 @@ class ResourcesResource(SyncAPIResource):
102
102
  timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
103
103
  ) -> CategoryResourceResponse:
104
104
  """
105
- Get a Resource's version details
105
+ Get a Resource version details
106
106
 
107
107
  Args:
108
108
  extra_headers: Send extra headers
@@ -277,7 +277,7 @@ class AsyncResourcesResource(AsyncAPIResource):
277
277
  timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
278
278
  ) -> CategoryResourceResponse:
279
279
  """
280
- Get a Resource's version details
280
+ Get a Resource version details
281
281
 
282
282
  Args:
283
283
  extra_headers: Send extra headers
@@ -51,10 +51,8 @@ class ExperiencesResource(SyncAPIResource):
51
51
  extra_body: Body | None = None,
52
52
  timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
53
53
  ) -> ExperienceInstance:
54
- """Creates a new experience instance.
55
-
56
- This ID can then be passed into router calls
57
- for a specific user experience.
54
+ """
55
+ Create an Experience
58
56
 
59
57
  Args:
60
58
  extra_headers: Send extra headers
@@ -87,7 +85,7 @@ class ExperiencesResource(SyncAPIResource):
87
85
  timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
88
86
  ) -> ExperienceInstance:
89
87
  """
90
- Get details for an experience instance.
88
+ Get Experience details
91
89
 
92
90
  Args:
93
91
  extra_headers: Send extra headers
@@ -119,10 +117,8 @@ class ExperiencesResource(SyncAPIResource):
119
117
  extra_body: Body | None = None,
120
118
  timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
121
119
  ) -> ExperienceInstance:
122
- """Deletes an experience instance.
123
-
124
- This will remove all costs associated with this
125
- experience instance.
120
+ """
121
+ Delete an Experience
126
122
 
127
123
  Args:
128
124
  extra_headers: Send extra headers
@@ -168,10 +164,8 @@ class AsyncExperiencesResource(AsyncAPIResource):
168
164
  extra_body: Body | None = None,
169
165
  timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
170
166
  ) -> ExperienceInstance:
171
- """Creates a new experience instance.
172
-
173
- This ID can then be passed into router calls
174
- for a specific user experience.
167
+ """
168
+ Create an Experience
175
169
 
176
170
  Args:
177
171
  extra_headers: Send extra headers
@@ -204,7 +198,7 @@ class AsyncExperiencesResource(AsyncAPIResource):
204
198
  timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
205
199
  ) -> ExperienceInstance:
206
200
  """
207
- Get details for an experience instance.
201
+ Get Experience details
208
202
 
209
203
  Args:
210
204
  extra_headers: Send extra headers
@@ -236,10 +230,8 @@ class AsyncExperiencesResource(AsyncAPIResource):
236
230
  extra_body: Body | None = None,
237
231
  timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
238
232
  ) -> ExperienceInstance:
239
- """Deletes an experience instance.
240
-
241
- This will remove all costs associated with this
242
- experience instance.
233
+ """
234
+ Delete an Experience
243
235
 
244
236
  Args:
245
237
  extra_headers: Send extra headers
@@ -48,10 +48,8 @@ class TypesResource(SyncAPIResource):
48
48
  extra_body: Body | None = None,
49
49
  timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
50
50
  ) -> ExperienceType:
51
- """Adds a new experience type.
52
-
53
- Instances of this type can be created via
54
- /experiences/instance.
51
+ """
52
+ Create an Experience Type
55
53
 
56
54
  Args:
57
55
  extra_headers: Send extra headers
@@ -89,7 +87,7 @@ class TypesResource(SyncAPIResource):
89
87
  timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
90
88
  ) -> ExperienceType:
91
89
  """
92
- Get details for a specific Experience Type
90
+ Get Experience Type details
93
91
 
94
92
  Args:
95
93
  extra_headers: Send extra headers
@@ -124,7 +122,7 @@ class TypesResource(SyncAPIResource):
124
122
  timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
125
123
  ) -> ExperienceType:
126
124
  """
127
- Updates an existing experience type.
125
+ Update an Experience Type
128
126
 
129
127
  Args:
130
128
  extra_headers: Send extra headers
@@ -182,10 +180,8 @@ class TypesResource(SyncAPIResource):
182
180
  extra_body: Body | None = None,
183
181
  timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
184
182
  ) -> ExperienceType:
185
- """Deletes an experience type.
186
-
187
- This will remove visiblity of this type from all
188
- dashboard stats.
183
+ """
184
+ Delete an Experience Type
189
185
 
190
186
  Args:
191
187
  extra_headers: Send extra headers
@@ -228,10 +224,8 @@ class AsyncTypesResource(AsyncAPIResource):
228
224
  extra_body: Body | None = None,
229
225
  timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
230
226
  ) -> ExperienceType:
231
- """Adds a new experience type.
232
-
233
- Instances of this type can be created via
234
- /experiences/instance.
227
+ """
228
+ Create an Experience Type
235
229
 
236
230
  Args:
237
231
  extra_headers: Send extra headers
@@ -269,7 +263,7 @@ class AsyncTypesResource(AsyncAPIResource):
269
263
  timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
270
264
  ) -> ExperienceType:
271
265
  """
272
- Get details for a specific Experience Type
266
+ Get Experience Type details
273
267
 
274
268
  Args:
275
269
  extra_headers: Send extra headers
@@ -304,7 +298,7 @@ class AsyncTypesResource(AsyncAPIResource):
304
298
  timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
305
299
  ) -> ExperienceType:
306
300
  """
307
- Updates an existing experience type.
301
+ Update an Experience Type
308
302
 
309
303
  Args:
310
304
  extra_headers: Send extra headers
@@ -362,10 +356,8 @@ class AsyncTypesResource(AsyncAPIResource):
362
356
  extra_body: Body | None = None,
363
357
  timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
364
358
  ) -> ExperienceType:
365
- """Deletes an experience type.
366
-
367
- This will remove visiblity of this type from all
368
- dashboard stats.
359
+ """
360
+ Delete an Experience Type
369
361
 
370
362
  Args:
371
363
  extra_headers: Send extra headers
@@ -235,7 +235,8 @@ class AsyncIngestResource(AsyncAPIResource):
235
235
  request_tags: Union[list[str], None] | NotGiven = NOT_GIVEN,
236
236
  experience_id: Union[str, None] | NotGiven = NOT_GIVEN,
237
237
  user_id: Union[str, None] | NotGiven = NOT_GIVEN,
238
- # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
238
+
239
+ # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
239
240
  # The extra values given here take precedence over values defined on the client or passed to this method.
240
241
  extra_headers: Headers | None = None,
241
242
  extra_query: Query | None = None,
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.1.0-alpha.20"
3
- }
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
@@ -24,21 +24,21 @@ class TestIngest:
24
24
  events=[
25
25
  {
26
26
  "category": "x",
27
- "resource": "x",
28
27
  "input": 0,
29
28
  "output": 0,
29
+ "resource": "x",
30
30
  },
31
31
  {
32
32
  "category": "x",
33
- "resource": "x",
34
33
  "input": 0,
35
34
  "output": 0,
35
+ "resource": "x",
36
36
  },
37
37
  {
38
38
  "category": "x",
39
- "resource": "x",
40
39
  "input": 0,
41
40
  "output": 0,
41
+ "resource": "x",
42
42
  },
43
43
  ],
44
44
  )
@@ -50,21 +50,21 @@ class TestIngest:
50
50
  events=[
51
51
  {
52
52
  "category": "x",
53
- "resource": "x",
54
53
  "input": 0,
55
54
  "output": 0,
55
+ "resource": "x",
56
56
  },
57
57
  {
58
58
  "category": "x",
59
- "resource": "x",
60
59
  "input": 0,
61
60
  "output": 0,
61
+ "resource": "x",
62
62
  },
63
63
  {
64
64
  "category": "x",
65
- "resource": "x",
66
65
  "input": 0,
67
66
  "output": 0,
67
+ "resource": "x",
68
68
  },
69
69
  ],
70
70
  )
@@ -80,21 +80,21 @@ class TestIngest:
80
80
  events=[
81
81
  {
82
82
  "category": "x",
83
- "resource": "x",
84
83
  "input": 0,
85
84
  "output": 0,
85
+ "resource": "x",
86
86
  },
87
87
  {
88
88
  "category": "x",
89
- "resource": "x",
90
89
  "input": 0,
91
90
  "output": 0,
91
+ "resource": "x",
92
92
  },
93
93
  {
94
94
  "category": "x",
95
- "resource": "x",
96
95
  "input": 0,
97
96
  "output": 0,
97
+ "resource": "x",
98
98
  },
99
99
  ],
100
100
  ) as response:
@@ -171,21 +171,21 @@ class TestAsyncIngest:
171
171
  events=[
172
172
  {
173
173
  "category": "x",
174
- "resource": "x",
175
174
  "input": 0,
176
175
  "output": 0,
176
+ "resource": "x",
177
177
  },
178
178
  {
179
179
  "category": "x",
180
- "resource": "x",
181
180
  "input": 0,
182
181
  "output": 0,
182
+ "resource": "x",
183
183
  },
184
184
  {
185
185
  "category": "x",
186
- "resource": "x",
187
186
  "input": 0,
188
187
  "output": 0,
188
+ "resource": "x",
189
189
  },
190
190
  ],
191
191
  )
@@ -197,21 +197,21 @@ class TestAsyncIngest:
197
197
  events=[
198
198
  {
199
199
  "category": "x",
200
- "resource": "x",
201
200
  "input": 0,
202
201
  "output": 0,
202
+ "resource": "x",
203
203
  },
204
204
  {
205
205
  "category": "x",
206
- "resource": "x",
207
206
  "input": 0,
208
207
  "output": 0,
208
+ "resource": "x",
209
209
  },
210
210
  {
211
211
  "category": "x",
212
- "resource": "x",
213
212
  "input": 0,
214
213
  "output": 0,
214
+ "resource": "x",
215
215
  },
216
216
  ],
217
217
  )
@@ -227,21 +227,21 @@ class TestAsyncIngest:
227
227
  events=[
228
228
  {
229
229
  "category": "x",
230
- "resource": "x",
231
230
  "input": 0,
232
231
  "output": 0,
232
+ "resource": "x",
233
233
  },
234
234
  {
235
235
  "category": "x",
236
- "resource": "x",
237
236
  "input": 0,
238
237
  "output": 0,
238
+ "resource": "x",
239
239
  },
240
240
  {
241
241
  "category": "x",
242
- "resource": "x",
243
242
  "input": 0,
244
243
  "output": 0,
244
+ "resource": "x",
245
245
  },
246
246
  ],
247
247
  ) as response:
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