@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.
- package/README.md +27 -1
- package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/solid.json +4990 -0
- package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/svelte.json +4987 -0
- package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/vue.json +4975 -0
- package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_astro_lit.json +9936 -8930
- package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_astro_vanilla.json +7963 -6949
- package/dist/assets/utils/AI/askDocQuestion/embeddings/docs/en/readme.json +12908 -12288
- package/dist/esm/controllers/oAuth2.controller.mjs +21 -1
- package/dist/esm/controllers/oAuth2.controller.mjs.map +1 -1
- package/dist/esm/controllers/stripe.controller.mjs +86 -2
- package/dist/esm/controllers/stripe.controller.mjs.map +1 -1
- package/dist/esm/controllers/translation.controller.mjs +2 -0
- package/dist/esm/controllers/translation.controller.mjs.map +1 -1
- package/dist/esm/emails/InviteUserEmail.mjs +1541 -1
- package/dist/esm/emails/InviteUserEmail.mjs.map +1 -1
- package/dist/esm/emails/MagicLinkEmail.mjs +1128 -1
- package/dist/esm/emails/MagicLinkEmail.mjs.map +1 -1
- package/dist/esm/emails/OAuthTokenCreatedEmail.mjs +1389 -1
- package/dist/esm/emails/OAuthTokenCreatedEmail.mjs.map +1 -1
- package/dist/esm/emails/PasswordChangeConfirmation.mjs +814 -1
- package/dist/esm/emails/PasswordChangeConfirmation.mjs.map +1 -1
- package/dist/esm/emails/ResetUserPassword.mjs +1132 -1
- package/dist/esm/emails/ResetUserPassword.mjs.map +1 -1
- package/dist/esm/emails/SubscriptionPaymentCancellation.mjs +913 -1
- package/dist/esm/emails/SubscriptionPaymentCancellation.mjs.map +1 -1
- package/dist/esm/emails/SubscriptionPaymentError.mjs +908 -1
- package/dist/esm/emails/SubscriptionPaymentError.mjs.map +1 -1
- package/dist/esm/emails/SubscriptionPaymentSuccess.mjs +935 -1
- package/dist/esm/emails/SubscriptionPaymentSuccess.mjs.map +1 -1
- package/dist/esm/emails/ValidateUserEmail.mjs +1111 -1
- package/dist/esm/emails/ValidateUserEmail.mjs.map +1 -1
- package/dist/esm/emails/Welcome.mjs +1004 -1
- package/dist/esm/emails/Welcome.mjs.map +1 -1
- package/dist/esm/emails/index.mjs +7 -7
- package/dist/esm/index.mjs +8 -2
- package/dist/esm/index.mjs.map +1 -1
- package/dist/esm/middlewares/oAuth2.middleware.mjs +2 -2
- package/dist/esm/middlewares/oAuth2.middleware.mjs.map +1 -1
- package/dist/esm/routes/audit.routes.mjs +5 -4
- package/dist/esm/routes/audit.routes.mjs.map +1 -1
- package/dist/esm/routes/dictionary.routes.mjs +4 -3
- package/dist/esm/routes/dictionary.routes.mjs.map +1 -1
- package/dist/esm/routes/organization.routes.mjs +3 -2
- package/dist/esm/routes/organization.routes.mjs.map +1 -1
- package/dist/esm/routes/paramsSchemas.mjs +67 -0
- package/dist/esm/routes/paramsSchemas.mjs.map +1 -0
- package/dist/esm/routes/project.routes.mjs +2 -1
- package/dist/esm/routes/project.routes.mjs.map +1 -1
- package/dist/esm/routes/showcaseProject.routes.mjs +5 -4
- package/dist/esm/routes/showcaseProject.routes.mjs.map +1 -1
- package/dist/esm/routes/stripe.routes.mjs +19 -1
- package/dist/esm/routes/stripe.routes.mjs.map +1 -1
- package/dist/esm/routes/tags.routes.mjs +3 -2
- package/dist/esm/routes/tags.routes.mjs.map +1 -1
- package/dist/esm/routes/translate.routes.mjs +6 -5
- package/dist/esm/routes/translate.routes.mjs.map +1 -1
- package/dist/esm/routes/user.routes.mjs +5 -4
- package/dist/esm/routes/user.routes.mjs.map +1 -1
- package/dist/esm/schemas/oAuth2.schema.mjs +1 -1
- package/dist/esm/schemas/oAuth2.schema.mjs.map +1 -1
- package/dist/esm/services/email.service.mjs +338 -38
- package/dist/esm/services/email.service.mjs.map +1 -1
- package/dist/esm/services/oAuth2.service.mjs +20 -2
- package/dist/esm/services/oAuth2.service.mjs.map +1 -1
- package/dist/esm/services/subscription.service.mjs +5 -2
- package/dist/esm/services/subscription.service.mjs.map +1 -1
- package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/solid.json +4990 -0
- package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/svelte.json +4987 -0
- package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/benchmark/vue.json +4975 -0
- package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_astro_lit.json +9936 -8930
- package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/intlayer_with_astro_vanilla.json +7963 -6949
- package/dist/esm/utils/AI/askDocQuestion/embeddings/docs/en/readme.json +12908 -12288
- package/dist/esm/utils/AI/auditDictionary/index.mjs +1 -3
- package/dist/esm/utils/AI/auditDictionary/index.mjs.map +1 -1
- package/dist/esm/utils/AI/auditDictionaryField/index.mjs +1 -3
- package/dist/esm/utils/AI/auditDictionaryField/index.mjs.map +1 -1
- package/dist/esm/utils/AI/auditTag/index.mjs +1 -3
- package/dist/esm/utils/AI/auditTag/index.mjs.map +1 -1
- package/dist/esm/utils/AI/autocomplete/index.mjs +1 -3
- package/dist/esm/utils/AI/autocomplete/index.mjs.map +1 -1
- package/dist/esm/utils/auth/getAuth.mjs +6 -0
- package/dist/esm/utils/auth/getAuth.mjs.map +1 -1
- package/dist/esm/utils/errors/errorCodes.mjs +3917 -287
- package/dist/esm/utils/errors/errorCodes.mjs.map +1 -1
- package/dist/esm/utils/mongoDB/connectDB.mjs +5 -0
- package/dist/esm/utils/mongoDB/connectDB.mjs.map +1 -1
- package/dist/esm/utils/oAuth2.mjs +6 -2
- package/dist/esm/utils/oAuth2.mjs.map +1 -1
- package/dist/esm/utils/plan.mjs +13 -1
- package/dist/esm/utils/plan.mjs.map +1 -1
- package/dist/types/controllers/oAuth2.controller.d.ts +11 -1
- package/dist/types/controllers/oAuth2.controller.d.ts.map +1 -1
- package/dist/types/controllers/stripe.controller.d.ts +22 -2
- package/dist/types/controllers/stripe.controller.d.ts.map +1 -1
- package/dist/types/controllers/translation.controller.d.ts.map +1 -1
- package/dist/types/emails/InviteUserEmail.d.ts +181 -1
- package/dist/types/emails/InviteUserEmail.d.ts.map +1 -1
- package/dist/types/emails/MagicLinkEmail.d.ts +106 -1
- package/dist/types/emails/MagicLinkEmail.d.ts.map +1 -1
- package/dist/types/emails/OAuthTokenCreatedEmail.d.ts +166 -1
- package/dist/types/emails/OAuthTokenCreatedEmail.d.ts.map +1 -1
- package/dist/types/emails/PasswordChangeConfirmation.d.ts +91 -1
- package/dist/types/emails/PasswordChangeConfirmation.d.ts.map +1 -1
- package/dist/types/emails/ResetUserPassword.d.ts +106 -1
- package/dist/types/emails/ResetUserPassword.d.ts.map +1 -1
- package/dist/types/emails/SubscriptionPaymentCancellation.d.ts +151 -1
- package/dist/types/emails/SubscriptionPaymentCancellation.d.ts.map +1 -1
- package/dist/types/emails/SubscriptionPaymentError.d.ts +151 -1
- package/dist/types/emails/SubscriptionPaymentError.d.ts.map +1 -1
- package/dist/types/emails/SubscriptionPaymentSuccess.d.ts +151 -1
- package/dist/types/emails/SubscriptionPaymentSuccess.d.ts.map +1 -1
- package/dist/types/emails/ValidateUserEmail.d.ts +106 -1
- package/dist/types/emails/ValidateUserEmail.d.ts.map +1 -1
- package/dist/types/emails/Welcome.d.ts +106 -1
- package/dist/types/emails/Welcome.d.ts.map +1 -1
- package/dist/types/emails/index.d.ts +7 -7
- package/dist/types/export.d.ts +3 -3
- package/dist/types/middlewares/oAuth2.middleware.d.ts.map +1 -1
- package/dist/types/routes/audit.routes.d.ts.map +1 -1
- package/dist/types/routes/dictionary.routes.d.ts.map +1 -1
- package/dist/types/routes/organization.routes.d.ts.map +1 -1
- package/dist/types/routes/paramsSchemas.d.ts +102 -0
- package/dist/types/routes/paramsSchemas.d.ts.map +1 -0
- package/dist/types/routes/project.routes.d.ts.map +1 -1
- package/dist/types/routes/showcaseProject.routes.d.ts.map +1 -1
- package/dist/types/routes/stripe.routes.d.ts +15 -0
- package/dist/types/routes/stripe.routes.d.ts.map +1 -1
- package/dist/types/routes/tags.routes.d.ts.map +1 -1
- package/dist/types/routes/translate.routes.d.ts.map +1 -1
- package/dist/types/routes/user.routes.d.ts.map +1 -1
- package/dist/types/schemas/dictionary.schema.d.ts +5 -5
- package/dist/types/schemas/discussion.schema.d.ts +8 -8
- package/dist/types/schemas/organization.schema.d.ts +6 -6
- package/dist/types/schemas/plans.schema.d.ts +9 -9
- package/dist/types/schemas/project.schema.d.ts +12 -12
- package/dist/types/schemas/session.schema.d.ts +3 -3
- package/dist/types/schemas/showcaseProject.schema.d.ts +7 -7
- package/dist/types/schemas/tag.schema.d.ts +8 -8
- package/dist/types/services/email.service.d.ts.map +1 -1
- package/dist/types/services/oAuth2.service.d.ts +6 -1
- package/dist/types/services/oAuth2.service.d.ts.map +1 -1
- package/dist/types/types/plan.types.d.ts +2 -2
- package/dist/types/utils/errors/errorCodes.d.ts +3634 -4
- package/dist/types/utils/errors/errorCodes.d.ts.map +1 -1
- package/dist/types/utils/mongoDB/connectDB.d.ts.map +1 -1
- package/dist/types/utils/oAuth2.d.ts +3 -1
- package/dist/types/utils/oAuth2.d.ts.map +1 -1
- package/dist/types/utils/plan.d.ts +2 -1
- package/dist/types/utils/plan.d.ts.map +1 -1
- package/package.json +14 -13
|
@@ -188,6 +188,925 @@ const SubscriptionPaymentSuccessES = ({ username, planName, organizationName, su
|
|
|
188
188
|
}) })
|
|
189
189
|
] });
|
|
190
190
|
};
|
|
191
|
+
const SubscriptionPaymentSuccessRU = ({ username, planName, organizationName, subscriptionStartDate, manageSubscriptionLink }) => {
|
|
192
|
+
const previewText = `Ваш платеж за подписку на ${planName} подтвержден`;
|
|
193
|
+
return /* @__PURE__ */ jsxs(Html, { children: [
|
|
194
|
+
/* @__PURE__ */ jsx(Head, {}),
|
|
195
|
+
/* @__PURE__ */ jsx(Preview, { children: previewText }),
|
|
196
|
+
/* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
|
|
197
|
+
className: "m-auto px-2 font-sans",
|
|
198
|
+
children: /* @__PURE__ */ jsxs(Container, {
|
|
199
|
+
className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
|
|
200
|
+
children: [
|
|
201
|
+
/* @__PURE__ */ jsx(Section, {
|
|
202
|
+
className: "mt-[32px]",
|
|
203
|
+
children: /* @__PURE__ */ jsx(Img, {
|
|
204
|
+
src: "https://intlayer.org/apple-touch-icon.png",
|
|
205
|
+
width: "40",
|
|
206
|
+
height: "37",
|
|
207
|
+
alt: "Intlayer",
|
|
208
|
+
className: "mx-auto my-0"
|
|
209
|
+
})
|
|
210
|
+
}),
|
|
211
|
+
/* @__PURE__ */ jsx(Heading, {
|
|
212
|
+
className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
|
|
213
|
+
children: "Платеж подтвержден"
|
|
214
|
+
}),
|
|
215
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
216
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
217
|
+
children: [
|
|
218
|
+
"Здравствуйте, ",
|
|
219
|
+
username,
|
|
220
|
+
","
|
|
221
|
+
]
|
|
222
|
+
}),
|
|
223
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
224
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
225
|
+
children: [
|
|
226
|
+
"Спасибо за оплату! Ваша подписка на тарифный план",
|
|
227
|
+
" ",
|
|
228
|
+
/* @__PURE__ */ jsx("strong", { children: planName }),
|
|
229
|
+
" теперь активна."
|
|
230
|
+
]
|
|
231
|
+
}),
|
|
232
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
233
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
234
|
+
children: ["Дата начала: ", /* @__PURE__ */ jsx("strong", { children: subscriptionStartDate })]
|
|
235
|
+
}),
|
|
236
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
237
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
238
|
+
children: ["Организация: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
|
|
239
|
+
}),
|
|
240
|
+
/* @__PURE__ */ jsx(Section, {
|
|
241
|
+
className: "my-[32px] text-center",
|
|
242
|
+
children: /* @__PURE__ */ jsx(Button, {
|
|
243
|
+
className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
|
|
244
|
+
href: manageSubscriptionLink,
|
|
245
|
+
children: "Управление подпиской"
|
|
246
|
+
})
|
|
247
|
+
})
|
|
248
|
+
]
|
|
249
|
+
})
|
|
250
|
+
}) })
|
|
251
|
+
] });
|
|
252
|
+
};
|
|
253
|
+
const SubscriptionPaymentSuccessJA = ({ username, planName, organizationName, subscriptionStartDate, manageSubscriptionLink }) => {
|
|
254
|
+
const previewText = `${planName}のサブスクリプション支払いが確認されました`;
|
|
255
|
+
return /* @__PURE__ */ jsxs(Html, { children: [
|
|
256
|
+
/* @__PURE__ */ jsx(Head, {}),
|
|
257
|
+
/* @__PURE__ */ jsx(Preview, { children: previewText }),
|
|
258
|
+
/* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
|
|
259
|
+
className: "m-auto px-2 font-sans",
|
|
260
|
+
children: /* @__PURE__ */ jsxs(Container, {
|
|
261
|
+
className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
|
|
262
|
+
children: [
|
|
263
|
+
/* @__PURE__ */ jsx(Section, {
|
|
264
|
+
className: "mt-[32px]",
|
|
265
|
+
children: /* @__PURE__ */ jsx(Img, {
|
|
266
|
+
src: "https://intlayer.org/apple-touch-icon.png",
|
|
267
|
+
width: "40",
|
|
268
|
+
height: "37",
|
|
269
|
+
alt: "Intlayer",
|
|
270
|
+
className: "mx-auto my-0"
|
|
271
|
+
})
|
|
272
|
+
}),
|
|
273
|
+
/* @__PURE__ */ jsx(Heading, {
|
|
274
|
+
className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
|
|
275
|
+
children: "お支払いが確認されました"
|
|
276
|
+
}),
|
|
277
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
278
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
279
|
+
children: [username, "様、こんにちは。"]
|
|
280
|
+
}),
|
|
281
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
282
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
283
|
+
children: [
|
|
284
|
+
"お支払いいありがとうございました!あなたの",
|
|
285
|
+
/* @__PURE__ */ jsx("strong", { children: planName }),
|
|
286
|
+
"プランのサブスクリプションが有効になりました。"
|
|
287
|
+
]
|
|
288
|
+
}),
|
|
289
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
290
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
291
|
+
children: ["開始日: ", /* @__PURE__ */ jsx("strong", { children: subscriptionStartDate })]
|
|
292
|
+
}),
|
|
293
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
294
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
295
|
+
children: ["組織: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
|
|
296
|
+
}),
|
|
297
|
+
/* @__PURE__ */ jsx(Section, {
|
|
298
|
+
className: "my-[32px] text-center",
|
|
299
|
+
children: /* @__PURE__ */ jsx(Button, {
|
|
300
|
+
className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
|
|
301
|
+
href: manageSubscriptionLink,
|
|
302
|
+
children: "サブスクリプションを管理する"
|
|
303
|
+
})
|
|
304
|
+
})
|
|
305
|
+
]
|
|
306
|
+
})
|
|
307
|
+
}) })
|
|
308
|
+
] });
|
|
309
|
+
};
|
|
310
|
+
const SubscriptionPaymentSuccessKO = ({ username, planName, organizationName, subscriptionStartDate, manageSubscriptionLink }) => {
|
|
311
|
+
const previewText = `${planName} 구독 결제가 확인되었습니다`;
|
|
312
|
+
return /* @__PURE__ */ jsxs(Html, { children: [
|
|
313
|
+
/* @__PURE__ */ jsx(Head, {}),
|
|
314
|
+
/* @__PURE__ */ jsx(Preview, { children: previewText }),
|
|
315
|
+
/* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
|
|
316
|
+
className: "m-auto px-2 font-sans",
|
|
317
|
+
children: /* @__PURE__ */ jsxs(Container, {
|
|
318
|
+
className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
|
|
319
|
+
children: [
|
|
320
|
+
/* @__PURE__ */ jsx(Section, {
|
|
321
|
+
className: "mt-[32px]",
|
|
322
|
+
children: /* @__PURE__ */ jsx(Img, {
|
|
323
|
+
src: "https://intlayer.org/apple-touch-icon.png",
|
|
324
|
+
width: "40",
|
|
325
|
+
height: "37",
|
|
326
|
+
alt: "Intlayer",
|
|
327
|
+
className: "mx-auto my-0"
|
|
328
|
+
})
|
|
329
|
+
}),
|
|
330
|
+
/* @__PURE__ */ jsx(Heading, {
|
|
331
|
+
className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
|
|
332
|
+
children: "결제 확인됨"
|
|
333
|
+
}),
|
|
334
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
335
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
336
|
+
children: [
|
|
337
|
+
"안녕하세요 ",
|
|
338
|
+
username,
|
|
339
|
+
"님,"
|
|
340
|
+
]
|
|
341
|
+
}),
|
|
342
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
343
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
344
|
+
children: [
|
|
345
|
+
"결제해 주셔서 감사합니다! 귀하의 ",
|
|
346
|
+
/* @__PURE__ */ jsx("strong", { children: planName }),
|
|
347
|
+
" 플랜 구독이 이제 활성화되었습니다."
|
|
348
|
+
]
|
|
349
|
+
}),
|
|
350
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
351
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
352
|
+
children: ["시작일: ", /* @__PURE__ */ jsx("strong", { children: subscriptionStartDate })]
|
|
353
|
+
}),
|
|
354
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
355
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
356
|
+
children: ["조직: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
|
|
357
|
+
}),
|
|
358
|
+
/* @__PURE__ */ jsx(Section, {
|
|
359
|
+
className: "my-[32px] text-center",
|
|
360
|
+
children: /* @__PURE__ */ jsx(Button, {
|
|
361
|
+
className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
|
|
362
|
+
href: manageSubscriptionLink,
|
|
363
|
+
children: "구독 관리하기"
|
|
364
|
+
})
|
|
365
|
+
})
|
|
366
|
+
]
|
|
367
|
+
})
|
|
368
|
+
}) })
|
|
369
|
+
] });
|
|
370
|
+
};
|
|
371
|
+
const SubscriptionPaymentSuccessZH = ({ username, planName, organizationName, subscriptionStartDate, manageSubscriptionLink }) => {
|
|
372
|
+
const previewText = `您的 ${planName} 订阅支付已确认`;
|
|
373
|
+
return /* @__PURE__ */ jsxs(Html, { children: [
|
|
374
|
+
/* @__PURE__ */ jsx(Head, {}),
|
|
375
|
+
/* @__PURE__ */ jsx(Preview, { children: previewText }),
|
|
376
|
+
/* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
|
|
377
|
+
className: "m-auto px-2 font-sans",
|
|
378
|
+
children: /* @__PURE__ */ jsxs(Container, {
|
|
379
|
+
className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
|
|
380
|
+
children: [
|
|
381
|
+
/* @__PURE__ */ jsx(Section, {
|
|
382
|
+
className: "mt-[32px]",
|
|
383
|
+
children: /* @__PURE__ */ jsx(Img, {
|
|
384
|
+
src: "https://intlayer.org/apple-touch-icon.png",
|
|
385
|
+
width: "40",
|
|
386
|
+
height: "37",
|
|
387
|
+
alt: "Intlayer",
|
|
388
|
+
className: "mx-auto my-0"
|
|
389
|
+
})
|
|
390
|
+
}),
|
|
391
|
+
/* @__PURE__ */ jsx(Heading, {
|
|
392
|
+
className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
|
|
393
|
+
children: "支付已确认"
|
|
394
|
+
}),
|
|
395
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
396
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
397
|
+
children: [username, ",您好!"]
|
|
398
|
+
}),
|
|
399
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
400
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
401
|
+
children: [
|
|
402
|
+
"感谢您的支付!您的 ",
|
|
403
|
+
/* @__PURE__ */ jsx("strong", { children: planName }),
|
|
404
|
+
" 计划订阅现已激活。"
|
|
405
|
+
]
|
|
406
|
+
}),
|
|
407
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
408
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
409
|
+
children: ["开始日期:", /* @__PURE__ */ jsx("strong", { children: subscriptionStartDate })]
|
|
410
|
+
}),
|
|
411
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
412
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
413
|
+
children: ["组织:", /* @__PURE__ */ jsx("strong", { children: organizationName })]
|
|
414
|
+
}),
|
|
415
|
+
/* @__PURE__ */ jsx(Section, {
|
|
416
|
+
className: "my-[32px] text-center",
|
|
417
|
+
children: /* @__PURE__ */ jsx(Button, {
|
|
418
|
+
className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
|
|
419
|
+
href: manageSubscriptionLink,
|
|
420
|
+
children: "管理您的订阅"
|
|
421
|
+
})
|
|
422
|
+
})
|
|
423
|
+
]
|
|
424
|
+
})
|
|
425
|
+
}) })
|
|
426
|
+
] });
|
|
427
|
+
};
|
|
428
|
+
const SubscriptionPaymentSuccessDE = ({ username, planName, organizationName, subscriptionStartDate, manageSubscriptionLink }) => {
|
|
429
|
+
const previewText = `Ihre Zahlung für das ${planName}-Abonnement wurde bestätigt`;
|
|
430
|
+
return /* @__PURE__ */ jsxs(Html, { children: [
|
|
431
|
+
/* @__PURE__ */ jsx(Head, {}),
|
|
432
|
+
/* @__PURE__ */ jsx(Preview, { children: previewText }),
|
|
433
|
+
/* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
|
|
434
|
+
className: "m-auto px-2 font-sans",
|
|
435
|
+
children: /* @__PURE__ */ jsxs(Container, {
|
|
436
|
+
className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
|
|
437
|
+
children: [
|
|
438
|
+
/* @__PURE__ */ jsx(Section, {
|
|
439
|
+
className: "mt-[32px]",
|
|
440
|
+
children: /* @__PURE__ */ jsx(Img, {
|
|
441
|
+
src: "https://intlayer.org/apple-touch-icon.png",
|
|
442
|
+
width: "40",
|
|
443
|
+
height: "37",
|
|
444
|
+
alt: "Intlayer",
|
|
445
|
+
className: "mx-auto my-0"
|
|
446
|
+
})
|
|
447
|
+
}),
|
|
448
|
+
/* @__PURE__ */ jsx(Heading, {
|
|
449
|
+
className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
|
|
450
|
+
children: "Zahlung bestätigt"
|
|
451
|
+
}),
|
|
452
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
453
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
454
|
+
children: [
|
|
455
|
+
"Hallo ",
|
|
456
|
+
username,
|
|
457
|
+
","
|
|
458
|
+
]
|
|
459
|
+
}),
|
|
460
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
461
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
462
|
+
children: [
|
|
463
|
+
"vielen Dank für Ihre Zahlung! Ihr Abonnement für den",
|
|
464
|
+
" ",
|
|
465
|
+
/* @__PURE__ */ jsx("strong", { children: planName }),
|
|
466
|
+
"-Plan ist nun aktiv."
|
|
467
|
+
]
|
|
468
|
+
}),
|
|
469
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
470
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
471
|
+
children: ["Startdatum: ", /* @__PURE__ */ jsx("strong", { children: subscriptionStartDate })]
|
|
472
|
+
}),
|
|
473
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
474
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
475
|
+
children: ["Organisation: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
|
|
476
|
+
}),
|
|
477
|
+
/* @__PURE__ */ jsx(Section, {
|
|
478
|
+
className: "my-[32px] text-center",
|
|
479
|
+
children: /* @__PURE__ */ jsx(Button, {
|
|
480
|
+
className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
|
|
481
|
+
href: manageSubscriptionLink,
|
|
482
|
+
children: "Ihr Abonnement verwalten"
|
|
483
|
+
})
|
|
484
|
+
})
|
|
485
|
+
]
|
|
486
|
+
})
|
|
487
|
+
}) })
|
|
488
|
+
] });
|
|
489
|
+
};
|
|
490
|
+
const SubscriptionPaymentSuccessAR = ({ username, planName, organizationName, subscriptionStartDate, manageSubscriptionLink }) => {
|
|
491
|
+
const previewText = `تم تأكيد دفعتك لاشتراك ${planName}`;
|
|
492
|
+
return /* @__PURE__ */ jsxs(Html, {
|
|
493
|
+
dir: "rtl",
|
|
494
|
+
children: [
|
|
495
|
+
/* @__PURE__ */ jsx(Head, {}),
|
|
496
|
+
/* @__PURE__ */ jsx(Preview, { children: previewText }),
|
|
497
|
+
/* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
|
|
498
|
+
className: "m-auto px-2 font-sans",
|
|
499
|
+
children: /* @__PURE__ */ jsxs(Container, {
|
|
500
|
+
className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
|
|
501
|
+
children: [
|
|
502
|
+
/* @__PURE__ */ jsx(Section, {
|
|
503
|
+
className: "mt-[32px]",
|
|
504
|
+
children: /* @__PURE__ */ jsx(Img, {
|
|
505
|
+
src: "https://intlayer.org/apple-touch-icon.png",
|
|
506
|
+
width: "40",
|
|
507
|
+
height: "37",
|
|
508
|
+
alt: "Intlayer",
|
|
509
|
+
className: "mx-auto my-0"
|
|
510
|
+
})
|
|
511
|
+
}),
|
|
512
|
+
/* @__PURE__ */ jsx(Heading, {
|
|
513
|
+
className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
|
|
514
|
+
children: "تم تأكيد الدفع"
|
|
515
|
+
}),
|
|
516
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
517
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
518
|
+
children: [
|
|
519
|
+
"أهلاً ",
|
|
520
|
+
username,
|
|
521
|
+
"،"
|
|
522
|
+
]
|
|
523
|
+
}),
|
|
524
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
525
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
526
|
+
children: [
|
|
527
|
+
"شكراً لك على الدفع! اشتراكك في خطة ",
|
|
528
|
+
/* @__PURE__ */ jsx("strong", { children: planName }),
|
|
529
|
+
" أصبح نشطاً الآن."
|
|
530
|
+
]
|
|
531
|
+
}),
|
|
532
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
533
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
534
|
+
children: ["تاريخ البدء: ", /* @__PURE__ */ jsx("strong", { children: subscriptionStartDate })]
|
|
535
|
+
}),
|
|
536
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
537
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
538
|
+
children: ["المنظمة: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
|
|
539
|
+
}),
|
|
540
|
+
/* @__PURE__ */ jsx(Section, {
|
|
541
|
+
className: "my-[32px] text-center",
|
|
542
|
+
children: /* @__PURE__ */ jsx(Button, {
|
|
543
|
+
className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
|
|
544
|
+
href: manageSubscriptionLink,
|
|
545
|
+
children: "إدارة اشتراكك"
|
|
546
|
+
})
|
|
547
|
+
})
|
|
548
|
+
]
|
|
549
|
+
})
|
|
550
|
+
}) })
|
|
551
|
+
]
|
|
552
|
+
});
|
|
553
|
+
};
|
|
554
|
+
const SubscriptionPaymentSuccessIT = ({ username, planName, organizationName, subscriptionStartDate, manageSubscriptionLink }) => {
|
|
555
|
+
const previewText = `Il tuo pagamento per l'abbonamento ${planName} è confermato`;
|
|
556
|
+
return /* @__PURE__ */ jsxs(Html, { children: [
|
|
557
|
+
/* @__PURE__ */ jsx(Head, {}),
|
|
558
|
+
/* @__PURE__ */ jsx(Preview, { children: previewText }),
|
|
559
|
+
/* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
|
|
560
|
+
className: "m-auto px-2 font-sans",
|
|
561
|
+
children: /* @__PURE__ */ jsxs(Container, {
|
|
562
|
+
className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
|
|
563
|
+
children: [
|
|
564
|
+
/* @__PURE__ */ jsx(Section, {
|
|
565
|
+
className: "mt-[32px]",
|
|
566
|
+
children: /* @__PURE__ */ jsx(Img, {
|
|
567
|
+
src: "https://intlayer.org/apple-touch-icon.png",
|
|
568
|
+
width: "40",
|
|
569
|
+
height: "37",
|
|
570
|
+
alt: "Intlayer",
|
|
571
|
+
className: "mx-auto my-0"
|
|
572
|
+
})
|
|
573
|
+
}),
|
|
574
|
+
/* @__PURE__ */ jsx(Heading, {
|
|
575
|
+
className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
|
|
576
|
+
children: "Pagamento Confermato"
|
|
577
|
+
}),
|
|
578
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
579
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
580
|
+
children: [
|
|
581
|
+
"Ciao ",
|
|
582
|
+
username,
|
|
583
|
+
","
|
|
584
|
+
]
|
|
585
|
+
}),
|
|
586
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
587
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
588
|
+
children: [
|
|
589
|
+
"Grazie per il tuo pagamento! Il tuo abbonamento al piano",
|
|
590
|
+
" ",
|
|
591
|
+
/* @__PURE__ */ jsx("strong", { children: planName }),
|
|
592
|
+
" è ora attivo."
|
|
593
|
+
]
|
|
594
|
+
}),
|
|
595
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
596
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
597
|
+
children: ["Data di inizio: ", /* @__PURE__ */ jsx("strong", { children: subscriptionStartDate })]
|
|
598
|
+
}),
|
|
599
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
600
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
601
|
+
children: ["Organizzazione: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
|
|
602
|
+
}),
|
|
603
|
+
/* @__PURE__ */ jsx(Section, {
|
|
604
|
+
className: "my-[32px] text-center",
|
|
605
|
+
children: /* @__PURE__ */ jsx(Button, {
|
|
606
|
+
className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
|
|
607
|
+
href: manageSubscriptionLink,
|
|
608
|
+
children: "Gestisci il tuo abbonamento"
|
|
609
|
+
})
|
|
610
|
+
})
|
|
611
|
+
]
|
|
612
|
+
})
|
|
613
|
+
}) })
|
|
614
|
+
] });
|
|
615
|
+
};
|
|
616
|
+
const SubscriptionPaymentSuccessEN_GB = ({ username, planName, organizationName, subscriptionStartDate, manageSubscriptionLink }) => {
|
|
617
|
+
const previewText = `Your payment for ${planName} subscription is confirmed`;
|
|
618
|
+
return /* @__PURE__ */ jsxs(Html, { children: [
|
|
619
|
+
/* @__PURE__ */ jsx(Head, {}),
|
|
620
|
+
/* @__PURE__ */ jsx(Preview, { children: previewText }),
|
|
621
|
+
/* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
|
|
622
|
+
className: "m-auto px-2 font-sans",
|
|
623
|
+
children: /* @__PURE__ */ jsxs(Container, {
|
|
624
|
+
className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
|
|
625
|
+
children: [
|
|
626
|
+
/* @__PURE__ */ jsx(Section, {
|
|
627
|
+
className: "mt-[32px]",
|
|
628
|
+
children: /* @__PURE__ */ jsx(Img, {
|
|
629
|
+
src: "https://intlayer.org/apple-touch-icon.png",
|
|
630
|
+
width: "40",
|
|
631
|
+
height: "37",
|
|
632
|
+
alt: "Intlayer",
|
|
633
|
+
className: "mx-auto my-0"
|
|
634
|
+
})
|
|
635
|
+
}),
|
|
636
|
+
/* @__PURE__ */ jsx(Heading, {
|
|
637
|
+
className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
|
|
638
|
+
children: "Payment Confirmed"
|
|
639
|
+
}),
|
|
640
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
641
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
642
|
+
children: [
|
|
643
|
+
"Hello ",
|
|
644
|
+
username,
|
|
645
|
+
","
|
|
646
|
+
]
|
|
647
|
+
}),
|
|
648
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
649
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
650
|
+
children: [
|
|
651
|
+
"Thank you for your payment! Your subscription to the",
|
|
652
|
+
" ",
|
|
653
|
+
/* @__PURE__ */ jsx("strong", { children: planName }),
|
|
654
|
+
" plan is now active."
|
|
655
|
+
]
|
|
656
|
+
}),
|
|
657
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
658
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
659
|
+
children: ["Start Date: ", /* @__PURE__ */ jsx("strong", { children: subscriptionStartDate })]
|
|
660
|
+
}),
|
|
661
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
662
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
663
|
+
children: ["Organisation: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
|
|
664
|
+
}),
|
|
665
|
+
/* @__PURE__ */ jsx(Section, {
|
|
666
|
+
className: "my-[32px] text-center",
|
|
667
|
+
children: /* @__PURE__ */ jsx(Button, {
|
|
668
|
+
className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
|
|
669
|
+
href: manageSubscriptionLink,
|
|
670
|
+
children: "Manage Your Subscription"
|
|
671
|
+
})
|
|
672
|
+
})
|
|
673
|
+
]
|
|
674
|
+
})
|
|
675
|
+
}) })
|
|
676
|
+
] });
|
|
677
|
+
};
|
|
678
|
+
const SubscriptionPaymentSuccessPT = ({ username, planName, organizationName, subscriptionStartDate, manageSubscriptionLink }) => {
|
|
679
|
+
const previewText = `Seu pagamento para a assinatura ${planName} está confirmado`;
|
|
680
|
+
return /* @__PURE__ */ jsxs(Html, { children: [
|
|
681
|
+
/* @__PURE__ */ jsx(Head, {}),
|
|
682
|
+
/* @__PURE__ */ jsx(Preview, { children: previewText }),
|
|
683
|
+
/* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
|
|
684
|
+
className: "m-auto px-2 font-sans",
|
|
685
|
+
children: /* @__PURE__ */ jsxs(Container, {
|
|
686
|
+
className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
|
|
687
|
+
children: [
|
|
688
|
+
/* @__PURE__ */ jsx(Section, {
|
|
689
|
+
className: "mt-[32px]",
|
|
690
|
+
children: /* @__PURE__ */ jsx(Img, {
|
|
691
|
+
src: "https://intlayer.org/apple-touch-icon.png",
|
|
692
|
+
width: "40",
|
|
693
|
+
height: "37",
|
|
694
|
+
alt: "Intlayer",
|
|
695
|
+
className: "mx-auto my-0"
|
|
696
|
+
})
|
|
697
|
+
}),
|
|
698
|
+
/* @__PURE__ */ jsx(Heading, {
|
|
699
|
+
className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
|
|
700
|
+
children: "Pagamento Confirmado"
|
|
701
|
+
}),
|
|
702
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
703
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
704
|
+
children: [
|
|
705
|
+
"Olá ",
|
|
706
|
+
username,
|
|
707
|
+
","
|
|
708
|
+
]
|
|
709
|
+
}),
|
|
710
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
711
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
712
|
+
children: [
|
|
713
|
+
"Obrigado pelo seu pagamento! Sua assinatura do plano",
|
|
714
|
+
" ",
|
|
715
|
+
/* @__PURE__ */ jsx("strong", { children: planName }),
|
|
716
|
+
" está agora ativa."
|
|
717
|
+
]
|
|
718
|
+
}),
|
|
719
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
720
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
721
|
+
children: ["Data de início: ", /* @__PURE__ */ jsx("strong", { children: subscriptionStartDate })]
|
|
722
|
+
}),
|
|
723
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
724
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
725
|
+
children: ["Organização: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
|
|
726
|
+
}),
|
|
727
|
+
/* @__PURE__ */ jsx(Section, {
|
|
728
|
+
className: "my-[32px] text-center",
|
|
729
|
+
children: /* @__PURE__ */ jsx(Button, {
|
|
730
|
+
className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
|
|
731
|
+
href: manageSubscriptionLink,
|
|
732
|
+
children: "Gerencie sua assinatura"
|
|
733
|
+
})
|
|
734
|
+
})
|
|
735
|
+
]
|
|
736
|
+
})
|
|
737
|
+
}) })
|
|
738
|
+
] });
|
|
739
|
+
};
|
|
740
|
+
const SubscriptionPaymentSuccessHI = ({ username, planName, organizationName, subscriptionStartDate, manageSubscriptionLink }) => {
|
|
741
|
+
const previewText = `${planName} सदस्यता के लिए आपका भुगतान पुष्ट हो गया है`;
|
|
742
|
+
return /* @__PURE__ */ jsxs(Html, { children: [
|
|
743
|
+
/* @__PURE__ */ jsx(Head, {}),
|
|
744
|
+
/* @__PURE__ */ jsx(Preview, { children: previewText }),
|
|
745
|
+
/* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
|
|
746
|
+
className: "m-auto px-2 font-sans",
|
|
747
|
+
children: /* @__PURE__ */ jsxs(Container, {
|
|
748
|
+
className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
|
|
749
|
+
children: [
|
|
750
|
+
/* @__PURE__ */ jsx(Section, {
|
|
751
|
+
className: "mt-[32px]",
|
|
752
|
+
children: /* @__PURE__ */ jsx(Img, {
|
|
753
|
+
src: "https://intlayer.org/apple-touch-icon.png",
|
|
754
|
+
width: "40",
|
|
755
|
+
height: "37",
|
|
756
|
+
alt: "Intlayer",
|
|
757
|
+
className: "mx-auto my-0"
|
|
758
|
+
})
|
|
759
|
+
}),
|
|
760
|
+
/* @__PURE__ */ jsx(Heading, {
|
|
761
|
+
className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
|
|
762
|
+
children: "भुगतान पुष्ट"
|
|
763
|
+
}),
|
|
764
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
765
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
766
|
+
children: [
|
|
767
|
+
"नमस्ते ",
|
|
768
|
+
username,
|
|
769
|
+
","
|
|
770
|
+
]
|
|
771
|
+
}),
|
|
772
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
773
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
774
|
+
children: [
|
|
775
|
+
"आपके भुगतान के लिए धन्यवाद! ",
|
|
776
|
+
/* @__PURE__ */ jsx("strong", { children: planName }),
|
|
777
|
+
" योजना की आपकी सदस्यता अब सक्रिय है।"
|
|
778
|
+
]
|
|
779
|
+
}),
|
|
780
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
781
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
782
|
+
children: ["प्रारंभ तिथि: ", /* @__PURE__ */ jsx("strong", { children: subscriptionStartDate })]
|
|
783
|
+
}),
|
|
784
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
785
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
786
|
+
children: ["संगठन: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
|
|
787
|
+
}),
|
|
788
|
+
/* @__PURE__ */ jsx(Section, {
|
|
789
|
+
className: "my-[32px] text-center",
|
|
790
|
+
children: /* @__PURE__ */ jsx(Button, {
|
|
791
|
+
className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
|
|
792
|
+
href: manageSubscriptionLink,
|
|
793
|
+
children: "अपनी सदस्यता प्रबंधित करें"
|
|
794
|
+
})
|
|
795
|
+
})
|
|
796
|
+
]
|
|
797
|
+
})
|
|
798
|
+
}) })
|
|
799
|
+
] });
|
|
800
|
+
};
|
|
801
|
+
const SubscriptionPaymentSuccessTR = ({ username, planName, organizationName, subscriptionStartDate, manageSubscriptionLink }) => {
|
|
802
|
+
const previewText = `${planName} aboneliği için ödemeniz onaylandı`;
|
|
803
|
+
return /* @__PURE__ */ jsxs(Html, { children: [
|
|
804
|
+
/* @__PURE__ */ jsx(Head, {}),
|
|
805
|
+
/* @__PURE__ */ jsx(Preview, { children: previewText }),
|
|
806
|
+
/* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
|
|
807
|
+
className: "m-auto px-2 font-sans",
|
|
808
|
+
children: /* @__PURE__ */ jsxs(Container, {
|
|
809
|
+
className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
|
|
810
|
+
children: [
|
|
811
|
+
/* @__PURE__ */ jsx(Section, {
|
|
812
|
+
className: "mt-[32px]",
|
|
813
|
+
children: /* @__PURE__ */ jsx(Img, {
|
|
814
|
+
src: "https://intlayer.org/apple-touch-icon.png",
|
|
815
|
+
width: "40",
|
|
816
|
+
height: "37",
|
|
817
|
+
alt: "Intlayer",
|
|
818
|
+
className: "mx-auto my-0"
|
|
819
|
+
})
|
|
820
|
+
}),
|
|
821
|
+
/* @__PURE__ */ jsx(Heading, {
|
|
822
|
+
className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
|
|
823
|
+
children: "Ödeme Onaylandı"
|
|
824
|
+
}),
|
|
825
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
826
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
827
|
+
children: [
|
|
828
|
+
"Merhaba ",
|
|
829
|
+
username,
|
|
830
|
+
","
|
|
831
|
+
]
|
|
832
|
+
}),
|
|
833
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
834
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
835
|
+
children: [
|
|
836
|
+
"Ödemeniz için teşekkür ederiz! ",
|
|
837
|
+
/* @__PURE__ */ jsx("strong", { children: planName }),
|
|
838
|
+
" planına olan aboneliğiniz artık aktif."
|
|
839
|
+
]
|
|
840
|
+
}),
|
|
841
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
842
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
843
|
+
children: ["Başlangıç Tarihi: ", /* @__PURE__ */ jsx("strong", { children: subscriptionStartDate })]
|
|
844
|
+
}),
|
|
845
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
846
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
847
|
+
children: ["Kuruluş: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
|
|
848
|
+
}),
|
|
849
|
+
/* @__PURE__ */ jsx(Section, {
|
|
850
|
+
className: "my-[32px] text-center",
|
|
851
|
+
children: /* @__PURE__ */ jsx(Button, {
|
|
852
|
+
className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
|
|
853
|
+
href: manageSubscriptionLink,
|
|
854
|
+
children: "Aboneliğinizi Yönetin"
|
|
855
|
+
})
|
|
856
|
+
})
|
|
857
|
+
]
|
|
858
|
+
})
|
|
859
|
+
}) })
|
|
860
|
+
] });
|
|
861
|
+
};
|
|
862
|
+
const SubscriptionPaymentSuccessPL = ({ username, planName, organizationName, subscriptionStartDate, manageSubscriptionLink }) => {
|
|
863
|
+
const previewText = `Twoja płatność za subskrypcję ${planName} została potwierdzona`;
|
|
864
|
+
return /* @__PURE__ */ jsxs(Html, { children: [
|
|
865
|
+
/* @__PURE__ */ jsx(Head, {}),
|
|
866
|
+
/* @__PURE__ */ jsx(Preview, { children: previewText }),
|
|
867
|
+
/* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
|
|
868
|
+
className: "m-auto px-2 font-sans",
|
|
869
|
+
children: /* @__PURE__ */ jsxs(Container, {
|
|
870
|
+
className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
|
|
871
|
+
children: [
|
|
872
|
+
/* @__PURE__ */ jsx(Section, {
|
|
873
|
+
className: "mt-[32px]",
|
|
874
|
+
children: /* @__PURE__ */ jsx(Img, {
|
|
875
|
+
src: "https://intlayer.org/apple-touch-icon.png",
|
|
876
|
+
width: "40",
|
|
877
|
+
height: "37",
|
|
878
|
+
alt: "Intlayer",
|
|
879
|
+
className: "mx-auto my-0"
|
|
880
|
+
})
|
|
881
|
+
}),
|
|
882
|
+
/* @__PURE__ */ jsx(Heading, {
|
|
883
|
+
className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
|
|
884
|
+
children: "Płatność Potwierdzona"
|
|
885
|
+
}),
|
|
886
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
887
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
888
|
+
children: [
|
|
889
|
+
"Witaj ",
|
|
890
|
+
username,
|
|
891
|
+
","
|
|
892
|
+
]
|
|
893
|
+
}),
|
|
894
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
895
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
896
|
+
children: [
|
|
897
|
+
"Dziękujemy za płatność! Twoja subskrypcja planu",
|
|
898
|
+
" ",
|
|
899
|
+
/* @__PURE__ */ jsx("strong", { children: planName }),
|
|
900
|
+
" jest teraz aktywna."
|
|
901
|
+
]
|
|
902
|
+
}),
|
|
903
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
904
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
905
|
+
children: ["Data rozpoczęcia: ", /* @__PURE__ */ jsx("strong", { children: subscriptionStartDate })]
|
|
906
|
+
}),
|
|
907
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
908
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
909
|
+
children: ["Organizacja: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
|
|
910
|
+
}),
|
|
911
|
+
/* @__PURE__ */ jsx(Section, {
|
|
912
|
+
className: "my-[32px] text-center",
|
|
913
|
+
children: /* @__PURE__ */ jsx(Button, {
|
|
914
|
+
className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
|
|
915
|
+
href: manageSubscriptionLink,
|
|
916
|
+
children: "Zarządzaj swoją subskrypcją"
|
|
917
|
+
})
|
|
918
|
+
})
|
|
919
|
+
]
|
|
920
|
+
})
|
|
921
|
+
}) })
|
|
922
|
+
] });
|
|
923
|
+
};
|
|
924
|
+
const SubscriptionPaymentSuccessID = ({ username, planName, organizationName, subscriptionStartDate, manageSubscriptionLink }) => {
|
|
925
|
+
const previewText = `Pembayaran Anda untuk langganan ${planName} telah dikonfirmasi`;
|
|
926
|
+
return /* @__PURE__ */ jsxs(Html, { children: [
|
|
927
|
+
/* @__PURE__ */ jsx(Head, {}),
|
|
928
|
+
/* @__PURE__ */ jsx(Preview, { children: previewText }),
|
|
929
|
+
/* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
|
|
930
|
+
className: "m-auto px-2 font-sans",
|
|
931
|
+
children: /* @__PURE__ */ jsxs(Container, {
|
|
932
|
+
className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
|
|
933
|
+
children: [
|
|
934
|
+
/* @__PURE__ */ jsx(Section, {
|
|
935
|
+
className: "mt-[32px]",
|
|
936
|
+
children: /* @__PURE__ */ jsx(Img, {
|
|
937
|
+
src: "https://intlayer.org/apple-touch-icon.png",
|
|
938
|
+
width: "40",
|
|
939
|
+
height: "37",
|
|
940
|
+
alt: "Intlayer",
|
|
941
|
+
className: "mx-auto my-0"
|
|
942
|
+
})
|
|
943
|
+
}),
|
|
944
|
+
/* @__PURE__ */ jsx(Heading, {
|
|
945
|
+
className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
|
|
946
|
+
children: "Pembayaran Dikonfirmasi"
|
|
947
|
+
}),
|
|
948
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
949
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
950
|
+
children: [
|
|
951
|
+
"Halo ",
|
|
952
|
+
username,
|
|
953
|
+
","
|
|
954
|
+
]
|
|
955
|
+
}),
|
|
956
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
957
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
958
|
+
children: [
|
|
959
|
+
"Terima kasih atas pembayaran Anda! Langganan Anda ke paket",
|
|
960
|
+
" ",
|
|
961
|
+
/* @__PURE__ */ jsx("strong", { children: planName }),
|
|
962
|
+
" sekarang sudah aktif."
|
|
963
|
+
]
|
|
964
|
+
}),
|
|
965
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
966
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
967
|
+
children: ["Tanggal Mulai: ", /* @__PURE__ */ jsx("strong", { children: subscriptionStartDate })]
|
|
968
|
+
}),
|
|
969
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
970
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
971
|
+
children: ["Organisasi: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
|
|
972
|
+
}),
|
|
973
|
+
/* @__PURE__ */ jsx(Section, {
|
|
974
|
+
className: "my-[32px] text-center",
|
|
975
|
+
children: /* @__PURE__ */ jsx(Button, {
|
|
976
|
+
className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
|
|
977
|
+
href: manageSubscriptionLink,
|
|
978
|
+
children: "Kelola Langganan Anda"
|
|
979
|
+
})
|
|
980
|
+
})
|
|
981
|
+
]
|
|
982
|
+
})
|
|
983
|
+
}) })
|
|
984
|
+
] });
|
|
985
|
+
};
|
|
986
|
+
const SubscriptionPaymentSuccessVI = ({ username, planName, organizationName, subscriptionStartDate, manageSubscriptionLink }) => {
|
|
987
|
+
const previewText = `Thanh toán cho gói thuê bao ${planName} của bạn đã được xác nhận`;
|
|
988
|
+
return /* @__PURE__ */ jsxs(Html, { children: [
|
|
989
|
+
/* @__PURE__ */ jsx(Head, {}),
|
|
990
|
+
/* @__PURE__ */ jsx(Preview, { children: previewText }),
|
|
991
|
+
/* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
|
|
992
|
+
className: "m-auto px-2 font-sans",
|
|
993
|
+
children: /* @__PURE__ */ jsxs(Container, {
|
|
994
|
+
className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
|
|
995
|
+
children: [
|
|
996
|
+
/* @__PURE__ */ jsx(Section, {
|
|
997
|
+
className: "mt-[32px]",
|
|
998
|
+
children: /* @__PURE__ */ jsx(Img, {
|
|
999
|
+
src: "https://intlayer.org/apple-touch-icon.png",
|
|
1000
|
+
width: "40",
|
|
1001
|
+
height: "37",
|
|
1002
|
+
alt: "Intlayer",
|
|
1003
|
+
className: "mx-auto my-0"
|
|
1004
|
+
})
|
|
1005
|
+
}),
|
|
1006
|
+
/* @__PURE__ */ jsx(Heading, {
|
|
1007
|
+
className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
|
|
1008
|
+
children: "Thanh Toán Đã Được Xác Nhận"
|
|
1009
|
+
}),
|
|
1010
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
1011
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
1012
|
+
children: [
|
|
1013
|
+
"Xin chào ",
|
|
1014
|
+
username,
|
|
1015
|
+
","
|
|
1016
|
+
]
|
|
1017
|
+
}),
|
|
1018
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
1019
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
1020
|
+
children: [
|
|
1021
|
+
"Cảm ơn bạn đã thanh toán! Gói thuê bao ",
|
|
1022
|
+
/* @__PURE__ */ jsx("strong", { children: planName }),
|
|
1023
|
+
" ",
|
|
1024
|
+
"của bạn hiện đã được kích hoạt."
|
|
1025
|
+
]
|
|
1026
|
+
}),
|
|
1027
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
1028
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
1029
|
+
children: ["Ngày bắt đầu: ", /* @__PURE__ */ jsx("strong", { children: subscriptionStartDate })]
|
|
1030
|
+
}),
|
|
1031
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
1032
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
1033
|
+
children: ["Tổ chức: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
|
|
1034
|
+
}),
|
|
1035
|
+
/* @__PURE__ */ jsx(Section, {
|
|
1036
|
+
className: "my-[32px] text-center",
|
|
1037
|
+
children: /* @__PURE__ */ jsx(Button, {
|
|
1038
|
+
className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
|
|
1039
|
+
href: manageSubscriptionLink,
|
|
1040
|
+
children: "Quản lý gói thuê bao của bạn"
|
|
1041
|
+
})
|
|
1042
|
+
})
|
|
1043
|
+
]
|
|
1044
|
+
})
|
|
1045
|
+
}) })
|
|
1046
|
+
] });
|
|
1047
|
+
};
|
|
1048
|
+
const SubscriptionPaymentSuccessUK = ({ username, planName, organizationName, subscriptionStartDate, manageSubscriptionLink }) => {
|
|
1049
|
+
const previewText = `Ваш платіж за підписку на ${planName} підтверджено`;
|
|
1050
|
+
return /* @__PURE__ */ jsxs(Html, { children: [
|
|
1051
|
+
/* @__PURE__ */ jsx(Head, {}),
|
|
1052
|
+
/* @__PURE__ */ jsx(Preview, { children: previewText }),
|
|
1053
|
+
/* @__PURE__ */ jsx(Tailwind, { children: /* @__PURE__ */ jsx(Body, {
|
|
1054
|
+
className: "m-auto px-2 font-sans",
|
|
1055
|
+
children: /* @__PURE__ */ jsxs(Container, {
|
|
1056
|
+
className: "mx-auto my-[40px] max-w-[465px] rounded-xl border border-[#eaeaea] border-solid bg-white p-[20px]",
|
|
1057
|
+
children: [
|
|
1058
|
+
/* @__PURE__ */ jsx(Section, {
|
|
1059
|
+
className: "mt-[32px]",
|
|
1060
|
+
children: /* @__PURE__ */ jsx(Img, {
|
|
1061
|
+
src: "https://intlayer.org/apple-touch-icon.png",
|
|
1062
|
+
width: "40",
|
|
1063
|
+
height: "37",
|
|
1064
|
+
alt: "Intlayer",
|
|
1065
|
+
className: "mx-auto my-0"
|
|
1066
|
+
})
|
|
1067
|
+
}),
|
|
1068
|
+
/* @__PURE__ */ jsx(Heading, {
|
|
1069
|
+
className: "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black",
|
|
1070
|
+
children: "Платіж підтверджено"
|
|
1071
|
+
}),
|
|
1072
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
1073
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
1074
|
+
children: [
|
|
1075
|
+
"Вітаємо, ",
|
|
1076
|
+
username,
|
|
1077
|
+
","
|
|
1078
|
+
]
|
|
1079
|
+
}),
|
|
1080
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
1081
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
1082
|
+
children: [
|
|
1083
|
+
"Дякуємо за оплату! Ваша підписка на тарифний план",
|
|
1084
|
+
" ",
|
|
1085
|
+
/* @__PURE__ */ jsx("strong", { children: planName }),
|
|
1086
|
+
" тепер активна."
|
|
1087
|
+
]
|
|
1088
|
+
}),
|
|
1089
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
1090
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
1091
|
+
children: ["Дата початку: ", /* @__PURE__ */ jsx("strong", { children: subscriptionStartDate })]
|
|
1092
|
+
}),
|
|
1093
|
+
/* @__PURE__ */ jsxs(Text, {
|
|
1094
|
+
className: "text-[14px] text-black leading-[24px]",
|
|
1095
|
+
children: ["Організація: ", /* @__PURE__ */ jsx("strong", { children: organizationName })]
|
|
1096
|
+
}),
|
|
1097
|
+
/* @__PURE__ */ jsx(Section, {
|
|
1098
|
+
className: "my-[32px] text-center",
|
|
1099
|
+
children: /* @__PURE__ */ jsx(Button, {
|
|
1100
|
+
className: "rounded-md bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline",
|
|
1101
|
+
href: manageSubscriptionLink,
|
|
1102
|
+
children: "Керувати підпискою"
|
|
1103
|
+
})
|
|
1104
|
+
})
|
|
1105
|
+
]
|
|
1106
|
+
})
|
|
1107
|
+
}) })
|
|
1108
|
+
] });
|
|
1109
|
+
};
|
|
191
1110
|
const PreviewProps = {
|
|
192
1111
|
username: "John Doe",
|
|
193
1112
|
email: "john.doe@example.com",
|
|
@@ -199,7 +1118,22 @@ const PreviewProps = {
|
|
|
199
1118
|
SubscriptionPaymentSuccessEN.PreviewProps = PreviewProps;
|
|
200
1119
|
SubscriptionPaymentSuccessFR.PreviewProps = PreviewProps;
|
|
201
1120
|
SubscriptionPaymentSuccessES.PreviewProps = PreviewProps;
|
|
1121
|
+
SubscriptionPaymentSuccessRU.PreviewProps = PreviewProps;
|
|
1122
|
+
SubscriptionPaymentSuccessJA.PreviewProps = PreviewProps;
|
|
1123
|
+
SubscriptionPaymentSuccessKO.PreviewProps = PreviewProps;
|
|
1124
|
+
SubscriptionPaymentSuccessZH.PreviewProps = PreviewProps;
|
|
1125
|
+
SubscriptionPaymentSuccessDE.PreviewProps = PreviewProps;
|
|
1126
|
+
SubscriptionPaymentSuccessAR.PreviewProps = PreviewProps;
|
|
1127
|
+
SubscriptionPaymentSuccessIT.PreviewProps = PreviewProps;
|
|
1128
|
+
SubscriptionPaymentSuccessEN_GB.PreviewProps = PreviewProps;
|
|
1129
|
+
SubscriptionPaymentSuccessPT.PreviewProps = PreviewProps;
|
|
1130
|
+
SubscriptionPaymentSuccessHI.PreviewProps = PreviewProps;
|
|
1131
|
+
SubscriptionPaymentSuccessTR.PreviewProps = PreviewProps;
|
|
1132
|
+
SubscriptionPaymentSuccessPL.PreviewProps = PreviewProps;
|
|
1133
|
+
SubscriptionPaymentSuccessID.PreviewProps = PreviewProps;
|
|
1134
|
+
SubscriptionPaymentSuccessVI.PreviewProps = PreviewProps;
|
|
1135
|
+
SubscriptionPaymentSuccessUK.PreviewProps = PreviewProps;
|
|
202
1136
|
|
|
203
1137
|
//#endregion
|
|
204
|
-
export { SubscriptionPaymentSuccessEN, SubscriptionPaymentSuccessES, SubscriptionPaymentSuccessFR };
|
|
1138
|
+
export { SubscriptionPaymentSuccessAR, SubscriptionPaymentSuccessDE, SubscriptionPaymentSuccessEN, SubscriptionPaymentSuccessEN_GB, SubscriptionPaymentSuccessES, SubscriptionPaymentSuccessFR, SubscriptionPaymentSuccessHI, SubscriptionPaymentSuccessID, SubscriptionPaymentSuccessIT, SubscriptionPaymentSuccessJA, SubscriptionPaymentSuccessKO, SubscriptionPaymentSuccessPL, SubscriptionPaymentSuccessPT, SubscriptionPaymentSuccessRU, SubscriptionPaymentSuccessTR, SubscriptionPaymentSuccessUK, SubscriptionPaymentSuccessVI, SubscriptionPaymentSuccessZH };
|
|
205
1139
|
//# sourceMappingURL=SubscriptionPaymentSuccess.mjs.map
|