-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c786b3a
commit d2181c9
Showing
39 changed files
with
3,203 additions
and
1,685 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1764459230610537994 | ||
1718957446726285076 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
clients/dart/credential_issuance_client/doc/CredentialOfferClaimedError.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# affinidi_tdk_credential_issuance_client.model.CredentialOfferClaimedError | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_credential_issuance_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ------------------ | --------------------------------------------------------------------------------- | ----------- | -------------------------------- | | ||
| **name** | **String** | | | ||
| **message** | **String** | | | ||
| **httpStatusCode** | **int** | | | ||
| **traceId** | **String** | | | ||
| **details** | [**List<ActionForbiddenErrorDetailsInner>**](ActionForbiddenErrorDetailsInner.md) | | [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) |
19 changes: 19 additions & 0 deletions
19
clients/dart/credential_issuance_client/doc/MissingHolderDidError.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# affinidi_tdk_credential_issuance_client.model.MissingHolderDidError | ||
|
||
## Load the model package | ||
|
||
```dart | ||
import 'package:affinidi_tdk_credential_issuance_client/api.dart'; | ||
``` | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ------------------ | --------------------------------------------------------------------------------- | ----------- | -------------------------------- | | ||
| **name** | **String** | | | ||
| **message** | **String** | | | ||
| **httpStatusCode** | **int** | | | ||
| **traceId** | **String** | | | ||
| **details** | [**List<ActionForbiddenErrorDetailsInner>**](ActionForbiddenErrorDetailsInner.md) | | [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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.