(raw: RawClient["server.integration"])
| 347 | }).pipe(Effect.mapError(mapClientError)) |
| 348 | |
| 349 | const adaptGroup7 = (raw: RawClient["server.integration"]) => ({ |
| 350 | list: Endpoint7_0(raw), |
| 351 | get: Endpoint7_1(raw), |
| 352 | connectKey: Endpoint7_2(raw), |
| 353 | connectOauth: Endpoint7_3(raw), |
| 354 | attemptStatus: Endpoint7_4(raw), |
| 355 | attemptComplete: Endpoint7_5(raw), |
| 356 | attemptCancel: Endpoint7_6(raw), |
| 357 | }) |
| 358 | |
| 359 | type Endpoint8_0Request = Parameters<RawClient["server.credential"]["credential.update"]>[0] |
| 360 | type Endpoint8_0Input = { |
no test coverage detected