refactor(wizard): make CreateSessionHandler wizard-driven and remove legacy parser
This commit is contained in:
@@ -36,6 +36,10 @@ public sealed class WizardPayload
|
||||
public bool? Waitlist { get; set; }
|
||||
public WizardSingleInput? Single { get; set; }
|
||||
public WizardPoolInput? Pool { get; set; }
|
||||
|
||||
// Wizard-flow metadata (not a wizard step input).
|
||||
[JsonIgnore]
|
||||
public int RetryCount { get; set; }
|
||||
}
|
||||
|
||||
public sealed class WizardPoolInput
|
||||
|
||||
Reference in New Issue
Block a user