@quesmed/types 2.6.247 → 2.6.248

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: ICreateVoiceSessionData;
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 IEnVoiceSessionData = RestrictedData<{
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: ICreateVoiceSessionData;
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 IEnVoiceSessionData = RestrictedData<{
247
+ export type IEndVoiceSessionData = RestrictedData<{
247
248
  endVoiceSession: boolean;
248
249
  }, 'endVoiceSession'>;
249
250
  export declare const END_VOICE_SESSION: import("@apollo/client").DocumentNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.247",
3
+ "version": "2.6.248",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",