Epic/build connect tab view #495
Annotations
4 errors
Run npm run build:
src/views/connect/components/dynamodb-connect-dialog.vue#L120
Type '{ name: string; type: DatabaseType.DYNAMODB; region: string; accessKeyId: string; secretAccessKey: string; }' is not assignable to type 'DynamoDBConnection'.
|
Run npm run build:
src/views/connect/components/es-connect-dialog.vue#L193
Argument of type '{ name: string; host: string; port: number; username: string; password: string; indexName: undefined; queryParameters: string; sslCertVerification: boolean; type: DatabaseType.ELASTICSEARCH; }' is not assignable to parameter of type 'Connection'.
|
Run npm run build:
src/views/connect/components/es-connect-dialog.vue#L254
Type '{ name: string; host: string; port: number; username: string; password: string; indexName: undefined; queryParameters: string; sslCertVerification: boolean; type: DatabaseType.ELASTICSEARCH; }' is not assignable to type 'Connection | { id: string; name: string; type: DatabaseType.DYNAMODB; tabs: { name: string; index: number; }[]; activeTab?: string | undefined; region: string; accessKeyId: string; secretAccessKey: string; } | { ...; }'.
|
Run npm run build
Process completed with exit code 1.
|
Loading