@quesmed/types 2.2.61 → 2.2.64

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.
@@ -1798,627 +1798,8 @@ exports.ADD_FLAGGED_QUESTION = (0, client_1.gql) `
1798
1798
  mutation AddFlaggedQuestion($markId: Int!, $questionId: Int!) {
1799
1799
  restricted {
1800
1800
  addFlaggedQuestion(markId: $markId, questionId: $questionId) {
1801
- question {
1802
- conceptId
1803
- difficulty
1804
- dislikes
1805
- explanation
1806
- id
1807
- isLikedByMe
1808
- likes
1809
- question
1810
- totalVotes
1811
- typeId
1812
- choices {
1813
- id
1814
- explanation
1815
- name
1816
- label
1817
- answer
1818
- votes
1819
- picture {
1820
- id
1821
- createdAt
1822
- updatedAt
1823
- name
1824
- caption
1825
- path
1826
- path512
1827
- path256
1828
- }
1829
- }
1830
- comments {
1831
- id
1832
- createdAt
1833
- comment
1834
- likes
1835
- user {
1836
- id
1837
- displayName
1838
- }
1839
- dislikes
1840
- isLikedByMe
1841
- questionId
1842
- replies {
1843
- id
1844
- createdAt
1845
- comment
1846
- user {
1847
- id
1848
- displayName
1849
- }
1850
- likes
1851
- dislikes
1852
- isLikedByMe
1853
- questionId
1854
- }
1855
- }
1856
- concept {
1857
- id
1858
- name
1859
- topic {
1860
- name
1861
- typeId
1862
- }
1863
- chapter {
1864
- id
1865
- explanation
1866
- pictures {
1867
- id
1868
- createdAt
1869
- updatedAt
1870
- name
1871
- caption
1872
- path
1873
- path512
1874
- path256
1875
- topicId
1876
- topic {
1877
- id
1878
- name
1879
- typeId
1880
- }
1881
- }
1882
- }
1883
- videos {
1884
- id
1885
- title
1886
- museId
1887
- startTime
1888
- endTime
1889
- thumbnail
1890
- concepts {
1891
- id
1892
- name
1893
- }
1894
- live
1895
- description
1896
- duration
1897
- }
1898
- }
1899
- pictures {
1900
- id
1901
- createdAt
1902
- updatedAt
1903
- name
1904
- caption
1905
- path
1906
- path512
1907
- path256
1908
- topicId
1909
- topic {
1910
- id
1911
- name
1912
- typeId
1913
- }
1914
- }
1915
- }
1916
- mark {
1917
- flagged
1918
- questionChoiceId
1919
- timeTaken
1920
- index
1921
- id
1922
- mark
1923
- question {
1924
- ... on QuestionSBA {
1925
- conceptId
1926
- difficulty
1927
- dislikes
1928
- explanation
1929
- id
1930
- isLikedByMe
1931
- likes
1932
- question
1933
- totalVotes
1934
- typeId
1935
- choices {
1936
- id
1937
- explanation
1938
- name
1939
- label
1940
- answer
1941
- votes
1942
- picture {
1943
- id
1944
- createdAt
1945
- updatedAt
1946
- name
1947
- caption
1948
- path
1949
- path512
1950
- path256
1951
- }
1952
- }
1953
- comments {
1954
- id
1955
- createdAt
1956
- comment
1957
- likes
1958
- user {
1959
- id
1960
- displayName
1961
- }
1962
- dislikes
1963
- isLikedByMe
1964
- questionId
1965
- replies {
1966
- id
1967
- createdAt
1968
- comment
1969
- user {
1970
- id
1971
- displayName
1972
- }
1973
- likes
1974
- dislikes
1975
- isLikedByMe
1976
- questionId
1977
- }
1978
- }
1979
- concept {
1980
- id
1981
- name
1982
- chapter {
1983
- id
1984
- explanation
1985
- pictures {
1986
- id
1987
- createdAt
1988
- updatedAt
1989
- name
1990
- caption
1991
- path
1992
- path512
1993
- path256
1994
- topicId
1995
- topic {
1996
- id
1997
- name
1998
- typeId
1999
- }
2000
- }
2001
- }
2002
- videos {
2003
- id
2004
- title
2005
- museId
2006
- startTime
2007
- endTime
2008
- thumbnail
2009
- concepts {
2010
- id
2011
- name
2012
- }
2013
- live
2014
- description
2015
- duration
2016
- }
2017
- }
2018
- pictures {
2019
- id
2020
- createdAt
2021
- updatedAt
2022
- name
2023
- caption
2024
- path
2025
- path512
2026
- path256
2027
- topicId
2028
- topic {
2029
- id
2030
- name
2031
- typeId
2032
- }
2033
- }
2034
- difficulty
2035
- psaSectionId
2036
- likes
2037
- dislikes
2038
- isLikedByMe
2039
- sbaAnswer: answer
2040
- }
2041
- ... on QuestionQA {
2042
- conceptId
2043
- difficulty
2044
- dislikes
2045
- explanation
2046
- id
2047
- isLikedByMe
2048
- likes
2049
- question
2050
- totalVotes
2051
- typeId
2052
- choices {
2053
- id
2054
- explanation
2055
- name
2056
- label
2057
- answer
2058
- votes
2059
- picture {
2060
- id
2061
- createdAt
2062
- updatedAt
2063
- name
2064
- caption
2065
- path
2066
- path512
2067
- path256
2068
- }
2069
- }
2070
- comments {
2071
- id
2072
- createdAt
2073
- comment
2074
- likes
2075
- user {
2076
- id
2077
- displayName
2078
- }
2079
- dislikes
2080
- isLikedByMe
2081
- questionId
2082
- replies {
2083
- id
2084
- createdAt
2085
- comment
2086
- user {
2087
- id
2088
- displayName
2089
- }
2090
- likes
2091
- dislikes
2092
- isLikedByMe
2093
- questionId
2094
- }
2095
- }
2096
- concept {
2097
- id
2098
- name
2099
- chapter {
2100
- id
2101
- explanation
2102
- pictures {
2103
- id
2104
- createdAt
2105
- updatedAt
2106
- name
2107
- caption
2108
- path
2109
- path512
2110
- path256
2111
- topicId
2112
- topic {
2113
- id
2114
- name
2115
- typeId
2116
- }
2117
- }
2118
- }
2119
- videos {
2120
- id
2121
- title
2122
- museId
2123
- startTime
2124
- endTime
2125
- thumbnail
2126
- concepts {
2127
- id
2128
- name
2129
- }
2130
- live
2131
- description
2132
- duration
2133
- }
2134
- }
2135
- pictures {
2136
- id
2137
- createdAt
2138
- updatedAt
2139
- name
2140
- caption
2141
- path
2142
- path512
2143
- path256
2144
- topicId
2145
- topic {
2146
- id
2147
- name
2148
- typeId
2149
- }
2150
- }
2151
- difficulty
2152
- psaSectionId
2153
- likes
2154
- dislikes
2155
- isLikedByMe
2156
- qaAnswer: answer {
2157
- dose
2158
- units
2159
- }
2160
- }
2161
- ... on QuestionMultiA {
2162
- conceptId
2163
- difficulty
2164
- dislikes
2165
- explanation
2166
- id
2167
- isLikedByMe
2168
- likes
2169
- question
2170
- totalVotes
2171
- typeId
2172
- choices {
2173
- id
2174
- explanation
2175
- name
2176
- label
2177
- answer
2178
- votes
2179
- picture {
2180
- id
2181
- createdAt
2182
- updatedAt
2183
- name
2184
- caption
2185
- path
2186
- path512
2187
- path256
2188
- }
2189
- }
2190
- comments {
2191
- id
2192
- createdAt
2193
- comment
2194
- likes
2195
- user {
2196
- id
2197
- displayName
2198
- }
2199
- dislikes
2200
- isLikedByMe
2201
- questionId
2202
- replies {
2203
- id
2204
- createdAt
2205
- comment
2206
- user {
2207
- id
2208
- displayName
2209
- }
2210
- likes
2211
- dislikes
2212
- isLikedByMe
2213
- questionId
2214
- }
2215
- }
2216
- concept {
2217
- id
2218
- name
2219
- chapter {
2220
- id
2221
- explanation
2222
- pictures {
2223
- id
2224
- createdAt
2225
- updatedAt
2226
- name
2227
- caption
2228
- path
2229
- path512
2230
- path256
2231
- topicId
2232
- topic {
2233
- id
2234
- name
2235
- typeId
2236
- }
2237
- }
2238
- }
2239
- videos {
2240
- id
2241
- title
2242
- museId
2243
- startTime
2244
- endTime
2245
- thumbnail
2246
- concepts {
2247
- id
2248
- name
2249
- }
2250
- live
2251
- description
2252
- duration
2253
- }
2254
- }
2255
- pictures {
2256
- id
2257
- createdAt
2258
- updatedAt
2259
- name
2260
- caption
2261
- path
2262
- path512
2263
- path256
2264
- topicId
2265
- topic {
2266
- id
2267
- name
2268
- typeId
2269
- }
2270
- }
2271
- difficulty
2272
- psaSectionId
2273
- likes
2274
- dislikes
2275
- isLikedByMe
2276
- multiAnswer: answer
2277
- }
2278
- ... on QuestionPrescription {
2279
- conceptId
2280
- difficulty
2281
- dislikes
2282
- explanation
2283
- id
2284
- isLikedByMe
2285
- likes
2286
- question
2287
- totalVotes
2288
- typeId
2289
- choices {
2290
- id
2291
- explanation
2292
- name
2293
- label
2294
- answer
2295
- votes
2296
- picture {
2297
- id
2298
- createdAt
2299
- updatedAt
2300
- name
2301
- caption
2302
- path
2303
- path512
2304
- path256
2305
- }
2306
- }
2307
- comments {
2308
- id
2309
- createdAt
2310
- comment
2311
- likes
2312
- user {
2313
- id
2314
- displayName
2315
- }
2316
- dislikes
2317
- isLikedByMe
2318
- questionId
2319
- replies {
2320
- id
2321
- createdAt
2322
- comment
2323
- user {
2324
- id
2325
- displayName
2326
- }
2327
- likes
2328
- dislikes
2329
- isLikedByMe
2330
- questionId
2331
- }
2332
- }
2333
- concept {
2334
- id
2335
- name
2336
- chapter {
2337
- id
2338
- explanation
2339
- pictures {
2340
- id
2341
- createdAt
2342
- updatedAt
2343
- name
2344
- caption
2345
- path
2346
- path512
2347
- path256
2348
- topicId
2349
- topic {
2350
- id
2351
- name
2352
- typeId
2353
- }
2354
- }
2355
- }
2356
- videos {
2357
- id
2358
- title
2359
- museId
2360
- startTime
2361
- endTime
2362
- thumbnail
2363
- concepts {
2364
- id
2365
- name
2366
- }
2367
- live
2368
- description
2369
- duration
2370
- }
2371
- }
2372
- pictures {
2373
- id
2374
- createdAt
2375
- updatedAt
2376
- name
2377
- caption
2378
- path
2379
- path512
2380
- path256
2381
- topicId
2382
- topic {
2383
- id
2384
- name
2385
- typeId
2386
- }
2387
- }
2388
- difficulty
2389
- psaSectionId
2390
- likes
2391
- dislikes
2392
- isLikedByMe
2393
- prescribeAnswer: answer {
2394
- dose {
2395
- value
2396
- display
2397
- }
2398
- drug {
2399
- value
2400
- display
2401
- }
2402
- route {
2403
- value
2404
- display
2405
- }
2406
- frequency {
2407
- display
2408
- value
2409
- }
2410
- duration {
2411
- display
2412
- value
2413
- }
2414
- units {
2415
- display
2416
- value
2417
- }
2418
- }
2419
- }
2420
- }
2421
- }
1801
+ id
1802
+ markId
2422
1803
  }
2423
1804
  }
2424
1805
  }
@@ -1288,6 +1288,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
1288
1288
  marks {
1289
1289
  id
1290
1290
  flagged
1291
+ striked
1291
1292
  index
1292
1293
  questionChoiceId
1293
1294
  marksheetId
@@ -1793,627 +1793,8 @@ export const ADD_FLAGGED_QUESTION = gql `
1793
1793
  mutation AddFlaggedQuestion($markId: Int!, $questionId: Int!) {
1794
1794
  restricted {
1795
1795
  addFlaggedQuestion(markId: $markId, questionId: $questionId) {
1796
- question {
1797
- conceptId
1798
- difficulty
1799
- dislikes
1800
- explanation
1801
- id
1802
- isLikedByMe
1803
- likes
1804
- question
1805
- totalVotes
1806
- typeId
1807
- choices {
1808
- id
1809
- explanation
1810
- name
1811
- label
1812
- answer
1813
- votes
1814
- picture {
1815
- id
1816
- createdAt
1817
- updatedAt
1818
- name
1819
- caption
1820
- path
1821
- path512
1822
- path256
1823
- }
1824
- }
1825
- comments {
1826
- id
1827
- createdAt
1828
- comment
1829
- likes
1830
- user {
1831
- id
1832
- displayName
1833
- }
1834
- dislikes
1835
- isLikedByMe
1836
- questionId
1837
- replies {
1838
- id
1839
- createdAt
1840
- comment
1841
- user {
1842
- id
1843
- displayName
1844
- }
1845
- likes
1846
- dislikes
1847
- isLikedByMe
1848
- questionId
1849
- }
1850
- }
1851
- concept {
1852
- id
1853
- name
1854
- topic {
1855
- name
1856
- typeId
1857
- }
1858
- chapter {
1859
- id
1860
- explanation
1861
- pictures {
1862
- id
1863
- createdAt
1864
- updatedAt
1865
- name
1866
- caption
1867
- path
1868
- path512
1869
- path256
1870
- topicId
1871
- topic {
1872
- id
1873
- name
1874
- typeId
1875
- }
1876
- }
1877
- }
1878
- videos {
1879
- id
1880
- title
1881
- museId
1882
- startTime
1883
- endTime
1884
- thumbnail
1885
- concepts {
1886
- id
1887
- name
1888
- }
1889
- live
1890
- description
1891
- duration
1892
- }
1893
- }
1894
- pictures {
1895
- id
1896
- createdAt
1897
- updatedAt
1898
- name
1899
- caption
1900
- path
1901
- path512
1902
- path256
1903
- topicId
1904
- topic {
1905
- id
1906
- name
1907
- typeId
1908
- }
1909
- }
1910
- }
1911
- mark {
1912
- flagged
1913
- questionChoiceId
1914
- timeTaken
1915
- index
1916
- id
1917
- mark
1918
- question {
1919
- ... on QuestionSBA {
1920
- conceptId
1921
- difficulty
1922
- dislikes
1923
- explanation
1924
- id
1925
- isLikedByMe
1926
- likes
1927
- question
1928
- totalVotes
1929
- typeId
1930
- choices {
1931
- id
1932
- explanation
1933
- name
1934
- label
1935
- answer
1936
- votes
1937
- picture {
1938
- id
1939
- createdAt
1940
- updatedAt
1941
- name
1942
- caption
1943
- path
1944
- path512
1945
- path256
1946
- }
1947
- }
1948
- comments {
1949
- id
1950
- createdAt
1951
- comment
1952
- likes
1953
- user {
1954
- id
1955
- displayName
1956
- }
1957
- dislikes
1958
- isLikedByMe
1959
- questionId
1960
- replies {
1961
- id
1962
- createdAt
1963
- comment
1964
- user {
1965
- id
1966
- displayName
1967
- }
1968
- likes
1969
- dislikes
1970
- isLikedByMe
1971
- questionId
1972
- }
1973
- }
1974
- concept {
1975
- id
1976
- name
1977
- chapter {
1978
- id
1979
- explanation
1980
- pictures {
1981
- id
1982
- createdAt
1983
- updatedAt
1984
- name
1985
- caption
1986
- path
1987
- path512
1988
- path256
1989
- topicId
1990
- topic {
1991
- id
1992
- name
1993
- typeId
1994
- }
1995
- }
1996
- }
1997
- videos {
1998
- id
1999
- title
2000
- museId
2001
- startTime
2002
- endTime
2003
- thumbnail
2004
- concepts {
2005
- id
2006
- name
2007
- }
2008
- live
2009
- description
2010
- duration
2011
- }
2012
- }
2013
- pictures {
2014
- id
2015
- createdAt
2016
- updatedAt
2017
- name
2018
- caption
2019
- path
2020
- path512
2021
- path256
2022
- topicId
2023
- topic {
2024
- id
2025
- name
2026
- typeId
2027
- }
2028
- }
2029
- difficulty
2030
- psaSectionId
2031
- likes
2032
- dislikes
2033
- isLikedByMe
2034
- sbaAnswer: answer
2035
- }
2036
- ... on QuestionQA {
2037
- conceptId
2038
- difficulty
2039
- dislikes
2040
- explanation
2041
- id
2042
- isLikedByMe
2043
- likes
2044
- question
2045
- totalVotes
2046
- typeId
2047
- choices {
2048
- id
2049
- explanation
2050
- name
2051
- label
2052
- answer
2053
- votes
2054
- picture {
2055
- id
2056
- createdAt
2057
- updatedAt
2058
- name
2059
- caption
2060
- path
2061
- path512
2062
- path256
2063
- }
2064
- }
2065
- comments {
2066
- id
2067
- createdAt
2068
- comment
2069
- likes
2070
- user {
2071
- id
2072
- displayName
2073
- }
2074
- dislikes
2075
- isLikedByMe
2076
- questionId
2077
- replies {
2078
- id
2079
- createdAt
2080
- comment
2081
- user {
2082
- id
2083
- displayName
2084
- }
2085
- likes
2086
- dislikes
2087
- isLikedByMe
2088
- questionId
2089
- }
2090
- }
2091
- concept {
2092
- id
2093
- name
2094
- chapter {
2095
- id
2096
- explanation
2097
- pictures {
2098
- id
2099
- createdAt
2100
- updatedAt
2101
- name
2102
- caption
2103
- path
2104
- path512
2105
- path256
2106
- topicId
2107
- topic {
2108
- id
2109
- name
2110
- typeId
2111
- }
2112
- }
2113
- }
2114
- videos {
2115
- id
2116
- title
2117
- museId
2118
- startTime
2119
- endTime
2120
- thumbnail
2121
- concepts {
2122
- id
2123
- name
2124
- }
2125
- live
2126
- description
2127
- duration
2128
- }
2129
- }
2130
- pictures {
2131
- id
2132
- createdAt
2133
- updatedAt
2134
- name
2135
- caption
2136
- path
2137
- path512
2138
- path256
2139
- topicId
2140
- topic {
2141
- id
2142
- name
2143
- typeId
2144
- }
2145
- }
2146
- difficulty
2147
- psaSectionId
2148
- likes
2149
- dislikes
2150
- isLikedByMe
2151
- qaAnswer: answer {
2152
- dose
2153
- units
2154
- }
2155
- }
2156
- ... on QuestionMultiA {
2157
- conceptId
2158
- difficulty
2159
- dislikes
2160
- explanation
2161
- id
2162
- isLikedByMe
2163
- likes
2164
- question
2165
- totalVotes
2166
- typeId
2167
- choices {
2168
- id
2169
- explanation
2170
- name
2171
- label
2172
- answer
2173
- votes
2174
- picture {
2175
- id
2176
- createdAt
2177
- updatedAt
2178
- name
2179
- caption
2180
- path
2181
- path512
2182
- path256
2183
- }
2184
- }
2185
- comments {
2186
- id
2187
- createdAt
2188
- comment
2189
- likes
2190
- user {
2191
- id
2192
- displayName
2193
- }
2194
- dislikes
2195
- isLikedByMe
2196
- questionId
2197
- replies {
2198
- id
2199
- createdAt
2200
- comment
2201
- user {
2202
- id
2203
- displayName
2204
- }
2205
- likes
2206
- dislikes
2207
- isLikedByMe
2208
- questionId
2209
- }
2210
- }
2211
- concept {
2212
- id
2213
- name
2214
- chapter {
2215
- id
2216
- explanation
2217
- pictures {
2218
- id
2219
- createdAt
2220
- updatedAt
2221
- name
2222
- caption
2223
- path
2224
- path512
2225
- path256
2226
- topicId
2227
- topic {
2228
- id
2229
- name
2230
- typeId
2231
- }
2232
- }
2233
- }
2234
- videos {
2235
- id
2236
- title
2237
- museId
2238
- startTime
2239
- endTime
2240
- thumbnail
2241
- concepts {
2242
- id
2243
- name
2244
- }
2245
- live
2246
- description
2247
- duration
2248
- }
2249
- }
2250
- pictures {
2251
- id
2252
- createdAt
2253
- updatedAt
2254
- name
2255
- caption
2256
- path
2257
- path512
2258
- path256
2259
- topicId
2260
- topic {
2261
- id
2262
- name
2263
- typeId
2264
- }
2265
- }
2266
- difficulty
2267
- psaSectionId
2268
- likes
2269
- dislikes
2270
- isLikedByMe
2271
- multiAnswer: answer
2272
- }
2273
- ... on QuestionPrescription {
2274
- conceptId
2275
- difficulty
2276
- dislikes
2277
- explanation
2278
- id
2279
- isLikedByMe
2280
- likes
2281
- question
2282
- totalVotes
2283
- typeId
2284
- choices {
2285
- id
2286
- explanation
2287
- name
2288
- label
2289
- answer
2290
- votes
2291
- picture {
2292
- id
2293
- createdAt
2294
- updatedAt
2295
- name
2296
- caption
2297
- path
2298
- path512
2299
- path256
2300
- }
2301
- }
2302
- comments {
2303
- id
2304
- createdAt
2305
- comment
2306
- likes
2307
- user {
2308
- id
2309
- displayName
2310
- }
2311
- dislikes
2312
- isLikedByMe
2313
- questionId
2314
- replies {
2315
- id
2316
- createdAt
2317
- comment
2318
- user {
2319
- id
2320
- displayName
2321
- }
2322
- likes
2323
- dislikes
2324
- isLikedByMe
2325
- questionId
2326
- }
2327
- }
2328
- concept {
2329
- id
2330
- name
2331
- chapter {
2332
- id
2333
- explanation
2334
- pictures {
2335
- id
2336
- createdAt
2337
- updatedAt
2338
- name
2339
- caption
2340
- path
2341
- path512
2342
- path256
2343
- topicId
2344
- topic {
2345
- id
2346
- name
2347
- typeId
2348
- }
2349
- }
2350
- }
2351
- videos {
2352
- id
2353
- title
2354
- museId
2355
- startTime
2356
- endTime
2357
- thumbnail
2358
- concepts {
2359
- id
2360
- name
2361
- }
2362
- live
2363
- description
2364
- duration
2365
- }
2366
- }
2367
- pictures {
2368
- id
2369
- createdAt
2370
- updatedAt
2371
- name
2372
- caption
2373
- path
2374
- path512
2375
- path256
2376
- topicId
2377
- topic {
2378
- id
2379
- name
2380
- typeId
2381
- }
2382
- }
2383
- difficulty
2384
- psaSectionId
2385
- likes
2386
- dislikes
2387
- isLikedByMe
2388
- prescribeAnswer: answer {
2389
- dose {
2390
- value
2391
- display
2392
- }
2393
- drug {
2394
- value
2395
- display
2396
- }
2397
- route {
2398
- value
2399
- display
2400
- }
2401
- frequency {
2402
- display
2403
- value
2404
- }
2405
- duration {
2406
- display
2407
- value
2408
- }
2409
- units {
2410
- display
2411
- value
2412
- }
2413
- }
2414
- }
2415
- }
2416
- }
1796
+ id
1797
+ markId
2417
1798
  }
2418
1799
  }
2419
1800
  }
@@ -1285,6 +1285,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
1285
1285
  marks {
1286
1286
  id
1287
1287
  flagged
1288
+ striked
1288
1289
  index
1289
1290
  questionChoiceId
1290
1291
  marksheetId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types",
3
- "version": "2.2.61",
3
+ "version": "2.2.64",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",