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