From 2d11ee819eb7814b2f2a8af628a408f9c5ee144b Mon Sep 17 00:00:00 2001 From: heisner-tillman Date: Thu, 23 May 2024 17:05:21 +0200 Subject: [PATCH] regenerate the client schema --- client/src/api/schema/schema.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index 632d64b72a01..8bed5252399e 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -14559,12 +14559,12 @@ export interface components { * X * @description Horizontal coordinate of the top right corner of the box. */ - x?: number | number | null; + x?: number | null; /** * Y * @description Vertical coordinate of the top right corner of the box. */ - y?: number | number | null; + y?: number | null; }; /** WriteInvocationStoreToPayload */ WriteInvocationStoreToPayload: {