Skip to content

Commit

Permalink
Add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
fridex committed Jan 12, 2022
1 parent 488307d commit c52bf7a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Documentation/AdviserResultResponseResultReportProducts.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
**advised_runtime_environment** | [**RuntimeEnvironment**](RuntimeEnvironment.md) | |
**dependency_graph** | [**AdviserResultResponseResultReportDependencyGraph**](AdviserResultResponseResultReportDependencyGraph.md) | |
**justification** | [**Justification**](Justification.md) | |
**project** | [**AdviserResultResponseResultReportProject**](AdviserResultResponseResultReportProject.md) | |
**project** | **object** | |
**score** | **float** | Score of the computed product |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**constraints** | [**list[ProvenanceResultResponseResultParametersProjectConstraints]**](ProvenanceResultResponseResultParametersProjectConstraints.md) | |
**requirements** | **object** | |
**requirements_locked** | **object** | |
**requirements** | **object** | Requirements stating direct dependencies of the project, the format is compatible with Pipenv |
**requirements_locked** | **object** | A lock file stating all the dependencies pinned to a specific version togher with an explicit Python package index configuration |
**runtime_environment** | [**RuntimeEnvironment**](RuntimeEnvironment.md) | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
1 change: 0 additions & 1 deletion thamos/swagger_client/__init__.py

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

1 change: 0 additions & 1 deletion thamos/swagger_client/models/__init__.py

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

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

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

0 comments on commit c52bf7a

Please sign in to comment.