Surface regulation and country code enums across API layers

Add proper enum types for Regulation and CountryCode in GraphQL
(with @goModel/@goEnum directives) and MCP (as standalone reusable
schemas with $ref). Update CLI, console UI, and n8n to include
the new fields.

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-07 14:38:10 +04:00
parent b4d8bd8de2
commit 806bd672ed
11 changed files with 386 additions and 9 deletions

View File

@@ -49,6 +49,8 @@ export async function execute(
consentData
action
sdkVersion
regulation
countryCode
createdAt
}
}

View File

@@ -152,6 +152,8 @@ export async function execute(
consentData
action
sdkVersion
regulation
countryCode
createdAt
}
}