diff --git a/apps/docs/public/openapi.json b/apps/docs/public/openapi.json index e653540..1bee42e 100644 --- a/apps/docs/public/openapi.json +++ b/apps/docs/public/openapi.json @@ -20628,6 +20628,10 @@ "enabled": { "type": "boolean" }, + "timezone": { + "type": "string", + "nullable": true + }, "createdAt": { "type": "string" } @@ -20733,6 +20737,10 @@ "enabled": { "type": "boolean" }, + "timezone": { + "type": "string", + "nullable": true + }, "createdAt": { "type": "string" }