freemium-survey-components 1.0.270 → 1.0.271

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.
@@ -420,6 +420,7 @@ export declare type AudienceType = {
420
420
  export declare type SubmitOptionType = 'rightAway' | 'later';
421
421
  export declare type CutOffDateType = 'afterResponses' | 'afterTime';
422
422
  export declare type DurationValueOptions = 'SECOND' | 'MINUTE' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH' | 'YEAR';
423
+ export declare type ReminderValueOptions = 1 | 2 | 3;
423
424
  export declare type ResponseConfigurationType = {
424
425
  duration?: DurationValueOptions;
425
426
  duration_value?: number;
@@ -430,6 +431,7 @@ export declare type CollectorMetaType = {
430
431
  end_date_timezone?: string | null;
431
432
  start_date_timezone?: string | null;
432
433
  remainders?: boolean | null;
434
+ remind_times?: ReminderValueOptions | null;
433
435
  delay_first_survey?: boolean | null;
434
436
  survey_link_expiry?: boolean | null;
435
437
  limit_survey?: boolean | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "1.0.270",
3
+ "version": "1.0.271",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",