From 0f16575f553661543c382921bda7a555d648fef5 Mon Sep 17 00:00:00 2001 From: yoeriwalstra Date: Mon, 16 Jun 2025 14:28:36 +0200 Subject: [PATCH] :sparkles: add ukims enum value --- specification/schemas/TaxIdentificationNumber.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/schemas/TaxIdentificationNumber.json b/specification/schemas/TaxIdentificationNumber.json index e92a244..6b5879f 100644 --- a/specification/schemas/TaxIdentificationNumber.json +++ b/specification/schemas/TaxIdentificationNumber.json @@ -27,7 +27,8 @@ "eori", "ioss", "vat", - "gst" + "gst", + "ukims" ] } }