@quesmed/types 2.6.72 → 2.6.73

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,9 +1,7 @@
1
- import { EProductType, IMarksheet, IOsceMarksheet, ITodo } from '../../models';
1
+ import { IMarksheet, IOsceMarksheet, ITodo } from '../../models';
2
2
  import { RootData, graphqlNormalize } from '../types';
3
3
  export declare const SAMPLE_CONTENT: import("@apollo/client").DocumentNode;
4
- export type ISampleContentVar = {
5
- productType: EProductType;
6
- };
4
+ export type ISampleContentVar = null;
7
5
  interface ISampleContent {
8
6
  marksheets: IMarksheet[];
9
7
  todos: ITodo[];
@@ -4,8 +4,8 @@ exports.SAMPLE_OSCE_MARKSHEET = exports.SAMPLE_TODO = exports.SAMPLE_MARKSHEET =
4
4
  const client_1 = require("@apollo/client");
5
5
  const fragments_1 = require("../fragments");
6
6
  exports.SAMPLE_CONTENT = (0, client_1.gql) `
7
- query SampleContent($productType: Int!) {
8
- sampleContent(productType: $productType) {
7
+ query SampleContent {
8
+ sampleContent {
9
9
  marksheets {
10
10
  id
11
11
  source
@@ -1,9 +1,7 @@
1
- import { EProductType, IMarksheet, IOsceMarksheet, ITodo } from '../../models';
1
+ import { IMarksheet, IOsceMarksheet, ITodo } from '../../models';
2
2
  import { RootData, graphqlNormalize } from '../types';
3
3
  export declare const SAMPLE_CONTENT: import("@apollo/client").DocumentNode;
4
- export type ISampleContentVar = {
5
- productType: EProductType;
6
- };
4
+ export type ISampleContentVar = null;
7
5
  interface ISampleContent {
8
6
  marksheets: IMarksheet[];
9
7
  todos: ITodo[];
@@ -1,8 +1,8 @@
1
1
  import { gql } from '@apollo/client';
2
2
  import { CHAPTER_FIELDS, MARKSHEET_FIELDS, OSCE_MARKSHEET_FIELDS, OSCE_STATION_FIELDS, } from '../fragments';
3
3
  export const SAMPLE_CONTENT = gql `
4
- query SampleContent($productType: Int!) {
5
- sampleContent(productType: $productType) {
4
+ query SampleContent {
5
+ sampleContent {
6
6
  marksheets {
7
7
  id
8
8
  source
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.72",
3
+ "version": "2.6.73",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",