Feat: Session manager #4019
Annotations
8 errors and 2 warnings
Build Backend:
common/secret/index.ts#L18
Type '{ createdAt: true; expiresAt: true; id: true; lastUsed: true; type: true; userId: true; description: true; deviceId: true; }' is not assignable to type 'secretSelect'.
|
Build Backend:
common/secret/token.ts#L66
Type '{ type: "TOKEN"; userId: string; secret: string; expiresAt: Date; lastUsed: null; description: string; deviceId: string; }' is not assignable to type '(Without<secretCreateInput, secretUncheckedCreateInput> & secretUncheckedCreateInput) | (Without<...> & secretCreateInput)'.
|
Build Backend:
common/secret/token.ts#L143
Type '{ expiresAt: Date; lastUsed: Date; deviceId: string; }' is not assignable to type '(Without<secretUpdateInput, secretUncheckedUpdateInput> & secretUncheckedUpdateInput) | (Without<...> & secretUpdateInput)'.
|
Build Backend:
common/secret/token.ts#L146
Type '{ lastUsed: Date; deviceId: string; }' is not assignable to type '(Without<secretUpdateInput, secretUncheckedUpdateInput> & secretUncheckedUpdateInput) | (Without<...> & secretUpdateInput)'.
|
Build Backend:
common/secret/token.ts#L163
Type '{ lastUsed: Date; deviceId: string; }' is not assignable to type '(Without<secretUpdateInput, secretUncheckedUpdateInput> & secretUncheckedUpdateInput) | (Without<...> & secretUpdateInput)'.
|
Build Backend:
graphql/secret/mutation.ts#L64
Property 'deviceId' does not exist on type 'secret'.
|
Build Backend:
graphql/secret/mutation.ts#L66
Property 'deviceId' does not exist on type 'secret'.
|
Build Backend
Process completed with exit code 2.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading