@rusaint/react-native 0.13.6 → 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.
Files changed (36) hide show
  1. package/android/src/main/jniLibs/arm64-v8a/librusaint_ffi.so +0 -0
  2. package/android/src/main/jniLibs/armeabi-v7a/librusaint_ffi.so +0 -0
  3. package/build/RusaintReactNative.xcframework/_CodeSignature/CodeDirectory +0 -0
  4. package/build/RusaintReactNative.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
  5. package/build/RusaintReactNative.xcframework/_CodeSignature/CodeResources +6 -6
  6. package/build/RusaintReactNative.xcframework/_CodeSignature/CodeSignature +0 -0
  7. package/build/RusaintReactNative.xcframework/ios-arm64/librusaint_ffi.a +0 -0
  8. package/build/RusaintReactNative.xcframework/ios-arm64-simulator/librusaint_ffi.a +0 -0
  9. package/cpp/generated/rusaint_ffi.cpp +373 -0
  10. package/cpp/generated/rusaint_ffi.hpp +20 -0
  11. package/lib/commonjs/generated/rusaint.js +78 -1
  12. package/lib/commonjs/generated/rusaint.js.map +1 -1
  13. package/lib/commonjs/generated/rusaint_ffi-ffi.js.map +1 -1
  14. package/lib/commonjs/generated/rusaint_ffi.js +274 -1
  15. package/lib/commonjs/generated/rusaint_ffi.js.map +1 -1
  16. package/lib/module/generated/rusaint.js +77 -0
  17. package/lib/module/generated/rusaint.js.map +1 -1
  18. package/lib/module/generated/rusaint_ffi-ffi.js.map +1 -1
  19. package/lib/module/generated/rusaint_ffi.js +271 -0
  20. package/lib/module/generated/rusaint_ffi.js.map +1 -1
  21. package/lib/typescript/commonjs/src/generated/rusaint.d.ts +95 -0
  22. package/lib/typescript/commonjs/src/generated/rusaint.d.ts.map +1 -1
  23. package/lib/typescript/commonjs/src/generated/rusaint_ffi-ffi.d.ts +20 -0
  24. package/lib/typescript/commonjs/src/generated/rusaint_ffi-ffi.d.ts.map +1 -1
  25. package/lib/typescript/commonjs/src/generated/rusaint_ffi.d.ts +118 -1
  26. package/lib/typescript/commonjs/src/generated/rusaint_ffi.d.ts.map +1 -1
  27. package/lib/typescript/module/src/generated/rusaint.d.ts +95 -0
  28. package/lib/typescript/module/src/generated/rusaint.d.ts.map +1 -1
  29. package/lib/typescript/module/src/generated/rusaint_ffi-ffi.d.ts +20 -0
  30. package/lib/typescript/module/src/generated/rusaint_ffi-ffi.d.ts.map +1 -1
  31. package/lib/typescript/module/src/generated/rusaint_ffi.d.ts +118 -1
  32. package/lib/typescript/module/src/generated/rusaint_ffi.d.ts.map +1 -1
  33. package/package.json +1 -1
  34. package/src/generated/rusaint.ts +166 -0
  35. package/src/generated/rusaint_ffi-ffi.ts +55 -0
  36. package/src/generated/rusaint_ffi.ts +621 -0
@@ -18,6 +18,7 @@ const {
18
18
  FfiConverterTypeLectureAssessmentResult,
19
19
  FfiConverterTypeLectureCategory,
20
20
  FfiConverterTypePersonalCourseSchedule,
21
+ FfiConverterTypeRegisteredLecture,
21
22
  FfiConverterTypeScholarship,
22
23
  FfiConverterTypeSemesterGrade,
23
24
  FfiConverterTypeSemesterType,
@@ -688,6 +689,216 @@ const uniffiTypeCourseGradesApplicationBuilderObjectFactory = (() => {
688
689
  // FfiConverter for CourseGradesApplicationBuilderInterface
689
690
  const FfiConverterTypeCourseGradesApplicationBuilder = new FfiConverterObject(uniffiTypeCourseGradesApplicationBuilderObjectFactory);
690
691
 
692
+ /**
693
+ * [수강신청 내역 조회](https://ecc.ssu.ac.kr/sap/bc/webdynpro/SAP/ZCMW2110)
694
+ */
695
+
696
+ /**
697
+ * [수강신청 내역 조회](https://ecc.ssu.ac.kr/sap/bc/webdynpro/SAP/ZCMW2110)
698
+ */
699
+ export class CourseRegistrationStatusApplication extends UniffiAbstractObject {
700
+ [uniffiTypeNameSymbol] = 'CourseRegistrationStatusApplication';
701
+ // No primary constructor declared for this class.
702
+ constructor(pointer) {
703
+ super();
704
+ this[pointerLiteralSymbol] = pointer;
705
+ this[destructorGuardSymbol] = uniffiTypeCourseRegistrationStatusApplicationObjectFactory.bless(pointer);
706
+ }
707
+
708
+ /**
709
+ * 현재 페이지에 선택된 년도와 학기를 가져옵니다. 최초 로드 시 현재 학기를 가져올 가능성이 있습니다.
710
+ * 하지만 이 애플리케이션의 다른 함수를 호출하여 한번 정보를 가져왔다면 마지막으로 가져온 정보의 학기가 반환되므로 주의하여야 하며, 신뢰할 수 있는 현재 학기의 원천으로 사용되어서는 안됩니다.
711
+ */
712
+ async getSelectedSemester(asyncOpts_) /*throws*/{
713
+ const __stack = uniffiIsDebug ? new Error().stack : undefined;
714
+ try {
715
+ return await uniffiRustCallAsync(/*rustCaller:*/uniffiCaller, /*rustFutureFunc:*/() => {
716
+ return nativeModule().ubrn_uniffi_rusaint_ffi_fn_method_courseregistrationstatusapplication_get_selected_semester(uniffiTypeCourseRegistrationStatusApplicationObjectFactory.clonePointer(this));
717
+ }, /*pollFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_poll_rust_buffer, /*cancelFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_cancel_rust_buffer, /*completeFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_complete_rust_buffer, /*freeFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_free_rust_buffer, /*liftFunc:*/FfiConverterTypeYearSemester.lift.bind(FfiConverterTypeYearSemester), /*liftString:*/FfiConverterString.lift, /*asyncOpts:*/asyncOpts_, /*errorHandler:*/FfiConverterTypeRusaintError.lift.bind(FfiConverterTypeRusaintError));
718
+ } catch (__error) {
719
+ if (uniffiIsDebug && __error instanceof Error) {
720
+ __error.stack = __stack;
721
+ }
722
+ throw __error;
723
+ }
724
+ }
725
+
726
+ /**
727
+ * 개인이 수강신청한 내역을 학기별로 찾습니다.
728
+ */
729
+ async lectures(year, semester, asyncOpts_) /*throws*/{
730
+ const __stack = uniffiIsDebug ? new Error().stack : undefined;
731
+ try {
732
+ return await uniffiRustCallAsync(/*rustCaller:*/uniffiCaller, /*rustFutureFunc:*/() => {
733
+ return nativeModule().ubrn_uniffi_rusaint_ffi_fn_method_courseregistrationstatusapplication_lectures(uniffiTypeCourseRegistrationStatusApplicationObjectFactory.clonePointer(this), FfiConverterUInt32.lower(year), FfiConverterTypeSemesterType.lower(semester));
734
+ }, /*pollFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_poll_rust_buffer, /*cancelFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_cancel_rust_buffer, /*completeFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_complete_rust_buffer, /*freeFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_free_rust_buffer, /*liftFunc:*/FfiConverterArrayTypeRegisteredLecture.lift.bind(FfiConverterArrayTypeRegisteredLecture), /*liftString:*/FfiConverterString.lift, /*asyncOpts:*/asyncOpts_, /*errorHandler:*/FfiConverterTypeRusaintError.lift.bind(FfiConverterTypeRusaintError));
735
+ } catch (__error) {
736
+ if (uniffiIsDebug && __error instanceof Error) {
737
+ __error.stack = __stack;
738
+ }
739
+ throw __error;
740
+ }
741
+ }
742
+
743
+ /**
744
+ * 페이지를 새로고침합니다.
745
+ */
746
+ async reload(asyncOpts_) /*throws*/{
747
+ const __stack = uniffiIsDebug ? new Error().stack : undefined;
748
+ try {
749
+ return await uniffiRustCallAsync(/*rustCaller:*/uniffiCaller, /*rustFutureFunc:*/() => {
750
+ return nativeModule().ubrn_uniffi_rusaint_ffi_fn_method_courseregistrationstatusapplication_reload(uniffiTypeCourseRegistrationStatusApplicationObjectFactory.clonePointer(this));
751
+ }, /*pollFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_poll_void, /*cancelFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_cancel_void, /*completeFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_complete_void, /*freeFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_free_void, /*liftFunc:*/_v => {}, /*liftString:*/FfiConverterString.lift, /*asyncOpts:*/asyncOpts_, /*errorHandler:*/FfiConverterTypeRusaintError.lift.bind(FfiConverterTypeRusaintError));
752
+ } catch (__error) {
753
+ if (uniffiIsDebug && __error instanceof Error) {
754
+ __error.stack = __stack;
755
+ }
756
+ throw __error;
757
+ }
758
+ }
759
+
760
+ /**
761
+ * {@inheritDoc uniffi-bindgen-react-native#UniffiAbstractObject.uniffiDestroy}
762
+ */
763
+ uniffiDestroy() {
764
+ const ptr = this[destructorGuardSymbol];
765
+ if (ptr !== undefined) {
766
+ const pointer = uniffiTypeCourseRegistrationStatusApplicationObjectFactory.pointer(this);
767
+ uniffiTypeCourseRegistrationStatusApplicationObjectFactory.freePointer(pointer);
768
+ uniffiTypeCourseRegistrationStatusApplicationObjectFactory.unbless(ptr);
769
+ delete this[destructorGuardSymbol];
770
+ }
771
+ }
772
+ static instanceOf(obj) {
773
+ return uniffiTypeCourseRegistrationStatusApplicationObjectFactory.isConcreteType(obj);
774
+ }
775
+ }
776
+ const uniffiTypeCourseRegistrationStatusApplicationObjectFactory = (() => {
777
+ return {
778
+ create(pointer) {
779
+ const instance = Object.create(CourseRegistrationStatusApplication.prototype);
780
+ instance[pointerLiteralSymbol] = pointer;
781
+ instance[destructorGuardSymbol] = this.bless(pointer);
782
+ instance[uniffiTypeNameSymbol] = 'CourseRegistrationStatusApplication';
783
+ return instance;
784
+ },
785
+ bless(p) {
786
+ return uniffiCaller.rustCall(/*caller:*/status => nativeModule().ubrn_uniffi_internal_fn_method_courseregistrationstatusapplication_ffi__bless_pointer(p, status), /*liftString:*/FfiConverterString.lift);
787
+ },
788
+ unbless(ptr) {
789
+ ptr.markDestroyed();
790
+ },
791
+ pointer(obj) {
792
+ if (obj[destructorGuardSymbol] === undefined) {
793
+ throw new UniffiInternalError.UnexpectedNullPointer();
794
+ }
795
+ return obj[pointerLiteralSymbol];
796
+ },
797
+ clonePointer(obj) {
798
+ const pointer = this.pointer(obj);
799
+ return uniffiCaller.rustCall(/*caller:*/callStatus => nativeModule().ubrn_uniffi_rusaint_ffi_fn_clone_courseregistrationstatusapplication(pointer, callStatus), /*liftString:*/FfiConverterString.lift);
800
+ },
801
+ freePointer(pointer) {
802
+ uniffiCaller.rustCall(/*caller:*/callStatus => nativeModule().ubrn_uniffi_rusaint_ffi_fn_free_courseregistrationstatusapplication(pointer, callStatus), /*liftString:*/FfiConverterString.lift);
803
+ },
804
+ isConcreteType(obj) {
805
+ return obj[destructorGuardSymbol] && obj[uniffiTypeNameSymbol] === 'CourseRegistrationStatusApplication';
806
+ }
807
+ };
808
+ })();
809
+ // FfiConverter for CourseRegistrationStatusApplicationInterface
810
+ const FfiConverterTypeCourseRegistrationStatusApplication = new FfiConverterObject(uniffiTypeCourseRegistrationStatusApplicationObjectFactory);
811
+
812
+ /**
813
+ * [`CourseRegistrationStatusApplication`] 생성을 위한 빌더
814
+ */
815
+
816
+ /**
817
+ * [`CourseRegistrationStatusApplication`] 생성을 위한 빌더
818
+ */
819
+ export class CourseRegistrationStatusApplicationBuilder extends UniffiAbstractObject {
820
+ [uniffiTypeNameSymbol] = 'CourseRegistrationStatusApplicationBuilder';
821
+ /**
822
+ * 새로운 [`CourseRegistrationStatusApplicationBuilder`]를 만듭니다.
823
+ */
824
+ constructor() {
825
+ super();
826
+ const pointer = uniffiCaller.rustCall(/*caller:*/callStatus => {
827
+ return nativeModule().ubrn_uniffi_rusaint_ffi_fn_constructor_courseregistrationstatusapplicationbuilder_new(callStatus);
828
+ }, /*liftString:*/FfiConverterString.lift);
829
+ this[pointerLiteralSymbol] = pointer;
830
+ this[destructorGuardSymbol] = uniffiTypeCourseRegistrationStatusApplicationBuilderObjectFactory.bless(pointer);
831
+ }
832
+
833
+ /**
834
+ * 세션과 함께 [`CourseRegistrationStatusApplication`]을 만듭니다.
835
+ */
836
+ async build(session, asyncOpts_) /*throws*/{
837
+ const __stack = uniffiIsDebug ? new Error().stack : undefined;
838
+ try {
839
+ return await uniffiRustCallAsync(/*rustCaller:*/uniffiCaller, /*rustFutureFunc:*/() => {
840
+ return nativeModule().ubrn_uniffi_rusaint_ffi_fn_method_courseregistrationstatusapplicationbuilder_build(uniffiTypeCourseRegistrationStatusApplicationBuilderObjectFactory.clonePointer(this), FfiConverterTypeUSaintSession.lower(session));
841
+ }, /*pollFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_poll_pointer, /*cancelFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_cancel_pointer, /*completeFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_complete_pointer, /*freeFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_free_pointer, /*liftFunc:*/FfiConverterTypeCourseRegistrationStatusApplication.lift.bind(FfiConverterTypeCourseRegistrationStatusApplication), /*liftString:*/FfiConverterString.lift, /*asyncOpts:*/asyncOpts_, /*errorHandler:*/FfiConverterTypeRusaintError.lift.bind(FfiConverterTypeRusaintError));
842
+ } catch (__error) {
843
+ if (uniffiIsDebug && __error instanceof Error) {
844
+ __error.stack = __stack;
845
+ }
846
+ throw __error;
847
+ }
848
+ }
849
+
850
+ /**
851
+ * {@inheritDoc uniffi-bindgen-react-native#UniffiAbstractObject.uniffiDestroy}
852
+ */
853
+ uniffiDestroy() {
854
+ const ptr = this[destructorGuardSymbol];
855
+ if (ptr !== undefined) {
856
+ const pointer = uniffiTypeCourseRegistrationStatusApplicationBuilderObjectFactory.pointer(this);
857
+ uniffiTypeCourseRegistrationStatusApplicationBuilderObjectFactory.freePointer(pointer);
858
+ uniffiTypeCourseRegistrationStatusApplicationBuilderObjectFactory.unbless(ptr);
859
+ delete this[destructorGuardSymbol];
860
+ }
861
+ }
862
+ static instanceOf(obj) {
863
+ return uniffiTypeCourseRegistrationStatusApplicationBuilderObjectFactory.isConcreteType(obj);
864
+ }
865
+ }
866
+ const uniffiTypeCourseRegistrationStatusApplicationBuilderObjectFactory = (() => {
867
+ return {
868
+ create(pointer) {
869
+ const instance = Object.create(CourseRegistrationStatusApplicationBuilder.prototype);
870
+ instance[pointerLiteralSymbol] = pointer;
871
+ instance[destructorGuardSymbol] = this.bless(pointer);
872
+ instance[uniffiTypeNameSymbol] = 'CourseRegistrationStatusApplicationBuilder';
873
+ return instance;
874
+ },
875
+ bless(p) {
876
+ return uniffiCaller.rustCall(/*caller:*/status => nativeModule().ubrn_uniffi_internal_fn_method_courseregistrationstatusapplicationbuilder_ffi__bless_pointer(p, status), /*liftString:*/FfiConverterString.lift);
877
+ },
878
+ unbless(ptr) {
879
+ ptr.markDestroyed();
880
+ },
881
+ pointer(obj) {
882
+ if (obj[destructorGuardSymbol] === undefined) {
883
+ throw new UniffiInternalError.UnexpectedNullPointer();
884
+ }
885
+ return obj[pointerLiteralSymbol];
886
+ },
887
+ clonePointer(obj) {
888
+ const pointer = this.pointer(obj);
889
+ return uniffiCaller.rustCall(/*caller:*/callStatus => nativeModule().ubrn_uniffi_rusaint_ffi_fn_clone_courseregistrationstatusapplicationbuilder(pointer, callStatus), /*liftString:*/FfiConverterString.lift);
890
+ },
891
+ freePointer(pointer) {
892
+ uniffiCaller.rustCall(/*caller:*/callStatus => nativeModule().ubrn_uniffi_rusaint_ffi_fn_free_courseregistrationstatusapplicationbuilder(pointer, callStatus), /*liftString:*/FfiConverterString.lift);
893
+ },
894
+ isConcreteType(obj) {
895
+ return obj[destructorGuardSymbol] && obj[uniffiTypeNameSymbol] === 'CourseRegistrationStatusApplicationBuilder';
896
+ }
897
+ };
898
+ })();
899
+ // FfiConverter for CourseRegistrationStatusApplicationBuilderInterface
900
+ const FfiConverterTypeCourseRegistrationStatusApplicationBuilder = new FfiConverterObject(uniffiTypeCourseRegistrationStatusApplicationBuilderObjectFactory);
901
+
691
902
  /**
692
903
  * [강의시간표](https://ecc.ssu.ac.kr/sap/bc/webdynpro/SAP/ZCMW2100)
693
904
  */
@@ -1713,6 +1924,23 @@ export class ScholarshipsApplication extends UniffiAbstractObject {
1713
1924
  this[destructorGuardSymbol] = uniffiTypeScholarshipsApplicationObjectFactory.bless(pointer);
1714
1925
  }
1715
1926
 
1927
+ /**
1928
+ * 페이지를 새로고침합니다.
1929
+ */
1930
+ async reload(asyncOpts_) /*throws*/{
1931
+ const __stack = uniffiIsDebug ? new Error().stack : undefined;
1932
+ try {
1933
+ return await uniffiRustCallAsync(/*rustCaller:*/uniffiCaller, /*rustFutureFunc:*/() => {
1934
+ return nativeModule().ubrn_uniffi_rusaint_ffi_fn_method_scholarshipsapplication_reload(uniffiTypeScholarshipsApplicationObjectFactory.clonePointer(this));
1935
+ }, /*pollFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_poll_void, /*cancelFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_cancel_void, /*completeFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_complete_void, /*freeFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_free_void, /*liftFunc:*/_v => {}, /*liftString:*/FfiConverterString.lift, /*asyncOpts:*/asyncOpts_, /*errorHandler:*/FfiConverterTypeRusaintError.lift.bind(FfiConverterTypeRusaintError));
1936
+ } catch (__error) {
1937
+ if (uniffiIsDebug && __error instanceof Error) {
1938
+ __error.stack = __stack;
1939
+ }
1940
+ throw __error;
1941
+ }
1942
+ }
1943
+
1716
1944
  /**
1717
1945
  * 장학금 수혜 내역을 가져옵니다.
1718
1946
  */
@@ -2007,6 +2235,23 @@ export class StudentInformationApplication extends UniffiAbstractObject {
2007
2235
  }
2008
2236
  }
2009
2237
 
2238
+ /**
2239
+ * 페이지를 새로고침합니다.
2240
+ */
2241
+ async reload(asyncOpts_) /*throws*/{
2242
+ const __stack = uniffiIsDebug ? new Error().stack : undefined;
2243
+ try {
2244
+ return await uniffiRustCallAsync(/*rustCaller:*/uniffiCaller, /*rustFutureFunc:*/() => {
2245
+ return nativeModule().ubrn_uniffi_rusaint_ffi_fn_method_studentinformationapplication_reload(uniffiTypeStudentInformationApplicationObjectFactory.clonePointer(this));
2246
+ }, /*pollFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_poll_void, /*cancelFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_cancel_void, /*completeFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_complete_void, /*freeFunc:*/nativeModule().ubrn_ffi_rusaint_ffi_rust_future_free_void, /*liftFunc:*/_v => {}, /*liftString:*/FfiConverterString.lift, /*asyncOpts:*/asyncOpts_, /*errorHandler:*/FfiConverterTypeRusaintError.lift.bind(FfiConverterTypeRusaintError));
2247
+ } catch (__error) {
2248
+ if (uniffiIsDebug && __error instanceof Error) {
2249
+ __error.stack = __stack;
2250
+ }
2251
+ throw __error;
2252
+ }
2253
+ }
2254
+
2010
2255
  /**
2011
2256
  * 학생의 연구비 입금 계좌를 반환합니다.
2012
2257
  */
@@ -2435,6 +2680,9 @@ const FfiConverterArrayTypeLecture = new FfiConverterArray(FfiConverterTypeLectu
2435
2680
  // FfiConverter for Array<LectureAssessmentResult>
2436
2681
  const FfiConverterArrayTypeLectureAssessmentResult = new FfiConverterArray(FfiConverterTypeLectureAssessmentResult);
2437
2682
 
2683
+ // FfiConverter for Array<RegisteredLecture>
2684
+ const FfiConverterArrayTypeRegisteredLecture = new FfiConverterArray(FfiConverterTypeRegisteredLecture);
2685
+
2438
2686
  // FfiConverter for Array<Scholarship>
2439
2687
  const FfiConverterArrayTypeScholarship = new FfiConverterArray(FfiConverterTypeScholarship);
2440
2688
 
@@ -2504,6 +2752,18 @@ function uniffiEnsureInitialized() {
2504
2752
  if (nativeModule().ubrn_uniffi_rusaint_ffi_checksum_method_coursegradesapplicationbuilder_build() !== 50139) {
2505
2753
  throw new UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_coursegradesapplicationbuilder_build');
2506
2754
  }
2755
+ if (nativeModule().ubrn_uniffi_rusaint_ffi_checksum_method_courseregistrationstatusapplication_get_selected_semester() !== 28001) {
2756
+ throw new UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_courseregistrationstatusapplication_get_selected_semester');
2757
+ }
2758
+ if (nativeModule().ubrn_uniffi_rusaint_ffi_checksum_method_courseregistrationstatusapplication_lectures() !== 297) {
2759
+ throw new UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_courseregistrationstatusapplication_lectures');
2760
+ }
2761
+ if (nativeModule().ubrn_uniffi_rusaint_ffi_checksum_method_courseregistrationstatusapplication_reload() !== 6563) {
2762
+ throw new UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_courseregistrationstatusapplication_reload');
2763
+ }
2764
+ if (nativeModule().ubrn_uniffi_rusaint_ffi_checksum_method_courseregistrationstatusapplicationbuilder_build() !== 33070) {
2765
+ throw new UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_courseregistrationstatusapplicationbuilder_build');
2766
+ }
2507
2767
  if (nativeModule().ubrn_uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_chapel_categories() !== 21428) {
2508
2768
  throw new UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_chapel_categories');
2509
2769
  }
@@ -2582,6 +2842,9 @@ function uniffiEnsureInitialized() {
2582
2842
  if (nativeModule().ubrn_uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplicationbuilder_build() !== 42578) {
2583
2843
  throw new UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplicationbuilder_build');
2584
2844
  }
2845
+ if (nativeModule().ubrn_uniffi_rusaint_ffi_checksum_method_scholarshipsapplication_reload() !== 42434) {
2846
+ throw new UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_scholarshipsapplication_reload');
2847
+ }
2585
2848
  if (nativeModule().ubrn_uniffi_rusaint_ffi_checksum_method_scholarshipsapplication_scholarships() !== 28486) {
2586
2849
  throw new UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_scholarshipsapplication_scholarships');
2587
2850
  }
@@ -2609,6 +2872,9 @@ function uniffiEnsureInitialized() {
2609
2872
  if (nativeModule().ubrn_uniffi_rusaint_ffi_checksum_method_studentinformationapplication_religion() !== 49903) {
2610
2873
  throw new UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_studentinformationapplication_religion');
2611
2874
  }
2875
+ if (nativeModule().ubrn_uniffi_rusaint_ffi_checksum_method_studentinformationapplication_reload() !== 12310) {
2876
+ throw new UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_studentinformationapplication_reload');
2877
+ }
2612
2878
  if (nativeModule().ubrn_uniffi_rusaint_ffi_checksum_method_studentinformationapplication_research_bank_account() !== 7706) {
2613
2879
  throw new UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_method_studentinformationapplication_research_bank_account');
2614
2880
  }
@@ -2642,6 +2908,9 @@ function uniffiEnsureInitialized() {
2642
2908
  if (nativeModule().ubrn_uniffi_rusaint_ffi_checksum_constructor_coursegradesapplicationbuilder_new() !== 45366) {
2643
2909
  throw new UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_constructor_coursegradesapplicationbuilder_new');
2644
2910
  }
2911
+ if (nativeModule().ubrn_uniffi_rusaint_ffi_checksum_constructor_courseregistrationstatusapplicationbuilder_new() !== 53154) {
2912
+ throw new UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_constructor_courseregistrationstatusapplicationbuilder_new');
2913
+ }
2645
2914
  if (nativeModule().ubrn_uniffi_rusaint_ffi_checksum_constructor_coursescheduleapplicationbuilder_new() !== 52419) {
2646
2915
  throw new UniffiInternalError.ApiChecksumMismatch('uniffi_rusaint_ffi_checksum_constructor_coursescheduleapplicationbuilder_new');
2647
2916
  }
@@ -2671,6 +2940,8 @@ export default Object.freeze({
2671
2940
  FfiConverterTypeChapelApplicationBuilder,
2672
2941
  FfiConverterTypeCourseGradesApplication,
2673
2942
  FfiConverterTypeCourseGradesApplicationBuilder,
2943
+ FfiConverterTypeCourseRegistrationStatusApplication,
2944
+ FfiConverterTypeCourseRegistrationStatusApplicationBuilder,
2674
2945
  FfiConverterTypeCourseScheduleApplication,
2675
2946
  FfiConverterTypeCourseScheduleApplicationBuilder,
2676
2947
  FfiConverterTypeGraduationRequirementsApplication,