Skip to content

Commit

Permalink
feat: update client all (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkitb2 authored Jun 7, 2024
1 parent 7240f9f commit ab5ffeb
Show file tree
Hide file tree
Showing 95 changed files with 2,346 additions and 325 deletions.
10 changes: 6 additions & 4 deletions clients/dart/credential_issuance_client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ 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 @@ -46,6 +47,7 @@ doc/ProjectCredentialConfigNotExistError.md
doc/StartIssuance400Response.md
doc/StartIssuanceInput.md
doc/StartIssuanceInputDataInner.md
doc/StartIssuanceInputDataInnerMetaData.md
doc/StartIssuanceResponse.md
doc/UpdateIssuanceConfigInput.md
doc/VcClaimedError.md
Expand Down Expand Up @@ -95,6 +97,7 @@ 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 @@ -105,12 +108,11 @@ lib/model/project_credential_config_not_exist_error.dart
lib/model/start_issuance400_response.dart
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/update_issuance_config_input.dart
lib/model/vc_claimed_error.dart
lib/model/well_known_open_id_credential_issuer_response.dart
pubspec.yaml
test/cors_generate_credentials_ok_test.dart
test/cors_get_credential_offer_ok_test.dart
test/cors_get_well_known_open_id_credential_issuer_ok_test.dart
test/vc_claimed_error_test.dart
test/issuance_config_dto_credential_supported_inner_test.dart
test/start_issuance_input_data_inner_meta_data_test.dart
2 changes: 2 additions & 0 deletions clients/dart/credential_issuance_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ All URIs are relative to _http://localhost_
- [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 @@ -121,6 +122,7 @@ All URIs are relative to _http://localhost_
- [StartIssuance400Response](doc//StartIssuance400Response.md)
- [StartIssuanceInput](doc//StartIssuanceInput.md)
- [StartIssuanceInputDataInner](doc//StartIssuanceInputDataInner.md)
- [StartIssuanceInputDataInnerMetaData](doc//StartIssuanceInputDataInnerMetaData.md)
- [StartIssuanceResponse](doc//StartIssuanceResponse.md)
- [UpdateIssuanceConfigInput](doc//UpdateIssuanceConfigInput.md)
- [VcClaimedError](doc//VcClaimedError.md)
Expand Down
24 changes: 12 additions & 12 deletions clients/dart/credential_issuance_client/doc/IssuanceConfigDto.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ import 'package:affinidi_tdk_credential_issuance_client/api.dart';

## Properties

| Name | Type | Description | Notes |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| **id** | **String** | | [optional] |
| **issuerDid** | **String** | Issuer DID | [optional] |
| **issuerWalletId** | **String** | Issuer Wallet id | [optional] |
| **credentialOfferDuration** | **int** | credential offer duration in second | [optional] |
| **cNonceDuration** | **int** | c_nonce duration in second | [optional] |
| **format** | **String** | String identifying the format of this Credential, i.e., jwt_vc_json-ld or ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] |
| **issuerUri** | **String** | Issuer URI | [optional] |
| **credentialSupported** | [**List<CreateIssuanceConfigInputCredentialSupportedInner>**](CreateIssuanceConfigInputCredentialSupportedInner.md) | | [optional] [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 {}] |
| **version** | **int** | | [optional] |
| Name | Type | Description | Notes |
| --------------------------- | --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| **id** | **String** | | [optional] |
| **issuerDid** | **String** | Issuer DID | [optional] |
| **issuerWalletId** | **String** | Issuer Wallet id | [optional] |
| **credentialOfferDuration** | **int** | credential offer duration in second | [optional] |
| **cNonceDuration** | **int** | c_nonce duration in second | [optional] |
| **format** | **String** | String identifying the format of this Credential, i.e., jwt_vc_json-ld or ldp_vc. Depending on the format value, the object contains further elements defining the type | [optional] |
| **issuerUri** | **String** | Issuer URI | [optional] |
| **credentialSupported** | [**List<IssuanceConfigDtoCredentialSupportedInner>**](IssuanceConfigDtoCredentialSupportedInner.md) | | [optional] [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 {}] |
| **version** | **int** | | [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)
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# affinidi_tdk_credential_issuance_client.model.IssuanceConfigDtoCredentialSupportedInner

## 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 |

[[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
Expand Up @@ -8,9 +8,10 @@ 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. |
| **credentialData** | [**Map<String, Object>**](Object.md) | Object of data to be included in the issued credential ,should match the credential type | [default to const {}] |
| Name | Type | Description | Notes |
| -------------------- | --------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | --------------------- |
| **credentialTypeId** | **String** | It is a String that identifies a Credential that is being requested to be issued. |
| **credentialData** | [**Map<String, Object>**](Object.md) | Object of data to be included in the issued credential ,should match the credential type | [default to const {}] |
| **metaData** | [**StartIssuanceInputDataInnerMetaData**](StartIssuanceInputDataInnerMetaData.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)
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# affinidi_tdk_credential_issuance_client.model.StartIssuanceInputDataInnerMetaData

## Load the model package

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

## Properties

| Name | Type | Description | Notes |
| ------------------ | --------------------------- | --------------------------------------------- | ----- |
| **expirationDate** | [**DateTime**](DateTime.md) | Date and time when the credential will expire |

[[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
Expand Up @@ -8,17 +8,17 @@ import 'package:affinidi_tdk_credential_issuance_client/api.dart';

## Properties

| Name | Type | Description | Notes |
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ----------- | -------------------------------- |
| **authorizationEndpoint** | **String** | | [optional] |
| **credentialEndpoint** | **String** | | [optional] |
| **credentialIssuer** | **String** | | [optional] |
| **credentialsSupported** | [**List<CreateIssuanceConfigInputCredentialSupportedInner>**](CreateIssuanceConfigInputCredentialSupportedInner.md) | | [optional] [default to const []] |
| **deferredCredentialEndpoint** | **String** | | [optional] |
| **grantTypesSupported** | **List<String>** | | [optional] [default to const []] |
| **jwksUri** | **String** | | [optional] |
| **scopesSupported** | **List<String>** | | [optional] [default to const []] |
| **tokenEndpoint** | **String** | | [optional] |
| **tokenEndpointAuthMethodsSupported** | **List<String>** | | [optional] [default to const []] |
| Name | Type | Description | Notes |
| ------------------------------------- | --------------------------------------------------------------------------------------------------- | ----------- | -------------------------------- |
| **authorizationEndpoint** | **String** | | [optional] |
| **credentialEndpoint** | **String** | | [optional] |
| **credentialIssuer** | **String** | | [optional] |
| **credentialsSupported** | [**List<IssuanceConfigDtoCredentialSupportedInner>**](IssuanceConfigDtoCredentialSupportedInner.md) | | [optional] [default to const []] |
| **deferredCredentialEndpoint** | **String** | | [optional] |
| **grantTypesSupported** | **List<String>** | | [optional] [default to const []] |
| **jwksUri** | **String** | | [optional] |
| **scopesSupported** | **List<String>** | | [optional] [default to const []] |
| **tokenEndpoint** | **String** | | [optional] |
| **tokenEndpointAuthMethodsSupported** | **List<String>** | | [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)
Loading

0 comments on commit ab5ffeb

Please sign in to comment.