@dev.smartpricing/message-composer-utils 3.1.15 → 3.1.16

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": "3.1.15",
3
+ "version": "3.1.16",
4
4
  "description": "Shared types and utilities for the message composer",
5
5
  "type": "module",
6
6
  "exports": {
@@ -206,6 +206,9 @@ export interface TestEmailRequest {
206
206
 
207
207
  /** Recipient email address for testing */
208
208
  to: string;
209
+
210
+ /** Optional brand ID for compile-time brand override */
211
+ brand_id?: string | null;
209
212
  }
210
213
 
211
214
  /**