@blackcode_sa/metaestetics-api 1.14.77 → 1.14.78
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/dist/admin/index.js
CHANGED
|
@@ -14325,7 +14325,7 @@ var ClinicWelcomeMailingService = class extends BaseMailingService {
|
|
|
14325
14325
|
*/
|
|
14326
14326
|
constructor(firestore19, mailgunClient) {
|
|
14327
14327
|
super(firestore19, mailgunClient);
|
|
14328
|
-
this.DEFAULT_DASHBOARD_URL = "https://
|
|
14328
|
+
this.DEFAULT_DASHBOARD_URL = "https://app.metaesthetics.net/dashboard";
|
|
14329
14329
|
this.DEFAULT_SUPPORT_EMAIL = "support@metaesthetics.net";
|
|
14330
14330
|
this.DEFAULT_SUBJECT = "Welcome to MetaEsthetics - Your Clinic Registration is Complete";
|
|
14331
14331
|
this.DEFAULT_MAILGUN_DOMAIN = "mg.metaesthetics.net";
|
package/dist/admin/index.mjs
CHANGED
|
@@ -14248,7 +14248,7 @@ var ClinicWelcomeMailingService = class extends BaseMailingService {
|
|
|
14248
14248
|
*/
|
|
14249
14249
|
constructor(firestore19, mailgunClient) {
|
|
14250
14250
|
super(firestore19, mailgunClient);
|
|
14251
|
-
this.DEFAULT_DASHBOARD_URL = "https://
|
|
14251
|
+
this.DEFAULT_DASHBOARD_URL = "https://app.metaesthetics.net/dashboard";
|
|
14252
14252
|
this.DEFAULT_SUPPORT_EMAIL = "support@metaesthetics.net";
|
|
14253
14253
|
this.DEFAULT_SUBJECT = "Welcome to MetaEsthetics - Your Clinic Registration is Complete";
|
|
14254
14254
|
this.DEFAULT_MAILGUN_DOMAIN = "mg.metaesthetics.net";
|
package/package.json
CHANGED
|
@@ -45,7 +45,7 @@ export interface ClinicWelcomeEmailData {
|
|
|
45
45
|
*/
|
|
46
46
|
export class ClinicWelcomeMailingService extends BaseMailingService {
|
|
47
47
|
private readonly DEFAULT_DASHBOARD_URL =
|
|
48
|
-
"https://
|
|
48
|
+
"https://app.metaesthetics.net/dashboard";
|
|
49
49
|
private readonly DEFAULT_SUPPORT_EMAIL = "support@metaesthetics.net";
|
|
50
50
|
private readonly DEFAULT_SUBJECT =
|
|
51
51
|
"Welcome to MetaEsthetics - Your Clinic Registration is Complete";
|