From 6f936fa78b117d4bbd4f19918445fb4420a4bee2 Mon Sep 17 00:00:00 2001 From: hai007 Date: Mon, 25 Sep 2023 18:00:15 -0700 Subject: [PATCH] [Sharing] add an enum value for SYNC_PURPOSE. PiperOrigin-RevId: 568375213 --- proto/sharing_enums.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/sharing_enums.proto b/proto/sharing_enums.proto index 1225adca..849993b4 100644 --- a/proto/sharing_enums.proto +++ b/proto/sharing_enums.proto @@ -563,6 +563,8 @@ enum SyncPurpose { SYNC_PURPOSE_VISIBILITY_SELECTED_CONTACT_CHANGE = 14; // When switching account. SYNC_PURPOSE_ACCOUNT_CHANGE = 15; + // When regenerate certificates + SYNC_PURPOSE_REGENERATE_CERTIFICATES = 16; } // The device role to trigger the server request.