feat(server): Log webhooks from syncs separate from the sync #8728
Annotations
10 errors and 1 warning
Build and push container:
packages/webhooks/lib/sync.ts#L19
Cannot find module '@nangohq/shared' or its corresponding type declarations.
|
Build and push container:
packages/webhooks/lib/sync.unit.test.ts#L39
Argument of type '{ connection: Pick<Connection, "connection_id" | "provider_config_key" | "id">; environment: DBEnvironment; webhookSettings: { primary_url: string; secondary_url: string; ... 7 more ...; updated_at: Date; }; ... 4 more ...; now: Date; }' is not assignable to parameter of type '{ connection: Connection | Pick<Connection, "connection_id" | "provider_config_key" | "id">; environment: DBEnvironment; ... 9 more ...; success: boolean; } & ({ ...; } | { ...; })'.
|
Build and push container:
packages/webhooks/lib/sync.unit.test.ts#L63
Object literal may only specify known properties, and 'syncName' does not exist in type '{ connection: Connection | Pick<Connection, "connection_id" | "provider_config_key" | "id">; environment: DBEnvironment; ... 9 more ...; success: boolean; } & { ...; }'.
|
Build and push container:
packages/webhooks/lib/sync.unit.test.ts#L87
Object literal may only specify known properties, and 'syncName' does not exist in type '{ connection: Connection | Pick<Connection, "connection_id" | "provider_config_key" | "id">; environment: DBEnvironment; ... 9 more ...; success: boolean; } & { ...; }'.
|
Build and push container:
packages/webhooks/lib/sync.unit.test.ts#L110
Object literal may only specify known properties, and 'syncName' does not exist in type '{ connection: Connection | Pick<Connection, "connection_id" | "provider_config_key" | "id">; environment: DBEnvironment; ... 9 more ...; success: boolean; } & { ...; }'.
|
Build and push container:
packages/webhooks/lib/sync.unit.test.ts#L133
Object literal may only specify known properties, and 'syncName' does not exist in type '{ connection: Connection | Pick<Connection, "connection_id" | "provider_config_key" | "id">; environment: DBEnvironment; ... 9 more ...; success: boolean; } & { ...; }'.
|
Build and push container:
packages/webhooks/lib/sync.unit.test.ts#L156
Object literal may only specify known properties, and 'syncName' does not exist in type '{ connection: Connection | Pick<Connection, "connection_id" | "provider_config_key" | "id">; environment: DBEnvironment; ... 9 more ...; success: boolean; } & { ...; }'.
|
Build and push container:
packages/webhooks/lib/sync.unit.test.ts#L179
Object literal may only specify known properties, and 'syncName' does not exist in type '{ connection: Connection | Pick<Connection, "connection_id" | "provider_config_key" | "id">; environment: DBEnvironment; ... 9 more ...; success: boolean; } & { ...; }'.
|
Build and push container:
packages/webhooks/lib/sync.unit.test.ts#L207
Object literal may only specify known properties, and 'syncName' does not exist in type '{ connection: Connection | Pick<Connection, "connection_id" | "provider_config_key" | "id">; environment: DBEnvironment; ... 9 more ...; success: boolean; } & { ...; }'.
|
Build and push container:
packages/webhooks/lib/sync.unit.test.ts#L270
Object literal may only specify known properties, and 'syncName' does not exist in type '{ connection: Connection | Pick<Connection, "connection_id" | "provider_config_key" | "id">; environment: DBEnvironment; ... 9 more ...; success: boolean; } & { ...; }'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading