@rusaint/react-native 0.14.0 → 0.14.1

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.
Files changed (37) hide show
  1. package/android/build.gradle +4 -4
  2. package/android/src/main/jniLibs/arm64-v8a/librusaint_ffi.so +0 -0
  3. package/android/src/main/jniLibs/armeabi-v7a/librusaint_ffi.so +0 -0
  4. package/build/RusaintReactNative.xcframework/_CodeSignature/CodeDirectory +0 -0
  5. package/build/RusaintReactNative.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
  6. package/build/RusaintReactNative.xcframework/_CodeSignature/CodeResources +6 -6
  7. package/build/RusaintReactNative.xcframework/_CodeSignature/CodeSignature +0 -0
  8. package/build/RusaintReactNative.xcframework/ios-arm64/librusaint_ffi.a +0 -0
  9. package/build/RusaintReactNative.xcframework/ios-arm64-simulator/librusaint_ffi.a +0 -0
  10. package/cpp/generated/rusaint_ffi.cpp +182 -0
  11. package/cpp/generated/rusaint_ffi.hpp +10 -0
  12. package/lib/commonjs/generated/rusaint.js +643 -1
  13. package/lib/commonjs/generated/rusaint.js.map +1 -1
  14. package/lib/commonjs/generated/rusaint_ffi-ffi.js.map +1 -1
  15. package/lib/commonjs/generated/rusaint_ffi.js +114 -0
  16. package/lib/commonjs/generated/rusaint_ffi.js.map +1 -1
  17. package/lib/module/generated/rusaint.js +642 -0
  18. package/lib/module/generated/rusaint.js.map +1 -1
  19. package/lib/module/generated/rusaint_ffi-ffi.js.map +1 -1
  20. package/lib/module/generated/rusaint_ffi.js +114 -0
  21. package/lib/module/generated/rusaint_ffi.js.map +1 -1
  22. package/lib/typescript/commonjs/src/generated/rusaint.d.ts +581 -0
  23. package/lib/typescript/commonjs/src/generated/rusaint.d.ts.map +1 -1
  24. package/lib/typescript/commonjs/src/generated/rusaint_ffi-ffi.d.ts +10 -0
  25. package/lib/typescript/commonjs/src/generated/rusaint_ffi-ffi.d.ts.map +1 -1
  26. package/lib/typescript/commonjs/src/generated/rusaint_ffi.d.ts +75 -1
  27. package/lib/typescript/commonjs/src/generated/rusaint_ffi.d.ts.map +1 -1
  28. package/lib/typescript/module/src/generated/rusaint.d.ts +581 -0
  29. package/lib/typescript/module/src/generated/rusaint.d.ts.map +1 -1
  30. package/lib/typescript/module/src/generated/rusaint_ffi-ffi.d.ts +10 -0
  31. package/lib/typescript/module/src/generated/rusaint_ffi-ffi.d.ts.map +1 -1
  32. package/lib/typescript/module/src/generated/rusaint_ffi.d.ts +75 -1
  33. package/lib/typescript/module/src/generated/rusaint_ffi.d.ts.map +1 -1
  34. package/package.json +1 -1
  35. package/src/generated/rusaint.ts +1102 -22
  36. package/src/generated/rusaint_ffi-ffi.ts +27 -0
  37. package/src/generated/rusaint_ffi.ts +318 -0
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.default = exports.Weekday = exports.UnsignedIntPair = exports.StudentWorkInformation = exports.StudentTransferRecords = exports.StudentTransferRecord = exports.StudentTeachingPluralMajorInformation = exports.StudentTeachingMajorInformation = exports.StudentResearchBankAccount = exports.StudentReligion = exports.StudentQualification = exports.StudentLifelongInformation = exports.StudentInformation = exports.StudentGraduation = exports.StudentForignStudyInformation = exports.StudentFamilyMember = exports.StudentFamily = exports.StudentBankAccount = exports.StudentAcademicRecords = exports.StudentAcademicRecord = exports.SemesterType = exports.SemesterGrade = exports.Scholarship = exports.RegisteredLecture = exports.PersonalCourseSchedule = exports.LectureCategory_Tags = exports.LectureCategoryBuilder = exports.LectureCategory = exports.LectureAssessmentResult = exports.Lecture = exports.GraduationStudent = exports.GraduationRequirements = exports.GraduationRequirement = exports.GradeSummary = exports.GeneralChapelInformation = exports.CourseType = exports.CourseScheduleInformation = exports.ClassScore_Tags = exports.ClassScore = exports.ClassGrade = exports.ChapelInformation = exports.ChapelAttendance = exports.ChapelAbsenceRequest = void 0;
6
+ exports.default = exports.Weekday = exports.UnsignedIntPair = exports.SyllabusWeeklyPlan = exports.SyllabusGradingItem = exports.SyllabusCompetency = exports.StudentWorkInformation = exports.StudentTransferRecords = exports.StudentTransferRecord = exports.StudentTeachingPluralMajorInformation = exports.StudentTeachingMajorInformation = exports.StudentResearchBankAccount = exports.StudentReligion = exports.StudentQualification = exports.StudentLifelongInformation = exports.StudentInformation = exports.StudentGraduation = exports.StudentForignStudyInformation = exports.StudentFamilyMember = exports.StudentFamily = exports.StudentBankAccount = exports.StudentAcademicRecords = exports.StudentAcademicRecord = exports.SemesterType = exports.SemesterGrade = exports.Scholarship = exports.RegisteredLecture = exports.PrerequisiteLecture = exports.PersonalCourseSchedule = exports.LectureSyllabus = exports.LectureDetail = exports.LectureChangeHistory = exports.LectureCategory_Tags = exports.LectureCategoryBuilder = exports.LectureCategory = exports.LectureAssessmentResult = exports.Lecture = exports.GraduationStudent = exports.GraduationRequirements = exports.GraduationRequirement = exports.GradesByClassification = exports.GradeSummary = exports.GeneralChapelInformation = exports.DetailedLecture = exports.CourseType = exports.CourseScheduleInformation = exports.ClassScore_Tags = exports.ClassScore = exports.ClassGradeItem = exports.ClassGrade = exports.ChapelInformation = exports.ChapelAttendance = exports.ChapelAbsenceRequest = exports.AlternativeLecture = void 0;
7
7
  var _rusaintFfi = _interopRequireDefault(require("./rusaint-ffi.js"));
8
8
  var _uniffiBindgenReactNative = require("uniffi-bindgen-react-native");
9
9
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
@@ -21,6 +21,56 @@ typeof process !== 'object' ||
21
21
  process?.env?.NODE_ENV !== 'production' || false;
22
22
  // Public interface members begin here.
23
23
 
24
+ /**
25
+ * 대체 과목 정보
26
+ */
27
+
28
+ /**
29
+ * Generated factory for {@link AlternativeLecture} record objects.
30
+ */
31
+ const AlternativeLecture = exports.AlternativeLecture = (() => {
32
+ const defaults = () => ({});
33
+ const create = (() => {
34
+ return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
35
+ })();
36
+ return Object.freeze({
37
+ /**
38
+ * Create a frozen instance of {@link AlternativeLecture}, with defaults specified
39
+ * in Rust, in the {@link rusaint} crate.
40
+ */
41
+ create,
42
+ /**
43
+ * Create a frozen instance of {@link AlternativeLecture}, with defaults specified
44
+ * in Rust, in the {@link rusaint} crate.
45
+ */
46
+ new: create,
47
+ /**
48
+ * Defaults specified in the {@link rusaint} crate.
49
+ */
50
+ defaults: () => Object.freeze(defaults())
51
+ });
52
+ })();
53
+ const FfiConverterTypeAlternativeLecture = (() => {
54
+ class FFIConverter extends _uniffiBindgenReactNative.AbstractFfiConverterByteArray {
55
+ read(from) {
56
+ return {
57
+ kind: FfiConverterString.read(from),
58
+ code: FfiConverterString.read(from),
59
+ name: FfiConverterString.read(from)
60
+ };
61
+ }
62
+ write(value, into) {
63
+ FfiConverterString.write(value.kind, into);
64
+ FfiConverterString.write(value.code, into);
65
+ FfiConverterString.write(value.name, into);
66
+ }
67
+ allocationSize(value) {
68
+ return FfiConverterString.allocationSize(value.kind) + FfiConverterString.allocationSize(value.code) + FfiConverterString.allocationSize(value.name);
69
+ }
70
+ }
71
+ return new FFIConverter();
72
+ })();
73
+
24
74
  /**
25
75
  * 채플 결석신청 정보
26
76
  */
@@ -265,6 +315,68 @@ const FfiConverterTypeClassGrade = (() => {
265
315
  return new FFIConverter();
266
316
  })();
267
317
 
318
+ /**
319
+ * 이수구분별 개별 과목 성적
320
+ */
321
+
322
+ /**
323
+ * Generated factory for {@link ClassGradeItem} record objects.
324
+ */
325
+ const ClassGradeItem = exports.ClassGradeItem = (() => {
326
+ const defaults = () => ({});
327
+ const create = (() => {
328
+ return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
329
+ })();
330
+ return Object.freeze({
331
+ /**
332
+ * Create a frozen instance of {@link ClassGradeItem}, with defaults specified
333
+ * in Rust, in the {@link rusaint} crate.
334
+ */
335
+ create,
336
+ /**
337
+ * Create a frozen instance of {@link ClassGradeItem}, with defaults specified
338
+ * in Rust, in the {@link rusaint} crate.
339
+ */
340
+ new: create,
341
+ /**
342
+ * Defaults specified in the {@link rusaint} crate.
343
+ */
344
+ defaults: () => Object.freeze(defaults())
345
+ });
346
+ })();
347
+ const FfiConverterTypeClassGradeItem = (() => {
348
+ class FFIConverter extends _uniffiBindgenReactNative.AbstractFfiConverterByteArray {
349
+ read(from) {
350
+ return {
351
+ classification: FfiConverterString.read(from),
352
+ year: FfiConverterString.read(from),
353
+ semester: FfiConverterString.read(from),
354
+ courseCode: FfiConverterString.read(from),
355
+ courseName: FfiConverterString.read(from),
356
+ credits: FfiConverterString.read(from),
357
+ score: FfiConverterString.read(from),
358
+ grade: FfiConverterString.read(from),
359
+ note: FfiConverterString.read(from)
360
+ };
361
+ }
362
+ write(value, into) {
363
+ FfiConverterString.write(value.classification, into);
364
+ FfiConverterString.write(value.year, into);
365
+ FfiConverterString.write(value.semester, into);
366
+ FfiConverterString.write(value.courseCode, into);
367
+ FfiConverterString.write(value.courseName, into);
368
+ FfiConverterString.write(value.credits, into);
369
+ FfiConverterString.write(value.score, into);
370
+ FfiConverterString.write(value.grade, into);
371
+ FfiConverterString.write(value.note, into);
372
+ }
373
+ allocationSize(value) {
374
+ return FfiConverterString.allocationSize(value.classification) + FfiConverterString.allocationSize(value.year) + FfiConverterString.allocationSize(value.semester) + FfiConverterString.allocationSize(value.courseCode) + FfiConverterString.allocationSize(value.courseName) + FfiConverterString.allocationSize(value.credits) + FfiConverterString.allocationSize(value.score) + FfiConverterString.allocationSize(value.grade) + FfiConverterString.allocationSize(value.note);
375
+ }
376
+ }
377
+ return new FFIConverter();
378
+ })();
379
+
268
380
  /**
269
381
  * 강의의 시간표 정보입니다.
270
382
  */
@@ -317,6 +429,56 @@ const FfiConverterTypeCourseScheduleInformation = (() => {
317
429
  return new FFIConverter();
318
430
  })();
319
431
 
432
+ /**
433
+ * 강의 검색 결과와 상세 정보, 강의계획서를 함께 담는 구조체
434
+ */
435
+
436
+ /**
437
+ * Generated factory for {@link DetailedLecture} record objects.
438
+ */
439
+ const DetailedLecture = exports.DetailedLecture = (() => {
440
+ const defaults = () => ({});
441
+ const create = (() => {
442
+ return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
443
+ })();
444
+ return Object.freeze({
445
+ /**
446
+ * Create a frozen instance of {@link DetailedLecture}, with defaults specified
447
+ * in Rust, in the {@link rusaint} crate.
448
+ */
449
+ create,
450
+ /**
451
+ * Create a frozen instance of {@link DetailedLecture}, with defaults specified
452
+ * in Rust, in the {@link rusaint} crate.
453
+ */
454
+ new: create,
455
+ /**
456
+ * Defaults specified in the {@link rusaint} crate.
457
+ */
458
+ defaults: () => Object.freeze(defaults())
459
+ });
460
+ })();
461
+ const FfiConverterTypeDetailedLecture = (() => {
462
+ class FFIConverter extends _uniffiBindgenReactNative.AbstractFfiConverterByteArray {
463
+ read(from) {
464
+ return {
465
+ lecture: FfiConverterTypeLecture.read(from),
466
+ detail: FfiConverterOptionalTypeLectureDetail.read(from),
467
+ syllabus: FfiConverterOptionalTypeLectureSyllabus.read(from)
468
+ };
469
+ }
470
+ write(value, into) {
471
+ FfiConverterTypeLecture.write(value.lecture, into);
472
+ FfiConverterOptionalTypeLectureDetail.write(value.detail, into);
473
+ FfiConverterOptionalTypeLectureSyllabus.write(value.syllabus, into);
474
+ }
475
+ allocationSize(value) {
476
+ return FfiConverterTypeLecture.allocationSize(value.lecture) + FfiConverterOptionalTypeLectureDetail.allocationSize(value.detail) + FfiConverterOptionalTypeLectureSyllabus.allocationSize(value.syllabus);
477
+ }
478
+ }
479
+ return new FFIConverter();
480
+ })();
481
+
320
482
  /**
321
483
  * 채플 기본 정보(좌석번호, 결석현황, 성적결과)
322
484
  */
@@ -433,6 +595,66 @@ const FfiConverterTypeGradeSummary = (() => {
433
595
  return new FFIConverter();
434
596
  })();
435
597
 
598
+ /**
599
+ * 이수구분별 성적 조회 결과
600
+ */
601
+
602
+ /**
603
+ * Generated factory for {@link GradesByClassification} record objects.
604
+ */
605
+ const GradesByClassification = exports.GradesByClassification = (() => {
606
+ const defaults = () => ({});
607
+ const create = (() => {
608
+ return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
609
+ })();
610
+ return Object.freeze({
611
+ /**
612
+ * Create a frozen instance of {@link GradesByClassification}, with defaults specified
613
+ * in Rust, in the {@link rusaint} crate.
614
+ */
615
+ create,
616
+ /**
617
+ * Create a frozen instance of {@link GradesByClassification}, with defaults specified
618
+ * in Rust, in the {@link rusaint} crate.
619
+ */
620
+ new: create,
621
+ /**
622
+ * Defaults specified in the {@link rusaint} crate.
623
+ */
624
+ defaults: () => Object.freeze(defaults())
625
+ });
626
+ })();
627
+ const FfiConverterTypeGradesByClassification = (() => {
628
+ class FFIConverter extends _uniffiBindgenReactNative.AbstractFfiConverterByteArray {
629
+ read(from) {
630
+ return {
631
+ studentNumber: FfiConverterString.read(from),
632
+ studentName: FfiConverterString.read(from),
633
+ yearLevel: FfiConverterString.read(from),
634
+ college: FfiConverterString.read(from),
635
+ department: FfiConverterString.read(from),
636
+ major: FfiConverterString.read(from),
637
+ auditDate: FfiConverterString.read(from),
638
+ grades: FfiConverterArrayTypeClassGradeItem.read(from)
639
+ };
640
+ }
641
+ write(value, into) {
642
+ FfiConverterString.write(value.studentNumber, into);
643
+ FfiConverterString.write(value.studentName, into);
644
+ FfiConverterString.write(value.yearLevel, into);
645
+ FfiConverterString.write(value.college, into);
646
+ FfiConverterString.write(value.department, into);
647
+ FfiConverterString.write(value.major, into);
648
+ FfiConverterString.write(value.auditDate, into);
649
+ FfiConverterArrayTypeClassGradeItem.write(value.grades, into);
650
+ }
651
+ allocationSize(value) {
652
+ return FfiConverterString.allocationSize(value.studentNumber) + FfiConverterString.allocationSize(value.studentName) + FfiConverterString.allocationSize(value.yearLevel) + FfiConverterString.allocationSize(value.college) + FfiConverterString.allocationSize(value.department) + FfiConverterString.allocationSize(value.major) + FfiConverterString.allocationSize(value.auditDate) + FfiConverterArrayTypeClassGradeItem.allocationSize(value.grades);
653
+ }
654
+ }
655
+ return new FFIConverter();
656
+ })();
657
+
436
658
  /**
437
659
  * 졸업 요건
438
660
  */
@@ -745,6 +967,192 @@ const FfiConverterTypeLectureAssessmentResult = (() => {
745
967
  return new FFIConverter();
746
968
  })();
747
969
 
970
+ /**
971
+ * 강의 변경 이력
972
+ */
973
+
974
+ /**
975
+ * Generated factory for {@link LectureChangeHistory} record objects.
976
+ */
977
+ const LectureChangeHistory = exports.LectureChangeHistory = (() => {
978
+ const defaults = () => ({});
979
+ const create = (() => {
980
+ return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
981
+ })();
982
+ return Object.freeze({
983
+ /**
984
+ * Create a frozen instance of {@link LectureChangeHistory}, with defaults specified
985
+ * in Rust, in the {@link rusaint} crate.
986
+ */
987
+ create,
988
+ /**
989
+ * Create a frozen instance of {@link LectureChangeHistory}, with defaults specified
990
+ * in Rust, in the {@link rusaint} crate.
991
+ */
992
+ new: create,
993
+ /**
994
+ * Defaults specified in the {@link rusaint} crate.
995
+ */
996
+ defaults: () => Object.freeze(defaults())
997
+ });
998
+ })();
999
+ const FfiConverterTypeLectureChangeHistory = (() => {
1000
+ class FFIConverter extends _uniffiBindgenReactNative.AbstractFfiConverterByteArray {
1001
+ read(from) {
1002
+ return {
1003
+ startDate: FfiConverterString.read(from),
1004
+ endDate: FfiConverterString.read(from),
1005
+ name: FfiConverterString.read(from)
1006
+ };
1007
+ }
1008
+ write(value, into) {
1009
+ FfiConverterString.write(value.startDate, into);
1010
+ FfiConverterString.write(value.endDate, into);
1011
+ FfiConverterString.write(value.name, into);
1012
+ }
1013
+ allocationSize(value) {
1014
+ return FfiConverterString.allocationSize(value.startDate) + FfiConverterString.allocationSize(value.endDate) + FfiConverterString.allocationSize(value.name);
1015
+ }
1016
+ }
1017
+ return new FFIConverter();
1018
+ })();
1019
+
1020
+ /**
1021
+ * 강의 상세 정보
1022
+ */
1023
+
1024
+ /**
1025
+ * Generated factory for {@link LectureDetail} record objects.
1026
+ */
1027
+ const LectureDetail = exports.LectureDetail = (() => {
1028
+ const defaults = () => ({});
1029
+ const create = (() => {
1030
+ return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
1031
+ })();
1032
+ return Object.freeze({
1033
+ /**
1034
+ * Create a frozen instance of {@link LectureDetail}, with defaults specified
1035
+ * in Rust, in the {@link rusaint} crate.
1036
+ */
1037
+ create,
1038
+ /**
1039
+ * Create a frozen instance of {@link LectureDetail}, with defaults specified
1040
+ * in Rust, in the {@link rusaint} crate.
1041
+ */
1042
+ new: create,
1043
+ /**
1044
+ * Defaults specified in the {@link rusaint} crate.
1045
+ */
1046
+ defaults: () => Object.freeze(defaults())
1047
+ });
1048
+ })();
1049
+ const FfiConverterTypeLectureDetail = (() => {
1050
+ class FFIConverter extends _uniffiBindgenReactNative.AbstractFfiConverterByteArray {
1051
+ read(from) {
1052
+ return {
1053
+ changesHistory: FfiConverterArrayTypeLectureChangeHistory.read(from),
1054
+ alternativeLectures: FfiConverterArrayTypeAlternativeLecture.read(from),
1055
+ categories: FfiConverterArrayString.read(from),
1056
+ prerequisites: FfiConverterArrayTypePrerequisiteLecture.read(from)
1057
+ };
1058
+ }
1059
+ write(value, into) {
1060
+ FfiConverterArrayTypeLectureChangeHistory.write(value.changesHistory, into);
1061
+ FfiConverterArrayTypeAlternativeLecture.write(value.alternativeLectures, into);
1062
+ FfiConverterArrayString.write(value.categories, into);
1063
+ FfiConverterArrayTypePrerequisiteLecture.write(value.prerequisites, into);
1064
+ }
1065
+ allocationSize(value) {
1066
+ return FfiConverterArrayTypeLectureChangeHistory.allocationSize(value.changesHistory) + FfiConverterArrayTypeAlternativeLecture.allocationSize(value.alternativeLectures) + FfiConverterArrayString.allocationSize(value.categories) + FfiConverterArrayTypePrerequisiteLecture.allocationSize(value.prerequisites);
1067
+ }
1068
+ }
1069
+ return new FFIConverter();
1070
+ })();
1071
+
1072
+ /**
1073
+ * 강의계획서 - Full lecture syllabus information
1074
+ */
1075
+
1076
+ /**
1077
+ * Generated factory for {@link LectureSyllabus} record objects.
1078
+ */
1079
+ const LectureSyllabus = exports.LectureSyllabus = (() => {
1080
+ const defaults = () => ({});
1081
+ const create = (() => {
1082
+ return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
1083
+ })();
1084
+ return Object.freeze({
1085
+ /**
1086
+ * Create a frozen instance of {@link LectureSyllabus}, with defaults specified
1087
+ * in Rust, in the {@link rusaint} crate.
1088
+ */
1089
+ create,
1090
+ /**
1091
+ * Create a frozen instance of {@link LectureSyllabus}, with defaults specified
1092
+ * in Rust, in the {@link rusaint} crate.
1093
+ */
1094
+ new: create,
1095
+ /**
1096
+ * Defaults specified in the {@link rusaint} crate.
1097
+ */
1098
+ defaults: () => Object.freeze(defaults())
1099
+ });
1100
+ })();
1101
+ const FfiConverterTypeLectureSyllabus = (() => {
1102
+ class FFIConverter extends _uniffiBindgenReactNative.AbstractFfiConverterByteArray {
1103
+ read(from) {
1104
+ return {
1105
+ courseName: FfiConverterString.read(from),
1106
+ professor: FfiConverterString.read(from),
1107
+ courseCode: FfiConverterString.read(from),
1108
+ year: FfiConverterString.read(from),
1109
+ semester: FfiConverterString.read(from),
1110
+ credits: FfiConverterString.read(from),
1111
+ abstractText: FfiConverterString.read(from),
1112
+ teachingMethod: FfiConverterString.read(from),
1113
+ mainTextbook: FfiConverterString.read(from),
1114
+ subTextbook: FfiConverterString.read(from),
1115
+ professorPhone: FfiConverterString.read(from),
1116
+ professorEmail: FfiConverterString.read(from),
1117
+ officeHours: FfiConverterString.read(from),
1118
+ targetStudents: FfiConverterString.read(from),
1119
+ designation: FfiConverterString.read(from),
1120
+ absencePolicy: FfiConverterString.read(from),
1121
+ gradingItems: FfiConverterArrayTypeSyllabusGradingItem.read(from),
1122
+ learningObjectives: FfiConverterArrayString.read(from),
1123
+ weeklySchedule: FfiConverterArrayTypeSyllabusWeeklyPlan.read(from),
1124
+ competencies: FfiConverterArrayTypeSyllabusCompetency.read(from)
1125
+ };
1126
+ }
1127
+ write(value, into) {
1128
+ FfiConverterString.write(value.courseName, into);
1129
+ FfiConverterString.write(value.professor, into);
1130
+ FfiConverterString.write(value.courseCode, into);
1131
+ FfiConverterString.write(value.year, into);
1132
+ FfiConverterString.write(value.semester, into);
1133
+ FfiConverterString.write(value.credits, into);
1134
+ FfiConverterString.write(value.abstractText, into);
1135
+ FfiConverterString.write(value.teachingMethod, into);
1136
+ FfiConverterString.write(value.mainTextbook, into);
1137
+ FfiConverterString.write(value.subTextbook, into);
1138
+ FfiConverterString.write(value.professorPhone, into);
1139
+ FfiConverterString.write(value.professorEmail, into);
1140
+ FfiConverterString.write(value.officeHours, into);
1141
+ FfiConverterString.write(value.targetStudents, into);
1142
+ FfiConverterString.write(value.designation, into);
1143
+ FfiConverterString.write(value.absencePolicy, into);
1144
+ FfiConverterArrayTypeSyllabusGradingItem.write(value.gradingItems, into);
1145
+ FfiConverterArrayString.write(value.learningObjectives, into);
1146
+ FfiConverterArrayTypeSyllabusWeeklyPlan.write(value.weeklySchedule, into);
1147
+ FfiConverterArrayTypeSyllabusCompetency.write(value.competencies, into);
1148
+ }
1149
+ allocationSize(value) {
1150
+ return FfiConverterString.allocationSize(value.courseName) + FfiConverterString.allocationSize(value.professor) + FfiConverterString.allocationSize(value.courseCode) + FfiConverterString.allocationSize(value.year) + FfiConverterString.allocationSize(value.semester) + FfiConverterString.allocationSize(value.credits) + FfiConverterString.allocationSize(value.abstractText) + FfiConverterString.allocationSize(value.teachingMethod) + FfiConverterString.allocationSize(value.mainTextbook) + FfiConverterString.allocationSize(value.subTextbook) + FfiConverterString.allocationSize(value.professorPhone) + FfiConverterString.allocationSize(value.professorEmail) + FfiConverterString.allocationSize(value.officeHours) + FfiConverterString.allocationSize(value.targetStudents) + FfiConverterString.allocationSize(value.designation) + FfiConverterString.allocationSize(value.absencePolicy) + FfiConverterArrayTypeSyllabusGradingItem.allocationSize(value.gradingItems) + FfiConverterArrayString.allocationSize(value.learningObjectives) + FfiConverterArrayTypeSyllabusWeeklyPlan.allocationSize(value.weeklySchedule) + FfiConverterArrayTypeSyllabusCompetency.allocationSize(value.competencies);
1151
+ }
1152
+ }
1153
+ return new FFIConverter();
1154
+ })();
1155
+
748
1156
  /**
749
1157
  * 개인의 수업 시간표 정보를 조회합니다.
750
1158
  */
@@ -791,6 +1199,54 @@ const FfiConverterTypePersonalCourseSchedule = (() => {
791
1199
  return new FFIConverter();
792
1200
  })();
793
1201
 
1202
+ /**
1203
+ * 선수 과목 정보
1204
+ */
1205
+
1206
+ /**
1207
+ * Generated factory for {@link PrerequisiteLecture} record objects.
1208
+ */
1209
+ const PrerequisiteLecture = exports.PrerequisiteLecture = (() => {
1210
+ const defaults = () => ({});
1211
+ const create = (() => {
1212
+ return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
1213
+ })();
1214
+ return Object.freeze({
1215
+ /**
1216
+ * Create a frozen instance of {@link PrerequisiteLecture}, with defaults specified
1217
+ * in Rust, in the {@link rusaint} crate.
1218
+ */
1219
+ create,
1220
+ /**
1221
+ * Create a frozen instance of {@link PrerequisiteLecture}, with defaults specified
1222
+ * in Rust, in the {@link rusaint} crate.
1223
+ */
1224
+ new: create,
1225
+ /**
1226
+ * Defaults specified in the {@link rusaint} crate.
1227
+ */
1228
+ defaults: () => Object.freeze(defaults())
1229
+ });
1230
+ })();
1231
+ const FfiConverterTypePrerequisiteLecture = (() => {
1232
+ class FFIConverter extends _uniffiBindgenReactNative.AbstractFfiConverterByteArray {
1233
+ read(from) {
1234
+ return {
1235
+ code: FfiConverterString.read(from),
1236
+ name: FfiConverterString.read(from)
1237
+ };
1238
+ }
1239
+ write(value, into) {
1240
+ FfiConverterString.write(value.code, into);
1241
+ FfiConverterString.write(value.name, into);
1242
+ }
1243
+ allocationSize(value) {
1244
+ return FfiConverterString.allocationSize(value.code) + FfiConverterString.allocationSize(value.name);
1245
+ }
1246
+ }
1247
+ return new FFIConverter();
1248
+ })();
1249
+
794
1250
  /**
795
1251
  * 수강신청한 과목 정보
796
1252
  */
@@ -1977,6 +2433,154 @@ const FfiConverterTypeStudentWorkInformation = (() => {
1977
2433
  return new FFIConverter();
1978
2434
  })();
1979
2435
 
2436
+ /**
2437
+ * 핵심역량
2438
+ */
2439
+
2440
+ /**
2441
+ * Generated factory for {@link SyllabusCompetency} record objects.
2442
+ */
2443
+ const SyllabusCompetency = exports.SyllabusCompetency = (() => {
2444
+ const defaults = () => ({});
2445
+ const create = (() => {
2446
+ return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
2447
+ })();
2448
+ return Object.freeze({
2449
+ /**
2450
+ * Create a frozen instance of {@link SyllabusCompetency}, with defaults specified
2451
+ * in Rust, in the {@link rusaint} crate.
2452
+ */
2453
+ create,
2454
+ /**
2455
+ * Create a frozen instance of {@link SyllabusCompetency}, with defaults specified
2456
+ * in Rust, in the {@link rusaint} crate.
2457
+ */
2458
+ new: create,
2459
+ /**
2460
+ * Defaults specified in the {@link rusaint} crate.
2461
+ */
2462
+ defaults: () => Object.freeze(defaults())
2463
+ });
2464
+ })();
2465
+ const FfiConverterTypeSyllabusCompetency = (() => {
2466
+ class FFIConverter extends _uniffiBindgenReactNative.AbstractFfiConverterByteArray {
2467
+ read(from) {
2468
+ return {
2469
+ name: FfiConverterString.read(from),
2470
+ rate: FfiConverterString.read(from)
2471
+ };
2472
+ }
2473
+ write(value, into) {
2474
+ FfiConverterString.write(value.name, into);
2475
+ FfiConverterString.write(value.rate, into);
2476
+ }
2477
+ allocationSize(value) {
2478
+ return FfiConverterString.allocationSize(value.name) + FfiConverterString.allocationSize(value.rate);
2479
+ }
2480
+ }
2481
+ return new FFIConverter();
2482
+ })();
2483
+
2484
+ /**
2485
+ * 성적평가 항목
2486
+ */
2487
+
2488
+ /**
2489
+ * Generated factory for {@link SyllabusGradingItem} record objects.
2490
+ */
2491
+ const SyllabusGradingItem = exports.SyllabusGradingItem = (() => {
2492
+ const defaults = () => ({});
2493
+ const create = (() => {
2494
+ return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
2495
+ })();
2496
+ return Object.freeze({
2497
+ /**
2498
+ * Create a frozen instance of {@link SyllabusGradingItem}, with defaults specified
2499
+ * in Rust, in the {@link rusaint} crate.
2500
+ */
2501
+ create,
2502
+ /**
2503
+ * Create a frozen instance of {@link SyllabusGradingItem}, with defaults specified
2504
+ * in Rust, in the {@link rusaint} crate.
2505
+ */
2506
+ new: create,
2507
+ /**
2508
+ * Defaults specified in the {@link rusaint} crate.
2509
+ */
2510
+ defaults: () => Object.freeze(defaults())
2511
+ });
2512
+ })();
2513
+ const FfiConverterTypeSyllabusGradingItem = (() => {
2514
+ class FFIConverter extends _uniffiBindgenReactNative.AbstractFfiConverterByteArray {
2515
+ read(from) {
2516
+ return {
2517
+ name: FfiConverterString.read(from),
2518
+ rate: FfiConverterString.read(from)
2519
+ };
2520
+ }
2521
+ write(value, into) {
2522
+ FfiConverterString.write(value.name, into);
2523
+ FfiConverterString.write(value.rate, into);
2524
+ }
2525
+ allocationSize(value) {
2526
+ return FfiConverterString.allocationSize(value.name) + FfiConverterString.allocationSize(value.rate);
2527
+ }
2528
+ }
2529
+ return new FFIConverter();
2530
+ })();
2531
+
2532
+ /**
2533
+ * 주차별 수업계획
2534
+ */
2535
+
2536
+ /**
2537
+ * Generated factory for {@link SyllabusWeeklyPlan} record objects.
2538
+ */
2539
+ const SyllabusWeeklyPlan = exports.SyllabusWeeklyPlan = (() => {
2540
+ const defaults = () => ({});
2541
+ const create = (() => {
2542
+ return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
2543
+ })();
2544
+ return Object.freeze({
2545
+ /**
2546
+ * Create a frozen instance of {@link SyllabusWeeklyPlan}, with defaults specified
2547
+ * in Rust, in the {@link rusaint} crate.
2548
+ */
2549
+ create,
2550
+ /**
2551
+ * Create a frozen instance of {@link SyllabusWeeklyPlan}, with defaults specified
2552
+ * in Rust, in the {@link rusaint} crate.
2553
+ */
2554
+ new: create,
2555
+ /**
2556
+ * Defaults specified in the {@link rusaint} crate.
2557
+ */
2558
+ defaults: () => Object.freeze(defaults())
2559
+ });
2560
+ })();
2561
+ const FfiConverterTypeSyllabusWeeklyPlan = (() => {
2562
+ class FFIConverter extends _uniffiBindgenReactNative.AbstractFfiConverterByteArray {
2563
+ read(from) {
2564
+ return {
2565
+ week: FfiConverterString.read(from),
2566
+ topic: FfiConverterString.read(from),
2567
+ details: FfiConverterString.read(from),
2568
+ teachingMethod: FfiConverterString.read(from)
2569
+ };
2570
+ }
2571
+ write(value, into) {
2572
+ FfiConverterString.write(value.week, into);
2573
+ FfiConverterString.write(value.topic, into);
2574
+ FfiConverterString.write(value.details, into);
2575
+ FfiConverterString.write(value.teachingMethod, into);
2576
+ }
2577
+ allocationSize(value) {
2578
+ return FfiConverterString.allocationSize(value.week) + FfiConverterString.allocationSize(value.topic) + FfiConverterString.allocationSize(value.details) + FfiConverterString.allocationSize(value.teachingMethod);
2579
+ }
2580
+ }
2581
+ return new FFIConverter();
2582
+ })();
2583
+
1980
2584
  /**
1981
2585
  * uniffi 지원을 위한 u32 Pair입니다.
1982
2586
  */
@@ -3161,6 +3765,12 @@ const FfiConverterTypeLectureCategoryBuilder = new _uniffiBindgenReactNative.Ffi
3161
3765
  // FfiConverter for /*f32*/number | undefined
3162
3766
  const FfiConverterOptionalFloat32 = new _uniffiBindgenReactNative.FfiConverterOptional(_uniffiBindgenReactNative.FfiConverterFloat32);
3163
3767
 
3768
+ // FfiConverter for LectureDetail | undefined
3769
+ const FfiConverterOptionalTypeLectureDetail = new _uniffiBindgenReactNative.FfiConverterOptional(FfiConverterTypeLectureDetail);
3770
+
3771
+ // FfiConverter for LectureSyllabus | undefined
3772
+ const FfiConverterOptionalTypeLectureSyllabus = new _uniffiBindgenReactNative.FfiConverterOptional(FfiConverterTypeLectureSyllabus);
3773
+
3164
3774
  // FfiConverter for StudentForignStudyInformation | undefined
3165
3775
  const FfiConverterOptionalTypeStudentForignStudyInformation = new _uniffiBindgenReactNative.FfiConverterOptional(FfiConverterTypeStudentForignStudyInformation);
3166
3776
 
@@ -3179,15 +3789,27 @@ const FfiConverterOptionalString = new _uniffiBindgenReactNative.FfiConverterOpt
3179
3789
  // FfiConverter for /*u32*/number | undefined
3180
3790
  const FfiConverterOptionalUInt32 = new _uniffiBindgenReactNative.FfiConverterOptional(_uniffiBindgenReactNative.FfiConverterUInt32);
3181
3791
 
3792
+ // FfiConverter for Array<AlternativeLecture>
3793
+ const FfiConverterArrayTypeAlternativeLecture = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeAlternativeLecture);
3794
+
3182
3795
  // FfiConverter for Array<ChapelAbsenceRequest>
3183
3796
  const FfiConverterArrayTypeChapelAbsenceRequest = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeChapelAbsenceRequest);
3184
3797
 
3185
3798
  // FfiConverter for Array<ChapelAttendance>
3186
3799
  const FfiConverterArrayTypeChapelAttendance = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeChapelAttendance);
3187
3800
 
3801
+ // FfiConverter for Array<ClassGradeItem>
3802
+ const FfiConverterArrayTypeClassGradeItem = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeClassGradeItem);
3803
+
3188
3804
  // FfiConverter for Array<CourseScheduleInformation>
3189
3805
  const FfiConverterArrayTypeCourseScheduleInformation = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeCourseScheduleInformation);
3190
3806
 
3807
+ // FfiConverter for Array<LectureChangeHistory>
3808
+ const FfiConverterArrayTypeLectureChangeHistory = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeLectureChangeHistory);
3809
+
3810
+ // FfiConverter for Array<PrerequisiteLecture>
3811
+ const FfiConverterArrayTypePrerequisiteLecture = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypePrerequisiteLecture);
3812
+
3191
3813
  // FfiConverter for Array<StudentAcademicRecord>
3192
3814
  const FfiConverterArrayTypeStudentAcademicRecord = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeStudentAcademicRecord);
3193
3815
 
@@ -3197,6 +3819,15 @@ const FfiConverterArrayTypeStudentFamilyMember = new _uniffiBindgenReactNative.F
3197
3819
  // FfiConverter for Array<StudentTransferRecord>
3198
3820
  const FfiConverterArrayTypeStudentTransferRecord = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeStudentTransferRecord);
3199
3821
 
3822
+ // FfiConverter for Array<SyllabusCompetency>
3823
+ const FfiConverterArrayTypeSyllabusCompetency = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeSyllabusCompetency);
3824
+
3825
+ // FfiConverter for Array<SyllabusGradingItem>
3826
+ const FfiConverterArrayTypeSyllabusGradingItem = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeSyllabusGradingItem);
3827
+
3828
+ // FfiConverter for Array<SyllabusWeeklyPlan>
3829
+ const FfiConverterArrayTypeSyllabusWeeklyPlan = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeSyllabusWeeklyPlan);
3830
+
3200
3831
  // FfiConverter for Array<string>
3201
3832
  const FfiConverterArrayString = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterString);
3202
3833
 
@@ -3267,15 +3898,19 @@ function uniffiEnsureInitialized() {
3267
3898
  var _default = exports.default = Object.freeze({
3268
3899
  initialize: uniffiEnsureInitialized,
3269
3900
  converters: {
3901
+ FfiConverterTypeAlternativeLecture,
3270
3902
  FfiConverterTypeChapelAbsenceRequest,
3271
3903
  FfiConverterTypeChapelAttendance,
3272
3904
  FfiConverterTypeChapelInformation,
3273
3905
  FfiConverterTypeClassGrade,
3906
+ FfiConverterTypeClassGradeItem,
3274
3907
  FfiConverterTypeClassScore,
3275
3908
  FfiConverterTypeCourseScheduleInformation,
3276
3909
  FfiConverterTypeCourseType,
3910
+ FfiConverterTypeDetailedLecture,
3277
3911
  FfiConverterTypeGeneralChapelInformation,
3278
3912
  FfiConverterTypeGradeSummary,
3913
+ FfiConverterTypeGradesByClassification,
3279
3914
  FfiConverterTypeGraduationRequirement,
3280
3915
  FfiConverterTypeGraduationRequirements,
3281
3916
  FfiConverterTypeGraduationStudent,
@@ -3283,7 +3918,11 @@ var _default = exports.default = Object.freeze({
3283
3918
  FfiConverterTypeLectureAssessmentResult,
3284
3919
  FfiConverterTypeLectureCategory,
3285
3920
  FfiConverterTypeLectureCategoryBuilder,
3921
+ FfiConverterTypeLectureChangeHistory,
3922
+ FfiConverterTypeLectureDetail,
3923
+ FfiConverterTypeLectureSyllabus,
3286
3924
  FfiConverterTypePersonalCourseSchedule,
3925
+ FfiConverterTypePrerequisiteLecture,
3287
3926
  FfiConverterTypeRegisteredLecture,
3288
3927
  FfiConverterTypeScholarship,
3289
3928
  FfiConverterTypeSemesterGrade,
@@ -3305,6 +3944,9 @@ var _default = exports.default = Object.freeze({
3305
3944
  FfiConverterTypeStudentTransferRecord,
3306
3945
  FfiConverterTypeStudentTransferRecords,
3307
3946
  FfiConverterTypeStudentWorkInformation,
3947
+ FfiConverterTypeSyllabusCompetency,
3948
+ FfiConverterTypeSyllabusGradingItem,
3949
+ FfiConverterTypeSyllabusWeeklyPlan,
3308
3950
  FfiConverterTypeU32Pair,
3309
3951
  FfiConverterTypeUnsignedIntPair,
3310
3952
  FfiConverterTypeWeekday