localization, assign data-base, tenant domain, plan and subscription and data-base connection screen added
This commit is contained in:
@@ -110,8 +110,11 @@ export interface TestDbConnectionRequest {
|
||||
}
|
||||
|
||||
export interface TestDbConnectionResult {
|
||||
success: boolean;
|
||||
message: string;
|
||||
success?: boolean;
|
||||
isSuccess?: boolean;
|
||||
message?: string;
|
||||
detail?: string;
|
||||
error?: string;
|
||||
}
|
||||
|
||||
export interface DbConnectionLookupDto {
|
||||
@@ -122,3 +125,11 @@ export interface DbConnectionLookupDto {
|
||||
isReadReplica?: boolean;
|
||||
isActive?: boolean;
|
||||
}
|
||||
|
||||
export interface DbConnectionCodePreviewDto {
|
||||
code?: string | null;
|
||||
connectionCode?: string | null;
|
||||
nextCode?: string | null;
|
||||
value?: string | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user