affinidi_tdk_wallets_client 1.19.0__tar.gz → 1.21.0__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 affinidi_tdk_wallets_client might be problematic. Click here for more details.
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/PKG-INFO +7 -14
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/README.md +4 -11
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/__init__.py +1 -1
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/api/default_api.py +1 -1
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/api/revocation_api.py +1 -1
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/api/wallet_api.py +1 -1
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/api_client.py +3 -3
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/configuration.py +1 -1
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/exceptions.py +1 -1
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/__init__.py +1 -1
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/create_wallet_input.py +1 -1
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/create_wallet_response.py +1 -1
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/did_key_input_params.py +4 -4
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/did_web_input_params.py +5 -5
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/entity_not_found_error.py +3 -3
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/get_revocation_credential_status_ok.py +2 -2
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/get_revocation_list_credential_result_dto.py +2 -2
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py +3 -3
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/invalid_parameter_error.py +3 -3
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/key_not_found_error.py +3 -3
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/not_found_error.py +3 -3
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/operation_forbidden_error.py +3 -3
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/revoke_credential_input.py +3 -3
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/service_error_response.py +4 -4
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/service_error_response_details_inner.py +1 -1
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/sign_credential400_response.py +1 -1
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/sign_credential_input_dto.py +4 -4
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/sign_credential_input_dto_unsigned_credential_params.py +7 -7
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/sign_credential_result_dto.py +2 -2
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py +1 -1
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/sign_jwt_token.py +1 -1
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/sign_jwt_token_ok.py +2 -2
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/signing_failed_error.py +3 -3
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/update_wallet_input.py +3 -3
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/wallet_dto.py +9 -9
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/wallet_dto_keys_inner.py +3 -3
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/models/wallets_list_dto.py +1 -1
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/rest.py +1 -1
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/pyproject.toml +2 -2
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/api/__init__.py +0 -0
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/api_response.py +0 -0
- {affinidi_tdk_wallets_client-1.19.0 → affinidi_tdk_wallets_client-1.21.0}/affinidi_tdk_wallets_client/py.typed +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: affinidi_tdk_wallets_client
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.21.0
|
|
4
4
|
Summary: CloudWalletEssentials
|
|
5
|
-
Home-page: https://github.com/
|
|
5
|
+
Home-page: https://github.com/affinidi.com/affinidi-tdk
|
|
6
6
|
License: Apache-2.0
|
|
7
7
|
Keywords: OpenAPI,OpenAPI-Generator,CloudWalletEssentials
|
|
8
8
|
Author: Affinidi
|
|
@@ -20,19 +20,16 @@ Requires-Dist: aenum (>=3.1.11)
|
|
|
20
20
|
Requires-Dist: pydantic (>=1.10.5,<2.0.0)
|
|
21
21
|
Requires-Dist: python-dateutil (>=2.8.2)
|
|
22
22
|
Requires-Dist: urllib3 (>=1.25.3)
|
|
23
|
-
Project-URL: Repository, https://github.com/
|
|
23
|
+
Project-URL: Repository, https://github.com/affinidi.com/affinidi-tdk
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
|
|
26
26
|
# affinidi_tdk_wallets_client
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk)
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
- Package version: 1.0.0
|
|
34
|
-
- Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen
|
|
35
|
-
For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk)
|
|
32
|
+
Documentation is available at [https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/wallets](https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/wallets)
|
|
36
33
|
|
|
37
34
|
## Requirements.
|
|
38
35
|
|
|
@@ -45,11 +42,9 @@ Python 3.7+
|
|
|
45
42
|
If the python package is hosted on a repository, you can install directly using:
|
|
46
43
|
|
|
47
44
|
```sh
|
|
48
|
-
pip install
|
|
45
|
+
pip install affinidi_tdk_wallets_client
|
|
49
46
|
```
|
|
50
47
|
|
|
51
|
-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
|
|
52
|
-
|
|
53
48
|
Then import the package:
|
|
54
49
|
|
|
55
50
|
```python
|
|
@@ -64,8 +59,6 @@ Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
|
|
|
64
59
|
python setup.py install --user
|
|
65
60
|
```
|
|
66
61
|
|
|
67
|
-
(or `sudo python setup.py install` to install the package for all users)
|
|
68
|
-
|
|
69
62
|
Then import the package:
|
|
70
63
|
|
|
71
64
|
```python
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
# affinidi_tdk_wallets_client
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk)
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
- Package version: 1.0.0
|
|
9
|
-
- Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen
|
|
10
|
-
For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk)
|
|
7
|
+
Documentation is available at [https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/wallets](https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/wallets)
|
|
11
8
|
|
|
12
9
|
## Requirements.
|
|
13
10
|
|
|
@@ -20,11 +17,9 @@ Python 3.7+
|
|
|
20
17
|
If the python package is hosted on a repository, you can install directly using:
|
|
21
18
|
|
|
22
19
|
```sh
|
|
23
|
-
pip install
|
|
20
|
+
pip install affinidi_tdk_wallets_client
|
|
24
21
|
```
|
|
25
22
|
|
|
26
|
-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
|
|
27
|
-
|
|
28
23
|
Then import the package:
|
|
29
24
|
|
|
30
25
|
```python
|
|
@@ -39,8 +34,6 @@ Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
|
|
|
39
34
|
python setup.py install --user
|
|
40
35
|
```
|
|
41
36
|
|
|
42
|
-
(or `sudo python setup.py install` to install the package for all users)
|
|
43
|
-
|
|
44
37
|
Then import the package:
|
|
45
38
|
|
|
46
39
|
```python
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -539,7 +539,7 @@ class ApiClient:
|
|
|
539
539
|
if k in collection_formats:
|
|
540
540
|
collection_format = collection_formats[k]
|
|
541
541
|
if collection_format == 'multi':
|
|
542
|
-
new_params.extend((k, value) for value in v)
|
|
542
|
+
new_params.extend((k, str(value)) for value in v)
|
|
543
543
|
else:
|
|
544
544
|
if collection_format == 'ssv':
|
|
545
545
|
delimiter = ' '
|
|
@@ -554,7 +554,7 @@ class ApiClient:
|
|
|
554
554
|
else:
|
|
555
555
|
new_params.append((k, quote(str(v))))
|
|
556
556
|
|
|
557
|
-
return "&".join(["=".join(item) for item in new_params])
|
|
557
|
+
return "&".join(["=".join(map(str, item)) for item in new_params])
|
|
558
558
|
|
|
559
559
|
def files_parameters(self, files=None):
|
|
560
560
|
"""Builds form parameters.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -26,9 +26,9 @@ class DidKeyInputParams(BaseModel):
|
|
|
26
26
|
"""
|
|
27
27
|
Did key input params # noqa: E501
|
|
28
28
|
"""
|
|
29
|
-
name: Optional[StrictStr] = Field(None, description="The name of the wallet")
|
|
30
|
-
description: Optional[StrictStr] = Field(None, description="The description of the wallet")
|
|
31
|
-
did_method: Optional[StrictStr] = Field(None, alias="didMethod")
|
|
29
|
+
name: Optional[StrictStr] = Field(default=None, description="The name of the wallet")
|
|
30
|
+
description: Optional[StrictStr] = Field(default=None, description="The description of the wallet")
|
|
31
|
+
did_method: Optional[StrictStr] = Field(default=None, alias="didMethod")
|
|
32
32
|
__properties = ["name", "description", "didMethod"]
|
|
33
33
|
|
|
34
34
|
@validator('did_method')
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -26,10 +26,10 @@ class DidWebInputParams(BaseModel):
|
|
|
26
26
|
"""
|
|
27
27
|
Additional params for did method web # noqa: E501
|
|
28
28
|
"""
|
|
29
|
-
name: Optional[StrictStr] = Field(None, description="The name of the wallet")
|
|
30
|
-
description: Optional[StrictStr] = Field(None, description="The description of the wallet")
|
|
31
|
-
did_method: StrictStr = Field(
|
|
32
|
-
did_web_url: constr(strict=True, max_length=300) = Field(
|
|
29
|
+
name: Optional[StrictStr] = Field(default=None, description="The name of the wallet")
|
|
30
|
+
description: Optional[StrictStr] = Field(default=None, description="The description of the wallet")
|
|
31
|
+
did_method: StrictStr = Field(default=..., alias="didMethod")
|
|
32
|
+
did_web_url: constr(strict=True, max_length=300) = Field(default=..., alias="didWebUrl", description="If the did method is web, this is the URL of the did")
|
|
33
33
|
__properties = ["name", "description", "didMethod", "didWebUrl"]
|
|
34
34
|
|
|
35
35
|
@validator('did_method')
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -29,8 +29,8 @@ class EntityNotFoundError(BaseModel):
|
|
|
29
29
|
"""
|
|
30
30
|
name: StrictStr = Field(...)
|
|
31
31
|
message: StrictStr = Field(...)
|
|
32
|
-
http_status_code: Union[StrictFloat, StrictInt] = Field(
|
|
33
|
-
trace_id: StrictStr = Field(
|
|
32
|
+
http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode")
|
|
33
|
+
trace_id: StrictStr = Field(default=..., alias="traceId")
|
|
34
34
|
details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None
|
|
35
35
|
__properties = ["name", "message", "httpStatusCode", "traceId", "details"]
|
|
36
36
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -26,7 +26,7 @@ class GetRevocationCredentialStatusOK(BaseModel):
|
|
|
26
26
|
"""
|
|
27
27
|
DTO contains revocation list credential # noqa: E501
|
|
28
28
|
"""
|
|
29
|
-
revocation_list_credential: Dict[str, Any] = Field(
|
|
29
|
+
revocation_list_credential: Dict[str, Any] = Field(default=..., alias="revocationListCredential")
|
|
30
30
|
__properties = ["revocationListCredential"]
|
|
31
31
|
|
|
32
32
|
class Config:
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -26,7 +26,7 @@ class GetRevocationListCredentialResultDto(BaseModel):
|
|
|
26
26
|
"""
|
|
27
27
|
DTO contains revocation list credential # noqa: E501
|
|
28
28
|
"""
|
|
29
|
-
revocation_list_credential: Dict[str, Any] = Field(
|
|
29
|
+
revocation_list_credential: Dict[str, Any] = Field(default=..., alias="revocationListCredential")
|
|
30
30
|
__properties = ["revocationListCredential"]
|
|
31
31
|
|
|
32
32
|
class Config:
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -29,8 +29,8 @@ class InvalidDidParameterError(BaseModel):
|
|
|
29
29
|
"""
|
|
30
30
|
name: StrictStr = Field(...)
|
|
31
31
|
message: StrictStr = Field(...)
|
|
32
|
-
http_status_code: Union[StrictFloat, StrictInt] = Field(
|
|
33
|
-
trace_id: StrictStr = Field(
|
|
32
|
+
http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode")
|
|
33
|
+
trace_id: StrictStr = Field(default=..., alias="traceId")
|
|
34
34
|
details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None
|
|
35
35
|
__properties = ["name", "message", "httpStatusCode", "traceId", "details"]
|
|
36
36
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -29,8 +29,8 @@ class InvalidParameterError(BaseModel):
|
|
|
29
29
|
"""
|
|
30
30
|
name: StrictStr = Field(...)
|
|
31
31
|
message: StrictStr = Field(...)
|
|
32
|
-
http_status_code: Union[StrictFloat, StrictInt] = Field(
|
|
33
|
-
trace_id: StrictStr = Field(
|
|
32
|
+
http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode")
|
|
33
|
+
trace_id: StrictStr = Field(default=..., alias="traceId")
|
|
34
34
|
details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None
|
|
35
35
|
__properties = ["name", "message", "httpStatusCode", "traceId", "details"]
|
|
36
36
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -29,8 +29,8 @@ class KeyNotFoundError(BaseModel):
|
|
|
29
29
|
"""
|
|
30
30
|
name: StrictStr = Field(...)
|
|
31
31
|
message: StrictStr = Field(...)
|
|
32
|
-
http_status_code: Union[StrictFloat, StrictInt] = Field(
|
|
33
|
-
trace_id: StrictStr = Field(
|
|
32
|
+
http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode")
|
|
33
|
+
trace_id: StrictStr = Field(default=..., alias="traceId")
|
|
34
34
|
details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None
|
|
35
35
|
__properties = ["name", "message", "httpStatusCode", "traceId", "details"]
|
|
36
36
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -29,8 +29,8 @@ class NotFoundError(BaseModel):
|
|
|
29
29
|
"""
|
|
30
30
|
name: StrictStr = Field(...)
|
|
31
31
|
message: StrictStr = Field(...)
|
|
32
|
-
http_status_code: Union[StrictFloat, StrictInt] = Field(
|
|
33
|
-
trace_id: StrictStr = Field(
|
|
32
|
+
http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode")
|
|
33
|
+
trace_id: StrictStr = Field(default=..., alias="traceId")
|
|
34
34
|
details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None
|
|
35
35
|
__properties = ["name", "message", "httpStatusCode", "traceId", "details"]
|
|
36
36
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -29,8 +29,8 @@ class OperationForbiddenError(BaseModel):
|
|
|
29
29
|
"""
|
|
30
30
|
name: StrictStr = Field(...)
|
|
31
31
|
message: StrictStr = Field(...)
|
|
32
|
-
http_status_code: Union[StrictFloat, StrictInt] = Field(
|
|
33
|
-
trace_id: StrictStr = Field(
|
|
32
|
+
http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode")
|
|
33
|
+
trace_id: StrictStr = Field(default=..., alias="traceId")
|
|
34
34
|
details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None
|
|
35
35
|
__properties = ["name", "message", "httpStatusCode", "traceId", "details"]
|
|
36
36
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -26,8 +26,8 @@ class RevokeCredentialInput(BaseModel):
|
|
|
26
26
|
"""
|
|
27
27
|
RevokeCredentialInput
|
|
28
28
|
"""
|
|
29
|
-
revocation_reason: Optional[StrictStr] = Field(None, alias="revocationReason")
|
|
30
|
-
credential_id: Optional[StrictStr] = Field(None, alias="credentialId")
|
|
29
|
+
revocation_reason: Optional[StrictStr] = Field(default=None, alias="revocationReason")
|
|
30
|
+
credential_id: Optional[StrictStr] = Field(default=None, alias="credentialId")
|
|
31
31
|
__properties = ["revocationReason", "credentialId"]
|
|
32
32
|
|
|
33
33
|
class Config:
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -27,9 +27,9 @@ class ServiceErrorResponse(BaseModel):
|
|
|
27
27
|
"""
|
|
28
28
|
ServiceErrorResponse
|
|
29
29
|
"""
|
|
30
|
-
debug_id: StrictStr = Field(
|
|
31
|
-
name: StrictStr = Field(
|
|
32
|
-
code: StrictStr = Field(
|
|
30
|
+
debug_id: StrictStr = Field(default=..., alias="debugId", description="unique id for correlating this specific error to logs")
|
|
31
|
+
name: StrictStr = Field(default=..., description="name of the error")
|
|
32
|
+
code: StrictStr = Field(default=..., description="backwards compatible Affinidi error code")
|
|
33
33
|
details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None
|
|
34
34
|
__properties = ["debugId", "name", "code", "details"]
|
|
35
35
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -27,10 +27,10 @@ class SignCredentialInputDto(BaseModel):
|
|
|
27
27
|
"""
|
|
28
28
|
DTO contains params to sign credential # noqa: E501
|
|
29
29
|
"""
|
|
30
|
-
unsigned_credential: Optional[Dict[str, Any]] = Field(None, alias="unsignedCredential", description="Unsigned Credential. If provided \"unsignedCredentialParams\" is not accepted")
|
|
30
|
+
unsigned_credential: Optional[Dict[str, Any]] = Field(default=None, alias="unsignedCredential", description="Unsigned Credential. If provided \"unsignedCredentialParams\" is not accepted")
|
|
31
31
|
revocable: Optional[StrictBool] = None
|
|
32
|
-
credential_format: Optional[StrictStr] = Field(None, alias="credentialFormat")
|
|
33
|
-
unsigned_credential_params: Optional[SignCredentialInputDtoUnsignedCredentialParams] = Field(None, alias="unsignedCredentialParams")
|
|
32
|
+
credential_format: Optional[StrictStr] = Field(default=None, alias="credentialFormat")
|
|
33
|
+
unsigned_credential_params: Optional[SignCredentialInputDtoUnsignedCredentialParams] = Field(default=None, alias="unsignedCredentialParams")
|
|
34
34
|
__properties = ["unsignedCredential", "revocable", "credentialFormat", "unsignedCredentialParams"]
|
|
35
35
|
|
|
36
36
|
@validator('credential_format')
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -26,12 +26,12 @@ class SignCredentialInputDtoUnsignedCredentialParams(BaseModel):
|
|
|
26
26
|
"""
|
|
27
27
|
unsignedCredentialParams. Used to build an unsigned credential before the signing. This param is not accepted when \"unsignedCredential\" is given # noqa: E501
|
|
28
28
|
"""
|
|
29
|
-
json_ld_context_url: StrictStr = Field(
|
|
30
|
-
json_schema_url: StrictStr = Field(
|
|
31
|
-
type_name: StrictStr = Field(
|
|
32
|
-
credential_subject: Dict[str, Any] = Field(
|
|
33
|
-
holder_did: constr(strict=True) = Field(
|
|
34
|
-
expires_at: StrictStr = Field(
|
|
29
|
+
json_ld_context_url: StrictStr = Field(default=..., alias="jsonLdContextUrl")
|
|
30
|
+
json_schema_url: StrictStr = Field(default=..., alias="jsonSchemaUrl")
|
|
31
|
+
type_name: StrictStr = Field(default=..., alias="typeName")
|
|
32
|
+
credential_subject: Dict[str, Any] = Field(default=..., alias="credentialSubject")
|
|
33
|
+
holder_did: constr(strict=True) = Field(default=..., alias="holderDid")
|
|
34
|
+
expires_at: StrictStr = Field(default=..., alias="expiresAt")
|
|
35
35
|
__properties = ["jsonLdContextUrl", "jsonSchemaUrl", "typeName", "credentialSubject", "holderDid", "expiresAt"]
|
|
36
36
|
|
|
37
37
|
@validator('holder_did')
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -27,7 +27,7 @@ class SignCredentialResultDto(BaseModel):
|
|
|
27
27
|
"""
|
|
28
28
|
DTO contains signed credential # noqa: E501
|
|
29
29
|
"""
|
|
30
|
-
signed_credential: SignCredentialResultDtoSignedCredential = Field(
|
|
30
|
+
signed_credential: SignCredentialResultDtoSignedCredential = Field(default=..., alias="signedCredential")
|
|
31
31
|
__properties = ["signedCredential"]
|
|
32
32
|
|
|
33
33
|
class Config:
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -26,7 +26,7 @@ class SignJwtTokenOK(BaseModel):
|
|
|
26
26
|
"""
|
|
27
27
|
SignJwtTokenOK
|
|
28
28
|
"""
|
|
29
|
-
signed_jwt: Optional[StrictStr] = Field(None, alias="signedJwt")
|
|
29
|
+
signed_jwt: Optional[StrictStr] = Field(default=None, alias="signedJwt")
|
|
30
30
|
__properties = ["signedJwt"]
|
|
31
31
|
|
|
32
32
|
class Config:
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -29,8 +29,8 @@ class SigningFailedError(BaseModel):
|
|
|
29
29
|
"""
|
|
30
30
|
name: StrictStr = Field(...)
|
|
31
31
|
message: StrictStr = Field(...)
|
|
32
|
-
http_status_code: Union[StrictFloat, StrictInt] = Field(
|
|
33
|
-
trace_id: StrictStr = Field(
|
|
32
|
+
http_status_code: Union[StrictFloat, StrictInt] = Field(default=..., alias="httpStatusCode")
|
|
33
|
+
trace_id: StrictStr = Field(default=..., alias="traceId")
|
|
34
34
|
details: Optional[conlist(ServiceErrorResponseDetailsInner)] = None
|
|
35
35
|
__properties = ["name", "message", "httpStatusCode", "traceId", "details"]
|
|
36
36
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -26,8 +26,8 @@ class UpdateWalletInput(BaseModel):
|
|
|
26
26
|
"""
|
|
27
27
|
Update wallet input params # noqa: E501
|
|
28
28
|
"""
|
|
29
|
-
name: Optional[StrictStr] = Field(None, description="The name of the wallet")
|
|
30
|
-
description: Optional[StrictStr] = Field(None, description="The description of the wallet")
|
|
29
|
+
name: Optional[StrictStr] = Field(default=None, description="The name of the wallet")
|
|
30
|
+
description: Optional[StrictStr] = Field(default=None, description="The description of the wallet")
|
|
31
31
|
__properties = ["name", "description"]
|
|
32
32
|
|
|
33
33
|
class Config:
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -27,15 +27,15 @@ class WalletDto(BaseModel):
|
|
|
27
27
|
"""
|
|
28
28
|
wallet dto # noqa: E501
|
|
29
29
|
"""
|
|
30
|
-
id: Optional[StrictStr] = Field(None, description="id of the wallet in uuidV4 format")
|
|
31
|
-
did: Optional[StrictStr] = Field(None, description="did of the wallet")
|
|
32
|
-
name: Optional[StrictStr] = Field(None, description="The name of the wallet")
|
|
33
|
-
description: Optional[StrictStr] = Field(None, description="The description of the wallet")
|
|
34
|
-
did_document: Optional[Dict[str, Any]] = Field(None, alias="didDocument", description="did document of the wallet")
|
|
35
|
-
ari: Optional[StrictStr] = Field(None, description="ARI of the wallet")
|
|
30
|
+
id: Optional[StrictStr] = Field(default=None, description="id of the wallet in uuidV4 format")
|
|
31
|
+
did: Optional[StrictStr] = Field(default=None, description="did of the wallet")
|
|
32
|
+
name: Optional[StrictStr] = Field(default=None, description="The name of the wallet")
|
|
33
|
+
description: Optional[StrictStr] = Field(default=None, description="The description of the wallet")
|
|
34
|
+
did_document: Optional[Dict[str, Any]] = Field(default=None, alias="didDocument", description="did document of the wallet")
|
|
35
|
+
ari: Optional[StrictStr] = Field(default=None, description="ARI of the wallet")
|
|
36
36
|
keys: Optional[conlist(WalletDtoKeysInner)] = None
|
|
37
|
-
created_at: Optional[StrictStr] = Field(None, alias="createdAt")
|
|
38
|
-
modified_at: Optional[StrictStr] = Field(None, alias="modifiedAt")
|
|
37
|
+
created_at: Optional[StrictStr] = Field(default=None, alias="createdAt")
|
|
38
|
+
modified_at: Optional[StrictStr] = Field(default=None, alias="modifiedAt")
|
|
39
39
|
__properties = ["id", "did", "name", "description", "didDocument", "ari", "keys", "createdAt", "modifiedAt"]
|
|
40
40
|
|
|
41
41
|
class Config:
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
CloudWalletEssentials
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
|
|
8
8
|
The version of the OpenAPI document: 1.0.0
|
|
9
9
|
Contact: info@affinidi.com
|
|
@@ -26,8 +26,8 @@ class WalletDtoKeysInner(BaseModel):
|
|
|
26
26
|
"""
|
|
27
27
|
WalletDtoKeysInner
|
|
28
28
|
"""
|
|
29
|
-
id: Optional[StrictStr] = Field(None, description="id of linked key")
|
|
30
|
-
ari: Optional[StrictStr] = Field(None, description="ari of linked key")
|
|
29
|
+
id: Optional[StrictStr] = Field(default=None, description="id of linked key")
|
|
30
|
+
ari: Optional[StrictStr] = Field(default=None, description="ari of linked key")
|
|
31
31
|
__properties = ["id", "ari"]
|
|
32
32
|
|
|
33
33
|
class Config:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "affinidi_tdk_wallets_client"
|
|
3
|
-
version = "1.
|
|
3
|
+
version = "1.21.0"
|
|
4
4
|
description = "CloudWalletEssentials"
|
|
5
5
|
authors = ["Affinidi <info@affinidi.com>"]
|
|
6
6
|
license = "Apache-2.0"
|
|
7
7
|
readme = "README.md"
|
|
8
|
-
repository = "https://github.com/
|
|
8
|
+
repository = "https://github.com/affinidi.com/affinidi-tdk"
|
|
9
9
|
keywords = ["OpenAPI", "OpenAPI-Generator", "CloudWalletEssentials"]
|
|
10
10
|
include = ["affinidi_tdk_wallets_client/py.typed"]
|
|
11
11
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|