@tellescope/types-models 1.138.0 → 1.139.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.
@@ -1542,6 +1542,7 @@ export interface Form extends Form_readonly, Form_required, Form_updatesDisabled
1542
1542
  score: string;
1543
1543
  externalId: string;
1544
1544
  }[];
1545
+ hideAfterUnsubmittedInMS?: number;
1545
1546
  }
1546
1547
  export interface FormGroup_readonly extends ClientRecord {
1547
1548
  }
@@ -1873,6 +1874,7 @@ export interface FormResponse extends FormResponse_readonly, FormResponse_requir
1873
1874
  }[];
1874
1875
  discussionRoomId?: string;
1875
1876
  formsort?: string;
1877
+ hideAfterUnsubmittedInMS?: number;
1876
1878
  }
1877
1879
  export interface WebHook_readonly extends ClientRecord {
1878
1880
  }