Rename Session Coach feedback enums
All checks were successful
Tests / Tests (pull_request) Successful in 10s
All checks were successful
Tests / Tests (pull_request) Successful in 10s
This commit is contained in:
@@ -3795,10 +3795,10 @@ export type SessionCoachFeedbackGql = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export enum SessionCoachFeedbackResponseEnum {
|
export enum SessionCoachFeedbackResponseEnum {
|
||||||
AlreadyWorkingOnThis = "ALREADY_WORKING_ON_THIS",
|
|
||||||
Helpful = "HELPFUL",
|
Helpful = "HELPFUL",
|
||||||
NotEnoughEvidence = "NOT_ENOUGH_EVIDENCE",
|
NotEnoughEvidence = "NOT_ENOUGH_EVIDENCE",
|
||||||
WrongFocus = "WRONG_FOCUS",
|
NotInsightful = "NOT_INSIGHTFUL",
|
||||||
|
NotRelevant = "NOT_RELEVANT",
|
||||||
}
|
}
|
||||||
|
|
||||||
export type SessionCoachGql = {
|
export type SessionCoachGql = {
|
||||||
|
|||||||
@@ -1407,8 +1407,8 @@ type SessionCoachFeedbackGQL {
|
|||||||
|
|
||||||
enum SessionCoachFeedbackResponseEnum {
|
enum SessionCoachFeedbackResponseEnum {
|
||||||
HELPFUL
|
HELPFUL
|
||||||
WRONG_FOCUS
|
NOT_RELEVANT
|
||||||
ALREADY_WORKING_ON_THIS
|
NOT_INSIGHTFUL
|
||||||
NOT_ENOUGH_EVIDENCE
|
NOT_ENOUGH_EVIDENCE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user