@quesmed/types 2.6.247 → 2.6.249
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -229,6 +229,7 @@ export declare const optimisticSetOsceMarksheetFeedback: (marksheet: IOsceMarksh
|
|
|
229
229
|
};
|
|
230
230
|
export interface ICreateVoiceSessionVars {
|
|
231
231
|
osceMarksheetId: Id;
|
|
232
|
+
phase: EOsceStationPhase;
|
|
232
233
|
}
|
|
233
234
|
export interface IVoiceSessionData {
|
|
234
235
|
sessionId: string;
|
|
@@ -237,13 +238,13 @@ export interface IVoiceSessionData {
|
|
|
237
238
|
token: string;
|
|
238
239
|
}
|
|
239
240
|
export type ICreateVoiceSessionData = RestrictedData<{
|
|
240
|
-
createVoiceSession:
|
|
241
|
+
createVoiceSession: IVoiceSessionData;
|
|
241
242
|
}, 'createVoiceSession'>;
|
|
242
243
|
export declare const CREATE_VOICE_SESSION: import("@apollo/client").DocumentNode;
|
|
243
244
|
export interface IEndVoiceSessionVars {
|
|
244
245
|
osceMarksheetId: Id;
|
|
245
246
|
}
|
|
246
|
-
export type
|
|
247
|
+
export type IEndVoiceSessionData = RestrictedData<{
|
|
247
248
|
endVoiceSession: boolean;
|
|
248
249
|
}, 'endVoiceSession'>;
|
|
249
250
|
export declare const END_VOICE_SESSION: import("@apollo/client").DocumentNode;
|
|
@@ -229,6 +229,7 @@ export declare const optimisticSetOsceMarksheetFeedback: (marksheet: IOsceMarksh
|
|
|
229
229
|
};
|
|
230
230
|
export interface ICreateVoiceSessionVars {
|
|
231
231
|
osceMarksheetId: Id;
|
|
232
|
+
phase: EOsceStationPhase;
|
|
232
233
|
}
|
|
233
234
|
export interface IVoiceSessionData {
|
|
234
235
|
sessionId: string;
|
|
@@ -237,13 +238,13 @@ export interface IVoiceSessionData {
|
|
|
237
238
|
token: string;
|
|
238
239
|
}
|
|
239
240
|
export type ICreateVoiceSessionData = RestrictedData<{
|
|
240
|
-
createVoiceSession:
|
|
241
|
+
createVoiceSession: IVoiceSessionData;
|
|
241
242
|
}, 'createVoiceSession'>;
|
|
242
243
|
export declare const CREATE_VOICE_SESSION: import("@apollo/client").DocumentNode;
|
|
243
244
|
export interface IEndVoiceSessionVars {
|
|
244
245
|
osceMarksheetId: Id;
|
|
245
246
|
}
|
|
246
|
-
export type
|
|
247
|
+
export type IEndVoiceSessionData = RestrictedData<{
|
|
247
248
|
endVoiceSession: boolean;
|
|
248
249
|
}, 'endVoiceSession'>;
|
|
249
250
|
export declare const END_VOICE_SESSION: import("@apollo/client").DocumentNode;
|