@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.
@@ -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://clinic.metaesthetics.net/dashboard";
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";
@@ -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://clinic.metaesthetics.net/dashboard";
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@blackcode_sa/metaestetics-api",
3
3
  "private": false,
4
- "version": "1.14.77",
4
+ "version": "1.14.78",
5
5
  "description": "Firebase authentication service with anonymous upgrade support",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.mjs",
@@ -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://clinic.metaesthetics.net/dashboard";
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";