affinidi_tdk_wallets_client 1.58.0__py3-none-any.whl → 1.59.0__py3-none-any.whl

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.

@@ -35,6 +35,8 @@ from affinidi_tdk_wallets_client.exceptions import ApiException
35
35
  # import models into sdk package
36
36
  from affinidi_tdk_wallets_client.models.create_wallet_input import CreateWalletInput
37
37
  from affinidi_tdk_wallets_client.models.create_wallet_response import CreateWalletResponse
38
+ from affinidi_tdk_wallets_client.models.create_wallet_v2_input import CreateWalletV2Input
39
+ from affinidi_tdk_wallets_client.models.create_wallet_v2_response import CreateWalletV2Response
38
40
  from affinidi_tdk_wallets_client.models.entity_not_found_error import EntityNotFoundError
39
41
  from affinidi_tdk_wallets_client.models.get_revocation_credential_status_ok import GetRevocationCredentialStatusOK
40
42
  from affinidi_tdk_wallets_client.models.get_revocation_list_credential_result_dto import GetRevocationListCredentialResultDto
@@ -50,18 +52,21 @@ from affinidi_tdk_wallets_client.models.sign_credential400_response import SignC
50
52
  from affinidi_tdk_wallets_client.models.sign_credential_input_dto import SignCredentialInputDto
51
53
  from affinidi_tdk_wallets_client.models.sign_credential_input_dto_unsigned_credential_params import SignCredentialInputDtoUnsignedCredentialParams
52
54
  from affinidi_tdk_wallets_client.models.sign_credential_result_dto import SignCredentialResultDto
53
- from affinidi_tdk_wallets_client.models.sign_credentials_dm1_jwt_input_dto import SignCredentialsDm1JwtInputDto
54
- from affinidi_tdk_wallets_client.models.sign_credentials_dm1_jwt_result_dto import SignCredentialsDm1JwtResultDto
55
55
  from affinidi_tdk_wallets_client.models.sign_credentials_dm1_ld_input_dto import SignCredentialsDm1LdInputDto
56
56
  from affinidi_tdk_wallets_client.models.sign_credentials_dm1_ld_result_dto import SignCredentialsDm1LdResultDto
57
- from affinidi_tdk_wallets_client.models.sign_credentials_dm2_ld_input_dto import SignCredentialsDm2LdInputDto
58
- from affinidi_tdk_wallets_client.models.sign_credentials_dm2_ld_result_dto import SignCredentialsDm2LdResultDto
59
57
  from affinidi_tdk_wallets_client.models.sign_credentials_dm2_sd_jwt_input_dto import SignCredentialsDm2SdJwtInputDto
60
58
  from affinidi_tdk_wallets_client.models.sign_credentials_dm2_sd_jwt_result_dto import SignCredentialsDm2SdJwtResultDto
59
+ from affinidi_tdk_wallets_client.models.sign_credentials_jwt_input_dto import SignCredentialsJwtInputDto
60
+ from affinidi_tdk_wallets_client.models.sign_credentials_jwt_result_dto import SignCredentialsJwtResultDto
61
+ from affinidi_tdk_wallets_client.models.sign_credentials_ldp_input_dto import SignCredentialsLdpInputDto
62
+ from affinidi_tdk_wallets_client.models.sign_credentials_ldp_result_dto import SignCredentialsLdpResultDto
61
63
  from affinidi_tdk_wallets_client.models.sign_jwt_token import SignJwtToken
62
64
  from affinidi_tdk_wallets_client.models.sign_jwt_token_ok import SignJwtTokenOK
65
+ from affinidi_tdk_wallets_client.models.sign_presentation_ldp_input_dto import SignPresentationLdpInputDto
66
+ from affinidi_tdk_wallets_client.models.sign_presentation_ldp_result_dto import SignPresentationLdpResultDto
63
67
  from affinidi_tdk_wallets_client.models.signing_failed_error import SigningFailedError
64
68
  from affinidi_tdk_wallets_client.models.update_wallet_input import UpdateWalletInput
65
69
  from affinidi_tdk_wallets_client.models.wallet_dto import WalletDto
66
70
  from affinidi_tdk_wallets_client.models.wallet_dto_keys_inner import WalletDtoKeysInner
71
+ from affinidi_tdk_wallets_client.models.wallet_v2_dto import WalletV2Dto
67
72
  from affinidi_tdk_wallets_client.models.wallets_list_dto import WalletsListDto
@@ -17,6 +17,8 @@
17
17
  # import models into model package
18
18
  from affinidi_tdk_wallets_client.models.create_wallet_input import CreateWalletInput
19
19
  from affinidi_tdk_wallets_client.models.create_wallet_response import CreateWalletResponse
20
+ from affinidi_tdk_wallets_client.models.create_wallet_v2_input import CreateWalletV2Input
21
+ from affinidi_tdk_wallets_client.models.create_wallet_v2_response import CreateWalletV2Response
20
22
  from affinidi_tdk_wallets_client.models.entity_not_found_error import EntityNotFoundError
21
23
  from affinidi_tdk_wallets_client.models.get_revocation_credential_status_ok import GetRevocationCredentialStatusOK
22
24
  from affinidi_tdk_wallets_client.models.get_revocation_list_credential_result_dto import GetRevocationListCredentialResultDto
@@ -32,18 +34,21 @@ from affinidi_tdk_wallets_client.models.sign_credential400_response import SignC
32
34
  from affinidi_tdk_wallets_client.models.sign_credential_input_dto import SignCredentialInputDto
33
35
  from affinidi_tdk_wallets_client.models.sign_credential_input_dto_unsigned_credential_params import SignCredentialInputDtoUnsignedCredentialParams
34
36
  from affinidi_tdk_wallets_client.models.sign_credential_result_dto import SignCredentialResultDto
35
- from affinidi_tdk_wallets_client.models.sign_credentials_dm1_jwt_input_dto import SignCredentialsDm1JwtInputDto
36
- from affinidi_tdk_wallets_client.models.sign_credentials_dm1_jwt_result_dto import SignCredentialsDm1JwtResultDto
37
37
  from affinidi_tdk_wallets_client.models.sign_credentials_dm1_ld_input_dto import SignCredentialsDm1LdInputDto
38
38
  from affinidi_tdk_wallets_client.models.sign_credentials_dm1_ld_result_dto import SignCredentialsDm1LdResultDto
39
- from affinidi_tdk_wallets_client.models.sign_credentials_dm2_ld_input_dto import SignCredentialsDm2LdInputDto
40
- from affinidi_tdk_wallets_client.models.sign_credentials_dm2_ld_result_dto import SignCredentialsDm2LdResultDto
41
39
  from affinidi_tdk_wallets_client.models.sign_credentials_dm2_sd_jwt_input_dto import SignCredentialsDm2SdJwtInputDto
42
40
  from affinidi_tdk_wallets_client.models.sign_credentials_dm2_sd_jwt_result_dto import SignCredentialsDm2SdJwtResultDto
41
+ from affinidi_tdk_wallets_client.models.sign_credentials_jwt_input_dto import SignCredentialsJwtInputDto
42
+ from affinidi_tdk_wallets_client.models.sign_credentials_jwt_result_dto import SignCredentialsJwtResultDto
43
+ from affinidi_tdk_wallets_client.models.sign_credentials_ldp_input_dto import SignCredentialsLdpInputDto
44
+ from affinidi_tdk_wallets_client.models.sign_credentials_ldp_result_dto import SignCredentialsLdpResultDto
43
45
  from affinidi_tdk_wallets_client.models.sign_jwt_token import SignJwtToken
44
46
  from affinidi_tdk_wallets_client.models.sign_jwt_token_ok import SignJwtTokenOK
47
+ from affinidi_tdk_wallets_client.models.sign_presentation_ldp_input_dto import SignPresentationLdpInputDto
48
+ from affinidi_tdk_wallets_client.models.sign_presentation_ldp_result_dto import SignPresentationLdpResultDto
45
49
  from affinidi_tdk_wallets_client.models.signing_failed_error import SigningFailedError
46
50
  from affinidi_tdk_wallets_client.models.update_wallet_input import UpdateWalletInput
47
51
  from affinidi_tdk_wallets_client.models.wallet_dto import WalletDto
48
52
  from affinidi_tdk_wallets_client.models.wallet_dto_keys_inner import WalletDtoKeysInner
53
+ from affinidi_tdk_wallets_client.models.wallet_v2_dto import WalletV2Dto
49
54
  from affinidi_tdk_wallets_client.models.wallets_list_dto import WalletsListDto
@@ -0,0 +1,110 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ CloudWalletEssentials
5
+
6
+ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Contact: info@affinidi.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+
22
+ from typing import Optional
23
+ from pydantic import BaseModel, Field, StrictStr, constr, validator
24
+
25
+ class CreateWalletV2Input(BaseModel):
26
+ """
27
+ CreateWalletV2Input
28
+ """
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='key', alias="didMethod", description="Define how DID of your wallet is created and resolved")
32
+ did_web_url: Optional[constr(strict=True, max_length=300)] = Field(default=None, alias="didWebUrl", description="URL of the DID. Required if the did method is web")
33
+ algorithm: Optional[StrictStr] = Field(default='secp256k1', description="algorithm to generate key for the wallet")
34
+ __properties = ["name", "description", "didMethod", "didWebUrl", "algorithm"]
35
+
36
+ @validator('did_method')
37
+ def did_method_validate_enum(cls, value):
38
+ """Validates the enum"""
39
+ if value is None:
40
+ return value
41
+
42
+ if value not in ('key', 'web', 'peer0',):
43
+ raise ValueError("must be one of enum values ('key', 'web', 'peer0')")
44
+ return value
45
+
46
+ @validator('did_web_url')
47
+ def did_web_url_validate_regular_expression(cls, value):
48
+ """Validates the regular expression"""
49
+ if value is None:
50
+ return value
51
+
52
+ if not re.match(r"^(?!:\/\/)([a-zA-Z0-9\-\.]+)(:[0-9]+)?(\/[a-zA-Z0-9\-\/]*)?$", value):
53
+ raise ValueError(r"must validate the regular expression /^(?!:\/\/)([a-zA-Z0-9\-\.]+)(:[0-9]+)?(\/[a-zA-Z0-9\-\/]*)?$/")
54
+ return value
55
+
56
+ @validator('algorithm')
57
+ def algorithm_validate_enum(cls, value):
58
+ """Validates the enum"""
59
+ if value is None:
60
+ return value
61
+
62
+ if value not in ('secp256k1', 'ed25519', 'p256',):
63
+ raise ValueError("must be one of enum values ('secp256k1', 'ed25519', 'p256')")
64
+ return value
65
+
66
+ class Config:
67
+ """Pydantic configuration"""
68
+ allow_population_by_field_name = True
69
+ validate_assignment = True
70
+
71
+ def to_str(self) -> str:
72
+ """Returns the string representation of the model using alias"""
73
+ return pprint.pformat(self.dict(by_alias=True))
74
+
75
+ def to_json(self) -> str:
76
+ """Returns the JSON representation of the model using alias"""
77
+ return json.dumps(self.to_dict())
78
+
79
+ @classmethod
80
+ def from_json(cls, json_str: str) -> CreateWalletV2Input:
81
+ """Create an instance of CreateWalletV2Input from a JSON string"""
82
+ return cls.from_dict(json.loads(json_str))
83
+
84
+ def to_dict(self):
85
+ """Returns the dictionary representation of the model using alias"""
86
+ _dict = self.dict(by_alias=True,
87
+ exclude={
88
+ },
89
+ exclude_none=True)
90
+ return _dict
91
+
92
+ @classmethod
93
+ def from_dict(cls, obj: dict) -> CreateWalletV2Input:
94
+ """Create an instance of CreateWalletV2Input from a dict"""
95
+ if obj is None:
96
+ return None
97
+
98
+ if not isinstance(obj, dict):
99
+ return CreateWalletV2Input.parse_obj(obj)
100
+
101
+ _obj = CreateWalletV2Input.parse_obj({
102
+ "name": obj.get("name"),
103
+ "description": obj.get("description"),
104
+ "did_method": obj.get("didMethod") if obj.get("didMethod") is not None else 'key',
105
+ "did_web_url": obj.get("didWebUrl"),
106
+ "algorithm": obj.get("algorithm") if obj.get("algorithm") is not None else 'secp256k1'
107
+ })
108
+ return _obj
109
+
110
+
@@ -0,0 +1,76 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ CloudWalletEssentials
5
+
6
+ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Contact: info@affinidi.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+
22
+ from typing import Optional
23
+ from pydantic import BaseModel
24
+ from affinidi_tdk_wallets_client.models.wallet_v2_dto import WalletV2Dto
25
+
26
+ class CreateWalletV2Response(BaseModel):
27
+ """
28
+ wallet dto # noqa: E501
29
+ """
30
+ wallet: Optional[WalletV2Dto] = None
31
+ __properties = ["wallet"]
32
+
33
+ class Config:
34
+ """Pydantic configuration"""
35
+ allow_population_by_field_name = True
36
+ validate_assignment = True
37
+
38
+ def to_str(self) -> str:
39
+ """Returns the string representation of the model using alias"""
40
+ return pprint.pformat(self.dict(by_alias=True))
41
+
42
+ def to_json(self) -> str:
43
+ """Returns the JSON representation of the model using alias"""
44
+ return json.dumps(self.to_dict())
45
+
46
+ @classmethod
47
+ def from_json(cls, json_str: str) -> CreateWalletV2Response:
48
+ """Create an instance of CreateWalletV2Response from a JSON string"""
49
+ return cls.from_dict(json.loads(json_str))
50
+
51
+ def to_dict(self):
52
+ """Returns the dictionary representation of the model using alias"""
53
+ _dict = self.dict(by_alias=True,
54
+ exclude={
55
+ },
56
+ exclude_none=True)
57
+ # override the default output from pydantic by calling `to_dict()` of wallet
58
+ if self.wallet:
59
+ _dict['wallet'] = self.wallet.to_dict()
60
+ return _dict
61
+
62
+ @classmethod
63
+ def from_dict(cls, obj: dict) -> CreateWalletV2Response:
64
+ """Create an instance of CreateWalletV2Response from a dict"""
65
+ if obj is None:
66
+ return None
67
+
68
+ if not isinstance(obj, dict):
69
+ return CreateWalletV2Response.parse_obj(obj)
70
+
71
+ _obj = CreateWalletV2Response.parse_obj({
72
+ "wallet": WalletV2Dto.from_dict(obj.get("wallet")) if obj.get("wallet") is not None else None
73
+ })
74
+ return _obj
75
+
76
+
@@ -20,7 +20,7 @@ import json
20
20
 
21
21
 
22
22
  from typing import Any, Dict, Optional
23
- from pydantic import BaseModel, Field, StrictBool
23
+ from pydantic import BaseModel, Field, StrictBool, StrictStr, validator
24
24
 
25
25
  class SignCredentialsDm1LdInputDto(BaseModel):
26
26
  """
@@ -28,7 +28,18 @@ class SignCredentialsDm1LdInputDto(BaseModel):
28
28
  """
29
29
  unsigned_credential: Dict[str, Any] = Field(default=..., alias="unsignedCredential", description="Unsigned Credential in Dm1 format")
30
30
  revocable: Optional[StrictBool] = None
31
- __properties = ["unsignedCredential", "revocable"]
31
+ signature_scheme: Optional[StrictStr] = Field(default=None, alias="signatureScheme")
32
+ __properties = ["unsignedCredential", "revocable", "signatureScheme"]
33
+
34
+ @validator('signature_scheme')
35
+ def signature_scheme_validate_enum(cls, value):
36
+ """Validates the enum"""
37
+ if value is None:
38
+ return value
39
+
40
+ if value not in ('ecdsa_secp256k1_sha256', 'ecdsa_p256_sha256', 'ed25519',):
41
+ raise ValueError("must be one of enum values ('ecdsa_secp256k1_sha256', 'ecdsa_p256_sha256', 'ed25519')")
42
+ return value
32
43
 
33
44
  class Config:
34
45
  """Pydantic configuration"""
@@ -67,7 +78,8 @@ class SignCredentialsDm1LdInputDto(BaseModel):
67
78
 
68
79
  _obj = SignCredentialsDm1LdInputDto.parse_obj({
69
80
  "unsigned_credential": obj.get("unsignedCredential"),
70
- "revocable": obj.get("revocable")
81
+ "revocable": obj.get("revocable"),
82
+ "signature_scheme": obj.get("signatureScheme")
71
83
  })
72
84
  return _obj
73
85
 
@@ -20,7 +20,7 @@ import json
20
20
 
21
21
 
22
22
  from typing import Any, Dict, Optional
23
- from pydantic import BaseModel, Field, StrictBool
23
+ from pydantic import BaseModel, Field, StrictBool, StrictStr, validator
24
24
 
25
25
  class SignCredentialsDm2SdJwtInputDto(BaseModel):
26
26
  """
@@ -29,7 +29,18 @@ class SignCredentialsDm2SdJwtInputDto(BaseModel):
29
29
  unsigned_credential: Dict[str, Any] = Field(default=..., alias="unsignedCredential", description="Unsigned Credential in Dm2 format")
30
30
  revocable: Optional[StrictBool] = None
31
31
  disclosure_frame: Dict[str, Any] = Field(default=..., alias="disclosureFrame")
32
- __properties = ["unsignedCredential", "revocable", "disclosureFrame"]
32
+ signature_scheme: Optional[StrictStr] = Field(default=None, alias="signatureScheme")
33
+ __properties = ["unsignedCredential", "revocable", "disclosureFrame", "signatureScheme"]
34
+
35
+ @validator('signature_scheme')
36
+ def signature_scheme_validate_enum(cls, value):
37
+ """Validates the enum"""
38
+ if value is None:
39
+ return value
40
+
41
+ if value not in ('ecdsa_secp256k1_sha256', 'ecdsa_p256_sha256', 'ed25519',):
42
+ raise ValueError("must be one of enum values ('ecdsa_secp256k1_sha256', 'ecdsa_p256_sha256', 'ed25519')")
43
+ return value
33
44
 
34
45
  class Config:
35
46
  """Pydantic configuration"""
@@ -69,7 +80,8 @@ class SignCredentialsDm2SdJwtInputDto(BaseModel):
69
80
  _obj = SignCredentialsDm2SdJwtInputDto.parse_obj({
70
81
  "unsigned_credential": obj.get("unsignedCredential"),
71
82
  "revocable": obj.get("revocable"),
72
- "disclosure_frame": obj.get("disclosureFrame")
83
+ "disclosure_frame": obj.get("disclosureFrame"),
84
+ "signature_scheme": obj.get("signatureScheme")
73
85
  })
74
86
  return _obj
75
87
 
@@ -20,15 +20,26 @@ import json
20
20
 
21
21
 
22
22
  from typing import Any, Dict, Optional
23
- from pydantic import BaseModel, Field, StrictBool
23
+ from pydantic import BaseModel, Field, StrictBool, StrictStr, validator
24
24
 
25
- class SignCredentialsDm1JwtInputDto(BaseModel):
25
+ class SignCredentialsJwtInputDto(BaseModel):
26
26
  """
27
27
  DTO contains params to sign credential # noqa: E501
28
28
  """
29
29
  unsigned_credential: Dict[str, Any] = Field(default=..., alias="unsignedCredential", description="Unsigned Credential in Dm1 format")
30
30
  revocable: Optional[StrictBool] = None
31
- __properties = ["unsignedCredential", "revocable"]
31
+ signature_scheme: Optional[StrictStr] = Field(default=None, alias="signatureScheme")
32
+ __properties = ["unsignedCredential", "revocable", "signatureScheme"]
33
+
34
+ @validator('signature_scheme')
35
+ def signature_scheme_validate_enum(cls, value):
36
+ """Validates the enum"""
37
+ if value is None:
38
+ return value
39
+
40
+ if value not in ('ecdsa_secp256k1_sha256', 'ecdsa_p256_sha256', 'ed25519',):
41
+ raise ValueError("must be one of enum values ('ecdsa_secp256k1_sha256', 'ecdsa_p256_sha256', 'ed25519')")
42
+ return value
32
43
 
33
44
  class Config:
34
45
  """Pydantic configuration"""
@@ -44,8 +55,8 @@ class SignCredentialsDm1JwtInputDto(BaseModel):
44
55
  return json.dumps(self.to_dict())
45
56
 
46
57
  @classmethod
47
- def from_json(cls, json_str: str) -> SignCredentialsDm1JwtInputDto:
48
- """Create an instance of SignCredentialsDm1JwtInputDto from a JSON string"""
58
+ def from_json(cls, json_str: str) -> SignCredentialsJwtInputDto:
59
+ """Create an instance of SignCredentialsJwtInputDto from a JSON string"""
49
60
  return cls.from_dict(json.loads(json_str))
50
61
 
51
62
  def to_dict(self):
@@ -57,17 +68,18 @@ class SignCredentialsDm1JwtInputDto(BaseModel):
57
68
  return _dict
58
69
 
59
70
  @classmethod
60
- def from_dict(cls, obj: dict) -> SignCredentialsDm1JwtInputDto:
61
- """Create an instance of SignCredentialsDm1JwtInputDto from a dict"""
71
+ def from_dict(cls, obj: dict) -> SignCredentialsJwtInputDto:
72
+ """Create an instance of SignCredentialsJwtInputDto from a dict"""
62
73
  if obj is None:
63
74
  return None
64
75
 
65
76
  if not isinstance(obj, dict):
66
- return SignCredentialsDm1JwtInputDto.parse_obj(obj)
77
+ return SignCredentialsJwtInputDto.parse_obj(obj)
67
78
 
68
- _obj = SignCredentialsDm1JwtInputDto.parse_obj({
79
+ _obj = SignCredentialsJwtInputDto.parse_obj({
69
80
  "unsigned_credential": obj.get("unsignedCredential"),
70
- "revocable": obj.get("revocable")
81
+ "revocable": obj.get("revocable"),
82
+ "signature_scheme": obj.get("signatureScheme")
71
83
  })
72
84
  return _obj
73
85
 
@@ -22,7 +22,7 @@ import json
22
22
 
23
23
  from pydantic import BaseModel, Field, StrictStr
24
24
 
25
- class SignCredentialsDm1JwtResultDto(BaseModel):
25
+ class SignCredentialsJwtResultDto(BaseModel):
26
26
  """
27
27
  DTO contains signed credential # noqa: E501
28
28
  """
@@ -43,8 +43,8 @@ class SignCredentialsDm1JwtResultDto(BaseModel):
43
43
  return json.dumps(self.to_dict())
44
44
 
45
45
  @classmethod
46
- def from_json(cls, json_str: str) -> SignCredentialsDm1JwtResultDto:
47
- """Create an instance of SignCredentialsDm1JwtResultDto from a JSON string"""
46
+ def from_json(cls, json_str: str) -> SignCredentialsJwtResultDto:
47
+ """Create an instance of SignCredentialsJwtResultDto from a JSON string"""
48
48
  return cls.from_dict(json.loads(json_str))
49
49
 
50
50
  def to_dict(self):
@@ -56,15 +56,15 @@ class SignCredentialsDm1JwtResultDto(BaseModel):
56
56
  return _dict
57
57
 
58
58
  @classmethod
59
- def from_dict(cls, obj: dict) -> SignCredentialsDm1JwtResultDto:
60
- """Create an instance of SignCredentialsDm1JwtResultDto from a dict"""
59
+ def from_dict(cls, obj: dict) -> SignCredentialsJwtResultDto:
60
+ """Create an instance of SignCredentialsJwtResultDto from a dict"""
61
61
  if obj is None:
62
62
  return None
63
63
 
64
64
  if not isinstance(obj, dict):
65
- return SignCredentialsDm1JwtResultDto.parse_obj(obj)
65
+ return SignCredentialsJwtResultDto.parse_obj(obj)
66
66
 
67
- _obj = SignCredentialsDm1JwtResultDto.parse_obj({
67
+ _obj = SignCredentialsJwtResultDto.parse_obj({
68
68
  "credential": obj.get("credential")
69
69
  })
70
70
  return _obj
@@ -0,0 +1,86 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ CloudWalletEssentials
5
+
6
+ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Contact: info@affinidi.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+
22
+ from typing import Any, Dict, Optional
23
+ from pydantic import BaseModel, Field, StrictBool, StrictStr, validator
24
+
25
+ class SignCredentialsLdpInputDto(BaseModel):
26
+ """
27
+ DTO contains params to sign credential # noqa: E501
28
+ """
29
+ unsigned_credential: Dict[str, Any] = Field(default=..., alias="unsignedCredential", description="Unsigned Credential in Dm2 format ")
30
+ revocable: Optional[StrictBool] = None
31
+ signature_scheme: Optional[StrictStr] = Field(default=None, alias="signatureScheme")
32
+ __properties = ["unsignedCredential", "revocable", "signatureScheme"]
33
+
34
+ @validator('signature_scheme')
35
+ def signature_scheme_validate_enum(cls, value):
36
+ """Validates the enum"""
37
+ if value is None:
38
+ return value
39
+
40
+ if value not in ('ecdsa_secp256k1_sha256', 'ecdsa_p256_sha256', 'ed25519',):
41
+ raise ValueError("must be one of enum values ('ecdsa_secp256k1_sha256', 'ecdsa_p256_sha256', 'ed25519')")
42
+ return value
43
+
44
+ class Config:
45
+ """Pydantic configuration"""
46
+ allow_population_by_field_name = True
47
+ validate_assignment = True
48
+
49
+ def to_str(self) -> str:
50
+ """Returns the string representation of the model using alias"""
51
+ return pprint.pformat(self.dict(by_alias=True))
52
+
53
+ def to_json(self) -> str:
54
+ """Returns the JSON representation of the model using alias"""
55
+ return json.dumps(self.to_dict())
56
+
57
+ @classmethod
58
+ def from_json(cls, json_str: str) -> SignCredentialsLdpInputDto:
59
+ """Create an instance of SignCredentialsLdpInputDto from a JSON string"""
60
+ return cls.from_dict(json.loads(json_str))
61
+
62
+ def to_dict(self):
63
+ """Returns the dictionary representation of the model using alias"""
64
+ _dict = self.dict(by_alias=True,
65
+ exclude={
66
+ },
67
+ exclude_none=True)
68
+ return _dict
69
+
70
+ @classmethod
71
+ def from_dict(cls, obj: dict) -> SignCredentialsLdpInputDto:
72
+ """Create an instance of SignCredentialsLdpInputDto from a dict"""
73
+ if obj is None:
74
+ return None
75
+
76
+ if not isinstance(obj, dict):
77
+ return SignCredentialsLdpInputDto.parse_obj(obj)
78
+
79
+ _obj = SignCredentialsLdpInputDto.parse_obj({
80
+ "unsigned_credential": obj.get("unsignedCredential"),
81
+ "revocable": obj.get("revocable"),
82
+ "signature_scheme": obj.get("signatureScheme")
83
+ })
84
+ return _obj
85
+
86
+
@@ -22,7 +22,7 @@ import json
22
22
  from typing import Any, Dict
23
23
  from pydantic import BaseModel, Field
24
24
 
25
- class SignCredentialsDm2LdResultDto(BaseModel):
25
+ class SignCredentialsLdpResultDto(BaseModel):
26
26
  """
27
27
  DTO contains signed credential # noqa: E501
28
28
  """
@@ -43,8 +43,8 @@ class SignCredentialsDm2LdResultDto(BaseModel):
43
43
  return json.dumps(self.to_dict())
44
44
 
45
45
  @classmethod
46
- def from_json(cls, json_str: str) -> SignCredentialsDm2LdResultDto:
47
- """Create an instance of SignCredentialsDm2LdResultDto from a JSON string"""
46
+ def from_json(cls, json_str: str) -> SignCredentialsLdpResultDto:
47
+ """Create an instance of SignCredentialsLdpResultDto from a JSON string"""
48
48
  return cls.from_dict(json.loads(json_str))
49
49
 
50
50
  def to_dict(self):
@@ -56,15 +56,15 @@ class SignCredentialsDm2LdResultDto(BaseModel):
56
56
  return _dict
57
57
 
58
58
  @classmethod
59
- def from_dict(cls, obj: dict) -> SignCredentialsDm2LdResultDto:
60
- """Create an instance of SignCredentialsDm2LdResultDto from a dict"""
59
+ def from_dict(cls, obj: dict) -> SignCredentialsLdpResultDto:
60
+ """Create an instance of SignCredentialsLdpResultDto from a dict"""
61
61
  if obj is None:
62
62
  return None
63
63
 
64
64
  if not isinstance(obj, dict):
65
- return SignCredentialsDm2LdResultDto.parse_obj(obj)
65
+ return SignCredentialsLdpResultDto.parse_obj(obj)
66
66
 
67
- _obj = SignCredentialsDm2LdResultDto.parse_obj({
67
+ _obj = SignCredentialsLdpResultDto.parse_obj({
68
68
  "credential": obj.get("credential")
69
69
  })
70
70
  return _obj
@@ -0,0 +1,88 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ CloudWalletEssentials
5
+
6
+ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Contact: info@affinidi.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+
22
+ from typing import Any, Dict, List, Optional
23
+ from pydantic import BaseModel, Field, StrictStr, conlist, validator
24
+
25
+ class SignPresentationLdpInputDto(BaseModel):
26
+ """
27
+ DTO contains params to sign presentation # noqa: E501
28
+ """
29
+ unsigned_presentation: Dict[str, Any] = Field(default=..., alias="unsignedPresentation", description="Unsigned presentation in Dm1 format")
30
+ signature_scheme: Optional[StrictStr] = Field(default=None, alias="signatureScheme")
31
+ domain: Optional[conlist(StrictStr)] = Field(default=None, description="Domain(s) for which the presentation is intended")
32
+ challenge: Optional[StrictStr] = Field(default=None, description="Challenge string")
33
+ __properties = ["unsignedPresentation", "signatureScheme", "domain", "challenge"]
34
+
35
+ @validator('signature_scheme')
36
+ def signature_scheme_validate_enum(cls, value):
37
+ """Validates the enum"""
38
+ if value is None:
39
+ return value
40
+
41
+ if value not in ('ecdsa_secp256k1_sha256', 'ecdsa_p256_sha256', 'ed25519',):
42
+ raise ValueError("must be one of enum values ('ecdsa_secp256k1_sha256', 'ecdsa_p256_sha256', 'ed25519')")
43
+ return value
44
+
45
+ class Config:
46
+ """Pydantic configuration"""
47
+ allow_population_by_field_name = True
48
+ validate_assignment = True
49
+
50
+ def to_str(self) -> str:
51
+ """Returns the string representation of the model using alias"""
52
+ return pprint.pformat(self.dict(by_alias=True))
53
+
54
+ def to_json(self) -> str:
55
+ """Returns the JSON representation of the model using alias"""
56
+ return json.dumps(self.to_dict())
57
+
58
+ @classmethod
59
+ def from_json(cls, json_str: str) -> SignPresentationLdpInputDto:
60
+ """Create an instance of SignPresentationLdpInputDto from a JSON string"""
61
+ return cls.from_dict(json.loads(json_str))
62
+
63
+ def to_dict(self):
64
+ """Returns the dictionary representation of the model using alias"""
65
+ _dict = self.dict(by_alias=True,
66
+ exclude={
67
+ },
68
+ exclude_none=True)
69
+ return _dict
70
+
71
+ @classmethod
72
+ def from_dict(cls, obj: dict) -> SignPresentationLdpInputDto:
73
+ """Create an instance of SignPresentationLdpInputDto from a dict"""
74
+ if obj is None:
75
+ return None
76
+
77
+ if not isinstance(obj, dict):
78
+ return SignPresentationLdpInputDto.parse_obj(obj)
79
+
80
+ _obj = SignPresentationLdpInputDto.parse_obj({
81
+ "unsigned_presentation": obj.get("unsignedPresentation"),
82
+ "signature_scheme": obj.get("signatureScheme"),
83
+ "domain": obj.get("domain"),
84
+ "challenge": obj.get("challenge")
85
+ })
86
+ return _obj
87
+
88
+
@@ -19,16 +19,15 @@ import re # noqa: F401
19
19
  import json
20
20
 
21
21
 
22
- from typing import Any, Dict, Optional
23
- from pydantic import BaseModel, Field, StrictBool
22
+ from typing import Any, Dict
23
+ from pydantic import BaseModel, Field
24
24
 
25
- class SignCredentialsDm2LdInputDto(BaseModel):
25
+ class SignPresentationLdpResultDto(BaseModel):
26
26
  """
27
- DTO contains params to sign credential # noqa: E501
27
+ DTO contains signed presentation # noqa: E501
28
28
  """
29
- unsigned_credential: Dict[str, Any] = Field(default=..., alias="unsignedCredential", description="Unsigned Credential in Dm2 format ")
30
- revocable: Optional[StrictBool] = None
31
- __properties = ["unsignedCredential", "revocable"]
29
+ presentation: Dict[str, Any] = Field(default=..., description="Signed presentation in Dm1Ld format")
30
+ __properties = ["presentation"]
32
31
 
33
32
  class Config:
34
33
  """Pydantic configuration"""
@@ -44,8 +43,8 @@ class SignCredentialsDm2LdInputDto(BaseModel):
44
43
  return json.dumps(self.to_dict())
45
44
 
46
45
  @classmethod
47
- def from_json(cls, json_str: str) -> SignCredentialsDm2LdInputDto:
48
- """Create an instance of SignCredentialsDm2LdInputDto from a JSON string"""
46
+ def from_json(cls, json_str: str) -> SignPresentationLdpResultDto:
47
+ """Create an instance of SignPresentationLdpResultDto from a JSON string"""
49
48
  return cls.from_dict(json.loads(json_str))
50
49
 
51
50
  def to_dict(self):
@@ -57,17 +56,16 @@ class SignCredentialsDm2LdInputDto(BaseModel):
57
56
  return _dict
58
57
 
59
58
  @classmethod
60
- def from_dict(cls, obj: dict) -> SignCredentialsDm2LdInputDto:
61
- """Create an instance of SignCredentialsDm2LdInputDto from a dict"""
59
+ def from_dict(cls, obj: dict) -> SignPresentationLdpResultDto:
60
+ """Create an instance of SignPresentationLdpResultDto from a dict"""
62
61
  if obj is None:
63
62
  return None
64
63
 
65
64
  if not isinstance(obj, dict):
66
- return SignCredentialsDm2LdInputDto.parse_obj(obj)
65
+ return SignPresentationLdpResultDto.parse_obj(obj)
67
66
 
68
- _obj = SignCredentialsDm2LdInputDto.parse_obj({
69
- "unsigned_credential": obj.get("unsignedCredential"),
70
- "revocable": obj.get("revocable")
67
+ _obj = SignPresentationLdpResultDto.parse_obj({
68
+ "presentation": obj.get("presentation")
71
69
  })
72
70
  return _obj
73
71
 
@@ -0,0 +1,98 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ CloudWalletEssentials
5
+
6
+ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+
8
+ The version of the OpenAPI document: 1.0.0
9
+ Contact: info@affinidi.com
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
+
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
14
+
15
+
16
+ from __future__ import annotations
17
+ import pprint
18
+ import re # noqa: F401
19
+ import json
20
+
21
+
22
+ from typing import Any, Dict, List, Optional
23
+ from pydantic import BaseModel, Field, StrictStr, conlist
24
+ from affinidi_tdk_wallets_client.models.wallet_dto_keys_inner import WalletDtoKeysInner
25
+
26
+ class WalletV2Dto(BaseModel):
27
+ """
28
+ wallet v2 dto # noqa: E501
29
+ """
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
+ algorithm: Optional[StrictStr] = Field(default=None, description="algorithm used to generate key for the wallet")
37
+ keys: Optional[conlist(WalletDtoKeysInner)] = None
38
+ created_at: Optional[StrictStr] = Field(default=None, alias="createdAt")
39
+ modified_at: Optional[StrictStr] = Field(default=None, alias="modifiedAt")
40
+ __properties = ["id", "did", "name", "description", "didDocument", "ari", "algorithm", "keys", "createdAt", "modifiedAt"]
41
+
42
+ class Config:
43
+ """Pydantic configuration"""
44
+ allow_population_by_field_name = True
45
+ validate_assignment = True
46
+
47
+ def to_str(self) -> str:
48
+ """Returns the string representation of the model using alias"""
49
+ return pprint.pformat(self.dict(by_alias=True))
50
+
51
+ def to_json(self) -> str:
52
+ """Returns the JSON representation of the model using alias"""
53
+ return json.dumps(self.to_dict())
54
+
55
+ @classmethod
56
+ def from_json(cls, json_str: str) -> WalletV2Dto:
57
+ """Create an instance of WalletV2Dto from a JSON string"""
58
+ return cls.from_dict(json.loads(json_str))
59
+
60
+ def to_dict(self):
61
+ """Returns the dictionary representation of the model using alias"""
62
+ _dict = self.dict(by_alias=True,
63
+ exclude={
64
+ },
65
+ exclude_none=True)
66
+ # override the default output from pydantic by calling `to_dict()` of each item in keys (list)
67
+ _items = []
68
+ if self.keys:
69
+ for _item in self.keys:
70
+ if _item:
71
+ _items.append(_item.to_dict())
72
+ _dict['keys'] = _items
73
+ return _dict
74
+
75
+ @classmethod
76
+ def from_dict(cls, obj: dict) -> WalletV2Dto:
77
+ """Create an instance of WalletV2Dto from a dict"""
78
+ if obj is None:
79
+ return None
80
+
81
+ if not isinstance(obj, dict):
82
+ return WalletV2Dto.parse_obj(obj)
83
+
84
+ _obj = WalletV2Dto.parse_obj({
85
+ "id": obj.get("id"),
86
+ "did": obj.get("did"),
87
+ "name": obj.get("name"),
88
+ "description": obj.get("description"),
89
+ "did_document": obj.get("didDocument"),
90
+ "ari": obj.get("ari"),
91
+ "algorithm": obj.get("algorithm"),
92
+ "keys": [WalletDtoKeysInner.from_dict(_item) for _item in obj.get("keys")] if obj.get("keys") is not None else None,
93
+ "created_at": obj.get("createdAt"),
94
+ "modified_at": obj.get("modifiedAt")
95
+ })
96
+ return _obj
97
+
98
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: affinidi_tdk_wallets_client
3
- Version: 1.58.0
3
+ Version: 1.59.0
4
4
  Summary: CloudWalletEssentials
5
5
  Home-page: https://github.com/affinidi/affinidi-tdk
6
6
  License: Apache-2.0
@@ -27,7 +27,7 @@ Description-Content-Type: text/markdown
27
27
 
28
28
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
29
29
 
30
- For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk)
30
+ For more information, please visit [www.affinidi.com](www.affinidi.com)
31
31
 
32
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)
33
33
 
@@ -151,6 +151,8 @@ All URIs are relative to *https://apse1.api.affinidi.io/cwe*
151
151
 
152
152
  - [CreateWalletInput](docs/CreateWalletInput.md)
153
153
  - [CreateWalletResponse](docs/CreateWalletResponse.md)
154
+ - [CreateWalletV2Input](docs/CreateWalletV2Input.md)
155
+ - [CreateWalletV2Response](docs/CreateWalletV2Response.md)
154
156
  - [EntityNotFoundError](docs/EntityNotFoundError.md)
155
157
  - [GetRevocationCredentialStatusOK](docs/GetRevocationCredentialStatusOK.md)
156
158
  - [GetRevocationListCredentialResultDto](docs/GetRevocationListCredentialResultDto.md)
@@ -166,20 +168,23 @@ All URIs are relative to *https://apse1.api.affinidi.io/cwe*
166
168
  - [SignCredentialInputDto](docs/SignCredentialInputDto.md)
167
169
  - [SignCredentialInputDtoUnsignedCredentialParams](docs/SignCredentialInputDtoUnsignedCredentialParams.md)
168
170
  - [SignCredentialResultDto](docs/SignCredentialResultDto.md)
169
- - [SignCredentialsDm1JwtInputDto](docs/SignCredentialsDm1JwtInputDto.md)
170
- - [SignCredentialsDm1JwtResultDto](docs/SignCredentialsDm1JwtResultDto.md)
171
171
  - [SignCredentialsDm1LdInputDto](docs/SignCredentialsDm1LdInputDto.md)
172
172
  - [SignCredentialsDm1LdResultDto](docs/SignCredentialsDm1LdResultDto.md)
173
- - [SignCredentialsDm2LdInputDto](docs/SignCredentialsDm2LdInputDto.md)
174
- - [SignCredentialsDm2LdResultDto](docs/SignCredentialsDm2LdResultDto.md)
175
173
  - [SignCredentialsDm2SdJwtInputDto](docs/SignCredentialsDm2SdJwtInputDto.md)
176
174
  - [SignCredentialsDm2SdJwtResultDto](docs/SignCredentialsDm2SdJwtResultDto.md)
175
+ - [SignCredentialsJwtInputDto](docs/SignCredentialsJwtInputDto.md)
176
+ - [SignCredentialsJwtResultDto](docs/SignCredentialsJwtResultDto.md)
177
+ - [SignCredentialsLdpInputDto](docs/SignCredentialsLdpInputDto.md)
178
+ - [SignCredentialsLdpResultDto](docs/SignCredentialsLdpResultDto.md)
177
179
  - [SignJwtToken](docs/SignJwtToken.md)
178
180
  - [SignJwtTokenOK](docs/SignJwtTokenOK.md)
181
+ - [SignPresentationLdpInputDto](docs/SignPresentationLdpInputDto.md)
182
+ - [SignPresentationLdpResultDto](docs/SignPresentationLdpResultDto.md)
179
183
  - [SigningFailedError](docs/SigningFailedError.md)
180
184
  - [UpdateWalletInput](docs/UpdateWalletInput.md)
181
185
  - [WalletDto](docs/WalletDto.md)
182
186
  - [WalletDtoKeysInner](docs/WalletDtoKeysInner.md)
187
+ - [WalletV2Dto](docs/WalletV2Dto.md)
183
188
  - [WalletsListDto](docs/WalletsListDto.md)
184
189
 
185
190
  <a id="documentation-for-authorization"></a>
@@ -1,4 +1,4 @@
1
- affinidi_tdk_wallets_client/__init__.py,sha256=3Wq5lOwcJkrk9E_nloG0JHrRTR13x1jUZKqlZUUsZk0,4381
1
+ affinidi_tdk_wallets_client/__init__.py,sha256=MnexzeliC471vczT2GyTXW3G__kkwsioi2ML9uqEwD4,4832
2
2
  affinidi_tdk_wallets_client/api/__init__.py,sha256=NL6jeFJGXehRJgB6xh1xVXYh0Q8mnlBFwPRkD7oQeXc,186
3
3
  affinidi_tdk_wallets_client/api/revocation_api.py,sha256=SmgoJFCeNji8kP5SZBGytZ9JHQQkdyL7xDHqbtbrehM,22730
4
4
  affinidi_tdk_wallets_client/api/wallet_api.py,sha256=xhssqZq1fOUyr4pcHoK269fn_HrxDWEGEUMDCUSRC7k,47132
@@ -6,9 +6,11 @@ affinidi_tdk_wallets_client/api_client.py,sha256=jcJBDNIz85k1E7POPF9wVoqYdJEcqMu
6
6
  affinidi_tdk_wallets_client/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
7
7
  affinidi_tdk_wallets_client/configuration.py,sha256=Izm7JnraXZibNroBy-hcxWGA6Ig8LHFMhV9XoNVXo5I,15399
8
8
  affinidi_tdk_wallets_client/exceptions.py,sha256=FDQp4evUNGVo6Tg4Sn1Q13VDalhEsMHp5a5bz1dWgOM,5470
9
- affinidi_tdk_wallets_client/models/__init__.py,sha256=HD4tstEc9Z851jxL2Gjz9rNB4BW8YnzFdthwyHoju70,3582
9
+ affinidi_tdk_wallets_client/models/__init__.py,sha256=3HAlwF1tU_2IFvSfcBqHV8SGpePSzJF-Qyrn3iRWWAM,4033
10
10
  affinidi_tdk_wallets_client/models/create_wallet_input.py,sha256=TvQOJ8XmUtdHhTt0KeCXvQQMX9cGm9PunQAVUN4yMKM,3413
11
11
  affinidi_tdk_wallets_client/models/create_wallet_response.py,sha256=rTRsCUSoBg2RfwtQxBIgqTcZlQ0h_Boc5YrtoxkczbY,2287
12
+ affinidi_tdk_wallets_client/models/create_wallet_v2_input.py,sha256=LHNviP1ZpGg10HCCDbBLKYS3kUa2rRr1dXXu_kyU5PI,4041
13
+ affinidi_tdk_wallets_client/models/create_wallet_v2_response.py,sha256=h-a81i0yGsbueIiBPRJvsXXQI_mjFLasfQK5o8shDBw,2310
12
14
  affinidi_tdk_wallets_client/models/entity_not_found_error.py,sha256=hf4TY7JBGSwlAfd9vezWAWiaU0rK3279FaIMZb_gOuM,3824
13
15
  affinidi_tdk_wallets_client/models/get_revocation_credential_status_ok.py,sha256=pR0XQ3w0xPz1Bb-tvd1QS7v4x9NTHXSU4SDPjaEAZkw,2227
14
16
  affinidi_tdk_wallets_client/models/get_revocation_list_credential_result_dto.py,sha256=d5Pd_inpICQuAbm8zqk_ScasBof_xqYlnY4ZFnM3l_M,2262
@@ -24,23 +26,26 @@ affinidi_tdk_wallets_client/models/sign_credential400_response.py,sha256=zk_fjty
24
26
  affinidi_tdk_wallets_client/models/sign_credential_input_dto.py,sha256=7g2XrYlTji9Uddj-9cwlP95zxCRT7AKsBItSEZD9yYY,3693
25
27
  affinidi_tdk_wallets_client/models/sign_credential_input_dto_unsigned_credential_params.py,sha256=YSQskXpln4U3nFF1uAxa7nq9EOicp3hok3Va8gxcyKg,3417
26
28
  affinidi_tdk_wallets_client/models/sign_credential_result_dto.py,sha256=lQs9tXLE-wf_l2zDRt_iHVVwDi4659wKEiyAfI0imOs,2120
27
- affinidi_tdk_wallets_client/models/sign_credentials_dm1_jwt_input_dto.py,sha256=qqsFZ75-_XQhdduRNKFd0yr1JSTX96vzme4k2O7LRj4,2354
28
- affinidi_tdk_wallets_client/models/sign_credentials_dm1_jwt_result_dto.py,sha256=OMKYr3sQwyEpjvhwphMyk2oY88uhpPHGmY_sJnJSeeg,2146
29
- affinidi_tdk_wallets_client/models/sign_credentials_dm1_ld_input_dto.py,sha256=bRFO7zW2BtBfSECZkmZ33YAmGyLMrt5ljZdcWpCXSOc,2347
29
+ affinidi_tdk_wallets_client/models/sign_credentials_dm1_ld_input_dto.py,sha256=i7OlZDR81aK9StLQir8d2YfqWqB5_HC8axN5ivSfYXU,2934
30
30
  affinidi_tdk_wallets_client/models/sign_credentials_dm1_ld_result_dto.py,sha256=AHg5DJCRmpi6I-A84k_9HyuUL8aC6CZPBXxjQy2pS7M,2166
31
- affinidi_tdk_wallets_client/models/sign_credentials_dm2_ld_input_dto.py,sha256=_4TJZmPmJzgGhh4yb5c2gc3RPLUJai_IwmnbWQlPQ08,2348
32
- affinidi_tdk_wallets_client/models/sign_credentials_dm2_ld_result_dto.py,sha256=FoDOcxpESn0InU2q8e6YX0K-dsGaHPD-AnMrTNEShsM,2166
33
- affinidi_tdk_wallets_client/models/sign_credentials_dm2_sd_jwt_input_dto.py,sha256=6FxwyNsukksjtATKanGp0wxik8hc9jIknA3AVTpJl2Q,2530
31
+ affinidi_tdk_wallets_client/models/sign_credentials_dm2_sd_jwt_input_dto.py,sha256=iFjvY8Rt_lr6jyM1KOt42CD3M38fL6ji8eRiLbd902w,3117
34
32
  affinidi_tdk_wallets_client/models/sign_credentials_dm2_sd_jwt_result_dto.py,sha256=BWOHkQFPb6z7-FkrbQq0wW0wFRhQob42Qz-MYItuR1g,2169
33
+ affinidi_tdk_wallets_client/models/sign_credentials_jwt_input_dto.py,sha256=R3EkEpEL6R4Wgdmj3odNeXcp-en48CALj5s-bW2syaU,2920
34
+ affinidi_tdk_wallets_client/models/sign_credentials_jwt_result_dto.py,sha256=xGoFJ-jh_pq8numwAL_462DdNhcwvdLZtutANUbYXRI,2125
35
+ affinidi_tdk_wallets_client/models/sign_credentials_ldp_input_dto.py,sha256=_H3K96lANOiXcwyuEbz7wHKdaMIgItoah2VGH3Q_PBA,2921
36
+ affinidi_tdk_wallets_client/models/sign_credentials_ldp_result_dto.py,sha256=SaskXW0Qliuqs-9VQuM4NRKzphF6J5TOIk-ukPYLhJ0,2152
35
37
  affinidi_tdk_wallets_client/models/sign_jwt_token.py,sha256=u_A1JCI8Y_T48XXrQOMIHMy3LQHZhYmGivgPZ39gHZk,2070
36
38
  affinidi_tdk_wallets_client/models/sign_jwt_token_ok.py,sha256=v-wgr9Qq5LX9enKVkQxotbl7NK7vqU4bNuhoQZsoneI,2008
39
+ affinidi_tdk_wallets_client/models/sign_presentation_ldp_input_dto.py,sha256=ox6_awwtuZ35T9fR-NG7kR3TonwnGhShH_raWscIXO4,3168
40
+ affinidi_tdk_wallets_client/models/sign_presentation_ldp_result_dto.py,sha256=9T_x1t5ChlA0_w7mdRaPDBcTvNMXPVksUEnBcdKnavM,2164
37
41
  affinidi_tdk_wallets_client/models/signing_failed_error.py,sha256=TqduloFqgCSG7eAjlgjfjLiCcyra8BCgHTuGnRUyup0,3812
38
42
  affinidi_tdk_wallets_client/models/update_wallet_input.py,sha256=F0QUyYsqchQkH-TBySnWFpGP3N70idFTwRGHNPn96-8,2222
39
43
  affinidi_tdk_wallets_client/models/wallet_dto.py,sha256=Kxx0F-Oz8Zsa8Ik_eDphbDfLgqplzBc6vyB5qL1IOaI,3615
40
44
  affinidi_tdk_wallets_client/models/wallet_dto_keys_inner.py,sha256=RoUZdZBbKbXSq_eFx8-qAbp_DSJ6JGIQbYhTv3ceMmg,2149
45
+ affinidi_tdk_wallets_client/models/wallet_v2_dto.py,sha256=sB-dThniDP75gKNWgkd6DjkLuBESJflt9neeLr-bXC4,3810
41
46
  affinidi_tdk_wallets_client/models/wallets_list_dto.py,sha256=L4B0y7Ts1ozA2td6FJw81V25O535cCA2gKyEgVOeYvk,2444
42
47
  affinidi_tdk_wallets_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
43
48
  affinidi_tdk_wallets_client/rest.py,sha256=wd2Ze-oKd0Di0D_sbPubYWuT2_Rg31uImCk5n996oM4,14110
44
- affinidi_tdk_wallets_client-1.58.0.dist-info/METADATA,sha256=_4NMrJc6Z2RcuSTFaNbzdHBTy_fbYhuHmsmaQCD1eMA,9135
45
- affinidi_tdk_wallets_client-1.58.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
46
- affinidi_tdk_wallets_client-1.58.0.dist-info/RECORD,,
49
+ affinidi_tdk_wallets_client-1.59.0.dist-info/METADATA,sha256=75UKsTXBJwYPgzopJ5lueB60oxfcn5f0gxFf0sQF5IQ,9356
50
+ affinidi_tdk_wallets_client-1.59.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
51
+ affinidi_tdk_wallets_client-1.59.0.dist-info/RECORD,,