Skip to content

Commit

Permalink
Fix another orval-generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete committed Dec 6, 2024
1 parent 67683cf commit 79e9ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/openapi/models/playgroundConstraintSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface PlaygroundConstraintSchema {
contextName: string;
/** Whether the result should be negated or not. If `true`, will turn a `true` result into a `false` result and vice versa. */
inverted?: boolean;
/** The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/reference/strategy-constraints). */
/** The operator to use when evaluating this constraint. For more information about the various operators, refer to [the strategy constraint operator documentation](https://docs.getunleash.io/reference/strategy-constraints#strategy-constraint-operator). */
operator: PlaygroundConstraintSchemaOperator;
/** Whether this was evaluated as true or false. */
result: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type { CreateStrategyVariantSchema } from './createStrategyVariantSchema'
* Schema representing the creation of a release plan milestone strategy.
*/
export interface ReleasePlanMilestoneStrategySchema {
/** A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/strategy-constraints#strategy-constraint-operators */
/** A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/strategy-constraint */
constraints?: ConstraintSchema[];
/**
* The milestone strategy's ID. Milestone strategy IDs are ulids.
Expand Down

0 comments on commit 79e9ad2

Please sign in to comment.