fix(types): NangoProps use DBSyncConfig #8597
Annotations
10 errors and 1 warning
Build and push container:
packages/node-client/lib/index.ts#L9
Module '"@nangohq/types"' has no exported member 'OAuth1Token'.
|
Build and push container:
packages/node-client/lib/types.ts#L17
Module '"@nangohq/types"' has no exported member 'OAuth1Token'.
|
Build and push container:
packages/shared/lib/services/connection.service.ts#L1738
This comparison appears to be unintentional because the types '"json"' and '"form"' have no overlap.
|
Build and push container:
packages/cli/lib/services/dryrun.service.ts#L293
Type 'string | null' is not assignable to type 'string | undefined'.
|
Build and push container:
packages/runner/lib/client.unit.test.ts#L31
Type 'import("/home/runner/work/nango/nango/packages/types/dist/syncConfigs/db").DBSyncConfig' is not assignable to type 'import("/home/runner/work/nango/nango/packages/shared/node_modules/@nangohq/types/dist/syncConfigs/db").DBSyncConfig' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Build and push container:
packages/runner/lib/exec.unit.test.ts#L27
Type 'import("/home/runner/work/nango/nango/packages/types/dist/syncConfigs/db").DBSyncConfig' is not assignable to type 'import("/home/runner/work/nango/nango/packages/shared/node_modules/@nangohq/types/dist/syncConfigs/db").DBSyncConfig' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Build and push container:
packages/jobs/lib/execution/action.ts#L44
Type 'import("/home/runner/work/nango/nango/packages/shared/node_modules/@nangohq/types/dist/syncConfigs/db").DBSyncConfig | null' is not assignable to type 'import("/home/runner/work/nango/nango/packages/types/dist/syncConfigs/db").DBSyncConfig | null'.
|
Build and push container:
packages/jobs/lib/execution/action.ts#L83
Type 'import("/home/runner/work/nango/nango/packages/types/dist/syncConfigs/db").DBSyncConfig' is not assignable to type 'import("/home/runner/work/nango/nango/packages/shared/node_modules/@nangohq/types/dist/syncConfigs/db").DBSyncConfig' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Build and push container:
packages/jobs/lib/execution/action.ts#L179
Type 'import("/home/runner/work/nango/nango/packages/shared/node_modules/@nangohq/types/dist/syncConfigs/db").DBSyncConfig' is not assignable to type 'import("/home/runner/work/nango/nango/packages/types/dist/syncConfigs/db").DBSyncConfig' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Build and push container:
packages/jobs/lib/execution/onEvent.ts#L88
Type 'import("/home/runner/work/nango/nango/packages/types/dist/syncConfigs/db").DBSyncConfig' is not assignable to type 'import("/home/runner/work/nango/nango/packages/shared/node_modules/@nangohq/types/dist/syncConfigs/db").DBSyncConfig' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading