Changes
2 changed files (+4/-1)
-
-
@@ -23,5 +23,8 @@ message GetLoginUserResponse {// クライアント側としての対処は再ログインしかないため、一律にログインしていないと // 扱って問題ない。 yamori.error.v1.AuthenticationError authentication_error = 3; // ワークスペースにユーザが存在しないためログインが不可能。 yamori.error.v1.AuthenticationError no_user_in_workspace = 4; } }
-
-
-
@@ -33,7 +33,7 @@ message Workspace {repeated User users = 5; // 管理者ユーザが存在するか。初期セットアップ時のみ利用。 bool has_admin = 6; bool has_admin = 6 [deprecated = true]; // ワークスペース内のユーザに設定できるカスタムフィールドの一覧。 repeated CustomAttributeDefinition custom_attribute_definition = 7;
-