Skip to content

Commit c32a25d

Browse files
Add missing superclass to get_source request (#1867) (#1868)
Co-authored-by: Sylvain Wallez <[email protected]>
1 parent 85133bd commit c32a25d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

output/schema/schema.json

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_global/get_source/SourceRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { SourceConfigParam } from '@global/search/_types/SourceFilter'
3333
* @since 0.0.0
3434
* @stability stable
3535
*/
36-
export interface Request {
36+
export interface Request extends RequestBase {
3737
path_parts: {
3838
/** Unique identifier of the document. */
3939
id: Id

0 commit comments

Comments
 (0)