Skip to content

Commit

Permalink
Add updates to schemas, along with generated code + src/sienna_struct…
Browse files Browse the repository at this point in the history
…_conversion.jl
  • Loading branch information
Joseph McKinsey committed Oct 25, 2024
1 parent 2ca2041 commit f1a5019
Show file tree
Hide file tree
Showing 56 changed files with 2,450 additions and 18 deletions.
23 changes: 23 additions & 0 deletions generated-julia/.openapi-generator-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# OpenAPI Generator Ignore
# Generated by openapi-generator https://github.com/openapitools/openapi-generator

# Use this file to prevent files from being overwritten by the generator.
# The patterns follow closely to .gitignore or .dockerignore.

# As an example, the C# client generator defines ApiClient.cs.
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
#ApiClient.cs

# You can match any string of characters against a directory, file or extension with a single asterisk (*):
#foo/*/qux
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux

# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
#foo/**/qux
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux

# You can also negate patterns with an exclamation (!).
# For example, you can ignore all files in a docs folder with the file extension .md:
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
47 changes: 47 additions & 0 deletions generated-julia/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
README.md
docs/AverageRateCurve.md
docs/AverageRateCurveFunctionData.md
docs/CostCurve.md
docs/CostCurveValueCurve.md
docs/FuelCurve.md
docs/FuelCurveFuelCost.md
docs/IncrementalCurve.md
docs/IncrementalCurveFunctionData.md
docs/InputOutputCurve.md
docs/InputOutputCurveFunctionData.md
docs/LinearFunctionData.md
docs/MinMax.md
docs/PiecewiseLinearData.md
docs/PiecewiseLinearDataPointsInner.md
docs/PiecewiseStepData.md
docs/QuadraticFunctionData.md
docs/StartUpStages.md
docs/ThermalStandard.md
docs/ThermalStandardOperationCost.md
docs/ThermalStandardOperationCostStartUp.md
docs/ThermalStandardOperationCostVariable.md
docs/UpDown.md
src/APIServer.jl
src/modelincludes.jl
src/models/model_AverageRateCurve.jl
src/models/model_AverageRateCurveFunctionData.jl
src/models/model_CostCurve.jl
src/models/model_CostCurveValueCurve.jl
src/models/model_FuelCurve.jl
src/models/model_FuelCurveFuelCost.jl
src/models/model_IncrementalCurve.jl
src/models/model_IncrementalCurveFunctionData.jl
src/models/model_InputOutputCurve.jl
src/models/model_InputOutputCurveFunctionData.jl
src/models/model_LinearFunctionData.jl
src/models/model_MinMax.jl
src/models/model_PiecewiseLinearData.jl
src/models/model_PiecewiseLinearDataPointsInner.jl
src/models/model_PiecewiseStepData.jl
src/models/model_QuadraticFunctionData.jl
src/models/model_StartUpStages.jl
src/models/model_ThermalStandard.jl
src/models/model_ThermalStandardOperationCost.jl
src/models/model_ThermalStandardOperationCostStartUp.jl
src/models/model_ThermalStandardOperationCostVariable.jl
src/models/model_UpDown.jl
1 change: 1 addition & 0 deletions generated-julia/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.9.0
Loading

0 comments on commit f1a5019

Please sign in to comment.