freemium-survey-components 2.0.65 → 2.0.67

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.
@@ -791,6 +791,8 @@ export type SurveyServAuthAccountType = {
791
791
  brand_color?: string | null;
792
792
  logo_url?: string | null;
793
793
  favicon_url?: string | null;
794
+ api_key?: string | null;
795
+ time_format?: string | null;
794
796
  verified?: boolean | null;
795
797
  dkim_domain?: string | null;
796
798
  dkim_verified?: boolean | null;
@@ -893,13 +895,15 @@ export type WcTypes = 'list' | 'builder' | 'email' | 'preview' | 'response' | 't
893
895
  export type ProductType = 'freshservice' | 'freshchat' | 'freshsuccess' | 'freshsurvey' | 'default';
894
896
  export type HostParamsType = {
895
897
  id?: string;
898
+ surveyId?: string;
899
+ cid?: string;
896
900
  collectorId?: string;
897
901
  showOnlyQuestionsPreview?: string;
898
- active?: 'builder' | 'collector';
899
902
  isImport?: string;
900
903
  };
901
904
  export type ComponentQParamsType = {
902
905
  product?: ProductType;
906
+ component?: WcTypes;
903
907
  onboarding?: string;
904
908
  step?: string;
905
909
  tab?: 'builder' | 'collector';
@@ -913,5 +917,8 @@ export type ExportedComponentType = {
913
917
  hostConfig: HostConfigType;
914
918
  surveyServAuthInfo: SurveyServAuthType;
915
919
  product: ProductType;
920
+ collectorId?: string;
921
+ surveyId?: string;
922
+ locale?: string;
916
923
  };
917
924
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.65",
3
+ "version": "2.0.67",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",