@rusaint/react-native 0.13.6 → 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.
- package/android/build.gradle +4 -4
- package/android/src/main/jniLibs/arm64-v8a/librusaint_ffi.so +0 -0
- package/android/src/main/jniLibs/armeabi-v7a/librusaint_ffi.so +0 -0
- package/build/RusaintReactNative.xcframework/_CodeSignature/CodeDirectory +0 -0
- package/build/RusaintReactNative.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
- package/build/RusaintReactNative.xcframework/_CodeSignature/CodeResources +6 -6
- package/build/RusaintReactNative.xcframework/_CodeSignature/CodeSignature +0 -0
- package/build/RusaintReactNative.xcframework/ios-arm64/librusaint_ffi.a +0 -0
- package/build/RusaintReactNative.xcframework/ios-arm64-simulator/librusaint_ffi.a +0 -0
- package/cpp/generated/rusaint_ffi.cpp +555 -0
- package/cpp/generated/rusaint_ffi.hpp +30 -0
- package/lib/commonjs/generated/rusaint.js +720 -1
- package/lib/commonjs/generated/rusaint.js.map +1 -1
- package/lib/commonjs/generated/rusaint_ffi-ffi.js.map +1 -1
- package/lib/commonjs/generated/rusaint_ffi.js +388 -1
- package/lib/commonjs/generated/rusaint_ffi.js.map +1 -1
- package/lib/module/generated/rusaint.js +719 -0
- package/lib/module/generated/rusaint.js.map +1 -1
- package/lib/module/generated/rusaint_ffi-ffi.js.map +1 -1
- package/lib/module/generated/rusaint_ffi.js +385 -0
- package/lib/module/generated/rusaint_ffi.js.map +1 -1
- package/lib/typescript/commonjs/src/generated/rusaint.d.ts +676 -0
- package/lib/typescript/commonjs/src/generated/rusaint.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/generated/rusaint_ffi-ffi.d.ts +30 -0
- package/lib/typescript/commonjs/src/generated/rusaint_ffi-ffi.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/generated/rusaint_ffi.d.ts +192 -1
- package/lib/typescript/commonjs/src/generated/rusaint_ffi.d.ts.map +1 -1
- package/lib/typescript/module/src/generated/rusaint.d.ts +676 -0
- package/lib/typescript/module/src/generated/rusaint.d.ts.map +1 -1
- package/lib/typescript/module/src/generated/rusaint_ffi-ffi.d.ts +30 -0
- package/lib/typescript/module/src/generated/rusaint_ffi-ffi.d.ts.map +1 -1
- package/lib/typescript/module/src/generated/rusaint_ffi.d.ts +192 -1
- package/lib/typescript/module/src/generated/rusaint_ffi.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/generated/rusaint.ts +1271 -25
- package/src/generated/rusaint_ffi-ffi.ts +82 -0
- package/src/generated/rusaint_ffi.ts +1107 -168
|
@@ -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.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,130 @@ 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
|
+
|
|
1250
|
+
/**
|
|
1251
|
+
* 수강신청한 과목 정보
|
|
1252
|
+
*/
|
|
1253
|
+
|
|
1254
|
+
/**
|
|
1255
|
+
* Generated factory for {@link RegisteredLecture} record objects.
|
|
1256
|
+
*/
|
|
1257
|
+
const RegisteredLecture = exports.RegisteredLecture = (() => {
|
|
1258
|
+
const defaults = () => ({});
|
|
1259
|
+
const create = (() => {
|
|
1260
|
+
return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
|
|
1261
|
+
})();
|
|
1262
|
+
return Object.freeze({
|
|
1263
|
+
/**
|
|
1264
|
+
* Create a frozen instance of {@link RegisteredLecture}, with defaults specified
|
|
1265
|
+
* in Rust, in the {@link rusaint} crate.
|
|
1266
|
+
*/
|
|
1267
|
+
create,
|
|
1268
|
+
/**
|
|
1269
|
+
* Create a frozen instance of {@link RegisteredLecture}, with defaults specified
|
|
1270
|
+
* in Rust, in the {@link rusaint} crate.
|
|
1271
|
+
*/
|
|
1272
|
+
new: create,
|
|
1273
|
+
/**
|
|
1274
|
+
* Defaults specified in the {@link rusaint} crate.
|
|
1275
|
+
*/
|
|
1276
|
+
defaults: () => Object.freeze(defaults())
|
|
1277
|
+
});
|
|
1278
|
+
})();
|
|
1279
|
+
const FfiConverterTypeRegisteredLecture = (() => {
|
|
1280
|
+
class FFIConverter extends _uniffiBindgenReactNative.AbstractFfiConverterByteArray {
|
|
1281
|
+
read(from) {
|
|
1282
|
+
return {
|
|
1283
|
+
syllabus: FfiConverterOptionalString.read(from),
|
|
1284
|
+
category: FfiConverterString.read(from),
|
|
1285
|
+
subCategory: FfiConverterOptionalString.read(from),
|
|
1286
|
+
abeekInfo: FfiConverterOptionalString.read(from),
|
|
1287
|
+
field: FfiConverterOptionalString.read(from),
|
|
1288
|
+
code: FfiConverterString.read(from),
|
|
1289
|
+
name: FfiConverterString.read(from),
|
|
1290
|
+
division: FfiConverterOptionalString.read(from),
|
|
1291
|
+
professor: FfiConverterString.read(from),
|
|
1292
|
+
department: FfiConverterString.read(from),
|
|
1293
|
+
timePoints: FfiConverterString.read(from),
|
|
1294
|
+
personeel: FfiConverterString.read(from),
|
|
1295
|
+
remainingSeats: FfiConverterString.read(from),
|
|
1296
|
+
scheduleRoom: FfiConverterString.read(from),
|
|
1297
|
+
target: FfiConverterString.read(from),
|
|
1298
|
+
remarks: FfiConverterString.read(from)
|
|
1299
|
+
};
|
|
1300
|
+
}
|
|
1301
|
+
write(value, into) {
|
|
1302
|
+
FfiConverterOptionalString.write(value.syllabus, into);
|
|
1303
|
+
FfiConverterString.write(value.category, into);
|
|
1304
|
+
FfiConverterOptionalString.write(value.subCategory, into);
|
|
1305
|
+
FfiConverterOptionalString.write(value.abeekInfo, into);
|
|
1306
|
+
FfiConverterOptionalString.write(value.field, into);
|
|
1307
|
+
FfiConverterString.write(value.code, into);
|
|
1308
|
+
FfiConverterString.write(value.name, into);
|
|
1309
|
+
FfiConverterOptionalString.write(value.division, into);
|
|
1310
|
+
FfiConverterString.write(value.professor, into);
|
|
1311
|
+
FfiConverterString.write(value.department, into);
|
|
1312
|
+
FfiConverterString.write(value.timePoints, into);
|
|
1313
|
+
FfiConverterString.write(value.personeel, into);
|
|
1314
|
+
FfiConverterString.write(value.remainingSeats, into);
|
|
1315
|
+
FfiConverterString.write(value.scheduleRoom, into);
|
|
1316
|
+
FfiConverterString.write(value.target, into);
|
|
1317
|
+
FfiConverterString.write(value.remarks, into);
|
|
1318
|
+
}
|
|
1319
|
+
allocationSize(value) {
|
|
1320
|
+
return FfiConverterOptionalString.allocationSize(value.syllabus) + FfiConverterString.allocationSize(value.category) + FfiConverterOptionalString.allocationSize(value.subCategory) + FfiConverterOptionalString.allocationSize(value.abeekInfo) + FfiConverterOptionalString.allocationSize(value.field) + FfiConverterString.allocationSize(value.code) + FfiConverterString.allocationSize(value.name) + FfiConverterOptionalString.allocationSize(value.division) + FfiConverterString.allocationSize(value.professor) + FfiConverterString.allocationSize(value.department) + FfiConverterString.allocationSize(value.timePoints) + FfiConverterString.allocationSize(value.personeel) + FfiConverterString.allocationSize(value.remainingSeats) + FfiConverterString.allocationSize(value.scheduleRoom) + FfiConverterString.allocationSize(value.target) + FfiConverterString.allocationSize(value.remarks);
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
return new FFIConverter();
|
|
1324
|
+
})();
|
|
1325
|
+
|
|
794
1326
|
/**
|
|
795
1327
|
* 수혜받은 장학금 정보
|
|
796
1328
|
*/
|
|
@@ -1901,6 +2433,154 @@ const FfiConverterTypeStudentWorkInformation = (() => {
|
|
|
1901
2433
|
return new FFIConverter();
|
|
1902
2434
|
})();
|
|
1903
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
|
+
|
|
1904
2584
|
/**
|
|
1905
2585
|
* uniffi 지원을 위한 u32 Pair입니다.
|
|
1906
2586
|
*/
|
|
@@ -3085,6 +3765,12 @@ const FfiConverterTypeLectureCategoryBuilder = new _uniffiBindgenReactNative.Ffi
|
|
|
3085
3765
|
// FfiConverter for /*f32*/number | undefined
|
|
3086
3766
|
const FfiConverterOptionalFloat32 = new _uniffiBindgenReactNative.FfiConverterOptional(_uniffiBindgenReactNative.FfiConverterFloat32);
|
|
3087
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
|
+
|
|
3088
3774
|
// FfiConverter for StudentForignStudyInformation | undefined
|
|
3089
3775
|
const FfiConverterOptionalTypeStudentForignStudyInformation = new _uniffiBindgenReactNative.FfiConverterOptional(FfiConverterTypeStudentForignStudyInformation);
|
|
3090
3776
|
|
|
@@ -3103,15 +3789,27 @@ const FfiConverterOptionalString = new _uniffiBindgenReactNative.FfiConverterOpt
|
|
|
3103
3789
|
// FfiConverter for /*u32*/number | undefined
|
|
3104
3790
|
const FfiConverterOptionalUInt32 = new _uniffiBindgenReactNative.FfiConverterOptional(_uniffiBindgenReactNative.FfiConverterUInt32);
|
|
3105
3791
|
|
|
3792
|
+
// FfiConverter for Array<AlternativeLecture>
|
|
3793
|
+
const FfiConverterArrayTypeAlternativeLecture = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeAlternativeLecture);
|
|
3794
|
+
|
|
3106
3795
|
// FfiConverter for Array<ChapelAbsenceRequest>
|
|
3107
3796
|
const FfiConverterArrayTypeChapelAbsenceRequest = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeChapelAbsenceRequest);
|
|
3108
3797
|
|
|
3109
3798
|
// FfiConverter for Array<ChapelAttendance>
|
|
3110
3799
|
const FfiConverterArrayTypeChapelAttendance = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeChapelAttendance);
|
|
3111
3800
|
|
|
3801
|
+
// FfiConverter for Array<ClassGradeItem>
|
|
3802
|
+
const FfiConverterArrayTypeClassGradeItem = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeClassGradeItem);
|
|
3803
|
+
|
|
3112
3804
|
// FfiConverter for Array<CourseScheduleInformation>
|
|
3113
3805
|
const FfiConverterArrayTypeCourseScheduleInformation = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeCourseScheduleInformation);
|
|
3114
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
|
+
|
|
3115
3813
|
// FfiConverter for Array<StudentAcademicRecord>
|
|
3116
3814
|
const FfiConverterArrayTypeStudentAcademicRecord = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeStudentAcademicRecord);
|
|
3117
3815
|
|
|
@@ -3121,6 +3819,15 @@ const FfiConverterArrayTypeStudentFamilyMember = new _uniffiBindgenReactNative.F
|
|
|
3121
3819
|
// FfiConverter for Array<StudentTransferRecord>
|
|
3122
3820
|
const FfiConverterArrayTypeStudentTransferRecord = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeStudentTransferRecord);
|
|
3123
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
|
+
|
|
3124
3831
|
// FfiConverter for Array<string>
|
|
3125
3832
|
const FfiConverterArrayString = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterString);
|
|
3126
3833
|
|
|
@@ -3191,15 +3898,19 @@ function uniffiEnsureInitialized() {
|
|
|
3191
3898
|
var _default = exports.default = Object.freeze({
|
|
3192
3899
|
initialize: uniffiEnsureInitialized,
|
|
3193
3900
|
converters: {
|
|
3901
|
+
FfiConverterTypeAlternativeLecture,
|
|
3194
3902
|
FfiConverterTypeChapelAbsenceRequest,
|
|
3195
3903
|
FfiConverterTypeChapelAttendance,
|
|
3196
3904
|
FfiConverterTypeChapelInformation,
|
|
3197
3905
|
FfiConverterTypeClassGrade,
|
|
3906
|
+
FfiConverterTypeClassGradeItem,
|
|
3198
3907
|
FfiConverterTypeClassScore,
|
|
3199
3908
|
FfiConverterTypeCourseScheduleInformation,
|
|
3200
3909
|
FfiConverterTypeCourseType,
|
|
3910
|
+
FfiConverterTypeDetailedLecture,
|
|
3201
3911
|
FfiConverterTypeGeneralChapelInformation,
|
|
3202
3912
|
FfiConverterTypeGradeSummary,
|
|
3913
|
+
FfiConverterTypeGradesByClassification,
|
|
3203
3914
|
FfiConverterTypeGraduationRequirement,
|
|
3204
3915
|
FfiConverterTypeGraduationRequirements,
|
|
3205
3916
|
FfiConverterTypeGraduationStudent,
|
|
@@ -3207,7 +3918,12 @@ var _default = exports.default = Object.freeze({
|
|
|
3207
3918
|
FfiConverterTypeLectureAssessmentResult,
|
|
3208
3919
|
FfiConverterTypeLectureCategory,
|
|
3209
3920
|
FfiConverterTypeLectureCategoryBuilder,
|
|
3921
|
+
FfiConverterTypeLectureChangeHistory,
|
|
3922
|
+
FfiConverterTypeLectureDetail,
|
|
3923
|
+
FfiConverterTypeLectureSyllabus,
|
|
3210
3924
|
FfiConverterTypePersonalCourseSchedule,
|
|
3925
|
+
FfiConverterTypePrerequisiteLecture,
|
|
3926
|
+
FfiConverterTypeRegisteredLecture,
|
|
3211
3927
|
FfiConverterTypeScholarship,
|
|
3212
3928
|
FfiConverterTypeSemesterGrade,
|
|
3213
3929
|
FfiConverterTypeSemesterType,
|
|
@@ -3228,6 +3944,9 @@ var _default = exports.default = Object.freeze({
|
|
|
3228
3944
|
FfiConverterTypeStudentTransferRecord,
|
|
3229
3945
|
FfiConverterTypeStudentTransferRecords,
|
|
3230
3946
|
FfiConverterTypeStudentWorkInformation,
|
|
3947
|
+
FfiConverterTypeSyllabusCompetency,
|
|
3948
|
+
FfiConverterTypeSyllabusGradingItem,
|
|
3949
|
+
FfiConverterTypeSyllabusWeeklyPlan,
|
|
3231
3950
|
FfiConverterTypeU32Pair,
|
|
3232
3951
|
FfiConverterTypeUnsignedIntPair,
|
|
3233
3952
|
FfiConverterTypeWeekday
|