From 4d6583adfb6c059f23431af4e80dd7da1137fbcf Mon Sep 17 00:00:00 2001 From: firebase-deploy-machine-user Date: Tue, 17 Dec 2024 05:29:05 +0000 Subject: [PATCH] Update schema files --- v2020_06_15/open-api-3/api-schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2020_06_15/open-api-3/api-schema.json b/v2020_06_15/open-api-3/api-schema.json index 7502124..14c3723 100644 --- a/v2020_06_15/open-api-3/api-schema.json +++ b/v2020_06_15/open-api-3/api-schema.json @@ -32231,13 +32231,14 @@ }, "sync_status": { "type": "string", - "description": "口座の同期ステータス(success: 同期成功, disabled: 同期設定なし, syncing: 同期中, token_refresh_error: トークンリフレッシュエラー, other_error: その他のエラー、freee会計画面上でご確認ください)", + "description": "口座の同期ステータス(success: 同期成功, disabled: 同期設定なし, syncing: 同期中, token_refresh_error: トークンリフレッシュエラー, unsupported: 同期非対応, other_error: その他のエラー、freee会計画面上でご確認ください)", "example": "success", "enum": [ "success", "disabled", "syncing", "token_refresh_error", + "unsupported", "other_error" ] },