freemium-survey-components 1.0.288 → 1.0.289

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.
@@ -453,6 +453,7 @@ export declare type ResponseConfigurationType = {
453
453
  export declare type CollectorMetaType = {
454
454
  submit_option?: SubmitOptionType | null;
455
455
  created_by?: string | null;
456
+ updated_by?: string | null;
456
457
  end_date_timezone?: string | null;
457
458
  start_date_timezone?: string | null;
458
459
  remainders?: boolean | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "1.0.288",
3
+ "version": "1.0.289",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",