Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Remove obsolete evaluation types #102

Merged
merged 3 commits into from
Jul 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions src/FaluSdk/Evaluations/Evaluation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ public class Evaluation : EvaluationPatchModel, IHasId, IHasCurrency, IHasCreate
/// <inheritdoc/>
public string? Currency { get; set; }

/// <summary>
/// Scope of the evaluation.
/// </summary>
[Obsolete("Moved to Options")]
public string? Scope { get; set; }

/// <inheritdoc/>
public DateTimeOffset Created { get; set; }

Expand All @@ -33,12 +27,6 @@ public class Evaluation : EvaluationPatchModel, IHasId, IHasCurrency, IHasCreate
/// </summary>
public EvaluationScoringOptions? Options { get; set; }

/// <summary>
/// Statement used for the evaluation.
/// </summary>
[Obsolete("Moved to Reports or Outputs")]
public Statement? Statement { get; set; }

/// <summary>
/// The short-lived client secret used by front-end libraries to show an evaluation modal inside your app.
/// This client secret expires after 24 hours and can only be used once.
Expand All @@ -54,13 +42,6 @@ public class Evaluation : EvaluationPatchModel, IHasId, IHasCurrency, IHasCreate
/// </summary>
public string? Url { get; set; }

/// <summary>
/// Scoring generated for the evaluation.
/// Only populated if extraction succeeded.
/// </summary>
[Obsolete("Moved to Outputs")]
public EvaluationScoring? Scoring { get; set; }

/// <summary>
/// Unique identifiers of the reports for this verification.
/// </summary>
Expand Down
24 changes: 0 additions & 24 deletions src/FaluSdk/Evaluations/EvaluationScoring.cs

This file was deleted.

40 changes: 0 additions & 40 deletions src/FaluSdk/Evaluations/Statement.cs

This file was deleted.