feat(sync): add sync subsystem: SyncManager, OpsServer sync handlers, Sync UI and state, provider groupFilter support, and realtime sync log streaming via TypedSocket
This commit is contained in:
@@ -25,6 +25,7 @@ export interface IReq_CreateConnection extends plugins.typedrequestInterfaces.im
|
||||
providerType: data.TProviderType;
|
||||
baseUrl: string;
|
||||
token: string;
|
||||
groupFilter?: string;
|
||||
};
|
||||
response: {
|
||||
connection: data.IProviderConnection;
|
||||
@@ -42,6 +43,7 @@ export interface IReq_UpdateConnection extends plugins.typedrequestInterfaces.im
|
||||
name?: string;
|
||||
baseUrl?: string;
|
||||
token?: string;
|
||||
groupFilter?: string;
|
||||
};
|
||||
response: {
|
||||
connection: data.IProviderConnection;
|
||||
|
||||
Reference in New Issue
Block a user