@quesmed/types 2.6.198 → 2.6.199

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.
@@ -57,4 +57,5 @@ export interface IAssetBinding {
57
57
  index: number;
58
58
  choiceLabel?: string;
59
59
  deleted: boolean;
60
+ typeId: ELightGalleryType;
60
61
  }
@@ -1,4 +1,4 @@
1
- import { EEntitlementType, IAssetBinding, IQuestion, IQuestionCase, IQuestionChoice, Id } from '../../../models';
1
+ import { EEntitlementType, IAssetBinding, IChapter, IQuestion, IQuestionCase, IQuestionChoice, Id } from '../../../models';
2
2
  import { AdminData, graphqlNormalize } from '../../types';
3
3
  export declare const UPDATE_QUESTION: import("@apollo/client").DocumentNode;
4
4
  export interface IUpdateQuestionVar {
@@ -18,6 +18,7 @@ export interface IUpdateQuestionVar {
18
18
  entitlements?: EEntitlementType[];
19
19
  createRevision?: boolean;
20
20
  assets?: IAssetBinding[];
21
+ stem?: Partial<IChapter>;
21
22
  }
22
23
  export type IUpdateQuestionData = AdminData<graphqlNormalize & IQuestion, 'updateQuestion'>;
23
24
  export declare const RESET_QUESTION: import("@apollo/client").DocumentNode;
@@ -26,6 +26,15 @@ exports.ADMIN_QUESTION = (0, client_1.gql) `
26
26
  likes
27
27
  dislikes
28
28
  totalVotes
29
+ stem {
30
+ id
31
+ explanation
32
+ summary
33
+ typeId
34
+ pictures {
35
+ ...PictureFields
36
+ }
37
+ }
29
38
  presentations {
30
39
  id
31
40
  name
@@ -57,4 +57,5 @@ export interface IAssetBinding {
57
57
  index: number;
58
58
  choiceLabel?: string;
59
59
  deleted: boolean;
60
+ typeId: ELightGalleryType;
60
61
  }
@@ -1,4 +1,4 @@
1
- import { EEntitlementType, IAssetBinding, IQuestion, IQuestionCase, IQuestionChoice, Id } from '../../../models';
1
+ import { EEntitlementType, IAssetBinding, IChapter, IQuestion, IQuestionCase, IQuestionChoice, Id } from '../../../models';
2
2
  import { AdminData, graphqlNormalize } from '../../types';
3
3
  export declare const UPDATE_QUESTION: import("@apollo/client").DocumentNode;
4
4
  export interface IUpdateQuestionVar {
@@ -18,6 +18,7 @@ export interface IUpdateQuestionVar {
18
18
  entitlements?: EEntitlementType[];
19
19
  createRevision?: boolean;
20
20
  assets?: IAssetBinding[];
21
+ stem?: Partial<IChapter>;
21
22
  }
22
23
  export type IUpdateQuestionData = AdminData<graphqlNormalize & IQuestion, 'updateQuestion'>;
23
24
  export declare const RESET_QUESTION: import("@apollo/client").DocumentNode;
@@ -23,6 +23,15 @@ export const ADMIN_QUESTION = gql `
23
23
  likes
24
24
  dislikes
25
25
  totalVotes
26
+ stem {
27
+ id
28
+ explanation
29
+ summary
30
+ typeId
31
+ pictures {
32
+ ...PictureFields
33
+ }
34
+ }
26
35
  presentations {
27
36
  id
28
37
  name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.198",
3
+ "version": "2.6.199",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",