Release 2.0.5 #266
Annotations
12 errors
|
compile
Process completed with exit code 1.
|
|
compile:
src/wrapper/lib/webhooks.ts#L54
Variable must have an explicit type annotation with --isolatedDeclarations.
|
|
compile:
src/wrapper/lib/webhooks.ts#L46
Variable must have an explicit type annotation with --isolatedDeclarations.
|
|
compile:
src/wrapper/lib/webhooks.ts#L37
Variable must have an explicit type annotation with --isolatedDeclarations.
|
|
compile:
src/wrapper/lib/webhooks.ts#L29
Variable must have an explicit type annotation with --isolatedDeclarations.
|
|
compile:
src/wrapper/lib/webhooks.ts#L27
Variable must have an explicit type annotation with --isolatedDeclarations.
|
|
compile:
src/wrapper/lib/webhooks.ts#L19
Variable must have an explicit type annotation with --isolatedDeclarations.
|
|
compile:
src/wrapper/lib/webhooks.ts#L13
Variable must have an explicit type annotation with --isolatedDeclarations.
|
|
compile:
src/wrapper/lib/webhooks.ts#L9
Variable must have an explicit type annotation with --isolatedDeclarations.
|
|
test
Process completed with exit code 1.
|
|
workflows.test.ts > Workflows > listWorkflowExecutions (2):
tests/wire/workflows.test.ts#L691
AssertionError: expected error to be instance of UnprocessableEntityError
- Expected:
[Function UnprocessableEntityError]
+ Received:
BrowserUseError {
"message": "fetch failed",
"statusCode": undefined,
"body": undefined,
"rawResponse": {
"headers": Headers {},
"redirected": false,
"status": 0,
"statusText": "Unknown Error",
"type": "error",
"url": "",
},
}
❯ workflows.test.ts:691:9
|
|
workflows.test.ts > Workflows > listWorkflowExecutions (1):
src/api/resources/workflows/client/Client.ts#L911
Error: fetch failed
❯ Workflows.__listWorkflowExecutions ../../src/api/resources/workflows/client/Client.ts:911:23
❯ workflows.test.ts:647:26
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { statusCode: undefined, body: undefined, rawResponse: { headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, redirected: false, status: +0, statusText: 'Unknown Error', type: 'error', url: '' } }
|