@intlayer/backend 8.7.11 → 8.7.13

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 (142) hide show
  1. package/README.md +27 -1
  2. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/solid.json +4990 -0
  3. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/svelte.json +4987 -0
  4. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/vue.json +4975 -0
  5. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_astro_lit.json +9936 -8930
  6. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_astro_vanilla.json +7963 -6949
  7. package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/readme.json +12908 -12288
  8. package/dist/esm/controllers/oAuth2.controller.mjs +21 -1
  9. package/dist/esm/controllers/oAuth2.controller.mjs.map +1 -1
  10. package/dist/esm/controllers/stripe.controller.mjs +86 -2
  11. package/dist/esm/controllers/stripe.controller.mjs.map +1 -1
  12. package/dist/esm/controllers/translation.controller.mjs +2 -0
  13. package/dist/esm/controllers/translation.controller.mjs.map +1 -1
  14. package/dist/esm/emails/InviteUserEmail.mjs +1541 -1
  15. package/dist/esm/emails/InviteUserEmail.mjs.map +1 -1
  16. package/dist/esm/emails/MagicLinkEmail.mjs +1128 -1
  17. package/dist/esm/emails/MagicLinkEmail.mjs.map +1 -1
  18. package/dist/esm/emails/OAuthTokenCreatedEmail.mjs +1389 -1
  19. package/dist/esm/emails/OAuthTokenCreatedEmail.mjs.map +1 -1
  20. package/dist/esm/emails/PasswordChangeConfirmation.mjs +814 -1
  21. package/dist/esm/emails/PasswordChangeConfirmation.mjs.map +1 -1
  22. package/dist/esm/emails/ResetUserPassword.mjs +1132 -1
  23. package/dist/esm/emails/ResetUserPassword.mjs.map +1 -1
  24. package/dist/esm/emails/SubscriptionPaymentCancellation.mjs +913 -1
  25. package/dist/esm/emails/SubscriptionPaymentCancellation.mjs.map +1 -1
  26. package/dist/esm/emails/SubscriptionPaymentError.mjs +908 -1
  27. package/dist/esm/emails/SubscriptionPaymentError.mjs.map +1 -1
  28. package/dist/esm/emails/SubscriptionPaymentSuccess.mjs +935 -1
  29. package/dist/esm/emails/SubscriptionPaymentSuccess.mjs.map +1 -1
  30. package/dist/esm/emails/ValidateUserEmail.mjs +1111 -1
  31. package/dist/esm/emails/ValidateUserEmail.mjs.map +1 -1
  32. package/dist/esm/emails/Welcome.mjs +1004 -1
  33. package/dist/esm/emails/Welcome.mjs.map +1 -1
  34. package/dist/esm/emails/index.mjs +7 -7
  35. package/dist/esm/index.mjs +8 -2
  36. package/dist/esm/index.mjs.map +1 -1
  37. package/dist/esm/middlewares/oAuth2.middleware.mjs +2 -2
  38. package/dist/esm/middlewares/oAuth2.middleware.mjs.map +1 -1
  39. package/dist/esm/routes/audit.routes.mjs +5 -4
  40. package/dist/esm/routes/audit.routes.mjs.map +1 -1
  41. package/dist/esm/routes/dictionary.routes.mjs +4 -3
  42. package/dist/esm/routes/dictionary.routes.mjs.map +1 -1
  43. package/dist/esm/routes/organization.routes.mjs +3 -2
  44. package/dist/esm/routes/organization.routes.mjs.map +1 -1
  45. package/dist/esm/routes/paramsSchemas.mjs +67 -0
  46. package/dist/esm/routes/paramsSchemas.mjs.map +1 -0
  47. package/dist/esm/routes/project.routes.mjs +2 -1
  48. package/dist/esm/routes/project.routes.mjs.map +1 -1
  49. package/dist/esm/routes/showcaseProject.routes.mjs +5 -4
  50. package/dist/esm/routes/showcaseProject.routes.mjs.map +1 -1
  51. package/dist/esm/routes/stripe.routes.mjs +19 -1
  52. package/dist/esm/routes/stripe.routes.mjs.map +1 -1
  53. package/dist/esm/routes/tags.routes.mjs +3 -2
  54. package/dist/esm/routes/tags.routes.mjs.map +1 -1
  55. package/dist/esm/routes/translate.routes.mjs +6 -5
  56. package/dist/esm/routes/translate.routes.mjs.map +1 -1
  57. package/dist/esm/routes/user.routes.mjs +5 -4
  58. package/dist/esm/routes/user.routes.mjs.map +1 -1
  59. package/dist/esm/schemas/oAuth2.schema.mjs +1 -1
  60. package/dist/esm/schemas/oAuth2.schema.mjs.map +1 -1
  61. package/dist/esm/services/email.service.mjs +338 -38
  62. package/dist/esm/services/email.service.mjs.map +1 -1
  63. package/dist/esm/services/oAuth2.service.mjs +20 -2
  64. package/dist/esm/services/oAuth2.service.mjs.map +1 -1
  65. package/dist/esm/services/subscription.service.mjs +5 -2
  66. package/dist/esm/services/subscription.service.mjs.map +1 -1
  67. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/solid.json +4990 -0
  68. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/svelte.json +4987 -0
  69. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/vue.json +4975 -0
  70. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_astro_lit.json +9936 -8930
  71. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_astro_vanilla.json +7963 -6949
  72. package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/readme.json +12908 -12288
  73. package/dist/esm/utils/auth/getAuth.mjs +6 -0
  74. package/dist/esm/utils/auth/getAuth.mjs.map +1 -1
  75. package/dist/esm/utils/errors/errorCodes.mjs +3917 -287
  76. package/dist/esm/utils/errors/errorCodes.mjs.map +1 -1
  77. package/dist/esm/utils/mongoDB/connectDB.mjs +5 -0
  78. package/dist/esm/utils/mongoDB/connectDB.mjs.map +1 -1
  79. package/dist/esm/utils/oAuth2.mjs +6 -2
  80. package/dist/esm/utils/oAuth2.mjs.map +1 -1
  81. package/dist/esm/utils/plan.mjs +13 -1
  82. package/dist/esm/utils/plan.mjs.map +1 -1
  83. package/dist/types/controllers/oAuth2.controller.d.ts +11 -1
  84. package/dist/types/controllers/oAuth2.controller.d.ts.map +1 -1
  85. package/dist/types/controllers/stripe.controller.d.ts +22 -2
  86. package/dist/types/controllers/stripe.controller.d.ts.map +1 -1
  87. package/dist/types/controllers/translation.controller.d.ts.map +1 -1
  88. package/dist/types/emails/InviteUserEmail.d.ts +181 -1
  89. package/dist/types/emails/InviteUserEmail.d.ts.map +1 -1
  90. package/dist/types/emails/MagicLinkEmail.d.ts +106 -1
  91. package/dist/types/emails/MagicLinkEmail.d.ts.map +1 -1
  92. package/dist/types/emails/OAuthTokenCreatedEmail.d.ts +166 -1
  93. package/dist/types/emails/OAuthTokenCreatedEmail.d.ts.map +1 -1
  94. package/dist/types/emails/PasswordChangeConfirmation.d.ts +91 -1
  95. package/dist/types/emails/PasswordChangeConfirmation.d.ts.map +1 -1
  96. package/dist/types/emails/ResetUserPassword.d.ts +106 -1
  97. package/dist/types/emails/ResetUserPassword.d.ts.map +1 -1
  98. package/dist/types/emails/SubscriptionPaymentCancellation.d.ts +151 -1
  99. package/dist/types/emails/SubscriptionPaymentCancellation.d.ts.map +1 -1
  100. package/dist/types/emails/SubscriptionPaymentError.d.ts +151 -1
  101. package/dist/types/emails/SubscriptionPaymentError.d.ts.map +1 -1
  102. package/dist/types/emails/SubscriptionPaymentSuccess.d.ts +151 -1
  103. package/dist/types/emails/SubscriptionPaymentSuccess.d.ts.map +1 -1
  104. package/dist/types/emails/ValidateUserEmail.d.ts +106 -1
  105. package/dist/types/emails/ValidateUserEmail.d.ts.map +1 -1
  106. package/dist/types/emails/Welcome.d.ts +106 -1
  107. package/dist/types/emails/Welcome.d.ts.map +1 -1
  108. package/dist/types/emails/index.d.ts +7 -7
  109. package/dist/types/export.d.ts +3 -3
  110. package/dist/types/middlewares/oAuth2.middleware.d.ts.map +1 -1
  111. package/dist/types/routes/audit.routes.d.ts.map +1 -1
  112. package/dist/types/routes/dictionary.routes.d.ts.map +1 -1
  113. package/dist/types/routes/organization.routes.d.ts.map +1 -1
  114. package/dist/types/routes/paramsSchemas.d.ts +102 -0
  115. package/dist/types/routes/paramsSchemas.d.ts.map +1 -0
  116. package/dist/types/routes/project.routes.d.ts.map +1 -1
  117. package/dist/types/routes/showcaseProject.routes.d.ts.map +1 -1
  118. package/dist/types/routes/stripe.routes.d.ts +15 -0
  119. package/dist/types/routes/stripe.routes.d.ts.map +1 -1
  120. package/dist/types/routes/tags.routes.d.ts.map +1 -1
  121. package/dist/types/routes/translate.routes.d.ts.map +1 -1
  122. package/dist/types/routes/user.routes.d.ts.map +1 -1
  123. package/dist/types/schemas/dictionary.schema.d.ts +6 -6
  124. package/dist/types/schemas/discussion.schema.d.ts +9 -9
  125. package/dist/types/schemas/organization.schema.d.ts +9 -9
  126. package/dist/types/schemas/plans.schema.d.ts +6 -6
  127. package/dist/types/schemas/project.schema.d.ts +12 -12
  128. package/dist/types/schemas/session.schema.d.ts +8 -8
  129. package/dist/types/schemas/showcaseProject.schema.d.ts +19 -19
  130. package/dist/types/schemas/tag.schema.d.ts +7 -7
  131. package/dist/types/services/email.service.d.ts.map +1 -1
  132. package/dist/types/services/oAuth2.service.d.ts +6 -1
  133. package/dist/types/services/oAuth2.service.d.ts.map +1 -1
  134. package/dist/types/types/plan.types.d.ts +2 -2
  135. package/dist/types/utils/errors/errorCodes.d.ts +3634 -4
  136. package/dist/types/utils/errors/errorCodes.d.ts.map +1 -1
  137. package/dist/types/utils/mongoDB/connectDB.d.ts.map +1 -1
  138. package/dist/types/utils/oAuth2.d.ts +3 -1
  139. package/dist/types/utils/oAuth2.d.ts.map +1 -1
  140. package/dist/types/utils/plan.d.ts +2 -1
  141. package/dist/types/utils/plan.d.ts.map +1 -1
  142. package/package.json +14 -13
@@ -281,6 +281,1379 @@ const OAuthTokenCreatedEmailES = ({ username, applicationName, scopes, tokenDeta
281
281
  }) })
282
282
  ] });
283
283
  };
284
+ const OAuthTokenCreatedEmailRU = ({ username, applicationName, scopes, tokenDetailsUrl, securityLogUrl, supportUrl }) => {
285
+ return /* @__PURE__ */ jsxs(Html, { children: [
286
+ /* @__PURE__ */ jsx(Head, {}),
287
+ /* @__PURE__ */ jsx(Preview, { children: `К вашему аккаунту Intlayer был добавлен сторонний ключ доступа OAuth` }),
288
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
289
+ className: "m-auto px-2 font-sans",
290
+ children: /* @__PURE__ */ jsxs(Container, {
291
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
292
+ children: [
293
+ /* @__PURE__ */ jsx(Section, {
294
+ className: "mt-[32px]",
295
+ children: /* @__PURE__ */ jsx(Img, {
296
+ src: "https://intlayer.org/apple-touch-icon.png",
297
+ width: "40",
298
+ height: "37",
299
+ alt: "Intlayer",
300
+ className: "mx-auto my-0"
301
+ })
302
+ }),
303
+ /* @__PURE__ */ jsx(Heading, {
304
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
305
+ children: "К вашему аккаунту был добавлен сторонний ключ доступа OAuth"
306
+ }),
307
+ /* @__PURE__ */ jsxs(Text, {
308
+ className: "text-[14px] text-black leading-[24px]",
309
+ children: [
310
+ "Привет, ",
311
+ username,
312
+ "!"
313
+ ]
314
+ }),
315
+ /* @__PURE__ */ jsxs(Text, {
316
+ className: "text-[14px] text-black leading-[24px]",
317
+ children: [
318
+ "Сторонний ключ доступа OAuth (",
319
+ /* @__PURE__ */ jsx("strong", { children: applicationName }),
320
+ ") со следующими разрешениями был недавно авторизован для доступа к вашему аккаунту:",
321
+ /* @__PURE__ */ jsx("ul", { children: scopes.map((scope) => /* @__PURE__ */ jsx("li", { children: scope }, scope)) })
322
+ ]
323
+ }),
324
+ /* @__PURE__ */ jsx(Section, {
325
+ className: "my-[32px] text-center",
326
+ children: /* @__PURE__ */ jsx(Button, {
327
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
328
+ href: tokenDetailsUrl,
329
+ children: "Просмотреть сведения о приложении"
330
+ })
331
+ }),
332
+ /* @__PURE__ */ jsxs(Text, {
333
+ className: "text-[14px] text-black leading-[24px]",
334
+ children: [
335
+ "Чтобы просмотреть это и другие события безопасности для вашего аккаунта, посетите",
336
+ " ",
337
+ /* @__PURE__ */ jsx(Link, {
338
+ href: securityLogUrl,
339
+ className: "text-[#000000] no-underline",
340
+ children: "ваш журнал безопасности"
341
+ }),
342
+ "."
343
+ ]
344
+ }),
345
+ /* @__PURE__ */ jsxs(Text, {
346
+ className: "text-[14px] text-black leading-[24px]",
347
+ children: [
348
+ "Если у вас возникнут проблемы, обратитесь в службу поддержки, посетив",
349
+ " ",
350
+ /* @__PURE__ */ jsx(Link, {
351
+ href: supportUrl,
352
+ className: "text-[#000000] no-underline",
353
+ children: "нашу страницу поддержки"
354
+ }),
355
+ "."
356
+ ]
357
+ }),
358
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
359
+ /* @__PURE__ */ jsxs(Text, {
360
+ className: "text-[#666666] text-[12px] leading-[24px]",
361
+ children: [
362
+ "Это письмо предназначалось для",
363
+ " ",
364
+ /* @__PURE__ */ jsx("span", {
365
+ className: "text-black",
366
+ children: username
367
+ }),
368
+ ". Если вы не ожидали этого письма, вы можете его проигнорировать. Если вы обеспокоены безопасностью своего аккаунта, пожалуйста, ответьте на это письмо, чтобы связаться с нами."
369
+ ]
370
+ })
371
+ ]
372
+ })
373
+ }) })
374
+ ] });
375
+ };
376
+ const OAuthTokenCreatedEmailJA = ({ username, applicationName, scopes, tokenDetailsUrl, securityLogUrl, supportUrl }) => {
377
+ return /* @__PURE__ */ jsxs(Html, { children: [
378
+ /* @__PURE__ */ jsx(Head, {}),
379
+ /* @__PURE__ */ jsx(Preview, { children: `IntlayerアカウントにサードパーティのOAuthアクセスキーが追加されました` }),
380
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
381
+ className: "m-auto px-2 font-sans",
382
+ children: /* @__PURE__ */ jsxs(Container, {
383
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
384
+ children: [
385
+ /* @__PURE__ */ jsx(Section, {
386
+ className: "mt-[32px]",
387
+ children: /* @__PURE__ */ jsx(Img, {
388
+ src: "https://intlayer.org/apple-touch-icon.png",
389
+ width: "40",
390
+ height: "37",
391
+ alt: "Intlayer",
392
+ className: "mx-auto my-0"
393
+ })
394
+ }),
395
+ /* @__PURE__ */ jsx(Heading, {
396
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
397
+ children: "アカウントにサードパーティのOAuthアクセスキーが追加されました"
398
+ }),
399
+ /* @__PURE__ */ jsxs(Text, {
400
+ className: "text-[14px] text-black leading-[24px]",
401
+ children: [username, "様、こんにちは。"]
402
+ }),
403
+ /* @__PURE__ */ jsxs(Text, {
404
+ className: "text-[14px] text-black leading-[24px]",
405
+ children: [
406
+ "最近、以下の権限を持つサードパーティのOAuthアクセスキー(",
407
+ /* @__PURE__ */ jsx("strong", { children: applicationName }),
408
+ ")があなたのアカウントへのアクセスを許可されました:",
409
+ /* @__PURE__ */ jsx("ul", { children: scopes.map((scope) => /* @__PURE__ */ jsx("li", { children: scope }, scope)) })
410
+ ]
411
+ }),
412
+ /* @__PURE__ */ jsx(Section, {
413
+ className: "my-[32px] text-center",
414
+ children: /* @__PURE__ */ jsx(Button, {
415
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
416
+ href: tokenDetailsUrl,
417
+ children: "アプリケーションの詳細を表示"
418
+ })
419
+ }),
420
+ /* @__PURE__ */ jsxs(Text, {
421
+ className: "text-[14px] text-black leading-[24px]",
422
+ children: [
423
+ "このイベントやその他のセキュリティイベントを確認するには、",
424
+ /* @__PURE__ */ jsx(Link, {
425
+ href: securityLogUrl,
426
+ className: "text-[#000000] no-underline",
427
+ children: "セキュリティログ"
428
+ }),
429
+ "をご覧ください。"
430
+ ]
431
+ }),
432
+ /* @__PURE__ */ jsxs(Text, {
433
+ className: "text-[14px] text-black leading-[24px]",
434
+ children: [
435
+ "問題が発生した場合は、",
436
+ /* @__PURE__ */ jsx(Link, {
437
+ href: supportUrl,
438
+ className: "text-[#000000] no-underline",
439
+ children: "サポートページ"
440
+ }),
441
+ "からお問い合わせください。"
442
+ ]
443
+ }),
444
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
445
+ /* @__PURE__ */ jsxs(Text, {
446
+ className: "text-[#666666] text-[12px] leading-[24px]",
447
+ children: [
448
+ "このメールは",
449
+ /* @__PURE__ */ jsx("span", {
450
+ className: "text-black",
451
+ children: username
452
+ }),
453
+ "様に送信されました。もしこのメールに心当たりがない場合は、無視していただいて構いません。アカウントの安全性が気になる場合は、このメールに返信してご連絡ください。"
454
+ ]
455
+ })
456
+ ]
457
+ })
458
+ }) })
459
+ ] });
460
+ };
461
+ const OAuthTokenCreatedEmailKO = ({ username, applicationName, scopes, tokenDetailsUrl, securityLogUrl, supportUrl }) => {
462
+ return /* @__PURE__ */ jsxs(Html, { children: [
463
+ /* @__PURE__ */ jsx(Head, {}),
464
+ /* @__PURE__ */ jsx(Preview, { children: `Intlayer 계정에 타사 OAuth 액세스 키가 추가되었습니다` }),
465
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
466
+ className: "m-auto px-2 font-sans",
467
+ children: /* @__PURE__ */ jsxs(Container, {
468
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
469
+ children: [
470
+ /* @__PURE__ */ jsx(Section, {
471
+ className: "mt-[32px]",
472
+ children: /* @__PURE__ */ jsx(Img, {
473
+ src: "https://intlayer.org/apple-touch-icon.png",
474
+ width: "40",
475
+ height: "37",
476
+ alt: "Intlayer",
477
+ className: "mx-auto my-0"
478
+ })
479
+ }),
480
+ /* @__PURE__ */ jsx(Heading, {
481
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
482
+ children: "계정에 타사 OAuth 액세스 키가 추가되었습니다"
483
+ }),
484
+ /* @__PURE__ */ jsxs(Text, {
485
+ className: "text-[14px] text-black leading-[24px]",
486
+ children: [
487
+ "안녕하세요, ",
488
+ username,
489
+ "님!"
490
+ ]
491
+ }),
492
+ /* @__PURE__ */ jsxs(Text, {
493
+ className: "text-[14px] text-black leading-[24px]",
494
+ children: [
495
+ "최근 다음 권한을 가진 타사 OAuth 액세스 키(",
496
+ /* @__PURE__ */ jsx("strong", { children: applicationName }),
497
+ ")가 귀하의 계정에 액세스하도록 허용되었습니다:",
498
+ /* @__PURE__ */ jsx("ul", { children: scopes.map((scope) => /* @__PURE__ */ jsx("li", { children: scope }, scope)) })
499
+ ]
500
+ }),
501
+ /* @__PURE__ */ jsx(Section, {
502
+ className: "my-[32px] text-center",
503
+ children: /* @__PURE__ */ jsx(Button, {
504
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
505
+ href: tokenDetailsUrl,
506
+ children: "애플리케이션 상세 정보 보기"
507
+ })
508
+ }),
509
+ /* @__PURE__ */ jsxs(Text, {
510
+ className: "text-[14px] text-black leading-[24px]",
511
+ children: [
512
+ "이 이벤트와 기타 보안 이벤트를 확인하려면",
513
+ " ",
514
+ /* @__PURE__ */ jsx(Link, {
515
+ href: securityLogUrl,
516
+ className: "text-[#000000] no-underline",
517
+ children: "보안 로그"
518
+ }),
519
+ "를 방문하세요."
520
+ ]
521
+ }),
522
+ /* @__PURE__ */ jsxs(Text, {
523
+ className: "text-[14px] text-black leading-[24px]",
524
+ children: [
525
+ "문제가 발생하면",
526
+ " ",
527
+ /* @__PURE__ */ jsx(Link, {
528
+ href: supportUrl,
529
+ className: "text-[#000000] no-underline",
530
+ children: "지원 페이지"
531
+ }),
532
+ "를 방문하여 문의해 주세요."
533
+ ]
534
+ }),
535
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
536
+ /* @__PURE__ */ jsxs(Text, {
537
+ className: "text-[#666666] text-[12px] leading-[24px]",
538
+ children: [
539
+ "이 이메일은 ",
540
+ /* @__PURE__ */ jsx("span", {
541
+ className: "text-black",
542
+ children: username
543
+ }),
544
+ "님을 위해 발송되었습니다. 만약 이 이메일을 기다리지 않으셨다면 무시하셔도 됩니다. 계정 보안이 걱정되신다면 이 이메일에 답장을 보내 저희에게 문의해 주세요."
545
+ ]
546
+ })
547
+ ]
548
+ })
549
+ }) })
550
+ ] });
551
+ };
552
+ const OAuthTokenCreatedEmailZH = ({ username, applicationName, scopes, tokenDetailsUrl, securityLogUrl, supportUrl }) => {
553
+ return /* @__PURE__ */ jsxs(Html, { children: [
554
+ /* @__PURE__ */ jsx(Head, {}),
555
+ /* @__PURE__ */ jsx(Preview, { children: `您的 Intlayer 账户已添加第三方 OAuth 访问密钥` }),
556
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
557
+ className: "m-auto px-2 font-sans",
558
+ children: /* @__PURE__ */ jsxs(Container, {
559
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
560
+ children: [
561
+ /* @__PURE__ */ jsx(Section, {
562
+ className: "mt-[32px]",
563
+ children: /* @__PURE__ */ jsx(Img, {
564
+ src: "https://intlayer.org/apple-touch-icon.png",
565
+ width: "40",
566
+ height: "37",
567
+ alt: "Intlayer",
568
+ className: "mx-auto my-0"
569
+ })
570
+ }),
571
+ /* @__PURE__ */ jsx(Heading, {
572
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
573
+ children: "您的账户已添加第三方 OAuth 访问密钥"
574
+ }),
575
+ /* @__PURE__ */ jsxs(Text, {
576
+ className: "text-[14px] text-black leading-[24px]",
577
+ children: [username, ",您好!"]
578
+ }),
579
+ /* @__PURE__ */ jsxs(Text, {
580
+ className: "text-[14px] text-black leading-[24px]",
581
+ children: [
582
+ "最近,一个具有以下权限的第三方 OAuth 访问密钥(",
583
+ /* @__PURE__ */ jsx("strong", { children: applicationName }),
584
+ ")被授权访问您的账户:",
585
+ /* @__PURE__ */ jsx("ul", { children: scopes.map((scope) => /* @__PURE__ */ jsx("li", { children: scope }, scope)) })
586
+ ]
587
+ }),
588
+ /* @__PURE__ */ jsx(Section, {
589
+ className: "my-[32px] text-center",
590
+ children: /* @__PURE__ */ jsx(Button, {
591
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
592
+ href: tokenDetailsUrl,
593
+ children: "查看应用详情"
594
+ })
595
+ }),
596
+ /* @__PURE__ */ jsxs(Text, {
597
+ className: "text-[14px] text-black leading-[24px]",
598
+ children: [
599
+ "要查看此事件及账户的其他安全事件,请访问您的",
600
+ " ",
601
+ /* @__PURE__ */ jsx(Link, {
602
+ href: securityLogUrl,
603
+ className: "text-[#000000] no-underline",
604
+ children: "安全日志"
605
+ }),
606
+ "。"
607
+ ]
608
+ }),
609
+ /* @__PURE__ */ jsxs(Text, {
610
+ className: "text-[14px] text-black leading-[24px]",
611
+ children: [
612
+ "如果您遇到问题,请访问",
613
+ " ",
614
+ /* @__PURE__ */ jsx(Link, {
615
+ href: supportUrl,
616
+ className: "text-[#000000] no-underline",
617
+ children: "我们的支持页面"
618
+ }),
619
+ " ",
620
+ "联系支持团队。"
621
+ ]
622
+ }),
623
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
624
+ /* @__PURE__ */ jsxs(Text, {
625
+ className: "text-[#666666] text-[12px] leading-[24px]",
626
+ children: [
627
+ "此邮件旨在发送给 ",
628
+ /* @__PURE__ */ jsx("span", {
629
+ className: "text-black",
630
+ children: username
631
+ }),
632
+ "。如果您未请求此邮件,可以忽略它。如果您担心账户安全,请回复此邮件与我们联系。"
633
+ ]
634
+ })
635
+ ]
636
+ })
637
+ }) })
638
+ ] });
639
+ };
640
+ const OAuthTokenCreatedEmailDE = ({ username, applicationName, scopes, tokenDetailsUrl, securityLogUrl, supportUrl }) => {
641
+ return /* @__PURE__ */ jsxs(Html, { children: [
642
+ /* @__PURE__ */ jsx(Head, {}),
643
+ /* @__PURE__ */ jsx(Preview, { children: `Ein OAuth-Zugriffsschlüssel eines Drittanbieters wurde Ihrem Intlayer-Konto hinzugefügt` }),
644
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
645
+ className: "m-auto px-2 font-sans",
646
+ children: /* @__PURE__ */ jsxs(Container, {
647
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
648
+ children: [
649
+ /* @__PURE__ */ jsx(Section, {
650
+ className: "mt-[32px]",
651
+ children: /* @__PURE__ */ jsx(Img, {
652
+ src: "https://intlayer.org/apple-touch-icon.png",
653
+ width: "40",
654
+ height: "37",
655
+ alt: "Intlayer",
656
+ className: "mx-auto my-0"
657
+ })
658
+ }),
659
+ /* @__PURE__ */ jsx(Heading, {
660
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
661
+ children: "Ein OAuth-Zugriffsschlüssel eines Drittanbieters wurde Ihrem Konto hinzugefügt"
662
+ }),
663
+ /* @__PURE__ */ jsxs(Text, {
664
+ className: "text-[14px] text-black leading-[24px]",
665
+ children: [
666
+ "Hallo ",
667
+ username,
668
+ "!"
669
+ ]
670
+ }),
671
+ /* @__PURE__ */ jsxs(Text, {
672
+ className: "text-[14px] text-black leading-[24px]",
673
+ children: [
674
+ "Ein OAuth-Zugriffsschlüssel eines Drittanbieters (",
675
+ /* @__PURE__ */ jsx("strong", { children: applicationName }),
676
+ ") mit den folgenden Berechtigungen wurde kürzlich für den Zugriff auf Ihr Konto autorisiert:",
677
+ /* @__PURE__ */ jsx("ul", { children: scopes.map((scope) => /* @__PURE__ */ jsx("li", { children: scope }, scope)) })
678
+ ]
679
+ }),
680
+ /* @__PURE__ */ jsx(Section, {
681
+ className: "my-[32px] text-center",
682
+ children: /* @__PURE__ */ jsx(Button, {
683
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
684
+ href: tokenDetailsUrl,
685
+ children: "Anwendungsdetails anzeigen"
686
+ })
687
+ }),
688
+ /* @__PURE__ */ jsxs(Text, {
689
+ className: "text-[14px] text-black leading-[24px]",
690
+ children: [
691
+ "Um dieses und andere Sicherheitsereignisse für Ihr Konto anzusehen, besuchen Sie",
692
+ " ",
693
+ /* @__PURE__ */ jsx(Link, {
694
+ href: securityLogUrl,
695
+ className: "text-[#000000] no-underline",
696
+ children: "Ihr Sicherheitsprotokoll"
697
+ }),
698
+ "."
699
+ ]
700
+ }),
701
+ /* @__PURE__ */ jsxs(Text, {
702
+ className: "text-[14px] text-black leading-[24px]",
703
+ children: [
704
+ "Wenn Sie auf Probleme stoßen, kontaktieren Sie bitte den Support, indem Sie",
705
+ " ",
706
+ /* @__PURE__ */ jsx(Link, {
707
+ href: supportUrl,
708
+ className: "text-[#000000] no-underline",
709
+ children: "unsere Support-Seite"
710
+ }),
711
+ " ",
712
+ "besuchen."
713
+ ]
714
+ }),
715
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
716
+ /* @__PURE__ */ jsxs(Text, {
717
+ className: "text-[#666666] text-[12px] leading-[24px]",
718
+ children: [
719
+ "Diese E-Mail war für",
720
+ " ",
721
+ /* @__PURE__ */ jsx("span", {
722
+ className: "text-black",
723
+ children: username
724
+ }),
725
+ " gedacht. Wenn Sie diese E-Mail nicht erwartet haben, können Sie sie ignorieren. Wenn Sie Bedenken hinsichtlich der Sicherheit Ihres Kontos haben, antworten Sie bitte auf diese E-Mail, um mit uns in Kontakt zu treten."
726
+ ]
727
+ })
728
+ ]
729
+ })
730
+ }) })
731
+ ] });
732
+ };
733
+ const OAuthTokenCreatedEmailAR = ({ username, applicationName, scopes, tokenDetailsUrl, securityLogUrl, supportUrl }) => {
734
+ return /* @__PURE__ */ jsxs(Html, {
735
+ dir: "rtl",
736
+ children: [
737
+ /* @__PURE__ */ jsx(Head, {}),
738
+ /* @__PURE__ */ jsx(Preview, { children: `تمت إضافة مفتاح وصول OAuth خارجي إلى حساب Intlayer الخاص بك` }),
739
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
740
+ className: "m-auto px-2 font-sans",
741
+ children: /* @__PURE__ */ jsxs(Container, {
742
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
743
+ children: [
744
+ /* @__PURE__ */ jsx(Section, {
745
+ className: "mt-[32px]",
746
+ children: /* @__PURE__ */ jsx(Img, {
747
+ src: "https://intlayer.org/apple-touch-icon.png",
748
+ width: "40",
749
+ height: "37",
750
+ alt: "Intlayer",
751
+ className: "mx-auto my-0"
752
+ })
753
+ }),
754
+ /* @__PURE__ */ jsx(Heading, {
755
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
756
+ children: "تمت إضافة مفتاح وصول OAuth خارجي إلى حسابك"
757
+ }),
758
+ /* @__PURE__ */ jsxs(Text, {
759
+ className: "text-[14px] text-black leading-[24px]",
760
+ children: [
761
+ "أهلاً ",
762
+ username,
763
+ "!"
764
+ ]
765
+ }),
766
+ /* @__PURE__ */ jsxs(Text, {
767
+ className: "text-[14px] text-black leading-[24px]",
768
+ children: [
769
+ "تم مؤخراً تفويض مفتاح وصول OAuth خارجي (",
770
+ /* @__PURE__ */ jsx("strong", { children: applicationName }),
771
+ ") بالصلاحيات التالية للوصول إلى حسابك:",
772
+ /* @__PURE__ */ jsx("ul", { children: scopes.map((scope) => /* @__PURE__ */ jsx("li", { children: scope }, scope)) })
773
+ ]
774
+ }),
775
+ /* @__PURE__ */ jsx(Section, {
776
+ className: "my-[32px] text-center",
777
+ children: /* @__PURE__ */ jsx(Button, {
778
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
779
+ href: tokenDetailsUrl,
780
+ children: "عرض تفاصيل التطبيق"
781
+ })
782
+ }),
783
+ /* @__PURE__ */ jsxs(Text, {
784
+ className: "text-[14px] text-black leading-[24px]",
785
+ children: [
786
+ "لمشاهدة هذا الحدث وأحداث الأمان الأخرى لحسابك، قم بزيارة",
787
+ " ",
788
+ /* @__PURE__ */ jsx(Link, {
789
+ href: securityLogUrl,
790
+ className: "text-[#000000] no-underline",
791
+ children: "سجل الأمان الخاص بك"
792
+ }),
793
+ "."
794
+ ]
795
+ }),
796
+ /* @__PURE__ */ jsxs(Text, {
797
+ className: "text-[14px] text-black leading-[24px]",
798
+ children: [
799
+ "إذا واجهت أي مشاكل، يرجى الاتصال بالدعم من خلال زيارة",
800
+ " ",
801
+ /* @__PURE__ */ jsx(Link, {
802
+ href: supportUrl,
803
+ className: "text-[#000000] no-underline",
804
+ children: "صفحة الدعم الخاصة بنا"
805
+ }),
806
+ "."
807
+ ]
808
+ }),
809
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
810
+ /* @__PURE__ */ jsxs(Text, {
811
+ className: "text-[#666666] text-[12px] leading-[24px]",
812
+ children: [
813
+ "هذا البريد الإلكتروني مخصص لـ",
814
+ " ",
815
+ /* @__PURE__ */ jsx("span", {
816
+ className: "text-black",
817
+ children: username
818
+ }),
819
+ ". إذا لم تكن تتوقع هذا البريد، يمكنك تجاهله. إذا كنت قلقاً بشأن أمان حسابك، فيرجى الرد على هذا البريد الإلكتروني للتواصل معنا."
820
+ ]
821
+ })
822
+ ]
823
+ })
824
+ }) })
825
+ ]
826
+ });
827
+ };
828
+ const OAuthTokenCreatedEmailIT = ({ username, applicationName, scopes, tokenDetailsUrl, securityLogUrl, supportUrl }) => {
829
+ return /* @__PURE__ */ jsxs(Html, { children: [
830
+ /* @__PURE__ */ jsx(Head, {}),
831
+ /* @__PURE__ */ jsx(Preview, { children: `È stata aggiunta una chiave di accesso OAuth di terze parti al tuo account Intlayer` }),
832
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
833
+ className: "m-auto px-2 font-sans",
834
+ children: /* @__PURE__ */ jsxs(Container, {
835
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
836
+ children: [
837
+ /* @__PURE__ */ jsx(Section, {
838
+ className: "mt-[32px]",
839
+ children: /* @__PURE__ */ jsx(Img, {
840
+ src: "https://intlayer.org/apple-touch-icon.png",
841
+ width: "40",
842
+ height: "37",
843
+ alt: "Intlayer",
844
+ className: "mx-auto my-0"
845
+ })
846
+ }),
847
+ /* @__PURE__ */ jsx(Heading, {
848
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
849
+ children: "È stata aggiunta una chiave di accesso OAuth di terze parti al tuo account"
850
+ }),
851
+ /* @__PURE__ */ jsxs(Text, {
852
+ className: "text-[14px] text-black leading-[24px]",
853
+ children: [
854
+ "Ehi ",
855
+ username,
856
+ "!"
857
+ ]
858
+ }),
859
+ /* @__PURE__ */ jsxs(Text, {
860
+ className: "text-[14px] text-black leading-[24px]",
861
+ children: [
862
+ "Una chiave di accesso OAuth di terze parti (",
863
+ /* @__PURE__ */ jsx("strong", { children: applicationName }),
864
+ ") con i seguenti permessi è stata recentemente autorizzata ad accedere al tuo account:",
865
+ /* @__PURE__ */ jsx("ul", { children: scopes.map((scope) => /* @__PURE__ */ jsx("li", { children: scope }, scope)) })
866
+ ]
867
+ }),
868
+ /* @__PURE__ */ jsx(Section, {
869
+ className: "my-[32px] text-center",
870
+ children: /* @__PURE__ */ jsx(Button, {
871
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
872
+ href: tokenDetailsUrl,
873
+ children: "Visualizza dettagli applicazione"
874
+ })
875
+ }),
876
+ /* @__PURE__ */ jsxs(Text, {
877
+ className: "text-[14px] text-black leading-[24px]",
878
+ children: [
879
+ "Per vedere questo e altri eventi di sicurezza per il tuo account, visita il",
880
+ " ",
881
+ /* @__PURE__ */ jsx(Link, {
882
+ href: securityLogUrl,
883
+ className: "text-[#000000] no-underline",
884
+ children: "tuo registro di sicurezza"
885
+ }),
886
+ "."
887
+ ]
888
+ }),
889
+ /* @__PURE__ */ jsxs(Text, {
890
+ className: "text-[14px] text-black leading-[24px]",
891
+ children: [
892
+ "Se riscontri problemi, contatta il supporto visitando la",
893
+ " ",
894
+ /* @__PURE__ */ jsx(Link, {
895
+ href: supportUrl,
896
+ className: "text-[#000000] no-underline",
897
+ children: "nostra pagina di supporto"
898
+ }),
899
+ "."
900
+ ]
901
+ }),
902
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
903
+ /* @__PURE__ */ jsxs(Text, {
904
+ className: "text-[#666666] text-[12px] leading-[24px]",
905
+ children: [
906
+ "Questa e-mail era destinata a",
907
+ " ",
908
+ /* @__PURE__ */ jsx("span", {
909
+ className: "text-black",
910
+ children: username
911
+ }),
912
+ ". Se non ti aspettavi questa e-mail, puoi ignorarla. Se sei preoccupato per la sicurezza del tuo account, rispondi a questa e-mail per metterti in contatto con noi."
913
+ ]
914
+ })
915
+ ]
916
+ })
917
+ }) })
918
+ ] });
919
+ };
920
+ const OAuthTokenCreatedEmailEN_GB = ({ username, applicationName, scopes, tokenDetailsUrl, securityLogUrl, supportUrl }) => {
921
+ return /* @__PURE__ */ jsxs(Html, { children: [
922
+ /* @__PURE__ */ jsx(Head, {}),
923
+ /* @__PURE__ */ jsx(Preview, { children: `A third-party OAuth access key has been added to your Intlayer account` }),
924
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
925
+ className: "m-auto px-2 font-sans",
926
+ children: /* @__PURE__ */ jsxs(Container, {
927
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
928
+ children: [
929
+ /* @__PURE__ */ jsx(Section, {
930
+ className: "mt-[32px]",
931
+ children: /* @__PURE__ */ jsx(Img, {
932
+ src: "https://intlayer.org/apple-touch-icon.png",
933
+ width: "40",
934
+ height: "37",
935
+ alt: "Intlayer",
936
+ className: "mx-auto my-0"
937
+ })
938
+ }),
939
+ /* @__PURE__ */ jsx(Heading, {
940
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
941
+ children: "A third-party OAuth access key has been added to your account"
942
+ }),
943
+ /* @__PURE__ */ jsxs(Text, {
944
+ className: "text-[14px] text-black leading-[24px]",
945
+ children: [
946
+ "Hey ",
947
+ username,
948
+ "!"
949
+ ]
950
+ }),
951
+ /* @__PURE__ */ jsxs(Text, {
952
+ className: "text-[14px] text-black leading-[24px]",
953
+ children: [
954
+ "A third-party OAuth access key (",
955
+ /* @__PURE__ */ jsx("strong", { children: applicationName }),
956
+ ") with the following permissions was recently authorised to access your account:",
957
+ /* @__PURE__ */ jsx("ul", { children: scopes.map((scope) => /* @__PURE__ */ jsx("li", { children: scope }, scope)) })
958
+ ]
959
+ }),
960
+ /* @__PURE__ */ jsx(Section, {
961
+ className: "my-[32px] text-center",
962
+ children: /* @__PURE__ */ jsx(Button, {
963
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
964
+ href: tokenDetailsUrl,
965
+ children: "View Application Details"
966
+ })
967
+ }),
968
+ /* @__PURE__ */ jsxs(Text, {
969
+ className: "text-[14px] text-black leading-[24px]",
970
+ children: [
971
+ "To see this and other security events for your account, visit",
972
+ " ",
973
+ /* @__PURE__ */ jsx(Link, {
974
+ href: securityLogUrl,
975
+ className: "text-[#000000] no-underline",
976
+ children: "your security log"
977
+ }),
978
+ "."
979
+ ]
980
+ }),
981
+ /* @__PURE__ */ jsxs(Text, {
982
+ className: "text-[14px] text-black leading-[24px]",
983
+ children: [
984
+ "If you run into problems, please contact support by visiting",
985
+ " ",
986
+ /* @__PURE__ */ jsx(Link, {
987
+ href: supportUrl,
988
+ className: "text-[#000000] no-underline",
989
+ children: "our support page"
990
+ }),
991
+ "."
992
+ ]
993
+ }),
994
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
995
+ /* @__PURE__ */ jsxs(Text, {
996
+ className: "text-[#666666] text-[12px] leading-[24px]",
997
+ children: [
998
+ "This email was intended for",
999
+ " ",
1000
+ /* @__PURE__ */ jsx("span", {
1001
+ className: "text-black",
1002
+ children: username
1003
+ }),
1004
+ ". If you were not expecting this email, you can ignore it. If you are concerned about your account's safety, please reply to this email to get in touch with us."
1005
+ ]
1006
+ })
1007
+ ]
1008
+ })
1009
+ }) })
1010
+ ] });
1011
+ };
1012
+ const OAuthTokenCreatedEmailPT = ({ username, applicationName, scopes, tokenDetailsUrl, securityLogUrl, supportUrl }) => {
1013
+ return /* @__PURE__ */ jsxs(Html, { children: [
1014
+ /* @__PURE__ */ jsx(Head, {}),
1015
+ /* @__PURE__ */ jsx(Preview, { children: `Uma chave de acesso OAuth de terceiros foi adicionada à sua conta Intlayer` }),
1016
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1017
+ className: "m-auto px-2 font-sans",
1018
+ children: /* @__PURE__ */ jsxs(Container, {
1019
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1020
+ children: [
1021
+ /* @__PURE__ */ jsx(Section, {
1022
+ className: "mt-[32px]",
1023
+ children: /* @__PURE__ */ jsx(Img, {
1024
+ src: "https://intlayer.org/apple-touch-icon.png",
1025
+ width: "40",
1026
+ height: "37",
1027
+ alt: "Intlayer",
1028
+ className: "mx-auto my-0"
1029
+ })
1030
+ }),
1031
+ /* @__PURE__ */ jsx(Heading, {
1032
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1033
+ children: "Uma chave de acesso OAuth de terceiros foi adicionada à sua conta"
1034
+ }),
1035
+ /* @__PURE__ */ jsxs(Text, {
1036
+ className: "text-[14px] text-black leading-[24px]",
1037
+ children: [
1038
+ "Olá ",
1039
+ username,
1040
+ "!"
1041
+ ]
1042
+ }),
1043
+ /* @__PURE__ */ jsxs(Text, {
1044
+ className: "text-[14px] text-black leading-[24px]",
1045
+ children: [
1046
+ "Uma chave de acesso OAuth de terceiros (",
1047
+ /* @__PURE__ */ jsx("strong", { children: applicationName }),
1048
+ ") com as seguintes permissões foi recentemente autorizada a aceder à sua conta:",
1049
+ /* @__PURE__ */ jsx("ul", { children: scopes.map((scope) => /* @__PURE__ */ jsx("li", { children: scope }, scope)) })
1050
+ ]
1051
+ }),
1052
+ /* @__PURE__ */ jsx(Section, {
1053
+ className: "my-[32px] text-center",
1054
+ children: /* @__PURE__ */ jsx(Button, {
1055
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1056
+ href: tokenDetailsUrl,
1057
+ children: "Ver detalhes da aplicação"
1058
+ })
1059
+ }),
1060
+ /* @__PURE__ */ jsxs(Text, {
1061
+ className: "text-[14px] text-black leading-[24px]",
1062
+ children: [
1063
+ "Para ver este e outros eventos de segurança da sua conta, visite",
1064
+ " ",
1065
+ /* @__PURE__ */ jsx(Link, {
1066
+ href: securityLogUrl,
1067
+ className: "text-[#000000] no-underline",
1068
+ children: "o seu registo de segurança"
1069
+ }),
1070
+ "."
1071
+ ]
1072
+ }),
1073
+ /* @__PURE__ */ jsxs(Text, {
1074
+ className: "text-[14px] text-black leading-[24px]",
1075
+ children: [
1076
+ "Se encontrar problemas, contacte o suporte visitando",
1077
+ " ",
1078
+ /* @__PURE__ */ jsx(Link, {
1079
+ href: supportUrl,
1080
+ className: "text-[#000000] no-underline",
1081
+ children: "a nossa página de suporte"
1082
+ }),
1083
+ "."
1084
+ ]
1085
+ }),
1086
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1087
+ /* @__PURE__ */ jsxs(Text, {
1088
+ className: "text-[#666666] text-[12px] leading-[24px]",
1089
+ children: [
1090
+ "Este e-mail foi destinado a",
1091
+ " ",
1092
+ /* @__PURE__ */ jsx("span", {
1093
+ className: "text-black",
1094
+ children: username
1095
+ }),
1096
+ ". Se não esperava este e-mail, pode ignorá-lo. Se estiver preocupado com a segurança da sua conta, responda a este e-mail para entrar em contacto connosco."
1097
+ ]
1098
+ })
1099
+ ]
1100
+ })
1101
+ }) })
1102
+ ] });
1103
+ };
1104
+ const OAuthTokenCreatedEmailHI = ({ username, applicationName, scopes, tokenDetailsUrl, securityLogUrl, supportUrl }) => {
1105
+ return /* @__PURE__ */ jsxs(Html, { children: [
1106
+ /* @__PURE__ */ jsx(Head, {}),
1107
+ /* @__PURE__ */ jsx(Preview, { children: `आपके Intlayer खाते में एक तृतीय-पक्ष OAuth एक्सेस कुंजी जोड़ी गई है` }),
1108
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1109
+ className: "m-auto px-2 font-sans",
1110
+ children: /* @__PURE__ */ jsxs(Container, {
1111
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1112
+ children: [
1113
+ /* @__PURE__ */ jsx(Section, {
1114
+ className: "mt-[32px]",
1115
+ children: /* @__PURE__ */ jsx(Img, {
1116
+ src: "https://intlayer.org/apple-touch-icon.png",
1117
+ width: "40",
1118
+ height: "37",
1119
+ alt: "Intlayer",
1120
+ className: "mx-auto my-0"
1121
+ })
1122
+ }),
1123
+ /* @__PURE__ */ jsx(Heading, {
1124
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1125
+ children: "आपके खाते में एक तृतीय-पक्ष OAuth एक्सेस कुंजी जोड़ी गई है"
1126
+ }),
1127
+ /* @__PURE__ */ jsxs(Text, {
1128
+ className: "text-[14px] text-black leading-[24px]",
1129
+ children: [
1130
+ "नमस्ते ",
1131
+ username,
1132
+ "!"
1133
+ ]
1134
+ }),
1135
+ /* @__PURE__ */ jsxs(Text, {
1136
+ className: "text-[14px] text-black leading-[24px]",
1137
+ children: [
1138
+ "हाल ही में आपके खाते तक पहुँचने के लिए निम्नलिखित अनुमतियों के साथ एक तृतीय-पक्ष OAuth एक्सेस कुंजी (",
1139
+ /* @__PURE__ */ jsx("strong", { children: applicationName }),
1140
+ ") को अधिकृत किया गया था:",
1141
+ /* @__PURE__ */ jsx("ul", { children: scopes.map((scope) => /* @__PURE__ */ jsx("li", { children: scope }, scope)) })
1142
+ ]
1143
+ }),
1144
+ /* @__PURE__ */ jsx(Section, {
1145
+ className: "my-[32px] text-center",
1146
+ children: /* @__PURE__ */ jsx(Button, {
1147
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1148
+ href: tokenDetailsUrl,
1149
+ children: "एप्लिकेशन विवरण देखें"
1150
+ })
1151
+ }),
1152
+ /* @__PURE__ */ jsxs(Text, {
1153
+ className: "text-[14px] text-black leading-[24px]",
1154
+ children: [
1155
+ "अपने खाते के लिए इस और अन्य सुरक्षा घटनाओं को देखने के लिए,",
1156
+ " ",
1157
+ /* @__PURE__ */ jsx(Link, {
1158
+ href: securityLogUrl,
1159
+ className: "text-[#000000] no-underline",
1160
+ children: "अपने सुरक्षा लॉग"
1161
+ }),
1162
+ " ",
1163
+ "पर जाएँ।"
1164
+ ]
1165
+ }),
1166
+ /* @__PURE__ */ jsxs(Text, {
1167
+ className: "text-[14px] text-black leading-[24px]",
1168
+ children: [
1169
+ "यदि आपको कोई समस्या आती है, तो कृपया",
1170
+ " ",
1171
+ /* @__PURE__ */ jsx(Link, {
1172
+ href: supportUrl,
1173
+ className: "text-[#000000] no-underline",
1174
+ children: "हमारे सहायता पृष्ठ"
1175
+ }),
1176
+ " ",
1177
+ "पर जाकर सहायता से संपर्क करें।"
1178
+ ]
1179
+ }),
1180
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1181
+ /* @__PURE__ */ jsxs(Text, {
1182
+ className: "text-[#666666] text-[12px] leading-[24px]",
1183
+ children: [
1184
+ "यह ईमेल ",
1185
+ /* @__PURE__ */ jsx("span", {
1186
+ className: "text-black",
1187
+ children: username
1188
+ }),
1189
+ " के लिए था। यदि आप इस ईमेल की अपेक्षा नहीं कर रहे थे, तो आप इसे नज़रअंदाज़ कर सकते हैं। यदि आप अपने खाते की सुरक्षा को लेकर चिंतित हैं, तो कृपया हमसे संपर्क करने के लिए इस ईमेल का उत्तर दें।"
1190
+ ]
1191
+ })
1192
+ ]
1193
+ })
1194
+ }) })
1195
+ ] });
1196
+ };
1197
+ const OAuthTokenCreatedEmailTR = ({ username, applicationName, scopes, tokenDetailsUrl, securityLogUrl, supportUrl }) => {
1198
+ return /* @__PURE__ */ jsxs(Html, { children: [
1199
+ /* @__PURE__ */ jsx(Head, {}),
1200
+ /* @__PURE__ */ jsx(Preview, { children: `Intlayer hesabınıza üçüncü taraf bir OAuth erişim anahtarı eklendi` }),
1201
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1202
+ className: "m-auto px-2 font-sans",
1203
+ children: /* @__PURE__ */ jsxs(Container, {
1204
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1205
+ children: [
1206
+ /* @__PURE__ */ jsx(Section, {
1207
+ className: "mt-[32px]",
1208
+ children: /* @__PURE__ */ jsx(Img, {
1209
+ src: "https://intlayer.org/apple-touch-icon.png",
1210
+ width: "40",
1211
+ height: "37",
1212
+ alt: "Intlayer",
1213
+ className: "mx-auto my-0"
1214
+ })
1215
+ }),
1216
+ /* @__PURE__ */ jsx(Heading, {
1217
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1218
+ children: "Hesabınıza üçüncü taraf bir OAuth erişim anahtarı eklendi"
1219
+ }),
1220
+ /* @__PURE__ */ jsxs(Text, {
1221
+ className: "text-[14px] text-black leading-[24px]",
1222
+ children: [
1223
+ "Merhaba ",
1224
+ username,
1225
+ "!"
1226
+ ]
1227
+ }),
1228
+ /* @__PURE__ */ jsxs(Text, {
1229
+ className: "text-[14px] text-black leading-[24px]",
1230
+ children: [
1231
+ "Yakın zamanda, aşağıdaki izinlere sahip üçüncü taraf bir OAuth erişim anahtarının (",
1232
+ /* @__PURE__ */ jsx("strong", { children: applicationName }),
1233
+ ") hesabınıza erişmesine yetki verildi:",
1234
+ /* @__PURE__ */ jsx("ul", { children: scopes.map((scope) => /* @__PURE__ */ jsx("li", { children: scope }, scope)) })
1235
+ ]
1236
+ }),
1237
+ /* @__PURE__ */ jsx(Section, {
1238
+ className: "my-[32px] text-center",
1239
+ children: /* @__PURE__ */ jsx(Button, {
1240
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1241
+ href: tokenDetailsUrl,
1242
+ children: "Uygulama Detaylarını Görüntüle"
1243
+ })
1244
+ }),
1245
+ /* @__PURE__ */ jsxs(Text, {
1246
+ className: "text-[14px] text-black leading-[24px]",
1247
+ children: [
1248
+ "Hesabınızla ilgili bu ve diğer güvenlik olaylarını görmek için",
1249
+ " ",
1250
+ /* @__PURE__ */ jsx(Link, {
1251
+ href: securityLogUrl,
1252
+ className: "text-[#000000] no-underline",
1253
+ children: "güvenlik günlüğünüzü"
1254
+ }),
1255
+ " ",
1256
+ "ziyaret edin."
1257
+ ]
1258
+ }),
1259
+ /* @__PURE__ */ jsxs(Text, {
1260
+ className: "text-[14px] text-black leading-[24px]",
1261
+ children: [
1262
+ "Bir sorunla karşılaşırsanız, lütfen",
1263
+ " ",
1264
+ /* @__PURE__ */ jsx(Link, {
1265
+ href: supportUrl,
1266
+ className: "text-[#000000] no-underline",
1267
+ children: "destek sayfamızı"
1268
+ }),
1269
+ " ",
1270
+ "ziyaret ederek destekle iletişime geçin."
1271
+ ]
1272
+ }),
1273
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1274
+ /* @__PURE__ */ jsxs(Text, {
1275
+ className: "text-[#666666] text-[12px] leading-[24px]",
1276
+ children: [
1277
+ "Bu e-posta ",
1278
+ /* @__PURE__ */ jsx("span", {
1279
+ className: "text-black",
1280
+ children: username
1281
+ }),
1282
+ " için gönderilmiştir. Eğer bu e-postayı beklemiyorsanız, dikkate almayabilirsiniz. Hesabınızın güvenliği konusunda endişeleriniz varsa, bizimle iletişime geçmek için lütfen bu e-postayı yanıtlayın."
1283
+ ]
1284
+ })
1285
+ ]
1286
+ })
1287
+ }) })
1288
+ ] });
1289
+ };
1290
+ const OAuthTokenCreatedEmailPL = ({ username, applicationName, scopes, tokenDetailsUrl, securityLogUrl, supportUrl }) => {
1291
+ return /* @__PURE__ */ jsxs(Html, { children: [
1292
+ /* @__PURE__ */ jsx(Head, {}),
1293
+ /* @__PURE__ */ jsx(Preview, { children: `Do Twojego konta Intlayer dodano klucz dostępu OAuth strony trzeciej` }),
1294
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1295
+ className: "m-auto px-2 font-sans",
1296
+ children: /* @__PURE__ */ jsxs(Container, {
1297
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1298
+ children: [
1299
+ /* @__PURE__ */ jsx(Section, {
1300
+ className: "mt-[32px]",
1301
+ children: /* @__PURE__ */ jsx(Img, {
1302
+ src: "https://intlayer.org/apple-touch-icon.png",
1303
+ width: "40",
1304
+ height: "37",
1305
+ alt: "Intlayer",
1306
+ className: "mx-auto my-0"
1307
+ })
1308
+ }),
1309
+ /* @__PURE__ */ jsx(Heading, {
1310
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1311
+ children: "Do Twojego konta dodano klucz dostępu OAuth strony trzeciej"
1312
+ }),
1313
+ /* @__PURE__ */ jsxs(Text, {
1314
+ className: "text-[14px] text-black leading-[24px]",
1315
+ children: [
1316
+ "Cześć ",
1317
+ username,
1318
+ "!"
1319
+ ]
1320
+ }),
1321
+ /* @__PURE__ */ jsxs(Text, {
1322
+ className: "text-[14px] text-black leading-[24px]",
1323
+ children: [
1324
+ "Klucz dostępu OAuth strony trzeciej (",
1325
+ /* @__PURE__ */ jsx("strong", { children: applicationName }),
1326
+ ") z następującymi uprawnieniami został niedawno autoryzowany do dostępu do Twojego konta:",
1327
+ /* @__PURE__ */ jsx("ul", { children: scopes.map((scope) => /* @__PURE__ */ jsx("li", { children: scope }, scope)) })
1328
+ ]
1329
+ }),
1330
+ /* @__PURE__ */ jsx(Section, {
1331
+ className: "my-[32px] text-center",
1332
+ children: /* @__PURE__ */ jsx(Button, {
1333
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1334
+ href: tokenDetailsUrl,
1335
+ children: "Zobacz szczegóły aplikacji"
1336
+ })
1337
+ }),
1338
+ /* @__PURE__ */ jsxs(Text, {
1339
+ className: "text-[14px] text-black leading-[24px]",
1340
+ children: [
1341
+ "Aby zobaczyć to i inne zdarzenia bezpieczeństwa dla Twojego konta, odwiedź",
1342
+ " ",
1343
+ /* @__PURE__ */ jsx(Link, {
1344
+ href: securityLogUrl,
1345
+ className: "text-[#000000] no-underline",
1346
+ children: "swój dziennik bezpieczeństwa"
1347
+ }),
1348
+ "."
1349
+ ]
1350
+ }),
1351
+ /* @__PURE__ */ jsxs(Text, {
1352
+ className: "text-[14px] text-black leading-[24px]",
1353
+ children: [
1354
+ "Jeśli napotkasz problemy, skontaktuj się z pomocą techniczną, odwiedzając",
1355
+ " ",
1356
+ /* @__PURE__ */ jsx(Link, {
1357
+ href: supportUrl,
1358
+ className: "text-[#000000] no-underline",
1359
+ children: "naszą stronę pomocy"
1360
+ }),
1361
+ "."
1362
+ ]
1363
+ }),
1364
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1365
+ /* @__PURE__ */ jsxs(Text, {
1366
+ className: "text-[#666666] text-[12px] leading-[24px]",
1367
+ children: [
1368
+ "Ta wiadomość e-mail była przeznaczona dla",
1369
+ " ",
1370
+ /* @__PURE__ */ jsx("span", {
1371
+ className: "text-black",
1372
+ children: username
1373
+ }),
1374
+ ". Jeśli nie spodziewałeś się tej wiadomości, możesz ją zignorować. Jeśli martwisz się o bezpieczeństwo swojego konta, odpowiedz na ten e-mail, aby się с nami skontaktować."
1375
+ ]
1376
+ })
1377
+ ]
1378
+ })
1379
+ }) })
1380
+ ] });
1381
+ };
1382
+ const OAuthTokenCreatedEmailID = ({ username, applicationName, scopes, tokenDetailsUrl, securityLogUrl, supportUrl }) => {
1383
+ return /* @__PURE__ */ jsxs(Html, { children: [
1384
+ /* @__PURE__ */ jsx(Head, {}),
1385
+ /* @__PURE__ */ jsx(Preview, { children: `Kunci akses OAuth pihak ketiga telah ditambahkan ke akun Intlayer Anda` }),
1386
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1387
+ className: "m-auto px-2 font-sans",
1388
+ children: /* @__PURE__ */ jsxs(Container, {
1389
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1390
+ children: [
1391
+ /* @__PURE__ */ jsx(Section, {
1392
+ className: "mt-[32px]",
1393
+ children: /* @__PURE__ */ jsx(Img, {
1394
+ src: "https://intlayer.org/apple-touch-icon.png",
1395
+ width: "40",
1396
+ height: "37",
1397
+ alt: "Intlayer",
1398
+ className: "mx-auto my-0"
1399
+ })
1400
+ }),
1401
+ /* @__PURE__ */ jsx(Heading, {
1402
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1403
+ children: "Kunci akses OAuth pihak ketiga telah ditambahkan ke akun Anda"
1404
+ }),
1405
+ /* @__PURE__ */ jsxs(Text, {
1406
+ className: "text-[14px] text-black leading-[24px]",
1407
+ children: [
1408
+ "Halo ",
1409
+ username,
1410
+ "!"
1411
+ ]
1412
+ }),
1413
+ /* @__PURE__ */ jsxs(Text, {
1414
+ className: "text-[14px] text-black leading-[24px]",
1415
+ children: [
1416
+ "Kunci akses OAuth pihak ketiga (",
1417
+ /* @__PURE__ */ jsx("strong", { children: applicationName }),
1418
+ ") dengan izin berikut baru saja diotorisasi untuk mengakses akun Anda:",
1419
+ /* @__PURE__ */ jsx("ul", { children: scopes.map((scope) => /* @__PURE__ */ jsx("li", { children: scope }, scope)) })
1420
+ ]
1421
+ }),
1422
+ /* @__PURE__ */ jsx(Section, {
1423
+ className: "my-[32px] text-center",
1424
+ children: /* @__PURE__ */ jsx(Button, {
1425
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1426
+ href: tokenDetailsUrl,
1427
+ children: "Lihat Detail Aplikasi"
1428
+ })
1429
+ }),
1430
+ /* @__PURE__ */ jsxs(Text, {
1431
+ className: "text-[14px] text-black leading-[24px]",
1432
+ children: [
1433
+ "Untuk melihat ini dan peristiwa keamanan lainnya untuk akun Anda, kunjungi",
1434
+ " ",
1435
+ /* @__PURE__ */ jsx(Link, {
1436
+ href: securityLogUrl,
1437
+ className: "text-[#000000] no-underline",
1438
+ children: "log keamanan Anda"
1439
+ }),
1440
+ "."
1441
+ ]
1442
+ }),
1443
+ /* @__PURE__ */ jsxs(Text, {
1444
+ className: "text-[14px] text-black leading-[24px]",
1445
+ children: [
1446
+ "Jika Anda mengalami masalah, silakan hubungi dukungan dengan mengunjungi",
1447
+ " ",
1448
+ /* @__PURE__ */ jsx(Link, {
1449
+ href: supportUrl,
1450
+ className: "text-[#000000] no-underline",
1451
+ children: "halaman dukungan kami"
1452
+ }),
1453
+ "."
1454
+ ]
1455
+ }),
1456
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1457
+ /* @__PURE__ */ jsxs(Text, {
1458
+ className: "text-[#666666] text-[12px] leading-[24px]",
1459
+ children: [
1460
+ "Email ini ditujukan untuk",
1461
+ " ",
1462
+ /* @__PURE__ */ jsx("span", {
1463
+ className: "text-black",
1464
+ children: username
1465
+ }),
1466
+ ". Jika Anda tidak mengharapkan email ini, Anda dapat mengabaikannya. Jika Anda khawatir tentang keamanan akun Anda, silakan balas email ini untuk menghubungi kami."
1467
+ ]
1468
+ })
1469
+ ]
1470
+ })
1471
+ }) })
1472
+ ] });
1473
+ };
1474
+ const OAuthTokenCreatedEmailVI = ({ username, applicationName, scopes, tokenDetailsUrl, securityLogUrl, supportUrl }) => {
1475
+ return /* @__PURE__ */ jsxs(Html, { children: [
1476
+ /* @__PURE__ */ jsx(Head, {}),
1477
+ /* @__PURE__ */ jsx(Preview, { children: `Một khóa truy cập OAuth của bên thứ ba đã được thêm vào tài khoản Intlayer của bạn` }),
1478
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1479
+ className: "m-auto px-2 font-sans",
1480
+ children: /* @__PURE__ */ jsxs(Container, {
1481
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1482
+ children: [
1483
+ /* @__PURE__ */ jsx(Section, {
1484
+ className: "mt-[32px]",
1485
+ children: /* @__PURE__ */ jsx(Img, {
1486
+ src: "https://intlayer.org/apple-touch-icon.png",
1487
+ width: "40",
1488
+ height: "37",
1489
+ alt: "Intlayer",
1490
+ className: "mx-auto my-0"
1491
+ })
1492
+ }),
1493
+ /* @__PURE__ */ jsx(Heading, {
1494
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1495
+ children: "Một khóa truy cập OAuth của bên thứ ba đã được thêm vào tài khoản của bạn"
1496
+ }),
1497
+ /* @__PURE__ */ jsxs(Text, {
1498
+ className: "text-[14px] text-black leading-[24px]",
1499
+ children: [
1500
+ "Chào ",
1501
+ username,
1502
+ "!"
1503
+ ]
1504
+ }),
1505
+ /* @__PURE__ */ jsxs(Text, {
1506
+ className: "text-[14px] text-black leading-[24px]",
1507
+ children: [
1508
+ "Một khóa truy cập OAuth của bên thứ ba (",
1509
+ /* @__PURE__ */ jsx("strong", { children: applicationName }),
1510
+ ") với các quyền sau gần đây đã được ủy quyền để truy cập vào tài khoản của bạn:",
1511
+ /* @__PURE__ */ jsx("ul", { children: scopes.map((scope) => /* @__PURE__ */ jsx("li", { children: scope }, scope)) })
1512
+ ]
1513
+ }),
1514
+ /* @__PURE__ */ jsx(Section, {
1515
+ className: "my-[32px] text-center",
1516
+ children: /* @__PURE__ */ jsx(Button, {
1517
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1518
+ href: tokenDetailsUrl,
1519
+ children: "Xem chi tiết ứng dụng"
1520
+ })
1521
+ }),
1522
+ /* @__PURE__ */ jsxs(Text, {
1523
+ className: "text-[14px] text-black leading-[24px]",
1524
+ children: [
1525
+ "Để xem sự kiện này và các sự kiện bảo mật khác cho tài khoản của bạn, hãy truy cập",
1526
+ " ",
1527
+ /* @__PURE__ */ jsx(Link, {
1528
+ href: securityLogUrl,
1529
+ className: "text-[#000000] no-underline",
1530
+ children: "nhật ký bảo mật của bạn"
1531
+ }),
1532
+ "."
1533
+ ]
1534
+ }),
1535
+ /* @__PURE__ */ jsxs(Text, {
1536
+ className: "text-[14px] text-black leading-[24px]",
1537
+ children: [
1538
+ "Nếu bạn gặp sự cố, vui lòng liên hệ với bộ phận hỗ trợ bằng cách truy cập",
1539
+ " ",
1540
+ /* @__PURE__ */ jsx(Link, {
1541
+ href: supportUrl,
1542
+ className: "text-[#000000] no-underline",
1543
+ children: "trang hỗ trợ của chúng tôi"
1544
+ }),
1545
+ "."
1546
+ ]
1547
+ }),
1548
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1549
+ /* @__PURE__ */ jsxs(Text, {
1550
+ className: "text-[#666666] text-[12px] leading-[24px]",
1551
+ children: [
1552
+ "Email này dành cho ",
1553
+ /* @__PURE__ */ jsx("span", {
1554
+ className: "text-black",
1555
+ children: username
1556
+ }),
1557
+ ". Nếu bạn không mong đợi email này, bạn có thể bỏ qua nó. Nếu bạn lo lắng về tính bảo mật của tài khoản, vui lòng phản hồi email này để liên hệ với chúng tôi."
1558
+ ]
1559
+ })
1560
+ ]
1561
+ })
1562
+ }) })
1563
+ ] });
1564
+ };
1565
+ const OAuthTokenCreatedEmailUK = ({ username, applicationName, scopes, tokenDetailsUrl, securityLogUrl, supportUrl }) => {
1566
+ return /* @__PURE__ */ jsxs(Html, { children: [
1567
+ /* @__PURE__ */ jsx(Head, {}),
1568
+ /* @__PURE__ */ jsx(Preview, { children: `До вашого облікового запису Intlayer додано сторонній ключ доступу OAuth` }),
1569
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1570
+ className: "m-auto px-2 font-sans",
1571
+ children: /* @__PURE__ */ jsxs(Container, {
1572
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1573
+ children: [
1574
+ /* @__PURE__ */ jsx(Section, {
1575
+ className: "mt-[32px]",
1576
+ children: /* @__PURE__ */ jsx(Img, {
1577
+ src: "https://intlayer.org/apple-touch-icon.png",
1578
+ width: "40",
1579
+ height: "37",
1580
+ alt: "Intlayer",
1581
+ className: "mx-auto my-0"
1582
+ })
1583
+ }),
1584
+ /* @__PURE__ */ jsx(Heading, {
1585
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1586
+ children: "До вашого облікового запису додано сторонній ключ доступу OAuth"
1587
+ }),
1588
+ /* @__PURE__ */ jsxs(Text, {
1589
+ className: "text-[14px] text-black leading-[24px]",
1590
+ children: [
1591
+ "Привіт, ",
1592
+ username,
1593
+ "!"
1594
+ ]
1595
+ }),
1596
+ /* @__PURE__ */ jsxs(Text, {
1597
+ className: "text-[14px] text-black leading-[24px]",
1598
+ children: [
1599
+ "Сторонній ключ доступу OAuth (",
1600
+ /* @__PURE__ */ jsx("strong", { children: applicationName }),
1601
+ ") із наступними дозволами нещодавно отримав доступ до вашого облікового запису:",
1602
+ /* @__PURE__ */ jsx("ul", { children: scopes.map((scope) => /* @__PURE__ */ jsx("li", { children: scope }, scope)) })
1603
+ ]
1604
+ }),
1605
+ /* @__PURE__ */ jsx(Section, {
1606
+ className: "my-[32px] text-center",
1607
+ children: /* @__PURE__ */ jsx(Button, {
1608
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1609
+ href: tokenDetailsUrl,
1610
+ children: "Переглянути деталі програми"
1611
+ })
1612
+ }),
1613
+ /* @__PURE__ */ jsxs(Text, {
1614
+ className: "text-[14px] text-black leading-[24px]",
1615
+ children: [
1616
+ "Щоб переглянути цю та інші події безпеки для вашого облікового запису, відвідайте",
1617
+ " ",
1618
+ /* @__PURE__ */ jsx(Link, {
1619
+ href: securityLogUrl,
1620
+ className: "text-[#000000] no-underline",
1621
+ children: "ваш журнал безпеки"
1622
+ }),
1623
+ "."
1624
+ ]
1625
+ }),
1626
+ /* @__PURE__ */ jsxs(Text, {
1627
+ className: "text-[14px] text-black leading-[24px]",
1628
+ children: [
1629
+ "Якщо у вас виникнуть проблеми, будь ласка, зверніться до служби підтримки, відвідавши",
1630
+ " ",
1631
+ /* @__PURE__ */ jsx(Link, {
1632
+ href: supportUrl,
1633
+ className: "text-[#000000] no-underline",
1634
+ children: "нашу сторінку підтримки"
1635
+ }),
1636
+ "."
1637
+ ]
1638
+ }),
1639
+ /* @__PURE__ */ jsx(Hr, { className: "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid" }),
1640
+ /* @__PURE__ */ jsxs(Text, {
1641
+ className: "text-[#666666] text-[12px] leading-[24px]",
1642
+ children: [
1643
+ "Цей електронний лист був призначений для",
1644
+ " ",
1645
+ /* @__PURE__ */ jsx("span", {
1646
+ className: "text-black",
1647
+ children: username
1648
+ }),
1649
+ ". Якщо ви не очікували цього листа, ви можете його ігнорувати. Якщо ви стурбовані безпекою свого облікового запису, будь ласка, дайте відповідь на цей лист, щоб зв'язатися з нами."
1650
+ ]
1651
+ })
1652
+ ]
1653
+ })
1654
+ }) })
1655
+ ] });
1656
+ };
284
1657
  const previewProps = {
285
1658
  username: "aymericzip",
286
1659
  applicationName: "Postman",
@@ -292,7 +1665,22 @@ const previewProps = {
292
1665
  OAuthTokenCreatedEmailEN.PreviewProps = previewProps;
293
1666
  OAuthTokenCreatedEmailFR.PreviewProps = previewProps;
294
1667
  OAuthTokenCreatedEmailES.PreviewProps = previewProps;
1668
+ OAuthTokenCreatedEmailRU.PreviewProps = previewProps;
1669
+ OAuthTokenCreatedEmailJA.PreviewProps = previewProps;
1670
+ OAuthTokenCreatedEmailKO.PreviewProps = previewProps;
1671
+ OAuthTokenCreatedEmailZH.PreviewProps = previewProps;
1672
+ OAuthTokenCreatedEmailDE.PreviewProps = previewProps;
1673
+ OAuthTokenCreatedEmailAR.PreviewProps = previewProps;
1674
+ OAuthTokenCreatedEmailIT.PreviewProps = previewProps;
1675
+ OAuthTokenCreatedEmailEN_GB.PreviewProps = previewProps;
1676
+ OAuthTokenCreatedEmailPT.PreviewProps = previewProps;
1677
+ OAuthTokenCreatedEmailHI.PreviewProps = previewProps;
1678
+ OAuthTokenCreatedEmailTR.PreviewProps = previewProps;
1679
+ OAuthTokenCreatedEmailPL.PreviewProps = previewProps;
1680
+ OAuthTokenCreatedEmailID.PreviewProps = previewProps;
1681
+ OAuthTokenCreatedEmailVI.PreviewProps = previewProps;
1682
+ OAuthTokenCreatedEmailUK.PreviewProps = previewProps;
295
1683
 
296
1684
  //#endregion
297
- export { OAuthTokenCreatedEmailEN, OAuthTokenCreatedEmailES, OAuthTokenCreatedEmailFR };
1685
+ export { OAuthTokenCreatedEmailAR, OAuthTokenCreatedEmailDE, OAuthTokenCreatedEmailEN, OAuthTokenCreatedEmailEN_GB, OAuthTokenCreatedEmailES, OAuthTokenCreatedEmailFR, OAuthTokenCreatedEmailHI, OAuthTokenCreatedEmailID, OAuthTokenCreatedEmailIT, OAuthTokenCreatedEmailJA, OAuthTokenCreatedEmailKO, OAuthTokenCreatedEmailPL, OAuthTokenCreatedEmailPT, OAuthTokenCreatedEmailRU, OAuthTokenCreatedEmailTR, OAuthTokenCreatedEmailUK, OAuthTokenCreatedEmailVI, OAuthTokenCreatedEmailZH };
298
1686
  //# sourceMappingURL=OAuthTokenCreatedEmail.mjs.map