Skip to content

Commit

Permalink
Fix two more orval-generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete committed Dec 6, 2024
1 parent 3f884f8 commit 67683cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/**
* 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-operators).
*/
export type PlaygroundConstraintSchemaOperator =
(typeof PlaygroundConstraintSchemaOperator)[keyof typeof PlaygroundConstraintSchemaOperator];
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 */
/** A list of the constraints attached to the strategy. See https://docs.getunleash.io/reference/strategy-constraints#strategy-constraint-operators */
constraints?: ConstraintSchema[];
/**
* The milestone strategy's ID. Milestone strategy IDs are ulids.
Expand Down

0 comments on commit 67683cf

Please sign in to comment.