@quesmed/types-rn 2.2.81 → 2.2.82

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