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,105 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: gravi/models/notifications.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/models/notifications.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ import gs_options_pb2 as gs__options__pb2
26
+ from gravi.models import gravi_model_pb2 as gravi_dot_models_dot_gravi__model__pb2
27
+
28
+
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n gravi/models/notifications.proto\x12\x0cgravi.models\x1a\x10gs-options.proto\x1a\x1egravi/models/gravi-model.proto\"\xa4\x01\n\x0eNotificationTO\x12\x16\n\x0enotificationId\x18\x01 \x01(\t\x12\x1e\n\x16requiredConsumeConfirm\x18\x03 \x01(\x08\x12\x12\n\nactiveTime\x18\x04 \x01(\x03\x12@\n\x13notificationContent\x18\x06 \x01(\x0b\x32#.gravi.models.NotificationContentTO:\x04\x88\xb5\x18\x01\"\x9d\x01\n\x15NotificationContentTO\x12=\n\x0evrNotification\x18\x02 \x01(\x0b\x32%.gravi.models.VRNotificationContentTO\x12?\n\x0fwebNotification\x18\x03 \x01(\x0b\x32&.gravi.models.WebNotificationContentTO:\x04\x88\xb5\x18\x01\"\xf6\x02\n\x17VRNotificationContentTO\x12:\n\x10notificationType\x18\x01 \x01(\x0e\x32 .gravi.models.VRNotificationType\x12;\n\x0einviteToCollab\x18i \x01(\x0b\x32#.gravi.models.InviteToCollabPayload\x12\x41\n\x11\x65nterRoomDirectly\x18l \x01(\x0b\x32&.gravi.models.EnterRoomDirectlyPayload\x12\x42\n\x14\x63onnectionInvitation\x18m \x01(\x0b\x32$.gravi.models.ConnectionInvitationTO\x12O\n\x16\x61\x64minEnterRoomDirectly\x18n \x01(\x0b\x32/.gravi.models.AdminEnterRoomDirectlyViaDeeplink:\x04\x88\xb5\x18\x01J\x04\x08j\x10l\"n\n\x15InviteToCollabPayload\x12\r\n\x05\x64ocId\x18\x01 \x01(\t\x12/\n\x07inviter\x18\x02 \x01(\x0b\x32\x1e.gravi.models.SharableUserInfo\x12\x0f\n\x07\x64ocName\x18\x03 \x01(\t:\x04\x88\xb5\x18\x01\"A\n\x18\x45nterRoomDirectlyPayload\x12\r\n\x05\x64ocId\x18\x01 \x01(\t\x12\x10\n\x08isPublic\x18\x02 \x01(\x08:\x04\x88\xb5\x18\x01\"=\n!AdminEnterRoomDirectlyViaDeeplink\x12\x12\n\ndeeplinkId\x18\x01 \x01(\t:\x04\x88\xb5\x18\x01\"\xe3\x01\n\x18WebNotificationContentTO\x12;\n\x10notificationType\x18\x01 \x01(\x0e\x32!.gravi.models.WebNotificationType\x12@\n\x13vrLoginNotification\x18\x66 \x01(\x0b\x32#.gravi.models.VRLoginNotificationTO\x12\x42\n\x14\x63onnectionInvitation\x18m \x01(\x0b\x32$.gravi.models.ConnectionInvitationTO:\x04\x88\xb5\x18\x01\";\n\x15VRLoginNotificationTO\x12\x1c\n\x14magicLinkLoginIdCode\x18\x01 \x01(\t:\x04\x88\xb5\x18\x01\"M\n\x10NotificationList\x12\x33\n\rnotifications\x18\x01 \x03(\x0b\x32\x1c.gravi.models.NotificationTO:\x04\x88\xb5\x18\x01\"A\n AckDeliveredNotificationsRequest\x12\x17\n\x0fnotificationIds\x18\x01 \x03(\t:\x04\x88\xb5\x18\x01\"(\n AckDeliveredNotificationResponse:\x04\x88\xb5\x18\x01\"*\n\"ListUndeliveredNotificationRequest:\x04\x88\xb5\x18\x01\"e\n#ListUndeliveredNotificationResponse\x12\x38\n\x10notificationList\x18\x01 \x01(\x0b\x32\x1e.gravi.models.NotificationList:\x04\x88\xb5\x18\x01\"1\n\x19NotificationServiceTicket\x12\x0e\n\x06stoken\x18\x01 \x01(\t:\x04\x88\xb5\x18\x01\"\xd3\x02\n\x1aNotificationServiceRequest\x12\x41\n\x0brequestType\x18\x01 \x01(\x0e\x32,.gravi.models.NotificationServiceRequestType\x12\x37\n\x06ticket\x18\x02 \x01(\x0b\x32\'.gravi.models.NotificationServiceTicket\x12Q\n\x19\x61\x63kDeliveredNotifsRequest\x18\n \x01(\x0b\x32..gravi.models.AckDeliveredNotificationsRequest\x12\\\n\"listUndeliveredNotificationRequest\x18\x0b \x01(\x0b\x32\x30.gravi.models.ListUndeliveredNotificationRequest:\x08\x8a\x88\'\x04\xc8\xb8\x02\x01\"\xd1\x01\n\x1bNotificationServiceResponse\x12R\n\x1a\x61\x63kDeliveredNotifsResponse\x18\n \x01(\x0b\x32..gravi.models.AckDeliveredNotificationResponse\x12^\n#listUndeliveredNotificationResponse\x18\x0b \x01(\x0b\x32\x31.gravi.models.ListUndeliveredNotificationResponse*\xb8\x01\n\x12VRNotificationType\x12\x1b\n\x17NotificationTypeUnknown\x10\x00\x12\x12\n\x0eInviteToCollab\x10i\x12\x15\n\x11\x45nterRoomDirectly\x10l\x12\x1a\n\x16VRConnectionInvitation\x10m\x12\x38\n4VRNotificationType_AdminEnterRoomDirectlyViaDeeplink\x10n\"\x04\x08j\x10k*\x95\x01\n\x13WebNotificationType\x12\x1e\n\x1aWebNotificationTypeUnknown\x10\x00\x12\x17\n\x13VRLoginNotification\x10\x66\x12\"\n\x1e\x46reeCollabShowQuickFeedbackWeb\x10l\x12\x1b\n\x17WebConnectionInvitation\x10m\"\x04\x08j\x10k*\xca\x01\n\x1eNotificationServiceRequestType\x12*\n&NotificationServiceRequestType_Unknown\x10\x00\x12<\n8NotificationServiceRequestType_DeliveredNotificationsAck\x10\n\x12>\n:NotificationServiceRequestType_ListUndeliveredNotification\x10\x0b\x42W\n\x1f\x63om.gravitysketch.notificationsP\x01Z2gravitysketch.com/platform/go/vrproto/gravi/modelsb\x06proto3')
30
+
31
+ _globals = globals()
32
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'gravi.models.notifications_pb2', _globals)
34
+ if not _descriptor._USE_C_DESCRIPTORS:
35
+ _globals['DESCRIPTOR']._loaded_options = None
36
+ _globals['DESCRIPTOR']._serialized_options = b'\n\037com.gravitysketch.notificationsP\001Z2gravitysketch.com/platform/go/vrproto/gravi/models'
37
+ _globals['_NOTIFICATIONTO']._loaded_options = None
38
+ _globals['_NOTIFICATIONTO']._serialized_options = b'\210\265\030\001'
39
+ _globals['_NOTIFICATIONCONTENTTO']._loaded_options = None
40
+ _globals['_NOTIFICATIONCONTENTTO']._serialized_options = b'\210\265\030\001'
41
+ _globals['_VRNOTIFICATIONCONTENTTO']._loaded_options = None
42
+ _globals['_VRNOTIFICATIONCONTENTTO']._serialized_options = b'\210\265\030\001'
43
+ _globals['_INVITETOCOLLABPAYLOAD']._loaded_options = None
44
+ _globals['_INVITETOCOLLABPAYLOAD']._serialized_options = b'\210\265\030\001'
45
+ _globals['_ENTERROOMDIRECTLYPAYLOAD']._loaded_options = None
46
+ _globals['_ENTERROOMDIRECTLYPAYLOAD']._serialized_options = b'\210\265\030\001'
47
+ _globals['_ADMINENTERROOMDIRECTLYVIADEEPLINK']._loaded_options = None
48
+ _globals['_ADMINENTERROOMDIRECTLYVIADEEPLINK']._serialized_options = b'\210\265\030\001'
49
+ _globals['_WEBNOTIFICATIONCONTENTTO']._loaded_options = None
50
+ _globals['_WEBNOTIFICATIONCONTENTTO']._serialized_options = b'\210\265\030\001'
51
+ _globals['_VRLOGINNOTIFICATIONTO']._loaded_options = None
52
+ _globals['_VRLOGINNOTIFICATIONTO']._serialized_options = b'\210\265\030\001'
53
+ _globals['_NOTIFICATIONLIST']._loaded_options = None
54
+ _globals['_NOTIFICATIONLIST']._serialized_options = b'\210\265\030\001'
55
+ _globals['_ACKDELIVEREDNOTIFICATIONSREQUEST']._loaded_options = None
56
+ _globals['_ACKDELIVEREDNOTIFICATIONSREQUEST']._serialized_options = b'\210\265\030\001'
57
+ _globals['_ACKDELIVEREDNOTIFICATIONRESPONSE']._loaded_options = None
58
+ _globals['_ACKDELIVEREDNOTIFICATIONRESPONSE']._serialized_options = b'\210\265\030\001'
59
+ _globals['_LISTUNDELIVEREDNOTIFICATIONREQUEST']._loaded_options = None
60
+ _globals['_LISTUNDELIVEREDNOTIFICATIONREQUEST']._serialized_options = b'\210\265\030\001'
61
+ _globals['_LISTUNDELIVEREDNOTIFICATIONRESPONSE']._loaded_options = None
62
+ _globals['_LISTUNDELIVEREDNOTIFICATIONRESPONSE']._serialized_options = b'\210\265\030\001'
63
+ _globals['_NOTIFICATIONSERVICETICKET']._loaded_options = None
64
+ _globals['_NOTIFICATIONSERVICETICKET']._serialized_options = b'\210\265\030\001'
65
+ _globals['_NOTIFICATIONSERVICEREQUEST']._loaded_options = None
66
+ _globals['_NOTIFICATIONSERVICEREQUEST']._serialized_options = b'\212\210\'\004\310\270\002\001'
67
+ _globals['_VRNOTIFICATIONTYPE']._serialized_start=2278
68
+ _globals['_VRNOTIFICATIONTYPE']._serialized_end=2462
69
+ _globals['_WEBNOTIFICATIONTYPE']._serialized_start=2465
70
+ _globals['_WEBNOTIFICATIONTYPE']._serialized_end=2614
71
+ _globals['_NOTIFICATIONSERVICEREQUESTTYPE']._serialized_start=2617
72
+ _globals['_NOTIFICATIONSERVICEREQUESTTYPE']._serialized_end=2819
73
+ _globals['_NOTIFICATIONTO']._serialized_start=101
74
+ _globals['_NOTIFICATIONTO']._serialized_end=265
75
+ _globals['_NOTIFICATIONCONTENTTO']._serialized_start=268
76
+ _globals['_NOTIFICATIONCONTENTTO']._serialized_end=425
77
+ _globals['_VRNOTIFICATIONCONTENTTO']._serialized_start=428
78
+ _globals['_VRNOTIFICATIONCONTENTTO']._serialized_end=802
79
+ _globals['_INVITETOCOLLABPAYLOAD']._serialized_start=804
80
+ _globals['_INVITETOCOLLABPAYLOAD']._serialized_end=914
81
+ _globals['_ENTERROOMDIRECTLYPAYLOAD']._serialized_start=916
82
+ _globals['_ENTERROOMDIRECTLYPAYLOAD']._serialized_end=981
83
+ _globals['_ADMINENTERROOMDIRECTLYVIADEEPLINK']._serialized_start=983
84
+ _globals['_ADMINENTERROOMDIRECTLYVIADEEPLINK']._serialized_end=1044
85
+ _globals['_WEBNOTIFICATIONCONTENTTO']._serialized_start=1047
86
+ _globals['_WEBNOTIFICATIONCONTENTTO']._serialized_end=1274
87
+ _globals['_VRLOGINNOTIFICATIONTO']._serialized_start=1276
88
+ _globals['_VRLOGINNOTIFICATIONTO']._serialized_end=1335
89
+ _globals['_NOTIFICATIONLIST']._serialized_start=1337
90
+ _globals['_NOTIFICATIONLIST']._serialized_end=1414
91
+ _globals['_ACKDELIVEREDNOTIFICATIONSREQUEST']._serialized_start=1416
92
+ _globals['_ACKDELIVEREDNOTIFICATIONSREQUEST']._serialized_end=1481
93
+ _globals['_ACKDELIVEREDNOTIFICATIONRESPONSE']._serialized_start=1483
94
+ _globals['_ACKDELIVEREDNOTIFICATIONRESPONSE']._serialized_end=1523
95
+ _globals['_LISTUNDELIVEREDNOTIFICATIONREQUEST']._serialized_start=1525
96
+ _globals['_LISTUNDELIVEREDNOTIFICATIONREQUEST']._serialized_end=1567
97
+ _globals['_LISTUNDELIVEREDNOTIFICATIONRESPONSE']._serialized_start=1569
98
+ _globals['_LISTUNDELIVEREDNOTIFICATIONRESPONSE']._serialized_end=1670
99
+ _globals['_NOTIFICATIONSERVICETICKET']._serialized_start=1672
100
+ _globals['_NOTIFICATIONSERVICETICKET']._serialized_end=1721
101
+ _globals['_NOTIFICATIONSERVICEREQUEST']._serialized_start=1724
102
+ _globals['_NOTIFICATIONSERVICEREQUEST']._serialized_end=2063
103
+ _globals['_NOTIFICATIONSERVICERESPONSE']._serialized_start=2066
104
+ _globals['_NOTIFICATIONSERVICERESPONSE']._serialized_end=2275
105
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,169 @@
1
+ import gs_options_pb2 as _gs_options_pb2
2
+ from gravi.models import gravi_model_pb2 as _gravi_model_pb2
3
+ from google.protobuf.internal import containers as _containers
4
+ from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import message as _message
7
+ from collections.abc import Iterable as _Iterable, Mapping as _Mapping
8
+ from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
9
+
10
+ DESCRIPTOR: _descriptor.FileDescriptor
11
+
12
+ class VRNotificationType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
13
+ __slots__ = ()
14
+ NotificationTypeUnknown: _ClassVar[VRNotificationType]
15
+ InviteToCollab: _ClassVar[VRNotificationType]
16
+ EnterRoomDirectly: _ClassVar[VRNotificationType]
17
+ VRConnectionInvitation: _ClassVar[VRNotificationType]
18
+ VRNotificationType_AdminEnterRoomDirectlyViaDeeplink: _ClassVar[VRNotificationType]
19
+
20
+ class WebNotificationType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
21
+ __slots__ = ()
22
+ WebNotificationTypeUnknown: _ClassVar[WebNotificationType]
23
+ VRLoginNotification: _ClassVar[WebNotificationType]
24
+ FreeCollabShowQuickFeedbackWeb: _ClassVar[WebNotificationType]
25
+ WebConnectionInvitation: _ClassVar[WebNotificationType]
26
+
27
+ class NotificationServiceRequestType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
28
+ __slots__ = ()
29
+ NotificationServiceRequestType_Unknown: _ClassVar[NotificationServiceRequestType]
30
+ NotificationServiceRequestType_DeliveredNotificationsAck: _ClassVar[NotificationServiceRequestType]
31
+ NotificationServiceRequestType_ListUndeliveredNotification: _ClassVar[NotificationServiceRequestType]
32
+ NotificationTypeUnknown: VRNotificationType
33
+ InviteToCollab: VRNotificationType
34
+ EnterRoomDirectly: VRNotificationType
35
+ VRConnectionInvitation: VRNotificationType
36
+ VRNotificationType_AdminEnterRoomDirectlyViaDeeplink: VRNotificationType
37
+ WebNotificationTypeUnknown: WebNotificationType
38
+ VRLoginNotification: WebNotificationType
39
+ FreeCollabShowQuickFeedbackWeb: WebNotificationType
40
+ WebConnectionInvitation: WebNotificationType
41
+ NotificationServiceRequestType_Unknown: NotificationServiceRequestType
42
+ NotificationServiceRequestType_DeliveredNotificationsAck: NotificationServiceRequestType
43
+ NotificationServiceRequestType_ListUndeliveredNotification: NotificationServiceRequestType
44
+
45
+ class NotificationTO(_message.Message):
46
+ __slots__ = ("notificationId", "requiredConsumeConfirm", "activeTime", "notificationContent")
47
+ NOTIFICATIONID_FIELD_NUMBER: _ClassVar[int]
48
+ REQUIREDCONSUMECONFIRM_FIELD_NUMBER: _ClassVar[int]
49
+ ACTIVETIME_FIELD_NUMBER: _ClassVar[int]
50
+ NOTIFICATIONCONTENT_FIELD_NUMBER: _ClassVar[int]
51
+ notificationId: str
52
+ requiredConsumeConfirm: bool
53
+ activeTime: int
54
+ notificationContent: NotificationContentTO
55
+ def __init__(self, notificationId: _Optional[str] = ..., requiredConsumeConfirm: bool = ..., activeTime: _Optional[int] = ..., notificationContent: _Optional[_Union[NotificationContentTO, _Mapping]] = ...) -> None: ...
56
+
57
+ class NotificationContentTO(_message.Message):
58
+ __slots__ = ("vrNotification", "webNotification")
59
+ VRNOTIFICATION_FIELD_NUMBER: _ClassVar[int]
60
+ WEBNOTIFICATION_FIELD_NUMBER: _ClassVar[int]
61
+ vrNotification: VRNotificationContentTO
62
+ webNotification: WebNotificationContentTO
63
+ def __init__(self, vrNotification: _Optional[_Union[VRNotificationContentTO, _Mapping]] = ..., webNotification: _Optional[_Union[WebNotificationContentTO, _Mapping]] = ...) -> None: ...
64
+
65
+ class VRNotificationContentTO(_message.Message):
66
+ __slots__ = ("notificationType", "inviteToCollab", "enterRoomDirectly", "connectionInvitation", "adminEnterRoomDirectly")
67
+ NOTIFICATIONTYPE_FIELD_NUMBER: _ClassVar[int]
68
+ INVITETOCOLLAB_FIELD_NUMBER: _ClassVar[int]
69
+ ENTERROOMDIRECTLY_FIELD_NUMBER: _ClassVar[int]
70
+ CONNECTIONINVITATION_FIELD_NUMBER: _ClassVar[int]
71
+ ADMINENTERROOMDIRECTLY_FIELD_NUMBER: _ClassVar[int]
72
+ notificationType: VRNotificationType
73
+ inviteToCollab: InviteToCollabPayload
74
+ enterRoomDirectly: EnterRoomDirectlyPayload
75
+ connectionInvitation: _gravi_model_pb2.ConnectionInvitationTO
76
+ adminEnterRoomDirectly: AdminEnterRoomDirectlyViaDeeplink
77
+ def __init__(self, notificationType: _Optional[_Union[VRNotificationType, str]] = ..., inviteToCollab: _Optional[_Union[InviteToCollabPayload, _Mapping]] = ..., enterRoomDirectly: _Optional[_Union[EnterRoomDirectlyPayload, _Mapping]] = ..., connectionInvitation: _Optional[_Union[_gravi_model_pb2.ConnectionInvitationTO, _Mapping]] = ..., adminEnterRoomDirectly: _Optional[_Union[AdminEnterRoomDirectlyViaDeeplink, _Mapping]] = ...) -> None: ...
78
+
79
+ class InviteToCollabPayload(_message.Message):
80
+ __slots__ = ("docId", "inviter", "docName")
81
+ DOCID_FIELD_NUMBER: _ClassVar[int]
82
+ INVITER_FIELD_NUMBER: _ClassVar[int]
83
+ DOCNAME_FIELD_NUMBER: _ClassVar[int]
84
+ docId: str
85
+ inviter: _gravi_model_pb2.SharableUserInfo
86
+ docName: str
87
+ def __init__(self, docId: _Optional[str] = ..., inviter: _Optional[_Union[_gravi_model_pb2.SharableUserInfo, _Mapping]] = ..., docName: _Optional[str] = ...) -> None: ...
88
+
89
+ class EnterRoomDirectlyPayload(_message.Message):
90
+ __slots__ = ("docId", "isPublic")
91
+ DOCID_FIELD_NUMBER: _ClassVar[int]
92
+ ISPUBLIC_FIELD_NUMBER: _ClassVar[int]
93
+ docId: str
94
+ isPublic: bool
95
+ def __init__(self, docId: _Optional[str] = ..., isPublic: bool = ...) -> None: ...
96
+
97
+ class AdminEnterRoomDirectlyViaDeeplink(_message.Message):
98
+ __slots__ = ("deeplinkId",)
99
+ DEEPLINKID_FIELD_NUMBER: _ClassVar[int]
100
+ deeplinkId: str
101
+ def __init__(self, deeplinkId: _Optional[str] = ...) -> None: ...
102
+
103
+ class WebNotificationContentTO(_message.Message):
104
+ __slots__ = ("notificationType", "vrLoginNotification", "connectionInvitation")
105
+ NOTIFICATIONTYPE_FIELD_NUMBER: _ClassVar[int]
106
+ VRLOGINNOTIFICATION_FIELD_NUMBER: _ClassVar[int]
107
+ CONNECTIONINVITATION_FIELD_NUMBER: _ClassVar[int]
108
+ notificationType: WebNotificationType
109
+ vrLoginNotification: VRLoginNotificationTO
110
+ connectionInvitation: _gravi_model_pb2.ConnectionInvitationTO
111
+ def __init__(self, notificationType: _Optional[_Union[WebNotificationType, str]] = ..., vrLoginNotification: _Optional[_Union[VRLoginNotificationTO, _Mapping]] = ..., connectionInvitation: _Optional[_Union[_gravi_model_pb2.ConnectionInvitationTO, _Mapping]] = ...) -> None: ...
112
+
113
+ class VRLoginNotificationTO(_message.Message):
114
+ __slots__ = ("magicLinkLoginIdCode",)
115
+ MAGICLINKLOGINIDCODE_FIELD_NUMBER: _ClassVar[int]
116
+ magicLinkLoginIdCode: str
117
+ def __init__(self, magicLinkLoginIdCode: _Optional[str] = ...) -> None: ...
118
+
119
+ class NotificationList(_message.Message):
120
+ __slots__ = ("notifications",)
121
+ NOTIFICATIONS_FIELD_NUMBER: _ClassVar[int]
122
+ notifications: _containers.RepeatedCompositeFieldContainer[NotificationTO]
123
+ def __init__(self, notifications: _Optional[_Iterable[_Union[NotificationTO, _Mapping]]] = ...) -> None: ...
124
+
125
+ class AckDeliveredNotificationsRequest(_message.Message):
126
+ __slots__ = ("notificationIds",)
127
+ NOTIFICATIONIDS_FIELD_NUMBER: _ClassVar[int]
128
+ notificationIds: _containers.RepeatedScalarFieldContainer[str]
129
+ def __init__(self, notificationIds: _Optional[_Iterable[str]] = ...) -> None: ...
130
+
131
+ class AckDeliveredNotificationResponse(_message.Message):
132
+ __slots__ = ()
133
+ def __init__(self) -> None: ...
134
+
135
+ class ListUndeliveredNotificationRequest(_message.Message):
136
+ __slots__ = ()
137
+ def __init__(self) -> None: ...
138
+
139
+ class ListUndeliveredNotificationResponse(_message.Message):
140
+ __slots__ = ("notificationList",)
141
+ NOTIFICATIONLIST_FIELD_NUMBER: _ClassVar[int]
142
+ notificationList: NotificationList
143
+ def __init__(self, notificationList: _Optional[_Union[NotificationList, _Mapping]] = ...) -> None: ...
144
+
145
+ class NotificationServiceTicket(_message.Message):
146
+ __slots__ = ("stoken",)
147
+ STOKEN_FIELD_NUMBER: _ClassVar[int]
148
+ stoken: str
149
+ def __init__(self, stoken: _Optional[str] = ...) -> None: ...
150
+
151
+ class NotificationServiceRequest(_message.Message):
152
+ __slots__ = ("requestType", "ticket", "ackDeliveredNotifsRequest", "listUndeliveredNotificationRequest")
153
+ REQUESTTYPE_FIELD_NUMBER: _ClassVar[int]
154
+ TICKET_FIELD_NUMBER: _ClassVar[int]
155
+ ACKDELIVEREDNOTIFSREQUEST_FIELD_NUMBER: _ClassVar[int]
156
+ LISTUNDELIVEREDNOTIFICATIONREQUEST_FIELD_NUMBER: _ClassVar[int]
157
+ requestType: NotificationServiceRequestType
158
+ ticket: NotificationServiceTicket
159
+ ackDeliveredNotifsRequest: AckDeliveredNotificationsRequest
160
+ listUndeliveredNotificationRequest: ListUndeliveredNotificationRequest
161
+ def __init__(self, requestType: _Optional[_Union[NotificationServiceRequestType, str]] = ..., ticket: _Optional[_Union[NotificationServiceTicket, _Mapping]] = ..., ackDeliveredNotifsRequest: _Optional[_Union[AckDeliveredNotificationsRequest, _Mapping]] = ..., listUndeliveredNotificationRequest: _Optional[_Union[ListUndeliveredNotificationRequest, _Mapping]] = ...) -> None: ...
162
+
163
+ class NotificationServiceResponse(_message.Message):
164
+ __slots__ = ("ackDeliveredNotifsResponse", "listUndeliveredNotificationResponse")
165
+ ACKDELIVEREDNOTIFSRESPONSE_FIELD_NUMBER: _ClassVar[int]
166
+ LISTUNDELIVEREDNOTIFICATIONRESPONSE_FIELD_NUMBER: _ClassVar[int]
167
+ ackDeliveredNotifsResponse: AckDeliveredNotificationResponse
168
+ listUndeliveredNotificationResponse: ListUndeliveredNotificationResponse
169
+ def __init__(self, ackDeliveredNotifsResponse: _Optional[_Union[AckDeliveredNotificationResponse, _Mapping]] = ..., listUndeliveredNotificationResponse: _Optional[_Union[ListUndeliveredNotificationResponse, _Mapping]] = ...) -> None: ...
@@ -0,0 +1,193 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: gravi/models/preferences.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/models/preferences.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from gravi.rpc.model.inputs import sketch_inputs_pb2 as gravi_dot_rpc_dot_model_dot_inputs_dot_sketch__inputs__pb2
26
+ from gravi.localization import localization_pb2 as gravi_dot_localization_dot_localization__pb2
27
+ from gravi.rpc.model.common import sketch_common_pb2 as gravi_dot_rpc_dot_model_dot_common_dot_sketch__common__pb2
28
+ from gravi.rpc.model.common import sketch_interactions_pb2 as gravi_dot_rpc_dot_model_dot_common_dot_sketch__interactions__pb2
29
+ import gs_options_pb2 as gs__options__pb2
30
+ from gravi.models import gravi_model_pb2 as gravi_dot_models_dot_gravi__model__pb2
31
+
32
+
33
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1egravi/models/preferences.proto\x12\x0cgravi.models\x1a*gravi/rpc/model/inputs/sketch-inputs.proto\x1a%gravi/localization/localization.proto\x1a*gravi/rpc/model/common/sketch-common.proto\x1a\x30gravi/rpc/model/common/sketch-interactions.proto\x1a\x10gs-options.proto\x1a\x1egravi/models/gravi-model.proto\"\xbf\x18\n\x16UserSavedPreferencesTO\x12\x0e\n\x06userId\x18\x01 \x01(\t\x12/\n\x08language\x18\x02 \x01(\x0e\x32\x1d.gravi.localization.LocalLang\x12\x16\n\x0eleftHandedMode\x18\x04 \x01(\x08\x12\x11\n\tghostMove\x18\x05 \x01(\x08\x12\x1c\n\x14returnAfterDuplicate\x18\x06 \x01(\x08\x12\x17\n\x0forientationLock\x18\x07 \x01(\x08\x12\x31\n\tsmartMove\x18\x08 \x01(\x0e\x32\x1e.gravi.models.SmartMoveSetting\x12\x1c\n\x14highQualityRendering\x18\t \x01(\x08\x12\x12\n\ntextPopups\x18\n \x01(\x08\x12\x16\n\x0e\x64isableHaptics\x18\x0b \x01(\x08\x12\x10\n\x08isSeated\x18\x0c \x01(\x08\x12\x11\n\tvideoTips\x18\r \x01(\x08\x12!\n\x19preferredDisplayFrequency\x18\x0e \x01(\x02\x12\x35\n\x0f\x63ontrollerModel\x18\x0f \x01(\x0e\x32\x1c.gravi.models.ControllerLook\x12!\n\x19\x64\x65precatedSurfaceContours\x18\x14 \x01(\x08\x12\x42\n\x15surfaceContourSetting\x18\x18 \x01(\x0e\x32#.gravi.models.SurfaceContourSetting\x12\x1e\n\x16passthroughEnvironment\x18\x1b \x01(\x08\x12\x19\n\x11useSystemLanguage\x18\x1c \x01(\x08\x12\x13\n\x0bsaveToCloud\x18\x1d \x01(\x08\x12\x18\n\x10\x63osketchNickname\x18\x1e \x01(\t\x12\x16\n\x0e\x63osketchColorR\x18\x1f \x01(\x05\x12\x16\n\x0e\x63osketchColorG\x18 \x01(\x05\x12\x16\n\x0e\x63osketchColorB\x18! \x01(\x05\x12\x16\n\x0e\x63osketchColorA\x18\" \x01(\x05\x12@\n\x14microphonePreference\x18# \x01(\x0e\x32\".gravi.models.MicrophonePreference\x12\x1c\n\x14microphoneDeviceName\x18$ \x01(\t\x12&\n\x07shareUI\x18% \x01(\x0e\x32\x15.gravi.models.TriBool\x12\x15\n\rhideUserEmail\x18& \x01(\x08\x12\x1a\n\x12\x64\x65\x66\x61ultToLocalSave\x18\' \x01(\x08\x12\x46\n\x17mirrorVisualisationType\x18( \x01(\x0e\x32%.gravi.models.MirrorVisualisationType\x12\x32\n\rworldAxisType\x18) \x01(\x0e\x32\x1b.gravi.models.WorldAxisType\x12\x34\n\x0estageFloorType\x18* \x01(\x0e\x32\x1c.gravi.models.StageFloorType\x12\x32\n\rscaleSnapType\x18+ \x01(\x0e\x32\x1b.gravi.models.ScaleSnapType\x12\x1e\n\x16\x63ontextualMeasurements\x18\x30 \x01(\x08\x12\x38\n\x0breadoutUnit\x18\x31 \x01(\x0e\x32#.gravi.rpc.model.common.ReadoutUnit\x12:\n\x0coverrideUnit\x18\x33 \x01(\x0e\x32$.gravi.rpc.model.common.OverrideUnit\x12\x1e\n\x16onboardingToolsEnabled\x18\x34 \x01(\x08\x12\x32\n\rgrabShapeType\x18\x35 \x01(\x0e\x32\x1b.gravi.models.GrabShapeType\x12\x30\n\x0c\x63omfortLevel\x18\x36 \x01(\x0e\x32\x1a.gravi.models.ComfortLevel\x12!\n\x19orthoGraphicPanelsVisible\x18< \x01(\x08\x12!\n\x19orthoGraphicBoundsVisible\x18= \x01(\x08\x12\x44\n\x16\x63lockDisplayPreference\x18\x41 \x01(\x0e\x32$.gravi.models.ClockDisplayPreference\x12\x42\n\x15timeReminderFrequency\x18\x42 \x01(\x0e\x32#.gravi.models.TimeReminderFrequency\x12\x1c\n\x14\x65\x64itPanelDefaultOpen\x18\x44 \x01(\x08\x12N\n\x1aimportPreviewerPreferences\x18J \x01(\x0b\x32*.gravi.models.ImportPreviewerPreferencesTO\x12<\n\x11\x65xportPreferences\x18K \x01(\x0b\x32!.gravi.models.ExportPreferencesTO\x12\x14\n\x0c\x65xternalCamX\x18P \x01(\x02\x12\x14\n\x0c\x65xternalCamY\x18Q \x01(\x02\x12\x14\n\x0c\x65xternalCamZ\x18R \x01(\x02\x12\x15\n\rexternalCamQX\x18S \x01(\x02\x12\x15\n\rexternalCamQY\x18T \x01(\x02\x12\x15\n\rexternalCamQZ\x18U \x01(\x02\x12\x15\n\rexternalCamQW\x18V \x01(\x02\x12\x18\n\x10\x65xternalCamFocal\x18W \x01(\x02\x12\x13\n\x0b\x66ileVersion\x18\x64 \x01(\x05\x12\x10\n\x08opaqueUI\x18\x65 \x01(\x08\x12\x15\n\rlastUserEmail\x18\x66 \x01(\t\x12\x36\n\x0epadPreferences\x18n \x01(\x0b\x32\x1e.gravi.models.PadPreferencesTO\x12 \n\x18\x61utoOpenLocalFilesWindow\x18x \x01(\x08\x12G\n\x17screenshotPreferencesTO\x18\x82\x01 \x01(\x0b\x32%.gravi.models.ScreenshotPreferencesTO\x12\x44\n\x0fusageHintStates\x18\x8c\x01 \x03(\x0b\x32\x1c.gravi.models.UsageHintStateB\x0c\x8a\xa6\x1d\x08hintType\x12\x37\n\x0fusageStatistics\x18\x8d\x01 \x01(\x0b\x32\x1d.gravi.models.UsageStatistics\x12\x18\n\x0fuseOculusAvatar\x18\x96\x01 \x01(\x08\x12-\n\nwindowMode\x18\xa0\x01 \x01(\x0e\x32\x18.gravi.models.WindowMode\x12=\n\x11selectionSettings\x18\xbe\x01 \x01(\x0b\x32!.gravi.models.SelectionSettingsTO\x12\x30\n\'deprecatedSpatialAnchorsUserEnabledBeta\x18\x98\x02 \x01(\x08\x12;\n\x11startupPreference\x18\xac\x02 \x01(\x0e\x32\x1f.gravi.models.StartupPreference\x12H\n\rbrushProfiles\x18\xc5\x02 \x03(\x0b\x32\x1c.gravi.models.BrushProfileTOB\x12\x8a\xa6\x1d\x0e\x62rushProfileId\x12\x38\n\x10materialProfiles\x18\xdf\x02 \x03(\x0b\x32\x1d.gravi.models.MaterialProfile\x12\x39\n\x1amaterialProfileScopeIdType\x18\xe8\x02 \x01(\x0e\x32\x14.gravi.models.IdType\x12\x1f\n\x16materialProfileScopeId\x18\xe9\x02 \x01(\t\x12M\n\"mostRecentlySelectedExportPresetId\x18\xf2\x02 \x01(\x0b\x32 .gravi.rpc.model.common.GSDataID\x12G\n\rwatchedVideos\x18\x90\x03 \x03(\x0b\x32\".gravi.models.VideoWatchedProgressB\x0b\x8a\xa6\x1d\x07videoId\x12\x0f\n\x06mirror\x18\x9a\x03 \x01(\x08\x12\x10\n\x07useGrid\x18\xa4\x03 \x01(\x08\x12\x14\n\x0bgridDensity\x18\xa5\x03 \x01(\x05\x12\x17\n\x0e\x64isableTimeout\x18\xf4\x03 \x01(\x08\x12=\n\x12uiVisibilityPolicy\x18\xe8\x07 \x01(\x0e\x32 .gravi.models.UIVisibilityPolicy:\x04\x88\xb5\x18\x01\"\xa1\x02\n\x17ScreenshotPreferencesTO\x12\x1d\n\x15isAddAsReferenceImage\x18\x01 \x01(\x08\x12\x14\n\x0cisPreviewDof\x18\x02 \x01(\x08\x12\x15\n\risTransparent\x18\x03 \x01(\x08\x12\x10\n\x08isRender\x18\x04 \x01(\x08\x12\x16\n\x0eisVerticalLock\x18\x05 \x01(\x08\x12!\n\x19isMakeViewpointDEPRECATED\x18\x06 \x01(\x08\x12\x1a\n\x12\x61\x64vancedSettingsOn\x18\x07 \x01(\x08\x12\x13\n\x0b\x66ocalLength\x18\x14 \x01(\x02\x12\x36\n\x0f\x61spectRatioType\x18( \x01(\x0e\x32\x1d.gravi.models.AspectRatioType:\x04\x88\xb5\x18\x01\"\xc3\x01\n\x13SelectionSettingsTO\x12:\n\x11selectionToolMode\x18\x01 \x01(\x0e\x32\x1f.gravi.models.SelectionToolMode\x12\"\n\x1arespectGroupsWhenSelecting\x18\n \x01(\x08\x12\x13\n\x0bshowGumball\x18( \x01(\x08\x12\x17\n\x0fshowBoundingBox\x18\x32 \x01(\x08\x12\x18\n\x10restrictToMirror\x18< \x01(\x08:\x04\x88\xb5\x18\x01\"E\n\rColorSwatchTO\x12\t\n\x01r\x18\x01 \x01(\x02\x12\t\n\x01g\x18\x02 \x01(\x02\x12\t\n\x01\x62\x18\x03 \x01(\x02\x12\r\n\x05index\x18\x04 \x01(\x05:\x04\x88\xb5\x18\x01\"s\n\x17PadSelectionModeOptions\x12!\n\x19\x64\x65precatedEditModeEnabled\x18\x01 \x01(\x08\x12\x16\n\x0egumballEnabled\x18\x02 \x01(\x08\x12\x17\n\x0fplanarityBroken\x18\x03 \x01(\x08:\x04\x88\xb5\x18\x01\"\xce\x01\n\x18PadNavigationPreferences\x12\x1e\n\x16orbitSnapbackThreshold\x18\x01 \x01(\x02\x12\x19\n\x11rotationThreshold\x18\x02 \x01(\x02\x12\x15\n\rzoomThreshold\x18\x03 \x01(\x02\x12\x11\n\tzoomSpeed\x18\x04 \x01(\x02\x12\x1e\n\x16\x66reeCameraPanThreshold\x18\x05 \x01(\x02\x12\'\n\x1f\x64\x65precatedInitialisedToDefaults\x18\x06 \x01(\x08:\x04\x88\xb5\x18\x01\"\xc2\x06\n\x10PadPreferencesTO\x12/\n\ncameraType\x18\x01 \x01(\x0e\x32\x1b.gravi.models.PadCameraType\x12:\n\x13\x64rawPlaneCameraMode\x18\x02 \x01(\x0e\x32\x1d.gravi.models.PerspectiveMode\x12\x35\n\x0e\x66reeCameraMode\x18\x03 \x01(\x0e\x32\x1d.gravi.models.PerspectiveMode\x12\"\n\x1a\x64rawPlaneCameraFocalLength\x18\x04 \x01(\x02\x12\x1d\n\x15\x66reeCameraFocalLength\x18\x05 \x01(\x02\x12\x14\n\x0cverticalLock\x18\x06 \x01(\x08\x12\x0f\n\x07penMode\x18\x07 \x01(\x08\x12\x13\n\x0brightHanded\x18\x08 \x01(\x08\x12\x11\n\tworldAxis\x18\t \x01(\x08\x12\x11\n\tfloorGrid\x18\n \x01(\x08\x12\x16\n\x0enavigationCube\x18\x0b \x01(\x08\x12\x18\n\x10navigationArrows\x18\x0c \x01(\x08\x12;\n\x10rotationAxisType\x18\r \x01(\x0e\x32!.gravi.models.PadRotationAxisType\x12\x43\n\x14selectionModeOptions\x18\x0e \x01(\x0b\x32%.gravi.models.PadSelectionModeOptions\x12K\n\x18\x63olorSelectionPreference\x18\x0f \x01(\x0e\x32).gravi.models.PadColorSelectionPreference\x12\x45\n\x15navigationPreferences\x18\x10 \x01(\x0b\x32&.gravi.models.PadNavigationPreferences\x12\x32\n\rcolorSwatches\x18\x14 \x03(\x0b\x32\x1b.gravi.models.ColorSwatchTO\x12\x15\n\rvisibleCursor\x18\x1e \x01(\x08\x12\x14\n\x0cplaneShadows\x18 \x01(\x08\x12\x1d\n\x15initialisedToDefaults\x18\x64 \x01(\x08\x12\x17\n\x0fpenOnceDetected\x18\x65 \x01(\x08:\x04\x88\xb5\x18\x01\"x\n\x0eUsageHintState\x12\x33\n\x08hintType\x18\x01 \x01(\x0e\x32!.gravi.rpc.model.common.UsageHint\x12\x13\n\x0bisFreshHint\x18\x02 \x01(\x08\x12\x16\n\x0etimesTriggered\x18\x03 \x01(\x05:\x04\x88\xb5\x18\x01\"Z\n\x0fUsageStatistics\x12$\n\x1c\x63umulativeMinsSpentSketching\x18\n \x01(\x05\x12\x1b\n\x13numEditModeSessions\x18\x0b \x01(\x05:\x04\x88\xb5\x18\x01\"q\n\x1fUserDefaultsProfileCollectionTO\x12\x17\n\x0f\x63urrentProfName\x18\' \x01(\t\x12\x35\n\x08profiles\x18) \x03(\x0b\x32#.gravi.models.UserDefaultsProfileTO\"}\n\x15UserDefaultsProfileTO\x12\x13\n\x0bprofileName\x18\x01 \x01(\t\x12\x0e\n\x06mirror\x18\x02 \x01(\x08\x12\x0f\n\x07useGrid\x18\x05 \x01(\x08\x12\x13\n\x0bgridDensity\x18\x06 \x01(\x05\x12\x13\n\x0b\x66ileVersion\x18\x64 \x01(\x05:\x04\x88\xb5\x18\x01\"\xef\x08\n\x0e\x42rushProfileTO\x12\x38\n\x0e\x62rushProfileId\x18\x02 \x01(\x0b\x32 .gravi.rpc.model.common.GSDataID\x12\x18\n\x10\x62rushProfileName\x18\x03 \x01(\t\x12/\n\'hasBrushNameBeenUserModifiedFromDefault\x18\x04 \x01(\x08\x12\x36\n\nSplineType\x18\x64 \x01(\x0e\x32\".gravi.rpc.model.common.SplineType\x12\x36\n\nbrushShape\x18\x65 \x01(\x0e\x32\".gravi.rpc.model.common.BrushShape\x12\x13\n\x0bstrokeSizeX\x18i \x01(\x02\x12\x13\n\x0bstrokeSizeY\x18j \x01(\x02\x12\x0f\n\x07lowPoly\x18x \x01(\x08\x12\x0f\n\x07\x63\x61pEnds\x18y \x01(\x08\x12>\n\x12SelectedBrushShape\x18z \x01(\x0e\x32\".gravi.rpc.model.common.BrushShape\x12\x14\n\x0croundCorners\x18{ \x01(\x08\x12\x35\n\tinputMode\x18\xc8\x01 \x01(\x0e\x32!.gravi.rpc.model.inputs.InputMode\x12?\n\x0eprojectionMode\x18\xc9\x01 \x01(\x0e\x32&.gravi.rpc.model.inputs.ProjectionMode\x12;\n\x0cpressureMode\x18\xca\x01 \x01(\x0e\x32$.gravi.rpc.model.inputs.PressureMode\x12\x45\n\x12primitiveInputMode\x18\xcb\x01 \x01(\x0e\x32(.gravi.models.PrimitiveDrawingPreference\x12\x17\n\x0einputSmoothing\x18\xcd\x01 \x01(\x02\x12\x14\n\x0bsnapDrawing\x18\xd2\x01 \x01(\x08\x12$\n\x1bpolarSymmetryDuplicateCount\x18\xac\x02 \x01(\x05\x12\x15\n\x0crepeatingUVs\x18\x90\x03 \x01(\x08\x12\x12\n\tautoScale\x18\xf4\x03 \x01(\x08\x12\x1c\n\x13surfaceCurveTension\x18\xfe\x03 \x01(\x02\x12\x19\n\x10\x66ullSurfaceCurve\x18\xff\x03 \x01(\x08\x12\x19\n\x10\x66ourPointSurface\x18\x80\x04 \x01(\x08\x12\x19\n\x10surfaceCurveSize\x18\x81\x04 \x01(\x02\x12\x19\n\x10revolveThickness\x18\x88\x04 \x01(\x02\x12\x18\n\x0frevolveRotation\x18\x89\x04 \x01(\x05\x12\x1d\n\x14revolveChosenRepeats\x18\x8a\x04 \x01(\x05\x12\x1d\n\x14primitiveDrawnAsSubD\x18\x92\x04 \x01(\x08\x12\x1f\n\x16primitiveCustomiseSubD\x18\x93\x04 \x01(\x08\x12\x15\n\x0ctextFontName\x18\x9c\x04 \x01(\t\x12\x15\n\x0cNonStretched\x18\xb0\x04 \x01(\x08\x12\x13\n\nnonPolyCap\x18\xb1\x04 \x01(\x08:\x04\x88\xb5\x18\x01\"\xa6\x01\n\x1cImportPreviewerPreferencesTO\x12\r\n\x05units\x18\x01 \x01(\x05\x12\x15\n\rOrientationQx\x18\x02 \x01(\x02\x12\x15\n\rOrientationQy\x18\x03 \x01(\x02\x12\x15\n\rOrientationQz\x18\x04 \x01(\x02\x12\x15\n\rOrientationQw\x18\x05 \x01(\x02\x12\x15\n\raddToNewLayer\x18\x06 \x01(\x08:\x04\x88\xb5\x18\x01\"\x84\x01\n\x14\x45xportPreferenceHint\x12\x32\n\x08presetId\x18\x01 \x01(\x0b\x32 .gravi.rpc.model.common.GSDataID\x12\x19\n\x11presetDescription\x18\x02 \x01(\t\x12\x17\n\x0fpresetUsageInfo\x18\x03 \x01(\t:\x04\x88\xb5\x18\x01\"\xa8\x01\n\x12\x45xportPresetListTO\x12\x41\n\x16orderedExportPresetsTO\x18\x01 \x03(\x0b\x32!.gravi.models.ExportPreferencesTO\x12I\n\x0fusageHintStates\x18\x02 \x03(\x0b\x32\".gravi.models.ExportPreferenceHintB\x0c\x8a\xa6\x1d\x08presetId:\x04\x88\xb5\x18\x01\"\xc4\x04\n\x13\x45xportPreferencesTO\x12\x35\n\x08\x62\x61seAxes\x18\x01 \x01(\x0e\x32#.gravi.models.BaseAxisConfiguration\x12\x30\n\x0cscaleSetting\x18\x02 \x01(\x0e\x32\x1a.gravi.models.ScaleSetting\x12\x13\n\x0bsingleSided\x18\x03 \x01(\x08\x12\x1a\n\x12useSubDControlMesh\x18\x05 \x01(\x08\x12\x14\n\x0cweldVertices\x18\x06 \x01(\x08\x12.\n\x08\x66ileType\x18\x07 \x01(\x0e\x32\x1c.gravi.models.ExportFileType\x12H\n\x18\x64iscretizationResolution\x18\x08 \x01(\x0e\x32&.gravi.models.DiscretizationResolution\x12\x16\n\x0e\x62\x61keTransforms\x18\t \x01(\x08\x12?\n\x0fnurbsPreference\x18\n \x01(\x0e\x32&.gravi.models.FbxExportNurbsPreference\x12\x15\n\rcollectGroups\x18\x0b \x01(\x08\x12\x34\n\x0emp4ExportStyle\x18\x14 \x01(\x0e\x32\x1c.gravi.models.MP4ExportStyle\x12\x37\n\x0cpreferenceId\x18\xe8\x07 \x01(\x0b\x32 .gravi.rpc.model.common.GSDataID\x12\x1e\n\x15preferenceDisplayName\x18\xe9\x07 \x01(\t:\x04\x88\xb5\x18\x01\"\x9d\x01\n\x0f\x42rowserCookieTO\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12\x16\n\x0e\x65xpirationDate\x18\x02 \x01(\x05\x12\x10\n\x08httpOnly\x18\x03 \x01(\x08\x12\x0f\n\x07isValid\x18\x04 \x01(\x08\x12\x0c\n\x04name\x18\x05 \x01(\t\x12\x0c\n\x04path\x18\x06 \x01(\t\x12\x0e\n\x06secure\x18\x07 \x01(\x08\x12\r\n\x05value\x18\x08 \x01(\t:\x04\x88\xb5\x18\x01\"b\n\x0fMaterialProfile\x12\x36\n\x08material\x18\x01 \x01(\x0b\x32$.gravi.rpc.model.common.DrawMaterial\x12\x11\n\tisDefault\x18\x02 \x01(\x08:\x04\x88\xb5\x18\x01\"[\n\x14VideoWatchedProgress\x12\x0f\n\x07videoId\x18\x01 \x01(\t\x12\x12\n\nreachedEnd\x18\x02 \x01(\x08\x12\x18\n\x10secondsRemaining\x18\x03 \x01(\x05:\x04\x88\xb5\x18\x01\"\xb6\x01\n\x12SavedMaterialsFile\x12\x37\n\tmaterials\x18\x01 \x03(\x0b\x32$.gravi.rpc.model.common.DrawMaterial\x12\x17\n\x0fmaterialVersion\x18\x02 \x01(\x05\x12H\n\x18presetMaterialsIteration\x18\x03 \x01(\x0e\x32&.gravi.models.PresetMaterialsIteration:\x04\x88\xb5\x18\x01*B\n\x07TriBool\x12\x14\n\x10TriBoolUndefined\x10\x00\x12\x10\n\x0cTriBoolFalse\x10\x01\x12\x0f\n\x0bTriBoolTrue\x10\x02*W\n\x15\x42\x61seAxisConfiguration\x12\x0e\n\nYUpZMirror\x10\x00\x12\x0e\n\nZUpYMirror\x10\x01\x12\x0e\n\nZUpXMirror\x10\x02\x12\x0e\n\nYUpXMirror\x10\x03*C\n\x0cScaleSetting\x12\x0b\n\x07ScaleMM\x10\x00\x12\x0b\n\x07ScaleCM\x10\x01\x12\n\n\x06ScaleM\x10\x02\x12\r\n\tScaleInch\x10\x03*[\n\x10SmartMoveSetting\x12\x15\n\x11SmartMoveDisabled\x10\x00\x12\x15\n\x11SmartMoveAxisOnly\x10\x01\x12\x19\n\x15SmartMoveAnyDirection\x10\x02*s\n\x15SurfaceContourSetting\x12\x1c\n\x18SurfaceContoursAlwaysOff\x10\x00\x12\x1f\n\x1bSurfaceContoursOnInEditMode\x10\x01\x12\x1b\n\x17SurfaceContoursAlwaysOn\x10\x02*}\n\x0e\x43ontrollerLook\x12\x18\n\x14\x43ontrollerLookSimple\x10\x00\x12\x1c\n\x18\x43ontrollerLookSeeThrough\x10\x01\x12\x1b\n\x17\x43ontrollerLookWireframe\x10\x02\x12\x16\n\x12\x43ontrollerLookNone\x10\x03*U\n\x17MirrorVisualisationType\x12\x13\n\x0fMirrorInvisible\x10\x00\x12\x10\n\x0cMirrorStatic\x10\x01\x12\x13\n\x0fMirrorAutoScale\x10\x02*V\n\rWorldAxisType\x12\x16\n\x12WorldAxisInvisible\x10\x00\x12\x14\n\x10WorldAxisVisible\x10\x01\x12\x17\n\x13WorldAxisDeprecated\x10\x02*u\n\x0eStageFloorType\x12\x17\n\x13StageFloorInvisible\x10\x00\x12\x18\n\x14StageFloorRoundStage\x10\x01\x12\x1c\n\x18StageFloorRectangleStage\x10\x02\x12\x12\n\x0eStageFloorGrid\x10\x03*p\n\rScaleSnapType\x12\x11\n\rScaleSnapNone\x10\x00\x12\x1a\n\x16ScaleSnapConstantRatio\x10\x01\x12\x16\n\x12ScaleSnapFreeScale\x10\x02\x12\x18\n\x14ScaleSnapNoneScaling\x10\x03*-\n\rGrabShapeType\x12\x0e\n\nGrabSphere\x10\x00\x12\x0c\n\x08GrabCube\x10\x01*H\n\x0c\x45\x64itSnapType\x12\x10\n\x0c\x45\x64itSnapNone\x10\x00\x12\x13\n\x0f\x45\x64itSnapObjects\x10\x01\x12\x11\n\rEditSnapNodes\x10\x02*W\n\x14MicrophonePreference\x12\x11\n\rMicrophoneOff\x10\x00\x12\x14\n\x10MicrophoneHoldUp\x10\x01\x12\x16\n\x12MicrophoneAlwaysOn\x10\x02*U\n\x1aPrimitiveDrawingPreference\x12\x14\n\x10TwoHandsFreeMove\x10\x00\x12\x0f\n\x0b\x43\x65ntralLine\x10\x01\x12\x10\n\x0cOneHandScale\x10\x02*X\n\x0c\x43omfortLevel\x12\x19\n\x15\x43omfortLevelUndefined\x10\x00\x12\x15\n\x11\x43omfortLevelBlink\x10\x01\x12\x16\n\x12\x43omfortLevelSmooth\x10\x02*\xb3\x01\n\x0e\x45xportFileType\x12\x07\n\x03OBJ\x10\x00\x12\x07\n\x03\x46\x42X\x10\x01\x12\x08\n\x04IGES\x10\x02\x12\x08\n\x04USDZ\x10\x03\x12\x07\n\x03GLB\x10\x04\x12\x10\n\x0cTurntableMP4\x10\x05\x12\r\n\tThumbnail\x10\x06\x12\x07\n\x03GRS\x10\x07\x12\x10\n\x0cThumbnail360\x10\x08\x12\x19\n\x15PreProcessedGrsImport\x10\t\x12\x10\n\x0cTurntableGif\x10\n\x12\t\n\x05\x42lend\x10\x0b*Y\n\x10LocalStorageType\x12\x16\n\x12UnknownStorageType\x10\x00\x12\x13\n\x0fInternalStorage\x10\x01\x12\x18\n\x14USBAccessibleStorage\x10\x02*F\n\x18\x46\x62xExportNurbsPreference\x12\x0b\n\x07\x46\x62xMesh\x10\x00\x12\x0c\n\x08\x46\x62xNURBS\x10\x01\x12\x0f\n\x0b\x46\x62xFullData\x10\x02*<\n\x16\x43lockDisplayPreference\x12\x0e\n\nTwelveHour\x10\x00\x12\x12\n\x0eTwentyFourHour\x10\x01*]\n\x15TimeReminderFrequency\x12\x07\n\x03Off\x10\x00\x12\n\n\x06Hourly\x10\x01\x12\x16\n\x12\x45veryThirtyMinutes\x10\x02\x12\x17\n\x13\x45veryFifteenMinutes\x10\x03*M\n\x12UIVisibilityPolicy\x12\x17\n\x13ObservationModeOnly\x10\x00\x12\x0e\n\nAlwaysHide\x10\x01\x12\x0e\n\nAlwaysShow\x10\x02*=\n\nWindowMode\x12\r\n\tMaximised\x10\x00\x12\x10\n\x0cNotMaximised\x10\x01\x12\x0e\n\nFullScreen\x10\x02*0\n\x0f\x41spectRatioType\x12\x0e\n\nratio16To9\x10\x00\x12\r\n\tratio1To1\x10\x01*S\n\x11SelectionToolMode\x12\x18\n\x14InvalidSelectionMode\x10\x00\x12\x15\n\x11\x43ursorPaintSelect\x10\x01\x12\r\n\tBoxSelect\x10\x02*4\n\rPadCameraType\x12\x13\n\x0f\x44rawPlaneCamera\x10\x00\x12\x0e\n\nFreeCamera\x10\x01*4\n\x0fPerspectiveMode\x12\x10\n\x0cOrthographic\x10\x00\x12\x0f\n\x0bPerspective\x10\x01*@\n\x13PadRotationAxisType\x12\x11\n\rPlaneParallel\x10\x00\x12\x16\n\x12PlanePerpendicular\x10\x01*5\n\x1bPadColorSelectionPreference\x12\n\n\x06Square\x10\x00\x12\n\n\x06\x43ircle\x10\x01*\x8a\x01\n\x0eMP4ExportStyle\x12\x17\n\x13MP4ExportStyleUnset\x10\x00\x12\x1b\n\x17MP4ExportStyleTurntable\x10\x01\x12\x1b\n\x17MP4ExportStyleTimelapse\x10\x02\x12%\n!MP4ExportStyleViewpointFlythrough\x10\x03*\xb3\x02\n\x18\x44iscretizationResolution\x12#\n\x1f\x44iscretizationResolutionInvalid\x10\x00\x12\x1c\n\x18\x44iscretizationViewLODMin\x10\x01\x12\x1c\n\x18\x44iscretizationViewLODMid\x10\x02\x12\x1c\n\x18\x44iscretizationViewLODMax\x10\x03\x12\x1b\n\x17\x44iscretizationExportMin\x10\x0b\x12\x1b\n\x17\x44iscretizationExportMid\x10\x0c\x12\x1c\n\x18\x44iscretizationExportHigh\x10\r\x12\x1f\n\x1b\x44iscretizationExportExtreme\x10\x0e\x12\x1f\n\x1b\x44iscretizationConvertToSubD\x10\x14*T\n\x13InteractionPanelTab\x12\x1e\n\x1aInteractionTriggerPanelTab\x10\x00\x12\x1d\n\x19InteractionActionPanelTab\x10\x01*K\n\x11StartupPreference\x12\r\n\tLoadLobby\x10\x00\x12\x11\n\rLoadNewSketch\x10\x01\x12\x14\n\x10LoadRecentSketch\x10\x02*i\n\x18PresetMaterialsIteration\x12\x15\n\x11NoPresetMaterials\x10\x00\x12\x1f\n\x1bPresetMaterialsV0Unreleased\x10\x01\x12\x15\n\x11PresetMaterialsV1\x10\x02\x42V\n\x1e\x63om.gravitysketch.sketch.modelP\x01Z2gravitysketch.com/platform/go/vrproto/gravi/modelsb\x06proto3')
34
+
35
+ _globals = globals()
36
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
37
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'gravi.models.preferences_pb2', _globals)
38
+ if not _descriptor._USE_C_DESCRIPTORS:
39
+ _globals['DESCRIPTOR']._loaded_options = None
40
+ _globals['DESCRIPTOR']._serialized_options = b'\n\036com.gravitysketch.sketch.modelP\001Z2gravitysketch.com/platform/go/vrproto/gravi/models'
41
+ _globals['_USERSAVEDPREFERENCESTO'].fields_by_name['usageHintStates']._loaded_options = None
42
+ _globals['_USERSAVEDPREFERENCESTO'].fields_by_name['usageHintStates']._serialized_options = b'\212\246\035\010hintType'
43
+ _globals['_USERSAVEDPREFERENCESTO'].fields_by_name['brushProfiles']._loaded_options = None
44
+ _globals['_USERSAVEDPREFERENCESTO'].fields_by_name['brushProfiles']._serialized_options = b'\212\246\035\016brushProfileId'
45
+ _globals['_USERSAVEDPREFERENCESTO'].fields_by_name['watchedVideos']._loaded_options = None
46
+ _globals['_USERSAVEDPREFERENCESTO'].fields_by_name['watchedVideos']._serialized_options = b'\212\246\035\007videoId'
47
+ _globals['_USERSAVEDPREFERENCESTO']._loaded_options = None
48
+ _globals['_USERSAVEDPREFERENCESTO']._serialized_options = b'\210\265\030\001'
49
+ _globals['_SCREENSHOTPREFERENCESTO']._loaded_options = None
50
+ _globals['_SCREENSHOTPREFERENCESTO']._serialized_options = b'\210\265\030\001'
51
+ _globals['_SELECTIONSETTINGSTO']._loaded_options = None
52
+ _globals['_SELECTIONSETTINGSTO']._serialized_options = b'\210\265\030\001'
53
+ _globals['_COLORSWATCHTO']._loaded_options = None
54
+ _globals['_COLORSWATCHTO']._serialized_options = b'\210\265\030\001'
55
+ _globals['_PADSELECTIONMODEOPTIONS']._loaded_options = None
56
+ _globals['_PADSELECTIONMODEOPTIONS']._serialized_options = b'\210\265\030\001'
57
+ _globals['_PADNAVIGATIONPREFERENCES']._loaded_options = None
58
+ _globals['_PADNAVIGATIONPREFERENCES']._serialized_options = b'\210\265\030\001'
59
+ _globals['_PADPREFERENCESTO']._loaded_options = None
60
+ _globals['_PADPREFERENCESTO']._serialized_options = b'\210\265\030\001'
61
+ _globals['_USAGEHINTSTATE']._loaded_options = None
62
+ _globals['_USAGEHINTSTATE']._serialized_options = b'\210\265\030\001'
63
+ _globals['_USAGESTATISTICS']._loaded_options = None
64
+ _globals['_USAGESTATISTICS']._serialized_options = b'\210\265\030\001'
65
+ _globals['_USERDEFAULTSPROFILETO']._loaded_options = None
66
+ _globals['_USERDEFAULTSPROFILETO']._serialized_options = b'\210\265\030\001'
67
+ _globals['_BRUSHPROFILETO']._loaded_options = None
68
+ _globals['_BRUSHPROFILETO']._serialized_options = b'\210\265\030\001'
69
+ _globals['_IMPORTPREVIEWERPREFERENCESTO']._loaded_options = None
70
+ _globals['_IMPORTPREVIEWERPREFERENCESTO']._serialized_options = b'\210\265\030\001'
71
+ _globals['_EXPORTPREFERENCEHINT']._loaded_options = None
72
+ _globals['_EXPORTPREFERENCEHINT']._serialized_options = b'\210\265\030\001'
73
+ _globals['_EXPORTPRESETLISTTO'].fields_by_name['usageHintStates']._loaded_options = None
74
+ _globals['_EXPORTPRESETLISTTO'].fields_by_name['usageHintStates']._serialized_options = b'\212\246\035\010presetId'
75
+ _globals['_EXPORTPRESETLISTTO']._loaded_options = None
76
+ _globals['_EXPORTPRESETLISTTO']._serialized_options = b'\210\265\030\001'
77
+ _globals['_EXPORTPREFERENCESTO']._loaded_options = None
78
+ _globals['_EXPORTPREFERENCESTO']._serialized_options = b'\210\265\030\001'
79
+ _globals['_BROWSERCOOKIETO']._loaded_options = None
80
+ _globals['_BROWSERCOOKIETO']._serialized_options = b'\210\265\030\001'
81
+ _globals['_MATERIALPROFILE']._loaded_options = None
82
+ _globals['_MATERIALPROFILE']._serialized_options = b'\210\265\030\001'
83
+ _globals['_VIDEOWATCHEDPROGRESS']._loaded_options = None
84
+ _globals['_VIDEOWATCHEDPROGRESS']._serialized_options = b'\210\265\030\001'
85
+ _globals['_SAVEDMATERIALSFILE']._loaded_options = None
86
+ _globals['_SAVEDMATERIALSFILE']._serialized_options = b'\210\265\030\001'
87
+ _globals['_TRIBOOL']._serialized_start=8327
88
+ _globals['_TRIBOOL']._serialized_end=8393
89
+ _globals['_BASEAXISCONFIGURATION']._serialized_start=8395
90
+ _globals['_BASEAXISCONFIGURATION']._serialized_end=8482
91
+ _globals['_SCALESETTING']._serialized_start=8484
92
+ _globals['_SCALESETTING']._serialized_end=8551
93
+ _globals['_SMARTMOVESETTING']._serialized_start=8553
94
+ _globals['_SMARTMOVESETTING']._serialized_end=8644
95
+ _globals['_SURFACECONTOURSETTING']._serialized_start=8646
96
+ _globals['_SURFACECONTOURSETTING']._serialized_end=8761
97
+ _globals['_CONTROLLERLOOK']._serialized_start=8763
98
+ _globals['_CONTROLLERLOOK']._serialized_end=8888
99
+ _globals['_MIRRORVISUALISATIONTYPE']._serialized_start=8890
100
+ _globals['_MIRRORVISUALISATIONTYPE']._serialized_end=8975
101
+ _globals['_WORLDAXISTYPE']._serialized_start=8977
102
+ _globals['_WORLDAXISTYPE']._serialized_end=9063
103
+ _globals['_STAGEFLOORTYPE']._serialized_start=9065
104
+ _globals['_STAGEFLOORTYPE']._serialized_end=9182
105
+ _globals['_SCALESNAPTYPE']._serialized_start=9184
106
+ _globals['_SCALESNAPTYPE']._serialized_end=9296
107
+ _globals['_GRABSHAPETYPE']._serialized_start=9298
108
+ _globals['_GRABSHAPETYPE']._serialized_end=9343
109
+ _globals['_EDITSNAPTYPE']._serialized_start=9345
110
+ _globals['_EDITSNAPTYPE']._serialized_end=9417
111
+ _globals['_MICROPHONEPREFERENCE']._serialized_start=9419
112
+ _globals['_MICROPHONEPREFERENCE']._serialized_end=9506
113
+ _globals['_PRIMITIVEDRAWINGPREFERENCE']._serialized_start=9508
114
+ _globals['_PRIMITIVEDRAWINGPREFERENCE']._serialized_end=9593
115
+ _globals['_COMFORTLEVEL']._serialized_start=9595
116
+ _globals['_COMFORTLEVEL']._serialized_end=9683
117
+ _globals['_EXPORTFILETYPE']._serialized_start=9686
118
+ _globals['_EXPORTFILETYPE']._serialized_end=9865
119
+ _globals['_LOCALSTORAGETYPE']._serialized_start=9867
120
+ _globals['_LOCALSTORAGETYPE']._serialized_end=9956
121
+ _globals['_FBXEXPORTNURBSPREFERENCE']._serialized_start=9958
122
+ _globals['_FBXEXPORTNURBSPREFERENCE']._serialized_end=10028
123
+ _globals['_CLOCKDISPLAYPREFERENCE']._serialized_start=10030
124
+ _globals['_CLOCKDISPLAYPREFERENCE']._serialized_end=10090
125
+ _globals['_TIMEREMINDERFREQUENCY']._serialized_start=10092
126
+ _globals['_TIMEREMINDERFREQUENCY']._serialized_end=10185
127
+ _globals['_UIVISIBILITYPOLICY']._serialized_start=10187
128
+ _globals['_UIVISIBILITYPOLICY']._serialized_end=10264
129
+ _globals['_WINDOWMODE']._serialized_start=10266
130
+ _globals['_WINDOWMODE']._serialized_end=10327
131
+ _globals['_ASPECTRATIOTYPE']._serialized_start=10329
132
+ _globals['_ASPECTRATIOTYPE']._serialized_end=10377
133
+ _globals['_SELECTIONTOOLMODE']._serialized_start=10379
134
+ _globals['_SELECTIONTOOLMODE']._serialized_end=10462
135
+ _globals['_PADCAMERATYPE']._serialized_start=10464
136
+ _globals['_PADCAMERATYPE']._serialized_end=10516
137
+ _globals['_PERSPECTIVEMODE']._serialized_start=10518
138
+ _globals['_PERSPECTIVEMODE']._serialized_end=10570
139
+ _globals['_PADROTATIONAXISTYPE']._serialized_start=10572
140
+ _globals['_PADROTATIONAXISTYPE']._serialized_end=10636
141
+ _globals['_PADCOLORSELECTIONPREFERENCE']._serialized_start=10638
142
+ _globals['_PADCOLORSELECTIONPREFERENCE']._serialized_end=10691
143
+ _globals['_MP4EXPORTSTYLE']._serialized_start=10694
144
+ _globals['_MP4EXPORTSTYLE']._serialized_end=10832
145
+ _globals['_DISCRETIZATIONRESOLUTION']._serialized_start=10835
146
+ _globals['_DISCRETIZATIONRESOLUTION']._serialized_end=11142
147
+ _globals['_INTERACTIONPANELTAB']._serialized_start=11144
148
+ _globals['_INTERACTIONPANELTAB']._serialized_end=11228
149
+ _globals['_STARTUPPREFERENCE']._serialized_start=11230
150
+ _globals['_STARTUPPREFERENCE']._serialized_end=11305
151
+ _globals['_PRESETMATERIALSITERATION']._serialized_start=11307
152
+ _globals['_PRESETMATERIALSITERATION']._serialized_end=11412
153
+ _globals['_USERSAVEDPREFERENCESTO']._serialized_start=276
154
+ _globals['_USERSAVEDPREFERENCESTO']._serialized_end=3411
155
+ _globals['_SCREENSHOTPREFERENCESTO']._serialized_start=3414
156
+ _globals['_SCREENSHOTPREFERENCESTO']._serialized_end=3703
157
+ _globals['_SELECTIONSETTINGSTO']._serialized_start=3706
158
+ _globals['_SELECTIONSETTINGSTO']._serialized_end=3901
159
+ _globals['_COLORSWATCHTO']._serialized_start=3903
160
+ _globals['_COLORSWATCHTO']._serialized_end=3972
161
+ _globals['_PADSELECTIONMODEOPTIONS']._serialized_start=3974
162
+ _globals['_PADSELECTIONMODEOPTIONS']._serialized_end=4089
163
+ _globals['_PADNAVIGATIONPREFERENCES']._serialized_start=4092
164
+ _globals['_PADNAVIGATIONPREFERENCES']._serialized_end=4298
165
+ _globals['_PADPREFERENCESTO']._serialized_start=4301
166
+ _globals['_PADPREFERENCESTO']._serialized_end=5135
167
+ _globals['_USAGEHINTSTATE']._serialized_start=5137
168
+ _globals['_USAGEHINTSTATE']._serialized_end=5257
169
+ _globals['_USAGESTATISTICS']._serialized_start=5259
170
+ _globals['_USAGESTATISTICS']._serialized_end=5349
171
+ _globals['_USERDEFAULTSPROFILECOLLECTIONTO']._serialized_start=5351
172
+ _globals['_USERDEFAULTSPROFILECOLLECTIONTO']._serialized_end=5464
173
+ _globals['_USERDEFAULTSPROFILETO']._serialized_start=5466
174
+ _globals['_USERDEFAULTSPROFILETO']._serialized_end=5591
175
+ _globals['_BRUSHPROFILETO']._serialized_start=5594
176
+ _globals['_BRUSHPROFILETO']._serialized_end=6729
177
+ _globals['_IMPORTPREVIEWERPREFERENCESTO']._serialized_start=6732
178
+ _globals['_IMPORTPREVIEWERPREFERENCESTO']._serialized_end=6898
179
+ _globals['_EXPORTPREFERENCEHINT']._serialized_start=6901
180
+ _globals['_EXPORTPREFERENCEHINT']._serialized_end=7033
181
+ _globals['_EXPORTPRESETLISTTO']._serialized_start=7036
182
+ _globals['_EXPORTPRESETLISTTO']._serialized_end=7204
183
+ _globals['_EXPORTPREFERENCESTO']._serialized_start=7207
184
+ _globals['_EXPORTPREFERENCESTO']._serialized_end=7787
185
+ _globals['_BROWSERCOOKIETO']._serialized_start=7790
186
+ _globals['_BROWSERCOOKIETO']._serialized_end=7947
187
+ _globals['_MATERIALPROFILE']._serialized_start=7949
188
+ _globals['_MATERIALPROFILE']._serialized_end=8047
189
+ _globals['_VIDEOWATCHEDPROGRESS']._serialized_start=8049
190
+ _globals['_VIDEOWATCHEDPROGRESS']._serialized_end=8140
191
+ _globals['_SAVEDMATERIALSFILE']._serialized_start=8143
192
+ _globals['_SAVEDMATERIALSFILE']._serialized_end=8325
193
+ # @@protoc_insertion_point(module_scope)