Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from feat/update-client-all #194

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ doc/CorsGetWellKnownOpenIdCredentialIssuerOK.md
doc/CreateCredentialInput.md
doc/CreateIssuanceConfig400Response.md
doc/CreateIssuanceConfigInput.md
doc/CreateIssuanceConfigInputCredentialSupportedInner.md
doc/CredentialIssuanceIdExistError.md
doc/CredentialOfferClaimedError.md
doc/CredentialOfferExpiredError.md
Expand All @@ -26,6 +25,7 @@ doc/CredentialResponseImmediate.md
doc/CredentialResponseImmediateCNonceExpiresIn.md
doc/CredentialResponseImmediateCredential.md
doc/CredentialSubjectNotValidError.md
doc/CredentialSupportedObject.md
doc/CredentialsApi.md
doc/DeferredCredentialInput.md
doc/GenerateCredentials400Response.md
Expand All @@ -38,7 +38,6 @@ doc/InvalidParameterError.md
doc/InvalidProofError.md
doc/IssuanceApi.md
doc/IssuanceConfigDto.md
doc/IssuanceConfigDtoCredentialSupportedInner.md
doc/IssuanceConfigListResponse.md
doc/IssuanceConfigMiniDto.md
doc/IssuanceStateResponse.md
Expand All @@ -54,10 +53,14 @@ doc/StartIssuanceInput.md
doc/StartIssuanceInputDataInner.md
doc/StartIssuanceInputDataInnerMetaData.md
doc/StartIssuanceResponse.md
doc/SupportedCredentialMetadata.md
doc/SupportedCredentialMetadataDisplayInner.md
doc/SupportedCredentialMetadataDisplayInnerLogo.md
doc/UpdateIssuanceConfigInput.md
doc/VcClaimedError.md
doc/WellKnownApi.md
doc/WellKnownOpenIdCredentialIssuerResponse.md
doc/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md
lib/api.dart
lib/api/configuration_api.dart
lib/api/credentials_api.dart
Expand All @@ -80,7 +83,6 @@ lib/model/cors_get_well_known_open_id_credential_issuer_ok.dart
lib/model/create_credential_input.dart
lib/model/create_issuance_config400_response.dart
lib/model/create_issuance_config_input.dart
lib/model/create_issuance_config_input_credential_supported_inner.dart
lib/model/credential_issuance_id_exist_error.dart
lib/model/credential_offer_claimed_error.dart
lib/model/credential_offer_expired_error.dart
Expand All @@ -95,6 +97,7 @@ lib/model/credential_response_immediate.dart
lib/model/credential_response_immediate_c_nonce_expires_in.dart
lib/model/credential_response_immediate_credential.dart
lib/model/credential_subject_not_valid_error.dart
lib/model/credential_supported_object.dart
lib/model/deferred_credential_input.dart
lib/model/generate_credentials400_response.dart
lib/model/get_credential_offer400_response.dart
Expand All @@ -105,7 +108,6 @@ lib/model/invalid_jwt_token_error.dart
lib/model/invalid_parameter_error.dart
lib/model/invalid_proof_error.dart
lib/model/issuance_config_dto.dart
lib/model/issuance_config_dto_credential_supported_inner.dart
lib/model/issuance_config_list_response.dart
lib/model/issuance_config_mini_dto.dart
lib/model/issuance_state_response.dart
Expand All @@ -120,7 +122,16 @@ lib/model/start_issuance_input.dart
lib/model/start_issuance_input_data_inner.dart
lib/model/start_issuance_input_data_inner_meta_data.dart
lib/model/start_issuance_response.dart
lib/model/supported_credential_metadata.dart
lib/model/supported_credential_metadata_display_inner.dart
lib/model/supported_credential_metadata_display_inner_logo.dart
lib/model/update_issuance_config_input.dart
lib/model/vc_claimed_error.dart
lib/model/well_known_open_id_credential_issuer_response.dart
lib/model/well_known_open_id_credential_issuer_response_credentials_supported_inner.dart
pubspec.yaml
test/credential_supported_object_test.dart
test/supported_credential_metadata_display_inner_logo_test.dart
test/supported_credential_metadata_display_inner_test.dart
test/supported_credential_metadata_test.dart
test/well_known_open_id_credential_issuer_response_credentials_supported_inner_test.dart
7 changes: 5 additions & 2 deletions clients/dart/credential_issuance_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis*
- [CreateCredentialInput](doc//CreateCredentialInput.md)
- [CreateIssuanceConfig400Response](doc//CreateIssuanceConfig400Response.md)
- [CreateIssuanceConfigInput](doc//CreateIssuanceConfigInput.md)
- [CreateIssuanceConfigInputCredentialSupportedInner](doc//CreateIssuanceConfigInputCredentialSupportedInner.md)
- [CredentialIssuanceIdExistError](doc//CredentialIssuanceIdExistError.md)
- [CredentialOfferClaimedError](doc//CredentialOfferClaimedError.md)
- [CredentialOfferExpiredError](doc//CredentialOfferExpiredError.md)
Expand All @@ -105,6 +104,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis*
- [CredentialResponseImmediateCNonceExpiresIn](doc//CredentialResponseImmediateCNonceExpiresIn.md)
- [CredentialResponseImmediateCredential](doc//CredentialResponseImmediateCredential.md)
- [CredentialSubjectNotValidError](doc//CredentialSubjectNotValidError.md)
- [CredentialSupportedObject](doc//CredentialSupportedObject.md)
- [DeferredCredentialInput](doc//DeferredCredentialInput.md)
- [GenerateCredentials400Response](doc//GenerateCredentials400Response.md)
- [GetCredentialOffer400Response](doc//GetCredentialOffer400Response.md)
Expand All @@ -115,7 +115,6 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis*
- [InvalidParameterError](doc//InvalidParameterError.md)
- [InvalidProofError](doc//InvalidProofError.md)
- [IssuanceConfigDto](doc//IssuanceConfigDto.md)
- [IssuanceConfigDtoCredentialSupportedInner](doc//IssuanceConfigDtoCredentialSupportedInner.md)
- [IssuanceConfigListResponse](doc//IssuanceConfigListResponse.md)
- [IssuanceConfigMiniDto](doc//IssuanceConfigMiniDto.md)
- [IssuanceStateResponse](doc//IssuanceStateResponse.md)
Expand All @@ -130,9 +129,13 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis*
- [StartIssuanceInputDataInner](doc//StartIssuanceInputDataInner.md)
- [StartIssuanceInputDataInnerMetaData](doc//StartIssuanceInputDataInnerMetaData.md)
- [StartIssuanceResponse](doc//StartIssuanceResponse.md)
- [SupportedCredentialMetadata](doc//SupportedCredentialMetadata.md)
- [SupportedCredentialMetadataDisplayInner](doc//SupportedCredentialMetadataDisplayInner.md)
- [SupportedCredentialMetadataDisplayInnerLogo](doc//SupportedCredentialMetadataDisplayInnerLogo.md)
- [UpdateIssuanceConfigInput](doc//UpdateIssuanceConfigInput.md)
- [VcClaimedError](doc//VcClaimedError.md)
- [WellKnownOpenIdCredentialIssuerResponse](doc//WellKnownOpenIdCredentialIssuerResponse.md)
- [WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner](doc//WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md)

## Documentation For Authorization

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ import 'package:affinidi_tdk_credential_issuance_client/api.dart';

## Properties

| Name | Type | Description | Notes |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| **name** | **String** | | [optional] |
| **description** | **String** | | [optional] |
| **issuerWalletId** | **String** | Issuer Wallet id |
| **credentialOfferDuration** | **int** | credential offer duration in second | [optional] |
| **format** | **String** | String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] |
| **credentialSupported** | [**List<CreateIssuanceConfigInputCredentialSupportedInner>**](CreateIssuanceConfigInputCredentialSupportedInner.md) | | [default to const []] |
| **issuerMetadata** | [**Map<String, Object>**](Object.md) | Issuer public information wallet may want to show to user during consent confirmation | [optional] [default to const {}] |
| Name | Type | Description | Notes |
| --------------------------- | ------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| **name** | **String** | | [optional] |
| **description** | **String** | | [optional] |
| **issuerWalletId** | **String** | Issuer Wallet id |
| **credentialOfferDuration** | **int** | credential offer duration in second | [optional] |
| **format** | **String** | String identifying the format of this Credential, i.e., ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] |
| **credentialSupported** | [**List<CredentialSupportedObject>**](CredentialSupportedObject.md) | | [default to const []] |
| **issuerMetadata** | [**Map<String, Object>**](Object.md) | Issuer public information wallet may want to show to user during consent confirmation | [optional] [default to const {}] |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# affinidi_tdk_credential_issuance_client.model.CredentialSupportedObject

## Load the model package

```dart
import 'package:affinidi_tdk_credential_issuance_client/api.dart';
```

## Properties

| Name | Type | Description | Notes |
| -------------------- | ----------------------------------------------------------------- | --------------------------------------------------------------------------------- | ---------- |
| **credentialTypeId** | **String** | It is a String that identifies a Credential that is being requested to be issued. |
| **jsonSchemaUrl** | **String** | credential jsonLdContextUrl |
| **jsonLdContextUrl** | **String** | credential jsonSchemaUrl |
| **metadata** | [**SupportedCredentialMetadata**](SupportedCredentialMetadata.md) | | [optional] |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Loading
Loading