File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- ` continueWithAutosave ` to forms validation
13
13
- ` generatePdfFromSubmissionData() ` function to ` PDF ` class
14
+ - ` externalId ` as option for ` searchSubmissions() `
14
15
15
16
## [ 5.0.1] - 2023-11-01
16
17
Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ export type FormSubmissionHistorySearchParameters = BaseSearchOptions & {
126
126
isValid ?: boolean
127
127
/** Search for submission that contain this title */
128
128
submissionTitle ?: string
129
+ /** Search for submissions based on the external Id */
130
+ externalId ?: string
129
131
}
130
132
131
133
export type FormSubmissionHistorySearchResults = MiscTypes . BaseSearchResult & {
You can’t perform that action at this time.
0 commit comments