Skip to content

Commit

Permalink
update openapi.json & openapi-ts client
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2024
1 parent d006d01 commit 8f861fe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions frontend/src/lib/client/schemas.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,16 @@ export const MilestoneAnswerPublicSchema = {
answer: {
type: 'integer',
title: 'Answer'
},
included_in_milestone_statistics: {
type: 'boolean',
title: 'Included In Milestone Statistics',
default: false
},
included_in_milestonegroup_statistics: {
type: 'boolean',
title: 'Included In Milestonegroup Statistics',
default: false
}
},
type: 'object',
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/lib/client/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ export type MilestoneAgeScoreCollectionPublic = {
export type MilestoneAnswerPublic = {
milestone_id: number;
answer: number;
included_in_milestone_statistics?: boolean;
included_in_milestonegroup_statistics?: boolean;
};

export type MilestoneAnswerSessionPublic = {
Expand Down
2 changes: 1 addition & 1 deletion mondey_backend/openapi.json

Large diffs are not rendered by default.

0 comments on commit 8f861fe

Please sign in to comment.