refactor: Add dto for POST /credentials endpoint (#13306)

This commit is contained in:
Tomi Turtiainen
2025-02-19 17:50:42 +02:00
committed by GitHub
parent 87b3c508b3
commit 6ef9ae1862
15 changed files with 253 additions and 128 deletions

View File

@@ -147,8 +147,6 @@ export declare namespace CredentialRequest {
isManaged?: boolean;
}>;
type Create = AuthenticatedRequest<{}, {}, CredentialProperties>;
type Get = AuthenticatedRequest<{ credentialId: string }, {}, {}, Record<string, string>>;
type GetMany = AuthenticatedRequest<{}, {}, {}, ListQuery.Params & { includeScopes?: string }> & {