@veruna/api-contracts 1.0.70 → 1.0.71

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 (250) hide show
  1. package/build/controllers/index.d.ts +4 -0
  2. package/build/controllers/index.js +9 -1
  3. package/build/controllers/index.js.map +1 -1
  4. package/build/controllers/vk-auth.controllers.d.ts +1 -0
  5. package/build/controllers/vk-auth.controllers.js +5 -0
  6. package/build/controllers/vk-auth.controllers.js.map +1 -0
  7. package/build/controllers/vk-profile.controllers.d.ts +1 -0
  8. package/build/controllers/vk-profile.controllers.js +5 -0
  9. package/build/controllers/vk-profile.controllers.js.map +1 -0
  10. package/build/controllers/yandex-auth.controllers.d.ts +1 -0
  11. package/build/controllers/yandex-auth.controllers.js +5 -0
  12. package/build/controllers/yandex-auth.controllers.js.map +1 -0
  13. package/build/controllers/yandex-profile.controllers.d.ts +1 -0
  14. package/build/controllers/yandex-profile.controllers.js +5 -0
  15. package/build/controllers/yandex-profile.controllers.js.map +1 -0
  16. package/build/locales/validation.d.ts +98 -0
  17. package/build/locales/validation.js +98 -0
  18. package/build/locales/validation.js.map +1 -1
  19. package/build/rest-api.d.ts +24 -0
  20. package/build/rest-api.js +24 -0
  21. package/build/rest-api.js.map +1 -1
  22. package/build/routes/index.d.ts +4 -0
  23. package/build/routes/index.js +9 -1
  24. package/build/routes/index.js.map +1 -1
  25. package/build/routes/vk-auth.routes.d.ts +6 -0
  26. package/build/routes/vk-auth.routes.js +10 -0
  27. package/build/routes/vk-auth.routes.js.map +1 -0
  28. package/build/routes/vk-profile.routes.d.ts +6 -0
  29. package/build/routes/vk-profile.routes.js +10 -0
  30. package/build/routes/vk-profile.routes.js.map +1 -0
  31. package/build/routes/yandex-auth.routes.d.ts +6 -0
  32. package/build/routes/yandex-auth.routes.js +10 -0
  33. package/build/routes/yandex-auth.routes.js.map +1 -0
  34. package/build/routes/yandex-profile.routes.d.ts +6 -0
  35. package/build/routes/yandex-profile.routes.js +10 -0
  36. package/build/routes/yandex-profile.routes.js.map +1 -0
  37. package/build/tsconfig.tsbuildinfo +1 -1
  38. package/build/v1/auth/commands/signin.command.d.ts +1 -1
  39. package/build/v1/auth/commands/signup.command.d.ts +1 -1
  40. package/build/v1/auth/schemas/auth-response.schema.d.ts +1 -1
  41. package/build/v1/index.d.ts +5 -0
  42. package/build/v1/index.js +5 -0
  43. package/build/v1/index.js.map +1 -1
  44. package/build/v1/oauth-common/index.d.ts +1 -0
  45. package/build/v1/oauth-common/index.js +18 -0
  46. package/build/v1/oauth-common/index.js.map +1 -0
  47. package/build/v1/oauth-common/schemas/index.d.ts +1 -0
  48. package/build/v1/oauth-common/schemas/index.js +18 -0
  49. package/build/v1/oauth-common/schemas/index.js.map +1 -0
  50. package/build/v1/oauth-common/schemas/oauth-auth-request-type.enum.d.ts +4 -0
  51. package/build/v1/oauth-common/schemas/oauth-auth-request-type.enum.js +9 -0
  52. package/build/v1/oauth-common/schemas/oauth-auth-request-type.enum.js.map +1 -0
  53. package/build/v1/telegram-auth/commands/exchange-telegram-auth.command.d.ts +1 -0
  54. package/build/v1/telegram-auth/schemas/telegram-auth-exchange-request.schema.d.ts +1 -0
  55. package/build/v1/telegram-auth/schemas/telegram-auth-exchange-request.schema.js +4 -0
  56. package/build/v1/telegram-auth/schemas/telegram-auth-exchange-request.schema.js.map +1 -1
  57. package/build/v1/telegram-auth/schemas/telegram-auth-request-type.enum.d.ts +1 -4
  58. package/build/v1/telegram-auth/schemas/telegram-auth-request-type.enum.js +2 -5
  59. package/build/v1/telegram-auth/schemas/telegram-auth-request-type.enum.js.map +1 -1
  60. package/build/v1/telegram-profile/commands/unlink-telegram.command.d.ts +1 -3
  61. package/build/v1/telegram-profile/commands/unlink-telegram.command.js +2 -2
  62. package/build/v1/telegram-profile/commands/unlink-telegram.command.js.map +1 -1
  63. package/build/v1/telegram-profile/schemas/index.d.ts +0 -1
  64. package/build/v1/telegram-profile/schemas/index.js +0 -1
  65. package/build/v1/telegram-profile/schemas/index.js.map +1 -1
  66. package/build/v1/telegram-profile/telegram-profile.errors.d.ts +2 -1
  67. package/build/v1/telegram-profile/telegram-profile.errors.js +5 -0
  68. package/build/v1/telegram-profile/telegram-profile.errors.js.map +1 -1
  69. package/build/v1/users/commands/toggle-marketing-consent.command.d.ts +1 -1
  70. package/build/v1/users/commands/update-profile.command.d.ts +1 -1
  71. package/build/v1/users/queries/get-current-user.query.d.ts +1 -1
  72. package/build/v1/users/schemas/register-type.enum.d.ts +3 -1
  73. package/build/v1/users/schemas/register-type.enum.js +2 -0
  74. package/build/v1/users/schemas/register-type.enum.js.map +1 -1
  75. package/build/v1/users/schemas/response-unions.schema.d.ts +3 -3
  76. package/build/v1/users/schemas/user-response.schema.d.ts +1 -1
  77. package/build/v1/users/schemas/user-response.schema.js +1 -1
  78. package/build/v1/users/schemas/user-response.schema.js.map +1 -1
  79. package/build/v1/vk-auth/commands/exchange-vk-auth.command.d.ts +15 -0
  80. package/build/v1/vk-auth/commands/exchange-vk-auth.command.js +14 -0
  81. package/build/v1/vk-auth/commands/exchange-vk-auth.command.js.map +1 -0
  82. package/build/v1/vk-auth/commands/index.d.ts +2 -0
  83. package/build/v1/vk-auth/commands/index.js +19 -0
  84. package/build/v1/vk-auth/commands/index.js.map +1 -0
  85. package/build/v1/vk-auth/commands/init-vk-auth.command.d.ts +14 -0
  86. package/build/v1/vk-auth/commands/init-vk-auth.command.js +15 -0
  87. package/build/v1/vk-auth/commands/init-vk-auth.command.js.map +1 -0
  88. package/build/v1/vk-auth/index.d.ts +6 -0
  89. package/build/v1/vk-auth/index.js +26 -0
  90. package/build/v1/vk-auth/index.js.map +1 -0
  91. package/build/v1/vk-auth/queries/get-vk-auth-status.query.d.ts +13 -0
  92. package/build/v1/vk-auth/queries/get-vk-auth-status.query.js +15 -0
  93. package/build/v1/vk-auth/queries/get-vk-auth-status.query.js.map +1 -0
  94. package/build/v1/vk-auth/queries/handle-vk-auth-callback.query.d.ts +14 -0
  95. package/build/v1/vk-auth/queries/handle-vk-auth-callback.query.js +15 -0
  96. package/build/v1/vk-auth/queries/handle-vk-auth-callback.query.js.map +1 -0
  97. package/build/v1/vk-auth/queries/index.d.ts +2 -0
  98. package/build/v1/vk-auth/queries/index.js +19 -0
  99. package/build/v1/vk-auth/queries/index.js.map +1 -0
  100. package/build/v1/vk-auth/schemas/index.d.ts +7 -0
  101. package/build/v1/vk-auth/schemas/index.js +24 -0
  102. package/build/v1/vk-auth/schemas/index.js.map +1 -0
  103. package/build/v1/vk-auth/schemas/vk-auth-callback-query.schema.d.ts +7 -0
  104. package/build/v1/vk-auth/schemas/vk-auth-callback-query.schema.js +10 -0
  105. package/build/v1/vk-auth/schemas/vk-auth-callback-query.schema.js.map +1 -0
  106. package/build/v1/vk-auth/schemas/vk-auth-exchange-request.schema.d.ts +6 -0
  107. package/build/v1/vk-auth/schemas/vk-auth-exchange-request.schema.js +14 -0
  108. package/build/v1/vk-auth/schemas/vk-auth-exchange-request.schema.js.map +1 -0
  109. package/build/v1/vk-auth/schemas/vk-auth-exchange-response.schema.d.ts +6 -0
  110. package/build/v1/vk-auth/schemas/vk-auth-exchange-response.schema.js +9 -0
  111. package/build/v1/vk-auth/schemas/vk-auth-exchange-response.schema.js.map +1 -0
  112. package/build/v1/vk-auth/schemas/vk-auth-init-response.schema.d.ts +7 -0
  113. package/build/v1/vk-auth/schemas/vk-auth-init-response.schema.js +10 -0
  114. package/build/v1/vk-auth/schemas/vk-auth-init-response.schema.js.map +1 -0
  115. package/build/v1/vk-auth/schemas/vk-auth-request-type.enum.d.ts +1 -0
  116. package/build/v1/vk-auth/schemas/vk-auth-request-type.enum.js +6 -0
  117. package/build/v1/vk-auth/schemas/vk-auth-request-type.enum.js.map +1 -0
  118. package/build/v1/vk-auth/schemas/vk-auth-status-response.schema.d.ts +7 -0
  119. package/build/v1/vk-auth/schemas/vk-auth-status-response.schema.js +10 -0
  120. package/build/v1/vk-auth/schemas/vk-auth-status-response.schema.js.map +1 -0
  121. package/build/v1/vk-auth/schemas/vk-auth-status.enum.d.ts +7 -0
  122. package/build/v1/vk-auth/schemas/vk-auth-status.enum.js +12 -0
  123. package/build/v1/vk-auth/schemas/vk-auth-status.enum.js.map +1 -0
  124. package/build/v1/vk-auth/vk-auth.errors.d.ts +14 -0
  125. package/build/v1/vk-auth/vk-auth.errors.js +29 -0
  126. package/build/v1/vk-auth/vk-auth.errors.js.map +1 -0
  127. package/build/v1/vk-profile/commands/index.d.ts +2 -0
  128. package/build/v1/vk-profile/commands/index.js +19 -0
  129. package/build/v1/vk-profile/commands/index.js.map +1 -0
  130. package/build/v1/vk-profile/commands/link-vk.command.d.ts +14 -0
  131. package/build/v1/vk-profile/commands/link-vk.command.js +15 -0
  132. package/build/v1/vk-profile/commands/link-vk.command.js.map +1 -0
  133. package/build/v1/vk-profile/commands/unlink-vk.command.d.ts +8 -0
  134. package/build/v1/vk-profile/commands/unlink-vk.command.js +13 -0
  135. package/build/v1/vk-profile/commands/unlink-vk.command.js.map +1 -0
  136. package/build/v1/vk-profile/index.d.ts +6 -0
  137. package/build/v1/vk-profile/index.js +26 -0
  138. package/build/v1/vk-profile/index.js.map +1 -0
  139. package/build/v1/vk-profile/queries/get-vk-link-status.query.d.ts +12 -0
  140. package/build/v1/vk-profile/queries/get-vk-link-status.query.js +13 -0
  141. package/build/v1/vk-profile/queries/get-vk-link-status.query.js.map +1 -0
  142. package/build/v1/vk-profile/queries/get-vk-profile.query.d.ts +20 -0
  143. package/build/v1/vk-profile/queries/get-vk-profile.query.js +13 -0
  144. package/build/v1/vk-profile/queries/get-vk-profile.query.js.map +1 -0
  145. package/build/v1/vk-profile/queries/index.d.ts +2 -0
  146. package/build/v1/vk-profile/queries/index.js +19 -0
  147. package/build/v1/vk-profile/queries/index.js.map +1 -0
  148. package/build/v1/vk-profile/schemas/index.d.ts +3 -0
  149. package/build/v1/vk-profile/schemas/index.js +20 -0
  150. package/build/v1/vk-profile/schemas/index.js.map +1 -0
  151. package/build/v1/vk-profile/schemas/vk-link-response.schema.d.ts +7 -0
  152. package/build/v1/vk-profile/schemas/vk-link-response.schema.js +10 -0
  153. package/build/v1/vk-profile/schemas/vk-link-response.schema.js.map +1 -0
  154. package/build/v1/vk-profile/schemas/vk-link-status-response.schema.d.ts +8 -0
  155. package/build/v1/vk-profile/schemas/vk-link-status-response.schema.js +11 -0
  156. package/build/v1/vk-profile/schemas/vk-link-status-response.schema.js.map +1 -0
  157. package/build/v1/vk-profile/schemas/vk-profile-response.schema.d.ts +15 -0
  158. package/build/v1/vk-profile/schemas/vk-profile-response.schema.js +18 -0
  159. package/build/v1/vk-profile/schemas/vk-profile-response.schema.js.map +1 -0
  160. package/build/v1/vk-profile/vk-profile.errors.d.ts +11 -0
  161. package/build/v1/vk-profile/vk-profile.errors.js +23 -0
  162. package/build/v1/vk-profile/vk-profile.errors.js.map +1 -0
  163. package/build/v1/yandex-auth/commands/exchange-yandex-auth.command.d.ts +16 -0
  164. package/build/v1/yandex-auth/commands/exchange-yandex-auth.command.js +14 -0
  165. package/build/v1/yandex-auth/commands/exchange-yandex-auth.command.js.map +1 -0
  166. package/build/v1/yandex-auth/commands/index.d.ts +2 -0
  167. package/build/v1/yandex-auth/commands/index.js +19 -0
  168. package/build/v1/yandex-auth/commands/index.js.map +1 -0
  169. package/build/v1/yandex-auth/commands/init-yandex-auth.command.d.ts +14 -0
  170. package/build/v1/yandex-auth/commands/init-yandex-auth.command.js +15 -0
  171. package/build/v1/yandex-auth/commands/init-yandex-auth.command.js.map +1 -0
  172. package/build/v1/yandex-auth/index.d.ts +6 -0
  173. package/build/v1/yandex-auth/index.js +26 -0
  174. package/build/v1/yandex-auth/index.js.map +1 -0
  175. package/build/v1/yandex-auth/queries/get-yandex-auth-status.query.d.ts +13 -0
  176. package/build/v1/yandex-auth/queries/get-yandex-auth-status.query.js +15 -0
  177. package/build/v1/yandex-auth/queries/get-yandex-auth-status.query.js.map +1 -0
  178. package/build/v1/yandex-auth/queries/handle-yandex-auth-callback.query.d.ts +13 -0
  179. package/build/v1/yandex-auth/queries/handle-yandex-auth-callback.query.js +15 -0
  180. package/build/v1/yandex-auth/queries/handle-yandex-auth-callback.query.js.map +1 -0
  181. package/build/v1/yandex-auth/queries/index.d.ts +2 -0
  182. package/build/v1/yandex-auth/queries/index.js +19 -0
  183. package/build/v1/yandex-auth/queries/index.js.map +1 -0
  184. package/build/v1/yandex-auth/schemas/index.d.ts +7 -0
  185. package/build/v1/yandex-auth/schemas/index.js +24 -0
  186. package/build/v1/yandex-auth/schemas/index.js.map +1 -0
  187. package/build/v1/yandex-auth/schemas/yandex-auth-callback-query.schema.d.ts +6 -0
  188. package/build/v1/yandex-auth/schemas/yandex-auth-callback-query.schema.js +9 -0
  189. package/build/v1/yandex-auth/schemas/yandex-auth-callback-query.schema.js.map +1 -0
  190. package/build/v1/yandex-auth/schemas/yandex-auth-exchange-request.schema.d.ts +6 -0
  191. package/build/v1/yandex-auth/schemas/yandex-auth-exchange-request.schema.js +14 -0
  192. package/build/v1/yandex-auth/schemas/yandex-auth-exchange-request.schema.js.map +1 -0
  193. package/build/v1/yandex-auth/schemas/yandex-auth-exchange-response.schema.d.ts +6 -0
  194. package/build/v1/yandex-auth/schemas/yandex-auth-exchange-response.schema.js +9 -0
  195. package/build/v1/yandex-auth/schemas/yandex-auth-exchange-response.schema.js.map +1 -0
  196. package/build/v1/yandex-auth/schemas/yandex-auth-init-response.schema.d.ts +7 -0
  197. package/build/v1/yandex-auth/schemas/yandex-auth-init-response.schema.js +10 -0
  198. package/build/v1/yandex-auth/schemas/yandex-auth-init-response.schema.js.map +1 -0
  199. package/build/v1/yandex-auth/schemas/yandex-auth-request-type.enum.d.ts +1 -0
  200. package/build/v1/yandex-auth/schemas/yandex-auth-request-type.enum.js +6 -0
  201. package/build/v1/yandex-auth/schemas/yandex-auth-request-type.enum.js.map +1 -0
  202. package/build/v1/yandex-auth/schemas/yandex-auth-status-response.schema.d.ts +7 -0
  203. package/build/v1/yandex-auth/schemas/yandex-auth-status-response.schema.js +10 -0
  204. package/build/v1/yandex-auth/schemas/yandex-auth-status-response.schema.js.map +1 -0
  205. package/build/v1/yandex-auth/schemas/yandex-auth-status.enum.d.ts +7 -0
  206. package/build/v1/yandex-auth/schemas/yandex-auth-status.enum.js +12 -0
  207. package/build/v1/yandex-auth/schemas/yandex-auth-status.enum.js.map +1 -0
  208. package/build/v1/yandex-auth/yandex-auth.errors.d.ts +14 -0
  209. package/build/v1/yandex-auth/yandex-auth.errors.js +59 -0
  210. package/build/v1/yandex-auth/yandex-auth.errors.js.map +1 -0
  211. package/build/v1/yandex-profile/commands/index.d.ts +2 -0
  212. package/build/v1/yandex-profile/commands/index.js +19 -0
  213. package/build/v1/yandex-profile/commands/index.js.map +1 -0
  214. package/build/v1/yandex-profile/commands/link-yandex.command.d.ts +14 -0
  215. package/build/v1/yandex-profile/commands/link-yandex.command.js +15 -0
  216. package/build/v1/yandex-profile/commands/link-yandex.command.js.map +1 -0
  217. package/build/v1/yandex-profile/commands/unlink-yandex.command.d.ts +8 -0
  218. package/build/v1/yandex-profile/commands/unlink-yandex.command.js +13 -0
  219. package/build/v1/yandex-profile/commands/unlink-yandex.command.js.map +1 -0
  220. package/build/v1/yandex-profile/index.d.ts +6 -0
  221. package/build/v1/yandex-profile/index.js +26 -0
  222. package/build/v1/yandex-profile/index.js.map +1 -0
  223. package/build/v1/yandex-profile/queries/get-yandex-link-status.query.d.ts +12 -0
  224. package/build/v1/yandex-profile/queries/get-yandex-link-status.query.js +13 -0
  225. package/build/v1/yandex-profile/queries/get-yandex-link-status.query.js.map +1 -0
  226. package/build/v1/yandex-profile/queries/get-yandex-profile.query.d.ts +29 -0
  227. package/build/v1/yandex-profile/queries/get-yandex-profile.query.js +13 -0
  228. package/build/v1/yandex-profile/queries/get-yandex-profile.query.js.map +1 -0
  229. package/build/v1/yandex-profile/queries/index.d.ts +2 -0
  230. package/build/v1/yandex-profile/queries/index.js +19 -0
  231. package/build/v1/yandex-profile/queries/index.js.map +1 -0
  232. package/build/v1/yandex-profile/schemas/index.d.ts +3 -0
  233. package/build/v1/yandex-profile/schemas/index.js +20 -0
  234. package/build/v1/yandex-profile/schemas/index.js.map +1 -0
  235. package/build/v1/yandex-profile/schemas/yandex-link-response.schema.d.ts +7 -0
  236. package/build/v1/yandex-profile/schemas/yandex-link-response.schema.js +10 -0
  237. package/build/v1/yandex-profile/schemas/yandex-link-response.schema.js.map +1 -0
  238. package/build/v1/yandex-profile/schemas/yandex-link-status-response.schema.d.ts +8 -0
  239. package/build/v1/yandex-profile/schemas/yandex-link-status-response.schema.js +11 -0
  240. package/build/v1/yandex-profile/schemas/yandex-link-status-response.schema.js.map +1 -0
  241. package/build/v1/yandex-profile/schemas/yandex-profile-response.schema.d.ts +24 -0
  242. package/build/v1/yandex-profile/schemas/yandex-profile-response.schema.js +27 -0
  243. package/build/v1/yandex-profile/schemas/yandex-profile-response.schema.js.map +1 -0
  244. package/build/v1/yandex-profile/yandex-profile.errors.d.ts +11 -0
  245. package/build/v1/yandex-profile/yandex-profile.errors.js +44 -0
  246. package/build/v1/yandex-profile/yandex-profile.errors.js.map +1 -0
  247. package/package.json +1 -1
  248. package/build/v1/telegram-profile/schemas/telegram-unlink-response.schema.d.ts +0 -5
  249. package/build/v1/telegram-profile/schemas/telegram-unlink-response.schema.js +0 -8
  250. package/build/v1/telegram-profile/schemas/telegram-unlink-response.schema.js.map +0 -1
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VK_AUTH_ROUTES = void 0;
4
+ exports.VK_AUTH_ROUTES = {
5
+ INIT: 'init',
6
+ CALLBACK: 'callback',
7
+ STATUS: 'status/:uuid',
8
+ EXCHANGE: 'exchange',
9
+ };
10
+ //# sourceMappingURL=vk-auth.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vk-auth.routes.js","sourceRoot":"","sources":["../../routes/vk-auth.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,cAAc,GAAG;IAC1B,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,cAAc;IACtB,QAAQ,EAAE,UAAU;CACd,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const VK_PROFILE_ROUTES: {
2
+ readonly GET_PROFILE: "";
3
+ readonly LINK: "link";
4
+ readonly LINK_STATUS: "link/:uuid";
5
+ readonly UNLINK: "unlink";
6
+ };
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VK_PROFILE_ROUTES = void 0;
4
+ exports.VK_PROFILE_ROUTES = {
5
+ GET_PROFILE: '',
6
+ LINK: 'link',
7
+ LINK_STATUS: 'link/:uuid',
8
+ UNLINK: 'unlink',
9
+ };
10
+ //# sourceMappingURL=vk-profile.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vk-profile.routes.js","sourceRoot":"","sources":["../../routes/vk-profile.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,iBAAiB,GAAG;IAC7B,WAAW,EAAE,EAAE;IACf,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,YAAY;IACzB,MAAM,EAAE,QAAQ;CACV,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const YANDEX_AUTH_ROUTES: {
2
+ readonly INIT: "init";
3
+ readonly CALLBACK: "callback";
4
+ readonly STATUS: "status/:uuid";
5
+ readonly EXCHANGE: "exchange";
6
+ };
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.YANDEX_AUTH_ROUTES = void 0;
4
+ exports.YANDEX_AUTH_ROUTES = {
5
+ INIT: 'init',
6
+ CALLBACK: 'callback',
7
+ STATUS: 'status/:uuid',
8
+ EXCHANGE: 'exchange',
9
+ };
10
+ //# sourceMappingURL=yandex-auth.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"yandex-auth.routes.js","sourceRoot":"","sources":["../../routes/yandex-auth.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,kBAAkB,GAAG;IAC9B,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,cAAc;IACtB,QAAQ,EAAE,UAAU;CACd,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const YANDEX_PROFILE_ROUTES: {
2
+ readonly GET_PROFILE: "";
3
+ readonly LINK: "link";
4
+ readonly LINK_STATUS: "link/:uuid";
5
+ readonly UNLINK: "unlink";
6
+ };
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.YANDEX_PROFILE_ROUTES = void 0;
4
+ exports.YANDEX_PROFILE_ROUTES = {
5
+ GET_PROFILE: '',
6
+ LINK: 'link',
7
+ LINK_STATUS: 'link/:uuid',
8
+ UNLINK: 'unlink',
9
+ };
10
+ //# sourceMappingURL=yandex-profile.routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"yandex-profile.routes.js","sourceRoot":"","sources":["../../routes/yandex-profile.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,qBAAqB,GAAG;IACjC,WAAW,EAAE,EAAE;IACf,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,YAAY;IACzB,MAAM,EAAE,QAAQ;CACV,CAAC"}