docs: add JSDoc comments to utility functions #13
ci.yml
on: push
Lint and Type Check
39s
Security Scan
16s
Annotations
12 errors and 3 warnings
|
Security Scan
Resource not accessible by integration
|
|
Security Scan
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
|
Lint and Type Check:
lib/arcium/features/privateIdentity.ts#L10
Cannot find module '@noble/hashes/sha256' or its corresponding type declarations.
|
|
Lint and Type Check:
lib/arcium/features/privateIdentity.ts#L9
Cannot find module 'tweetnacl-util' or its corresponding type declarations.
|
|
Lint and Type Check:
lib/arcium/features/privateIdentity.ts#L8
Cannot find module 'tweetnacl' or its corresponding type declarations.
|
|
Lint and Type Check:
lib/arcium/client.ts#L10
Cannot find module '@noble/curves/secp256k1' or its corresponding type declarations.
|
|
Lint and Type Check:
lib/arcium/client.ts#L9
Cannot find module '@noble/hashes/sha256' or its corresponding type declarations.
|
|
Lint and Type Check:
lib/arcium/client.ts#L8
Cannot find module 'tweetnacl-util' or its corresponding type declarations.
|
|
Lint and Type Check:
lib/arcium/client.ts#L7
Cannot find module 'tweetnacl' or its corresponding type declarations.
|
|
Lint and Type Check:
app/api/p2p/orders/route.ts#L9
Argument of type 'string' is not assignable to parameter of type '"buy" | "sell"'.
|
|
Lint and Type Check:
app/api/p2p/create/route.ts#L27
Object literal may only specify known properties, and 'status' does not exist in type '{ wallet: string; type: "buy" | "sell"; amount: number; price: number; }'.
|
|
Lint and Type Check:
app/api/charging/book-private/route.ts#L219
Object literal may only specify known properties, and 'encryptedData' does not exist in type '{ chargeId: string; stationId: string; wallet: string; kwh: number; totalCost: number; status: "completed" | "active" | "cancelled"; explorerLink: string; signature: string; memo?: string | undefined; }'.
|
|
Security Scan
Resource not accessible by integration
|
|
Security Scan
Resource not accessible by integration
|
|
Security Scan
Resource not accessible by integration
|