@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev.smartpricing/message-composer-utils",
3
- "version": "4.2.3",
3
+ "version": "4.2.5",
4
4
  "description": "Shared types and utilities for the message composer",
5
5
  "type": "module",
6
6
  "exports": {
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=apiTemplates.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"apiTemplates.js","sourceRoot":"","sources":["../../../src/types/api/apiTemplates.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export const SYSTEM_USER_ID = "SYSTEM";
2
- //# sourceMappingURL=template.js.map
@@ -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"}