@embedreach/components 0.3.34 → 0.3.36

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.ts CHANGED
@@ -132,7 +132,7 @@ declare interface EngageTypedOverrides {
132
132
  * Represents the available features in our application.
133
133
  * Each feature corresponds to a specific section of the marketing hub.
134
134
  */
135
- declare type FeatureKey = ReachFeature.MEASURE | `${ReachFeature.MEASURE}-setup` | `${ReachFeature.ACQUIRE}-setup` | ReachFeature.ACQUIRE | `${ReachFeature.REPUTATION}-setup` | ReachFeature.REPUTATION | `${ReachFeature.ENGAGE}-segment-builder` | `${ReachFeature.ENGAGE}-automations-create-modal` | `${ReachFeature.ENGAGE}-automations-view-modal` | ReachFeature.ENGAGE;
135
+ declare type FeatureKey = ReachFeature.MEASURE | `${ReachFeature.MEASURE}-setup` | `${ReachFeature.ACQUIRE}-setup` | ReachFeature.ACQUIRE | `${ReachFeature.REPUTATION}-setup` | ReachFeature.REPUTATION | `${ReachFeature.ENGAGE}-segment-builder` | `${ReachFeature.ENGAGE}-automations-create-modal` | `${ReachFeature.ENGAGE}-automations-view-modal` | ReachFeature.ENGAGE | ReachFeature.VOICE;
136
136
 
137
137
  declare type ImageMergeFieldType = {
138
138
  placeholderUrl: string;