ahs-cti 1.0.1-beta.4 → 1.0.1-beta.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/dist/index.js CHANGED
@@ -5834,7 +5834,7 @@ function clickToCall(payload) {
5834
5834
  phone_number: payload.mobileNumber,
5835
5835
  user: (_d = (_c = payload.user) != null ? _c : state == null ? void 0 : state.agentId) != null ? _d : "",
5836
5836
  auto_answer: (_e = payload.auto_answer) != null ? _e : false,
5837
- convox_id: (_h = (_g = (_f = state == null ? void 0 : state.callData) == null ? void 0 : _f.convox_id) != null ? _g : payload.convox_id) != null ? _h : "",
5837
+ convox_id: (_h = (_g = payload.convox_id) != null ? _g : (_f = state == null ? void 0 : state.callData) == null ? void 0 : _f.convox_id) != null ? _h : "",
5838
5838
  reference_id: (_i = payload.reference_id) != null ? _i : "",
5839
5839
  call_source: (_j = payload.call_source) != null ? _j : "",
5840
5840
  caseId: (_k = payload.caseId) != null ? _k : ""