From 445e0a53d8f115f528b5ad207a8699be2dacb9e3 Mon Sep 17 00:00:00 2001 From: appscisumup Date: Mon, 16 Feb 2026 14:49:41 +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 8aac3959759ca3950dff6452dc206588da174035 Mon Sep 17 00:00:00 2001 From: "sumup-bot[bot]" <241716704+sumup-bot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:51:02 +0000 Subject: [PATCH 2/2] chore: generate code --- src/Types/Reader.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Types/Reader.php b/src/Types/Reader.php index 952985e..71706f1 100644 --- a/src/Types/Reader.php +++ b/src/Types/Reader.php @@ -50,6 +50,15 @@ class Reader */ public ?array $metadata = null; + /** + * 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. + * + * @var string|null + */ + public ?string $serviceAccountId = null; + /** * The timestamp of when the reader was created. *