Added the first version of PostgreSQL async projections #905
build_and_test.yml
on: pull_request
Build application code
29s
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"'.
|