@quesmed/types 2.6.79 → 2.6.80

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.
@@ -1,7 +1,7 @@
1
1
  import { Nullable } from '../resolvers';
2
2
  import { IOsceStation, IOsceStationMark, IOsceType } from './OsceStation';
3
3
  import { EPaceMarkType } from './Paces';
4
- import { EEntitlementType, EProductType } from './Product';
4
+ import { EEntitlementType, EProductType, IEntitlement } from './Product';
5
5
  import { Id } from './Type';
6
6
  import { IUser } from './User';
7
7
  export interface IOsceMarksheetMember {
@@ -85,6 +85,7 @@ export interface IOsceMarksheet {
85
85
  members: IOsceMarksheetMember[];
86
86
  state: EOsceMarksheetState;
87
87
  completed: boolean;
88
+ entitlement: IEntitlement;
88
89
  entitlementId: EProductType | EEntitlementType;
89
90
  isTimed: boolean;
90
91
  }
@@ -130,6 +130,7 @@ export declare const optimisticEndOsceMarksheet: (marksheet: IOsceMarksheet) =>
130
130
  activeUsers?: import("../../../models").IUser[] | undefined;
131
131
  members: import("../../../models").IOsceMarksheetMember[];
132
132
  state: EOsceMarksheetState;
133
+ entitlement: import("../../../models").IEntitlement;
133
134
  entitlementId: EProductType | EEntitlementType;
134
135
  isTimed: boolean;
135
136
  __typename: string;
@@ -9,6 +9,11 @@ exports.SAMPLE_CONTENT = (0, client_1.gql) `
9
9
  marksheets {
10
10
  id
11
11
  source
12
+ mockTestId
13
+ entitlement {
14
+ id
15
+ name
16
+ }
12
17
  }
13
18
  todos {
14
19
  id
@@ -16,6 +21,10 @@ exports.SAMPLE_CONTENT = (0, client_1.gql) `
16
21
  }
17
22
  osceMarksheets {
18
23
  id
24
+ entitlement {
25
+ id
26
+ name
27
+ }
19
28
  osceStation {
20
29
  id
21
30
  name
@@ -1,7 +1,7 @@
1
1
  import { Nullable } from '../resolvers';
2
2
  import { IOsceStation, IOsceStationMark, IOsceType } from './OsceStation';
3
3
  import { EPaceMarkType } from './Paces';
4
- import { EEntitlementType, EProductType } from './Product';
4
+ import { EEntitlementType, EProductType, IEntitlement } from './Product';
5
5
  import { Id } from './Type';
6
6
  import { IUser } from './User';
7
7
  export interface IOsceMarksheetMember {
@@ -85,6 +85,7 @@ export interface IOsceMarksheet {
85
85
  members: IOsceMarksheetMember[];
86
86
  state: EOsceMarksheetState;
87
87
  completed: boolean;
88
+ entitlement: IEntitlement;
88
89
  entitlementId: EProductType | EEntitlementType;
89
90
  isTimed: boolean;
90
91
  }
@@ -130,6 +130,7 @@ export declare const optimisticEndOsceMarksheet: (marksheet: IOsceMarksheet) =>
130
130
  activeUsers?: import("../../../models").IUser[] | undefined;
131
131
  members: import("../../../models").IOsceMarksheetMember[];
132
132
  state: EOsceMarksheetState;
133
+ entitlement: import("../../../models").IEntitlement;
133
134
  entitlementId: EProductType | EEntitlementType;
134
135
  isTimed: boolean;
135
136
  __typename: string;
@@ -6,6 +6,11 @@ export const SAMPLE_CONTENT = gql `
6
6
  marksheets {
7
7
  id
8
8
  source
9
+ mockTestId
10
+ entitlement {
11
+ id
12
+ name
13
+ }
9
14
  }
10
15
  todos {
11
16
  id
@@ -13,6 +18,10 @@ export const SAMPLE_CONTENT = gql `
13
18
  }
14
19
  osceMarksheets {
15
20
  id
21
+ entitlement {
22
+ id
23
+ name
24
+ }
16
25
  osceStation {
17
26
  id
18
27
  name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.79",
3
+ "version": "2.6.80",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",