promote-email-templates 0.1.4 → 0.1.6
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -317,7 +317,7 @@ declare const centerText: {
|
|
|
317
317
|
};
|
|
318
318
|
|
|
319
319
|
declare const appBaseUrl = "https://promote.co.mz";
|
|
320
|
-
declare const assetsBasePath = "https://
|
|
320
|
+
declare const assetsBasePath = "https://files.promote.co.mz/assets";
|
|
321
321
|
declare const appRoutes: {
|
|
322
322
|
homePageRoute: string;
|
|
323
323
|
creatorsList: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -317,7 +317,7 @@ declare const centerText: {
|
|
|
317
317
|
};
|
|
318
318
|
|
|
319
319
|
declare const appBaseUrl = "https://promote.co.mz";
|
|
320
|
-
declare const assetsBasePath = "https://
|
|
320
|
+
declare const assetsBasePath = "https://files.promote.co.mz/assets";
|
|
321
321
|
declare const appRoutes: {
|
|
322
322
|
homePageRoute: string;
|
|
323
323
|
creatorsList: string;
|
package/dist/index.js
CHANGED
|
@@ -129,7 +129,7 @@ var import_components = require("@react-email/components");
|
|
|
129
129
|
|
|
130
130
|
// emails/shared/values.ts
|
|
131
131
|
var appBaseUrl = `https://promote.co.mz`;
|
|
132
|
-
var assetsBasePath = `https://
|
|
132
|
+
var assetsBasePath = `https://files.promote.co.mz/assets`;
|
|
133
133
|
var appRoutes = {
|
|
134
134
|
homePageRoute: `${appBaseUrl}/home`,
|
|
135
135
|
creatorsList: `${appBaseUrl}/content-creators`,
|
|
@@ -141,7 +141,7 @@ var appRoutes = {
|
|
|
141
141
|
brandJobDetails: (jobId) => `${appBaseUrl}/brands/jobs/${jobId}`,
|
|
142
142
|
adminOrderDetails: (orderId) => `${appBaseUrl}/admin/orders/${orderId}`,
|
|
143
143
|
creatorPublicProfile: (username) => `${appBaseUrl}/content-creators/${username}`,
|
|
144
|
-
brandConversation: (conversationPath, chatRoomId) => `${appBaseUrl}
|
|
144
|
+
brandConversation: (conversationPath, chatRoomId) => `${appBaseUrl}${conversationPath}?chatRoomId=${chatRoomId}`
|
|
145
145
|
};
|
|
146
146
|
var socialNetworkLinks = {
|
|
147
147
|
linkedin: "https://www.linkedin.com/company/promotemz",
|
package/dist/index.mjs
CHANGED
|
@@ -71,7 +71,7 @@ import { Container, Img, Link } from "@react-email/components";
|
|
|
71
71
|
|
|
72
72
|
// emails/shared/values.ts
|
|
73
73
|
var appBaseUrl = `https://promote.co.mz`;
|
|
74
|
-
var assetsBasePath = `https://
|
|
74
|
+
var assetsBasePath = `https://files.promote.co.mz/assets`;
|
|
75
75
|
var appRoutes = {
|
|
76
76
|
homePageRoute: `${appBaseUrl}/home`,
|
|
77
77
|
creatorsList: `${appBaseUrl}/content-creators`,
|
|
@@ -83,7 +83,7 @@ var appRoutes = {
|
|
|
83
83
|
brandJobDetails: (jobId) => `${appBaseUrl}/brands/jobs/${jobId}`,
|
|
84
84
|
adminOrderDetails: (orderId) => `${appBaseUrl}/admin/orders/${orderId}`,
|
|
85
85
|
creatorPublicProfile: (username) => `${appBaseUrl}/content-creators/${username}`,
|
|
86
|
-
brandConversation: (conversationPath, chatRoomId) => `${appBaseUrl}
|
|
86
|
+
brandConversation: (conversationPath, chatRoomId) => `${appBaseUrl}${conversationPath}?chatRoomId=${chatRoomId}`
|
|
87
87
|
};
|
|
88
88
|
var socialNetworkLinks = {
|
|
89
89
|
linkedin: "https://www.linkedin.com/company/promotemz",
|