payi 0.1.0a31__tar.gz → 0.1.0a32__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.0a32/.release-please-manifest.json +3 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/CHANGELOG.md +14 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/PKG-INFO +5 -4
- {payi-0.1.0a31 → payi-0.1.0a32}/README.md +4 -3
- {payi-0.1.0a31 → payi-0.1.0a32}/pyproject.toml +1 -1
- {payi-0.1.0a31 → payi-0.1.0a32}/requirements-dev.lock +2 -2
- {payi-0.1.0a31 → payi-0.1.0a32}/requirements.lock +2 -2
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/__init__.py +2 -1
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_types.py +2 -4
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_version.py +1 -1
- payi-0.1.0a31/.release-please-manifest.json +0 -3
- {payi-0.1.0a31 → payi-0.1.0a32}/.gitignore +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/CONTRIBUTING.md +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/LICENSE +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/SECURITY.md +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/api.md +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/bin/check-release-environment +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/bin/publish-pypi +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/examples/.keep +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/mypy.ini +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/noxfile.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/release-please-config.json +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_base_client.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_client.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_compat.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_constants.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_exceptions.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_files.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_models.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_qs.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_resource.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_streaming.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/_logs.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/_proxy.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/_reflection.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/_streams.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/_sync.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/_transform.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/_typing.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/_utils/_utils.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/lib/.keep +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/lib/helpers.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/py.typed +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/billing_models.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/budgets/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/budgets/budgets.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/budgets/tags.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/categories/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/categories/categories.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/categories/resources.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/experiences/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/experiences/csat.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/experiences/experiences.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/experiences/properties.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/experiences/types.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/ingest.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/price_modifiers.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/requests/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/requests/properties.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/resources/requests/requests.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/billing_model.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/billing_model_create_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/billing_model_list_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/billing_model_update_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budget_create_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budget_history_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budget_list_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budget_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budget_update_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/budget_tags.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/tag_create_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/tag_create_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/tag_delete_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/tag_list_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/tag_remove_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/tag_remove_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/tag_update_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/budgets/tag_update_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/bulk_ingest_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/categories/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/categories/resource_create_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/categories/resource_list_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/category_delete_resource_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/category_delete_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/category_list_resources_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/category_list_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/category_resource_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/category_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/cost_data.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/cost_details.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/default_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experience_instance_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/csat_create_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/csat_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/experience_type.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/properties_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/property_create_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/type_create_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/type_list_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/type_list_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/experiences/type_update_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/ingest_bulk_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/ingest_event_param.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/ingest_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/ingest_units_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/paged_budget_list.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/price_modifier.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/price_modifier_create_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/price_modifier_retrieve_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/price_modifier_update_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/requests/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/requests/property_create_params.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/requests_data.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/src/payi/types/total_cost_data.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/budgets/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/budgets/test_tags.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/categories/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/categories/test_resources.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/experiences/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/experiences/test_csat.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/experiences/test_properties.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/experiences/test_types.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/requests/__init__.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/requests/test_properties.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/test_billing_models.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/test_budgets.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/test_categories.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/test_experiences.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/test_ingest.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/api_resources/test_price_modifiers.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/conftest.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/sample_file.txt +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_client.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_deepcopy.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_extract_files.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_files.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_models.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_qs.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_required_args.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_response.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_streaming.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_transform.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_utils/test_proxy.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/test_utils/test_typing.py +0 -0
- {payi-0.1.0a31 → payi-0.1.0a32}/tests/utils.py +0 -0
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.0-alpha.32 (2024-12-10)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.1.0-alpha.31...v0.1.0-alpha.32](https://github.com/Pay-i/pay-i-python/compare/v0.1.0-alpha.31...v0.1.0-alpha.32)
|
|
6
|
+
|
|
7
|
+
### Chores
|
|
8
|
+
|
|
9
|
+
* **internal:** bump pydantic dependency ([#154](https://github.com/Pay-i/pay-i-python/issues/154)) ([c2187c5](https://github.com/Pay-i/pay-i-python/commit/c2187c501a445cf1fbeff1d3ca97508c30232236))
|
|
10
|
+
* make the `Omit` type public ([#152](https://github.com/Pay-i/pay-i-python/issues/152)) ([def0371](https://github.com/Pay-i/pay-i-python/commit/def0371c51b545d0109ca8473aa4242a35094e3c))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Documentation
|
|
14
|
+
|
|
15
|
+
* **readme:** fix http client proxies example ([#155](https://github.com/Pay-i/pay-i-python/issues/155)) ([7eb2bf7](https://github.com/Pay-i/pay-i-python/commit/7eb2bf7e1147968cf5ed67c28a1c155694b69e28))
|
|
16
|
+
|
|
3
17
|
## 0.1.0-alpha.31 (2024-12-03)
|
|
4
18
|
|
|
5
19
|
Full Changelog: [v0.1.0-alpha.30...v0.1.0-alpha.31](https://github.com/Pay-i/pay-i-python/compare/v0.1.0-alpha.30...v0.1.0-alpha.31)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: payi
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.0a32
|
|
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
|
|
@@ -314,18 +314,19 @@ can also get all the extra fields on the Pydantic model as a dict with
|
|
|
314
314
|
|
|
315
315
|
You can directly override the [httpx client](https://www.python-httpx.org/api/#client) to customize it for your use case, including:
|
|
316
316
|
|
|
317
|
-
- Support for proxies
|
|
318
|
-
- Custom transports
|
|
317
|
+
- Support for [proxies](https://www.python-httpx.org/advanced/proxies/)
|
|
318
|
+
- Custom [transports](https://www.python-httpx.org/advanced/transports/)
|
|
319
319
|
- Additional [advanced](https://www.python-httpx.org/advanced/clients/) functionality
|
|
320
320
|
|
|
321
321
|
```python
|
|
322
|
+
import httpx
|
|
322
323
|
from payi import Payi, DefaultHttpxClient
|
|
323
324
|
|
|
324
325
|
client = Payi(
|
|
325
326
|
# Or use the `PAYI_BASE_URL` env var
|
|
326
327
|
base_url="http://my.test.server.example.com:8083",
|
|
327
328
|
http_client=DefaultHttpxClient(
|
|
328
|
-
|
|
329
|
+
proxy="http://my.test.proxy.example.com",
|
|
329
330
|
transport=httpx.HTTPTransport(local_address="0.0.0.0"),
|
|
330
331
|
),
|
|
331
332
|
)
|
|
@@ -283,18 +283,19 @@ can also get all the extra fields on the Pydantic model as a dict with
|
|
|
283
283
|
|
|
284
284
|
You can directly override the [httpx client](https://www.python-httpx.org/api/#client) to customize it for your use case, including:
|
|
285
285
|
|
|
286
|
-
- Support for proxies
|
|
287
|
-
- Custom transports
|
|
286
|
+
- Support for [proxies](https://www.python-httpx.org/advanced/proxies/)
|
|
287
|
+
- Custom [transports](https://www.python-httpx.org/advanced/transports/)
|
|
288
288
|
- Additional [advanced](https://www.python-httpx.org/advanced/clients/) functionality
|
|
289
289
|
|
|
290
290
|
```python
|
|
291
|
+
import httpx
|
|
291
292
|
from payi import Payi, DefaultHttpxClient
|
|
292
293
|
|
|
293
294
|
client = Payi(
|
|
294
295
|
# Or use the `PAYI_BASE_URL` env var
|
|
295
296
|
base_url="http://my.test.server.example.com:8083",
|
|
296
297
|
http_client=DefaultHttpxClient(
|
|
297
|
-
|
|
298
|
+
proxy="http://my.test.proxy.example.com",
|
|
298
299
|
transport=httpx.HTTPTransport(local_address="0.0.0.0"),
|
|
299
300
|
),
|
|
300
301
|
)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
from . import types
|
|
4
|
-
from ._types import NOT_GIVEN, NoneType, NotGiven, Transport, ProxiesTypes
|
|
4
|
+
from ._types import NOT_GIVEN, Omit, NoneType, NotGiven, Transport, ProxiesTypes
|
|
5
5
|
from ._utils import file_from_path
|
|
6
6
|
from ._client import Payi, Client, Stream, Timeout, AsyncPayi, Transport, AsyncClient, AsyncStream, RequestOptions
|
|
7
7
|
from ._models import BaseModel
|
|
@@ -36,6 +36,7 @@ __all__ = [
|
|
|
36
36
|
"ProxiesTypes",
|
|
37
37
|
"NotGiven",
|
|
38
38
|
"NOT_GIVEN",
|
|
39
|
+
"Omit",
|
|
39
40
|
"PayiError",
|
|
40
41
|
"APIError",
|
|
41
42
|
"APIStatusError",
|
|
@@ -192,10 +192,8 @@ ResponseT = TypeVar(
|
|
|
192
192
|
StrBytesIntFloat = Union[str, bytes, int, float]
|
|
193
193
|
|
|
194
194
|
# Note: copied from Pydantic
|
|
195
|
-
# https://github.com/pydantic/pydantic/blob/
|
|
196
|
-
IncEx: TypeAlias = Union[
|
|
197
|
-
Set[int], Set[str], Mapping[int, Union["IncEx", Literal[True]]], Mapping[str, Union["IncEx", Literal[True]]]
|
|
198
|
-
]
|
|
195
|
+
# https://github.com/pydantic/pydantic/blob/6f31f8f68ef011f84357330186f603ff295312fd/pydantic/main.py#L79
|
|
196
|
+
IncEx: TypeAlias = Union[Set[int], Set[str], Mapping[int, Union["IncEx", bool]], Mapping[str, Union["IncEx", bool]]]
|
|
199
197
|
|
|
200
198
|
PostParser = Callable[[Any], Any]
|
|
201
199
|
|
|
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
|
|
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
|
|
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
|