@intlayer/backend 8.7.12 → 8.7.14

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 (150) 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/AI/auditDictionary/index.mjs +1 -3
  74. package/dist/esm/utils/AI/auditDictionary/index.mjs.map +1 -1
  75. package/dist/esm/utils/AI/auditDictionaryField/index.mjs +1 -3
  76. package/dist/esm/utils/AI/auditDictionaryField/index.mjs.map +1 -1
  77. package/dist/esm/utils/AI/auditTag/index.mjs +1 -3
  78. package/dist/esm/utils/AI/auditTag/index.mjs.map +1 -1
  79. package/dist/esm/utils/AI/autocomplete/index.mjs +1 -3
  80. package/dist/esm/utils/AI/autocomplete/index.mjs.map +1 -1
  81. package/dist/esm/utils/auth/getAuth.mjs +6 -0
  82. package/dist/esm/utils/auth/getAuth.mjs.map +1 -1
  83. package/dist/esm/utils/errors/errorCodes.mjs +3917 -287
  84. package/dist/esm/utils/errors/errorCodes.mjs.map +1 -1
  85. package/dist/esm/utils/mongoDB/connectDB.mjs +5 -0
  86. package/dist/esm/utils/mongoDB/connectDB.mjs.map +1 -1
  87. package/dist/esm/utils/oAuth2.mjs +6 -2
  88. package/dist/esm/utils/oAuth2.mjs.map +1 -1
  89. package/dist/esm/utils/plan.mjs +13 -1
  90. package/dist/esm/utils/plan.mjs.map +1 -1
  91. package/dist/types/controllers/oAuth2.controller.d.ts +11 -1
  92. package/dist/types/controllers/oAuth2.controller.d.ts.map +1 -1
  93. package/dist/types/controllers/stripe.controller.d.ts +22 -2
  94. package/dist/types/controllers/stripe.controller.d.ts.map +1 -1
  95. package/dist/types/controllers/translation.controller.d.ts.map +1 -1
  96. package/dist/types/emails/InviteUserEmail.d.ts +181 -1
  97. package/dist/types/emails/InviteUserEmail.d.ts.map +1 -1
  98. package/dist/types/emails/MagicLinkEmail.d.ts +106 -1
  99. package/dist/types/emails/MagicLinkEmail.d.ts.map +1 -1
  100. package/dist/types/emails/OAuthTokenCreatedEmail.d.ts +166 -1
  101. package/dist/types/emails/OAuthTokenCreatedEmail.d.ts.map +1 -1
  102. package/dist/types/emails/PasswordChangeConfirmation.d.ts +91 -1
  103. package/dist/types/emails/PasswordChangeConfirmation.d.ts.map +1 -1
  104. package/dist/types/emails/ResetUserPassword.d.ts +106 -1
  105. package/dist/types/emails/ResetUserPassword.d.ts.map +1 -1
  106. package/dist/types/emails/SubscriptionPaymentCancellation.d.ts +151 -1
  107. package/dist/types/emails/SubscriptionPaymentCancellation.d.ts.map +1 -1
  108. package/dist/types/emails/SubscriptionPaymentError.d.ts +151 -1
  109. package/dist/types/emails/SubscriptionPaymentError.d.ts.map +1 -1
  110. package/dist/types/emails/SubscriptionPaymentSuccess.d.ts +151 -1
  111. package/dist/types/emails/SubscriptionPaymentSuccess.d.ts.map +1 -1
  112. package/dist/types/emails/ValidateUserEmail.d.ts +106 -1
  113. package/dist/types/emails/ValidateUserEmail.d.ts.map +1 -1
  114. package/dist/types/emails/Welcome.d.ts +106 -1
  115. package/dist/types/emails/Welcome.d.ts.map +1 -1
  116. package/dist/types/emails/index.d.ts +7 -7
  117. package/dist/types/export.d.ts +3 -3
  118. package/dist/types/middlewares/oAuth2.middleware.d.ts.map +1 -1
  119. package/dist/types/routes/audit.routes.d.ts.map +1 -1
  120. package/dist/types/routes/dictionary.routes.d.ts.map +1 -1
  121. package/dist/types/routes/organization.routes.d.ts.map +1 -1
  122. package/dist/types/routes/paramsSchemas.d.ts +102 -0
  123. package/dist/types/routes/paramsSchemas.d.ts.map +1 -0
  124. package/dist/types/routes/project.routes.d.ts.map +1 -1
  125. package/dist/types/routes/showcaseProject.routes.d.ts.map +1 -1
  126. package/dist/types/routes/stripe.routes.d.ts +15 -0
  127. package/dist/types/routes/stripe.routes.d.ts.map +1 -1
  128. package/dist/types/routes/tags.routes.d.ts.map +1 -1
  129. package/dist/types/routes/translate.routes.d.ts.map +1 -1
  130. package/dist/types/routes/user.routes.d.ts.map +1 -1
  131. package/dist/types/schemas/dictionary.schema.d.ts +5 -5
  132. package/dist/types/schemas/discussion.schema.d.ts +8 -8
  133. package/dist/types/schemas/organization.schema.d.ts +6 -6
  134. package/dist/types/schemas/plans.schema.d.ts +9 -9
  135. package/dist/types/schemas/project.schema.d.ts +12 -12
  136. package/dist/types/schemas/session.schema.d.ts +3 -3
  137. package/dist/types/schemas/showcaseProject.schema.d.ts +7 -7
  138. package/dist/types/schemas/tag.schema.d.ts +8 -8
  139. package/dist/types/services/email.service.d.ts.map +1 -1
  140. package/dist/types/services/oAuth2.service.d.ts +6 -1
  141. package/dist/types/services/oAuth2.service.d.ts.map +1 -1
  142. package/dist/types/types/plan.types.d.ts +2 -2
  143. package/dist/types/utils/errors/errorCodes.d.ts +3634 -4
  144. package/dist/types/utils/errors/errorCodes.d.ts.map +1 -1
  145. package/dist/types/utils/mongoDB/connectDB.d.ts.map +1 -1
  146. package/dist/types/utils/oAuth2.d.ts +3 -1
  147. package/dist/types/utils/oAuth2.d.ts.map +1 -1
  148. package/dist/types/utils/plan.d.ts +2 -1
  149. package/dist/types/utils/plan.d.ts.map +1 -1
  150. package/package.json +14 -13
@@ -182,6 +182,903 @@ const SubscriptionPaymentCancellationES = ({ username, planName, organizationNam
182
182
  }) })
183
183
  ] });
184
184
  };
185
+ const SubscriptionPaymentCancellationRU = ({ username, planName, organizationName, cancellationDate, reactivateLink }) => {
186
+ const previewText = `Ваша подписка на ${planName} была отменена`;
187
+ return /* @__PURE__ */ jsxs(Html, { children: [
188
+ /* @__PURE__ */ jsx(Head, {}),
189
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
190
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
191
+ className: "m-auto px-2 font-sans",
192
+ children: /* @__PURE__ */ jsxs(Container, {
193
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
194
+ children: [
195
+ /* @__PURE__ */ jsx(Section, {
196
+ className: "mt-[32px]",
197
+ children: /* @__PURE__ */ jsx(Img, {
198
+ src: "https://intlayer.org/apple-touch-icon.png",
199
+ width: "40",
200
+ height: "37",
201
+ alt: "Intlayer",
202
+ className: "mx-auto my-0"
203
+ })
204
+ }),
205
+ /* @__PURE__ */ jsx(Heading, {
206
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
207
+ children: "Подписка отменена"
208
+ }),
209
+ /* @__PURE__ */ jsxs(Text, {
210
+ className: "text-[14px] text-black leading-[24px]",
211
+ children: [
212
+ "Здравствуйте, ",
213
+ username,
214
+ ","
215
+ ]
216
+ }),
217
+ /* @__PURE__ */ jsxs(Text, {
218
+ className: "text-[14px] text-black leading-[24px]",
219
+ children: [
220
+ "Нам жаль, что вы уходите! Ваша подписка на тарифный план",
221
+ " ",
222
+ /* @__PURE__ */ jsx("strong", { children: planName }),
223
+ " была отменена. У вас по-прежнему будет доступ до ",
224
+ /* @__PURE__ */ jsx("strong", { children: cancellationDate }),
225
+ "."
226
+ ]
227
+ }),
228
+ /* @__PURE__ */ jsxs(Text, {
229
+ className: "text-[14px] text-black leading-[24px]",
230
+ children: ["Организация: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
231
+ }),
232
+ /* @__PURE__ */ jsx(Section, {
233
+ className: "my-[32px] text-center",
234
+ children: /* @__PURE__ */ jsx(Button, {
235
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
236
+ href: reactivateLink,
237
+ children: "Возобновить подписку"
238
+ })
239
+ })
240
+ ]
241
+ })
242
+ }) })
243
+ ] });
244
+ };
245
+ const SubscriptionPaymentCancellationJA = ({ username, planName, organizationName, cancellationDate, reactivateLink }) => {
246
+ const previewText = `${planName}のサブスクリプションがキャンセルされました`;
247
+ return /* @__PURE__ */ jsxs(Html, { children: [
248
+ /* @__PURE__ */ jsx(Head, {}),
249
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
250
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
251
+ className: "m-auto px-2 font-sans",
252
+ children: /* @__PURE__ */ jsxs(Container, {
253
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
254
+ children: [
255
+ /* @__PURE__ */ jsx(Section, {
256
+ className: "mt-[32px]",
257
+ children: /* @__PURE__ */ jsx(Img, {
258
+ src: "https://intlayer.org/apple-touch-icon.png",
259
+ width: "40",
260
+ height: "37",
261
+ alt: "Intlayer",
262
+ className: "mx-auto my-0"
263
+ })
264
+ }),
265
+ /* @__PURE__ */ jsx(Heading, {
266
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
267
+ children: "サブスクリプションがキャンセルされました"
268
+ }),
269
+ /* @__PURE__ */ jsxs(Text, {
270
+ className: "text-[14px] text-black leading-[24px]",
271
+ children: [username, "様、こんにちは。"]
272
+ }),
273
+ /* @__PURE__ */ jsxs(Text, {
274
+ className: "text-[14px] text-black leading-[24px]",
275
+ children: [
276
+ "ご利用ありがとうございました。あなたの",
277
+ /* @__PURE__ */ jsx("strong", { children: planName }),
278
+ "プランのサブスクリプションがキャンセルされました。",
279
+ /* @__PURE__ */ jsx("strong", { children: cancellationDate }),
280
+ "まで引き続きご利用いただけます。"
281
+ ]
282
+ }),
283
+ /* @__PURE__ */ jsxs(Text, {
284
+ className: "text-[14px] text-black leading-[24px]",
285
+ children: ["組織: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
286
+ }),
287
+ /* @__PURE__ */ jsx(Section, {
288
+ className: "my-[32px] text-center",
289
+ children: /* @__PURE__ */ jsx(Button, {
290
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
291
+ href: reactivateLink,
292
+ children: "サブスクリプションを再開する"
293
+ })
294
+ })
295
+ ]
296
+ })
297
+ }) })
298
+ ] });
299
+ };
300
+ const SubscriptionPaymentCancellationKO = ({ username, planName, organizationName, cancellationDate, reactivateLink }) => {
301
+ const previewText = `${planName} 구독이 취소되었습니다`;
302
+ return /* @__PURE__ */ jsxs(Html, { children: [
303
+ /* @__PURE__ */ jsx(Head, {}),
304
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
305
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
306
+ className: "m-auto px-2 font-sans",
307
+ children: /* @__PURE__ */ jsxs(Container, {
308
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
309
+ children: [
310
+ /* @__PURE__ */ jsx(Section, {
311
+ className: "mt-[32px]",
312
+ children: /* @__PURE__ */ jsx(Img, {
313
+ src: "https://intlayer.org/apple-touch-icon.png",
314
+ width: "40",
315
+ height: "37",
316
+ alt: "Intlayer",
317
+ className: "mx-auto my-0"
318
+ })
319
+ }),
320
+ /* @__PURE__ */ jsx(Heading, {
321
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
322
+ children: "구독이 취소되었습니다"
323
+ }),
324
+ /* @__PURE__ */ jsxs(Text, {
325
+ className: "text-[14px] text-black leading-[24px]",
326
+ children: [
327
+ "안녕하세요 ",
328
+ username,
329
+ "님,"
330
+ ]
331
+ }),
332
+ /* @__PURE__ */ jsxs(Text, {
333
+ className: "text-[14px] text-black leading-[24px]",
334
+ children: [
335
+ "함께해주셔서 감사했습니다! 귀하의 ",
336
+ /* @__PURE__ */ jsx("strong", { children: planName }),
337
+ " 플랜 구독이 취소되었습니다. ",
338
+ /* @__PURE__ */ jsx("strong", { children: cancellationDate }),
339
+ "까지는 계속 이용하실 수 있습니다."
340
+ ]
341
+ }),
342
+ /* @__PURE__ */ jsxs(Text, {
343
+ className: "text-[14px] text-black leading-[24px]",
344
+ children: ["조직: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
345
+ }),
346
+ /* @__PURE__ */ jsx(Section, {
347
+ className: "my-[32px] text-center",
348
+ children: /* @__PURE__ */ jsx(Button, {
349
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
350
+ href: reactivateLink,
351
+ children: "구독 재활성화하기"
352
+ })
353
+ })
354
+ ]
355
+ })
356
+ }) })
357
+ ] });
358
+ };
359
+ const SubscriptionPaymentCancellationZH = ({ username, planName, organizationName, cancellationDate, reactivateLink }) => {
360
+ const previewText = `您的 ${planName} 订阅已取消`;
361
+ return /* @__PURE__ */ jsxs(Html, { children: [
362
+ /* @__PURE__ */ jsx(Head, {}),
363
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
364
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
365
+ className: "m-auto px-2 font-sans",
366
+ children: /* @__PURE__ */ jsxs(Container, {
367
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
368
+ children: [
369
+ /* @__PURE__ */ jsx(Section, {
370
+ className: "mt-[32px]",
371
+ children: /* @__PURE__ */ jsx(Img, {
372
+ src: "https://intlayer.org/apple-touch-icon.png",
373
+ width: "40",
374
+ height: "37",
375
+ alt: "Intlayer",
376
+ className: "mx-auto my-0"
377
+ })
378
+ }),
379
+ /* @__PURE__ */ jsx(Heading, {
380
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
381
+ children: "订阅已取消"
382
+ }),
383
+ /* @__PURE__ */ jsxs(Text, {
384
+ className: "text-[14px] text-black leading-[24px]",
385
+ children: [username, ",您好!"]
386
+ }),
387
+ /* @__PURE__ */ jsxs(Text, {
388
+ className: "text-[14px] text-black leading-[24px]",
389
+ children: [
390
+ "很遗憾看到您离开!您的 ",
391
+ /* @__PURE__ */ jsx("strong", { children: planName }),
392
+ " ",
393
+ "计划订阅已取消。在 ",
394
+ /* @__PURE__ */ jsx("strong", { children: cancellationDate }),
395
+ " ",
396
+ "之前,您仍可访问相关服务。"
397
+ ]
398
+ }),
399
+ /* @__PURE__ */ jsxs(Text, {
400
+ className: "text-[14px] text-black leading-[24px]",
401
+ children: ["组织:", /* @__PURE__ */ jsx("strong", { children: organizationName })]
402
+ }),
403
+ /* @__PURE__ */ jsx(Section, {
404
+ className: "my-[32px] text-center",
405
+ children: /* @__PURE__ */ jsx(Button, {
406
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
407
+ href: reactivateLink,
408
+ children: "重新激活您的订阅"
409
+ })
410
+ })
411
+ ]
412
+ })
413
+ }) })
414
+ ] });
415
+ };
416
+ const SubscriptionPaymentCancellationDE = ({ username, planName, organizationName, cancellationDate, reactivateLink }) => {
417
+ const previewText = `Ihr ${planName}-Abonnement wurde gekündigt`;
418
+ return /* @__PURE__ */ jsxs(Html, { children: [
419
+ /* @__PURE__ */ jsx(Head, {}),
420
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
421
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
422
+ className: "m-auto px-2 font-sans",
423
+ children: /* @__PURE__ */ jsxs(Container, {
424
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
425
+ children: [
426
+ /* @__PURE__ */ jsx(Section, {
427
+ className: "mt-[32px]",
428
+ children: /* @__PURE__ */ jsx(Img, {
429
+ src: "https://intlayer.org/apple-touch-icon.png",
430
+ width: "40",
431
+ height: "37",
432
+ alt: "Intlayer",
433
+ className: "mx-auto my-0"
434
+ })
435
+ }),
436
+ /* @__PURE__ */ jsx(Heading, {
437
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
438
+ children: "Abonnement gekündigt"
439
+ }),
440
+ /* @__PURE__ */ jsxs(Text, {
441
+ className: "text-[14px] text-black leading-[24px]",
442
+ children: [
443
+ "Hallo ",
444
+ username,
445
+ ","
446
+ ]
447
+ }),
448
+ /* @__PURE__ */ jsxs(Text, {
449
+ className: "text-[14px] text-black leading-[24px]",
450
+ children: [
451
+ "wir bedauern, dass Sie uns verlassen! Ihr Abonnement für den",
452
+ " ",
453
+ /* @__PURE__ */ jsx("strong", { children: planName }),
454
+ "-Plan wurde gekündigt. Sie haben noch bis zum ",
455
+ /* @__PURE__ */ jsx("strong", { children: cancellationDate }),
456
+ " Zugriff."
457
+ ]
458
+ }),
459
+ /* @__PURE__ */ jsxs(Text, {
460
+ className: "text-[14px] text-black leading-[24px]",
461
+ children: ["Organisation: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
462
+ }),
463
+ /* @__PURE__ */ jsx(Section, {
464
+ className: "my-[32px] text-center",
465
+ children: /* @__PURE__ */ jsx(Button, {
466
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
467
+ href: reactivateLink,
468
+ children: "Ihr Abonnement reaktivieren"
469
+ })
470
+ })
471
+ ]
472
+ })
473
+ }) })
474
+ ] });
475
+ };
476
+ const SubscriptionPaymentCancellationAR = ({ username, planName, organizationName, cancellationDate, reactivateLink }) => {
477
+ const previewText = `تم إلغاء اشتراكك في ${planName}`;
478
+ return /* @__PURE__ */ jsxs(Html, {
479
+ dir: "rtl",
480
+ children: [
481
+ /* @__PURE__ */ jsx(Head, {}),
482
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
483
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
484
+ className: "m-auto px-2 font-sans",
485
+ children: /* @__PURE__ */ jsxs(Container, {
486
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
487
+ children: [
488
+ /* @__PURE__ */ jsx(Section, {
489
+ className: "mt-[32px]",
490
+ children: /* @__PURE__ */ jsx(Img, {
491
+ src: "https://intlayer.org/apple-touch-icon.png",
492
+ width: "40",
493
+ height: "37",
494
+ alt: "Intlayer",
495
+ className: "mx-auto my-0"
496
+ })
497
+ }),
498
+ /* @__PURE__ */ jsx(Heading, {
499
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
500
+ children: "تم إلغاء الاشتراك"
501
+ }),
502
+ /* @__PURE__ */ jsxs(Text, {
503
+ className: "text-[14px] text-black leading-[24px]",
504
+ children: [
505
+ "أهلاً ",
506
+ username,
507
+ "،"
508
+ ]
509
+ }),
510
+ /* @__PURE__ */ jsxs(Text, {
511
+ className: "text-[14px] text-black leading-[24px]",
512
+ children: [
513
+ "نحن ناسف لرحيلك! لقد تم إلغاء اشتراكك في خطة",
514
+ " ",
515
+ /* @__PURE__ */ jsx("strong", { children: planName }),
516
+ ". سيظل بإمكانك الوصول حتى تاريخ",
517
+ " ",
518
+ /* @__PURE__ */ jsx("strong", { children: cancellationDate }),
519
+ "."
520
+ ]
521
+ }),
522
+ /* @__PURE__ */ jsxs(Text, {
523
+ className: "text-[14px] text-black leading-[24px]",
524
+ children: ["المنظمة: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
525
+ }),
526
+ /* @__PURE__ */ jsx(Section, {
527
+ className: "my-[32px] text-center",
528
+ children: /* @__PURE__ */ jsx(Button, {
529
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
530
+ href: reactivateLink,
531
+ children: "إعادة تفعيل اشتراكك"
532
+ })
533
+ })
534
+ ]
535
+ })
536
+ }) })
537
+ ]
538
+ });
539
+ };
540
+ const SubscriptionPaymentCancellationIT = ({ username, planName, organizationName, cancellationDate, reactivateLink }) => {
541
+ const previewText = `Il tuo abbonamento ${planName} è stato annullato`;
542
+ return /* @__PURE__ */ jsxs(Html, { children: [
543
+ /* @__PURE__ */ jsx(Head, {}),
544
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
545
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
546
+ className: "m-auto px-2 font-sans",
547
+ children: /* @__PURE__ */ jsxs(Container, {
548
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
549
+ children: [
550
+ /* @__PURE__ */ jsx(Section, {
551
+ className: "mt-[32px]",
552
+ children: /* @__PURE__ */ jsx(Img, {
553
+ src: "https://intlayer.org/apple-touch-icon.png",
554
+ width: "40",
555
+ height: "37",
556
+ alt: "Intlayer",
557
+ className: "mx-auto my-0"
558
+ })
559
+ }),
560
+ /* @__PURE__ */ jsx(Heading, {
561
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
562
+ children: "Abbonamento Annullato"
563
+ }),
564
+ /* @__PURE__ */ jsxs(Text, {
565
+ className: "text-[14px] text-black leading-[24px]",
566
+ children: [
567
+ "Ciao ",
568
+ username,
569
+ ","
570
+ ]
571
+ }),
572
+ /* @__PURE__ */ jsxs(Text, {
573
+ className: "text-[14px] text-black leading-[24px]",
574
+ children: [
575
+ "Ci dispiace vederti andare via! Il tuo abbonamento al piano",
576
+ " ",
577
+ /* @__PURE__ */ jsx("strong", { children: planName }),
578
+ " è stato annullato. Avrai ancora accesso fino al ",
579
+ /* @__PURE__ */ jsx("strong", { children: cancellationDate }),
580
+ "."
581
+ ]
582
+ }),
583
+ /* @__PURE__ */ jsxs(Text, {
584
+ className: "text-[14px] text-black leading-[24px]",
585
+ children: ["Organizzazione: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
586
+ }),
587
+ /* @__PURE__ */ jsx(Section, {
588
+ className: "my-[32px] text-center",
589
+ children: /* @__PURE__ */ jsx(Button, {
590
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
591
+ href: reactivateLink,
592
+ children: "Riattiva il tuo abbonamento"
593
+ })
594
+ })
595
+ ]
596
+ })
597
+ }) })
598
+ ] });
599
+ };
600
+ const SubscriptionPaymentCancellationEN_GB = ({ username, planName, organizationName, cancellationDate, reactivateLink }) => {
601
+ const previewText = `Your ${planName} subscription has been cancelled`;
602
+ return /* @__PURE__ */ jsxs(Html, { children: [
603
+ /* @__PURE__ */ jsx(Head, {}),
604
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
605
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
606
+ className: "m-auto px-2 font-sans",
607
+ children: /* @__PURE__ */ jsxs(Container, {
608
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
609
+ children: [
610
+ /* @__PURE__ */ jsx(Section, {
611
+ className: "mt-[32px]",
612
+ children: /* @__PURE__ */ jsx(Img, {
613
+ src: "https://intlayer.org/apple-touch-icon.png",
614
+ width: "40",
615
+ height: "37",
616
+ alt: "Intlayer",
617
+ className: "mx-auto my-0"
618
+ })
619
+ }),
620
+ /* @__PURE__ */ jsx(Heading, {
621
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
622
+ children: "Subscription Cancelled"
623
+ }),
624
+ /* @__PURE__ */ jsxs(Text, {
625
+ className: "text-[14px] text-black leading-[24px]",
626
+ children: [
627
+ "Hello ",
628
+ username,
629
+ ","
630
+ ]
631
+ }),
632
+ /* @__PURE__ */ jsxs(Text, {
633
+ className: "text-[14px] text-black leading-[24px]",
634
+ children: [
635
+ "We’re sorry to see you go! Your subscription to the",
636
+ " ",
637
+ /* @__PURE__ */ jsx("strong", { children: planName }),
638
+ " plan has been cancelled. You will still have access until ",
639
+ /* @__PURE__ */ jsx("strong", { children: cancellationDate }),
640
+ "."
641
+ ]
642
+ }),
643
+ /* @__PURE__ */ jsxs(Text, {
644
+ className: "text-[14px] text-black leading-[24px]",
645
+ children: ["Organisation: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
646
+ }),
647
+ /* @__PURE__ */ jsx(Section, {
648
+ className: "my-[32px] text-center",
649
+ children: /* @__PURE__ */ jsx(Button, {
650
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
651
+ href: reactivateLink,
652
+ children: "Reactivate Your Subscription"
653
+ })
654
+ })
655
+ ]
656
+ })
657
+ }) })
658
+ ] });
659
+ };
660
+ const SubscriptionPaymentCancellationPT = ({ username, planName, organizationName, cancellationDate, reactivateLink }) => {
661
+ const previewText = `Sua assinatura ${planName} foi cancelada`;
662
+ return /* @__PURE__ */ jsxs(Html, { children: [
663
+ /* @__PURE__ */ jsx(Head, {}),
664
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
665
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
666
+ className: "m-auto px-2 font-sans",
667
+ children: /* @__PURE__ */ jsxs(Container, {
668
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
669
+ children: [
670
+ /* @__PURE__ */ jsx(Section, {
671
+ className: "mt-[32px]",
672
+ children: /* @__PURE__ */ jsx(Img, {
673
+ src: "https://intlayer.org/apple-touch-icon.png",
674
+ width: "40",
675
+ height: "37",
676
+ alt: "Intlayer",
677
+ className: "mx-auto my-0"
678
+ })
679
+ }),
680
+ /* @__PURE__ */ jsx(Heading, {
681
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
682
+ children: "Assinatura Cancelada"
683
+ }),
684
+ /* @__PURE__ */ jsxs(Text, {
685
+ className: "text-[14px] text-black leading-[24px]",
686
+ children: [
687
+ "Olá ",
688
+ username,
689
+ ","
690
+ ]
691
+ }),
692
+ /* @__PURE__ */ jsxs(Text, {
693
+ className: "text-[14px] text-black leading-[24px]",
694
+ children: [
695
+ "Lamentamos ver você partir! Sua assinatura do plano",
696
+ " ",
697
+ /* @__PURE__ */ jsx("strong", { children: planName }),
698
+ " foi cancelada. Você ainda terá acesso até ",
699
+ /* @__PURE__ */ jsx("strong", { children: cancellationDate }),
700
+ "."
701
+ ]
702
+ }),
703
+ /* @__PURE__ */ jsxs(Text, {
704
+ className: "text-[14px] text-black leading-[24px]",
705
+ children: ["Organização: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
706
+ }),
707
+ /* @__PURE__ */ jsx(Section, {
708
+ className: "my-[32px] text-center",
709
+ children: /* @__PURE__ */ jsx(Button, {
710
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
711
+ href: reactivateLink,
712
+ children: "Reativar sua assinatura"
713
+ })
714
+ })
715
+ ]
716
+ })
717
+ }) })
718
+ ] });
719
+ };
720
+ const SubscriptionPaymentCancellationHI = ({ username, planName, organizationName, cancellationDate, reactivateLink }) => {
721
+ const previewText = `आपकी ${planName} सदस्यता रद्द कर दी गई है`;
722
+ return /* @__PURE__ */ jsxs(Html, { children: [
723
+ /* @__PURE__ */ jsx(Head, {}),
724
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
725
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
726
+ className: "m-auto px-2 font-sans",
727
+ children: /* @__PURE__ */ jsxs(Container, {
728
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
729
+ children: [
730
+ /* @__PURE__ */ jsx(Section, {
731
+ className: "mt-[32px]",
732
+ children: /* @__PURE__ */ jsx(Img, {
733
+ src: "https://intlayer.org/apple-touch-icon.png",
734
+ width: "40",
735
+ height: "37",
736
+ alt: "Intlayer",
737
+ className: "mx-auto my-0"
738
+ })
739
+ }),
740
+ /* @__PURE__ */ jsx(Heading, {
741
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
742
+ children: "सदस्यता रद्द कर दी गई"
743
+ }),
744
+ /* @__PURE__ */ jsxs(Text, {
745
+ className: "text-[14px] text-black leading-[24px]",
746
+ children: [
747
+ "नमस्ते ",
748
+ username,
749
+ ","
750
+ ]
751
+ }),
752
+ /* @__PURE__ */ jsxs(Text, {
753
+ className: "text-[14px] text-black leading-[24px]",
754
+ children: [
755
+ "हमें आपको जाते हुए देखकर दुख हो रहा है! आपकी ",
756
+ /* @__PURE__ */ jsx("strong", { children: planName }),
757
+ " ",
758
+ "योजना की सदस्यता रद्द कर दी गई है। आपके पास अभी भी",
759
+ " ",
760
+ /* @__PURE__ */ jsx("strong", { children: cancellationDate }),
761
+ " तक पहुँच होगी।"
762
+ ]
763
+ }),
764
+ /* @__PURE__ */ jsxs(Text, {
765
+ className: "text-[14px] text-black leading-[24px]",
766
+ children: ["संगठन: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
767
+ }),
768
+ /* @__PURE__ */ jsx(Section, {
769
+ className: "my-[32px] text-center",
770
+ children: /* @__PURE__ */ jsx(Button, {
771
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
772
+ href: reactivateLink,
773
+ children: "अपनी सदस्यता को फिर से सक्रिय करें"
774
+ })
775
+ })
776
+ ]
777
+ })
778
+ }) })
779
+ ] });
780
+ };
781
+ const SubscriptionPaymentCancellationTR = ({ username, planName, organizationName, cancellationDate, reactivateLink }) => {
782
+ const previewText = `${planName} aboneliğiniz iptal edildi`;
783
+ return /* @__PURE__ */ jsxs(Html, { children: [
784
+ /* @__PURE__ */ jsx(Head, {}),
785
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
786
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
787
+ className: "m-auto px-2 font-sans",
788
+ children: /* @__PURE__ */ jsxs(Container, {
789
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
790
+ children: [
791
+ /* @__PURE__ */ jsx(Section, {
792
+ className: "mt-[32px]",
793
+ children: /* @__PURE__ */ jsx(Img, {
794
+ src: "https://intlayer.org/apple-touch-icon.png",
795
+ width: "40",
796
+ height: "37",
797
+ alt: "Intlayer",
798
+ className: "mx-auto my-0"
799
+ })
800
+ }),
801
+ /* @__PURE__ */ jsx(Heading, {
802
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
803
+ children: "Abonelik İptal Edildi"
804
+ }),
805
+ /* @__PURE__ */ jsxs(Text, {
806
+ className: "text-[14px] text-black leading-[24px]",
807
+ children: [
808
+ "Merhaba ",
809
+ username,
810
+ ","
811
+ ]
812
+ }),
813
+ /* @__PURE__ */ jsxs(Text, {
814
+ className: "text-[14px] text-black leading-[24px]",
815
+ children: [
816
+ "Ayrıldığınız için üzgünüz! ",
817
+ /* @__PURE__ */ jsx("strong", { children: planName }),
818
+ " planına olan aboneliğiniz iptal edildi.",
819
+ " ",
820
+ /* @__PURE__ */ jsx("strong", { children: cancellationDate }),
821
+ " tarihine kadar erişiminiz devam edecektir."
822
+ ]
823
+ }),
824
+ /* @__PURE__ */ jsxs(Text, {
825
+ className: "text-[14px] text-black leading-[24px]",
826
+ children: ["Kuruluş: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
827
+ }),
828
+ /* @__PURE__ */ jsx(Section, {
829
+ className: "my-[32px] text-center",
830
+ children: /* @__PURE__ */ jsx(Button, {
831
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
832
+ href: reactivateLink,
833
+ children: "Aboneliğinizi Yeniden Etkinleştirin"
834
+ })
835
+ })
836
+ ]
837
+ })
838
+ }) })
839
+ ] });
840
+ };
841
+ const SubscriptionPaymentCancellationPL = ({ username, planName, organizationName, cancellationDate, reactivateLink }) => {
842
+ const previewText = `Twoja subskrypcja ${planName} została anulowana`;
843
+ return /* @__PURE__ */ jsxs(Html, { children: [
844
+ /* @__PURE__ */ jsx(Head, {}),
845
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
846
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
847
+ className: "m-auto px-2 font-sans",
848
+ children: /* @__PURE__ */ jsxs(Container, {
849
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
850
+ children: [
851
+ /* @__PURE__ */ jsx(Section, {
852
+ className: "mt-[32px]",
853
+ children: /* @__PURE__ */ jsx(Img, {
854
+ src: "https://intlayer.org/apple-touch-icon.png",
855
+ width: "40",
856
+ height: "37",
857
+ alt: "Intlayer",
858
+ className: "mx-auto my-0"
859
+ })
860
+ }),
861
+ /* @__PURE__ */ jsx(Heading, {
862
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
863
+ children: "Subskrypcja Anulowana"
864
+ }),
865
+ /* @__PURE__ */ jsxs(Text, {
866
+ className: "text-[14px] text-black leading-[24px]",
867
+ children: [
868
+ "Witaj ",
869
+ username,
870
+ ","
871
+ ]
872
+ }),
873
+ /* @__PURE__ */ jsxs(Text, {
874
+ className: "text-[14px] text-black leading-[24px]",
875
+ children: [
876
+ "Przykro nam, że odchodzisz! Twoja subskrypcja planu",
877
+ " ",
878
+ /* @__PURE__ */ jsx("strong", { children: planName }),
879
+ " została anulowana. Nadal będziesz mieć dostęp do ",
880
+ /* @__PURE__ */ jsx("strong", { children: cancellationDate }),
881
+ "."
882
+ ]
883
+ }),
884
+ /* @__PURE__ */ jsxs(Text, {
885
+ className: "text-[14px] text-black leading-[24px]",
886
+ children: ["Organizacja: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
887
+ }),
888
+ /* @__PURE__ */ jsx(Section, {
889
+ className: "my-[32px] text-center",
890
+ children: /* @__PURE__ */ jsx(Button, {
891
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
892
+ href: reactivateLink,
893
+ children: "Reaktywuj swoją subskrypcję"
894
+ })
895
+ })
896
+ ]
897
+ })
898
+ }) })
899
+ ] });
900
+ };
901
+ const SubscriptionPaymentCancellationID = ({ username, planName, organizationName, cancellationDate, reactivateLink }) => {
902
+ const previewText = `Langganan ${planName} Anda telah dibatalkan`;
903
+ return /* @__PURE__ */ jsxs(Html, { children: [
904
+ /* @__PURE__ */ jsx(Head, {}),
905
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
906
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
907
+ className: "m-auto px-2 font-sans",
908
+ children: /* @__PURE__ */ jsxs(Container, {
909
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
910
+ children: [
911
+ /* @__PURE__ */ jsx(Section, {
912
+ className: "mt-[32px]",
913
+ children: /* @__PURE__ */ jsx(Img, {
914
+ src: "https://intlayer.org/apple-touch-icon.png",
915
+ width: "40",
916
+ height: "37",
917
+ alt: "Intlayer",
918
+ className: "mx-auto my-0"
919
+ })
920
+ }),
921
+ /* @__PURE__ */ jsx(Heading, {
922
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
923
+ children: "Langganan Dibatalkan"
924
+ }),
925
+ /* @__PURE__ */ jsxs(Text, {
926
+ className: "text-[14px] text-black leading-[24px]",
927
+ children: [
928
+ "Halo ",
929
+ username,
930
+ ","
931
+ ]
932
+ }),
933
+ /* @__PURE__ */ jsxs(Text, {
934
+ className: "text-[14px] text-black leading-[24px]",
935
+ children: [
936
+ "Kami sedih melihat Anda pergi! Langganan Anda ke paket",
937
+ " ",
938
+ /* @__PURE__ */ jsx("strong", { children: planName }),
939
+ " telah dibatalkan. Anda masih akan memiliki akses hingga ",
940
+ /* @__PURE__ */ jsx("strong", { children: cancellationDate }),
941
+ "."
942
+ ]
943
+ }),
944
+ /* @__PURE__ */ jsxs(Text, {
945
+ className: "text-[14px] text-black leading-[24px]",
946
+ children: ["Organisasi: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
947
+ }),
948
+ /* @__PURE__ */ jsx(Section, {
949
+ className: "my-[32px] text-center",
950
+ children: /* @__PURE__ */ jsx(Button, {
951
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
952
+ href: reactivateLink,
953
+ children: "Aktifkan Kembali Langganan Anda"
954
+ })
955
+ })
956
+ ]
957
+ })
958
+ }) })
959
+ ] });
960
+ };
961
+ const SubscriptionPaymentCancellationVI = ({ username, planName, organizationName, cancellationDate, reactivateLink }) => {
962
+ const previewText = `Gói thuê bao ${planName} của bạn đã bị hủy`;
963
+ return /* @__PURE__ */ jsxs(Html, { children: [
964
+ /* @__PURE__ */ jsx(Head, {}),
965
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
966
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
967
+ className: "m-auto px-2 font-sans",
968
+ children: /* @__PURE__ */ jsxs(Container, {
969
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
970
+ children: [
971
+ /* @__PURE__ */ jsx(Section, {
972
+ className: "mt-[32px]",
973
+ children: /* @__PURE__ */ jsx(Img, {
974
+ src: "https://intlayer.org/apple-touch-icon.png",
975
+ width: "40",
976
+ height: "37",
977
+ alt: "Intlayer",
978
+ className: "mx-auto my-0"
979
+ })
980
+ }),
981
+ /* @__PURE__ */ jsx(Heading, {
982
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
983
+ children: "Thuê Bao Đã Bị Hủy"
984
+ }),
985
+ /* @__PURE__ */ jsxs(Text, {
986
+ className: "text-[14px] text-black leading-[24px]",
987
+ children: [
988
+ "Xin chào ",
989
+ username,
990
+ ","
991
+ ]
992
+ }),
993
+ /* @__PURE__ */ jsxs(Text, {
994
+ className: "text-[14px] text-black leading-[24px]",
995
+ children: [
996
+ "Chúng tôi rất tiếc khi thấy bạn rời đi! Gói thuê bao",
997
+ " ",
998
+ /* @__PURE__ */ jsx("strong", { children: planName }),
999
+ " của bạn đã bị hủy. Bạn vẫn sẽ có quyền truy cập cho đến ngày ",
1000
+ /* @__PURE__ */ jsx("strong", { children: cancellationDate }),
1001
+ "."
1002
+ ]
1003
+ }),
1004
+ /* @__PURE__ */ jsxs(Text, {
1005
+ className: "text-[14px] text-black leading-[24px]",
1006
+ children: ["Tổ chức: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
1007
+ }),
1008
+ /* @__PURE__ */ jsx(Section, {
1009
+ className: "my-[32px] text-center",
1010
+ children: /* @__PURE__ */ jsx(Button, {
1011
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1012
+ href: reactivateLink,
1013
+ children: "Kích hoạt lại gói thuê bao của bạn"
1014
+ })
1015
+ })
1016
+ ]
1017
+ })
1018
+ }) })
1019
+ ] });
1020
+ };
1021
+ const SubscriptionPaymentCancellationUK = ({ username, planName, organizationName, cancellationDate, reactivateLink }) => {
1022
+ const previewText = `Вашу підписку на ${planName} скасовано`;
1023
+ return /* @__PURE__ */ jsxs(Html, { children: [
1024
+ /* @__PURE__ */ jsx(Head, {}),
1025
+ /* @__PURE__ */ jsx(Preview, { children: previewText }),
1026
+ /* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
1027
+ className: "m-auto px-2 font-sans",
1028
+ children: /* @__PURE__ */ jsxs(Container, {
1029
+ className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
1030
+ children: [
1031
+ /* @__PURE__ */ jsx(Section, {
1032
+ className: "mt-[32px]",
1033
+ children: /* @__PURE__ */ jsx(Img, {
1034
+ src: "https://intlayer.org/apple-touch-icon.png",
1035
+ width: "40",
1036
+ height: "37",
1037
+ alt: "Intlayer",
1038
+ className: "mx-auto my-0"
1039
+ })
1040
+ }),
1041
+ /* @__PURE__ */ jsx(Heading, {
1042
+ className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
1043
+ children: "Підписку скасовано"
1044
+ }),
1045
+ /* @__PURE__ */ jsxs(Text, {
1046
+ className: "text-[14px] text-black leading-[24px]",
1047
+ children: [
1048
+ "Вітаємо, ",
1049
+ username,
1050
+ ","
1051
+ ]
1052
+ }),
1053
+ /* @__PURE__ */ jsxs(Text, {
1054
+ className: "text-[14px] text-black leading-[24px]",
1055
+ children: [
1056
+ "Нам шкода, що ви йдете! Вашу підписку на тарифний план",
1057
+ " ",
1058
+ /* @__PURE__ */ jsx("strong", { children: planName }),
1059
+ " скасовано. У вас все ще буде доступ до",
1060
+ " ",
1061
+ /* @__PURE__ */ jsx("strong", { children: cancellationDate }),
1062
+ "."
1063
+ ]
1064
+ }),
1065
+ /* @__PURE__ */ jsxs(Text, {
1066
+ className: "text-[14px] text-black leading-[24px]",
1067
+ children: ["Організація: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
1068
+ }),
1069
+ /* @__PURE__ */ jsx(Section, {
1070
+ className: "my-[32px] text-center",
1071
+ children: /* @__PURE__ */ jsx(Button, {
1072
+ className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
1073
+ href: reactivateLink,
1074
+ children: "Відновити підписку"
1075
+ })
1076
+ })
1077
+ ]
1078
+ })
1079
+ }) })
1080
+ ] });
1081
+ };
185
1082
  const PreviewProps = {
186
1083
  username: "John Doe",
187
1084
  email: "john.doe@example.com",
@@ -193,7 +1090,22 @@ const PreviewProps = {
193
1090
  SubscriptionPaymentCancellationEN.PreviewProps = PreviewProps;
194
1091
  SubscriptionPaymentCancellationFR.PreviewProps = PreviewProps;
195
1092
  SubscriptionPaymentCancellationES.PreviewProps = PreviewProps;
1093
+ SubscriptionPaymentCancellationRU.PreviewProps = PreviewProps;
1094
+ SubscriptionPaymentCancellationJA.PreviewProps = PreviewProps;
1095
+ SubscriptionPaymentCancellationKO.PreviewProps = PreviewProps;
1096
+ SubscriptionPaymentCancellationZH.PreviewProps = PreviewProps;
1097
+ SubscriptionPaymentCancellationDE.PreviewProps = PreviewProps;
1098
+ SubscriptionPaymentCancellationAR.PreviewProps = PreviewProps;
1099
+ SubscriptionPaymentCancellationIT.PreviewProps = PreviewProps;
1100
+ SubscriptionPaymentCancellationEN_GB.PreviewProps = PreviewProps;
1101
+ SubscriptionPaymentCancellationPT.PreviewProps = PreviewProps;
1102
+ SubscriptionPaymentCancellationHI.PreviewProps = PreviewProps;
1103
+ SubscriptionPaymentCancellationTR.PreviewProps = PreviewProps;
1104
+ SubscriptionPaymentCancellationPL.PreviewProps = PreviewProps;
1105
+ SubscriptionPaymentCancellationID.PreviewProps = PreviewProps;
1106
+ SubscriptionPaymentCancellationVI.PreviewProps = PreviewProps;
1107
+ SubscriptionPaymentCancellationUK.PreviewProps = PreviewProps;
196
1108
 
197
1109
  //#endregion
198
- export { SubscriptionPaymentCancellationEN, SubscriptionPaymentCancellationES, SubscriptionPaymentCancellationFR };
1110
+ export { SubscriptionPaymentCancellationAR, SubscriptionPaymentCancellationDE, SubscriptionPaymentCancellationEN, SubscriptionPaymentCancellationEN_GB, SubscriptionPaymentCancellationES, SubscriptionPaymentCancellationFR, SubscriptionPaymentCancellationHI, SubscriptionPaymentCancellationID, SubscriptionPaymentCancellationIT, SubscriptionPaymentCancellationJA, SubscriptionPaymentCancellationKO, SubscriptionPaymentCancellationPL, SubscriptionPaymentCancellationPT, SubscriptionPaymentCancellationRU, SubscriptionPaymentCancellationTR, SubscriptionPaymentCancellationUK, SubscriptionPaymentCancellationVI, SubscriptionPaymentCancellationZH };
199
1111
  //# sourceMappingURL=SubscriptionPaymentCancellation.mjs.map