@davi-ai/retorik-framework 1.1.2 → 1.1.3

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
@@ -19848,7 +19848,7 @@ const $ba3150a69d33f468$var$processJson = (json, retorikProps, baseAddress)=>{
19848
19848
  let heightWidget = json.agentHeightWidget || json.agentHeight || undefined;
19849
19849
  if (json.agentHeightWidget && !isNaN(+json.agentHeightWidget)) heightWidget = +json.agentHeightWidget // convert to int
19850
19850
  ;
19851
- var _json_VoiceCredentialsRegion, _json_VoiceCredentialsSubscriptionKey;
19851
+ var _json_voiceCredentialsRegion, _json_voiceCredentialsSubscriptionKey;
19852
19852
  const props = {
19853
19853
  config: {
19854
19854
  fullSize: undefined,
@@ -19957,8 +19957,8 @@ const $ba3150a69d33f468$var$processJson = (json, retorikProps, baseAddress)=>{
19957
19957
  },
19958
19958
  agentData: personnage,
19959
19959
  ponyfillFactoryCredentials: {
19960
- region: (_json_VoiceCredentialsRegion = json.VoiceCredentialsRegion) !== null && _json_VoiceCredentialsRegion !== void 0 ? _json_VoiceCredentialsRegion : "francecentral",
19961
- subscriptionKey: (_json_VoiceCredentialsSubscriptionKey = json.VoiceCredentialsSubscriptionKey) !== null && _json_VoiceCredentialsSubscriptionKey !== void 0 ? _json_VoiceCredentialsSubscriptionKey : "2f62867e22a544b78a16c99a2707ef49"
19960
+ region: (_json_voiceCredentialsRegion = json.voiceCredentialsRegion) !== null && _json_voiceCredentialsRegion !== void 0 ? _json_voiceCredentialsRegion : "francecentral",
19961
+ subscriptionKey: (_json_voiceCredentialsSubscriptionKey = json.voiceCredentialsSubscriptionKey) !== null && _json_voiceCredentialsSubscriptionKey !== void 0 ? _json_voiceCredentialsSubscriptionKey : "2f62867e22a544b78a16c99a2707ef49"
19962
19962
  },
19963
19963
  addressData: retorikProps.addressData,
19964
19964
  userData: retorikProps.userData,