@quesmed/types-rn 2.4.14 → 2.4.16

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.4.14",
3
+ "version": "2.4.16",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -117,6 +117,7 @@ exports.MARKSHEET_MARK_FIELDS = (0, client_1.gql) `
117
117
  updatedAt
118
118
  name
119
119
  caption
120
+ index
120
121
  path
121
122
  path512
122
123
  path256
@@ -70,6 +70,7 @@ exports.COMPLETED_CARDS = (0, client_1.gql) `
70
70
  updatedAt
71
71
  name
72
72
  caption
73
+ index
73
74
  path
74
75
  path512
75
76
  path256
@@ -167,6 +167,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
167
167
  createdAt
168
168
  updatedAt
169
169
  name
170
+ index
170
171
  caption
171
172
  path
172
173
  path512
@@ -295,6 +296,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
295
296
  createdAt
296
297
  updatedAt
297
298
  name
299
+ index
298
300
  caption
299
301
  path
300
302
  path512
@@ -426,6 +428,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
426
428
  createdAt
427
429
  updatedAt
428
430
  name
431
+ index
429
432
  caption
430
433
  path
431
434
  path512
@@ -555,6 +558,7 @@ exports.BUILD_QUESTION_MARKSHEET = (0, client_1.gql) `
555
558
  updatedAt
556
559
  name
557
560
  caption
561
+ index
558
562
  path
559
563
  path512
560
564
  path256
@@ -779,6 +783,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
779
783
  name
780
784
  caption
781
785
  path
786
+ index
782
787
  path512
783
788
  path256
784
789
  topicId
@@ -906,6 +911,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
906
911
  updatedAt
907
912
  name
908
913
  caption
914
+ index
909
915
  path
910
916
  path512
911
917
  path256
@@ -1036,6 +1042,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1036
1042
  createdAt
1037
1043
  updatedAt
1038
1044
  name
1045
+ index
1039
1046
  caption
1040
1047
  path
1041
1048
  path512
@@ -1164,6 +1171,7 @@ exports.BUILD_MARKSHEET = (0, client_1.gql) `
1164
1171
  createdAt
1165
1172
  updatedAt
1166
1173
  name
1174
+ index
1167
1175
  caption
1168
1176
  path
1169
1177
  path512
@@ -1392,6 +1400,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
1392
1400
  createdAt
1393
1401
  updatedAt
1394
1402
  name
1403
+ index
1395
1404
  caption
1396
1405
  path
1397
1406
  path512
@@ -1520,6 +1529,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
1520
1529
  createdAt
1521
1530
  updatedAt
1522
1531
  name
1532
+ index
1523
1533
  caption
1524
1534
  path
1525
1535
  path512
@@ -1651,6 +1661,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
1651
1661
  createdAt
1652
1662
  updatedAt
1653
1663
  name
1664
+ index
1654
1665
  caption
1655
1666
  path
1656
1667
  path512
@@ -1779,6 +1790,7 @@ exports.RE_BUILD_MARKSHEET = (0, client_1.gql) `
1779
1790
  createdAt
1780
1791
  updatedAt
1781
1792
  name
1793
+ index
1782
1794
  caption
1783
1795
  path
1784
1796
  path512
@@ -48,6 +48,7 @@ exports.SAVE_TODO = (0, client_1.gql) `
48
48
  id
49
49
  caption
50
50
  path
51
+ index
51
52
  }
52
53
  }
53
54
  }
@@ -26,7 +26,10 @@ export interface IUpdateUserVar {
26
26
  id?: number;
27
27
  data: IUserInput;
28
28
  }
29
- export declare type IUpdateUserData = RestrictedData<string, 'updateUser'>;
29
+ export declare type IUpdateUserData = RestrictedData<{
30
+ jwt: string;
31
+ user: IUser & graphqlNormalize;
32
+ }, 'updateUser'>;
30
33
  export declare const RENEW_TOKEN: import("@apollo/client").DocumentNode;
31
34
  export declare type IRenewTokenVar = null;
32
35
  export declare type IRenewTokenData = RestrictedData<string, 'renewToken'>;
@@ -75,12 +75,12 @@ exports.MARKSHEET = (0, client_1.gql) `
75
75
  totalVotes
76
76
  typeId
77
77
  highlights {
78
- start
79
- end
80
- text
81
- part
82
- tag
83
- color
78
+ start
79
+ end
80
+ text
81
+ part
82
+ tag
83
+ color
84
84
  }
85
85
  choices {
86
86
  id
@@ -173,6 +173,7 @@ exports.MARKSHEET = (0, client_1.gql) `
173
173
  createdAt
174
174
  updatedAt
175
175
  name
176
+ index
176
177
  caption
177
178
  path
178
179
  path512
@@ -203,12 +204,12 @@ exports.MARKSHEET = (0, client_1.gql) `
203
204
  totalVotes
204
205
  typeId
205
206
  highlights {
206
- start
207
- end
208
- text
209
- part
210
- tag
211
- color
207
+ start
208
+ end
209
+ text
210
+ part
211
+ tag
212
+ color
212
213
  }
213
214
  choices {
214
215
  id
@@ -301,6 +302,7 @@ exports.MARKSHEET = (0, client_1.gql) `
301
302
  createdAt
302
303
  updatedAt
303
304
  name
305
+ index
304
306
  caption
305
307
  path
306
308
  path512
@@ -334,12 +336,12 @@ exports.MARKSHEET = (0, client_1.gql) `
334
336
  totalVotes
335
337
  typeId
336
338
  highlights {
337
- start
338
- end
339
- text
340
- part
341
- tag
342
- color
339
+ start
340
+ end
341
+ text
342
+ part
343
+ tag
344
+ color
343
345
  }
344
346
  choices {
345
347
  id
@@ -432,6 +434,7 @@ exports.MARKSHEET = (0, client_1.gql) `
432
434
  createdAt
433
435
  updatedAt
434
436
  name
437
+ index
435
438
  caption
436
439
  path
437
440
  path512
@@ -462,12 +465,12 @@ exports.MARKSHEET = (0, client_1.gql) `
462
465
  totalVotes
463
466
  typeId
464
467
  highlights {
465
- start
466
- end
467
- text
468
- part
469
- tag
470
- color
468
+ start
469
+ end
470
+ text
471
+ part
472
+ tag
473
+ color
471
474
  }
472
475
  choices {
473
476
  id
@@ -560,6 +563,7 @@ exports.MARKSHEET = (0, client_1.gql) `
560
563
  createdAt
561
564
  updatedAt
562
565
  name
566
+ index
563
567
  caption
564
568
  path
565
569
  path512
@@ -670,13 +674,13 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
670
674
  totalVotes
671
675
  typeId
672
676
  highlights {
673
- start
674
- end
675
- text
676
- part
677
- tag
678
- color
679
- }
677
+ start
678
+ end
679
+ text
680
+ part
681
+ tag
682
+ color
683
+ }
680
684
  choices {
681
685
  id
682
686
  explanation
@@ -772,6 +776,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
772
776
  createdAt
773
777
  updatedAt
774
778
  name
779
+ index
775
780
  caption
776
781
  path
777
782
  path512
@@ -811,7 +816,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
811
816
  part
812
817
  tag
813
818
  color
814
- }
819
+ }
815
820
  choices {
816
821
  id
817
822
  explanation
@@ -903,6 +908,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
903
908
  createdAt
904
909
  updatedAt
905
910
  name
911
+ index
906
912
  caption
907
913
  path
908
914
  path512
@@ -1031,6 +1037,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
1031
1037
  createdAt
1032
1038
  updatedAt
1033
1039
  name
1040
+ index
1034
1041
  caption
1035
1042
  path
1036
1043
  path512
@@ -1070,7 +1077,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
1070
1077
  part
1071
1078
  tag
1072
1079
  color
1073
- }
1080
+ }
1074
1081
  choices {
1075
1082
  id
1076
1083
  explanation
@@ -1162,6 +1169,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
1162
1169
  createdAt
1163
1170
  updatedAt
1164
1171
  name
1172
+ index
1165
1173
  caption
1166
1174
  path
1167
1175
  path512
@@ -1198,7 +1206,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
1198
1206
  part
1199
1207
  tag
1200
1208
  color
1201
- }
1209
+ }
1202
1210
  choices {
1203
1211
  id
1204
1212
  explanation
@@ -1290,6 +1298,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
1290
1298
  createdAt
1291
1299
  updatedAt
1292
1300
  name
1301
+ index
1293
1302
  caption
1294
1303
  path
1295
1304
  path512
@@ -1408,12 +1417,12 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
1408
1417
  totalVotes
1409
1418
  typeId
1410
1419
  highlights {
1411
- start
1412
- end
1413
- text
1414
- part
1415
- tag
1416
- color
1420
+ start
1421
+ end
1422
+ text
1423
+ part
1424
+ tag
1425
+ color
1417
1426
  }
1418
1427
  choices {
1419
1428
  id
@@ -1506,6 +1515,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
1506
1515
  createdAt
1507
1516
  updatedAt
1508
1517
  name
1518
+ index
1509
1519
  caption
1510
1520
  path
1511
1521
  path512
@@ -1536,12 +1546,12 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
1536
1546
  totalVotes
1537
1547
  typeId
1538
1548
  highlights {
1539
- start
1540
- end
1541
- text
1542
- part
1543
- tag
1544
- color
1549
+ start
1550
+ end
1551
+ text
1552
+ part
1553
+ tag
1554
+ color
1545
1555
  }
1546
1556
  choices {
1547
1557
  id
@@ -1634,6 +1644,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
1634
1644
  createdAt
1635
1645
  updatedAt
1636
1646
  name
1647
+ index
1637
1648
  caption
1638
1649
  path
1639
1650
  path512
@@ -1667,12 +1678,12 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
1667
1678
  totalVotes
1668
1679
  typeId
1669
1680
  highlights {
1670
- start
1671
- end
1672
- text
1673
- part
1674
- tag
1675
- color
1681
+ start
1682
+ end
1683
+ text
1684
+ part
1685
+ tag
1686
+ color
1676
1687
  }
1677
1688
  choices {
1678
1689
  id
@@ -1765,6 +1776,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
1765
1776
  createdAt
1766
1777
  updatedAt
1767
1778
  name
1779
+ index
1768
1780
  caption
1769
1781
  path
1770
1782
  path512
@@ -1795,12 +1807,12 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
1795
1807
  totalVotes
1796
1808
  typeId
1797
1809
  highlights {
1798
- start
1799
- end
1800
- text
1801
- part
1802
- tag
1803
- color
1810
+ start
1811
+ end
1812
+ text
1813
+ part
1814
+ tag
1815
+ color
1804
1816
  }
1805
1817
  choices {
1806
1818
  id
@@ -1893,6 +1905,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
1893
1905
  createdAt
1894
1906
  updatedAt
1895
1907
  name
1908
+ index
1896
1909
  caption
1897
1910
  path
1898
1911
  path512
@@ -108,6 +108,7 @@ exports.QUESTION = (0, client_1.gql) `
108
108
  createdAt
109
109
  updatedAt
110
110
  name
111
+ index
111
112
  caption
112
113
  path
113
114
  path512
@@ -228,6 +229,7 @@ exports.QUESTION = (0, client_1.gql) `
228
229
  createdAt
229
230
  updatedAt
230
231
  name
232
+ index
231
233
  caption
232
234
  path
233
235
  path512
@@ -351,6 +353,7 @@ exports.QUESTION = (0, client_1.gql) `
351
353
  createdAt
352
354
  updatedAt
353
355
  name
356
+ index
354
357
  caption
355
358
  path
356
359
  path512
@@ -471,6 +474,7 @@ exports.QUESTION = (0, client_1.gql) `
471
474
  createdAt
472
475
  updatedAt
473
476
  name
477
+ index
474
478
  caption
475
479
  path
476
480
  path512
@@ -74,6 +74,7 @@ exports.TODO = (0, client_1.gql) `
74
74
  createdAt
75
75
  updatedAt
76
76
  name
77
+ index
77
78
  caption
78
79
  path
79
80
  path512