cuenca 2.1.0__tar.gz → 2.1.1.dev0__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.
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/PKG-INFO +1 -1
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/__init__.py +0 -2
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/__init__.py +0 -3
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/kyc_validations.py +7 -1
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/version.py +1 -1
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca.egg-info/PKG-INFO +1 -1
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca.egg-info/SOURCES.txt +0 -2
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_kyc_validations.py +5 -1
- cuenca-2.1.0/cuenca/resources/kyc_verifications.py +0 -53
- cuenca-2.1.0/tests/resources/test_kyc_verifications.py +0 -25
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/LICENSE +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/README.md +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/exc.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/http/__init__.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/http/client.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/jwt.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/py.typed +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/accounts.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/api_keys.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/arpc.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/balance_entries.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/base.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/bill_payments.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/card_activations.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/card_transactions.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/card_validations.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/cards.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/cash_references.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/clabes.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/commissions.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/curp_validations.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/deposits.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/endpoints.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/file_batches.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/files.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/identities.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/identity_events.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/jwt_tokens.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/limited_wallets.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/login_tokens.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/otps.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/platforms.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/questionnaires.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/resources.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/savings.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/service_providers.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/sessions.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/statements.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/transfers.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/user_credentials.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/user_events.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/user_lists_validation.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/user_logins.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/users.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/verifications.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/wallet_transactions.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/webhooks.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca/resources/whatsapp_transfers.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca.egg-info/dependency_links.txt +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca.egg-info/requires.txt +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/cuenca.egg-info/top_level.txt +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/setup.cfg +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/setup.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/__init__.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/conftest.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/http/__init__.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/http/conftest.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/http/test_client.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/__init__.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_accounts.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_api_keys.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_arpc.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_balance_entries.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_bill_payments.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_card_activations.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_card_transactions.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_card_validations.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_cards.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_cash_references.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_clabes.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_commissions.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_curp_validations.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_deposits.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_endpoints.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_file_batches.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_files.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_identities.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_identity_events.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_jwt_tokens.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_limited_wallets.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_login_tokens.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_otps.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_platforms.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_questionnaires.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_resources.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_savings.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_service_providers.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_sessions.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_statements.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_transfers.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_user_credentials.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_user_events.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_user_lists_validation.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_user_logins.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_users.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_verifications.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_wallet_transactions.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_webhooks.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/resources/test_whatsapp_transfers.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/test_cuenca.py +0 -0
- {cuenca-2.1.0 → cuenca-2.1.1.dev0}/tests/test_jwt.py +0 -0
|
@@ -20,7 +20,6 @@ __all__ = [
|
|
|
20
20
|
'Identity',
|
|
21
21
|
'IdentityEvent',
|
|
22
22
|
'KYCValidation',
|
|
23
|
-
'KYCVerification',
|
|
24
23
|
'LimitedWallet',
|
|
25
24
|
'LoginToken',
|
|
26
25
|
'Otp',
|
|
@@ -68,7 +67,6 @@ from .resources import (
|
|
|
68
67
|
IdentityEvent,
|
|
69
68
|
JwtToken,
|
|
70
69
|
KYCValidation,
|
|
71
|
-
KYCVerification,
|
|
72
70
|
LimitedWallet,
|
|
73
71
|
LoginToken,
|
|
74
72
|
Otp,
|
|
@@ -19,7 +19,6 @@ __all__ = [
|
|
|
19
19
|
'Identity',
|
|
20
20
|
'IdentityEvent',
|
|
21
21
|
'KYCValidation',
|
|
22
|
-
'KYCVerification',
|
|
23
22
|
'LimitedWallet',
|
|
24
23
|
'LoginToken',
|
|
25
24
|
'Otp',
|
|
@@ -62,7 +61,6 @@ from .identities import Identity
|
|
|
62
61
|
from .identity_events import IdentityEvent
|
|
63
62
|
from .jwt_tokens import JwtToken
|
|
64
63
|
from .kyc_validations import KYCValidation
|
|
65
|
-
from .kyc_verifications import KYCVerification
|
|
66
64
|
from .limited_wallets import LimitedWallet
|
|
67
65
|
from .login_tokens import LoginToken
|
|
68
66
|
from .otps import Otp
|
|
@@ -106,7 +104,6 @@ resource_classes = [
|
|
|
106
104
|
Identity,
|
|
107
105
|
IdentityEvent,
|
|
108
106
|
KYCValidation,
|
|
109
|
-
KYCVerification,
|
|
110
107
|
LimitedWallet,
|
|
111
108
|
LoginToken,
|
|
112
109
|
Questionnaires,
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
from typing import ClassVar, Optional
|
|
2
2
|
|
|
3
|
-
from cuenca_validations.types import
|
|
3
|
+
from cuenca_validations.types import (
|
|
4
|
+
KYCFile,
|
|
5
|
+
KYCValidationRequest,
|
|
6
|
+
KYCValidationType,
|
|
7
|
+
)
|
|
4
8
|
from pydantic import ConfigDict
|
|
5
9
|
|
|
6
10
|
from ..http import Session, session as global_session
|
|
@@ -31,6 +35,7 @@ class KYCValidation(Creatable, Retrievable, Queryable):
|
|
|
31
35
|
def create(
|
|
32
36
|
cls,
|
|
33
37
|
user_id: str,
|
|
38
|
+
validation_type: KYCValidationType,
|
|
34
39
|
force: bool = False,
|
|
35
40
|
documents: list[KYCFile] = [],
|
|
36
41
|
session: Session = global_session,
|
|
@@ -39,5 +44,6 @@ class KYCValidation(Creatable, Retrievable, Queryable):
|
|
|
39
44
|
user_id=user_id,
|
|
40
45
|
force=force,
|
|
41
46
|
documents=documents,
|
|
47
|
+
validation_type=validation_type,
|
|
42
48
|
)
|
|
43
49
|
return cls._create(**req.model_dump(), session=session)
|
|
@@ -37,7 +37,6 @@ cuenca/resources/identities.py
|
|
|
37
37
|
cuenca/resources/identity_events.py
|
|
38
38
|
cuenca/resources/jwt_tokens.py
|
|
39
39
|
cuenca/resources/kyc_validations.py
|
|
40
|
-
cuenca/resources/kyc_verifications.py
|
|
41
40
|
cuenca/resources/limited_wallets.py
|
|
42
41
|
cuenca/resources/login_tokens.py
|
|
43
42
|
cuenca/resources/otps.py
|
|
@@ -87,7 +86,6 @@ tests/resources/test_identities.py
|
|
|
87
86
|
tests/resources/test_identity_events.py
|
|
88
87
|
tests/resources/test_jwt_tokens.py
|
|
89
88
|
tests/resources/test_kyc_validations.py
|
|
90
|
-
tests/resources/test_kyc_verifications.py
|
|
91
89
|
tests/resources/test_limited_wallets.py
|
|
92
90
|
tests/resources/test_login_tokens.py
|
|
93
91
|
tests/resources/test_otps.py
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import pytest
|
|
2
|
+
from cuenca_validations.types import KYCValidationType
|
|
2
3
|
|
|
3
4
|
from cuenca import KYCValidation
|
|
4
5
|
|
|
5
6
|
|
|
6
7
|
@pytest.mark.vcr
|
|
7
8
|
def test_validation_create():
|
|
8
|
-
kyc_validation: KYCValidation = KYCValidation.create(
|
|
9
|
+
kyc_validation: KYCValidation = KYCValidation.create(
|
|
10
|
+
user_id="USFOOBAR",
|
|
11
|
+
validation_type=KYCValidationType.background,
|
|
12
|
+
)
|
|
9
13
|
assert kyc_validation.id
|
|
10
14
|
assert kyc_validation.verification_id
|
|
11
15
|
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import datetime as dt
|
|
2
|
-
from typing import ClassVar, Optional
|
|
3
|
-
|
|
4
|
-
from cuenca_validations.types import (
|
|
5
|
-
Address,
|
|
6
|
-
Curp,
|
|
7
|
-
KYCVerificationUpdateRequest,
|
|
8
|
-
Rfc,
|
|
9
|
-
)
|
|
10
|
-
from pydantic import ConfigDict
|
|
11
|
-
|
|
12
|
-
from ..http import Session, session as global_session
|
|
13
|
-
from .base import Creatable, Retrievable, Updateable
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
class KYCVerification(Creatable, Retrievable, Updateable):
|
|
17
|
-
_resource: ClassVar = 'kyc_verifications'
|
|
18
|
-
|
|
19
|
-
platform_id: str
|
|
20
|
-
created_at: dt.datetime
|
|
21
|
-
deactivated_at: Optional[dt.datetime] = None
|
|
22
|
-
verification_id: Optional[str] = None
|
|
23
|
-
curp: Optional[Curp] = None
|
|
24
|
-
rfc: Optional[Rfc] = None
|
|
25
|
-
address: Optional[Address] = None
|
|
26
|
-
|
|
27
|
-
model_config = ConfigDict(
|
|
28
|
-
json_schema_extra={
|
|
29
|
-
'example': {
|
|
30
|
-
'id': 'KVNEUInh69SuKXXmK95sROwQ',
|
|
31
|
-
'updated_at': '2020-05-24T14:15:22Z',
|
|
32
|
-
'platform_id': 'PT8UEv02zBTcymd4Kd3MO6pg',
|
|
33
|
-
'created_at': '2020-05-24T14:15:22Z',
|
|
34
|
-
'verification_id': 'string',
|
|
35
|
-
'curp': 'GOCG650418HVZNML08',
|
|
36
|
-
'rfc': 'GOCG650418123',
|
|
37
|
-
'address': Address.schema().get('example'),
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
)
|
|
41
|
-
|
|
42
|
-
@classmethod
|
|
43
|
-
def create(cls, session: Session = global_session) -> 'KYCVerification':
|
|
44
|
-
return cls._create(session=session)
|
|
45
|
-
|
|
46
|
-
@classmethod
|
|
47
|
-
def update(
|
|
48
|
-
cls,
|
|
49
|
-
kyc_id: str,
|
|
50
|
-
curp: Optional[Curp] = None,
|
|
51
|
-
) -> 'KYCVerification':
|
|
52
|
-
req = KYCVerificationUpdateRequest(curp=curp)
|
|
53
|
-
return cls._update(id=kyc_id, **req.model_dump())
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import pytest
|
|
2
|
-
|
|
3
|
-
from cuenca import KYCVerification
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
@pytest.mark.vcr
|
|
7
|
-
def test_kyc_verification_create():
|
|
8
|
-
kyc_verification: KYCVerification = KYCVerification.create()
|
|
9
|
-
assert kyc_verification.id
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
@pytest.mark.vcr
|
|
13
|
-
def test_kyc_verification_retrieve():
|
|
14
|
-
kyc_verification = KYCVerification.retrieve('KYC01')
|
|
15
|
-
assert kyc_verification.id
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
@pytest.mark.vcr
|
|
19
|
-
def test_kyc_verification_update():
|
|
20
|
-
kyc_id = 'KYC01'
|
|
21
|
-
changes = dict(curp='HEMA921130HNERNN05')
|
|
22
|
-
kyc_verification = KYCVerification.update(kyc_id, **changes)
|
|
23
|
-
assert all(
|
|
24
|
-
item in kyc_verification.to_dict().items() for item in changes.items()
|
|
25
|
-
)
|
|
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
|