mcp-lp-server 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (271) hide show
  1. codegens/gravi/cms/cms_content_pb2.py +110 -0
  2. codegens/gravi/cms/cms_content_pb2.pyi +231 -0
  3. codegens/gravi/common/gravi_common_pb2.py +44 -0
  4. codegens/gravi/common/gravi_common_pb2.pyi +51 -0
  5. codegens/gravi/gsfile/asset/persistence/asset_pb2.py +40 -0
  6. codegens/gravi/gsfile/asset/persistence/asset_pb2.pyi +16 -0
  7. codegens/gravi/gsfile/layergroup/persistence/layer_group_pb2.py +40 -0
  8. codegens/gravi/gsfile/layergroup/persistence/layer_group_pb2.pyi +16 -0
  9. codegens/gravi/gsfile/legacy/legacy_gsfile_pb2.py +53 -0
  10. codegens/gravi/gsfile/legacy/legacy_gsfile_pb2.pyi +58 -0
  11. codegens/gravi/gsfile/metadata/persistence/metadata_pb2.py +45 -0
  12. codegens/gravi/gsfile/metadata/persistence/metadata_pb2.pyi +32 -0
  13. codegens/gravi/gsfile/sketch_gsfile_pb2.py +160 -0
  14. codegens/gravi/gsfile/sketch_gsfile_pb2.pyi +546 -0
  15. codegens/gravi/gsfile/strokelayer/persistence/layer_pb2.py +41 -0
  16. codegens/gravi/gsfile/strokelayer/persistence/layer_pb2.pyi +25 -0
  17. codegens/gravi/library/material_library_pb2.py +38 -0
  18. codegens/gravi/library/material_library_pb2.pyi +16 -0
  19. codegens/gravi/localization/localization_pb2.py +51 -0
  20. codegens/gravi/localization/localization_pb2.pyi +71 -0
  21. codegens/gravi/models/bot_export_pb2.py +54 -0
  22. codegens/gravi/models/bot_export_pb2.pyi +77 -0
  23. codegens/gravi/models/gravi_model_pb2.py +322 -0
  24. codegens/gravi/models/gravi_model_pb2.pyi +1450 -0
  25. codegens/gravi/models/notifications_pb2.py +105 -0
  26. codegens/gravi/models/notifications_pb2.pyi +169 -0
  27. codegens/gravi/models/preferences_pb2.py +193 -0
  28. codegens/gravi/models/preferences_pb2.pyi +839 -0
  29. codegens/gravi/models/rhino_compute_pb2.py +54 -0
  30. codegens/gravi/models/rhino_compute_pb2.pyi +57 -0
  31. codegens/gravi/proxy/control_pb2.py +44 -0
  32. codegens/gravi/proxy/control_pb2.pyi +23 -0
  33. codegens/gravi/release/release_pb2.py +45 -0
  34. codegens/gravi/release/release_pb2.pyi +50 -0
  35. codegens/gravi/rest/ai/ask_pb2.py +60 -0
  36. codegens/gravi/rest/ai/ask_pb2.pyi +54 -0
  37. codegens/gravi/rest/ai/image_pb2.py +69 -0
  38. codegens/gravi/rest/ai/image_pb2.pyi +92 -0
  39. codegens/gravi/rest/auth/auth_pb2.py +281 -0
  40. codegens/gravi/rest/auth/auth_pb2.pyi +717 -0
  41. codegens/gravi/rest/common/async_pb2.py +40 -0
  42. codegens/gravi/rest/common/async_pb2.pyi +12 -0
  43. codegens/gravi/rest/doc/comment_pb2.py +92 -0
  44. codegens/gravi/rest/doc/comment_pb2.pyi +172 -0
  45. codegens/gravi/rest/doc/doc_rest_pb2.py +385 -0
  46. codegens/gravi/rest/doc/doc_rest_pb2.pyi +1005 -0
  47. codegens/gravi/rest/doc/export_pb2.py +127 -0
  48. codegens/gravi/rest/doc/export_pb2.pyi +278 -0
  49. codegens/gravi/rest/doc/revision_pb2.py +51 -0
  50. codegens/gravi/rest/doc/revision_pb2.pyi +41 -0
  51. codegens/gravi/rest/doc/room_pb2.py +207 -0
  52. codegens/gravi/rest/doc/room_pb2.pyi +443 -0
  53. codegens/gravi/rest/model/achievement_pb2.py +46 -0
  54. codegens/gravi/rest/model/achievement_pb2.pyi +119 -0
  55. codegens/gravi/rest/model/activate_code_pb2.py +51 -0
  56. codegens/gravi/rest/model/activate_code_pb2.pyi +119 -0
  57. codegens/gravi/rest/model/collab_pb2.py +57 -0
  58. codegens/gravi/rest/model/collab_pb2.pyi +72 -0
  59. codegens/gravi/rest/model/login_pb2.py +49 -0
  60. codegens/gravi/rest/model/login_pb2.pyi +115 -0
  61. codegens/gravi/rest/model/online_sketch_pb2.py +104 -0
  62. codegens/gravi/rest/model/online_sketch_pb2.pyi +208 -0
  63. codegens/gravi/rest/model/organisation_pb2.py +45 -0
  64. codegens/gravi/rest/model/organisation_pb2.pyi +29 -0
  65. codegens/gravi/rest/model/pair_device_pb2.py +81 -0
  66. codegens/gravi/rest/model/pair_device_pb2.pyi +108 -0
  67. codegens/gravi/rest/model/platform_rest_pb2.py +568 -0
  68. codegens/gravi/rest/model/platform_rest_pb2.pyi +2442 -0
  69. codegens/gravi/rest/model/signup_pb2.py +88 -0
  70. codegens/gravi/rest/model/signup_pb2.pyi +177 -0
  71. codegens/gravi/rest/org/invitation_pb2.py +86 -0
  72. codegens/gravi/rest/org/invitation_pb2.pyi +123 -0
  73. codegens/gravi/rest/org/management_pb2.py +68 -0
  74. codegens/gravi/rest/org/management_pb2.pyi +136 -0
  75. codegens/gravi/rest/org/team_member_pb2.py +76 -0
  76. codegens/gravi/rest/org/team_member_pb2.pyi +99 -0
  77. codegens/gravi/rest/org/team_pb2.py +255 -0
  78. codegens/gravi/rest/org/team_pb2.pyi +625 -0
  79. codegens/gravi/rest/sketch/sketch_pb2.py +83 -0
  80. codegens/gravi/rest/sketch/sketch_pb2.pyi +114 -0
  81. codegens/gravi/rest/user/account_pb2.py +47 -0
  82. codegens/gravi/rest/user/account_pb2.pyi +28 -0
  83. codegens/gravi/rest/user/connections_pb2.py +115 -0
  84. codegens/gravi/rest/user/connections_pb2.pyi +199 -0
  85. codegens/gravi/rest/user/profile_pb2.py +98 -0
  86. codegens/gravi/rest/user/profile_pb2.pyi +194 -0
  87. codegens/gravi/rest/user/update_check_pb2.py +46 -0
  88. codegens/gravi/rest/user/update_check_pb2.pyi +64 -0
  89. codegens/gravi/rest/voicechat/transcribe_pb2.py +53 -0
  90. codegens/gravi/rest/voicechat/transcribe_pb2.pyi +36 -0
  91. codegens/gravi/rest/voicechat/voice_pb2.py +69 -0
  92. codegens/gravi/rest/voicechat/voice_pb2.pyi +77 -0
  93. codegens/gravi/rpc/cosketch_rpc_pb2.py +354 -0
  94. codegens/gravi/rpc/cosketch_rpc_pb2.pyi +1518 -0
  95. codegens/gravi/rpc/cosketch_serverpush_pb2.py +54 -0
  96. codegens/gravi/rpc/cosketch_serverpush_pb2.pyi +68 -0
  97. codegens/gravi/rpc/files/file_upload_pb2.py +43 -0
  98. codegens/gravi/rpc/files/file_upload_pb2.pyi +68 -0
  99. codegens/gravi/rpc/model/collab_tools_pb2.py +111 -0
  100. codegens/gravi/rpc/model/collab_tools_pb2.pyi +199 -0
  101. codegens/gravi/rpc/model/common/sketch_common_pb2.py +161 -0
  102. codegens/gravi/rpc/model/common/sketch_common_pb2.pyi +647 -0
  103. codegens/gravi/rpc/model/common/sketch_configurable_ui_pb2.py +54 -0
  104. codegens/gravi/rpc/model/common/sketch_configurable_ui_pb2.pyi +244 -0
  105. codegens/gravi/rpc/model/common/sketch_interactions_pb2.py +79 -0
  106. codegens/gravi/rpc/model/common/sketch_interactions_pb2.pyi +294 -0
  107. codegens/gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.py +40 -0
  108. codegens/gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.pyi +33 -0
  109. codegens/gravi/rpc/model/extra/sketch_extra_pb2.py +121 -0
  110. codegens/gravi/rpc/model/extra/sketch_extra_pb2.pyi +315 -0
  111. codegens/gravi/rpc/model/incremental/sketch_incremental_pb2.py +56 -0
  112. codegens/gravi/rpc/model/incremental/sketch_incremental_pb2.pyi +76 -0
  113. codegens/gravi/rpc/model/inputs/sketch_inputs_pb2.py +79 -0
  114. codegens/gravi/rpc/model/inputs/sketch_inputs_pb2.pyi +179 -0
  115. codegens/gravi/rpc/model/sketch_model_pb2.py +163 -0
  116. codegens/gravi/rpc/model/sketch_model_pb2.pyi +472 -0
  117. codegens/gravi/runtime/config/runtime_config_pb2.py +84 -0
  118. codegens/gravi/runtime/config/runtime_config_pb2.pyi +203 -0
  119. codegens/gravi/ui/model/ui_event_pb2.py +46 -0
  120. codegens/gravi/ui/model/ui_event_pb2.pyi +35 -0
  121. codegens/gravi/ui/model/ui_model_pb2.py +284 -0
  122. codegens/gravi/ui/model/ui_model_pb2.pyi +901 -0
  123. codegens/gravi/unity/analytics/analytics_pb2.py +325 -0
  124. codegens/gravi/unity/analytics/analytics_pb2.pyi +1688 -0
  125. codegens/gravi/unity/gravi_unity_pb2.py +48 -0
  126. codegens/gravi/unity/gravi_unity_pb2.pyi +59 -0
  127. codegens/gravi/unity/unity_log_pb2.py +42 -0
  128. codegens/gravi/unity/unity_log_pb2.pyi +62 -0
  129. codegens/gravi/webanalytics/web_pb2.py +590 -0
  130. codegens/gravi/webanalytics/web_pb2.pyi +1165 -0
  131. codegens/gravi/wrapper/wrappers_pb2.py +72 -0
  132. codegens/gravi/wrapper/wrappers_pb2.pyi +78 -0
  133. codegens/gs_options_pb2.py +60 -0
  134. codegens/gs_options_pb2.pyi +165 -0
  135. gravi/cms/cms_content_pb2.py +110 -0
  136. gravi/cms/cms_content_pb2.pyi +231 -0
  137. gravi/common/gravi_common_pb2.py +44 -0
  138. gravi/common/gravi_common_pb2.pyi +51 -0
  139. gravi/gsfile/asset/persistence/asset_pb2.py +40 -0
  140. gravi/gsfile/asset/persistence/asset_pb2.pyi +16 -0
  141. gravi/gsfile/layergroup/persistence/layer_group_pb2.py +40 -0
  142. gravi/gsfile/layergroup/persistence/layer_group_pb2.pyi +16 -0
  143. gravi/gsfile/legacy/legacy_gsfile_pb2.py +53 -0
  144. gravi/gsfile/legacy/legacy_gsfile_pb2.pyi +58 -0
  145. gravi/gsfile/metadata/persistence/metadata_pb2.py +45 -0
  146. gravi/gsfile/metadata/persistence/metadata_pb2.pyi +32 -0
  147. gravi/gsfile/sketch_gsfile_pb2.py +160 -0
  148. gravi/gsfile/sketch_gsfile_pb2.pyi +546 -0
  149. gravi/gsfile/strokelayer/persistence/layer_pb2.py +41 -0
  150. gravi/gsfile/strokelayer/persistence/layer_pb2.pyi +25 -0
  151. gravi/library/material_library_pb2.py +38 -0
  152. gravi/library/material_library_pb2.pyi +16 -0
  153. gravi/localization/localization_pb2.py +51 -0
  154. gravi/localization/localization_pb2.pyi +71 -0
  155. gravi/models/bot_export_pb2.py +54 -0
  156. gravi/models/bot_export_pb2.pyi +77 -0
  157. gravi/models/gravi_model_pb2.py +322 -0
  158. gravi/models/gravi_model_pb2.pyi +1450 -0
  159. gravi/models/notifications_pb2.py +105 -0
  160. gravi/models/notifications_pb2.pyi +169 -0
  161. gravi/models/preferences_pb2.py +193 -0
  162. gravi/models/preferences_pb2.pyi +839 -0
  163. gravi/models/rhino_compute_pb2.py +54 -0
  164. gravi/models/rhino_compute_pb2.pyi +57 -0
  165. gravi/proxy/control_pb2.py +44 -0
  166. gravi/proxy/control_pb2.pyi +23 -0
  167. gravi/release/release_pb2.py +45 -0
  168. gravi/release/release_pb2.pyi +50 -0
  169. gravi/rest/ai/ask_pb2.py +60 -0
  170. gravi/rest/ai/ask_pb2.pyi +54 -0
  171. gravi/rest/ai/image_pb2.py +69 -0
  172. gravi/rest/ai/image_pb2.pyi +92 -0
  173. gravi/rest/auth/auth_pb2.py +281 -0
  174. gravi/rest/auth/auth_pb2.pyi +717 -0
  175. gravi/rest/common/async_pb2.py +40 -0
  176. gravi/rest/common/async_pb2.pyi +12 -0
  177. gravi/rest/doc/comment_pb2.py +92 -0
  178. gravi/rest/doc/comment_pb2.pyi +172 -0
  179. gravi/rest/doc/doc_rest_pb2.py +385 -0
  180. gravi/rest/doc/doc_rest_pb2.pyi +1005 -0
  181. gravi/rest/doc/export_pb2.py +127 -0
  182. gravi/rest/doc/export_pb2.pyi +278 -0
  183. gravi/rest/doc/revision_pb2.py +51 -0
  184. gravi/rest/doc/revision_pb2.pyi +41 -0
  185. gravi/rest/doc/room_pb2.py +207 -0
  186. gravi/rest/doc/room_pb2.pyi +443 -0
  187. gravi/rest/model/achievement_pb2.py +46 -0
  188. gravi/rest/model/achievement_pb2.pyi +119 -0
  189. gravi/rest/model/activate_code_pb2.py +51 -0
  190. gravi/rest/model/activate_code_pb2.pyi +119 -0
  191. gravi/rest/model/collab_pb2.py +57 -0
  192. gravi/rest/model/collab_pb2.pyi +72 -0
  193. gravi/rest/model/login_pb2.py +49 -0
  194. gravi/rest/model/login_pb2.pyi +115 -0
  195. gravi/rest/model/online_sketch_pb2.py +104 -0
  196. gravi/rest/model/online_sketch_pb2.pyi +208 -0
  197. gravi/rest/model/organisation_pb2.py +45 -0
  198. gravi/rest/model/organisation_pb2.pyi +29 -0
  199. gravi/rest/model/pair_device_pb2.py +81 -0
  200. gravi/rest/model/pair_device_pb2.pyi +108 -0
  201. gravi/rest/model/platform_rest_pb2.py +568 -0
  202. gravi/rest/model/platform_rest_pb2.pyi +2442 -0
  203. gravi/rest/model/signup_pb2.py +88 -0
  204. gravi/rest/model/signup_pb2.pyi +177 -0
  205. gravi/rest/org/invitation_pb2.py +86 -0
  206. gravi/rest/org/invitation_pb2.pyi +123 -0
  207. gravi/rest/org/management_pb2.py +68 -0
  208. gravi/rest/org/management_pb2.pyi +136 -0
  209. gravi/rest/org/team_member_pb2.py +76 -0
  210. gravi/rest/org/team_member_pb2.pyi +99 -0
  211. gravi/rest/org/team_pb2.py +255 -0
  212. gravi/rest/org/team_pb2.pyi +625 -0
  213. gravi/rest/sketch/sketch_pb2.py +83 -0
  214. gravi/rest/sketch/sketch_pb2.pyi +114 -0
  215. gravi/rest/user/account_pb2.py +47 -0
  216. gravi/rest/user/account_pb2.pyi +28 -0
  217. gravi/rest/user/connections_pb2.py +115 -0
  218. gravi/rest/user/connections_pb2.pyi +199 -0
  219. gravi/rest/user/profile_pb2.py +98 -0
  220. gravi/rest/user/profile_pb2.pyi +194 -0
  221. gravi/rest/user/update_check_pb2.py +46 -0
  222. gravi/rest/user/update_check_pb2.pyi +64 -0
  223. gravi/rest/voicechat/transcribe_pb2.py +53 -0
  224. gravi/rest/voicechat/transcribe_pb2.pyi +36 -0
  225. gravi/rest/voicechat/voice_pb2.py +69 -0
  226. gravi/rest/voicechat/voice_pb2.pyi +77 -0
  227. gravi/rpc/cosketch_rpc_pb2.py +354 -0
  228. gravi/rpc/cosketch_rpc_pb2.pyi +1518 -0
  229. gravi/rpc/cosketch_serverpush_pb2.py +54 -0
  230. gravi/rpc/cosketch_serverpush_pb2.pyi +68 -0
  231. gravi/rpc/files/file_upload_pb2.py +43 -0
  232. gravi/rpc/files/file_upload_pb2.pyi +68 -0
  233. gravi/rpc/model/collab_tools_pb2.py +111 -0
  234. gravi/rpc/model/collab_tools_pb2.pyi +199 -0
  235. gravi/rpc/model/common/sketch_common_pb2.py +161 -0
  236. gravi/rpc/model/common/sketch_common_pb2.pyi +647 -0
  237. gravi/rpc/model/common/sketch_configurable_ui_pb2.py +54 -0
  238. gravi/rpc/model/common/sketch_configurable_ui_pb2.pyi +244 -0
  239. gravi/rpc/model/common/sketch_interactions_pb2.py +79 -0
  240. gravi/rpc/model/common/sketch_interactions_pb2.pyi +294 -0
  241. gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.py +40 -0
  242. gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.pyi +33 -0
  243. gravi/rpc/model/extra/sketch_extra_pb2.py +121 -0
  244. gravi/rpc/model/extra/sketch_extra_pb2.pyi +315 -0
  245. gravi/rpc/model/incremental/sketch_incremental_pb2.py +56 -0
  246. gravi/rpc/model/incremental/sketch_incremental_pb2.pyi +76 -0
  247. gravi/rpc/model/inputs/sketch_inputs_pb2.py +79 -0
  248. gravi/rpc/model/inputs/sketch_inputs_pb2.pyi +179 -0
  249. gravi/rpc/model/sketch_model_pb2.py +163 -0
  250. gravi/rpc/model/sketch_model_pb2.pyi +472 -0
  251. gravi/runtime/config/runtime_config_pb2.py +84 -0
  252. gravi/runtime/config/runtime_config_pb2.pyi +203 -0
  253. gravi/ui/model/ui_event_pb2.py +46 -0
  254. gravi/ui/model/ui_event_pb2.pyi +35 -0
  255. gravi/ui/model/ui_model_pb2.py +284 -0
  256. gravi/ui/model/ui_model_pb2.pyi +901 -0
  257. gravi/unity/analytics/analytics_pb2.py +325 -0
  258. gravi/unity/analytics/analytics_pb2.pyi +1688 -0
  259. gravi/unity/gravi_unity_pb2.py +48 -0
  260. gravi/unity/gravi_unity_pb2.pyi +59 -0
  261. gravi/unity/unity_log_pb2.py +42 -0
  262. gravi/unity/unity_log_pb2.pyi +62 -0
  263. gravi/webanalytics/web_pb2.py +590 -0
  264. gravi/webanalytics/web_pb2.pyi +1165 -0
  265. gravi/wrapper/wrappers_pb2.py +72 -0
  266. gravi/wrapper/wrappers_pb2.pyi +78 -0
  267. mcp_lp_server-0.1.0.dist-info/METADATA +42 -0
  268. mcp_lp_server-0.1.0.dist-info/RECORD +271 -0
  269. mcp_lp_server-0.1.0.dist-info/WHEEL +5 -0
  270. mcp_lp_server-0.1.0.dist-info/entry_points.txt +2 -0
  271. mcp_lp_server-0.1.0.dist-info/top_level.txt +2 -0
@@ -0,0 +1,281 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: gravi/rest/auth/auth.proto
5
+ # Protobuf Python Version: 6.30.1
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 6,
15
+ 30,
16
+ 1,
17
+ '',
18
+ 'gravi/rest/auth/auth.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from gravi.models import gravi_model_pb2 as gravi_dot_models_dot_gravi__model__pb2
26
+ import gs_options_pb2 as gs__options__pb2
27
+ from gravi.rest.org import team_pb2 as gravi_dot_rest_dot_org_dot_team__pb2
28
+ from gravi.wrapper import wrappers_pb2 as gravi_dot_wrapper_dot_wrappers__pb2
29
+
30
+
31
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1agravi/rest/auth/auth.proto\x12\x0fgravi.rest.auth\x1a\x1egravi/models/gravi-model.proto\x1a\x10gs-options.proto\x1a\x19gravi/rest/org/team.proto\x1a\x1cgravi/wrapper/wrappers.proto\"\x98\x01\n\x10\x45nableMfaRequest\x12\r\n\x05\x65mail\x18\x01 \x01(\t\x12\x19\n\x11\x65ncryptedPassword\x18\x02 \x01(\x0c\x12\x11\n\tmfaSecret\x18\x03 \x01(\t\x12\x13\n\x0bmfaTotpCode\x18\x04 \x01(\t\x12,\n\ndeviceInfo\x18\x05 \x01(\x0b\x32\x18.gravi.models.DeviceInfo:\x04\x88\xb5\x18\x01\"6\n\x1fListSSOProvidersForEmailRequest\x12\r\n\x05\x65mail\x18\x01 \x01(\t:\x04\x88\xb5\x18\x01\"k\n ListSSOProvidersForEmailResponse\x12/\n\x0cssoProviders\x18\x01 \x03(\x0e\x32\x19.gravi.models.SSOProvider\x12\x10\n\x08ownerIds\x18\x02 \x03(\t:\x04\x88\xb5\x18\x01\"\x82\x01\n\x1bInitiateOidcSSOLoginRequest\x12\x1c\n\x14\x61\x66terAuthRedirectUrl\x18\x01 \x01(\t\x12.\n\x0bssoProvider\x18\x02 \x01(\x0e\x32\x19.gravi.models.SSOProvider\x12\x0f\n\x07ownerId\x18\x03 \x01(\t:\x04\x88\xb5\x18\x01\"\xa0\x01\n\x1cInitiateOidcSSOLoginResponse\x12\x1b\n\x13providerRedirectUrl\x18\x01 \x01(\t\x12\r\n\x05nonce\x18\x02 \x01(\t\x12\r\n\x05state\x18\x03 \x01(\t\x12.\n\x0bssoProvider\x18\x04 \x01(\x0e\x32\x19.gravi.models.SSOProvider\x12\x0f\n\x07ownerId\x18\x05 \x01(\t:\x04\x88\xb5\x18\x01\"\xb0\x01\n\x1b\x43ompleteOidcSSOLoginRequest\x12\x10\n\x08\x61uthCode\x18\x01 \x01(\t\x12+\n\x08provider\x18\x02 \x01(\x0e\x32\x19.gravi.models.SSOProvider\x12\r\n\x05nonce\x18\x03 \x01(\t\x12,\n\ndeviceInfo\x18\x04 \x01(\x0b\x32\x18.gravi.models.DeviceInfo\x12\x0f\n\x07ownerId\x18\x05 \x01(\t:\x04\x88\xb5\x18\x01\"5\n\x1eGetSSOProviderForSignupRequest\x12\r\n\x05\x65mail\x18\x01 \x01(\t:\x04\x88\xb5\x18\x01\"e\n\x1fGetSSOProviderForSignupResponse\x12+\n\x08provider\x18\x01 \x01(\x0e\x32\x19.gravi.models.SSOProvider\x12\x0f\n\x07ownerId\x18\x02 \x01(\t:\x04\x88\xb5\x18\x01\"b\n\x14SignUpWithSSORequest\x12\x44\n\x0essoCredentials\x18\x02 \x01(\x0b\x32,.gravi.rest.auth.CompleteOidcSSOLoginRequest:\x04\x88\xb5\x18\x01\"~\n\x15SignUpWithSSOResponse\x12@\n\x0cresponseCode\x18\x01 \x01(\x0e\x32*.gravi.rest.auth.SignUpWithSSOResponseCode\x12\x1d\n\x15invitationSentToEmail\x18\x02 \x01(\t:\x04\x88\xb5\x18\x01\"\xb4\x01\n\x13LoginByEmailRequest\x12\r\n\x05\x65mail\x18\x01 \x01(\t\x12!\n\x19\x62\x61se64EncodedEncryptedPwd\x18\x02 \x01(\x0c\x12\x12\n\nrememberMe\x18\x03 \x01(\x08\x12\x10\n\x08totpCode\x18\x04 \x01(\t\x12\n\n\x02os\x18\x05 \x01(\t\x12\x0f\n\x07\x62rowser\x18\x06 \x01(\t\x12\x10\n\x08\x64\x65viceId\x18\x07 \x01(\t\x12\x10\n\x08password\x18\x08 \x01(\t:\x04\x88\xb5\x18\x01\",\n\x12\x43hangeEmailRequest\x12\x10\n\x08newEmail\x18\x01 \x01(\t:\x04\x88\xb5\x18\x01\"S\n\x13\x43hangeEmailResponse\x12\x36\n\x04\x63ode\x18\x01 \x01(\x0e\x32(.gravi.rest.auth.ChangeEmailResponseCode:\x04\x88\xb5\x18\x01\"i\n\x15\x43hangePasswordRequest\x12$\n\x1coldBase64EncodedEncryptedPwd\x18\x01 \x01(\x0c\x12$\n\x1cnewBase64EncodedEncryptedPwd\x18\x02 \x01(\x0c:\x04\x88\xb5\x18\x01\"Y\n\x16\x43hangePasswordResponse\x12\x39\n\x04\x63ode\x18\x01 \x01(\x0e\x32+.gravi.rest.auth.ChangePasswordResponseCode:\x04\x88\xb5\x18\x01\"5\n\x1a\x45nableTwoFactorAuthRequest\x12\x11\n\ttotopCode\x18\x01 \x01(\t:\x04\x88\xb5\x18\x01\"3\n\x1b\x45nableTwoFactorAuthResponse\x12\x0e\n\x06result\x18\x01 \x01(\x08:\x04\x88\xb5\x18\x01\"L\n\x1dSendPasswordResetEmailRequest\x12\r\n\x05\x65mail\x18\x01 \x01(\t\x12\x16\n\x0ereCaptchaToken\x18\x02 \x01(\t:\x04\x88\xb5\x18\x01\"h\n\x14ResetPasswordRequest\x12\x0f\n\x07resetId\x18\x01 \x01(\t\x12!\n\x19\x62\x61se64EncodedEncryptedPwd\x18\x02 \x01(\x0c\x12\x16\n\x0ereCaptchaToken\x18\x03 \x01(\t:\x04\x88\xb5\x18\x01\"\x88\x01\n\x1b\x43ompleteSignUpByCodeRequest\x12!\n\x19\x62\x61se64EncodedEncryptedPwd\x18\x01 \x01(\x0c\x12\x15\n\rmagicLinkCode\x18\x02 \x01(\t\x12\x11\n\tfirstName\x18\x03 \x01(\t\x12\x10\n\x08lastName\x18\x04 \x01(\t:\x04\x88\xb5\x18\x01J\x04\x08\x05\x10\x06\"e\n\x1c\x43ompleteSignUpByCodeResponse\x12?\n\x04\x63ode\x18\x01 \x01(\x0e\x32\x31.gravi.rest.auth.CompleteSignUpByCodeResponseCode:\x04\x88\xb5\x18\x01\"\"\n\x1aListUserLoginAuditsRequest:\x04\x88\xb5\x18\x01\"_\n\x1bListUserLoginAuditsResponse\x12:\n\x0esecurityAudits\x18\x01 \x03(\x0b\x32\".gravi.rest.auth.UserSecurityAudit:\x04\x88\xb5\x18\x01\" \n\x18GenerateSecretKeyRequest:\x04\x88\xb5\x18\x01\"4\n\x19GenerateSecretKeyResponse\x12\x11\n\tsecretKey\x18\x01 \x01(\t:\x04\x88\xb5\x18\x01\"\xa4\x02\n\x11UserSecurityAudit\x12\x0e\n\x06userId\x18\x01 \x01(\t\x12\x14\n\x0cuserDeviceId\x18\x02 \x01(\t\x12\x10\n\x08userName\x18\x03 \x01(\t\x12\x11\n\tuserEmail\x18\x04 \x01(\t\x12\x12\n\ndeviceName\x18\x07 \x01(\t\x12\x0e\n\x06userIp\x18\x08 \x01(\t\x12\x11\n\ttimestamp\x18\t \x01(\x03\x12\x35\n\teventType\x18\n \x01(\x0e\x32\".gravi.rest.auth.SecurityEventType\x12\x39\n\x0b\x65ventDetail\x18\x0b \x01(\x0b\x32$.gravi.rest.auth.SecurityEventDetail\x12\x15\n\reventTypeName\x18\x0c \x01(\t:\x04\x88\xb5\x18\x01\"\x8a\x0e\n\x13SecurityEventDetail\x12\x43\n\x14\x63hangedOrgUserStatus\x18\x08 \x01(\x0b\x32%.gravi.rest.auth.ChangedOrgUserStatus\x12?\n\x12\x63hangedOrgUserRole\x18\t \x01(\x0b\x32#.gravi.rest.auth.ChangedOrgUserRole\x12\x39\n\x0finvitedOrgUsers\x18\n \x01(\x0b\x32 .gravi.rest.auth.InvitedOrgUsers\x12\x37\n\x0e\x64\x65letedOrgUser\x18\x0b \x01(\x0b\x32\x1f.gravi.rest.auth.DeletedOrgUser\x12\x35\n\ruserJoinedOrg\x18\x0c \x01(\x0b\x32\x1e.gravi.rest.auth.UserJoinedOrg\x12>\n\x0bsetRoomPass\x18\r \x01(\x0b\x32).gravi.rest.auth.SecurityEventSetRoomPass\x12J\n\x0e\x63reatedOrgTeam\x18\x0e \x01(\x0b\x32\x32.gravi.rest.auth.SecurityEventDetailCreatedOrgTeam\x12J\n\x0e\x64\x65letedOrgTeam\x18\x0f \x01(\x0b\x32\x32.gravi.rest.auth.SecurityEventDetailDeletedOrgTeam\x12J\n\x0eupdatedOrgTeam\x18\x10 \x01(\x0b\x32\x32.gravi.rest.auth.SecurityEventDetailUpdatedOrgTeam\x12\x44\n\ncreatedDoc\x18\x11 \x01(\x0b\x32\x30.gravi.rest.auth.SecurityDocEventDetailCreateDoc\x12\x44\n\nupdatedDoc\x18\x12 \x01(\x0b\x32\x30.gravi.rest.auth.SecurityDocEventDetailUpdateDoc\x12I\n\rdownloadedDoc\x18\x13 \x01(\x0b\x32\x32.gravi.rest.auth.SecurityDocEventDetailDownloadDoc\x12\x45\n\x0b\x65xportedDoc\x18\x14 \x01(\x0b\x32\x30.gravi.rest.auth.SecurityDocEventDetailExportDoc\x12\x42\n\tsharedDoc\x18\x15 \x01(\x0b\x32/.gravi.rest.auth.SecurityDocEventDetailShareDoc\x12\x43\n\ntrashedDoc\x18\x16 \x01(\x0b\x32/.gravi.rest.auth.SecurityDocEventDetailTrashDoc\x12\x46\n\x0brestoredDoc\x18\x17 \x01(\x0b\x32\x31.gravi.rest.auth.SecurityDocEventDetailRestoreDoc\x12\x44\n\ndeletedDoc\x18\x18 \x01(\x0b\x32\x30.gravi.rest.auth.SecurityDocEventDetailDeleteDoc\x12?\n\x07sentDoc\x18\x19 \x01(\x0b\x32..gravi.rest.auth.SecurityDocEventDetailSendDoc\x12\x45\n\x0b\x61\x63\x63\x65ptedDoc\x18\x1a \x01(\x0b\x32\x30.gravi.rest.auth.SecurityDocEventDetailAcceptDoc\x12J\n\x0esetDocPassword\x18\x1b \x01(\x0b\x32\x32.gravi.rest.auth.SecurityDocEventDetailSetPassword\x12Y\n\x14\x63hangeUserCollabRole\x18\x1c \x01(\x0b\x32;.gravi.rest.auth.SecurityDocEventDetailChangeUserCollabRole\x12Q\n\x10removeUserAccess\x18\x1d \x01(\x0b\x32\x37.gravi.rest.auth.SecurityDocEventDetailRemoveUserAccess\x12@\n\x0c\x61ttachDevice\x18\x1f \x01(\x0b\x32*.gravi.rest.auth.SecurityEventAttachDevice\x12@\n\x0c\x64\x65tachDevice\x18 \x01(\x0b\x32*.gravi.rest.auth.SecurityEventDetachDevice\x12]\n!securityEventApproveOrDenyJoinOrg\x18! \x01(\x0b\x32\x32.gravi.rest.auth.SecurityEventApproveOrDenyJoinOrg:\x04\x88\xb5\x18\x01\"Y\n\x15\x41uditUserInfoSnapshot\x12\x0e\n\x06userId\x18\x01 \x01(\t\x12\x17\n\x0fuserDisplayName\x18\x02 \x01(\t\x12\x11\n\tuserEmail\x18\x03 \x01(\t:\x04\x88\xb5\x18\x01\"\xbc\x01\n\x14\x43hangedOrgUserStatus\x12:\n\nobjectUser\x18\x01 \x01(\x0b\x32&.gravi.rest.auth.AuditUserInfoSnapshot\x12\x30\n\toldStatus\x18\x02 \x01(\x0e\x32\x1d.gravi.models.OrgMemberStatus\x12\x30\n\tnewStatus\x18\x03 \x01(\x0e\x32\x1d.gravi.models.OrgMemberStatus:\x04\x88\xb5\x18\x01\"\xb2\x01\n\x12\x43hangedOrgUserRole\x12:\n\nobjectUser\x18\x01 \x01(\x0b\x32&.gravi.rest.auth.AuditUserInfoSnapshot\x12,\n\x07oldRole\x18\x02 \x01(\x0e\x32\x1b.gravi.models.OrgMemberRole\x12,\n\x07newRole\x18\x03 \x01(\x0e\x32\x1b.gravi.models.OrgMemberRole:\x04\x88\xb5\x18\x01\"L\n\x0fInvitedOrgUsers\x12\x15\n\rinvitedEmails\x18\x01 \x03(\t\x12\x1c\n\x14invitedAsOrgAccounts\x18\x02 \x03(\x08:\x04\x88\xb5\x18\x01\"R\n\x0e\x44\x65letedOrgUser\x12:\n\nobjectUser\x18\x01 \x01(\x0b\x32&.gravi.rest.auth.AuditUserInfoSnapshot:\x04\x88\xb5\x18\x01\"+\n\rUserJoinedOrg\x12\x14\n\x0cisOrgAccount\x18\x01 \x01(\x08:\x04\x88\xb5\x18\x01\"B\n\x18SecurityEventSetRoomPass\x12\x0e\n\x06roomId\x18\x01 \x01(\t\x12\x10\n\x08roomName\x18\x02 \x01(\t:\x04\x88\xb5\x18\x01\"\xc0\x01\n!SecurityEventDetailCreatedOrgTeam\x12\x0e\n\x06teamId\x18\x01 \x01(\t\x12\x10\n\x08teamName\x18\x02 \x01(\t\x12:\n\nusersAdded\x18\x03 \x03(\x0b\x32&.gravi.rest.auth.AuditUserInfoSnapshot\x12\x37\n\x12userRolesWhenAdded\x18\x04 \x03(\x0e\x32\x1b.gravi.rest.org.OrgTeamRole:\x04\x88\xb5\x18\x01\"K\n!SecurityEventDetailDeletedOrgTeam\x12\x0e\n\x06teamId\x18\x01 \x01(\t\x12\x10\n\x08teamName\x18\x02 \x01(\t:\x04\x88\xb5\x18\x01\"\xd8\x02\n!SecurityEventDetailUpdatedOrgTeam\x12\x0e\n\x06teamId\x18\x01 \x01(\t\x12\x13\n\x0boldTeamName\x18\x02 \x01(\t\x12\x13\n\x0bnewTeamName\x18\x03 \x01(\t\x12<\n\x0cusersRemoved\x18\x04 \x03(\x0b\x32&.gravi.rest.auth.AuditUserInfoSnapshot\x12:\n\nusersAdded\x18\x05 \x03(\x0b\x32&.gravi.rest.auth.AuditUserInfoSnapshot\x12\x37\n\x12userRolesWhenAdded\x18\x06 \x03(\x0e\x32\x1b.gravi.rest.org.OrgTeamRole\x12@\n\x1bupdatedAllowExternalMembers\x18\x07 \x01(\x0b\x32\x1b.gravi.wrapper.OptionalBool:\x04\x88\xb5\x18\x01\"6\n\x11SecurityAuditInfo\x12\n\n\x02os\x18\x01 \x01(\t\x12\x0f\n\x07\x62rowser\x18\x02 \x01(\t:\x04\x88\xb5\x18\x01\"Z\n\x1eSignupByOculusPlatformResponse\x12\x32\n\x06result\x18\x01 \x01(\x0e\x32\".gravi.rest.auth.StoreSignupResult:\x04\x88\xb5\x18\x01\"Y\n\x1dSignupBySteamPlatformResponse\x12\x32\n\x06result\x18\x01 \x01(\x0e\x32\".gravi.rest.auth.StoreSignupResult:\x04\x88\xb5\x18\x01\"i\n\x1fSecurityDocEventDetailCreateDoc\x12@\n\x07\x64ocInfo\x18\x01 \x01(\x0b\x32/.gravi.rest.auth.SecurityDocEventDetailBasicDoc:\x04\x88\xb5\x18\x01\"\x93\x01\n\x1fSecurityDocEventDetailUpdateDoc\x12@\n\x07\x64ocInfo\x18\x01 \x01(\x0b\x32/.gravi.rest.auth.SecurityDocEventDetailBasicDoc\x12\x12\n\nnewDocName\x18\x02 \x01(\t\x12\x14\n\x0cnewSpaceName\x18\x03 \x01(\t:\x04\x88\xb5\x18\x01\"k\n!SecurityDocEventDetailDownloadDoc\x12@\n\x07\x64ocInfo\x18\x01 \x01(\x0b\x32/.gravi.rest.auth.SecurityDocEventDetailBasicDoc:\x04\x88\xb5\x18\x01\"\xb7\x01\n\x1fSecurityDocEventDetailExportDoc\x12@\n\x07\x64ocInfo\x18\x01 \x01(\x0b\x32/.gravi.rest.auth.SecurityDocEventDetailBasicDoc\x12\x17\n\x0f\x65xportedDocName\x18\x02 \x01(\t\x12\x33\n\x0f\x65xportedDocType\x18\x03 \x01(\x0e\x32\x1a.gravi.models.DocumentType:\x04\x88\xb5\x18\x01\"\xb4\x01\n\x1eSecurityDocEventDetailShareDoc\x12@\n\x07\x64ocInfo\x18\x01 \x01(\x0b\x32/.gravi.rest.auth.SecurityDocEventDetailBasicDoc\x12\x15\n\rreceiverEmail\x18\x02 \x01(\t\x12\x33\n\ncollabRole\x18\x03 \x01(\x0e\x32\x1f.gravi.models.CollaborationRole:\x04\x88\xb5\x18\x01\"h\n\x1eSecurityDocEventDetailTrashDoc\x12@\n\x07\x64ocInfo\x18\x01 \x01(\x0b\x32/.gravi.rest.auth.SecurityDocEventDetailBasicDoc:\x04\x88\xb5\x18\x01\"\x83\x01\n SecurityDocEventDetailRestoreDoc\x12@\n\x07\x64ocInfo\x18\x01 \x01(\x0b\x32/.gravi.rest.auth.SecurityDocEventDetailBasicDoc\x12\x17\n\x0frestoredDocPath\x18\x02 \x01(\t:\x04\x88\xb5\x18\x01\"i\n\x1fSecurityDocEventDetailDeleteDoc\x12@\n\x07\x64ocInfo\x18\x01 \x01(\x0b\x32/.gravi.rest.auth.SecurityDocEventDetailBasicDoc:\x04\x88\xb5\x18\x01\"~\n\x1dSecurityDocEventDetailSendDoc\x12@\n\x07\x64ocInfo\x18\x01 \x01(\x0b\x32/.gravi.rest.auth.SecurityDocEventDetailBasicDoc\x12\x15\n\rreceiverEmail\x18\x02 \x01(\t:\x04\x88\xb5\x18\x01\"~\n\x1fSecurityDocEventDetailAcceptDoc\x12@\n\x07\x64ocInfo\x18\x01 \x01(\x0b\x32/.gravi.rest.auth.SecurityDocEventDetailBasicDoc\x12\x13\n\x0bsenderEmail\x18\x02 \x01(\t:\x04\x88\xb5\x18\x01\"k\n!SecurityDocEventDetailSetPassword\x12@\n\x07\x64ocInfo\x18\x01 \x01(\x0b\x32/.gravi.rest.auth.SecurityDocEventDetailBasicDoc:\x04\x88\xb5\x18\x01\"\x86\x01\n\x1eSecurityDocEventDetailBasicDoc\x12\x0f\n\x07\x64ocName\x18\x01 \x01(\t\x12+\n\x07\x64ocType\x18\x02 \x01(\x0e\x32\x1a.gravi.models.DocumentType\x12\x11\n\tspaceName\x18\x03 \x01(\t\x12\r\n\x05\x64ocId\x18\x04 \x01(\t:\x04\x88\xb5\x18\x01\"\xf1\x01\n*SecurityDocEventDetailChangeUserCollabRole\x12@\n\x07\x64ocInfo\x18\x01 \x01(\x0b\x32/.gravi.rest.auth.SecurityDocEventDetailBasicDoc\x12\x17\n\x0ftargetUserEmail\x18\x02 \x01(\t\x12\x30\n\x07oldRole\x18\x03 \x01(\x0e\x32\x1f.gravi.models.CollaborationRole\x12\x30\n\x07newRole\x18\x04 \x01(\x0e\x32\x1f.gravi.models.CollaborationRole:\x04\x88\xb5\x18\x01\"\x89\x01\n&SecurityDocEventDetailRemoveUserAccess\x12@\n\x07\x64ocInfo\x18\x01 \x01(\x0b\x32/.gravi.rest.auth.SecurityDocEventDetailBasicDoc\x12\x17\n\x0ftargetUserEmail\x18\x02 \x01(\t:\x04\x88\xb5\x18\x01\"l\n\x19SecurityEventAttachDevice\x12\x12\n\ndeviceName\x18\x01 \x01(\t\x12\x35\n\ndeviceType\x18\x02 \x01(\x0e\x32!.gravi.rest.auth.DetachDeviceType:\x04\x88\xb5\x18\x01\"l\n\x19SecurityEventDetachDevice\x12\x12\n\ndeviceName\x18\x01 \x01(\t\x12\x35\n\ndeviceType\x18\x02 \x01(\x0e\x32!.gravi.rest.auth.DetachDeviceType:\x04\x88\xb5\x18\x01\"\x9d\x01\n!SecurityEventApproveOrDenyJoinOrg\x12\r\n\x05orgId\x18\x01 \x01(\t\x12\r\n\x05\x65mail\x18\x02 \x01(\t\x12)\n\x04role\x18\x03 \x01(\x0e\x32\x1b.gravi.models.OrgMemberRole\x12\x18\n\x10orgAccountInvite\x18\x04 \x01(\x08\x12\x0f\n\x07\x61pprove\x18\x05 \x01(\x08:\x04\x88\xb5\x18\x01*\xf5\x02\n\x19SignUpWithSSOResponseCode\x12\x0b\n\x07success\x10\x00\x12\x12\n\x0e\x41\x64\x64\x65\x64UserToOrg\x10\x01\x12\x1c\n\x18RejectedUserAlreadyInOrg\x10\x02\x12\x18\n\x14RejectedInvalidEmail\x10\x03\x12\x1c\n\x18RejectedNoSeatsAvailable\x10\x04\x12\x1a\n\x16\x41\x64\x64\x65\x64InactiveUserToOrg\x10\x05\x12!\n\x1dRejectedOrgAccountDueToExists\x10\x06\x12\x13\n\x0fSSONonceExpired\x10\x07\x12\x1c\n\x18SSOIdentityProviderError\x10\x08\x12\x1c\n\x18SSONoOrgUsingEmailDomain\x10\t\x12\x1c\n\x18SSOOrgDisallowsSSOSignUp\x10\n\x12\x18\n\x14SSOEmailAlreadyInUse\x10\x0b\x12\x19\n\x15SSOOidcIDAlreadyInUse\x10\x0c*\x97\x01\n\x17\x43hangeEmailResponseCode\x12#\n\x1f\x43hangeEmailResponseCode_Success\x10\x00\x12-\n)ChangeEmailResponseCode_EmailAlreadyInUse\x10\x01\x12(\n$ChangeEmailResponseCode_InvalidEmail\x10\x02*\xd9\x01\n\x1a\x43hangePasswordResponseCode\x12&\n\"ChangePasswordResponseCode_Success\x10\x00\x12\x31\n-ChangePasswordResponseCode_SameOldNewPassword\x10\x01\x12.\n*ChangePasswordResponseCode_InvalidPassword\x10\x02\x12\x30\n,ChangePasswordResponseCode_IncorrectPassword\x10\x03*\x8b\x02\n CompleteSignUpByCodeResponseCode\x12,\n(CompleteSignUpByCodeResponseCode_Success\x10\x00\x12?\n;CompleteSignUpByCodeResponseCode_InvalidPasswordCombination\x10\x01\x12?\n;CompleteSignUpByCodeResponseCode_MagicLinkNotFoundOrExpired\x10\x02\x12\x37\n3CompleteSignUpByCodeResponseCode_FailedPrecondition\x10\x03*\xb2\t\n\x11SecurityEventType\x12\x18\n\x14SecurityEventUnknown\x10\x00\x12#\n\x1fSecurityEventWebChangedPassword\x10\x01\x12 \n\x1cSecurityEventWebChangedEmail\x10\x02\x12!\n\x1dSecurityEventWebResetPassword\x10\x03\x12\x1e\n\x1aSecurityEventWebEnabled2FA\x10\x04\x12\x1f\n\x1bSecurityEventWebDisabled2FA\x10\x05\x12$\n SecurityEventTypeChangedUserName\x10\x06\x12\'\n#SecurityEventTypeChangedUserCompany\x10\x07\x12)\n%SecurityEventTypeChangedOrgUserStatus\x10\x08\x12\'\n#SecurityEventTypeChangedOrgUserRole\x10\t\x12$\n SecurityEventTypeInvitedOrgUsers\x10\n\x12#\n\x1fSecurityEventTypeDeletedOrgUser\x10\x0b\x12\"\n\x1eSecurityEventTypeUserJoinedOrg\x10\x0c\x12$\n SecurityEventTypeUserSetRoomPass\x10\r\x12#\n\x1fSecurityEventTypeCreatedOrgTeam\x10\x0e\x12#\n\x1fSecurityEventTypeDeletedOrgTeam\x10\x0f\x12#\n\x1fSecurityEventTypeUpdatedOrgTeam\x10\x10\x12\x1a\n\x16SecurityEventTypeLogin\x10\x11\x12\x1d\n\x19SecurityDocEventCreateDoc\x10\x12\x12\x1d\n\x19SecurityDocEventUpdateDoc\x10\x13\x12\x1f\n\x1bSecurityDocEventDownloadDoc\x10\x14\x12\x1d\n\x19SecurityDocEventExportDoc\x10\x15\x12\x1c\n\x18SecurityDocEventShareDoc\x10\x16\x12\x1c\n\x18SecurityDocEventTrashDoc\x10\x17\x12\x1e\n\x1aSecurityDocEventRestoreDoc\x10\x18\x12\x1d\n\x19SecurityDocEventDeleteDoc\x10\x19\x12\x1b\n\x17SecurityDocEventSendDoc\x10\x1a\x12\x1d\n\x19SecurityDocEventAcceptDoc\x10\x1b\x12\x1f\n\x1bSecurityDocEventSetPassword\x10\x1c\x12(\n$SecurityDocEventChangeUserCollabRole\x10\x1d\x12$\n SecurityDocEventRemoveUserAccess\x10\x1e\x12!\n\x1dSecurityEventTypeAttachDevice\x10\x1f\x12!\n\x1dSecurityEventTypeDetachDevice\x10 \x12)\n%SecurityEventTypeApproveOrDenyJoinOrg\x10!*\xc8\x01\n\x11StoreSignupResult\x12\"\n\x1eStoreSignupResult_UnknownError\x10\x00\x12\x1d\n\x19StoreSignupResult_Success\x10\x01\x12\"\n\x1eStoreSignupResult_CodeNotFound\x10\x02\x12%\n!StoreSignupResult_AccountNotFound\x10\x03\x12%\n!StoreSignupResult_InvalidPassword\x10\x04*p\n\x10\x44\x65tachDeviceType\x12\x11\n\rUnknownDevice\x10\x00\x12\x14\n\x10OculusRiftDevice\x10\x01\x12\x15\n\x11OculusQuestDevice\x10\x02\x12\x0f\n\x0bSteamDevice\x10\x03\x12\x0b\n\x07\x41ppleId\x10\x04\x42I\n\x0e\x63om.gs.pb.authP\x01Z5gravitysketch.com/platform/go/vrproto/gravi/rest/authb\x06proto3')
32
+
33
+ _globals = globals()
34
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
35
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'gravi.rest.auth.auth_pb2', _globals)
36
+ if not _descriptor._USE_C_DESCRIPTORS:
37
+ _globals['DESCRIPTOR']._loaded_options = None
38
+ _globals['DESCRIPTOR']._serialized_options = b'\n\016com.gs.pb.authP\001Z5gravitysketch.com/platform/go/vrproto/gravi/rest/auth'
39
+ _globals['_ENABLEMFAREQUEST']._loaded_options = None
40
+ _globals['_ENABLEMFAREQUEST']._serialized_options = b'\210\265\030\001'
41
+ _globals['_LISTSSOPROVIDERSFOREMAILREQUEST']._loaded_options = None
42
+ _globals['_LISTSSOPROVIDERSFOREMAILREQUEST']._serialized_options = b'\210\265\030\001'
43
+ _globals['_LISTSSOPROVIDERSFOREMAILRESPONSE']._loaded_options = None
44
+ _globals['_LISTSSOPROVIDERSFOREMAILRESPONSE']._serialized_options = b'\210\265\030\001'
45
+ _globals['_INITIATEOIDCSSOLOGINREQUEST']._loaded_options = None
46
+ _globals['_INITIATEOIDCSSOLOGINREQUEST']._serialized_options = b'\210\265\030\001'
47
+ _globals['_INITIATEOIDCSSOLOGINRESPONSE']._loaded_options = None
48
+ _globals['_INITIATEOIDCSSOLOGINRESPONSE']._serialized_options = b'\210\265\030\001'
49
+ _globals['_COMPLETEOIDCSSOLOGINREQUEST']._loaded_options = None
50
+ _globals['_COMPLETEOIDCSSOLOGINREQUEST']._serialized_options = b'\210\265\030\001'
51
+ _globals['_GETSSOPROVIDERFORSIGNUPREQUEST']._loaded_options = None
52
+ _globals['_GETSSOPROVIDERFORSIGNUPREQUEST']._serialized_options = b'\210\265\030\001'
53
+ _globals['_GETSSOPROVIDERFORSIGNUPRESPONSE']._loaded_options = None
54
+ _globals['_GETSSOPROVIDERFORSIGNUPRESPONSE']._serialized_options = b'\210\265\030\001'
55
+ _globals['_SIGNUPWITHSSOREQUEST']._loaded_options = None
56
+ _globals['_SIGNUPWITHSSOREQUEST']._serialized_options = b'\210\265\030\001'
57
+ _globals['_SIGNUPWITHSSORESPONSE']._loaded_options = None
58
+ _globals['_SIGNUPWITHSSORESPONSE']._serialized_options = b'\210\265\030\001'
59
+ _globals['_LOGINBYEMAILREQUEST']._loaded_options = None
60
+ _globals['_LOGINBYEMAILREQUEST']._serialized_options = b'\210\265\030\001'
61
+ _globals['_CHANGEEMAILREQUEST']._loaded_options = None
62
+ _globals['_CHANGEEMAILREQUEST']._serialized_options = b'\210\265\030\001'
63
+ _globals['_CHANGEEMAILRESPONSE']._loaded_options = None
64
+ _globals['_CHANGEEMAILRESPONSE']._serialized_options = b'\210\265\030\001'
65
+ _globals['_CHANGEPASSWORDREQUEST']._loaded_options = None
66
+ _globals['_CHANGEPASSWORDREQUEST']._serialized_options = b'\210\265\030\001'
67
+ _globals['_CHANGEPASSWORDRESPONSE']._loaded_options = None
68
+ _globals['_CHANGEPASSWORDRESPONSE']._serialized_options = b'\210\265\030\001'
69
+ _globals['_ENABLETWOFACTORAUTHREQUEST']._loaded_options = None
70
+ _globals['_ENABLETWOFACTORAUTHREQUEST']._serialized_options = b'\210\265\030\001'
71
+ _globals['_ENABLETWOFACTORAUTHRESPONSE']._loaded_options = None
72
+ _globals['_ENABLETWOFACTORAUTHRESPONSE']._serialized_options = b'\210\265\030\001'
73
+ _globals['_SENDPASSWORDRESETEMAILREQUEST']._loaded_options = None
74
+ _globals['_SENDPASSWORDRESETEMAILREQUEST']._serialized_options = b'\210\265\030\001'
75
+ _globals['_RESETPASSWORDREQUEST']._loaded_options = None
76
+ _globals['_RESETPASSWORDREQUEST']._serialized_options = b'\210\265\030\001'
77
+ _globals['_COMPLETESIGNUPBYCODEREQUEST']._loaded_options = None
78
+ _globals['_COMPLETESIGNUPBYCODEREQUEST']._serialized_options = b'\210\265\030\001'
79
+ _globals['_COMPLETESIGNUPBYCODERESPONSE']._loaded_options = None
80
+ _globals['_COMPLETESIGNUPBYCODERESPONSE']._serialized_options = b'\210\265\030\001'
81
+ _globals['_LISTUSERLOGINAUDITSREQUEST']._loaded_options = None
82
+ _globals['_LISTUSERLOGINAUDITSREQUEST']._serialized_options = b'\210\265\030\001'
83
+ _globals['_LISTUSERLOGINAUDITSRESPONSE']._loaded_options = None
84
+ _globals['_LISTUSERLOGINAUDITSRESPONSE']._serialized_options = b'\210\265\030\001'
85
+ _globals['_GENERATESECRETKEYREQUEST']._loaded_options = None
86
+ _globals['_GENERATESECRETKEYREQUEST']._serialized_options = b'\210\265\030\001'
87
+ _globals['_GENERATESECRETKEYRESPONSE']._loaded_options = None
88
+ _globals['_GENERATESECRETKEYRESPONSE']._serialized_options = b'\210\265\030\001'
89
+ _globals['_USERSECURITYAUDIT']._loaded_options = None
90
+ _globals['_USERSECURITYAUDIT']._serialized_options = b'\210\265\030\001'
91
+ _globals['_SECURITYEVENTDETAIL']._loaded_options = None
92
+ _globals['_SECURITYEVENTDETAIL']._serialized_options = b'\210\265\030\001'
93
+ _globals['_AUDITUSERINFOSNAPSHOT']._loaded_options = None
94
+ _globals['_AUDITUSERINFOSNAPSHOT']._serialized_options = b'\210\265\030\001'
95
+ _globals['_CHANGEDORGUSERSTATUS']._loaded_options = None
96
+ _globals['_CHANGEDORGUSERSTATUS']._serialized_options = b'\210\265\030\001'
97
+ _globals['_CHANGEDORGUSERROLE']._loaded_options = None
98
+ _globals['_CHANGEDORGUSERROLE']._serialized_options = b'\210\265\030\001'
99
+ _globals['_INVITEDORGUSERS']._loaded_options = None
100
+ _globals['_INVITEDORGUSERS']._serialized_options = b'\210\265\030\001'
101
+ _globals['_DELETEDORGUSER']._loaded_options = None
102
+ _globals['_DELETEDORGUSER']._serialized_options = b'\210\265\030\001'
103
+ _globals['_USERJOINEDORG']._loaded_options = None
104
+ _globals['_USERJOINEDORG']._serialized_options = b'\210\265\030\001'
105
+ _globals['_SECURITYEVENTSETROOMPASS']._loaded_options = None
106
+ _globals['_SECURITYEVENTSETROOMPASS']._serialized_options = b'\210\265\030\001'
107
+ _globals['_SECURITYEVENTDETAILCREATEDORGTEAM']._loaded_options = None
108
+ _globals['_SECURITYEVENTDETAILCREATEDORGTEAM']._serialized_options = b'\210\265\030\001'
109
+ _globals['_SECURITYEVENTDETAILDELETEDORGTEAM']._loaded_options = None
110
+ _globals['_SECURITYEVENTDETAILDELETEDORGTEAM']._serialized_options = b'\210\265\030\001'
111
+ _globals['_SECURITYEVENTDETAILUPDATEDORGTEAM']._loaded_options = None
112
+ _globals['_SECURITYEVENTDETAILUPDATEDORGTEAM']._serialized_options = b'\210\265\030\001'
113
+ _globals['_SECURITYAUDITINFO']._loaded_options = None
114
+ _globals['_SECURITYAUDITINFO']._serialized_options = b'\210\265\030\001'
115
+ _globals['_SIGNUPBYOCULUSPLATFORMRESPONSE']._loaded_options = None
116
+ _globals['_SIGNUPBYOCULUSPLATFORMRESPONSE']._serialized_options = b'\210\265\030\001'
117
+ _globals['_SIGNUPBYSTEAMPLATFORMRESPONSE']._loaded_options = None
118
+ _globals['_SIGNUPBYSTEAMPLATFORMRESPONSE']._serialized_options = b'\210\265\030\001'
119
+ _globals['_SECURITYDOCEVENTDETAILCREATEDOC']._loaded_options = None
120
+ _globals['_SECURITYDOCEVENTDETAILCREATEDOC']._serialized_options = b'\210\265\030\001'
121
+ _globals['_SECURITYDOCEVENTDETAILUPDATEDOC']._loaded_options = None
122
+ _globals['_SECURITYDOCEVENTDETAILUPDATEDOC']._serialized_options = b'\210\265\030\001'
123
+ _globals['_SECURITYDOCEVENTDETAILDOWNLOADDOC']._loaded_options = None
124
+ _globals['_SECURITYDOCEVENTDETAILDOWNLOADDOC']._serialized_options = b'\210\265\030\001'
125
+ _globals['_SECURITYDOCEVENTDETAILEXPORTDOC']._loaded_options = None
126
+ _globals['_SECURITYDOCEVENTDETAILEXPORTDOC']._serialized_options = b'\210\265\030\001'
127
+ _globals['_SECURITYDOCEVENTDETAILSHAREDOC']._loaded_options = None
128
+ _globals['_SECURITYDOCEVENTDETAILSHAREDOC']._serialized_options = b'\210\265\030\001'
129
+ _globals['_SECURITYDOCEVENTDETAILTRASHDOC']._loaded_options = None
130
+ _globals['_SECURITYDOCEVENTDETAILTRASHDOC']._serialized_options = b'\210\265\030\001'
131
+ _globals['_SECURITYDOCEVENTDETAILRESTOREDOC']._loaded_options = None
132
+ _globals['_SECURITYDOCEVENTDETAILRESTOREDOC']._serialized_options = b'\210\265\030\001'
133
+ _globals['_SECURITYDOCEVENTDETAILDELETEDOC']._loaded_options = None
134
+ _globals['_SECURITYDOCEVENTDETAILDELETEDOC']._serialized_options = b'\210\265\030\001'
135
+ _globals['_SECURITYDOCEVENTDETAILSENDDOC']._loaded_options = None
136
+ _globals['_SECURITYDOCEVENTDETAILSENDDOC']._serialized_options = b'\210\265\030\001'
137
+ _globals['_SECURITYDOCEVENTDETAILACCEPTDOC']._loaded_options = None
138
+ _globals['_SECURITYDOCEVENTDETAILACCEPTDOC']._serialized_options = b'\210\265\030\001'
139
+ _globals['_SECURITYDOCEVENTDETAILSETPASSWORD']._loaded_options = None
140
+ _globals['_SECURITYDOCEVENTDETAILSETPASSWORD']._serialized_options = b'\210\265\030\001'
141
+ _globals['_SECURITYDOCEVENTDETAILBASICDOC']._loaded_options = None
142
+ _globals['_SECURITYDOCEVENTDETAILBASICDOC']._serialized_options = b'\210\265\030\001'
143
+ _globals['_SECURITYDOCEVENTDETAILCHANGEUSERCOLLABROLE']._loaded_options = None
144
+ _globals['_SECURITYDOCEVENTDETAILCHANGEUSERCOLLABROLE']._serialized_options = b'\210\265\030\001'
145
+ _globals['_SECURITYDOCEVENTDETAILREMOVEUSERACCESS']._loaded_options = None
146
+ _globals['_SECURITYDOCEVENTDETAILREMOVEUSERACCESS']._serialized_options = b'\210\265\030\001'
147
+ _globals['_SECURITYEVENTATTACHDEVICE']._loaded_options = None
148
+ _globals['_SECURITYEVENTATTACHDEVICE']._serialized_options = b'\210\265\030\001'
149
+ _globals['_SECURITYEVENTDETACHDEVICE']._loaded_options = None
150
+ _globals['_SECURITYEVENTDETACHDEVICE']._serialized_options = b'\210\265\030\001'
151
+ _globals['_SECURITYEVENTAPPROVEORDENYJOINORG']._loaded_options = None
152
+ _globals['_SECURITYEVENTAPPROVEORDENYJOINORG']._serialized_options = b'\210\265\030\001'
153
+ _globals['_SIGNUPWITHSSORESPONSECODE']._serialized_start=8647
154
+ _globals['_SIGNUPWITHSSORESPONSECODE']._serialized_end=9020
155
+ _globals['_CHANGEEMAILRESPONSECODE']._serialized_start=9023
156
+ _globals['_CHANGEEMAILRESPONSECODE']._serialized_end=9174
157
+ _globals['_CHANGEPASSWORDRESPONSECODE']._serialized_start=9177
158
+ _globals['_CHANGEPASSWORDRESPONSECODE']._serialized_end=9394
159
+ _globals['_COMPLETESIGNUPBYCODERESPONSECODE']._serialized_start=9397
160
+ _globals['_COMPLETESIGNUPBYCODERESPONSECODE']._serialized_end=9664
161
+ _globals['_SECURITYEVENTTYPE']._serialized_start=9667
162
+ _globals['_SECURITYEVENTTYPE']._serialized_end=10869
163
+ _globals['_STORESIGNUPRESULT']._serialized_start=10872
164
+ _globals['_STORESIGNUPRESULT']._serialized_end=11072
165
+ _globals['_DETACHDEVICETYPE']._serialized_start=11074
166
+ _globals['_DETACHDEVICETYPE']._serialized_end=11186
167
+ _globals['_ENABLEMFAREQUEST']._serialized_start=155
168
+ _globals['_ENABLEMFAREQUEST']._serialized_end=307
169
+ _globals['_LISTSSOPROVIDERSFOREMAILREQUEST']._serialized_start=309
170
+ _globals['_LISTSSOPROVIDERSFOREMAILREQUEST']._serialized_end=363
171
+ _globals['_LISTSSOPROVIDERSFOREMAILRESPONSE']._serialized_start=365
172
+ _globals['_LISTSSOPROVIDERSFOREMAILRESPONSE']._serialized_end=472
173
+ _globals['_INITIATEOIDCSSOLOGINREQUEST']._serialized_start=475
174
+ _globals['_INITIATEOIDCSSOLOGINREQUEST']._serialized_end=605
175
+ _globals['_INITIATEOIDCSSOLOGINRESPONSE']._serialized_start=608
176
+ _globals['_INITIATEOIDCSSOLOGINRESPONSE']._serialized_end=768
177
+ _globals['_COMPLETEOIDCSSOLOGINREQUEST']._serialized_start=771
178
+ _globals['_COMPLETEOIDCSSOLOGINREQUEST']._serialized_end=947
179
+ _globals['_GETSSOPROVIDERFORSIGNUPREQUEST']._serialized_start=949
180
+ _globals['_GETSSOPROVIDERFORSIGNUPREQUEST']._serialized_end=1002
181
+ _globals['_GETSSOPROVIDERFORSIGNUPRESPONSE']._serialized_start=1004
182
+ _globals['_GETSSOPROVIDERFORSIGNUPRESPONSE']._serialized_end=1105
183
+ _globals['_SIGNUPWITHSSOREQUEST']._serialized_start=1107
184
+ _globals['_SIGNUPWITHSSOREQUEST']._serialized_end=1205
185
+ _globals['_SIGNUPWITHSSORESPONSE']._serialized_start=1207
186
+ _globals['_SIGNUPWITHSSORESPONSE']._serialized_end=1333
187
+ _globals['_LOGINBYEMAILREQUEST']._serialized_start=1336
188
+ _globals['_LOGINBYEMAILREQUEST']._serialized_end=1516
189
+ _globals['_CHANGEEMAILREQUEST']._serialized_start=1518
190
+ _globals['_CHANGEEMAILREQUEST']._serialized_end=1562
191
+ _globals['_CHANGEEMAILRESPONSE']._serialized_start=1564
192
+ _globals['_CHANGEEMAILRESPONSE']._serialized_end=1647
193
+ _globals['_CHANGEPASSWORDREQUEST']._serialized_start=1649
194
+ _globals['_CHANGEPASSWORDREQUEST']._serialized_end=1754
195
+ _globals['_CHANGEPASSWORDRESPONSE']._serialized_start=1756
196
+ _globals['_CHANGEPASSWORDRESPONSE']._serialized_end=1845
197
+ _globals['_ENABLETWOFACTORAUTHREQUEST']._serialized_start=1847
198
+ _globals['_ENABLETWOFACTORAUTHREQUEST']._serialized_end=1900
199
+ _globals['_ENABLETWOFACTORAUTHRESPONSE']._serialized_start=1902
200
+ _globals['_ENABLETWOFACTORAUTHRESPONSE']._serialized_end=1953
201
+ _globals['_SENDPASSWORDRESETEMAILREQUEST']._serialized_start=1955
202
+ _globals['_SENDPASSWORDRESETEMAILREQUEST']._serialized_end=2031
203
+ _globals['_RESETPASSWORDREQUEST']._serialized_start=2033
204
+ _globals['_RESETPASSWORDREQUEST']._serialized_end=2137
205
+ _globals['_COMPLETESIGNUPBYCODEREQUEST']._serialized_start=2140
206
+ _globals['_COMPLETESIGNUPBYCODEREQUEST']._serialized_end=2276
207
+ _globals['_COMPLETESIGNUPBYCODERESPONSE']._serialized_start=2278
208
+ _globals['_COMPLETESIGNUPBYCODERESPONSE']._serialized_end=2379
209
+ _globals['_LISTUSERLOGINAUDITSREQUEST']._serialized_start=2381
210
+ _globals['_LISTUSERLOGINAUDITSREQUEST']._serialized_end=2415
211
+ _globals['_LISTUSERLOGINAUDITSRESPONSE']._serialized_start=2417
212
+ _globals['_LISTUSERLOGINAUDITSRESPONSE']._serialized_end=2512
213
+ _globals['_GENERATESECRETKEYREQUEST']._serialized_start=2514
214
+ _globals['_GENERATESECRETKEYREQUEST']._serialized_end=2546
215
+ _globals['_GENERATESECRETKEYRESPONSE']._serialized_start=2548
216
+ _globals['_GENERATESECRETKEYRESPONSE']._serialized_end=2600
217
+ _globals['_USERSECURITYAUDIT']._serialized_start=2603
218
+ _globals['_USERSECURITYAUDIT']._serialized_end=2895
219
+ _globals['_SECURITYEVENTDETAIL']._serialized_start=2898
220
+ _globals['_SECURITYEVENTDETAIL']._serialized_end=4700
221
+ _globals['_AUDITUSERINFOSNAPSHOT']._serialized_start=4702
222
+ _globals['_AUDITUSERINFOSNAPSHOT']._serialized_end=4791
223
+ _globals['_CHANGEDORGUSERSTATUS']._serialized_start=4794
224
+ _globals['_CHANGEDORGUSERSTATUS']._serialized_end=4982
225
+ _globals['_CHANGEDORGUSERROLE']._serialized_start=4985
226
+ _globals['_CHANGEDORGUSERROLE']._serialized_end=5163
227
+ _globals['_INVITEDORGUSERS']._serialized_start=5165
228
+ _globals['_INVITEDORGUSERS']._serialized_end=5241
229
+ _globals['_DELETEDORGUSER']._serialized_start=5243
230
+ _globals['_DELETEDORGUSER']._serialized_end=5325
231
+ _globals['_USERJOINEDORG']._serialized_start=5327
232
+ _globals['_USERJOINEDORG']._serialized_end=5370
233
+ _globals['_SECURITYEVENTSETROOMPASS']._serialized_start=5372
234
+ _globals['_SECURITYEVENTSETROOMPASS']._serialized_end=5438
235
+ _globals['_SECURITYEVENTDETAILCREATEDORGTEAM']._serialized_start=5441
236
+ _globals['_SECURITYEVENTDETAILCREATEDORGTEAM']._serialized_end=5633
237
+ _globals['_SECURITYEVENTDETAILDELETEDORGTEAM']._serialized_start=5635
238
+ _globals['_SECURITYEVENTDETAILDELETEDORGTEAM']._serialized_end=5710
239
+ _globals['_SECURITYEVENTDETAILUPDATEDORGTEAM']._serialized_start=5713
240
+ _globals['_SECURITYEVENTDETAILUPDATEDORGTEAM']._serialized_end=6057
241
+ _globals['_SECURITYAUDITINFO']._serialized_start=6059
242
+ _globals['_SECURITYAUDITINFO']._serialized_end=6113
243
+ _globals['_SIGNUPBYOCULUSPLATFORMRESPONSE']._serialized_start=6115
244
+ _globals['_SIGNUPBYOCULUSPLATFORMRESPONSE']._serialized_end=6205
245
+ _globals['_SIGNUPBYSTEAMPLATFORMRESPONSE']._serialized_start=6207
246
+ _globals['_SIGNUPBYSTEAMPLATFORMRESPONSE']._serialized_end=6296
247
+ _globals['_SECURITYDOCEVENTDETAILCREATEDOC']._serialized_start=6298
248
+ _globals['_SECURITYDOCEVENTDETAILCREATEDOC']._serialized_end=6403
249
+ _globals['_SECURITYDOCEVENTDETAILUPDATEDOC']._serialized_start=6406
250
+ _globals['_SECURITYDOCEVENTDETAILUPDATEDOC']._serialized_end=6553
251
+ _globals['_SECURITYDOCEVENTDETAILDOWNLOADDOC']._serialized_start=6555
252
+ _globals['_SECURITYDOCEVENTDETAILDOWNLOADDOC']._serialized_end=6662
253
+ _globals['_SECURITYDOCEVENTDETAILEXPORTDOC']._serialized_start=6665
254
+ _globals['_SECURITYDOCEVENTDETAILEXPORTDOC']._serialized_end=6848
255
+ _globals['_SECURITYDOCEVENTDETAILSHAREDOC']._serialized_start=6851
256
+ _globals['_SECURITYDOCEVENTDETAILSHAREDOC']._serialized_end=7031
257
+ _globals['_SECURITYDOCEVENTDETAILTRASHDOC']._serialized_start=7033
258
+ _globals['_SECURITYDOCEVENTDETAILTRASHDOC']._serialized_end=7137
259
+ _globals['_SECURITYDOCEVENTDETAILRESTOREDOC']._serialized_start=7140
260
+ _globals['_SECURITYDOCEVENTDETAILRESTOREDOC']._serialized_end=7271
261
+ _globals['_SECURITYDOCEVENTDETAILDELETEDOC']._serialized_start=7273
262
+ _globals['_SECURITYDOCEVENTDETAILDELETEDOC']._serialized_end=7378
263
+ _globals['_SECURITYDOCEVENTDETAILSENDDOC']._serialized_start=7380
264
+ _globals['_SECURITYDOCEVENTDETAILSENDDOC']._serialized_end=7506
265
+ _globals['_SECURITYDOCEVENTDETAILACCEPTDOC']._serialized_start=7508
266
+ _globals['_SECURITYDOCEVENTDETAILACCEPTDOC']._serialized_end=7634
267
+ _globals['_SECURITYDOCEVENTDETAILSETPASSWORD']._serialized_start=7636
268
+ _globals['_SECURITYDOCEVENTDETAILSETPASSWORD']._serialized_end=7743
269
+ _globals['_SECURITYDOCEVENTDETAILBASICDOC']._serialized_start=7746
270
+ _globals['_SECURITYDOCEVENTDETAILBASICDOC']._serialized_end=7880
271
+ _globals['_SECURITYDOCEVENTDETAILCHANGEUSERCOLLABROLE']._serialized_start=7883
272
+ _globals['_SECURITYDOCEVENTDETAILCHANGEUSERCOLLABROLE']._serialized_end=8124
273
+ _globals['_SECURITYDOCEVENTDETAILREMOVEUSERACCESS']._serialized_start=8127
274
+ _globals['_SECURITYDOCEVENTDETAILREMOVEUSERACCESS']._serialized_end=8264
275
+ _globals['_SECURITYEVENTATTACHDEVICE']._serialized_start=8266
276
+ _globals['_SECURITYEVENTATTACHDEVICE']._serialized_end=8374
277
+ _globals['_SECURITYEVENTDETACHDEVICE']._serialized_start=8376
278
+ _globals['_SECURITYEVENTDETACHDEVICE']._serialized_end=8484
279
+ _globals['_SECURITYEVENTAPPROVEORDENYJOINORG']._serialized_start=8487
280
+ _globals['_SECURITYEVENTAPPROVEORDENYJOINORG']._serialized_end=8644
281
+ # @@protoc_insertion_point(module_scope)