affinidi_tdk_wallets_client 1.19.0__py3-none-any.whl → 1.20.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.

Files changed (40) hide show
  1. affinidi_tdk_wallets_client/__init__.py +1 -1
  2. affinidi_tdk_wallets_client/api/default_api.py +1 -1
  3. affinidi_tdk_wallets_client/api/revocation_api.py +1 -1
  4. affinidi_tdk_wallets_client/api/wallet_api.py +1 -1
  5. affinidi_tdk_wallets_client/api_client.py +3 -3
  6. affinidi_tdk_wallets_client/configuration.py +1 -1
  7. affinidi_tdk_wallets_client/exceptions.py +1 -1
  8. affinidi_tdk_wallets_client/models/__init__.py +1 -1
  9. affinidi_tdk_wallets_client/models/create_wallet_input.py +1 -1
  10. affinidi_tdk_wallets_client/models/create_wallet_response.py +1 -1
  11. affinidi_tdk_wallets_client/models/did_key_input_params.py +4 -4
  12. affinidi_tdk_wallets_client/models/did_web_input_params.py +5 -5
  13. affinidi_tdk_wallets_client/models/entity_not_found_error.py +3 -3
  14. affinidi_tdk_wallets_client/models/get_revocation_credential_status_ok.py +2 -2
  15. affinidi_tdk_wallets_client/models/get_revocation_list_credential_result_dto.py +2 -2
  16. affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py +3 -3
  17. affinidi_tdk_wallets_client/models/invalid_parameter_error.py +3 -3
  18. affinidi_tdk_wallets_client/models/key_not_found_error.py +3 -3
  19. affinidi_tdk_wallets_client/models/not_found_error.py +3 -3
  20. affinidi_tdk_wallets_client/models/operation_forbidden_error.py +3 -3
  21. affinidi_tdk_wallets_client/models/revoke_credential_input.py +3 -3
  22. affinidi_tdk_wallets_client/models/service_error_response.py +4 -4
  23. affinidi_tdk_wallets_client/models/service_error_response_details_inner.py +1 -1
  24. affinidi_tdk_wallets_client/models/sign_credential400_response.py +1 -1
  25. affinidi_tdk_wallets_client/models/sign_credential_input_dto.py +4 -4
  26. affinidi_tdk_wallets_client/models/sign_credential_input_dto_unsigned_credential_params.py +7 -7
  27. affinidi_tdk_wallets_client/models/sign_credential_result_dto.py +2 -2
  28. affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py +1 -1
  29. affinidi_tdk_wallets_client/models/sign_jwt_token.py +1 -1
  30. affinidi_tdk_wallets_client/models/sign_jwt_token_ok.py +2 -2
  31. affinidi_tdk_wallets_client/models/signing_failed_error.py +3 -3
  32. affinidi_tdk_wallets_client/models/update_wallet_input.py +3 -3
  33. affinidi_tdk_wallets_client/models/wallet_dto.py +9 -9
  34. affinidi_tdk_wallets_client/models/wallet_dto_keys_inner.py +3 -3
  35. affinidi_tdk_wallets_client/models/wallets_list_dto.py +1 -1
  36. affinidi_tdk_wallets_client/rest.py +1 -1
  37. {affinidi_tdk_wallets_client-1.19.0.dist-info → affinidi_tdk_wallets_client-1.20.0.dist-info}/METADATA +7 -14
  38. affinidi_tdk_wallets_client-1.20.0.dist-info/RECORD +42 -0
  39. affinidi_tdk_wallets_client-1.19.0.dist-info/RECORD +0 -42
  40. {affinidi_tdk_wallets_client-1.19.0.dist-info → affinidi_tdk_wallets_client-1.20.0.dist-info}/WHEEL +0 -0
@@ -5,7 +5,7 @@
5
5
  """
6
6
  CloudWalletEssentials
7
7
 
8
- Cloud Wallet For Enterprise Structure
8
+ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
9
9
 
10
10
  The version of the OpenAPI document: 1.0.0
11
11
  Contact: info@affinidi.com
@@ -3,7 +3,7 @@
3
3
  """
4
4
  CloudWalletEssentials
5
5
 
6
- Cloud Wallet For Enterprise Structure
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
@@ -3,7 +3,7 @@
3
3
  """
4
4
  CloudWalletEssentials
5
5
 
6
- Cloud Wallet For Enterprise Structure
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
@@ -3,7 +3,7 @@
3
3
  """
4
4
  CloudWalletEssentials
5
5
 
6
- Cloud Wallet For Enterprise Structure
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
@@ -3,7 +3,7 @@
3
3
  """
4
4
  CloudWalletEssentials
5
5
 
6
- Cloud Wallet For Enterprise Structure
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
- Cloud Wallet For Enterprise Structure
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
@@ -3,7 +3,7 @@
3
3
  """
4
4
  CloudWalletEssentials
5
5
 
6
- Cloud Wallet For Enterprise Structure
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
@@ -4,7 +4,7 @@
4
4
  """
5
5
  CloudWalletEssentials
6
6
 
7
- Cloud Wallet For Enterprise Structure
7
+ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
8
8
 
9
9
  The version of the OpenAPI document: 1.0.0
10
10
  Contact: info@affinidi.com
@@ -3,7 +3,7 @@
3
3
  """
4
4
  CloudWalletEssentials
5
5
 
6
- Cloud Wallet For Enterprise Structure
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
@@ -3,7 +3,7 @@
3
3
  """
4
4
  CloudWalletEssentials
5
5
 
6
- Cloud Wallet For Enterprise Structure
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
@@ -3,7 +3,7 @@
3
3
  """
4
4
  CloudWalletEssentials
5
5
 
6
- Cloud Wallet For Enterprise Structure
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
- Cloud Wallet For Enterprise Structure
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(..., alias="didMethod")
32
- did_web_url: constr(strict=True, max_length=300) = Field(..., alias="didWebUrl", description="If the did method is web, this is the URL of the did")
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
- Cloud Wallet For Enterprise Structure
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(..., alias="httpStatusCode")
33
- trace_id: StrictStr = Field(..., alias="traceId")
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
- Cloud Wallet For Enterprise Structure
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(..., alias="revocationListCredential")
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
- Cloud Wallet For Enterprise Structure
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(..., alias="revocationListCredential")
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
- Cloud Wallet For Enterprise Structure
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(..., alias="httpStatusCode")
33
- trace_id: StrictStr = Field(..., alias="traceId")
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
- Cloud Wallet For Enterprise Structure
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(..., alias="httpStatusCode")
33
- trace_id: StrictStr = Field(..., alias="traceId")
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
- Cloud Wallet For Enterprise Structure
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(..., alias="httpStatusCode")
33
- trace_id: StrictStr = Field(..., alias="traceId")
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
- Cloud Wallet For Enterprise Structure
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(..., alias="httpStatusCode")
33
- trace_id: StrictStr = Field(..., alias="traceId")
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
- Cloud Wallet For Enterprise Structure
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(..., alias="httpStatusCode")
33
- trace_id: StrictStr = Field(..., alias="traceId")
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
- Cloud Wallet For Enterprise Structure
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
- Cloud Wallet For Enterprise Structure
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(..., alias="debugId", description="unique id for correlating this specific error to logs")
31
- name: StrictStr = Field(..., description="name of the error")
32
- code: StrictStr = Field(..., description="backwards compatible Affinidi error code")
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
- Cloud Wallet For Enterprise Structure
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
@@ -3,7 +3,7 @@
3
3
  """
4
4
  CloudWalletEssentials
5
5
 
6
- Cloud Wallet For Enterprise Structure
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
@@ -3,7 +3,7 @@
3
3
  """
4
4
  CloudWalletEssentials
5
5
 
6
- Cloud Wallet For Enterprise Structure
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
- Cloud Wallet For Enterprise Structure
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(..., alias="jsonLdContextUrl")
30
- json_schema_url: StrictStr = Field(..., alias="jsonSchemaUrl")
31
- type_name: StrictStr = Field(..., alias="typeName")
32
- credential_subject: Dict[str, Any] = Field(..., alias="credentialSubject")
33
- holder_did: constr(strict=True) = Field(..., alias="holderDid")
34
- expires_at: StrictStr = Field(..., alias="expiresAt")
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
- Cloud Wallet For Enterprise Structure
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(..., alias="signedCredential")
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
- Cloud Wallet For Enterprise Structure
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
@@ -3,7 +3,7 @@
3
3
  """
4
4
  CloudWalletEssentials
5
5
 
6
- Cloud Wallet For Enterprise Structure
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
@@ -3,7 +3,7 @@
3
3
  """
4
4
  CloudWalletEssentials
5
5
 
6
- Cloud Wallet For Enterprise Structure
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
- Cloud Wallet For Enterprise Structure
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(..., alias="httpStatusCode")
33
- trace_id: StrictStr = Field(..., alias="traceId")
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
- Cloud Wallet For Enterprise Structure
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
- Cloud Wallet For Enterprise Structure
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
- Cloud Wallet For Enterprise Structure
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:
@@ -3,7 +3,7 @@
3
3
  """
4
4
  CloudWalletEssentials
5
5
 
6
- Cloud Wallet For Enterprise Structure
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
@@ -3,7 +3,7 @@
3
3
  """
4
4
  CloudWalletEssentials
5
5
 
6
- Cloud Wallet For Enterprise Structure
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
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: affinidi_tdk_wallets_client
3
- Version: 1.19.0
3
+ Version: 1.20.0
4
4
  Summary: CloudWalletEssentials
5
- Home-page: https://github.com/GIT_USER_ID/GIT_REPO_ID
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/GIT_USER_ID/GIT_REPO_ID
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
- Cloud Wallet For Enterprise Structure
28
+ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
29
29
 
30
- This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
30
+ For more information, please visit [https://github.com/affinidi/affinidi-tdk](https://github.com/affinidi/affinidi-tdk)
31
31
 
32
- - API version: 1.0.0
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 git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
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
@@ -0,0 +1,42 @@
1
+ affinidi_tdk_wallets_client/__init__.py,sha256=wHKLR6MBS9l3-n2JKCeL_YLkTdCcP5TFi86K_sBsjjA,3846
2
+ affinidi_tdk_wallets_client/api/__init__.py,sha256=6lDsMuTp0a4fXfhi1Et1tuj59ejdyfVf7HC2MVy8R5k,253
3
+ affinidi_tdk_wallets_client/api/default_api.py,sha256=YfcUd4Ag6_Foq_AyIhVXwZCF6W0JZxi3sdqhYaS2tOI,8714
4
+ affinidi_tdk_wallets_client/api/revocation_api.py,sha256=4_q12L5BJ3gcsBkDeG16eVbsii5pw_lYI46l8246KOo,15260
5
+ affinidi_tdk_wallets_client/api/wallet_api.py,sha256=xhssqZq1fOUyr4pcHoK269fn_HrxDWEGEUMDCUSRC7k,47132
6
+ affinidi_tdk_wallets_client/api_client.py,sha256=lyYuB3Gv5PM44HZL-TWFLR8_bmi_hbrc7c4-8Tq6KRI,29644
7
+ affinidi_tdk_wallets_client/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
8
+ affinidi_tdk_wallets_client/configuration.py,sha256=qnk7hyrCBHRKLQzPmS8imghdcHRse9mgKYj-aJ8tr1E,15392
9
+ affinidi_tdk_wallets_client/exceptions.py,sha256=FDQp4evUNGVo6Tg4Sn1Q13VDalhEsMHp5a5bz1dWgOM,5470
10
+ affinidi_tdk_wallets_client/models/__init__.py,sha256=6gffmfOvAL5aDJ0joGM8MbHxe_3wyuwUcAYgYK4U63o,2980
11
+ affinidi_tdk_wallets_client/models/create_wallet_input.py,sha256=-1Jgaxt4n_jyNuvCK7a8RDYk85qR0oefr8zNxvMG7NQ,5444
12
+ affinidi_tdk_wallets_client/models/create_wallet_response.py,sha256=rTRsCUSoBg2RfwtQxBIgqTcZlQ0h_Boc5YrtoxkczbY,2287
13
+ affinidi_tdk_wallets_client/models/did_key_input_params.py,sha256=k4LLo8_QQVDoJzr5Ken-CXknpwBLCtb48xN6hZ7inHk,2647
14
+ affinidi_tdk_wallets_client/models/did_web_input_params.py,sha256=HAPs-6CC69RfvHFRoqd2k97JUCQ89ZzDYxgGSdc2C70,3221
15
+ affinidi_tdk_wallets_client/models/entity_not_found_error.py,sha256=69ZqsS_p__0s8_FGtaS6qJrw49EM5c7Rsq5bW8xvsyU,3821
16
+ affinidi_tdk_wallets_client/models/get_revocation_credential_status_ok.py,sha256=pR0XQ3w0xPz1Bb-tvd1QS7v4x9NTHXSU4SDPjaEAZkw,2227
17
+ affinidi_tdk_wallets_client/models/get_revocation_list_credential_result_dto.py,sha256=d5Pd_inpICQuAbm8zqk_ScasBof_xqYlnY4ZFnM3l_M,2262
18
+ affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py,sha256=8_Qy16A_wAhrzwW2UOwU35uBYSYbo9e9h6DZ9XOySvM,3981
19
+ affinidi_tdk_wallets_client/models/invalid_parameter_error.py,sha256=FtvqzQ1eORYZqmrGYs84P16VagGFarUHUJ3PPjPxXEU,3865
20
+ affinidi_tdk_wallets_client/models/key_not_found_error.py,sha256=t-JI-tAdLLEc6teOiUB0HLk3xyhNFMxcTxAO3acgq9M,3785
21
+ affinidi_tdk_wallets_client/models/not_found_error.py,sha256=q7zABiyS_paW30IAPTGuyChnkWlVsMZJOaNJ2zA7h0g,3769
22
+ affinidi_tdk_wallets_client/models/operation_forbidden_error.py,sha256=IxQU4I2Sp8NtZDB2N2orT-P4TU1KJQyAMVQ0qDtMUlQ,3889
23
+ affinidi_tdk_wallets_client/models/revoke_credential_input.py,sha256=UZnD473fp3YdxCASWldQcQuenVc_BYGy2Q3A24ETtcI,2498
24
+ affinidi_tdk_wallets_client/models/service_error_response.py,sha256=l6KL0c5yW_oMRY6i80-myiPgAtHieHPcOiMG_Ly6cco,3037
25
+ affinidi_tdk_wallets_client/models/service_error_response_details_inner.py,sha256=EqY8DupY2tJVdenwscq-AcDMHqaa-4b72eRrBD3chFI,2366
26
+ affinidi_tdk_wallets_client/models/sign_credential400_response.py,sha256=zk_fjtydwkexZZnij_h60VBAvbcbneHlDhiQPmaovGA,5613
27
+ affinidi_tdk_wallets_client/models/sign_credential_input_dto.py,sha256=gVkdbdHAu2Ts_ORdfPG-HkhlVspffPFK1SVRXaWfM9Q,3650
28
+ affinidi_tdk_wallets_client/models/sign_credential_input_dto_unsigned_credential_params.py,sha256=YSQskXpln4U3nFF1uAxa7nq9EOicp3hok3Va8gxcyKg,3417
29
+ affinidi_tdk_wallets_client/models/sign_credential_result_dto.py,sha256=dkChxl77GINe-MD3mQ2eo7ntDPRQzLGSc8wckLm67cE,2557
30
+ affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py,sha256=3tT-Ae97nhyG3XH69Ihgi49PEuXJV7jHlPBqlWkFGB8,5574
31
+ affinidi_tdk_wallets_client/models/sign_jwt_token.py,sha256=u_A1JCI8Y_T48XXrQOMIHMy3LQHZhYmGivgPZ39gHZk,2070
32
+ affinidi_tdk_wallets_client/models/sign_jwt_token_ok.py,sha256=v-wgr9Qq5LX9enKVkQxotbl7NK7vqU4bNuhoQZsoneI,2008
33
+ affinidi_tdk_wallets_client/models/signing_failed_error.py,sha256=sUo8xlPDz7fmh_zkeOGXvqaYAHkNEJok78quhRmOa40,3809
34
+ affinidi_tdk_wallets_client/models/update_wallet_input.py,sha256=F0QUyYsqchQkH-TBySnWFpGP3N70idFTwRGHNPn96-8,2222
35
+ affinidi_tdk_wallets_client/models/wallet_dto.py,sha256=Kxx0F-Oz8Zsa8Ik_eDphbDfLgqplzBc6vyB5qL1IOaI,3615
36
+ affinidi_tdk_wallets_client/models/wallet_dto_keys_inner.py,sha256=RoUZdZBbKbXSq_eFx8-qAbp_DSJ6JGIQbYhTv3ceMmg,2149
37
+ affinidi_tdk_wallets_client/models/wallets_list_dto.py,sha256=L4B0y7Ts1ozA2td6FJw81V25O535cCA2gKyEgVOeYvk,2444
38
+ affinidi_tdk_wallets_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
+ affinidi_tdk_wallets_client/rest.py,sha256=9I0ImJHeWIxCe4F7vna2cSa7_iF_WukIpgvWpakn7wY,13934
40
+ affinidi_tdk_wallets_client-1.20.0.dist-info/METADATA,sha256=K3Lgg-T8pL6fZ7cdpndMvUECzbO6htIx4E9P6frkgh4,8223
41
+ affinidi_tdk_wallets_client-1.20.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
42
+ affinidi_tdk_wallets_client-1.20.0.dist-info/RECORD,,
@@ -1,42 +0,0 @@
1
- affinidi_tdk_wallets_client/__init__.py,sha256=MwA0OowQmElJhXrNaFFe7SK_aCAAVTpDV-gab-v_WsE,3777
2
- affinidi_tdk_wallets_client/api/__init__.py,sha256=6lDsMuTp0a4fXfhi1Et1tuj59ejdyfVf7HC2MVy8R5k,253
3
- affinidi_tdk_wallets_client/api/default_api.py,sha256=TYb3lozdRS9ghhmS8joxTavYzFmqJA1Nr-WVJQOPyf4,8645
4
- affinidi_tdk_wallets_client/api/revocation_api.py,sha256=uSd4aWa9bnlxxhjaJmXkOk_OpADmlyOL6uPLAhAnQQI,15191
5
- affinidi_tdk_wallets_client/api/wallet_api.py,sha256=0EpuwCuqEhi3Ju2YarpPV4inXtY-tGt2Fc35vUhitRg,47063
6
- affinidi_tdk_wallets_client/api_client.py,sha256=RmoxdOk2MId1w5vImguwa-4K3GjDrv5GuVEbUT_dcP4,29560
7
- affinidi_tdk_wallets_client/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
8
- affinidi_tdk_wallets_client/configuration.py,sha256=Km3NCVF0k0O0XgHtzUGKb5KL6CvXq_ZdYUuEKm8VeD4,15323
9
- affinidi_tdk_wallets_client/exceptions.py,sha256=pXghv6lC0qS5DsbX7OFLAVz2tO0JmquU24C8G5NjYvo,5401
10
- affinidi_tdk_wallets_client/models/__init__.py,sha256=sOHUv0BTzp0AYSz3l7SnudGjfUMwnjizh6M8Prka7zw,2911
11
- affinidi_tdk_wallets_client/models/create_wallet_input.py,sha256=ZGo8afSff8mcYoDwfBj7B4gIJ6HFC-0-ZbvZZmGYUgk,5375
12
- affinidi_tdk_wallets_client/models/create_wallet_response.py,sha256=SMN2cKji6aU34k3PD76LuQX6bWp667rqJllnvVs7hpg,2218
13
- affinidi_tdk_wallets_client/models/did_key_input_params.py,sha256=idC_vOJ38_CpvaRx64RhIWVYLXwf4NyrZhvfm_m0IYg,2554
14
- affinidi_tdk_wallets_client/models/did_web_input_params.py,sha256=h60kwtDqBSMj8BfTLJcKm0nqZF0amYGK6BZUOpIGucY,3120
15
- affinidi_tdk_wallets_client/models/entity_not_found_error.py,sha256=YUJFO1Vln_CM7PdXgkz1dKktE9rpVCCASZtofDaDSlE,3736
16
- affinidi_tdk_wallets_client/models/get_revocation_credential_status_ok.py,sha256=MCIt2TY0HfnY23cquWt6wtdfHQFLfDfNhdnV8gRatG8,2150
17
- affinidi_tdk_wallets_client/models/get_revocation_list_credential_result_dto.py,sha256=CFQi6bZ5H4I_gbMgO4GHSfVJeDWNfYxEJMzPfTbjPx4,2185
18
- affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py,sha256=L9lf-SXUv_iLT2K15o5aGKmRkI3EpSbBDdxsRQ4uSa4,3896
19
- affinidi_tdk_wallets_client/models/invalid_parameter_error.py,sha256=2J41QpMalxwKTFW6bTuXXj3tgMlVSfwy4T_-53QPWB8,3780
20
- affinidi_tdk_wallets_client/models/key_not_found_error.py,sha256=xqjtWrwZkbxptvqsa5Ep9vg6N1FKP_TRh0uQD1tHjcA,3700
21
- affinidi_tdk_wallets_client/models/not_found_error.py,sha256=jOmXOXPd66Ky5L_e2QRRR6N1zplde1KI5I_-vgU_Nak,3684
22
- affinidi_tdk_wallets_client/models/operation_forbidden_error.py,sha256=7_1YFznYYGUa-Bw0YbdxQdYmUyW9xrnZtxFf3Yvxj9w,3804
23
- affinidi_tdk_wallets_client/models/revoke_credential_input.py,sha256=iOqhrKWtxdrV6cntNOeQwv0VIH3Sfd4A9B3TJxZGWQ8,2413
24
- affinidi_tdk_wallets_client/models/service_error_response.py,sha256=YQJfh88Odooc0y9NSoBTF8Om3rnM6kTUaiWmw0A0jaw,2944
25
- affinidi_tdk_wallets_client/models/service_error_response_details_inner.py,sha256=EZ7ezscyLboaPScn9Kh_PcyV_bpaULjeReWW3CTUO3o,2297
26
- affinidi_tdk_wallets_client/models/sign_credential400_response.py,sha256=QeY42tWjpO4vaqytmZj0lGcjh4-AHwMbhE_9Ffv7Dtw,5544
27
- affinidi_tdk_wallets_client/models/sign_credential_input_dto.py,sha256=fAf-egQg0PTUqX97nGBlMBQFOfyLJp1G8iTYE1VQ1Rs,3557
28
- affinidi_tdk_wallets_client/models/sign_credential_input_dto_unsigned_credential_params.py,sha256=WEklAVYeNFODGDOPi-f6r20Gdlbl7pRxxBPyaN-1Jg4,3300
29
- affinidi_tdk_wallets_client/models/sign_credential_result_dto.py,sha256=ujCYIDynMijcCe59wycfp1EXoPQlJ-9GdjoX7o-MiUY,2480
30
- affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py,sha256=Ken1xjnWtQ5YmrnS2Xnk_u-6SW1sGO_Dh6zXkrTRkA8,5505
31
- affinidi_tdk_wallets_client/models/sign_jwt_token.py,sha256=-fJTVZh7IzMYvzTsgtCxtFDceewRdRA1ci2TBPuDWa0,2001
32
- affinidi_tdk_wallets_client/models/sign_jwt_token_ok.py,sha256=yIzW2TZbwal1DHFUb8Zwl9UzpuO_weH9AhupELd1OQw,1931
33
- affinidi_tdk_wallets_client/models/signing_failed_error.py,sha256=RQ376OMWs87BSmW7b3b-rbwdbMM4jFpIQ4LubG5g9_E,3724
34
- affinidi_tdk_wallets_client/models/update_wallet_input.py,sha256=oTiBvmDeZWOgreVuOx6nz0GD3qsec5gaV1nHeOs3-Rs,2137
35
- affinidi_tdk_wallets_client/models/wallet_dto.py,sha256=xKnrEuJBHqoIqK4pFNB1fxNAZaZtn-qyi0lGL46-GT4,3482
36
- affinidi_tdk_wallets_client/models/wallet_dto_keys_inner.py,sha256=vg68rsJ7W1i9uqaEwRENfv_dp9CLKhnbrXIt8Bts-l0,2064
37
- affinidi_tdk_wallets_client/models/wallets_list_dto.py,sha256=nbKc-X-dxFSf7j1Cly7crfd7_6Hh2U0Spg8GPFp_OlQ,2375
38
- affinidi_tdk_wallets_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
- affinidi_tdk_wallets_client/rest.py,sha256=biaEu2reB7AuTusyvnHoTFpfBXrbmUajTXTPPvtGlE8,13865
40
- affinidi_tdk_wallets_client-1.19.0.dist-info/METADATA,sha256=M0ygkebOiPzBdRMbhvvu96Q6kmu2BI3SfwtDNzR7jKI,8450
41
- affinidi_tdk_wallets_client-1.19.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
42
- affinidi_tdk_wallets_client-1.19.0.dist-info/RECORD,,