@quesmed/types 2.6.178 → 2.6.179

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.
@@ -153,6 +153,7 @@ export interface IJobRecordMetricsSummary {
153
153
  comments: IQuestionComment[];
154
154
  likes: number;
155
155
  dislikes: number;
156
+ public: boolean;
156
157
  }
157
158
  export interface IJobRecordChoiceVote {
158
159
  id: Id;
@@ -38,6 +38,7 @@ exports.JOB_RECORD_METRICS_SUMMARY_FRAGMENT = (0, client_1.gql) `
38
38
  commentCount
39
39
  likes
40
40
  dislikes
41
+ public
41
42
  }
42
43
  `;
43
44
  exports.JOB_RECORD_CHOICE_SUMMARY_FRAGMENT = (0, client_1.gql) `
@@ -153,6 +153,7 @@ export interface IJobRecordMetricsSummary {
153
153
  comments: IQuestionComment[];
154
154
  likes: number;
155
155
  dislikes: number;
156
+ public: boolean;
156
157
  }
157
158
  export interface IJobRecordChoiceVote {
158
159
  id: Id;
@@ -35,6 +35,7 @@ export const JOB_RECORD_METRICS_SUMMARY_FRAGMENT = gql `
35
35
  commentCount
36
36
  likes
37
37
  dislikes
38
+ public
38
39
  }
39
40
  `;
40
41
  export const JOB_RECORD_CHOICE_SUMMARY_FRAGMENT = gql `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.178",
3
+ "version": "2.6.179",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",