@quesmed/types-rn 2.2.76 → 2.2.78

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.76",
3
+ "version": "2.2.78",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -2443,14 +2443,7 @@ exports.MODIFY_MARKSHEET_INFO = (0, client_1.gql) `
2443
2443
  restricted {
2444
2444
  modifyMarksheetInfo(input: $input) {
2445
2445
  id
2446
- createdAt
2447
- startedAt
2448
- endedAt
2449
- topicIds
2450
2446
  state
2451
- solo
2452
- agoraId
2453
- completed
2454
2447
  currentMarkId
2455
2448
  topicConceptData
2456
2449
  builderConfig {
@@ -2462,540 +2455,18 @@ exports.MODIFY_MARKSHEET_INFO = (0, client_1.gql) `
2462
2455
  seenCorrect
2463
2456
  seenIncorrect
2464
2457
  }
2465
- preBuildData {
2466
- buildRef
2467
- seenCorrect
2468
- seenIncorrect
2469
- unseen
2470
- }
2471
- topicNames
2472
- source
2473
- user {
2474
- displayName
2475
- id
2476
- }
2477
- users {
2478
- id
2479
- displayName
2480
- }
2481
- activeUsers {
2482
- id
2483
- displayName
2484
- }
2485
2458
  marks {
2459
+ isAnswered
2486
2460
  id
2487
- flagged
2488
- index
2489
- questionChoiceId
2490
2461
  marksheetId
2462
+ questionChoiceId
2491
2463
  timeTaken
2492
- striked
2493
- isAnswered
2464
+ flagged
2494
2465
  mark
2495
- question {
2496
- ... on QuestionSBA {
2497
- conceptId
2498
- difficulty
2499
- dislikes
2500
- explanation
2501
- id
2502
- isLikedByMe
2503
- likes
2504
- question
2505
- totalVotes
2506
- typeId
2507
- choices {
2508
- id
2509
- explanation
2510
- name
2511
- label
2512
- answer
2513
- votes
2514
- picture {
2515
- id
2516
- createdAt
2517
- updatedAt
2518
- name
2519
- caption
2520
- path
2521
- path512
2522
- path256
2523
- }
2524
- }
2525
- comments {
2526
- id
2527
- createdAt
2528
- comment
2529
- likes
2530
- user {
2531
- id
2532
- displayName
2533
- }
2534
- dislikes
2535
- isLikedByMe
2536
- questionId
2537
- replies {
2538
- id
2539
- createdAt
2540
- comment
2541
- user {
2542
- id
2543
- displayName
2544
- }
2545
- likes
2546
- dislikes
2547
- isLikedByMe
2548
- questionId
2549
- }
2550
- }
2551
- concept {
2552
- id
2553
- name
2554
- chapter {
2555
- id
2556
- explanation
2557
- pictures {
2558
- id
2559
- createdAt
2560
- updatedAt
2561
- name
2562
- caption
2563
- path
2564
- path512
2565
- path256
2566
- topicId
2567
- topic {
2568
- id
2569
- name
2570
- typeId
2571
- }
2572
- }
2573
- }
2574
- videos {
2575
- id
2576
- title
2577
- museId
2578
- startTime
2579
- endTime
2580
- thumbnail
2581
- concepts {
2582
- id
2583
- name
2584
- }
2585
- live
2586
- description
2587
- duration
2588
- }
2589
- }
2590
- pictures {
2591
- id
2592
- createdAt
2593
- updatedAt
2594
- name
2595
- caption
2596
- path
2597
- path512
2598
- path256
2599
- topicId
2600
- topic {
2601
- id
2602
- name
2603
- typeId
2604
- }
2605
- }
2606
- difficulty
2607
- psaSectionId
2608
- likes
2609
- dislikes
2610
- isLikedByMe
2611
- sbaAnswer: answer
2612
- }
2613
- ... on QuestionQA {
2614
- conceptId
2615
- difficulty
2616
- dislikes
2617
- explanation
2618
- id
2619
- isLikedByMe
2620
- likes
2621
- question
2622
- totalVotes
2623
- typeId
2624
- choices {
2625
- id
2626
- explanation
2627
- name
2628
- label
2629
- answer
2630
- votes
2631
- picture {
2632
- id
2633
- createdAt
2634
- updatedAt
2635
- name
2636
- caption
2637
- path
2638
- path512
2639
- path256
2640
- }
2641
- }
2642
- comments {
2643
- id
2644
- createdAt
2645
- comment
2646
- likes
2647
- user {
2648
- id
2649
- displayName
2650
- }
2651
- dislikes
2652
- isLikedByMe
2653
- questionId
2654
- replies {
2655
- id
2656
- createdAt
2657
- comment
2658
- user {
2659
- id
2660
- displayName
2661
- }
2662
- likes
2663
- dislikes
2664
- isLikedByMe
2665
- questionId
2666
- }
2667
- }
2668
- concept {
2669
- id
2670
- name
2671
- chapter {
2672
- id
2673
- explanation
2674
- pictures {
2675
- id
2676
- createdAt
2677
- updatedAt
2678
- name
2679
- caption
2680
- path
2681
- path512
2682
- path256
2683
- topicId
2684
- topic {
2685
- id
2686
- name
2687
- typeId
2688
- }
2689
- }
2690
- }
2691
- videos {
2692
- id
2693
- title
2694
- museId
2695
- startTime
2696
- endTime
2697
- thumbnail
2698
- concepts {
2699
- id
2700
- name
2701
- }
2702
- live
2703
- description
2704
- duration
2705
- }
2706
- }
2707
- pictures {
2708
- id
2709
- createdAt
2710
- updatedAt
2711
- name
2712
- caption
2713
- path
2714
- path512
2715
- path256
2716
- topicId
2717
- topic {
2718
- id
2719
- name
2720
- typeId
2721
- }
2722
- }
2723
- difficulty
2724
- psaSectionId
2725
- likes
2726
- dislikes
2727
- isLikedByMe
2728
- qaAnswer: answer {
2729
- dose
2730
- units
2731
- }
2732
- }
2733
- ... on QuestionMultiA {
2734
- conceptId
2735
- difficulty
2736
- dislikes
2737
- explanation
2738
- id
2739
- isLikedByMe
2740
- likes
2741
- question
2742
- totalVotes
2743
- typeId
2744
- choices {
2745
- id
2746
- explanation
2747
- name
2748
- label
2749
- answer
2750
- votes
2751
- picture {
2752
- id
2753
- createdAt
2754
- updatedAt
2755
- name
2756
- caption
2757
- path
2758
- path512
2759
- path256
2760
- }
2761
- }
2762
- comments {
2763
- id
2764
- createdAt
2765
- comment
2766
- likes
2767
- user {
2768
- id
2769
- displayName
2770
- }
2771
- dislikes
2772
- isLikedByMe
2773
- questionId
2774
- replies {
2775
- id
2776
- createdAt
2777
- comment
2778
- user {
2779
- id
2780
- displayName
2781
- }
2782
- likes
2783
- dislikes
2784
- isLikedByMe
2785
- questionId
2786
- }
2787
- }
2788
- concept {
2789
- id
2790
- name
2791
- chapter {
2792
- id
2793
- explanation
2794
- pictures {
2795
- id
2796
- createdAt
2797
- updatedAt
2798
- name
2799
- caption
2800
- path
2801
- path512
2802
- path256
2803
- topicId
2804
- topic {
2805
- id
2806
- name
2807
- typeId
2808
- }
2809
- }
2810
- }
2811
- videos {
2812
- id
2813
- title
2814
- museId
2815
- startTime
2816
- endTime
2817
- thumbnail
2818
- concepts {
2819
- id
2820
- name
2821
- }
2822
- live
2823
- description
2824
- duration
2825
- }
2826
- }
2827
- pictures {
2828
- id
2829
- createdAt
2830
- updatedAt
2831
- name
2832
- caption
2833
- path
2834
- path512
2835
- path256
2836
- topicId
2837
- topic {
2838
- id
2839
- name
2840
- typeId
2841
- }
2842
- }
2843
- difficulty
2844
- psaSectionId
2845
- likes
2846
- dislikes
2847
- isLikedByMe
2848
- multiAnswer: answer
2849
- }
2850
- ... on QuestionPrescription {
2851
- conceptId
2852
- difficulty
2853
- dislikes
2854
- explanation
2855
- id
2856
- isLikedByMe
2857
- likes
2858
- question
2859
- totalVotes
2860
- typeId
2861
- choices {
2862
- id
2863
- explanation
2864
- name
2865
- label
2866
- answer
2867
- votes
2868
- picture {
2869
- id
2870
- createdAt
2871
- updatedAt
2872
- name
2873
- caption
2874
- path
2875
- path512
2876
- path256
2877
- }
2878
- }
2879
- comments {
2880
- id
2881
- createdAt
2882
- comment
2883
- likes
2884
- user {
2885
- id
2886
- displayName
2887
- }
2888
- dislikes
2889
- isLikedByMe
2890
- questionId
2891
- replies {
2892
- id
2893
- createdAt
2894
- comment
2895
- user {
2896
- id
2897
- displayName
2898
- }
2899
- likes
2900
- dislikes
2901
- isLikedByMe
2902
- questionId
2903
- }
2904
- }
2905
- concept {
2906
- id
2907
- name
2908
- chapter {
2909
- id
2910
- explanation
2911
- pictures {
2912
- id
2913
- createdAt
2914
- updatedAt
2915
- name
2916
- caption
2917
- path
2918
- path512
2919
- path256
2920
- topicId
2921
- topic {
2922
- id
2923
- name
2924
- typeId
2925
- }
2926
- }
2927
- }
2928
- videos {
2929
- id
2930
- title
2931
- museId
2932
- startTime
2933
- endTime
2934
- thumbnail
2935
- concepts {
2936
- id
2937
- name
2938
- }
2939
- live
2940
- description
2941
- duration
2942
- }
2943
- }
2944
- pictures {
2945
- id
2946
- createdAt
2947
- updatedAt
2948
- name
2949
- caption
2950
- path
2951
- path512
2952
- path256
2953
- topicId
2954
- topic {
2955
- id
2956
- name
2957
- typeId
2958
- }
2959
- }
2960
- difficulty
2961
- psaSectionId
2962
- likes
2963
- dislikes
2964
- isLikedByMe
2965
- prescribeAnswer: answer {
2966
- dose {
2967
- value
2968
- display
2969
- }
2970
- drug {
2971
- value
2972
- display
2973
- }
2974
- route {
2975
- value
2976
- display
2977
- }
2978
- frequency {
2979
- display
2980
- value
2981
- }
2982
- duration {
2983
- display
2984
- value
2985
- }
2986
- units {
2987
- display
2988
- value
2989
- }
2990
- }
2991
- }
2992
- }
2466
+ striked
2993
2467
  }
2994
- mockTestId
2995
2468
  correct
2996
2469
  incorrect
2997
- totalQuestions
2998
- isTestMarksheet
2999
2470
  }
3000
2471
  }
3001
2472
  }
@@ -72,8 +72,17 @@ exports.DASHBOARD_QBANK = (0, client_1.gql) `
72
72
  dailyTask
73
73
  }
74
74
  dailyProgress {
75
- totalCount
75
+ date
76
76
  dateString
77
+ intensity
78
+ totalCorrect
79
+ totalCount
80
+ }
81
+ monthlyProgress {
82
+ marksheetCount
83
+ questionsCount
84
+ daysInCurrentStreak
85
+ daysInLongestStreak
77
86
  }
78
87
  }
79
88
  totalQuestions