feat(apiclient): Added support for managing external registries in the API client.

This commit is contained in:
2024-12-29 13:40:51 +01:00
parent 355e04fd1d
commit a617f51b19
6 changed files with 25 additions and 7 deletions

View File

@ -36,7 +36,6 @@ export interface IReq_CreateRegistry extends plugins.typedrequestInterfaces.impl
method: 'createExternalRegistry';
request: {
identity: userInterfaces.IIdentity;
registryName: string;
registryData: data.IExternalRegistry['data'];
};
response: {