@dev.smartpricing/message-composer-utils 4.2.3 → 4.2.5
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/package.json
CHANGED
package/src/types/message.ts
CHANGED
|
@@ -209,6 +209,9 @@ export interface TestEmailRequest {
|
|
|
209
209
|
/** Optional brand ID for compile-time brand override */
|
|
210
210
|
brand_id?: string | null;
|
|
211
211
|
|
|
212
|
+
/** Optional sender name (defaults to host tenant config `accommodationName`) */
|
|
213
|
+
sender_name?: string | null;
|
|
214
|
+
|
|
212
215
|
/** Sender email address — falls back to TEST_EMAIL_FROM env var */
|
|
213
216
|
from?: string;
|
|
214
217
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"apiTemplates.js","sourceRoot":"","sources":["../../../src/types/api/apiTemplates.ts"],"names":[],"mappings":""}
|
package/dist/types/template.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"template.js","sourceRoot":"","sources":["../../src/types/template.ts"],"names":[],"mappings":"AASA,MAAM,CAAC,MAAM,cAAc,GAAG,QAAiB,CAAC"}
|