From 2190c76ad92768e3e4fae10305ce8168874b6985 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 24 Dec 2025 15:53:25 +0400 Subject: [PATCH] Rename teamId to organizationId in listRegions --- src/lib/sdk/billing.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/sdk/billing.ts b/src/lib/sdk/billing.ts index 1cf9ebdf55..e7792367ad 100644 --- a/src/lib/sdk/billing.ts +++ b/src/lib/sdk/billing.ts @@ -1442,10 +1442,10 @@ export class Billing { ); } - async listRegions(teamId: string): Promise { + async listRegions(organizationId: string): Promise { const path = `/console/regions`; const params = { - teamId + organizationId }; const uri = new URL(this.client.config.endpoint + path); return await this.client.call(