freemium-survey-components 2.0.85 → 2.0.86

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.
@@ -896,6 +896,9 @@ export type HostAgentType = {
896
896
  export type HostConfigType = {
897
897
  navigation?: NavigationType;
898
898
  API_HOST?: string;
899
+ translations?: {
900
+ [key: string]: string;
901
+ };
899
902
  dependent_apis?: {
900
903
  agents?: string;
901
904
  agents_search?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.85",
3
+ "version": "2.0.86",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",