세션 계약 SSOT 정리
This commit is contained in:
parent
1881fe50bd
commit
17b114f647
8 changed files with 43 additions and 47 deletions
|
|
@ -1305,8 +1305,11 @@ export interface components {
|
|||
session_id: string;
|
||||
/** Session No */
|
||||
session_no: number;
|
||||
/** Stage */
|
||||
stage: string;
|
||||
/**
|
||||
* Stage
|
||||
* @enum {string}
|
||||
*/
|
||||
stage: "라포" | "탐색" | "개입" | "정리";
|
||||
/** Started At */
|
||||
started_at: string;
|
||||
/**
|
||||
|
|
@ -1762,8 +1765,11 @@ export interface components {
|
|||
review_ready: boolean;
|
||||
/** Session Id */
|
||||
session_id: string;
|
||||
/** Stage */
|
||||
stage: string;
|
||||
/**
|
||||
* Stage
|
||||
* @enum {string}
|
||||
*/
|
||||
stage: "라포" | "탐색" | "개입" | "정리";
|
||||
/** Started At */
|
||||
started_at: string;
|
||||
/**
|
||||
|
|
@ -1785,8 +1791,11 @@ export interface components {
|
|||
* @enum {string}
|
||||
*/
|
||||
speaker: "learner" | "client";
|
||||
/** Stage */
|
||||
stage: string;
|
||||
/**
|
||||
* Stage
|
||||
* @enum {string}
|
||||
*/
|
||||
stage: "라포" | "탐색" | "개입" | "정리";
|
||||
/** Text */
|
||||
text: string;
|
||||
/** Turn Seq */
|
||||
|
|
@ -1941,8 +1950,11 @@ export interface components {
|
|||
session_id: string;
|
||||
/** Session No */
|
||||
session_no: number;
|
||||
/** Stage */
|
||||
stage: string;
|
||||
/**
|
||||
* Stage
|
||||
* @enum {string}
|
||||
*/
|
||||
stage: "라포" | "탐색" | "개입" | "정리";
|
||||
};
|
||||
/** TeacherDashboardResponse */
|
||||
TeacherDashboardResponse: {
|
||||
|
|
@ -2207,8 +2219,11 @@ export interface components {
|
|||
* @default false
|
||||
*/
|
||||
safety_flagged: boolean;
|
||||
/** Stage */
|
||||
stage: string;
|
||||
/**
|
||||
* Stage
|
||||
* @enum {string}
|
||||
*/
|
||||
stage: "라포" | "탐색" | "개입" | "정리";
|
||||
/** Turn Seq */
|
||||
turn_seq: number;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue