Skip to content

Commit

Permalink
Add runParams to the model
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Aug 6, 2024
1 parent 05a022c commit 94cc2ec
Show file tree
Hide file tree
Showing 15 changed files with 513 additions and 47 deletions.
1 change: 1 addition & 0 deletions net/OpenApiPostprocess/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ static void Main(string[] args)
prog.processFile("Ddl.cs");
prog.processFile("QueryParam.cs");
prog.processFile("QueryParametersBody.cs");
prog.processFile("RunParams.cs");
prog.processFile("TdRules.cs");
prog.processFile("TdRule.cs");
prog.processFile("TdRulesBody.cs");
Expand Down
112 changes: 112 additions & 0 deletions net/TdRules/Giis.Tdrules.Openapi/Model/RunParams.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion net/TdRules/Giis.Tdrules.Openapi/Model/TdRule.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion net/TdRules/Giis.Tdrules.Openapi/Model/TdRules.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 94cc2ec

Please sign in to comment.