@davi-ai/retorik-framework 1.1.1 → 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.
@@ -2933,7 +2933,7 @@ const $b641028d2eac8925$var$subscribe = (value)=>{
2933
2933
  $b641028d2eac8925$var$dispatchStatus(newStatus);
2934
2934
  }) : null;
2935
2935
  const Asubscription = value ? value.activity$.subscribe((activity)=>{
2936
- $b641028d2eac8925$var$dispatchActivity(activity);
2936
+ activity.type !== "typing" && $b641028d2eac8925$var$dispatchActivity(activity);
2937
2937
  }) : null;
2938
2938
  $b641028d2eac8925$export$7fdfbcbba5f19303.setState({
2939
2939
  directLine: value,
@@ -19782,8 +19782,8 @@ const $760b7137ab1b4bd7$var$processJson = (json, retorikProps, baseAddress)=>{
19782
19782
  },
19783
19783
  agentData: personnage,
19784
19784
  ponyfillFactoryCredentials: {
19785
- region: json.VoiceCredentialsRegion ?? "francecentral",
19786
- subscriptionKey: json.VoiceCredentialsSubscriptionKey ?? "2f62867e22a544b78a16c99a2707ef49"
19785
+ region: json.voiceCredentialsRegion ?? "francecentral",
19786
+ subscriptionKey: json.voiceCredentialsSubscriptionKey ?? "2f62867e22a544b78a16c99a2707ef49"
19787
19787
  },
19788
19788
  addressData: retorikProps.addressData,
19789
19789
  userData: retorikProps.userData,