@os-team/profile 1.2.1 → 1.2.2

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 (374) hide show
  1. package/dist/@types/emotion.d.js +1 -0
  2. package/dist/@types/i18next.d.js +1 -0
  3. package/dist/@types/relay.d.js +0 -0
  4. package/dist/{types/components → components}/profile/ProfileButton.d.ts +1 -1
  5. package/dist/components/profile/ProfileButton.d.ts.map +1 -0
  6. package/dist/components/profile/ProfileButton.js +9 -0
  7. package/dist/components/profile/ProfileConfigContext.d.ts.map +1 -0
  8. package/dist/{esm/components → components}/profile/ProfileConfigContext.js +1 -2
  9. package/dist/components/profile/ProfileContext.d.ts.map +1 -0
  10. package/dist/{esm/components → components}/profile/ProfileContext.js +1 -2
  11. package/dist/{types/components → components}/profile/ProfileDrawer.d.ts +2 -2
  12. package/dist/components/profile/ProfileDrawer.d.ts.map +1 -0
  13. package/dist/components/profile/ProfileDrawer.js +28 -0
  14. package/dist/{types/components → components}/profile/ProfileDrawerContent.d.ts +7 -0
  15. package/dist/components/profile/ProfileDrawerContent.d.ts.map +1 -0
  16. package/dist/{esm/components → components}/profile/ProfileDrawerContent.js +66 -41
  17. package/dist/{types/components → components}/profile/ProfileNavigationItem.d.ts +1 -1
  18. package/dist/components/profile/ProfileNavigationItem.d.ts.map +1 -0
  19. package/dist/{esm/components → components}/profile/ProfileNavigationItem.js +8 -7
  20. package/dist/components/profile/ProfileUpdateNameModal.d.ts.map +1 -0
  21. package/dist/{esm/components → components}/profile/ProfileUpdateNameModal.js +38 -31
  22. package/dist/components/profile/ProfileUpdatePasswordModal.d.ts.map +1 -0
  23. package/dist/{esm/components → components}/profile/ProfileUpdatePasswordModal.js +40 -33
  24. package/dist/components/profile/ProtectedWrapper.d.ts.map +1 -0
  25. package/dist/{esm/components → components}/profile/ProtectedWrapper.js +19 -14
  26. package/dist/{types/components → components}/profile/UserAvatar.d.ts +1 -1
  27. package/dist/components/profile/UserAvatar.d.ts.map +1 -0
  28. package/dist/{esm/components → components}/profile/UserAvatar.js +7 -6
  29. package/dist/{types/components → components}/profile/UserAvatarAddon.d.ts +1 -1
  30. package/dist/components/profile/UserAvatarAddon.d.ts.map +1 -0
  31. package/dist/components/profile/UserAvatarAddon.js +50 -0
  32. package/dist/{types/components → components}/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.d.ts +5 -0
  33. package/dist/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.d.ts.map +1 -0
  34. package/dist/{esm/components → components}/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.js +2 -3
  35. package/dist/{types/components → components}/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.d.ts +5 -0
  36. package/dist/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.d.ts.map +1 -0
  37. package/dist/{esm/components → components}/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.js +2 -3
  38. package/dist/{types/components → components}/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts +5 -0
  39. package/dist/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts.map +1 -0
  40. package/dist/{esm/components → components}/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js +2 -3
  41. package/dist/{types/components → components}/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.d.ts +5 -0
  42. package/dist/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.d.ts.map +1 -0
  43. package/dist/{esm/components → components}/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js +2 -3
  44. package/dist/{types/components → components}/profile/__generated__/ProtectedWrapperQuery.graphql.d.ts +5 -0
  45. package/dist/components/profile/__generated__/ProtectedWrapperQuery.graphql.d.ts.map +1 -0
  46. package/dist/{esm/components → components}/profile/__generated__/ProtectedWrapperQuery.graphql.js +2 -3
  47. package/dist/{types/components → components}/session/SessionDrawer.d.ts +1 -1
  48. package/dist/components/session/SessionDrawer.d.ts.map +1 -0
  49. package/dist/components/session/SessionDrawer.js +45 -0
  50. package/dist/components/session/SessionDrawerContent.d.ts.map +1 -0
  51. package/dist/{esm/components → components}/session/SessionDrawerContent.js +12 -10
  52. package/dist/{types/components → components}/session/SessionList.d.ts +5 -5
  53. package/dist/components/session/SessionList.d.ts.map +1 -0
  54. package/dist/{esm/components → components}/session/SessionList.js +33 -17
  55. package/dist/{types/components → components}/session/SessionListItem.d.ts +9 -9
  56. package/dist/components/session/SessionListItem.d.ts.map +1 -0
  57. package/dist/{esm/components → components}/session/SessionListItem.js +37 -19
  58. package/dist/components/session/SessionListSkeleton.d.ts.map +1 -0
  59. package/dist/components/session/SessionListSkeleton.js +43 -0
  60. package/dist/{types/components → components}/session/__generated__/SessionDrawerContentQuery.graphql.d.ts +5 -0
  61. package/dist/components/session/__generated__/SessionDrawerContentQuery.graphql.d.ts.map +1 -0
  62. package/dist/{esm/components → components}/session/__generated__/SessionDrawerContentQuery.graphql.js +2 -3
  63. package/dist/{types/components → components}/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.d.ts +5 -0
  64. package/dist/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.d.ts.map +1 -0
  65. package/dist/{esm/components → components}/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js +2 -3
  66. package/dist/{types/components → components}/session/__generated__/SessionListItemDestroySessionMutation.graphql.d.ts +5 -0
  67. package/dist/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.d.ts.map +1 -0
  68. package/dist/{esm/components → components}/session/__generated__/SessionListItemDestroySessionMutation.graphql.js +2 -3
  69. package/dist/{types/components → components}/session/__generated__/SessionListItem_session.graphql.d.ts +5 -0
  70. package/dist/components/session/__generated__/SessionListItem_session.graphql.d.ts.map +1 -0
  71. package/dist/{esm/components → components}/session/__generated__/SessionListItem_session.graphql.js +2 -3
  72. package/dist/{types/components → components}/session/__generated__/SessionListRefetchQuery.graphql.d.ts +5 -0
  73. package/dist/components/session/__generated__/SessionListRefetchQuery.graphql.d.ts.map +1 -0
  74. package/dist/{esm/components → components}/session/__generated__/SessionListRefetchQuery.graphql.js +2 -3
  75. package/dist/{types/components → components}/session/__generated__/SessionList_sessions.graphql.d.ts +5 -0
  76. package/dist/components/session/__generated__/SessionList_sessions.graphql.d.ts.map +1 -0
  77. package/dist/{esm/components → components}/session/__generated__/SessionList_sessions.graphql.js +2 -3
  78. package/dist/{types/components → components}/session/formatDate.d.ts +1 -1
  79. package/dist/components/session/formatDate.d.ts.map +1 -0
  80. package/dist/{esm/components → components}/session/formatDate.js +1 -2
  81. package/dist/components/session/getLastSeen.d.ts +3 -0
  82. package/dist/components/session/getLastSeen.d.ts.map +1 -0
  83. package/dist/{esm/components → components}/session/getLastSeen.js +1 -2
  84. package/dist/{types/components → components}/shared/ButtonUpdate.d.ts +1 -1
  85. package/dist/components/shared/ButtonUpdate.d.ts.map +1 -0
  86. package/dist/{esm/components → components}/shared/ButtonUpdate.js +6 -3
  87. package/dist/components/shared/ErrorResult.d.ts.map +1 -0
  88. package/dist/{esm/components → components}/shared/ErrorResult.js +4 -4
  89. package/dist/components/shared/FormError.d.ts.map +1 -0
  90. package/dist/{esm/components → components}/shared/FormError.js +6 -5
  91. package/dist/components/shared/MainLoader.d.ts.map +1 -0
  92. package/dist/{esm/components → components}/shared/MainLoader.js +5 -3
  93. package/dist/{types/components → components}/shared/icons/AndroidIcon.d.ts +1 -1
  94. package/dist/components/shared/icons/AndroidIcon.d.ts.map +1 -0
  95. package/dist/components/shared/icons/AndroidIcon.js +12 -0
  96. package/dist/{types/components → components}/shared/icons/AppleIcon.d.ts +1 -1
  97. package/dist/components/shared/icons/AppleIcon.d.ts.map +1 -0
  98. package/dist/components/shared/icons/AppleIcon.js +12 -0
  99. package/dist/{types/components → components}/shared/icons/BrowserIcon.d.ts +1 -1
  100. package/dist/components/shared/icons/BrowserIcon.d.ts.map +1 -0
  101. package/dist/components/shared/icons/BrowserIcon.js +12 -0
  102. package/dist/{types/components → components}/shared/icons/ProfileIcon.d.ts +1 -1
  103. package/dist/components/shared/icons/ProfileIcon.d.ts.map +1 -0
  104. package/dist/components/shared/icons/ProfileIcon.js +12 -0
  105. package/dist/{types/components → components}/shared/icons/UnknownDeviceIcon.d.ts +1 -1
  106. package/dist/components/shared/icons/UnknownDeviceIcon.d.ts.map +1 -0
  107. package/dist/components/shared/icons/UnknownDeviceIcon.js +12 -0
  108. package/dist/index.d.ts.map +1 -0
  109. package/dist/index.js +14 -0
  110. package/dist/utils/getError.d.ts.map +1 -0
  111. package/dist/{esm/utils → utils}/getError.js +1 -2
  112. package/dist/utils/getUserFullName.d.ts.map +1 -0
  113. package/dist/{esm/utils → utils}/getUserFullName.js +1 -2
  114. package/dist/{types/utils → utils}/handleFormErrors.d.ts +1 -1
  115. package/dist/utils/handleFormErrors.d.ts.map +1 -0
  116. package/dist/{esm/utils → utils}/handleFormErrors.js +1 -2
  117. package/package.json +50 -56
  118. package/src/@types/react-app-env.d.ts +3 -0
  119. package/src/App.tsx +42 -0
  120. package/src/AppRouter.tsx +12 -0
  121. package/src/components/ErrorResult.tsx +23 -0
  122. package/src/components/Layout.tsx +70 -0
  123. package/src/components/MainLoader.tsx +22 -0
  124. package/src/components/icons/HomeIcon.tsx +12 -0
  125. package/src/i18next.ts +34 -0
  126. package/src/index.tsx +6 -0
  127. package/src/lib/@types/emotion.d.ts +7 -0
  128. package/src/lib/@types/i18next.d.ts +12 -0
  129. package/src/lib/@types/relay.d.ts +3 -0
  130. package/src/lib/components/profile/ProfileButton.tsx +8 -0
  131. package/src/lib/components/profile/ProfileConfigContext.ts +16 -0
  132. package/src/lib/components/profile/ProfileContext.ts +20 -0
  133. package/src/lib/components/profile/ProfileDrawer.tsx +31 -0
  134. package/src/lib/components/profile/ProfileDrawerContent.tsx +276 -0
  135. package/src/lib/components/profile/ProfileNavigationItem.tsx +36 -0
  136. package/src/lib/components/profile/ProfileUpdateNameModal.tsx +117 -0
  137. package/src/lib/components/profile/ProfileUpdatePasswordModal.tsx +129 -0
  138. package/src/lib/components/profile/ProtectedWrapper.tsx +81 -0
  139. package/src/lib/components/profile/UserAvatar.tsx +23 -0
  140. package/src/lib/components/profile/UserAvatarAddon.tsx +62 -0
  141. package/src/lib/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.ts +74 -0
  142. package/src/lib/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.ts +100 -0
  143. package/src/lib/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.ts +124 -0
  144. package/src/lib/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.ts +93 -0
  145. package/src/lib/components/profile/__generated__/ProtectedWrapperQuery.graphql.ts +106 -0
  146. package/src/lib/components/session/SessionDrawer.tsx +50 -0
  147. package/src/lib/components/session/SessionDrawerContent.tsx +34 -0
  148. package/src/lib/components/session/SessionList.tsx +138 -0
  149. package/src/lib/components/session/SessionListItem.tsx +318 -0
  150. package/src/lib/components/session/SessionListSkeleton.tsx +48 -0
  151. package/src/lib/components/session/__generated__/SessionDrawerContentQuery.graphql.ts +181 -0
  152. package/src/lib/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.ts +74 -0
  153. package/src/lib/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.ts +92 -0
  154. package/src/lib/components/session/__generated__/SessionListItem_session.graphql.ts +154 -0
  155. package/src/lib/components/session/__generated__/SessionListRefetchQuery.graphql.ts +181 -0
  156. package/src/lib/components/session/__generated__/SessionList_sessions.graphql.ts +83 -0
  157. package/src/lib/components/session/formatDate.ts +21 -0
  158. package/{dist/cjs/components/session/getLastSeen.js → src/lib/components/session/getLastSeen.ts} +9 -9
  159. package/src/lib/components/shared/ButtonUpdate.tsx +10 -0
  160. package/src/lib/components/shared/ErrorResult.tsx +28 -0
  161. package/src/lib/components/shared/FormError.tsx +11 -0
  162. package/src/lib/components/shared/MainLoader.tsx +22 -0
  163. package/src/lib/components/shared/icons/AndroidIcon.tsx +12 -0
  164. package/src/lib/components/shared/icons/AppleIcon.tsx +12 -0
  165. package/src/lib/components/shared/icons/BrowserIcon.tsx +12 -0
  166. package/src/lib/components/shared/icons/ProfileIcon.tsx +12 -0
  167. package/src/lib/components/shared/icons/UnknownDeviceIcon.tsx +14 -0
  168. package/{dist/esm/index.js → src/lib/index.ts} +1 -1
  169. package/src/lib/utils/getError.ts +101 -0
  170. package/src/lib/utils/getUserFullName.ts +14 -0
  171. package/src/lib/utils/handleFormErrors.ts +16 -0
  172. package/src/pages/HomePage.tsx +11 -0
  173. package/src/schema.graphql +2494 -0
  174. package/src/utils/createRelayEnvironment.ts +22 -0
  175. package/src/utils/getError.ts +101 -0
  176. package/dist/cjs/@types/emotion.d.js +0 -4
  177. package/dist/cjs/@types/emotion.d.js.map +0 -1
  178. package/dist/cjs/@types/i18next.d.js +0 -4
  179. package/dist/cjs/@types/i18next.d.js.map +0 -1
  180. package/dist/cjs/components/profile/ProfileButton.js +0 -16
  181. package/dist/cjs/components/profile/ProfileButton.js.map +0 -1
  182. package/dist/cjs/components/profile/ProfileConfigContext.js +0 -17
  183. package/dist/cjs/components/profile/ProfileConfigContext.js.map +0 -1
  184. package/dist/cjs/components/profile/ProfileContext.js +0 -18
  185. package/dist/cjs/components/profile/ProfileContext.js.map +0 -1
  186. package/dist/cjs/components/profile/ProfileDrawer.js +0 -35
  187. package/dist/cjs/components/profile/ProfileDrawer.js.map +0 -1
  188. package/dist/cjs/components/profile/ProfileDrawerContent.js +0 -167
  189. package/dist/cjs/components/profile/ProfileDrawerContent.js.map +0 -1
  190. package/dist/cjs/components/profile/ProfileNavigationItem.js +0 -35
  191. package/dist/cjs/components/profile/ProfileNavigationItem.js.map +0 -1
  192. package/dist/cjs/components/profile/ProfileUpdateNameModal.js +0 -106
  193. package/dist/cjs/components/profile/ProfileUpdateNameModal.js.map +0 -1
  194. package/dist/cjs/components/profile/ProfileUpdatePasswordModal.js +0 -106
  195. package/dist/cjs/components/profile/ProfileUpdatePasswordModal.js.map +0 -1
  196. package/dist/cjs/components/profile/ProtectedWrapper.js +0 -54
  197. package/dist/cjs/components/profile/ProtectedWrapper.js.map +0 -1
  198. package/dist/cjs/components/profile/UserAvatar.js +0 -42
  199. package/dist/cjs/components/profile/UserAvatar.js.map +0 -1
  200. package/dist/cjs/components/profile/UserAvatarAddon.js +0 -41
  201. package/dist/cjs/components/profile/UserAvatarAddon.js.map +0 -1
  202. package/dist/cjs/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.js +0 -63
  203. package/dist/cjs/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.js.map +0 -1
  204. package/dist/cjs/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.js +0 -78
  205. package/dist/cjs/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.js.map +0 -1
  206. package/dist/cjs/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js +0 -95
  207. package/dist/cjs/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js.map +0 -1
  208. package/dist/cjs/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js +0 -72
  209. package/dist/cjs/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js.map +0 -1
  210. package/dist/cjs/components/profile/__generated__/ProtectedWrapperQuery.graphql.js +0 -87
  211. package/dist/cjs/components/profile/__generated__/ProtectedWrapperQuery.graphql.js.map +0 -1
  212. package/dist/cjs/components/session/SessionDrawer.js +0 -46
  213. package/dist/cjs/components/session/SessionDrawer.js.map +0 -1
  214. package/dist/cjs/components/session/SessionDrawerContent.js +0 -39
  215. package/dist/cjs/components/session/SessionDrawerContent.js.map +0 -1
  216. package/dist/cjs/components/session/SessionList.js +0 -73
  217. package/dist/cjs/components/session/SessionList.js.map +0 -1
  218. package/dist/cjs/components/session/SessionListItem.js +0 -150
  219. package/dist/cjs/components/session/SessionListItem.js.map +0 -1
  220. package/dist/cjs/components/session/SessionListSkeleton.js +0 -31
  221. package/dist/cjs/components/session/SessionListSkeleton.js.map +0 -1
  222. package/dist/cjs/components/session/__generated__/SessionDrawerContentQuery.graphql.js +0 -154
  223. package/dist/cjs/components/session/__generated__/SessionDrawerContentQuery.graphql.js.map +0 -1
  224. package/dist/cjs/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js +0 -63
  225. package/dist/cjs/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js.map +0 -1
  226. package/dist/cjs/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js +0 -72
  227. package/dist/cjs/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js.map +0 -1
  228. package/dist/cjs/components/session/__generated__/SessionListItem_session.graphql.js +0 -118
  229. package/dist/cjs/components/session/__generated__/SessionListItem_session.graphql.js.map +0 -1
  230. package/dist/cjs/components/session/__generated__/SessionListRefetchQuery.graphql.js +0 -154
  231. package/dist/cjs/components/session/__generated__/SessionListRefetchQuery.graphql.js.map +0 -1
  232. package/dist/cjs/components/session/__generated__/SessionList_sessions.graphql.js +0 -65
  233. package/dist/cjs/components/session/__generated__/SessionList_sessions.graphql.js.map +0 -1
  234. package/dist/cjs/components/session/formatDate.js +0 -19
  235. package/dist/cjs/components/session/formatDate.js.map +0 -1
  236. package/dist/cjs/components/session/getLastSeen.js.map +0 -1
  237. package/dist/cjs/components/shared/ButtonUpdate.js +0 -18
  238. package/dist/cjs/components/shared/ButtonUpdate.js.map +0 -1
  239. package/dist/cjs/components/shared/ErrorResult.js +0 -31
  240. package/dist/cjs/components/shared/ErrorResult.js.map +0 -1
  241. package/dist/cjs/components/shared/FormError.js +0 -21
  242. package/dist/cjs/components/shared/FormError.js.map +0 -1
  243. package/dist/cjs/components/shared/MainLoader.js +0 -17
  244. package/dist/cjs/components/shared/MainLoader.js.map +0 -1
  245. package/dist/cjs/components/shared/icons/AndroidIcon.js +0 -18
  246. package/dist/cjs/components/shared/icons/AndroidIcon.js.map +0 -1
  247. package/dist/cjs/components/shared/icons/AppleIcon.js +0 -18
  248. package/dist/cjs/components/shared/icons/AppleIcon.js.map +0 -1
  249. package/dist/cjs/components/shared/icons/BrowserIcon.js +0 -18
  250. package/dist/cjs/components/shared/icons/BrowserIcon.js.map +0 -1
  251. package/dist/cjs/components/shared/icons/ProfileIcon.js +0 -18
  252. package/dist/cjs/components/shared/icons/ProfileIcon.js.map +0 -1
  253. package/dist/cjs/components/shared/icons/UnknownDeviceIcon.js +0 -18
  254. package/dist/cjs/components/shared/icons/UnknownDeviceIcon.js.map +0 -1
  255. package/dist/cjs/index.js +0 -142
  256. package/dist/cjs/index.js.map +0 -1
  257. package/dist/cjs/utils/getError.js +0 -59
  258. package/dist/cjs/utils/getError.js.map +0 -1
  259. package/dist/cjs/utils/getUserFullName.js +0 -19
  260. package/dist/cjs/utils/getUserFullName.js.map +0 -1
  261. package/dist/cjs/utils/handleFormErrors.js +0 -25
  262. package/dist/cjs/utils/handleFormErrors.js.map +0 -1
  263. package/dist/esm/@types/emotion.d.js +0 -2
  264. package/dist/esm/@types/emotion.d.js.map +0 -1
  265. package/dist/esm/@types/i18next.d.js +0 -2
  266. package/dist/esm/@types/i18next.d.js.map +0 -1
  267. package/dist/esm/components/profile/ProfileButton.js +0 -9
  268. package/dist/esm/components/profile/ProfileButton.js.map +0 -1
  269. package/dist/esm/components/profile/ProfileConfigContext.js.map +0 -1
  270. package/dist/esm/components/profile/ProfileContext.js.map +0 -1
  271. package/dist/esm/components/profile/ProfileDrawer.js +0 -25
  272. package/dist/esm/components/profile/ProfileDrawer.js.map +0 -1
  273. package/dist/esm/components/profile/ProfileDrawerContent.js.map +0 -1
  274. package/dist/esm/components/profile/ProfileNavigationItem.js.map +0 -1
  275. package/dist/esm/components/profile/ProfileUpdateNameModal.js.map +0 -1
  276. package/dist/esm/components/profile/ProfileUpdatePasswordModal.js.map +0 -1
  277. package/dist/esm/components/profile/ProtectedWrapper.js.map +0 -1
  278. package/dist/esm/components/profile/UserAvatar.js.map +0 -1
  279. package/dist/esm/components/profile/UserAvatarAddon.js +0 -47
  280. package/dist/esm/components/profile/UserAvatarAddon.js.map +0 -1
  281. package/dist/esm/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.js.map +0 -1
  282. package/dist/esm/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.js.map +0 -1
  283. package/dist/esm/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.js.map +0 -1
  284. package/dist/esm/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.js.map +0 -1
  285. package/dist/esm/components/profile/__generated__/ProtectedWrapperQuery.graphql.js.map +0 -1
  286. package/dist/esm/components/session/SessionDrawer.js +0 -39
  287. package/dist/esm/components/session/SessionDrawer.js.map +0 -1
  288. package/dist/esm/components/session/SessionDrawerContent.js.map +0 -1
  289. package/dist/esm/components/session/SessionList.js.map +0 -1
  290. package/dist/esm/components/session/SessionListItem.js.map +0 -1
  291. package/dist/esm/components/session/SessionListSkeleton.js +0 -31
  292. package/dist/esm/components/session/SessionListSkeleton.js.map +0 -1
  293. package/dist/esm/components/session/__generated__/SessionDrawerContentQuery.graphql.js.map +0 -1
  294. package/dist/esm/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.js.map +0 -1
  295. package/dist/esm/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.js.map +0 -1
  296. package/dist/esm/components/session/__generated__/SessionListItem_session.graphql.js.map +0 -1
  297. package/dist/esm/components/session/__generated__/SessionListRefetchQuery.graphql.js.map +0 -1
  298. package/dist/esm/components/session/__generated__/SessionList_sessions.graphql.js.map +0 -1
  299. package/dist/esm/components/session/formatDate.js.map +0 -1
  300. package/dist/esm/components/session/getLastSeen.js.map +0 -1
  301. package/dist/esm/components/shared/ButtonUpdate.js.map +0 -1
  302. package/dist/esm/components/shared/ErrorResult.js.map +0 -1
  303. package/dist/esm/components/shared/FormError.js.map +0 -1
  304. package/dist/esm/components/shared/MainLoader.js.map +0 -1
  305. package/dist/esm/components/shared/icons/AndroidIcon.js +0 -11
  306. package/dist/esm/components/shared/icons/AndroidIcon.js.map +0 -1
  307. package/dist/esm/components/shared/icons/AppleIcon.js +0 -11
  308. package/dist/esm/components/shared/icons/AppleIcon.js.map +0 -1
  309. package/dist/esm/components/shared/icons/BrowserIcon.js +0 -11
  310. package/dist/esm/components/shared/icons/BrowserIcon.js.map +0 -1
  311. package/dist/esm/components/shared/icons/ProfileIcon.js +0 -11
  312. package/dist/esm/components/shared/icons/ProfileIcon.js.map +0 -1
  313. package/dist/esm/components/shared/icons/UnknownDeviceIcon.js +0 -11
  314. package/dist/esm/components/shared/icons/UnknownDeviceIcon.js.map +0 -1
  315. package/dist/esm/index.js.map +0 -1
  316. package/dist/esm/utils/getError.js.map +0 -1
  317. package/dist/esm/utils/getUserFullName.js.map +0 -1
  318. package/dist/esm/utils/handleFormErrors.js.map +0 -1
  319. package/dist/types/components/profile/ProfileButton.d.ts.map +0 -1
  320. package/dist/types/components/profile/ProfileConfigContext.d.ts.map +0 -1
  321. package/dist/types/components/profile/ProfileContext.d.ts.map +0 -1
  322. package/dist/types/components/profile/ProfileDrawer.d.ts.map +0 -1
  323. package/dist/types/components/profile/ProfileDrawerContent.d.ts.map +0 -1
  324. package/dist/types/components/profile/ProfileNavigationItem.d.ts.map +0 -1
  325. package/dist/types/components/profile/ProfileUpdateNameModal.d.ts.map +0 -1
  326. package/dist/types/components/profile/ProfileUpdatePasswordModal.d.ts.map +0 -1
  327. package/dist/types/components/profile/ProtectedWrapper.d.ts.map +0 -1
  328. package/dist/types/components/profile/UserAvatar.d.ts.map +0 -1
  329. package/dist/types/components/profile/UserAvatarAddon.d.ts.map +0 -1
  330. package/dist/types/components/profile/__generated__/ProfileDrawerContentSignOutMutation.graphql.d.ts.map +0 -1
  331. package/dist/types/components/profile/__generated__/ProfileDrawerContentUpdateAvatarMutation.graphql.d.ts.map +0 -1
  332. package/dist/types/components/profile/__generated__/ProfileUpdateNameModalMutation.graphql.d.ts.map +0 -1
  333. package/dist/types/components/profile/__generated__/ProfileUpdatePasswordModalMutation.graphql.d.ts.map +0 -1
  334. package/dist/types/components/profile/__generated__/ProtectedWrapperQuery.graphql.d.ts.map +0 -1
  335. package/dist/types/components/session/SessionDrawer.d.ts.map +0 -1
  336. package/dist/types/components/session/SessionDrawerContent.d.ts.map +0 -1
  337. package/dist/types/components/session/SessionList.d.ts.map +0 -1
  338. package/dist/types/components/session/SessionListItem.d.ts.map +0 -1
  339. package/dist/types/components/session/SessionListSkeleton.d.ts.map +0 -1
  340. package/dist/types/components/session/__generated__/SessionDrawerContentQuery.graphql.d.ts.map +0 -1
  341. package/dist/types/components/session/__generated__/SessionListDestroyAllOtherSessionsMutation.graphql.d.ts.map +0 -1
  342. package/dist/types/components/session/__generated__/SessionListItemDestroySessionMutation.graphql.d.ts.map +0 -1
  343. package/dist/types/components/session/__generated__/SessionListItem_session.graphql.d.ts.map +0 -1
  344. package/dist/types/components/session/__generated__/SessionListRefetchQuery.graphql.d.ts.map +0 -1
  345. package/dist/types/components/session/__generated__/SessionList_sessions.graphql.d.ts.map +0 -1
  346. package/dist/types/components/session/formatDate.d.ts.map +0 -1
  347. package/dist/types/components/session/getLastSeen.d.ts +0 -3
  348. package/dist/types/components/session/getLastSeen.d.ts.map +0 -1
  349. package/dist/types/components/shared/ButtonUpdate.d.ts.map +0 -1
  350. package/dist/types/components/shared/ErrorResult.d.ts.map +0 -1
  351. package/dist/types/components/shared/FormError.d.ts.map +0 -1
  352. package/dist/types/components/shared/MainLoader.d.ts.map +0 -1
  353. package/dist/types/components/shared/icons/AndroidIcon.d.ts.map +0 -1
  354. package/dist/types/components/shared/icons/AppleIcon.d.ts.map +0 -1
  355. package/dist/types/components/shared/icons/BrowserIcon.d.ts.map +0 -1
  356. package/dist/types/components/shared/icons/ProfileIcon.d.ts.map +0 -1
  357. package/dist/types/components/shared/icons/UnknownDeviceIcon.d.ts.map +0 -1
  358. package/dist/types/index.d.ts.map +0 -1
  359. package/dist/types/utils/getError.d.ts.map +0 -1
  360. package/dist/types/utils/getUserFullName.d.ts.map +0 -1
  361. package/dist/types/utils/handleFormErrors.d.ts.map +0 -1
  362. /package/dist/{types/components → components}/profile/ProfileConfigContext.d.ts +0 -0
  363. /package/dist/{types/components → components}/profile/ProfileContext.d.ts +0 -0
  364. /package/dist/{types/components → components}/profile/ProfileUpdateNameModal.d.ts +0 -0
  365. /package/dist/{types/components → components}/profile/ProfileUpdatePasswordModal.d.ts +0 -0
  366. /package/dist/{types/components → components}/profile/ProtectedWrapper.d.ts +0 -0
  367. /package/dist/{types/components → components}/session/SessionDrawerContent.d.ts +0 -0
  368. /package/dist/{types/components → components}/session/SessionListSkeleton.d.ts +0 -0
  369. /package/dist/{types/components → components}/shared/ErrorResult.d.ts +0 -0
  370. /package/dist/{types/components → components}/shared/FormError.d.ts +0 -0
  371. /package/dist/{types/components → components}/shared/MainLoader.d.ts +0 -0
  372. /package/dist/{types/index.d.ts → index.d.ts} +0 -0
  373. /package/dist/{types/utils → utils}/getError.d.ts +0 -0
  374. /package/dist/{types/utils → utils}/getUserFullName.d.ts +0 -0
@@ -0,0 +1,2494 @@
1
+ """Exposes a URL that specifies the behavior of this scalar."""
2
+ directive @specifiedBy(
3
+ """The URL that specifies the behavior of this scalar."""
4
+ url: String!
5
+ ) on SCALAR
6
+
7
+ input AddToVocabularyInput {
8
+ collectionUrlSlug: ID!
9
+ }
10
+
11
+ input AddVideoInput {
12
+ youtubeId: String!
13
+ }
14
+
15
+ type AffectedItemPayload {
16
+ userEntry: UserEntry!
17
+ mistakes: Int!
18
+ }
19
+
20
+ type Answer implements Node {
21
+ id: ID!
22
+
23
+ """
24
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
25
+ """
26
+ createdAt: Long!
27
+
28
+ """
29
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
30
+ """
31
+ updatedAt: Long!
32
+ content: String!
33
+ }
34
+
35
+ type AuthPayload {
36
+ userId: Float!
37
+ }
38
+
39
+ type BlogLanguage implements Node {
40
+ id: ID!
41
+
42
+ """
43
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
44
+ """
45
+ createdAt: Long!
46
+
47
+ """
48
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
49
+ """
50
+ updatedAt: Long!
51
+ code: String!
52
+ englishName: String!
53
+ nativeName: String!
54
+ }
55
+
56
+ """
57
+ {"en":"A type that provides a standard mechanism for paginating the result
58
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
59
+ результатов на страницы."}
60
+ """
61
+ type BlogLanguageConnection {
62
+ """{"en":"Item list.","ru":"Список элементов."}"""
63
+ edges: [BlogLanguageEdge!]!
64
+
65
+ """
66
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
67
+ """
68
+ pageInfo: PageInfo!
69
+ }
70
+
71
+ """{"en":"A list item.","ru":"Элемент списка."}"""
72
+ type BlogLanguageEdge {
73
+ """{"en":"An object.","ru":"Объект."}"""
74
+ node: BlogLanguage!
75
+
76
+ """
77
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
78
+ """
79
+ cursor: String!
80
+ }
81
+
82
+ type BlogPost implements Node {
83
+ id: ID!
84
+
85
+ """
86
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
87
+ """
88
+ createdAt: Long!
89
+
90
+ """
91
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
92
+ """
93
+ updatedAt: Long!
94
+ title: String!
95
+ content: JSON!
96
+ summary: String!
97
+ published: Boolean!
98
+ cover: String
99
+ urlSlug: String!
100
+ metaTitle: String!
101
+ metaDescription: String!
102
+ tags(
103
+ """
104
+ {"en":"The number of items on the page. Used for forward
105
+ pagination.","ru":"Количество элементов на странице. Используется для
106
+ навигации вперед."}
107
+ """
108
+ first: Int
109
+
110
+ """
111
+ {"en":"The cursor of the item relative to which the next items should be
112
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
113
+ которого должны быть возвращены следующие элементы. Используется для
114
+ навигации вперед."}
115
+ """
116
+ after: String
117
+
118
+ """
119
+ {"en":"The number of items on the page. Used for backward
120
+ pagination.","ru":"Количество элементов на странице. Используется для
121
+ навигации назад."}
122
+ """
123
+ last: Int
124
+
125
+ """
126
+ {"en":"The cursor of the item relative to which the previous items should be
127
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
128
+ которого должны быть возвращены предыдущие элементы. Используется для
129
+ навигации назад."}
130
+ """
131
+ before: String
132
+ ): BlogTagConnection!
133
+ language: BlogLanguage!
134
+ }
135
+
136
+ """
137
+ {"en":"A type that provides a standard mechanism for paginating the result
138
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
139
+ результатов на страницы."}
140
+ """
141
+ type BlogPostConnection {
142
+ """{"en":"Item list.","ru":"Список элементов."}"""
143
+ edges: [BlogPostEdge!]!
144
+
145
+ """
146
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
147
+ """
148
+ pageInfo: PageInfo!
149
+ }
150
+
151
+ """{"en":"A list item.","ru":"Элемент списка."}"""
152
+ type BlogPostEdge {
153
+ """{"en":"An object.","ru":"Объект."}"""
154
+ node: BlogPost!
155
+
156
+ """
157
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
158
+ """
159
+ cursor: String!
160
+ }
161
+
162
+ type BlogSettingsPayload {
163
+ title: String
164
+ metaTitle: String
165
+ metaDescription: String
166
+ id: ID!
167
+ }
168
+
169
+ type BlogTag implements Node {
170
+ id: ID!
171
+
172
+ """
173
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
174
+ """
175
+ createdAt: Long!
176
+
177
+ """
178
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
179
+ """
180
+ updatedAt: Long!
181
+ title: String!
182
+ linkTitle: String!
183
+ urlSlug: String!
184
+ metaTitle: String!
185
+ metaDescription: String!
186
+ language: BlogLanguage!
187
+ }
188
+
189
+ """
190
+ {"en":"A type that provides a standard mechanism for paginating the result
191
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
192
+ результатов на страницы."}
193
+ """
194
+ type BlogTagConnection {
195
+ """{"en":"Item list.","ru":"Список элементов."}"""
196
+ edges: [BlogTagEdge!]!
197
+
198
+ """
199
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
200
+ """
201
+ pageInfo: PageInfo!
202
+ }
203
+
204
+ """{"en":"A list item.","ru":"Элемент списка."}"""
205
+ type BlogTagEdge {
206
+ """{"en":"An object.","ru":"Объект."}"""
207
+ node: BlogTag!
208
+
209
+ """
210
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
211
+ """
212
+ cursor: String!
213
+ }
214
+
215
+ input CheckAnswerInput {
216
+ quizId: ID!
217
+ answerId: ID
218
+ answer: String
219
+ }
220
+
221
+ type CheckAnswerPayload {
222
+ correctly: Boolean!
223
+ correctAnswerId: String
224
+ correctAnswer: String
225
+ }
226
+
227
+ input CheckEmailInput {
228
+ email: String!
229
+ }
230
+
231
+ type CheckEmailPayload {
232
+ isRegistered: Boolean!
233
+ }
234
+
235
+ input CheckTestAnswerInput {
236
+ questionId: ID!
237
+ answer: String!
238
+ }
239
+
240
+ type CheckTestAnswerPayload {
241
+ questionId: ID!
242
+ answer: String!
243
+ isCorrect: Boolean!
244
+ correctAnswer: String!
245
+ }
246
+
247
+ type CheckTestPayload {
248
+ answers: [CheckTestAnswerPayload!]!
249
+ }
250
+
251
+ type Collection implements Node {
252
+ id: ID!
253
+
254
+ """
255
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
256
+ """
257
+ createdAt: Long!
258
+
259
+ """
260
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
261
+ """
262
+ updatedAt: Long!
263
+ title: String!
264
+ subtitle: String
265
+ cover: String
266
+ shared: Boolean!
267
+ urlSlug: String
268
+ targetLanguage: String!
269
+ collectionCategory: CollectionCategory
270
+ added: Boolean!
271
+ }
272
+
273
+ type CollectionCategory implements Node {
274
+ id: ID!
275
+
276
+ """
277
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
278
+ """
279
+ createdAt: Long!
280
+
281
+ """
282
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
283
+ """
284
+ updatedAt: Long!
285
+ title: String!
286
+ urlSlug: String!
287
+ locales: [CollectionCategoryLocale!]!
288
+ sharedCollections(
289
+ """
290
+ {"en":"The number of items on the page. Used for forward
291
+ pagination.","ru":"Количество элементов на странице. Используется для
292
+ навигации вперед."}
293
+ """
294
+ first: Int
295
+
296
+ """
297
+ {"en":"The cursor of the item relative to which the next items should be
298
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
299
+ которого должны быть возвращены следующие элементы. Используется для
300
+ навигации вперед."}
301
+ """
302
+ after: String
303
+
304
+ """
305
+ {"en":"The number of items on the page. Used for backward
306
+ pagination.","ru":"Количество элементов на странице. Используется для
307
+ навигации назад."}
308
+ """
309
+ last: Int
310
+
311
+ """
312
+ {"en":"The cursor of the item relative to which the previous items should be
313
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
314
+ которого должны быть возвращены предыдущие элементы. Используется для
315
+ навигации назад."}
316
+ """
317
+ before: String
318
+ targetLanguage: String
319
+ ): CollectionConnection!
320
+ }
321
+
322
+ """
323
+ {"en":"A type that provides a standard mechanism for paginating the result
324
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
325
+ результатов на страницы."}
326
+ """
327
+ type CollectionCategoryConnection {
328
+ """{"en":"Item list.","ru":"Список элементов."}"""
329
+ edges: [CollectionCategoryEdge!]!
330
+
331
+ """
332
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
333
+ """
334
+ pageInfo: PageInfo!
335
+ }
336
+
337
+ """{"en":"A list item.","ru":"Элемент списка."}"""
338
+ type CollectionCategoryEdge {
339
+ """{"en":"An object.","ru":"Объект."}"""
340
+ node: CollectionCategory!
341
+
342
+ """
343
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
344
+ """
345
+ cursor: String!
346
+ }
347
+
348
+ type CollectionCategoryLocale implements Node {
349
+ id: ID!
350
+
351
+ """
352
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
353
+ """
354
+ createdAt: Long!
355
+
356
+ """
357
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
358
+ """
359
+ updatedAt: Long!
360
+ language: String!
361
+ title: String!
362
+ }
363
+
364
+ input CollectionCategoryLocaleInput {
365
+ language: String!
366
+ title: String!
367
+ }
368
+
369
+ """
370
+ {"en":"A type that provides a standard mechanism for paginating the result
371
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
372
+ результатов на страницы."}
373
+ """
374
+ type CollectionConnection {
375
+ """{"en":"Item list.","ru":"Список элементов."}"""
376
+ edges: [CollectionEdge!]!
377
+
378
+ """
379
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
380
+ """
381
+ pageInfo: PageInfo!
382
+ }
383
+
384
+ """{"en":"A list item.","ru":"Элемент списка."}"""
385
+ type CollectionEdge {
386
+ """{"en":"An object.","ru":"Объект."}"""
387
+ node: Collection!
388
+
389
+ """
390
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
391
+ """
392
+ cursor: String!
393
+ }
394
+
395
+ input CompleteUserVideoStepInput {
396
+ id: ID!
397
+ }
398
+
399
+ input ConfirmEmailInput {
400
+ password: String!
401
+ token: String!
402
+ }
403
+
404
+ input CreateBlogLanguageInput {
405
+ code: String!
406
+ englishName: String!
407
+ nativeName: String!
408
+ }
409
+
410
+ input CreateBlogPostInput {
411
+ urlSlug: String!
412
+ metaTitle: String!
413
+ metaDescription: String!
414
+ title: String!
415
+ content: JSON!
416
+ summary: String!
417
+ published: Boolean!
418
+ tagIds: [ID!]!
419
+ cover: Upload
420
+ languageCode: String!
421
+ }
422
+
423
+ input CreateBlogTagInput {
424
+ urlSlug: String!
425
+ metaTitle: String!
426
+ metaDescription: String!
427
+ title: String!
428
+ linkTitle: String!
429
+ languageCode: String!
430
+ }
431
+
432
+ input CreateCollectionByVideoInput {
433
+ userVideoId: ID!
434
+ skipEntryIds: [ID!]!
435
+ }
436
+
437
+ input CreateCollectionCategoryInput {
438
+ title: String!
439
+ urlSlug: String!
440
+ locales: [CollectionCategoryLocaleInput!]!
441
+ }
442
+
443
+ input CreateCollectionInput {
444
+ title: String!
445
+ subtitle: String
446
+ cover: Upload
447
+ }
448
+
449
+ input CreateEnglishLevelInput {
450
+ name: String!
451
+ }
452
+
453
+ input CreateEntryInput {
454
+ text: String!
455
+ translation: String!
456
+ definition: String
457
+ example: String
458
+ image: Upload
459
+ userCollectionId: ID!
460
+ }
461
+
462
+ input CreateLanguageInput {
463
+ code: String!
464
+ englishName: String!
465
+ nativeName: String!
466
+ }
467
+
468
+ input CreateLegalDocumentInput {
469
+ title: String!
470
+ urlSlug: String!
471
+ }
472
+
473
+ input CreateLegalDocumentTranslationInput {
474
+ title: String!
475
+ content: JSON!
476
+ published: Boolean!
477
+ documentUrlSlug: String!
478
+ language: String!
479
+ }
480
+
481
+ input CreateLessonInput {
482
+ userCollectionId: ID!
483
+ }
484
+
485
+ input CreateTestInput {
486
+ urlSlug: String!
487
+ metaTitle: String!
488
+ metaDescription: String!
489
+ title: String!
490
+ description: JSON!
491
+ task: String!
492
+ position: Int!
493
+ published: Boolean!
494
+ testTagIds: [ID!]!
495
+ testQuestions: [TestQuestionInput!]!
496
+ languageCode: String!
497
+ }
498
+
499
+ input CreateTestTagInput {
500
+ urlSlug: String!
501
+ metaTitle: String!
502
+ metaDescription: String!
503
+ title: String!
504
+ linkTitle: String!
505
+ position: Int!
506
+ languageCode: String!
507
+ }
508
+
509
+ input CreateUserVideoEntryInput {
510
+ text: String!
511
+ translation: String!
512
+ userVideoId: ID!
513
+ }
514
+
515
+ """
516
+ {"en":"The object that stores the ID of the object being deleted.","ru":"Объект, в котором хранится ID удаляемого объекта."}
517
+ """
518
+ input DeleteInput {
519
+ """
520
+ {"en":"The ID of the object being deleted.","ru":"ID удаляемого объекта."}
521
+ """
522
+ id: ID!
523
+ }
524
+
525
+ input DestroySessionInput {
526
+ id: String!
527
+ }
528
+
529
+ type EnglishLevel implements Node {
530
+ id: ID!
531
+
532
+ """
533
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
534
+ """
535
+ createdAt: Long!
536
+
537
+ """
538
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
539
+ """
540
+ updatedAt: Long!
541
+ name: String!
542
+ }
543
+
544
+ """
545
+ {"en":"A type that provides a standard mechanism for paginating the result
546
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
547
+ результатов на страницы."}
548
+ """
549
+ type EnglishLevelConnection {
550
+ """{"en":"Item list.","ru":"Список элементов."}"""
551
+ edges: [EnglishLevelEdge!]!
552
+
553
+ """
554
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
555
+ """
556
+ pageInfo: PageInfo!
557
+ }
558
+
559
+ """{"en":"A list item.","ru":"Элемент списка."}"""
560
+ type EnglishLevelEdge {
561
+ """{"en":"An object.","ru":"Объект."}"""
562
+ node: EnglishLevel!
563
+
564
+ """
565
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
566
+ """
567
+ cursor: String!
568
+ }
569
+
570
+ type Entry implements Node {
571
+ id: ID!
572
+
573
+ """
574
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
575
+ """
576
+ createdAt: Long!
577
+
578
+ """
579
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
580
+ """
581
+ updatedAt: Long!
582
+ text: String!
583
+ audio: String!
584
+ translation: String!
585
+ definition: String
586
+ example: String
587
+ image: String
588
+ collection: Collection!
589
+ }
590
+
591
+ """
592
+ {"en":"A type that provides a standard mechanism for paginating the result
593
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
594
+ результатов на страницы."}
595
+ """
596
+ type EntryConnection {
597
+ """{"en":"Item list.","ru":"Список элементов."}"""
598
+ edges: [EntryEdge!]!
599
+
600
+ """
601
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
602
+ """
603
+ pageInfo: PageInfo!
604
+ }
605
+
606
+ """{"en":"A list item.","ru":"Элемент списка."}"""
607
+ type EntryEdge {
608
+ """{"en":"An object.","ru":"Объект."}"""
609
+ node: Entry!
610
+
611
+ """
612
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
613
+ """
614
+ cursor: String!
615
+ }
616
+
617
+ input ForgotPasswordInput {
618
+ email: String!
619
+ }
620
+
621
+ type ForgotPasswordPayload {
622
+ recoveryLinkIsSent: Boolean!
623
+ limitExpiresAt: Float!
624
+ }
625
+
626
+ """
627
+ The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).
628
+ """
629
+ scalar JSON
630
+
631
+ type Language implements Node {
632
+ id: ID!
633
+
634
+ """
635
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
636
+ """
637
+ createdAt: Long!
638
+
639
+ """
640
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
641
+ """
642
+ updatedAt: Long!
643
+ code: String!
644
+ englishName: String!
645
+ nativeName: String!
646
+ }
647
+
648
+ """
649
+ {"en":"A type that provides a standard mechanism for paginating the result
650
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
651
+ результатов на страницы."}
652
+ """
653
+ type LanguageConnection {
654
+ """{"en":"Item list.","ru":"Список элементов."}"""
655
+ edges: [LanguageEdge!]!
656
+
657
+ """
658
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
659
+ """
660
+ pageInfo: PageInfo!
661
+ }
662
+
663
+ """{"en":"A list item.","ru":"Элемент списка."}"""
664
+ type LanguageEdge {
665
+ """{"en":"An object.","ru":"Объект."}"""
666
+ node: Language!
667
+
668
+ """
669
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
670
+ """
671
+ cursor: String!
672
+ }
673
+
674
+ type LegalDocument implements Node {
675
+ id: ID!
676
+
677
+ """
678
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
679
+ """
680
+ createdAt: Long!
681
+
682
+ """
683
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
684
+ """
685
+ updatedAt: Long!
686
+ title: String!
687
+ urlSlug: String!
688
+ }
689
+
690
+ """
691
+ {"en":"A type that provides a standard mechanism for paginating the result
692
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
693
+ результатов на страницы."}
694
+ """
695
+ type LegalDocumentConnection {
696
+ """{"en":"Item list.","ru":"Список элементов."}"""
697
+ edges: [LegalDocumentEdge!]!
698
+
699
+ """
700
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
701
+ """
702
+ pageInfo: PageInfo!
703
+ }
704
+
705
+ """{"en":"A list item.","ru":"Элемент списка."}"""
706
+ type LegalDocumentEdge {
707
+ """{"en":"An object.","ru":"Объект."}"""
708
+ node: LegalDocument!
709
+
710
+ """
711
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
712
+ """
713
+ cursor: String!
714
+ }
715
+
716
+ type LegalDocumentTranslation implements Node {
717
+ id: ID!
718
+
719
+ """
720
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
721
+ """
722
+ createdAt: Long!
723
+
724
+ """
725
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
726
+ """
727
+ updatedAt: Long!
728
+ title: String!
729
+ content: JSON!
730
+ published: Boolean!
731
+ language: String!
732
+ }
733
+
734
+ """
735
+ {"en":"A type that provides a standard mechanism for paginating the result
736
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
737
+ результатов на страницы."}
738
+ """
739
+ type LegalDocumentTranslationConnection {
740
+ """{"en":"Item list.","ru":"Список элементов."}"""
741
+ edges: [LegalDocumentTranslationEdge!]!
742
+
743
+ """
744
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
745
+ """
746
+ pageInfo: PageInfo!
747
+ }
748
+
749
+ """{"en":"A list item.","ru":"Элемент списка."}"""
750
+ type LegalDocumentTranslationEdge {
751
+ """{"en":"An object.","ru":"Объект."}"""
752
+ node: LegalDocumentTranslation!
753
+
754
+ """
755
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
756
+ """
757
+ cursor: String!
758
+ }
759
+
760
+ type Lesson implements Node {
761
+ id: ID!
762
+
763
+ """
764
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
765
+ """
766
+ createdAt: Long!
767
+
768
+ """
769
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
770
+ """
771
+ updatedAt: Long!
772
+ completed: Boolean!
773
+ userCollection: UserCollection!
774
+ quizzes: [Quiz!]!
775
+ affected: [AffectedItemPayload!]!
776
+ }
777
+
778
+ """
779
+ The `Long` scalar type represents non-fractional signed whole numeric values.
780
+ Long can represent values between -(2^53 - 1) and 2^53 - 1.
781
+ """
782
+ scalar Long
783
+
784
+ type Mutation {
785
+ checkEmail(input: CheckEmailInput!): CheckEmailPayload!
786
+ signIn(input: SignInInput!): AuthPayload!
787
+ register(input: RegisterInput!): RegisterPayload!
788
+ confirmEmail(input: ConfirmEmailInput!): AuthPayload!
789
+ forgotPassword(input: ForgotPasswordInput!): ForgotPasswordPayload!
790
+ recoverPassword(input: RecoverPasswordInput!): AuthPayload!
791
+ resendLink(input: ResendLinkInput!): ResendLinkPayload!
792
+ signOut: StatusPayload!
793
+ updateProfile(input: UpdateProfileInput!): User!
794
+ updatePassword(input: UpdatePasswordInput!): User!
795
+ destroySession(input: DestroySessionInput!): StatusPayload!
796
+ destroyAllOtherSessions: StatusPayload!
797
+ createBlogLanguage(input: CreateBlogLanguageInput!): BlogLanguage!
798
+ updateBlogLanguage(input: UpdateBlogLanguageInput!): BlogLanguage!
799
+ deleteBlogLanguage(input: DeleteInput!): StatusPayload!
800
+ createBlogTag(input: CreateBlogTagInput!): BlogTag!
801
+ updateBlogTag(input: UpdateBlogTagInput!): BlogTag!
802
+ deleteBlogTag(input: DeleteInput!): StatusPayload!
803
+ uploadBlogImage(input: UploadBlogImageInput!): String!
804
+ createBlogPost(input: CreateBlogPostInput!): BlogPost!
805
+ updateBlogPost(input: UpdateBlogPostInput!): BlogPost!
806
+ deleteBlogPost(input: DeleteInput!): StatusPayload!
807
+ updateBlogSettings(input: UpdateBlogSettingsInput!): BlogSettingsPayload!
808
+ createLegalDocument(input: CreateLegalDocumentInput!): LegalDocument!
809
+ updateLegalDocument(input: UpdateLegalDocumentInput!): LegalDocument!
810
+ deleteLegalDocument(input: DeleteInput!): StatusPayload!
811
+ createLegalDocumentTranslation(input: CreateLegalDocumentTranslationInput!): LegalDocumentTranslation!
812
+ updateLegalDocumentTranslation(input: UpdateLegalDocumentTranslationInput!): LegalDocumentTranslation!
813
+ deleteLegalDocumentTranslation(input: DeleteInput!): StatusPayload!
814
+ createCollection(input: CreateCollectionInput!): UserCollection!
815
+ updateCollection(input: UpdateCollectionInput!): Collection!
816
+ deleteCollection(input: DeleteInput!): StatusPayload!
817
+ addToVocabulary(input: AddToVocabularyInput!): Collection!
818
+ createCollectionCategory(input: CreateCollectionCategoryInput!): CollectionCategory!
819
+ updateCollectionCategory(input: UpdateCollectionCategoryInput!): CollectionCategory!
820
+ deleteCollectionCategory(input: DeleteInput!): StatusPayload!
821
+ createEnglishLevel(input: CreateEnglishLevelInput!): EnglishLevel!
822
+ updateEnglishLevel(input: UpdateEnglishLevelInput!): EnglishLevel!
823
+ deleteEnglishLevel(input: DeleteInput!): StatusPayload!
824
+ createEntry(input: CreateEntryInput!): UserEntry!
825
+ updateEntry(input: UpdateEntryInput!): Entry!
826
+ deleteEntry(input: DeleteInput!): StatusPayload!
827
+ createLanguage(input: CreateLanguageInput!): Language!
828
+ updateLanguage(input: UpdateLanguageInput!): Language!
829
+ deleteLanguage(input: DeleteInput!): StatusPayload!
830
+ createLesson(input: CreateLessonInput!): Lesson!
831
+ checkAnswer(input: CheckAnswerInput!): CheckAnswerPayload!
832
+ updateAvatar(input: UpdateAvatarInput!): User!
833
+ deleteAccount: StatusPayload!
834
+ updateSettings(input: UpdateSettingsInput!): Settings!
835
+ createTestTag(input: CreateTestTagInput!): TestTag!
836
+ updateTestTag(input: UpdateTestTagInput!): TestTag!
837
+ deleteTestTag(input: DeleteInput!): StatusPayload!
838
+ createTest(input: CreateTestInput!): Test!
839
+ updateTest(input: UpdateTestInput!): Test!
840
+ deleteTest(input: DeleteInput!): StatusPayload!
841
+ deleteUserVideo(input: DeleteInput!): StatusPayload!
842
+ updateUserVideoTime(input: UpdateUserVideoTimeInput!): StatusPayload!
843
+ completeUserVideoStep(input: CompleteUserVideoStepInput!): UserVideo!
844
+ createCollectionByVideo(input: CreateCollectionByVideoInput!): UserVideo!
845
+ createUserVideoEntry(input: CreateUserVideoEntryInput!): UserVideoEntry!
846
+ addVideo(input: AddVideoInput!): UserVideo!
847
+ }
848
+
849
+ type NativeLanguage {
850
+ code: String!
851
+ name: String!
852
+ nativeName: String!
853
+ id: ID!
854
+ }
855
+
856
+ interface Node {
857
+ id: ID!
858
+ }
859
+
860
+ """
861
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
862
+ """
863
+ type PageInfo {
864
+ """
865
+ {"en":"Indicates whether the list items exist on the next page. Used to
866
+ navigate forward.","ru":"Показывает, существуют ли элементы списка на
867
+ следующей странице. Используется для навигации вперед."}
868
+ """
869
+ hasNextPage: Boolean!
870
+
871
+ """
872
+ {"en":"Indicates whether the list items exist on the previous page. Used to
873
+ navigate backwards.","ru":"Существуют ли элементы списка на предыдущей
874
+ странице. Используется для навигации назад."}
875
+ """
876
+ hasPreviousPage: Boolean!
877
+
878
+ """
879
+ {"en":"Indicates whether the list items exist on the previous page. Used to
880
+ navigate forward.","ru":"Существуют ли элементы списка на предыдущей странице.
881
+ Используется для навигации вперед."}
882
+ """
883
+ startCursor: String
884
+
885
+ """
886
+ {"en":"Indicates whether the list items exist on the previous page. Used to
887
+ navigate backwards.","ru":"Существуют ли элементы списка на предыдущей
888
+ странице. Используется для навигации назад."}
889
+ """
890
+ endCursor: String
891
+ }
892
+
893
+ type Query {
894
+ profile: User!
895
+ sessions: [SessionPayload!]!
896
+ blogLanguage(code: String!): BlogLanguage!
897
+ blogLanguages(
898
+ """
899
+ {"en":"The number of items on the page. Used for forward
900
+ pagination.","ru":"Количество элементов на странице. Используется для
901
+ навигации вперед."}
902
+ """
903
+ first: Int
904
+
905
+ """
906
+ {"en":"The cursor of the item relative to which the next items should be
907
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
908
+ которого должны быть возвращены следующие элементы. Используется для
909
+ навигации вперед."}
910
+ """
911
+ after: String
912
+
913
+ """
914
+ {"en":"The number of items on the page. Used for backward
915
+ pagination.","ru":"Количество элементов на странице. Используется для
916
+ навигации назад."}
917
+ """
918
+ last: Int
919
+
920
+ """
921
+ {"en":"The cursor of the item relative to which the previous items should be
922
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
923
+ которого должны быть возвращены предыдущие элементы. Используется для
924
+ навигации назад."}
925
+ """
926
+ before: String
927
+ ): BlogLanguageConnection!
928
+ blogTag(languageCode: String!, urlSlug: String!): BlogTag!
929
+ blogTags(
930
+ """
931
+ {"en":"The number of items on the page. Used for forward
932
+ pagination.","ru":"Количество элементов на странице. Используется для
933
+ навигации вперед."}
934
+ """
935
+ first: Int
936
+
937
+ """
938
+ {"en":"The cursor of the item relative to which the next items should be
939
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
940
+ которого должны быть возвращены следующие элементы. Используется для
941
+ навигации вперед."}
942
+ """
943
+ after: String
944
+
945
+ """
946
+ {"en":"The number of items on the page. Used for backward
947
+ pagination.","ru":"Количество элементов на странице. Используется для
948
+ навигации назад."}
949
+ """
950
+ last: Int
951
+
952
+ """
953
+ {"en":"The cursor of the item relative to which the previous items should be
954
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
955
+ которого должны быть возвращены предыдущие элементы. Используется для
956
+ навигации назад."}
957
+ """
958
+ before: String
959
+ languageCode: String!
960
+ ): BlogTagConnection!
961
+ publishedBlogPost(languageCode: String!, urlSlug: String!): BlogPost!
962
+ blogPost(languageCode: String!, urlSlug: String!): BlogPost!
963
+ publishedBlogPosts(
964
+ """
965
+ {"en":"The number of items on the page. Used for forward
966
+ pagination.","ru":"Количество элементов на странице. Используется для
967
+ навигации вперед."}
968
+ """
969
+ first: Int
970
+
971
+ """
972
+ {"en":"The cursor of the item relative to which the next items should be
973
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
974
+ которого должны быть возвращены следующие элементы. Используется для
975
+ навигации вперед."}
976
+ """
977
+ after: String
978
+
979
+ """
980
+ {"en":"The number of items on the page. Used for backward
981
+ pagination.","ru":"Количество элементов на странице. Используется для
982
+ навигации назад."}
983
+ """
984
+ last: Int
985
+
986
+ """
987
+ {"en":"The cursor of the item relative to which the previous items should be
988
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
989
+ которого должны быть возвращены предыдущие элементы. Используется для
990
+ навигации назад."}
991
+ """
992
+ before: String
993
+ languageCode: String!
994
+ tagUrlSlug: String
995
+ searchTerm: String
996
+ ): BlogPostConnection!
997
+ blogPosts(
998
+ """
999
+ {"en":"The number of items on the page. Used for forward
1000
+ pagination.","ru":"Количество элементов на странице. Используется для
1001
+ навигации вперед."}
1002
+ """
1003
+ first: Int
1004
+
1005
+ """
1006
+ {"en":"The cursor of the item relative to which the next items should be
1007
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1008
+ которого должны быть возвращены следующие элементы. Используется для
1009
+ навигации вперед."}
1010
+ """
1011
+ after: String
1012
+
1013
+ """
1014
+ {"en":"The number of items on the page. Used for backward
1015
+ pagination.","ru":"Количество элементов на странице. Используется для
1016
+ навигации назад."}
1017
+ """
1018
+ last: Int
1019
+
1020
+ """
1021
+ {"en":"The cursor of the item relative to which the previous items should be
1022
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1023
+ которого должны быть возвращены предыдущие элементы. Используется для
1024
+ навигации назад."}
1025
+ """
1026
+ before: String
1027
+ languageCode: String!
1028
+ tagUrlSlug: String
1029
+ searchTerm: String
1030
+ ): BlogPostConnection!
1031
+ relatedBlogPosts(
1032
+ """
1033
+ {"en":"The number of items on the page. Used for forward
1034
+ pagination.","ru":"Количество элементов на странице. Используется для
1035
+ навигации вперед."}
1036
+ """
1037
+ first: Int
1038
+
1039
+ """
1040
+ {"en":"The cursor of the item relative to which the next items should be
1041
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1042
+ которого должны быть возвращены следующие элементы. Используется для
1043
+ навигации вперед."}
1044
+ """
1045
+ after: String
1046
+
1047
+ """
1048
+ {"en":"The number of items on the page. Used for backward
1049
+ pagination.","ru":"Количество элементов на странице. Используется для
1050
+ навигации назад."}
1051
+ """
1052
+ last: Int
1053
+
1054
+ """
1055
+ {"en":"The cursor of the item relative to which the previous items should be
1056
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1057
+ которого должны быть возвращены предыдущие элементы. Используется для
1058
+ навигации назад."}
1059
+ """
1060
+ before: String
1061
+ urlSlug: String!
1062
+ ): BlogPostConnection!
1063
+ blogSettings(languageCode: String!): BlogSettingsPayload!
1064
+ toUrlSlug(text: String!): String!
1065
+ legalDocument(urlSlug: String!): LegalDocument!
1066
+ publishedLegalDocuments(
1067
+ """
1068
+ {"en":"The number of items on the page. Used for forward
1069
+ pagination.","ru":"Количество элементов на странице. Используется для
1070
+ навигации вперед."}
1071
+ """
1072
+ first: Int
1073
+
1074
+ """
1075
+ {"en":"The cursor of the item relative to which the next items should be
1076
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1077
+ которого должны быть возвращены следующие элементы. Используется для
1078
+ навигации вперед."}
1079
+ """
1080
+ after: String
1081
+
1082
+ """
1083
+ {"en":"The number of items on the page. Used for backward
1084
+ pagination.","ru":"Количество элементов на странице. Используется для
1085
+ навигации назад."}
1086
+ """
1087
+ last: Int
1088
+
1089
+ """
1090
+ {"en":"The cursor of the item relative to which the previous items should be
1091
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1092
+ которого должны быть возвращены предыдущие элементы. Используется для
1093
+ навигации назад."}
1094
+ """
1095
+ before: String
1096
+ language: String!
1097
+ ): LegalDocumentConnection!
1098
+ legalDocuments(
1099
+ """
1100
+ {"en":"The number of items on the page. Used for forward
1101
+ pagination.","ru":"Количество элементов на странице. Используется для
1102
+ навигации вперед."}
1103
+ """
1104
+ first: Int
1105
+
1106
+ """
1107
+ {"en":"The cursor of the item relative to which the next items should be
1108
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1109
+ которого должны быть возвращены следующие элементы. Используется для
1110
+ навигации вперед."}
1111
+ """
1112
+ after: String
1113
+
1114
+ """
1115
+ {"en":"The number of items on the page. Used for backward
1116
+ pagination.","ru":"Количество элементов на странице. Используется для
1117
+ навигации назад."}
1118
+ """
1119
+ last: Int
1120
+
1121
+ """
1122
+ {"en":"The cursor of the item relative to which the previous items should be
1123
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1124
+ которого должны быть возвращены предыдущие элементы. Используется для
1125
+ навигации назад."}
1126
+ """
1127
+ before: String
1128
+ ): LegalDocumentConnection!
1129
+ publishedLegalDocumentTranslation(documentUrlSlug: String!, language: String!): LegalDocumentTranslation!
1130
+ legalDocumentTranslation(documentUrlSlug: String!, language: String!): LegalDocumentTranslation!
1131
+ legalDocumentTranslations(
1132
+ """
1133
+ {"en":"The number of items on the page. Used for forward
1134
+ pagination.","ru":"Количество элементов на странице. Используется для
1135
+ навигации вперед."}
1136
+ """
1137
+ first: Int
1138
+
1139
+ """
1140
+ {"en":"The cursor of the item relative to which the next items should be
1141
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1142
+ которого должны быть возвращены следующие элементы. Используется для
1143
+ навигации вперед."}
1144
+ """
1145
+ after: String
1146
+
1147
+ """
1148
+ {"en":"The number of items on the page. Used for backward
1149
+ pagination.","ru":"Количество элементов на странице. Используется для
1150
+ навигации назад."}
1151
+ """
1152
+ last: Int
1153
+
1154
+ """
1155
+ {"en":"The cursor of the item relative to which the previous items should be
1156
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1157
+ которого должны быть возвращены предыдущие элементы. Используется для
1158
+ навигации назад."}
1159
+ """
1160
+ before: String
1161
+ documentUrlSlug: String!
1162
+ ): LegalDocumentTranslationConnection!
1163
+ sharedCollection(urlSlug: String!): Collection!
1164
+ sharedCollections(
1165
+ """
1166
+ {"en":"The number of items on the page. Used for forward
1167
+ pagination.","ru":"Количество элементов на странице. Используется для
1168
+ навигации вперед."}
1169
+ """
1170
+ first: Int
1171
+
1172
+ """
1173
+ {"en":"The cursor of the item relative to which the next items should be
1174
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1175
+ которого должны быть возвращены следующие элементы. Используется для
1176
+ навигации вперед."}
1177
+ """
1178
+ after: String
1179
+
1180
+ """
1181
+ {"en":"The number of items on the page. Used for backward
1182
+ pagination.","ru":"Количество элементов на странице. Используется для
1183
+ навигации назад."}
1184
+ """
1185
+ last: Int
1186
+
1187
+ """
1188
+ {"en":"The cursor of the item relative to which the previous items should be
1189
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1190
+ которого должны быть возвращены предыдущие элементы. Используется для
1191
+ навигации назад."}
1192
+ """
1193
+ before: String
1194
+ targetLanguage: String
1195
+ categoryUrlSlug: String
1196
+ searchTerm: String
1197
+ ): CollectionConnection!
1198
+ minCollectionSize: Int!
1199
+ maxCollectionSize: Int!
1200
+ collectionCategory(language: String!, urlSlug: String!): CollectionCategory!
1201
+ collectionCategories(
1202
+ """
1203
+ {"en":"The number of items on the page. Used for forward
1204
+ pagination.","ru":"Количество элементов на странице. Используется для
1205
+ навигации вперед."}
1206
+ """
1207
+ first: Int
1208
+
1209
+ """
1210
+ {"en":"The cursor of the item relative to which the next items should be
1211
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1212
+ которого должны быть возвращены следующие элементы. Используется для
1213
+ навигации вперед."}
1214
+ """
1215
+ after: String
1216
+
1217
+ """
1218
+ {"en":"The number of items on the page. Used for backward
1219
+ pagination.","ru":"Количество элементов на странице. Используется для
1220
+ навигации назад."}
1221
+ """
1222
+ last: Int
1223
+
1224
+ """
1225
+ {"en":"The cursor of the item relative to which the previous items should be
1226
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1227
+ которого должны быть возвращены предыдущие элементы. Используется для
1228
+ навигации назад."}
1229
+ """
1230
+ before: String
1231
+ language: String!
1232
+ ): CollectionCategoryConnection!
1233
+ englishLevel(id: ID!): EnglishLevel!
1234
+ englishLevels(
1235
+ """
1236
+ {"en":"The number of items on the page. Used for forward
1237
+ pagination.","ru":"Количество элементов на странице. Используется для
1238
+ навигации вперед."}
1239
+ """
1240
+ first: Int
1241
+
1242
+ """
1243
+ {"en":"The cursor of the item relative to which the next items should be
1244
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1245
+ которого должны быть возвращены следующие элементы. Используется для
1246
+ навигации вперед."}
1247
+ """
1248
+ after: String
1249
+
1250
+ """
1251
+ {"en":"The number of items on the page. Used for backward
1252
+ pagination.","ru":"Количество элементов на странице. Используется для
1253
+ навигации назад."}
1254
+ """
1255
+ last: Int
1256
+
1257
+ """
1258
+ {"en":"The cursor of the item relative to which the previous items should be
1259
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1260
+ которого должны быть возвращены предыдущие элементы. Используется для
1261
+ навигации назад."}
1262
+ """
1263
+ before: String
1264
+ ): EnglishLevelConnection!
1265
+ translate(text: String!): TranslatePayload!
1266
+ textToSpeech(text: String!): TextToSpeechPayload!
1267
+ sharedEntry(id: ID!): Entry!
1268
+ sharedEntries(
1269
+ """
1270
+ {"en":"The number of items on the page. Used for forward
1271
+ pagination.","ru":"Количество элементов на странице. Используется для
1272
+ навигации вперед."}
1273
+ """
1274
+ first: Int
1275
+
1276
+ """
1277
+ {"en":"The cursor of the item relative to which the next items should be
1278
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1279
+ которого должны быть возвращены следующие элементы. Используется для
1280
+ навигации вперед."}
1281
+ """
1282
+ after: String
1283
+
1284
+ """
1285
+ {"en":"The number of items on the page. Used for backward
1286
+ pagination.","ru":"Количество элементов на странице. Используется для
1287
+ навигации назад."}
1288
+ """
1289
+ last: Int
1290
+
1291
+ """
1292
+ {"en":"The cursor of the item relative to which the previous items should be
1293
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1294
+ которого должны быть возвращены предыдущие элементы. Используется для
1295
+ навигации назад."}
1296
+ """
1297
+ before: String
1298
+ collectionUrlSlug: String!
1299
+ ): EntryConnection!
1300
+ language(code: String!): Language!
1301
+ languages(
1302
+ """
1303
+ {"en":"The number of items on the page. Used for forward
1304
+ pagination.","ru":"Количество элементов на странице. Используется для
1305
+ навигации вперед."}
1306
+ """
1307
+ first: Int
1308
+
1309
+ """
1310
+ {"en":"The cursor of the item relative to which the next items should be
1311
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1312
+ которого должны быть возвращены следующие элементы. Используется для
1313
+ навигации вперед."}
1314
+ """
1315
+ after: String
1316
+
1317
+ """
1318
+ {"en":"The number of items on the page. Used for backward
1319
+ pagination.","ru":"Количество элементов на странице. Используется для
1320
+ навигации назад."}
1321
+ """
1322
+ last: Int
1323
+
1324
+ """
1325
+ {"en":"The cursor of the item relative to which the previous items should be
1326
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1327
+ которого должны быть возвращены предыдущие элементы. Используется для
1328
+ навигации назад."}
1329
+ """
1330
+ before: String
1331
+ ): LanguageConnection!
1332
+ lesson(id: ID!): Lesson!
1333
+ nativeLanguages: [NativeLanguage!]!
1334
+ node(id: ID!): Node
1335
+ requiredSettings: RequiredSettingsPayload!
1336
+ settings: Settings!
1337
+ testTag(languageCode: String!, urlSlug: String!): TestTag!
1338
+ testTags(
1339
+ """
1340
+ {"en":"The number of items on the page. Used for forward
1341
+ pagination.","ru":"Количество элементов на странице. Используется для
1342
+ навигации вперед."}
1343
+ """
1344
+ first: Int
1345
+
1346
+ """
1347
+ {"en":"The cursor of the item relative to which the next items should be
1348
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1349
+ которого должны быть возвращены следующие элементы. Используется для
1350
+ навигации вперед."}
1351
+ """
1352
+ after: String
1353
+
1354
+ """
1355
+ {"en":"The number of items on the page. Used for backward
1356
+ pagination.","ru":"Количество элементов на странице. Используется для
1357
+ навигации назад."}
1358
+ """
1359
+ last: Int
1360
+
1361
+ """
1362
+ {"en":"The cursor of the item relative to which the previous items should be
1363
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1364
+ которого должны быть возвращены предыдущие элементы. Используется для
1365
+ навигации назад."}
1366
+ """
1367
+ before: String
1368
+ languageCode: String
1369
+ ): TestTagConnection!
1370
+ test(languageCode: String!, urlSlug: String!): Test!
1371
+ checkTest(id: ID!, answers: [CheckTestAnswerInput!]!): CheckTestPayload!
1372
+ publishedTests(
1373
+ """
1374
+ {"en":"The number of items on the page. Used for forward
1375
+ pagination.","ru":"Количество элементов на странице. Используется для
1376
+ навигации вперед."}
1377
+ """
1378
+ first: Int
1379
+
1380
+ """
1381
+ {"en":"The cursor of the item relative to which the next items should be
1382
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1383
+ которого должны быть возвращены следующие элементы. Используется для
1384
+ навигации вперед."}
1385
+ """
1386
+ after: String
1387
+
1388
+ """
1389
+ {"en":"The number of items on the page. Used for backward
1390
+ pagination.","ru":"Количество элементов на странице. Используется для
1391
+ навигации назад."}
1392
+ """
1393
+ last: Int
1394
+
1395
+ """
1396
+ {"en":"The cursor of the item relative to which the previous items should be
1397
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1398
+ которого должны быть возвращены предыдущие элементы. Используется для
1399
+ навигации назад."}
1400
+ """
1401
+ before: String
1402
+ languageCode: String
1403
+ testTagUrlSlug: String
1404
+ searchTerm: String
1405
+ ): TestConnection!
1406
+ relatedTests(
1407
+ """
1408
+ {"en":"The number of items on the page. Used for forward
1409
+ pagination.","ru":"Количество элементов на странице. Используется для
1410
+ навигации вперед."}
1411
+ """
1412
+ first: Int
1413
+
1414
+ """
1415
+ {"en":"The cursor of the item relative to which the next items should be
1416
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1417
+ которого должны быть возвращены следующие элементы. Используется для
1418
+ навигации вперед."}
1419
+ """
1420
+ after: String
1421
+
1422
+ """
1423
+ {"en":"The number of items on the page. Used for backward
1424
+ pagination.","ru":"Количество элементов на странице. Используется для
1425
+ навигации назад."}
1426
+ """
1427
+ last: Int
1428
+
1429
+ """
1430
+ {"en":"The cursor of the item relative to which the previous items should be
1431
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1432
+ которого должны быть возвращены предыдущие элементы. Используется для
1433
+ навигации назад."}
1434
+ """
1435
+ before: String
1436
+ languageCode: String!
1437
+ urlSlug: String!
1438
+ ): TestConnection!
1439
+ tests(
1440
+ """
1441
+ {"en":"The number of items on the page. Used for forward
1442
+ pagination.","ru":"Количество элементов на странице. Используется для
1443
+ навигации вперед."}
1444
+ """
1445
+ first: Int
1446
+
1447
+ """
1448
+ {"en":"The cursor of the item relative to which the next items should be
1449
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1450
+ которого должны быть возвращены следующие элементы. Используется для
1451
+ навигации вперед."}
1452
+ """
1453
+ after: String
1454
+
1455
+ """
1456
+ {"en":"The number of items on the page. Used for backward
1457
+ pagination.","ru":"Количество элементов на странице. Используется для
1458
+ навигации назад."}
1459
+ """
1460
+ last: Int
1461
+
1462
+ """
1463
+ {"en":"The cursor of the item relative to which the previous items should be
1464
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1465
+ которого должны быть возвращены предыдущие элементы. Используется для
1466
+ навигации назад."}
1467
+ """
1468
+ before: String
1469
+ languageCode: String
1470
+ testTagUrlSlug: String
1471
+ searchTerm: String
1472
+ ): TestConnection!
1473
+ userCollection(id: ID!): UserCollection!
1474
+ userCollections(
1475
+ """
1476
+ {"en":"The number of items on the page. Used for forward
1477
+ pagination.","ru":"Количество элементов на странице. Используется для
1478
+ навигации вперед."}
1479
+ """
1480
+ first: Int
1481
+
1482
+ """
1483
+ {"en":"The cursor of the item relative to which the next items should be
1484
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1485
+ которого должны быть возвращены следующие элементы. Используется для
1486
+ навигации вперед."}
1487
+ """
1488
+ after: String
1489
+
1490
+ """
1491
+ {"en":"The number of items on the page. Used for backward
1492
+ pagination.","ru":"Количество элементов на странице. Используется для
1493
+ навигации назад."}
1494
+ """
1495
+ last: Int
1496
+
1497
+ """
1498
+ {"en":"The cursor of the item relative to which the previous items should be
1499
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1500
+ которого должны быть возвращены предыдущие элементы. Используется для
1501
+ навигации назад."}
1502
+ """
1503
+ before: String
1504
+ know: Boolean!
1505
+ ): UserCollectionConnection!
1506
+ userEntry(id: ID!): UserEntry!
1507
+ userEntries(
1508
+ """
1509
+ {"en":"The number of items on the page. Used for forward
1510
+ pagination.","ru":"Количество элементов на странице. Используется для
1511
+ навигации вперед."}
1512
+ """
1513
+ first: Int
1514
+
1515
+ """
1516
+ {"en":"The cursor of the item relative to which the next items should be
1517
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1518
+ которого должны быть возвращены следующие элементы. Используется для
1519
+ навигации вперед."}
1520
+ """
1521
+ after: String
1522
+
1523
+ """
1524
+ {"en":"The number of items on the page. Used for backward
1525
+ pagination.","ru":"Количество элементов на странице. Используется для
1526
+ навигации назад."}
1527
+ """
1528
+ last: Int
1529
+
1530
+ """
1531
+ {"en":"The cursor of the item relative to which the previous items should be
1532
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1533
+ которого должны быть возвращены предыдущие элементы. Используется для
1534
+ навигации назад."}
1535
+ """
1536
+ before: String
1537
+ userCollectionId: ID!
1538
+ ): UserEntryConnection!
1539
+ userVideo(id: ID!): UserVideo!
1540
+ userVideos(
1541
+ """
1542
+ {"en":"The number of items on the page. Used for forward
1543
+ pagination.","ru":"Количество элементов на странице. Используется для
1544
+ навигации вперед."}
1545
+ """
1546
+ first: Int
1547
+
1548
+ """
1549
+ {"en":"The cursor of the item relative to which the next items should be
1550
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1551
+ которого должны быть возвращены следующие элементы. Используется для
1552
+ навигации вперед."}
1553
+ """
1554
+ after: String
1555
+
1556
+ """
1557
+ {"en":"The number of items on the page. Used for backward
1558
+ pagination.","ru":"Количество элементов на странице. Используется для
1559
+ навигации назад."}
1560
+ """
1561
+ last: Int
1562
+
1563
+ """
1564
+ {"en":"The cursor of the item relative to which the previous items should be
1565
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1566
+ которого должны быть возвращены предыдущие элементы. Используется для
1567
+ навигации назад."}
1568
+ """
1569
+ before: String
1570
+ know: Boolean!
1571
+ ): UserVideoConnection!
1572
+ userVideoEntries(
1573
+ """
1574
+ {"en":"The number of items on the page. Used for forward
1575
+ pagination.","ru":"Количество элементов на странице. Используется для
1576
+ навигации вперед."}
1577
+ """
1578
+ first: Int
1579
+
1580
+ """
1581
+ {"en":"The cursor of the item relative to which the next items should be
1582
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1583
+ которого должны быть возвращены следующие элементы. Используется для
1584
+ навигации вперед."}
1585
+ """
1586
+ after: String
1587
+
1588
+ """
1589
+ {"en":"The number of items on the page. Used for backward
1590
+ pagination.","ru":"Количество элементов на странице. Используется для
1591
+ навигации назад."}
1592
+ """
1593
+ last: Int
1594
+
1595
+ """
1596
+ {"en":"The cursor of the item relative to which the previous items should be
1597
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1598
+ которого должны быть возвращены предыдущие элементы. Используется для
1599
+ навигации назад."}
1600
+ """
1601
+ before: String
1602
+ userVideoId: ID!
1603
+ ): UserVideoEntryConnection!
1604
+ videos(
1605
+ """
1606
+ {"en":"The number of items on the page. Used for forward
1607
+ pagination.","ru":"Количество элементов на странице. Используется для
1608
+ навигации вперед."}
1609
+ """
1610
+ first: Int
1611
+
1612
+ """
1613
+ {"en":"The cursor of the item relative to which the next items should be
1614
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1615
+ которого должны быть возвращены следующие элементы. Используется для
1616
+ навигации вперед."}
1617
+ """
1618
+ after: String
1619
+
1620
+ """
1621
+ {"en":"The number of items on the page. Used for backward
1622
+ pagination.","ru":"Количество элементов на странице. Используется для
1623
+ навигации назад."}
1624
+ """
1625
+ last: Int
1626
+
1627
+ """
1628
+ {"en":"The cursor of the item relative to which the previous items should be
1629
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1630
+ которого должны быть возвращены предыдущие элементы. Используется для
1631
+ навигации назад."}
1632
+ """
1633
+ before: String
1634
+ duration: String
1635
+ ): VideoConnection!
1636
+ searchVideos(
1637
+ """
1638
+ {"en":"The number of items on the page. Used for forward
1639
+ pagination.","ru":"Количество элементов на странице. Используется для
1640
+ навигации вперед."}
1641
+ """
1642
+ first: Int
1643
+
1644
+ """
1645
+ {"en":"The cursor of the item relative to which the next items should be
1646
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1647
+ которого должны быть возвращены следующие элементы. Используется для
1648
+ навигации вперед."}
1649
+ """
1650
+ after: String
1651
+
1652
+ """
1653
+ {"en":"The number of items on the page. Used for backward
1654
+ pagination.","ru":"Количество элементов на странице. Используется для
1655
+ навигации назад."}
1656
+ """
1657
+ last: Int
1658
+
1659
+ """
1660
+ {"en":"The cursor of the item relative to which the previous items should be
1661
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1662
+ которого должны быть возвращены предыдущие элементы. Используется для
1663
+ навигации назад."}
1664
+ """
1665
+ before: String
1666
+ searchTerm: String!
1667
+ duration: String
1668
+ ): SearchVideoListItemConnection!
1669
+ }
1670
+
1671
+ type Quiz implements Node {
1672
+ id: ID!
1673
+
1674
+ """
1675
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
1676
+ """
1677
+ createdAt: Long!
1678
+
1679
+ """
1680
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
1681
+ """
1682
+ updatedAt: Long!
1683
+ correctly: Boolean
1684
+ type: String!
1685
+ task: String!
1686
+ answers: [Answer!]!
1687
+ }
1688
+
1689
+ input RecoverPasswordInput {
1690
+ password: String!
1691
+ token: String!
1692
+ }
1693
+
1694
+ input RegisterInput {
1695
+ email: String!
1696
+ }
1697
+
1698
+ type RegisterPayload {
1699
+ confirmationLinkIsSent: Boolean!
1700
+ limitExpiresAt: Float!
1701
+ }
1702
+
1703
+ type RequiredSettingsPayload {
1704
+ items: [String!]!
1705
+ }
1706
+
1707
+ input ResendLinkInput {
1708
+ email: String!
1709
+ type: String!
1710
+ }
1711
+
1712
+ type ResendLinkPayload {
1713
+ """
1714
+ {"en":"Whether the operation was completed successfully.","ru":"Была ли операция завершена успешно."}
1715
+ """
1716
+ ok: Boolean!
1717
+ limitExpiresAt: Float!
1718
+ }
1719
+
1720
+ type SearchVideoListItem {
1721
+ id: ID!
1722
+ publishedAt: Long!
1723
+ title: String!
1724
+ description: String!
1725
+ channelId: String!
1726
+ channelTitle: String!
1727
+ added: Boolean!
1728
+ }
1729
+
1730
+ """
1731
+ {"en":"A type that provides a standard mechanism for paginating the result
1732
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
1733
+ результатов на страницы."}
1734
+ """
1735
+ type SearchVideoListItemConnection {
1736
+ """{"en":"Item list.","ru":"Список элементов."}"""
1737
+ edges: [SearchVideoListItemEdge!]!
1738
+
1739
+ """
1740
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
1741
+ """
1742
+ pageInfo: PageInfo!
1743
+ }
1744
+
1745
+ """{"en":"A list item.","ru":"Элемент списка."}"""
1746
+ type SearchVideoListItemEdge {
1747
+ """{"en":"An object.","ru":"Объект."}"""
1748
+ node: SearchVideoListItem!
1749
+
1750
+ """
1751
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
1752
+ """
1753
+ cursor: String!
1754
+ }
1755
+
1756
+ type SessionPayload {
1757
+ id: ID!
1758
+ isApp: Boolean!
1759
+ browserName: String
1760
+ browserVersion: String
1761
+ osName: String
1762
+ osVersion: String
1763
+ deviceType: String
1764
+ deviceName: String
1765
+ deviceManufacturer: String
1766
+ deviceBrand: String
1767
+ deviceModel: String
1768
+ ip: String
1769
+ country: String
1770
+ city: String
1771
+ current: Boolean!
1772
+ createdAt: Long!
1773
+ lastSeenAt: Long!
1774
+ }
1775
+
1776
+ type Settings implements Node {
1777
+ id: ID!
1778
+
1779
+ """
1780
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
1781
+ """
1782
+ createdAt: Long!
1783
+
1784
+ """
1785
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
1786
+ """
1787
+ updatedAt: Long!
1788
+ nativeLanguage: NativeLanguage
1789
+ englishLevel: EnglishLevel
1790
+ }
1791
+
1792
+ input SignInInput {
1793
+ email: String!
1794
+ password: String!
1795
+ }
1796
+
1797
+ type Speech implements Node {
1798
+ id: ID!
1799
+
1800
+ """
1801
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
1802
+ """
1803
+ createdAt: Long!
1804
+
1805
+ """
1806
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
1807
+ """
1808
+ updatedAt: Long!
1809
+ text: String!
1810
+ audio: String!
1811
+ voiceLanguageCode: String!
1812
+ voiceName: String!
1813
+ voiceGender: String!
1814
+ speakingRate: Float!
1815
+ }
1816
+
1817
+ """
1818
+ {"en":"The object that stores the status of the operation.","ru":"Объект, в котором хранится статус операции."}
1819
+ """
1820
+ type StatusPayload {
1821
+ """
1822
+ {"en":"Whether the operation was completed successfully.","ru":"Была ли операция завершена успешно."}
1823
+ """
1824
+ ok: Boolean!
1825
+ }
1826
+
1827
+ type Test implements Node {
1828
+ id: ID!
1829
+
1830
+ """
1831
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
1832
+ """
1833
+ createdAt: Long!
1834
+
1835
+ """
1836
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
1837
+ """
1838
+ updatedAt: Long!
1839
+ title: String!
1840
+ description: JSON!
1841
+ task: String!
1842
+ position: Float!
1843
+ published: Boolean!
1844
+ urlSlug: String!
1845
+ metaTitle: String!
1846
+ metaDescription: String!
1847
+ language: Language!
1848
+ testTags(
1849
+ """
1850
+ {"en":"The number of items on the page. Used for forward
1851
+ pagination.","ru":"Количество элементов на странице. Используется для
1852
+ навигации вперед."}
1853
+ """
1854
+ first: Int
1855
+
1856
+ """
1857
+ {"en":"The cursor of the item relative to which the next items should be
1858
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1859
+ которого должны быть возвращены следующие элементы. Используется для
1860
+ навигации вперед."}
1861
+ """
1862
+ after: String
1863
+
1864
+ """
1865
+ {"en":"The number of items on the page. Used for backward
1866
+ pagination.","ru":"Количество элементов на странице. Используется для
1867
+ навигации назад."}
1868
+ """
1869
+ last: Int
1870
+
1871
+ """
1872
+ {"en":"The cursor of the item relative to which the previous items should be
1873
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1874
+ которого должны быть возвращены предыдущие элементы. Используется для
1875
+ навигации назад."}
1876
+ """
1877
+ before: String
1878
+ ): TestTagConnection!
1879
+ testQuestions(
1880
+ """
1881
+ {"en":"The number of items on the page. Used for forward
1882
+ pagination.","ru":"Количество элементов на странице. Используется для
1883
+ навигации вперед."}
1884
+ """
1885
+ first: Int
1886
+
1887
+ """
1888
+ {"en":"The cursor of the item relative to which the next items should be
1889
+ returned. Used for forward pagination.","ru":"Курсор элемента, относительно
1890
+ которого должны быть возвращены следующие элементы. Используется для
1891
+ навигации вперед."}
1892
+ """
1893
+ after: String
1894
+
1895
+ """
1896
+ {"en":"The number of items on the page. Used for backward
1897
+ pagination.","ru":"Количество элементов на странице. Используется для
1898
+ навигации назад."}
1899
+ """
1900
+ last: Int
1901
+
1902
+ """
1903
+ {"en":"The cursor of the item relative to which the previous items should be
1904
+ returned. Used for backward pagination.","ru":"Курсор элемента, относительно
1905
+ которого должны быть возвращены предыдущие элементы. Используется для
1906
+ навигации назад."}
1907
+ """
1908
+ before: String
1909
+ ): TestQuestionConnection!
1910
+ }
1911
+
1912
+ """
1913
+ {"en":"A type that provides a standard mechanism for paginating the result
1914
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
1915
+ результатов на страницы."}
1916
+ """
1917
+ type TestConnection {
1918
+ """{"en":"Item list.","ru":"Список элементов."}"""
1919
+ edges: [TestEdge!]!
1920
+
1921
+ """
1922
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
1923
+ """
1924
+ pageInfo: PageInfo!
1925
+ }
1926
+
1927
+ """{"en":"A list item.","ru":"Элемент списка."}"""
1928
+ type TestEdge {
1929
+ """{"en":"An object.","ru":"Объект."}"""
1930
+ node: Test!
1931
+
1932
+ """
1933
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
1934
+ """
1935
+ cursor: String!
1936
+ }
1937
+
1938
+ type TestQuestion implements Node {
1939
+ id: ID!
1940
+
1941
+ """
1942
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
1943
+ """
1944
+ createdAt: Long!
1945
+
1946
+ """
1947
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
1948
+ """
1949
+ updatedAt: Long!
1950
+ question: String!
1951
+ answer: String!
1952
+ }
1953
+
1954
+ """
1955
+ {"en":"A type that provides a standard mechanism for paginating the result
1956
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
1957
+ результатов на страницы."}
1958
+ """
1959
+ type TestQuestionConnection {
1960
+ """{"en":"Item list.","ru":"Список элементов."}"""
1961
+ edges: [TestQuestionEdge!]!
1962
+
1963
+ """
1964
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
1965
+ """
1966
+ pageInfo: PageInfo!
1967
+ }
1968
+
1969
+ """{"en":"A list item.","ru":"Элемент списка."}"""
1970
+ type TestQuestionEdge {
1971
+ """{"en":"An object.","ru":"Объект."}"""
1972
+ node: TestQuestion!
1973
+
1974
+ """
1975
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
1976
+ """
1977
+ cursor: String!
1978
+ }
1979
+
1980
+ input TestQuestionInput {
1981
+ question: String!
1982
+ answer: String!
1983
+ }
1984
+
1985
+ type TestTag implements Node {
1986
+ id: ID!
1987
+
1988
+ """
1989
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
1990
+ """
1991
+ createdAt: Long!
1992
+
1993
+ """
1994
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
1995
+ """
1996
+ updatedAt: Long!
1997
+ title: String!
1998
+ linkTitle: String!
1999
+ position: Int!
2000
+ urlSlug: String!
2001
+ metaTitle: String!
2002
+ metaDescription: String!
2003
+ language: Language!
2004
+ }
2005
+
2006
+ """
2007
+ {"en":"A type that provides a standard mechanism for paginating the result
2008
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
2009
+ результатов на страницы."}
2010
+ """
2011
+ type TestTagConnection {
2012
+ """{"en":"Item list.","ru":"Список элементов."}"""
2013
+ edges: [TestTagEdge!]!
2014
+
2015
+ """
2016
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
2017
+ """
2018
+ pageInfo: PageInfo!
2019
+ }
2020
+
2021
+ """{"en":"A list item.","ru":"Элемент списка."}"""
2022
+ type TestTagEdge {
2023
+ """{"en":"An object.","ru":"Объект."}"""
2024
+ node: TestTag!
2025
+
2026
+ """
2027
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
2028
+ """
2029
+ cursor: String!
2030
+ }
2031
+
2032
+ type TextToSpeechPayload {
2033
+ audio: String!
2034
+ }
2035
+
2036
+ type TranslatePayload {
2037
+ translations: [String!]!
2038
+ }
2039
+
2040
+ input UpdateAvatarInput {
2041
+ avatar: Upload
2042
+ }
2043
+
2044
+ input UpdateBlogLanguageInput {
2045
+ code: String!
2046
+ englishName: String!
2047
+ nativeName: String!
2048
+ id: ID!
2049
+ }
2050
+
2051
+ input UpdateBlogPostInput {
2052
+ urlSlug: String!
2053
+ metaTitle: String!
2054
+ metaDescription: String!
2055
+ title: String!
2056
+ content: JSON!
2057
+ summary: String!
2058
+ published: Boolean!
2059
+ tagIds: [ID!]!
2060
+ cover: Upload
2061
+ id: ID!
2062
+ }
2063
+
2064
+ input UpdateBlogSettingsInput {
2065
+ title: String
2066
+ metaTitle: String
2067
+ metaDescription: String
2068
+ languageCode: String!
2069
+ }
2070
+
2071
+ input UpdateBlogTagInput {
2072
+ urlSlug: String!
2073
+ metaTitle: String!
2074
+ metaDescription: String!
2075
+ title: String!
2076
+ linkTitle: String!
2077
+ id: ID!
2078
+ }
2079
+
2080
+ input UpdateCollectionCategoryInput {
2081
+ title: String!
2082
+ urlSlug: String!
2083
+ locales: [CollectionCategoryLocaleInput!]!
2084
+ id: ID!
2085
+ }
2086
+
2087
+ input UpdateCollectionInput {
2088
+ title: String!
2089
+ subtitle: String
2090
+ cover: Upload
2091
+ id: ID!
2092
+ shared: Boolean!
2093
+ collectionCategoryId: ID
2094
+ }
2095
+
2096
+ input UpdateEnglishLevelInput {
2097
+ name: String!
2098
+ id: ID!
2099
+ }
2100
+
2101
+ input UpdateEntryInput {
2102
+ text: String!
2103
+ translation: String!
2104
+ definition: String
2105
+ example: String
2106
+ image: Upload
2107
+ id: ID!
2108
+ }
2109
+
2110
+ input UpdateLanguageInput {
2111
+ code: String!
2112
+ englishName: String!
2113
+ nativeName: String!
2114
+ id: ID!
2115
+ }
2116
+
2117
+ input UpdateLegalDocumentInput {
2118
+ title: String!
2119
+ urlSlug: String!
2120
+ id: ID!
2121
+ }
2122
+
2123
+ input UpdateLegalDocumentTranslationInput {
2124
+ title: String!
2125
+ content: JSON!
2126
+ published: Boolean!
2127
+ id: ID!
2128
+ }
2129
+
2130
+ input UpdatePasswordInput {
2131
+ password: String!
2132
+ currentPassword: String!
2133
+ }
2134
+
2135
+ input UpdateProfileInput {
2136
+ firstName: String
2137
+ lastName: String
2138
+ }
2139
+
2140
+ input UpdateSettingsInput {
2141
+ nativeLanguage: String
2142
+ englishLevelId: ID
2143
+ }
2144
+
2145
+ input UpdateTestInput {
2146
+ urlSlug: String!
2147
+ metaTitle: String!
2148
+ metaDescription: String!
2149
+ title: String!
2150
+ description: JSON!
2151
+ task: String!
2152
+ position: Int!
2153
+ published: Boolean!
2154
+ testTagIds: [ID!]!
2155
+ testQuestions: [TestQuestionInput!]!
2156
+ id: ID!
2157
+ }
2158
+
2159
+ input UpdateTestTagInput {
2160
+ urlSlug: String!
2161
+ metaTitle: String!
2162
+ metaDescription: String!
2163
+ title: String!
2164
+ linkTitle: String!
2165
+ position: Int!
2166
+ id: ID!
2167
+ }
2168
+
2169
+ input UpdateUserVideoTimeInput {
2170
+ id: ID!
2171
+ time: Int!
2172
+ }
2173
+
2174
+ """The `Upload` scalar type represents a file upload."""
2175
+ scalar Upload
2176
+
2177
+ input UploadBlogImageInput {
2178
+ image: Upload!
2179
+ }
2180
+
2181
+ type User implements Node {
2182
+ id: ID!
2183
+
2184
+ """
2185
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
2186
+ """
2187
+ createdAt: Long!
2188
+
2189
+ """
2190
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
2191
+ """
2192
+ updatedAt: Long!
2193
+ email: String!
2194
+ passwordHash: String
2195
+ firstName: String
2196
+ lastName: String
2197
+ avatar: String
2198
+ locale: String
2199
+ registeredFrom: String
2200
+ }
2201
+
2202
+ type UserCollection implements Node {
2203
+ id: ID!
2204
+
2205
+ """
2206
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
2207
+ """
2208
+ createdAt: Long!
2209
+
2210
+ """
2211
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
2212
+ """
2213
+ updatedAt: Long!
2214
+ know: Boolean!
2215
+ collection: Collection!
2216
+ progress: Int!
2217
+ admin: Boolean!
2218
+ nextReviseAt: Long
2219
+ }
2220
+
2221
+ """
2222
+ {"en":"A type that provides a standard mechanism for paginating the result
2223
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
2224
+ результатов на страницы."}
2225
+ """
2226
+ type UserCollectionConnection {
2227
+ """{"en":"Item list.","ru":"Список элементов."}"""
2228
+ edges: [UserCollectionEdge!]!
2229
+
2230
+ """
2231
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
2232
+ """
2233
+ pageInfo: PageInfo!
2234
+ }
2235
+
2236
+ """{"en":"A list item.","ru":"Элемент списка."}"""
2237
+ type UserCollectionEdge {
2238
+ """{"en":"An object.","ru":"Объект."}"""
2239
+ node: UserCollection!
2240
+
2241
+ """
2242
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
2243
+ """
2244
+ cursor: String!
2245
+ }
2246
+
2247
+ type UserEntry implements Node {
2248
+ id: ID!
2249
+
2250
+ """
2251
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
2252
+ """
2253
+ createdAt: Long!
2254
+
2255
+ """
2256
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
2257
+ """
2258
+ updatedAt: Long!
2259
+ nextReviseAt: Long
2260
+ userCollection: UserCollection!
2261
+ entry: Entry!
2262
+ progress: Int!
2263
+ admin: Boolean!
2264
+ }
2265
+
2266
+ """
2267
+ {"en":"A type that provides a standard mechanism for paginating the result
2268
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
2269
+ результатов на страницы."}
2270
+ """
2271
+ type UserEntryConnection {
2272
+ """{"en":"Item list.","ru":"Список элементов."}"""
2273
+ edges: [UserEntryEdge!]!
2274
+
2275
+ """
2276
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
2277
+ """
2278
+ pageInfo: PageInfo!
2279
+ }
2280
+
2281
+ """{"en":"A list item.","ru":"Элемент списка."}"""
2282
+ type UserEntryEdge {
2283
+ """{"en":"An object.","ru":"Объект."}"""
2284
+ node: UserEntry!
2285
+
2286
+ """
2287
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
2288
+ """
2289
+ cursor: String!
2290
+ }
2291
+
2292
+ type UserVideo implements Node {
2293
+ id: ID!
2294
+
2295
+ """
2296
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
2297
+ """
2298
+ createdAt: Long!
2299
+
2300
+ """
2301
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
2302
+ """
2303
+ updatedAt: Long!
2304
+ step: Int!
2305
+ stoppedAt: Int!
2306
+ know: Boolean!
2307
+ video: Video!
2308
+ userCollection: UserCollection
2309
+ progress: Int!
2310
+ }
2311
+
2312
+ """
2313
+ {"en":"A type that provides a standard mechanism for paginating the result
2314
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
2315
+ результатов на страницы."}
2316
+ """
2317
+ type UserVideoConnection {
2318
+ """{"en":"Item list.","ru":"Список элементов."}"""
2319
+ edges: [UserVideoEdge!]!
2320
+
2321
+ """
2322
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
2323
+ """
2324
+ pageInfo: PageInfo!
2325
+ }
2326
+
2327
+ """{"en":"A list item.","ru":"Элемент списка."}"""
2328
+ type UserVideoEdge {
2329
+ """{"en":"An object.","ru":"Объект."}"""
2330
+ node: UserVideo!
2331
+
2332
+ """
2333
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
2334
+ """
2335
+ cursor: String!
2336
+ }
2337
+
2338
+ type UserVideoEntry implements Node {
2339
+ id: ID!
2340
+
2341
+ """
2342
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
2343
+ """
2344
+ createdAt: Long!
2345
+
2346
+ """
2347
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
2348
+ """
2349
+ updatedAt: Long!
2350
+ text: String!
2351
+ audio: String!
2352
+ translation: String!
2353
+ }
2354
+
2355
+ """
2356
+ {"en":"A type that provides a standard mechanism for paginating the result
2357
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
2358
+ результатов на страницы."}
2359
+ """
2360
+ type UserVideoEntryConnection {
2361
+ """{"en":"Item list.","ru":"Список элементов."}"""
2362
+ edges: [UserVideoEntryEdge!]!
2363
+
2364
+ """
2365
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
2366
+ """
2367
+ pageInfo: PageInfo!
2368
+ }
2369
+
2370
+ """{"en":"A list item.","ru":"Элемент списка."}"""
2371
+ type UserVideoEntryEdge {
2372
+ """{"en":"An object.","ru":"Объект."}"""
2373
+ node: UserVideoEntry!
2374
+
2375
+ """
2376
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
2377
+ """
2378
+ cursor: String!
2379
+ }
2380
+
2381
+ type Video implements Node {
2382
+ id: ID!
2383
+
2384
+ """
2385
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
2386
+ """
2387
+ createdAt: Long!
2388
+
2389
+ """
2390
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
2391
+ """
2392
+ updatedAt: Long!
2393
+ youtubeId: String!
2394
+ publishedAt: Long!
2395
+ title: String!
2396
+ description: String!
2397
+ duration: Float!
2398
+ channel: VideoChannel!
2399
+ thumbnails: [VideoThumbnail!]!
2400
+ subtitles: [VideoSubtitle!]!
2401
+ added: Boolean!
2402
+ }
2403
+
2404
+ type VideoChannel implements Node {
2405
+ id: ID!
2406
+
2407
+ """
2408
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
2409
+ """
2410
+ createdAt: Long!
2411
+
2412
+ """
2413
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
2414
+ """
2415
+ updatedAt: Long!
2416
+ youtubeId: String!
2417
+ title: String!
2418
+ }
2419
+
2420
+ """
2421
+ {"en":"A type that provides a standard mechanism for paginating the result
2422
+ set.","ru":"Тип, обеспечивающий стандартный механизм разбиения набора
2423
+ результатов на страницы."}
2424
+ """
2425
+ type VideoConnection {
2426
+ """{"en":"Item list.","ru":"Список элементов."}"""
2427
+ edges: [VideoEdge!]!
2428
+
2429
+ """
2430
+ {"en":"Information about the current page.","ru":"Информация о текущей странице."}
2431
+ """
2432
+ pageInfo: PageInfo!
2433
+ }
2434
+
2435
+ """{"en":"A list item.","ru":"Элемент списка."}"""
2436
+ type VideoEdge {
2437
+ """{"en":"An object.","ru":"Объект."}"""
2438
+ node: Video!
2439
+
2440
+ """
2441
+ {"en":"A cursor that is used to get the next page.","ru":"Курсор, который используется для получения следующей страницы."}
2442
+ """
2443
+ cursor: String!
2444
+ }
2445
+
2446
+ type VideoSearchQuery implements Node {
2447
+ id: ID!
2448
+
2449
+ """
2450
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
2451
+ """
2452
+ createdAt: Long!
2453
+
2454
+ """
2455
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
2456
+ """
2457
+ updatedAt: Long!
2458
+ query: String!
2459
+ }
2460
+
2461
+ type VideoSubtitle implements Node {
2462
+ id: ID!
2463
+
2464
+ """
2465
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
2466
+ """
2467
+ createdAt: Long!
2468
+
2469
+ """
2470
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
2471
+ """
2472
+ updatedAt: Long!
2473
+ text: String!
2474
+ start: Float!
2475
+ duration: Float!
2476
+ }
2477
+
2478
+ type VideoThumbnail implements Node {
2479
+ id: ID!
2480
+
2481
+ """
2482
+ {"en":"The date the object was created.","ru":"Дата создания объекта."}
2483
+ """
2484
+ createdAt: Long!
2485
+
2486
+ """
2487
+ {"en":"The date of the last update of the object.","ru":"Дата последнего обновления объекта."}
2488
+ """
2489
+ updatedAt: Long!
2490
+ url: String!
2491
+ width: Float!
2492
+ height: Float!
2493
+ }
2494
+