posthog-js 1.92.1 → 1.93.0

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.
package/dist/module.d.ts CHANGED
@@ -1102,6 +1102,7 @@ interface RatingSurveyQuestion extends SurveyQuestionBase {
1102
1102
  interface MultipleSurveyQuestion extends SurveyQuestionBase {
1103
1103
  type: SurveyQuestionType.SingleChoice | SurveyQuestionType.MultipleChoice;
1104
1104
  choices: string[];
1105
+ hasOpenChoice?: boolean;
1105
1106
  }
1106
1107
  declare enum SurveyQuestionType {
1107
1108
  Open = "open",