@rusaint/react-native 0.13.5 → 0.14.0
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/gradle.properties +1 -1
- 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/Info.plist +4 -4
- 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 +373 -0
- package/cpp/generated/rusaint_ffi.hpp +20 -0
- package/lib/commonjs/generated/rusaint.js +78 -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 +274 -1
- package/lib/commonjs/generated/rusaint_ffi.js.map +1 -1
- package/lib/module/generated/rusaint.js +77 -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 +271 -0
- package/lib/module/generated/rusaint_ffi.js.map +1 -1
- package/lib/typescript/commonjs/src/generated/rusaint.d.ts +95 -0
- package/lib/typescript/commonjs/src/generated/rusaint.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/generated/rusaint_ffi-ffi.d.ts +20 -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 +118 -1
- package/lib/typescript/commonjs/src/generated/rusaint_ffi.d.ts.map +1 -1
- package/lib/typescript/module/src/generated/rusaint.d.ts +95 -0
- package/lib/typescript/module/src/generated/rusaint.d.ts.map +1 -1
- package/lib/typescript/module/src/generated/rusaint_ffi-ffi.d.ts +20 -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 +118 -1
- package/lib/typescript/module/src/generated/rusaint_ffi.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/generated/rusaint.ts +166 -0
- package/src/generated/rusaint_ffi-ffi.ts +55 -0
- package/src/generated/rusaint_ffi.ts +621 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.default = exports.YearSemester = exports.USaintSessionBuilder = exports.USaintSession = exports.StudentInformationApplicationBuilder = exports.StudentInformationApplication = exports.ScholarshipsApplicationBuilder = exports.ScholarshipsApplication = exports.RusaintError_Tags = exports.RusaintError = exports.PersonalCourseScheduleApplicationBuilder = exports.PersonalCourseScheduleApplication = exports.LectureAssessmentApplicationBuilder = exports.LectureAssessmentApplication = exports.GraduationRequirementsApplicationBuilder = exports.GraduationRequirementsApplication = exports.CourseScheduleApplicationBuilder = exports.CourseScheduleApplication = exports.CourseGradesApplicationBuilder = exports.CourseGradesApplication = exports.ChapelApplicationBuilder = exports.ChapelApplication = void 0;
|
|
6
|
+
exports.default = exports.YearSemester = exports.USaintSessionBuilder = exports.USaintSession = exports.StudentInformationApplicationBuilder = exports.StudentInformationApplication = exports.ScholarshipsApplicationBuilder = exports.ScholarshipsApplication = exports.RusaintError_Tags = exports.RusaintError = exports.PersonalCourseScheduleApplicationBuilder = exports.PersonalCourseScheduleApplication = exports.LectureAssessmentApplicationBuilder = exports.LectureAssessmentApplication = exports.GraduationRequirementsApplicationBuilder = exports.GraduationRequirementsApplication = exports.CourseScheduleApplicationBuilder = exports.CourseScheduleApplication = exports.CourseRegistrationStatusApplicationBuilder = exports.CourseRegistrationStatusApplication = exports.CourseGradesApplicationBuilder = exports.CourseGradesApplication = exports.ChapelApplicationBuilder = exports.ChapelApplication = void 0;
|
|
7
7
|
var _rusaint_ffiFfi = _interopRequireDefault(require("./rusaint_ffi-ffi.js"));
|
|
8
8
|
var _uniffiBindgenReactNative = require("uniffi-bindgen-react-native");
|
|
9
9
|
var _rusaint = _interopRequireDefault(require("./rusaint.js"));
|
|
@@ -24,6 +24,7 @@ const {
|
|
|
24
24
|
FfiConverterTypeLectureAssessmentResult,
|
|
25
25
|
FfiConverterTypeLectureCategory,
|
|
26
26
|
FfiConverterTypePersonalCourseSchedule,
|
|
27
|
+
FfiConverterTypeRegisteredLecture,
|
|
27
28
|
FfiConverterTypeScholarship,
|
|
28
29
|
FfiConverterTypeSemesterGrade,
|
|
29
30
|
FfiConverterTypeSemesterType,
|
|
@@ -698,6 +699,218 @@ const uniffiTypeCourseGradesApplicationBuilderObjectFactory = (() => {
|
|
|
698
699
|
// FfiConverter for CourseGradesApplicationBuilderInterface
|
|
699
700
|
const FfiConverterTypeCourseGradesApplicationBuilder = new _uniffiBindgenReactNative.FfiConverterObject(uniffiTypeCourseGradesApplicationBuilderObjectFactory);
|
|
700
701
|
|
|
702
|
+
/**
|
|
703
|
+
* [수강신청 내역 조회](https://ecc.ssu.ac.kr/sap/bc/webdynpro/SAP/ZCMW2110)
|
|
704
|
+
*/
|
|
705
|
+
|
|
706
|
+
/**
|
|
707
|
+
* [수강신청 내역 조회](https://ecc.ssu.ac.kr/sap/bc/webdynpro/SAP/ZCMW2110)
|
|
708
|
+
*/
|
|
709
|
+
class CourseRegistrationStatusApplication extends _uniffiBindgenReactNative.UniffiAbstractObject {
|
|
710
|
+
[_uniffiBindgenReactNative.uniffiTypeNameSymbol] = 'CourseRegistrationStatusApplication';
|
|
711
|
+
// No primary constructor declared for this class.
|
|
712
|
+
constructor(pointer) {
|
|
713
|
+
super();
|
|
714
|
+
this[_uniffiBindgenReactNative.pointerLiteralSymbol] = pointer;
|
|
715
|
+
this[_uniffiBindgenReactNative.destructorGuardSymbol] = uniffiTypeCourseRegistrationStatusApplicationObjectFactory.bless(pointer);
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
/**
|
|
719
|
+
* 현재 페이지에 선택된 년도와 학기를 가져옵니다. 최초 로드 시 현재 학기를 가져올 가능성이 있습니다.
|
|
720
|
+
* 하지만 이 애플리케이션의 다른 함수를 호출하여 한번 정보를 가져왔다면 마지막으로 가져온 정보의 학기가 반환되므로 주의하여야 하며, 신뢰할 수 있는 현재 학기의 원천으로 사용되어서는 안됩니다.
|
|
721
|
+
*/
|
|
722
|
+
async getSelectedSemester(asyncOpts_) /*throws*/{
|
|
723
|
+
const __stack = uniffiIsDebug ? new Error().stack : undefined;
|
|
724
|
+
try {
|
|
725
|
+
return await (0, _uniffiBindgenReactNative.uniffiRustCallAsync)(/*rustCaller:*/uniffiCaller, /*rustFutureFunc:*/() => {
|
|
726
|
+
return (0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_fn_method_courseregistrationstatusapplication_get_selected_semester(uniffiTypeCourseRegistrationStatusApplicationObjectFactory.clonePointer(this));
|
|
727
|
+
}, /*pollFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_poll_rust_buffer, /*cancelFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_cancel_rust_buffer, /*completeFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_complete_rust_buffer, /*freeFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_free_rust_buffer, /*liftFunc:*/FfiConverterTypeYearSemester.lift.bind(FfiConverterTypeYearSemester), /*liftString:*/FfiConverterString.lift, /*asyncOpts:*/asyncOpts_, /*errorHandler:*/FfiConverterTypeRusaintError.lift.bind(FfiConverterTypeRusaintError));
|
|
728
|
+
} catch (__error) {
|
|
729
|
+
if (uniffiIsDebug && __error instanceof Error) {
|
|
730
|
+
__error.stack = __stack;
|
|
731
|
+
}
|
|
732
|
+
throw __error;
|
|
733
|
+
}
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
/**
|
|
737
|
+
* 개인이 수강신청한 내역을 학기별로 찾습니다.
|
|
738
|
+
*/
|
|
739
|
+
async lectures(year, semester, asyncOpts_) /*throws*/{
|
|
740
|
+
const __stack = uniffiIsDebug ? new Error().stack : undefined;
|
|
741
|
+
try {
|
|
742
|
+
return await (0, _uniffiBindgenReactNative.uniffiRustCallAsync)(/*rustCaller:*/uniffiCaller, /*rustFutureFunc:*/() => {
|
|
743
|
+
return (0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_fn_method_courseregistrationstatusapplication_lectures(uniffiTypeCourseRegistrationStatusApplicationObjectFactory.clonePointer(this), _uniffiBindgenReactNative.FfiConverterUInt32.lower(year), FfiConverterTypeSemesterType.lower(semester));
|
|
744
|
+
}, /*pollFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_poll_rust_buffer, /*cancelFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_cancel_rust_buffer, /*completeFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_complete_rust_buffer, /*freeFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_free_rust_buffer, /*liftFunc:*/FfiConverterArrayTypeRegisteredLecture.lift.bind(FfiConverterArrayTypeRegisteredLecture), /*liftString:*/FfiConverterString.lift, /*asyncOpts:*/asyncOpts_, /*errorHandler:*/FfiConverterTypeRusaintError.lift.bind(FfiConverterTypeRusaintError));
|
|
745
|
+
} catch (__error) {
|
|
746
|
+
if (uniffiIsDebug && __error instanceof Error) {
|
|
747
|
+
__error.stack = __stack;
|
|
748
|
+
}
|
|
749
|
+
throw __error;
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
/**
|
|
754
|
+
* 페이지를 새로고침합니다.
|
|
755
|
+
*/
|
|
756
|
+
async reload(asyncOpts_) /*throws*/{
|
|
757
|
+
const __stack = uniffiIsDebug ? new Error().stack : undefined;
|
|
758
|
+
try {
|
|
759
|
+
return await (0, _uniffiBindgenReactNative.uniffiRustCallAsync)(/*rustCaller:*/uniffiCaller, /*rustFutureFunc:*/() => {
|
|
760
|
+
return (0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_fn_method_courseregistrationstatusapplication_reload(uniffiTypeCourseRegistrationStatusApplicationObjectFactory.clonePointer(this));
|
|
761
|
+
}, /*pollFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_poll_void, /*cancelFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_cancel_void, /*completeFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_complete_void, /*freeFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_free_void, /*liftFunc:*/_v => {}, /*liftString:*/FfiConverterString.lift, /*asyncOpts:*/asyncOpts_, /*errorHandler:*/FfiConverterTypeRusaintError.lift.bind(FfiConverterTypeRusaintError));
|
|
762
|
+
} catch (__error) {
|
|
763
|
+
if (uniffiIsDebug && __error instanceof Error) {
|
|
764
|
+
__error.stack = __stack;
|
|
765
|
+
}
|
|
766
|
+
throw __error;
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
/**
|
|
771
|
+
* {@inheritDoc uniffi-bindgen-react-native#UniffiAbstractObject.uniffiDestroy}
|
|
772
|
+
*/
|
|
773
|
+
uniffiDestroy() {
|
|
774
|
+
const ptr = this[_uniffiBindgenReactNative.destructorGuardSymbol];
|
|
775
|
+
if (ptr !== undefined) {
|
|
776
|
+
const pointer = uniffiTypeCourseRegistrationStatusApplicationObjectFactory.pointer(this);
|
|
777
|
+
uniffiTypeCourseRegistrationStatusApplicationObjectFactory.freePointer(pointer);
|
|
778
|
+
uniffiTypeCourseRegistrationStatusApplicationObjectFactory.unbless(ptr);
|
|
779
|
+
delete this[_uniffiBindgenReactNative.destructorGuardSymbol];
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
static instanceOf(obj) {
|
|
783
|
+
return uniffiTypeCourseRegistrationStatusApplicationObjectFactory.isConcreteType(obj);
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
exports.CourseRegistrationStatusApplication = CourseRegistrationStatusApplication;
|
|
787
|
+
const uniffiTypeCourseRegistrationStatusApplicationObjectFactory = (() => {
|
|
788
|
+
return {
|
|
789
|
+
create(pointer) {
|
|
790
|
+
const instance = Object.create(CourseRegistrationStatusApplication.prototype);
|
|
791
|
+
instance[_uniffiBindgenReactNative.pointerLiteralSymbol] = pointer;
|
|
792
|
+
instance[_uniffiBindgenReactNative.destructorGuardSymbol] = this.bless(pointer);
|
|
793
|
+
instance[_uniffiBindgenReactNative.uniffiTypeNameSymbol] = 'CourseRegistrationStatusApplication';
|
|
794
|
+
return instance;
|
|
795
|
+
},
|
|
796
|
+
bless(p) {
|
|
797
|
+
return uniffiCaller.rustCall(/*caller:*/status => (0, _rusaint_ffiFfi.default)().ubrn_uniffi_internal_fn_method_courseregistrationstatusapplication_ffi__bless_pointer(p, status), /*liftString:*/FfiConverterString.lift);
|
|
798
|
+
},
|
|
799
|
+
unbless(ptr) {
|
|
800
|
+
ptr.markDestroyed();
|
|
801
|
+
},
|
|
802
|
+
pointer(obj) {
|
|
803
|
+
if (obj[_uniffiBindgenReactNative.destructorGuardSymbol] === undefined) {
|
|
804
|
+
throw new _uniffiBindgenReactNative.UniffiInternalError.UnexpectedNullPointer();
|
|
805
|
+
}
|
|
806
|
+
return obj[_uniffiBindgenReactNative.pointerLiteralSymbol];
|
|
807
|
+
},
|
|
808
|
+
clonePointer(obj) {
|
|
809
|
+
const pointer = this.pointer(obj);
|
|
810
|
+
return uniffiCaller.rustCall(/*caller:*/callStatus => (0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_fn_clone_courseregistrationstatusapplication(pointer, callStatus), /*liftString:*/FfiConverterString.lift);
|
|
811
|
+
},
|
|
812
|
+
freePointer(pointer) {
|
|
813
|
+
uniffiCaller.rustCall(/*caller:*/callStatus => (0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_fn_free_courseregistrationstatusapplication(pointer, callStatus), /*liftString:*/FfiConverterString.lift);
|
|
814
|
+
},
|
|
815
|
+
isConcreteType(obj) {
|
|
816
|
+
return obj[_uniffiBindgenReactNative.destructorGuardSymbol] && obj[_uniffiBindgenReactNative.uniffiTypeNameSymbol] === 'CourseRegistrationStatusApplication';
|
|
817
|
+
}
|
|
818
|
+
};
|
|
819
|
+
})();
|
|
820
|
+
// FfiConverter for CourseRegistrationStatusApplicationInterface
|
|
821
|
+
const FfiConverterTypeCourseRegistrationStatusApplication = new _uniffiBindgenReactNative.FfiConverterObject(uniffiTypeCourseRegistrationStatusApplicationObjectFactory);
|
|
822
|
+
|
|
823
|
+
/**
|
|
824
|
+
* [`CourseRegistrationStatusApplication`] 생성을 위한 빌더
|
|
825
|
+
*/
|
|
826
|
+
|
|
827
|
+
/**
|
|
828
|
+
* [`CourseRegistrationStatusApplication`] 생성을 위한 빌더
|
|
829
|
+
*/
|
|
830
|
+
class CourseRegistrationStatusApplicationBuilder extends _uniffiBindgenReactNative.UniffiAbstractObject {
|
|
831
|
+
[_uniffiBindgenReactNative.uniffiTypeNameSymbol] = 'CourseRegistrationStatusApplicationBuilder';
|
|
832
|
+
/**
|
|
833
|
+
* 새로운 [`CourseRegistrationStatusApplicationBuilder`]를 만듭니다.
|
|
834
|
+
*/
|
|
835
|
+
constructor() {
|
|
836
|
+
super();
|
|
837
|
+
const pointer = uniffiCaller.rustCall(/*caller:*/callStatus => {
|
|
838
|
+
return (0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_fn_constructor_courseregistrationstatusapplicationbuilder_new(callStatus);
|
|
839
|
+
}, /*liftString:*/FfiConverterString.lift);
|
|
840
|
+
this[_uniffiBindgenReactNative.pointerLiteralSymbol] = pointer;
|
|
841
|
+
this[_uniffiBindgenReactNative.destructorGuardSymbol] = uniffiTypeCourseRegistrationStatusApplicationBuilderObjectFactory.bless(pointer);
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
/**
|
|
845
|
+
* 세션과 함께 [`CourseRegistrationStatusApplication`]을 만듭니다.
|
|
846
|
+
*/
|
|
847
|
+
async build(session, asyncOpts_) /*throws*/{
|
|
848
|
+
const __stack = uniffiIsDebug ? new Error().stack : undefined;
|
|
849
|
+
try {
|
|
850
|
+
return await (0, _uniffiBindgenReactNative.uniffiRustCallAsync)(/*rustCaller:*/uniffiCaller, /*rustFutureFunc:*/() => {
|
|
851
|
+
return (0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_fn_method_courseregistrationstatusapplicationbuilder_build(uniffiTypeCourseRegistrationStatusApplicationBuilderObjectFactory.clonePointer(this), FfiConverterTypeUSaintSession.lower(session));
|
|
852
|
+
}, /*pollFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_poll_pointer, /*cancelFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_cancel_pointer, /*completeFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_complete_pointer, /*freeFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_free_pointer, /*liftFunc:*/FfiConverterTypeCourseRegistrationStatusApplication.lift.bind(FfiConverterTypeCourseRegistrationStatusApplication), /*liftString:*/FfiConverterString.lift, /*asyncOpts:*/asyncOpts_, /*errorHandler:*/FfiConverterTypeRusaintError.lift.bind(FfiConverterTypeRusaintError));
|
|
853
|
+
} catch (__error) {
|
|
854
|
+
if (uniffiIsDebug && __error instanceof Error) {
|
|
855
|
+
__error.stack = __stack;
|
|
856
|
+
}
|
|
857
|
+
throw __error;
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
/**
|
|
862
|
+
* {@inheritDoc uniffi-bindgen-react-native#UniffiAbstractObject.uniffiDestroy}
|
|
863
|
+
*/
|
|
864
|
+
uniffiDestroy() {
|
|
865
|
+
const ptr = this[_uniffiBindgenReactNative.destructorGuardSymbol];
|
|
866
|
+
if (ptr !== undefined) {
|
|
867
|
+
const pointer = uniffiTypeCourseRegistrationStatusApplicationBuilderObjectFactory.pointer(this);
|
|
868
|
+
uniffiTypeCourseRegistrationStatusApplicationBuilderObjectFactory.freePointer(pointer);
|
|
869
|
+
uniffiTypeCourseRegistrationStatusApplicationBuilderObjectFactory.unbless(ptr);
|
|
870
|
+
delete this[_uniffiBindgenReactNative.destructorGuardSymbol];
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
static instanceOf(obj) {
|
|
874
|
+
return uniffiTypeCourseRegistrationStatusApplicationBuilderObjectFactory.isConcreteType(obj);
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
exports.CourseRegistrationStatusApplicationBuilder = CourseRegistrationStatusApplicationBuilder;
|
|
878
|
+
const uniffiTypeCourseRegistrationStatusApplicationBuilderObjectFactory = (() => {
|
|
879
|
+
return {
|
|
880
|
+
create(pointer) {
|
|
881
|
+
const instance = Object.create(CourseRegistrationStatusApplicationBuilder.prototype);
|
|
882
|
+
instance[_uniffiBindgenReactNative.pointerLiteralSymbol] = pointer;
|
|
883
|
+
instance[_uniffiBindgenReactNative.destructorGuardSymbol] = this.bless(pointer);
|
|
884
|
+
instance[_uniffiBindgenReactNative.uniffiTypeNameSymbol] = 'CourseRegistrationStatusApplicationBuilder';
|
|
885
|
+
return instance;
|
|
886
|
+
},
|
|
887
|
+
bless(p) {
|
|
888
|
+
return uniffiCaller.rustCall(/*caller:*/status => (0, _rusaint_ffiFfi.default)().ubrn_uniffi_internal_fn_method_courseregistrationstatusapplicationbuilder_ffi__bless_pointer(p, status), /*liftString:*/FfiConverterString.lift);
|
|
889
|
+
},
|
|
890
|
+
unbless(ptr) {
|
|
891
|
+
ptr.markDestroyed();
|
|
892
|
+
},
|
|
893
|
+
pointer(obj) {
|
|
894
|
+
if (obj[_uniffiBindgenReactNative.destructorGuardSymbol] === undefined) {
|
|
895
|
+
throw new _uniffiBindgenReactNative.UniffiInternalError.UnexpectedNullPointer();
|
|
896
|
+
}
|
|
897
|
+
return obj[_uniffiBindgenReactNative.pointerLiteralSymbol];
|
|
898
|
+
},
|
|
899
|
+
clonePointer(obj) {
|
|
900
|
+
const pointer = this.pointer(obj);
|
|
901
|
+
return uniffiCaller.rustCall(/*caller:*/callStatus => (0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_fn_clone_courseregistrationstatusapplicationbuilder(pointer, callStatus), /*liftString:*/FfiConverterString.lift);
|
|
902
|
+
},
|
|
903
|
+
freePointer(pointer) {
|
|
904
|
+
uniffiCaller.rustCall(/*caller:*/callStatus => (0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_fn_free_courseregistrationstatusapplicationbuilder(pointer, callStatus), /*liftString:*/FfiConverterString.lift);
|
|
905
|
+
},
|
|
906
|
+
isConcreteType(obj) {
|
|
907
|
+
return obj[_uniffiBindgenReactNative.destructorGuardSymbol] && obj[_uniffiBindgenReactNative.uniffiTypeNameSymbol] === 'CourseRegistrationStatusApplicationBuilder';
|
|
908
|
+
}
|
|
909
|
+
};
|
|
910
|
+
})();
|
|
911
|
+
// FfiConverter for CourseRegistrationStatusApplicationBuilderInterface
|
|
912
|
+
const FfiConverterTypeCourseRegistrationStatusApplicationBuilder = new _uniffiBindgenReactNative.FfiConverterObject(uniffiTypeCourseRegistrationStatusApplicationBuilderObjectFactory);
|
|
913
|
+
|
|
701
914
|
/**
|
|
702
915
|
* [강의시간표](https://ecc.ssu.ac.kr/sap/bc/webdynpro/SAP/ZCMW2100)
|
|
703
916
|
*/
|
|
@@ -1731,6 +1944,23 @@ class ScholarshipsApplication extends _uniffiBindgenReactNative.UniffiAbstractOb
|
|
|
1731
1944
|
this[_uniffiBindgenReactNative.destructorGuardSymbol] = uniffiTypeScholarshipsApplicationObjectFactory.bless(pointer);
|
|
1732
1945
|
}
|
|
1733
1946
|
|
|
1947
|
+
/**
|
|
1948
|
+
* 페이지를 새로고침합니다.
|
|
1949
|
+
*/
|
|
1950
|
+
async reload(asyncOpts_) /*throws*/{
|
|
1951
|
+
const __stack = uniffiIsDebug ? new Error().stack : undefined;
|
|
1952
|
+
try {
|
|
1953
|
+
return await (0, _uniffiBindgenReactNative.uniffiRustCallAsync)(/*rustCaller:*/uniffiCaller, /*rustFutureFunc:*/() => {
|
|
1954
|
+
return (0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_fn_method_scholarshipsapplication_reload(uniffiTypeScholarshipsApplicationObjectFactory.clonePointer(this));
|
|
1955
|
+
}, /*pollFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_poll_void, /*cancelFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_cancel_void, /*completeFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_complete_void, /*freeFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_free_void, /*liftFunc:*/_v => {}, /*liftString:*/FfiConverterString.lift, /*asyncOpts:*/asyncOpts_, /*errorHandler:*/FfiConverterTypeRusaintError.lift.bind(FfiConverterTypeRusaintError));
|
|
1956
|
+
} catch (__error) {
|
|
1957
|
+
if (uniffiIsDebug && __error instanceof Error) {
|
|
1958
|
+
__error.stack = __stack;
|
|
1959
|
+
}
|
|
1960
|
+
throw __error;
|
|
1961
|
+
}
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1734
1964
|
/**
|
|
1735
1965
|
* 장학금 수혜 내역을 가져옵니다.
|
|
1736
1966
|
*/
|
|
@@ -2027,6 +2257,23 @@ class StudentInformationApplication extends _uniffiBindgenReactNative.UniffiAbst
|
|
|
2027
2257
|
}
|
|
2028
2258
|
}
|
|
2029
2259
|
|
|
2260
|
+
/**
|
|
2261
|
+
* 페이지를 새로고침합니다.
|
|
2262
|
+
*/
|
|
2263
|
+
async reload(asyncOpts_) /*throws*/{
|
|
2264
|
+
const __stack = uniffiIsDebug ? new Error().stack : undefined;
|
|
2265
|
+
try {
|
|
2266
|
+
return await (0, _uniffiBindgenReactNative.uniffiRustCallAsync)(/*rustCaller:*/uniffiCaller, /*rustFutureFunc:*/() => {
|
|
2267
|
+
return (0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_fn_method_studentinformationapplication_reload(uniffiTypeStudentInformationApplicationObjectFactory.clonePointer(this));
|
|
2268
|
+
}, /*pollFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_poll_void, /*cancelFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_cancel_void, /*completeFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_complete_void, /*freeFunc:*/(0, _rusaint_ffiFfi.default)().ubrn_ffi_rusaint_ffi_rust_future_free_void, /*liftFunc:*/_v => {}, /*liftString:*/FfiConverterString.lift, /*asyncOpts:*/asyncOpts_, /*errorHandler:*/FfiConverterTypeRusaintError.lift.bind(FfiConverterTypeRusaintError));
|
|
2269
|
+
} catch (__error) {
|
|
2270
|
+
if (uniffiIsDebug && __error instanceof Error) {
|
|
2271
|
+
__error.stack = __stack;
|
|
2272
|
+
}
|
|
2273
|
+
throw __error;
|
|
2274
|
+
}
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2030
2277
|
/**
|
|
2031
2278
|
* 학생의 연구비 입금 계좌를 반환합니다.
|
|
2032
2279
|
*/
|
|
@@ -2459,6 +2706,9 @@ const FfiConverterArrayTypeLecture = new _uniffiBindgenReactNative.FfiConverterA
|
|
|
2459
2706
|
// FfiConverter for Array<LectureAssessmentResult>
|
|
2460
2707
|
const FfiConverterArrayTypeLectureAssessmentResult = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeLectureAssessmentResult);
|
|
2461
2708
|
|
|
2709
|
+
// FfiConverter for Array<RegisteredLecture>
|
|
2710
|
+
const FfiConverterArrayTypeRegisteredLecture = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeRegisteredLecture);
|
|
2711
|
+
|
|
2462
2712
|
// FfiConverter for Array<Scholarship>
|
|
2463
2713
|
const FfiConverterArrayTypeScholarship = new _uniffiBindgenReactNative.FfiConverterArray(FfiConverterTypeScholarship);
|
|
2464
2714
|
|
|
@@ -2528,6 +2778,18 @@ function uniffiEnsureInitialized() {
|
|
|
2528
2778
|
if ((0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_checksum_method_coursegradesapplicationbuilder_build() !== 50139) {
|
|
2529
2779
|
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_coursegradesapplicationbuilder_build');
|
|
2530
2780
|
}
|
|
2781
|
+
if ((0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_checksum_method_courseregistrationstatusapplication_get_selected_semester() !== 28001) {
|
|
2782
|
+
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_courseregistrationstatusapplication_get_selected_semester');
|
|
2783
|
+
}
|
|
2784
|
+
if ((0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_checksum_method_courseregistrationstatusapplication_lectures() !== 297) {
|
|
2785
|
+
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_courseregistrationstatusapplication_lectures');
|
|
2786
|
+
}
|
|
2787
|
+
if ((0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_checksum_method_courseregistrationstatusapplication_reload() !== 6563) {
|
|
2788
|
+
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_courseregistrationstatusapplication_reload');
|
|
2789
|
+
}
|
|
2790
|
+
if ((0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_checksum_method_courseregistrationstatusapplicationbuilder_build() !== 33070) {
|
|
2791
|
+
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_courseregistrationstatusapplicationbuilder_build');
|
|
2792
|
+
}
|
|
2531
2793
|
if ((0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_chapel_categories() !== 21428) {
|
|
2532
2794
|
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_chapel_categories');
|
|
2533
2795
|
}
|
|
@@ -2606,6 +2868,9 @@ function uniffiEnsureInitialized() {
|
|
|
2606
2868
|
if ((0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplicationbuilder_build() !== 42578) {
|
|
2607
2869
|
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplicationbuilder_build');
|
|
2608
2870
|
}
|
|
2871
|
+
if ((0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_checksum_method_scholarshipsapplication_reload() !== 42434) {
|
|
2872
|
+
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_scholarshipsapplication_reload');
|
|
2873
|
+
}
|
|
2609
2874
|
if ((0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_checksum_method_scholarshipsapplication_scholarships() !== 28486) {
|
|
2610
2875
|
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_scholarshipsapplication_scholarships');
|
|
2611
2876
|
}
|
|
@@ -2633,6 +2898,9 @@ function uniffiEnsureInitialized() {
|
|
|
2633
2898
|
if ((0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_checksum_method_studentinformationapplication_religion() !== 49903) {
|
|
2634
2899
|
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_studentinformationapplication_religion');
|
|
2635
2900
|
}
|
|
2901
|
+
if ((0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_checksum_method_studentinformationapplication_reload() !== 12310) {
|
|
2902
|
+
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_studentinformationapplication_reload');
|
|
2903
|
+
}
|
|
2636
2904
|
if ((0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_checksum_method_studentinformationapplication_research_bank_account() !== 7706) {
|
|
2637
2905
|
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_studentinformationapplication_research_bank_account');
|
|
2638
2906
|
}
|
|
@@ -2666,6 +2934,9 @@ function uniffiEnsureInitialized() {
|
|
|
2666
2934
|
if ((0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_checksum_constructor_coursegradesapplicationbuilder_new() !== 45366) {
|
|
2667
2935
|
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_constructor_coursegradesapplicationbuilder_new');
|
|
2668
2936
|
}
|
|
2937
|
+
if ((0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_checksum_constructor_courseregistrationstatusapplicationbuilder_new() !== 53154) {
|
|
2938
|
+
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_constructor_courseregistrationstatusapplicationbuilder_new');
|
|
2939
|
+
}
|
|
2669
2940
|
if ((0, _rusaint_ffiFfi.default)().ubrn_uniffi_rusaint_ffi_checksum_constructor_coursescheduleapplicationbuilder_new() !== 52419) {
|
|
2670
2941
|
throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_constructor_coursescheduleapplicationbuilder_new');
|
|
2671
2942
|
}
|
|
@@ -2695,6 +2966,8 @@ var _default = exports.default = Object.freeze({
|
|
|
2695
2966
|
FfiConverterTypeChapelApplicationBuilder,
|
|
2696
2967
|
FfiConverterTypeCourseGradesApplication,
|
|
2697
2968
|
FfiConverterTypeCourseGradesApplicationBuilder,
|
|
2969
|
+
FfiConverterTypeCourseRegistrationStatusApplication,
|
|
2970
|
+
FfiConverterTypeCourseRegistrationStatusApplicationBuilder,
|
|
2698
2971
|
FfiConverterTypeCourseScheduleApplication,
|
|
2699
2972
|
FfiConverterTypeCourseScheduleApplicationBuilder,
|
|
2700
2973
|
FfiConverterTypeGraduationRequirementsApplication,
|