Epic/build connect tab view #502
Annotations
12 errors
build (macos-latest, 20.x):
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'.
|
build (macos-latest, 20.x):
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'.
|
build (macos-latest, 20.x):
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; } | { ...; }'.
|
build (macos-latest, 20.x)
Process completed with exit code 2.
|
build (windows-latest, 20.x):
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'.
|
build (windows-latest, 20.x):
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'.
|
build (windows-latest, 20.x):
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; } | { ...; }'.
|
build (windows-latest, 20.x)
Process completed with exit code 1.
|
build (ubuntu-latest, 20.x):
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'.
|
build (ubuntu-latest, 20.x):
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'.
|
build (ubuntu-latest, 20.x):
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; } | { ...; }'.
|
build (ubuntu-latest, 20.x)
Process completed with exit code 2.
|