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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
60 changes: 1 addition & 59 deletions clients/typescript/iam-client/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export type InvalidDIDErrorNameEnum =
(typeof InvalidDIDErrorNameEnum)[keyof typeof InvalidDIDErrorNameEnum]
export const InvalidDIDErrorMessageEnum = {
UnableToResolveDidMethodInvalidPublicKey:
'unable to resolve DID method. Invalid public key',
'Unable to resolve DID method. Invalid public key',
} as const

export type InvalidDIDErrorMessageEnum =
Expand All @@ -359,64 +359,6 @@ export const InvalidDIDErrorHttpStatusCodeEnum = {
export type InvalidDIDErrorHttpStatusCodeEnum =
(typeof InvalidDIDErrorHttpStatusCodeEnum)[keyof typeof InvalidDIDErrorHttpStatusCodeEnum]

/**
*
* @export
* @interface InvalidDidError
*/
export interface InvalidDidError {
/**
*
* @type {string}
* @memberof InvalidDidError
*/
name: InvalidDidErrorNameEnum
/**
*
* @type {string}
* @memberof InvalidDidError
*/
message: InvalidDidErrorMessageEnum
/**
*
* @type {number}
* @memberof InvalidDidError
*/
httpStatusCode: InvalidDidErrorHttpStatusCodeEnum
/**
*
* @type {string}
* @memberof InvalidDidError
*/
traceId: string
/**
*
* @type {Array<ServiceErrorResponseDetailsInner>}
* @memberof InvalidDidError
*/
details?: Array<ServiceErrorResponseDetailsInner>
}

export const InvalidDidErrorNameEnum = {
InvalidDidError: 'InvalidDidError',
} as const

export type InvalidDidErrorNameEnum =
(typeof InvalidDidErrorNameEnum)[keyof typeof InvalidDidErrorNameEnum]
export const InvalidDidErrorMessageEnum = {
UnableToResolveDidMethodInvalidPublicKey:
'Unable to resolve DID method. Invalid public key',
} as const

export type InvalidDidErrorMessageEnum =
(typeof InvalidDidErrorMessageEnum)[keyof typeof InvalidDidErrorMessageEnum]
export const InvalidDidErrorHttpStatusCodeEnum = {
NUMBER_400: 400,
} as const

export type InvalidDidErrorHttpStatusCodeEnum =
(typeof InvalidDidErrorHttpStatusCodeEnum)[keyof typeof InvalidDidErrorHttpStatusCodeEnum]

/**
*
* @export
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.openapi-generator-ignore
Apis/ConsumerAuthApi.md
Apis/DefaultApi.md
Apis/PoliciesApi.md
Expand All @@ -15,7 +16,6 @@ Models/CreateProjectScopedTokenInput.md
Models/CreateProjectScopedTokenOutput.md
Models/CreateTokenInput.md
Models/InvalidDIDError.md
Models/InvalidDidError.md
Models/InvalidJwtTokenError.md
Models/InvalidParameterError.md
Models/JsonWebKeyDto.md
Expand Down
13 changes: 0 additions & 13 deletions clients/typescript/iam-client/docs/Models/InvalidDidError.md

This file was deleted.

1 change: 0 additions & 1 deletion clients/typescript/iam-client/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ All URIs are relative to *https://apse1.api.affinidi.io/iam*
- [CreateProjectScopedTokenOutput](./Models/CreateProjectScopedTokenOutput.md)
- [CreateTokenInput](./Models/CreateTokenInput.md)
- [InvalidDIDError](./Models/InvalidDIDError.md)
- [InvalidDidError](./Models/InvalidDidError.md)
- [InvalidJwtTokenError](./Models/InvalidJwtTokenError.md)
- [InvalidParameterError](./Models/InvalidParameterError.md)
- [JsonWebKeyDto](./Models/JsonWebKeyDto.md)
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.