EDM-1781 multi org support #1254
Triggered via pull request
September 17, 2025 13:12
Status
Failure
Total duration
2m 36s
Artifacts
–
ci.yaml
on: pull_request
preflight-check
8s
integration-tests
2m 10s
Annotations
1 error
|
integration-tests
Property 'proxyFetch' is missing in type '{ getWsEndpoint: (deviceId: string) => string; get: <R>(kind: string, abortSignal?: AbortSignal | undefined) => Promise<R>; post: <R>(kind: string, obj: R) => Promise<...>; put: <R>(kind: string, obj: R) => Promise<...>; remove: <R>(kind: string, abortSignal?: AbortSignal | undefined) => Promise<...>; patch: <R>(kin...' but required in type '{ getWsEndpoint: (deviceId: string) => string; get: <R>(kind: string, abortSignal?: AbortSignal | undefined) => Promise<R>; post: <R>(kind: string, data: R, abortSignal?: AbortSignal | undefined) => Promise<...>; ... 4 more ...; proxyFetch: (endpoint: string, requestInit: RequestInit) => Promise<...>; }'.
|