@quesmed/types 2.2.81 → 2.2.83

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