@quesmed/types 2.6.182 → 2.6.183

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.
@@ -103,7 +103,7 @@ export interface IJobAsset {
103
103
  picture: IPicture;
104
104
  index: number;
105
105
  type: ELightGalleryType;
106
- choiceIdx: number | null;
106
+ choiceLabel: string | null;
107
107
  createdAt: Date | number;
108
108
  }
109
109
  export interface IJobRecordQuestion {
@@ -89,7 +89,7 @@ exports.JOB_ASSETS_FRAGMENT = (0, client_1.gql) `
89
89
  recordId
90
90
  index
91
91
  type
92
- choiceIdx
92
+ choiceLabel
93
93
  createdAt
94
94
  picture {
95
95
  id
@@ -37,7 +37,7 @@ exports.JOB_ASSET_FRAGMENT = (0, client_1.gql) `
37
37
  pictureId
38
38
  index
39
39
  type
40
- choiceIdx
40
+ choiceLabel
41
41
  createdAt
42
42
  picture {
43
43
  id
@@ -91,7 +91,7 @@ export interface IJobAssetInput {
91
91
  topicId?: Id;
92
92
  sensitive: boolean;
93
93
  type: ELightGalleryType;
94
- choiceIdx?: number | null;
94
+ choiceLabel?: string | null;
95
95
  index: number;
96
96
  }
97
97
  export type ICreateJobAssetsVar = {
@@ -103,7 +103,7 @@ export interface IJobAsset {
103
103
  picture: IPicture;
104
104
  index: number;
105
105
  type: ELightGalleryType;
106
- choiceIdx: number | null;
106
+ choiceLabel: string | null;
107
107
  createdAt: Date | number;
108
108
  }
109
109
  export interface IJobRecordQuestion {
@@ -86,7 +86,7 @@ export const JOB_ASSETS_FRAGMENT = gql `
86
86
  recordId
87
87
  index
88
88
  type
89
- choiceIdx
89
+ choiceLabel
90
90
  createdAt
91
91
  picture {
92
92
  id
@@ -34,7 +34,7 @@ export const JOB_ASSET_FRAGMENT = gql `
34
34
  pictureId
35
35
  index
36
36
  type
37
- choiceIdx
37
+ choiceLabel
38
38
  createdAt
39
39
  picture {
40
40
  id
@@ -91,7 +91,7 @@ export interface IJobAssetInput {
91
91
  topicId?: Id;
92
92
  sensitive: boolean;
93
93
  type: ELightGalleryType;
94
- choiceIdx?: number | null;
94
+ choiceLabel?: string | null;
95
95
  index: number;
96
96
  }
97
97
  export type ICreateJobAssetsVar = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.6.182",
3
+ "version": "2.6.183",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",