feat(external-registry): Introduce external registry management

This commit is contained in:
2024-12-30 00:01:26 +01:00
parent 89e44b2e5f
commit caf3a095f2
11 changed files with 110 additions and 37 deletions

View File

@ -9,7 +9,7 @@ export interface IReq_GetRegistryById extends plugins.typedrequestInterfaces.imp
method: 'getExternalRegistryById';
request: {
identity: userInterfaces.IIdentity;
registryName: string;
id: string;
};
response: {
registry: data.IExternalRegistry;