customer-module-frontend 2.0.0-beta.23 → 2.0.0-beta.25
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/customer-module.js
CHANGED
|
@@ -27243,7 +27243,8 @@ const r8 = ({
|
|
|
27243
27243
|
mailboxName: T.mailboxName,
|
|
27244
27244
|
assignedAgent: T.assignedAgent,
|
|
27245
27245
|
permaLink: T.permaLink,
|
|
27246
|
-
issueType: T.issueType
|
|
27246
|
+
issueType: T.issueType,
|
|
27247
|
+
voice: T?.voice
|
|
27247
27248
|
},
|
|
27248
27249
|
T.conversationId
|
|
27249
27250
|
)),
|