From a231eeccab4ae9d5a79462d9e3051486e267cc61 Mon Sep 17 00:00:00 2001 From: appscisumup Date: Mon, 9 Feb 2026 11:08:56 +0000 Subject: [PATCH 1/2] chore: synced local 'openapi.json' with remote 'specs/openapi.json' --- openapi.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi.json b/openapi.json index 6b693ade..a8c91c58 100755 --- a/openapi.json +++ b/openapi.json @@ -9936,6 +9936,12 @@ "metadata": { "$ref": "#/components/schemas/Metadata" }, + "service_account_id": { + "description": "Identifier of the system-managed service account associated with this reader.\nPresent only for readers that are already paired.\nThis field is currently in beta and may change.", + "type": "string", + "format": "uuid", + "x-beta": true + }, "created_at": { "description": "The timestamp of when the reader was created.", "type": "string", From 06da7a50a0848fd13027b8250d9b57424dc73148 Mon Sep 17 00:00:00 2001 From: "sumup-bot[bot]" <241716704+sumup-bot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 11:10:18 +0000 Subject: [PATCH 2/2] chore: generate code --- sumup/readers/types.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sumup/readers/types.py b/sumup/readers/types.py index 150d3525..2d1211f4 100755 --- a/sumup/readers/types.py +++ b/sumup/readers/types.py @@ -99,6 +99,14 @@ class Reader(pydantic.BaseModel): Max properties: 64 """ + service_account_id: typing.Optional[str] = None + """ + Identifier of the system-managed service account associated with this reader. + Present only for readers that are already paired. + This field is currently in beta and may change. + Format: uuid + """ + class Problem(pydantic.BaseModel): """