chore: update ci #8
Annotations
10 errors
|
ci
Type '{ type: "create"; fields: FieldsInitial<{ db: NodePgDatabase<typeof import("/home/runner/work/kivotos/kivotos/packages/core/src/core/__mocks__/test-schema")>; }>; ... 5 more ...; mode: "many"; } | { ...; } | { ...; }' is not assignable to type 'Field<{ db: NodePgDatabase<typeof import("/home/runner/work/kivotos/kivotos/packages/core/src/core/__mocks__/test-schema")>; }>'.
|
|
ci
Property 'column' does not exist on type '(FieldMetadataColumns & { fieldName: string; }) | (FieldMetadataRelations & { fieldName: string; })'.
|
|
ci
Property 'column' does not exist on type '(FieldMetadataColumns & { fieldName: string; }) | (FieldMetadataRelations & { fieldName: string; })'.
|
|
ci
Property 'column' does not exist on type '(FieldMetadataColumns & { fieldName: string; }) | (FieldMetadataRelations & { fieldName: string; })'.
|
|
ci
Property 'column' does not exist on type '(FieldMetadataColumns & { fieldName: string; }) | (FieldMetadataRelations & { fieldName: string; })'.
|
|
ci
Argument of type '{ type: "connect"; options: (args: { db: NodePgDatabase<typeof import("/home/runner/work/kivotos/kivotos/packages/core/src/core/__mocks__/test-schema")>; }) => Promise<{ label: string; value: number; }[]>; }' is not assignable to parameter of type '({ type: "create"; fields: FieldsInitial<{ db: NodePgDatabase<typeof import("/home/runner/work/kivotos/kivotos/packages/core/src/core/__mocks__/test-schema")>; }>; } & FieldBase) | ({ ...; } & FieldBase) | ({ ...; } & FieldBase)'.
|
|
ci
Type '{ type: "create"; fields: FieldsInitial<{ db: NodePgDatabase<typeof import("/home/runner/work/kivotos/kivotos/packages/core/src/core/__mocks__/test-schema")>; }>; ... 5 more ...; mode: "one"; } | { ...; } | { ...; }' is not assignable to type 'Field<{ db: NodePgDatabase<typeof import("/home/runner/work/kivotos/kivotos/packages/core/src/core/__mocks__/test-schema")>; }>'.
|
|
ci
Type '{ nameField: string; }[]' has no properties in common with type '{ create?: { nameField: string; }[] | undefined; }'.
|
|
ci
Object literal may only specify known properties, and 'nameField' does not exist in type '{ create?: { nameField: string; } | undefined; disconnect?: number | undefined; }'.
|
|
ci
Object literal may only specify known properties, and 'nameField' does not exist in type '{ create?: { nameField: string; } | undefined; }'.
|