@quesmed/types-rn 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.2.61",
3
+ "version": "2.2.64",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -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