From cf8a5c5551f4627de920e3f4bf986ba9f79979ca Mon Sep 17 00:00:00 2001 From: appscisumup Date: Mon, 9 Feb 2026 11:08:44 +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 6b693ad..a8c91c5 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 22e551ee7bb189453a008e1d05f4218899b0bdb7 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:09:10 +0000 Subject: [PATCH 2/2] chore: generate code --- sdk/src/resources/readers/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sdk/src/resources/readers/index.ts b/sdk/src/resources/readers/index.ts index e9a1065..eaf9bf1 100644 --- a/sdk/src/resources/readers/index.ts +++ b/sdk/src/resources/readers/index.ts @@ -85,6 +85,12 @@ export type Reader = { status: ReaderStatus; device: ReaderDevice; metadata?: Metadata; + /** + * 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. + */ + service_account_id?: string; /** * The timestamp of when the reader was created. */