Skip to content

Added the first version of PostgreSQL async projections #905

Added the first version of PostgreSQL async projections

Added the first version of PostgreSQL async projections #905

Triggered via pull request February 24, 2025 20:15
Status Failure
Total duration 38s
Artifacts

build_and_test.yml

on: pull_request
Build application code
29s
Build application code
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build application code
Type 'PostgreSQLProjectionDefinition<ProductItemAdded | DiscountApplied>' is not assignable to type 'ProjectionDefinition<Readonly<{ eventId: string; streamPosition: bigint; streamName: string; }> & Readonly<{ globalPosition: bigint; }>, PostgreSQLProjectionHandlerContext>'.
Build application code
Type '"GuestCheckedIn"' is not assignable to type '"ProductItemAdded" | "ShoppingCartConfirmed"'.
Build application code
Object literal may only specify known properties, and 'guestId' does not exist in type '{ confirmedAt: Date; } | { productItem: PricedProductItem; shoppingCartId: string; }'.
Build application code
Type '"GuestCheckedOut"' is not assignable to type '"ProductItemAdded" | "ShoppingCartConfirmed"'.
Build application code
Object literal may only specify known properties, and 'guestId' does not exist in type '{ confirmedAt: Date; } | { productItem: PricedProductItem; shoppingCartId: string; }'.
Build application code
Type '"GuestCheckedIn"' is not assignable to type '"ProductItemAdded" | "ShoppingCartConfirmed"'.
Build application code
Object literal may only specify known properties, and 'guestId' does not exist in type '{ confirmedAt: Date; } | { productItem: PricedProductItem; shoppingCartId: string; }'.
Build application code
Type '"GuestCheckedOut"' is not assignable to type '"ProductItemAdded" | "ShoppingCartConfirmed"'.
Build application code
Object literal may only specify known properties, and 'guestId' does not exist in type '{ confirmedAt: Date; } | { productItem: PricedProductItem; shoppingCartId: string; }'.
Build application code
Type '"GuestCheckedIn"' is not assignable to type '"ProductItemAdded" | "ShoppingCartConfirmed"'.