chore: update bindings and use typed params for outbound gateway API

This commit is contained in:
Aiden McClelland
2026-02-17 12:31:35 -07:00
parent 52272feb3e
commit ccafb599a6
22 changed files with 85 additions and 51 deletions

View File

@@ -191,10 +191,9 @@ export abstract class ApiService {
abstract setDefaultOutbound(params: { gateway: string | null }): Promise<null>
abstract setServiceOutbound(params: {
packageId: string
gateway: string | null
}): Promise<null>
abstract setServiceOutbound(
params: T.SetOutboundGatewayParams,
): Promise<null>
// ** domains **