From d067db98f66172ea01ad74ab768685fce9f65492 Mon Sep 17 00:00:00 2001 From: Marat Shakirov Date: Wed, 18 Sep 2024 10:42:33 +0200 Subject: [PATCH] fix: remove colliding file --- .../dart/iam_client/doc/InvalidDIDError.md | 19 ------------ .../python/iam_client/docs/InvalidDIDError.md | 31 ------------------- .../iam-client/docs/Models/InvalidDIDError.md | 13 -------- 3 files changed, 63 deletions(-) delete mode 100644 clients/dart/iam_client/doc/InvalidDIDError.md delete mode 100644 clients/python/iam_client/docs/InvalidDIDError.md delete mode 100644 clients/typescript/iam-client/docs/Models/InvalidDIDError.md diff --git a/clients/dart/iam_client/doc/InvalidDIDError.md b/clients/dart/iam_client/doc/InvalidDIDError.md deleted file mode 100644 index e0387d42..00000000 --- a/clients/dart/iam_client/doc/InvalidDIDError.md +++ /dev/null @@ -1,19 +0,0 @@ -# affinidi_tdk_iam_client.model.InvalidDIDError - -## Load the model package - -```dart -import 'package:affinidi_tdk_iam_client/api.dart'; -``` - -## Properties - -| Name | Type | Description | Notes | -| ------------------ | --------------------------------------------------------------------------------- | ----------- | -------------------------------- | -| **name** | **String** | | -| **message** | **String** | | -| **httpStatusCode** | **int** | | -| **traceId** | **String** | | -| **details** | [**List**](ServiceErrorResponseDetailsInner.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) diff --git a/clients/python/iam_client/docs/InvalidDIDError.md b/clients/python/iam_client/docs/InvalidDIDError.md deleted file mode 100644 index 9f9afafb..00000000 --- a/clients/python/iam_client/docs/InvalidDIDError.md +++ /dev/null @@ -1,31 +0,0 @@ -# InvalidDIDError - -## Properties - -| Name | Type | Description | Notes | -| -------------------- | --------------------------------------------------------------------------------- | ----------- | ---------- | -| **name** | **str** | | -| **message** | **str** | | -| **http_status_code** | **float** | | -| **trace_id** | **str** | | -| **details** | [**List[ServiceErrorResponseDetailsInner]**](ServiceErrorResponseDetailsInner.md) | | [optional] | - -## Example - -```python -from affinidi_tdk_iam_client.models.invalid_did_error import InvalidDIDError - -# TODO update the JSON string below -json = "{}" -# create an instance of InvalidDIDError from a JSON string -invalid_did_error_instance = InvalidDIDError.from_json(json) -# print the JSON string representation of the object -print InvalidDIDError.to_json() - -# convert the object into a dict -invalid_did_error_dict = invalid_did_error_instance.to_dict() -# create an instance of InvalidDIDError from a dict -invalid_did_error_from_dict = InvalidDIDError.from_dict(invalid_did_error_dict) -``` - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/iam-client/docs/Models/InvalidDIDError.md b/clients/typescript/iam-client/docs/Models/InvalidDIDError.md deleted file mode 100644 index c3f48760..00000000 --- a/clients/typescript/iam-client/docs/Models/InvalidDIDError.md +++ /dev/null @@ -1,13 +0,0 @@ -# InvalidDIDError - -## Properties - -| Name | Type | Description | Notes | -| ------------------ | ------------------------------------------------- | ----------- | ---------------------------- | -| **name** | **String** | | [default to null] | -| **message** | **String** | | [default to null] | -| **httpStatusCode** | **BigDecimal** | | [default to null] | -| **traceId** | **String** | | [default to null] | -| **details** | [**List**](ServiceErrorResponse_details_inner.md) | | [optional] [default to null] | - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)