@rusaint/react-native 0.13.4 → 0.13.5
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/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 +280 -0
- package/cpp/generated/rusaint_ffi.hpp +16 -0
- package/lib/commonjs/generated/rusaint_ffi-ffi.js.map +1 -1
- package/lib/commonjs/generated/rusaint_ffi.js +160 -0
- package/lib/commonjs/generated/rusaint_ffi.js.map +1 -1
- package/lib/module/generated/rusaint_ffi-ffi.js.map +1 -1
- package/lib/module/generated/rusaint_ffi.js +160 -0
- package/lib/module/generated/rusaint_ffi.js.map +1 -1
- package/lib/typescript/commonjs/src/generated/rusaint_ffi-ffi.d.ts +16 -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 +96 -0
- package/lib/typescript/commonjs/src/generated/rusaint_ffi.d.ts.map +1 -1
- package/lib/typescript/module/src/generated/rusaint_ffi-ffi.d.ts +16 -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 +96 -0
- package/lib/typescript/module/src/generated/rusaint_ffi.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/generated/rusaint_ffi-ffi.ts +32 -0
- package/src/generated/rusaint_ffi.ts +390 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>ios-arm64-simulator/librusaint_ffi.a</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
YcdiiY3XJud70RpOmSDP8+eZd58=
|
|
10
10
|
</data>
|
|
11
11
|
<key>ios-arm64/librusaint_ffi.a</key>
|
|
12
12
|
<data>
|
|
13
|
-
+
|
|
13
|
+
BEsf+KSjDxjjWmv2WDVQmjQ3gHw=
|
|
14
14
|
</data>
|
|
15
15
|
</dict>
|
|
16
16
|
<key>files2</key>
|
|
@@ -19,22 +19,22 @@
|
|
|
19
19
|
<dict>
|
|
20
20
|
<key>hash</key>
|
|
21
21
|
<data>
|
|
22
|
-
|
|
22
|
+
YcdiiY3XJud70RpOmSDP8+eZd58=
|
|
23
23
|
</data>
|
|
24
24
|
<key>hash2</key>
|
|
25
25
|
<data>
|
|
26
|
-
|
|
26
|
+
2vHZbqOSaYXhyJTvd+DoPfqDqSzDo8QqpJT4unmdSoQ=
|
|
27
27
|
</data>
|
|
28
28
|
</dict>
|
|
29
29
|
<key>ios-arm64/librusaint_ffi.a</key>
|
|
30
30
|
<dict>
|
|
31
31
|
<key>hash</key>
|
|
32
32
|
<data>
|
|
33
|
-
+
|
|
33
|
+
BEsf+KSjDxjjWmv2WDVQmjQ3gHw=
|
|
34
34
|
</data>
|
|
35
35
|
<key>hash2</key>
|
|
36
36
|
<data>
|
|
37
|
-
|
|
37
|
+
gXGBP+g6YbFSWwVGkH3fI2u5+40KXQwpQTHs2N2RQP0=
|
|
38
38
|
</data>
|
|
39
39
|
</dict>
|
|
40
40
|
</dict>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -149,6 +149,12 @@ extern "C" {
|
|
|
149
149
|
uint32_t year,
|
|
150
150
|
RustBuffer semester
|
|
151
151
|
);
|
|
152
|
+
/*handle*/ uint64_t uniffi_rusaint_ffi_fn_method_chapelapplication_lookup(
|
|
153
|
+
void * ptr
|
|
154
|
+
);
|
|
155
|
+
/*handle*/ uint64_t uniffi_rusaint_ffi_fn_method_chapelapplication_reload(
|
|
156
|
+
void * ptr
|
|
157
|
+
);
|
|
152
158
|
void * uniffi_rusaint_ffi_fn_clone_chapelapplicationbuilder(
|
|
153
159
|
void * ptr,
|
|
154
160
|
RustCallStatus *uniffi_out_err
|
|
@@ -192,10 +198,16 @@ extern "C" {
|
|
|
192
198
|
/*handle*/ uint64_t uniffi_rusaint_ffi_fn_method_coursegradesapplication_get_selected_semester(
|
|
193
199
|
void * ptr
|
|
194
200
|
);
|
|
201
|
+
/*handle*/ uint64_t uniffi_rusaint_ffi_fn_method_coursegradesapplication_lookup(
|
|
202
|
+
void * ptr
|
|
203
|
+
);
|
|
195
204
|
/*handle*/ uint64_t uniffi_rusaint_ffi_fn_method_coursegradesapplication_recorded_summary(
|
|
196
205
|
void * ptr,
|
|
197
206
|
RustBuffer course_type
|
|
198
207
|
);
|
|
208
|
+
/*handle*/ uint64_t uniffi_rusaint_ffi_fn_method_coursegradesapplication_reload(
|
|
209
|
+
void * ptr
|
|
210
|
+
);
|
|
199
211
|
/*handle*/ uint64_t uniffi_rusaint_ffi_fn_method_coursegradesapplication_semesters(
|
|
200
212
|
void * ptr,
|
|
201
213
|
RustBuffer course_type
|
|
@@ -275,6 +287,9 @@ extern "C" {
|
|
|
275
287
|
uint32_t year,
|
|
276
288
|
RustBuffer semester
|
|
277
289
|
);
|
|
290
|
+
/*handle*/ uint64_t uniffi_rusaint_ffi_fn_method_coursescheduleapplication_reload(
|
|
291
|
+
void * ptr
|
|
292
|
+
);
|
|
278
293
|
/*handle*/ uint64_t uniffi_rusaint_ffi_fn_method_coursescheduleapplication_required_electives(
|
|
279
294
|
void * ptr,
|
|
280
295
|
uint32_t year,
|
|
@@ -307,6 +322,9 @@ extern "C" {
|
|
|
307
322
|
void * ptr,
|
|
308
323
|
RustCallStatus *uniffi_out_err
|
|
309
324
|
);
|
|
325
|
+
/*handle*/ uint64_t uniffi_rusaint_ffi_fn_method_graduationrequirementsapplication_reload(
|
|
326
|
+
void * ptr
|
|
327
|
+
);
|
|
310
328
|
/*handle*/ uint64_t uniffi_rusaint_ffi_fn_method_graduationrequirementsapplication_requirements(
|
|
311
329
|
void * ptr
|
|
312
330
|
);
|
|
@@ -346,6 +364,9 @@ extern "C" {
|
|
|
346
364
|
/*handle*/ uint64_t uniffi_rusaint_ffi_fn_method_lectureassessmentapplication_get_selected_semester(
|
|
347
365
|
void * ptr
|
|
348
366
|
);
|
|
367
|
+
/*handle*/ uint64_t uniffi_rusaint_ffi_fn_method_lectureassessmentapplication_reload(
|
|
368
|
+
void * ptr
|
|
369
|
+
);
|
|
349
370
|
void * uniffi_rusaint_ffi_fn_clone_lectureassessmentapplicationbuilder(
|
|
350
371
|
void * ptr,
|
|
351
372
|
RustCallStatus *uniffi_out_err
|
|
@@ -371,6 +392,9 @@ extern "C" {
|
|
|
371
392
|
/*handle*/ uint64_t uniffi_rusaint_ffi_fn_method_personalcoursescheduleapplication_get_selected_semester(
|
|
372
393
|
void * ptr
|
|
373
394
|
);
|
|
395
|
+
/*handle*/ uint64_t uniffi_rusaint_ffi_fn_method_personalcoursescheduleapplication_reload(
|
|
396
|
+
void * ptr
|
|
397
|
+
);
|
|
374
398
|
/*handle*/ uint64_t uniffi_rusaint_ffi_fn_method_personalcoursescheduleapplication_schedule(
|
|
375
399
|
void * ptr,
|
|
376
400
|
uint32_t year,
|
|
@@ -724,6 +748,10 @@ extern "C" {
|
|
|
724
748
|
);
|
|
725
749
|
uint16_t uniffi_rusaint_ffi_checksum_method_chapelapplication_information(
|
|
726
750
|
);
|
|
751
|
+
uint16_t uniffi_rusaint_ffi_checksum_method_chapelapplication_lookup(
|
|
752
|
+
);
|
|
753
|
+
uint16_t uniffi_rusaint_ffi_checksum_method_chapelapplication_reload(
|
|
754
|
+
);
|
|
727
755
|
uint16_t uniffi_rusaint_ffi_checksum_method_chapelapplicationbuilder_build(
|
|
728
756
|
);
|
|
729
757
|
uint16_t uniffi_rusaint_ffi_checksum_method_coursegradesapplication_certificated_summary(
|
|
@@ -734,8 +762,12 @@ extern "C" {
|
|
|
734
762
|
);
|
|
735
763
|
uint16_t uniffi_rusaint_ffi_checksum_method_coursegradesapplication_get_selected_semester(
|
|
736
764
|
);
|
|
765
|
+
uint16_t uniffi_rusaint_ffi_checksum_method_coursegradesapplication_lookup(
|
|
766
|
+
);
|
|
737
767
|
uint16_t uniffi_rusaint_ffi_checksum_method_coursegradesapplication_recorded_summary(
|
|
738
768
|
);
|
|
769
|
+
uint16_t uniffi_rusaint_ffi_checksum_method_coursegradesapplication_reload(
|
|
770
|
+
);
|
|
739
771
|
uint16_t uniffi_rusaint_ffi_checksum_method_coursegradesapplication_semesters(
|
|
740
772
|
);
|
|
741
773
|
uint16_t uniffi_rusaint_ffi_checksum_method_coursegradesapplicationbuilder_build(
|
|
@@ -760,12 +792,16 @@ extern "C" {
|
|
|
760
792
|
);
|
|
761
793
|
uint16_t uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_optional_elective_categories(
|
|
762
794
|
);
|
|
795
|
+
uint16_t uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_reload(
|
|
796
|
+
);
|
|
763
797
|
uint16_t uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_required_electives(
|
|
764
798
|
);
|
|
765
799
|
uint16_t uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_united_majors(
|
|
766
800
|
);
|
|
767
801
|
uint16_t uniffi_rusaint_ffi_checksum_method_coursescheduleapplicationbuilder_build(
|
|
768
802
|
);
|
|
803
|
+
uint16_t uniffi_rusaint_ffi_checksum_method_graduationrequirementsapplication_reload(
|
|
804
|
+
);
|
|
769
805
|
uint16_t uniffi_rusaint_ffi_checksum_method_graduationrequirementsapplication_requirements(
|
|
770
806
|
);
|
|
771
807
|
uint16_t uniffi_rusaint_ffi_checksum_method_graduationrequirementsapplication_student_info(
|
|
@@ -776,10 +812,14 @@ extern "C" {
|
|
|
776
812
|
);
|
|
777
813
|
uint16_t uniffi_rusaint_ffi_checksum_method_lectureassessmentapplication_get_selected_semester(
|
|
778
814
|
);
|
|
815
|
+
uint16_t uniffi_rusaint_ffi_checksum_method_lectureassessmentapplication_reload(
|
|
816
|
+
);
|
|
779
817
|
uint16_t uniffi_rusaint_ffi_checksum_method_lectureassessmentapplicationbuilder_build(
|
|
780
818
|
);
|
|
781
819
|
uint16_t uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplication_get_selected_semester(
|
|
782
820
|
);
|
|
821
|
+
uint16_t uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplication_reload(
|
|
822
|
+
);
|
|
783
823
|
uint16_t uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplication_schedule(
|
|
784
824
|
);
|
|
785
825
|
uint16_t uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplicationbuilder_build(
|
|
@@ -2414,6 +2454,22 @@ NativeRusaintFfi::NativeRusaintFfi(
|
|
|
2414
2454
|
return this->cpp_uniffi_rusaint_ffi_fn_method_chapelapplication_information(rt, thisVal, args, count);
|
|
2415
2455
|
}
|
|
2416
2456
|
);
|
|
2457
|
+
props["ubrn_uniffi_rusaint_ffi_fn_method_chapelapplication_lookup"] = jsi::Function::createFromHostFunction(
|
|
2458
|
+
rt,
|
|
2459
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_fn_method_chapelapplication_lookup"),
|
|
2460
|
+
1,
|
|
2461
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
2462
|
+
return this->cpp_uniffi_rusaint_ffi_fn_method_chapelapplication_lookup(rt, thisVal, args, count);
|
|
2463
|
+
}
|
|
2464
|
+
);
|
|
2465
|
+
props["ubrn_uniffi_rusaint_ffi_fn_method_chapelapplication_reload"] = jsi::Function::createFromHostFunction(
|
|
2466
|
+
rt,
|
|
2467
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_fn_method_chapelapplication_reload"),
|
|
2468
|
+
1,
|
|
2469
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
2470
|
+
return this->cpp_uniffi_rusaint_ffi_fn_method_chapelapplication_reload(rt, thisVal, args, count);
|
|
2471
|
+
}
|
|
2472
|
+
);
|
|
2417
2473
|
props["ubrn_uniffi_rusaint_ffi_fn_clone_chapelapplicationbuilder"] = jsi::Function::createFromHostFunction(
|
|
2418
2474
|
rt,
|
|
2419
2475
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_fn_clone_chapelapplicationbuilder"),
|
|
@@ -2494,6 +2550,14 @@ NativeRusaintFfi::NativeRusaintFfi(
|
|
|
2494
2550
|
return this->cpp_uniffi_rusaint_ffi_fn_method_coursegradesapplication_get_selected_semester(rt, thisVal, args, count);
|
|
2495
2551
|
}
|
|
2496
2552
|
);
|
|
2553
|
+
props["ubrn_uniffi_rusaint_ffi_fn_method_coursegradesapplication_lookup"] = jsi::Function::createFromHostFunction(
|
|
2554
|
+
rt,
|
|
2555
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_fn_method_coursegradesapplication_lookup"),
|
|
2556
|
+
1,
|
|
2557
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
2558
|
+
return this->cpp_uniffi_rusaint_ffi_fn_method_coursegradesapplication_lookup(rt, thisVal, args, count);
|
|
2559
|
+
}
|
|
2560
|
+
);
|
|
2497
2561
|
props["ubrn_uniffi_rusaint_ffi_fn_method_coursegradesapplication_recorded_summary"] = jsi::Function::createFromHostFunction(
|
|
2498
2562
|
rt,
|
|
2499
2563
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_fn_method_coursegradesapplication_recorded_summary"),
|
|
@@ -2502,6 +2566,14 @@ NativeRusaintFfi::NativeRusaintFfi(
|
|
|
2502
2566
|
return this->cpp_uniffi_rusaint_ffi_fn_method_coursegradesapplication_recorded_summary(rt, thisVal, args, count);
|
|
2503
2567
|
}
|
|
2504
2568
|
);
|
|
2569
|
+
props["ubrn_uniffi_rusaint_ffi_fn_method_coursegradesapplication_reload"] = jsi::Function::createFromHostFunction(
|
|
2570
|
+
rt,
|
|
2571
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_fn_method_coursegradesapplication_reload"),
|
|
2572
|
+
1,
|
|
2573
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
2574
|
+
return this->cpp_uniffi_rusaint_ffi_fn_method_coursegradesapplication_reload(rt, thisVal, args, count);
|
|
2575
|
+
}
|
|
2576
|
+
);
|
|
2505
2577
|
props["ubrn_uniffi_rusaint_ffi_fn_method_coursegradesapplication_semesters"] = jsi::Function::createFromHostFunction(
|
|
2506
2578
|
rt,
|
|
2507
2579
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_fn_method_coursegradesapplication_semesters"),
|
|
@@ -2638,6 +2710,14 @@ NativeRusaintFfi::NativeRusaintFfi(
|
|
|
2638
2710
|
return this->cpp_uniffi_rusaint_ffi_fn_method_coursescheduleapplication_optional_elective_categories(rt, thisVal, args, count);
|
|
2639
2711
|
}
|
|
2640
2712
|
);
|
|
2713
|
+
props["ubrn_uniffi_rusaint_ffi_fn_method_coursescheduleapplication_reload"] = jsi::Function::createFromHostFunction(
|
|
2714
|
+
rt,
|
|
2715
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_fn_method_coursescheduleapplication_reload"),
|
|
2716
|
+
1,
|
|
2717
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
2718
|
+
return this->cpp_uniffi_rusaint_ffi_fn_method_coursescheduleapplication_reload(rt, thisVal, args, count);
|
|
2719
|
+
}
|
|
2720
|
+
);
|
|
2641
2721
|
props["ubrn_uniffi_rusaint_ffi_fn_method_coursescheduleapplication_required_electives"] = jsi::Function::createFromHostFunction(
|
|
2642
2722
|
rt,
|
|
2643
2723
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_fn_method_coursescheduleapplication_required_electives"),
|
|
@@ -2702,6 +2782,14 @@ NativeRusaintFfi::NativeRusaintFfi(
|
|
|
2702
2782
|
return this->cpp_uniffi_rusaint_ffi_fn_free_graduationrequirementsapplication(rt, thisVal, args, count);
|
|
2703
2783
|
}
|
|
2704
2784
|
);
|
|
2785
|
+
props["ubrn_uniffi_rusaint_ffi_fn_method_graduationrequirementsapplication_reload"] = jsi::Function::createFromHostFunction(
|
|
2786
|
+
rt,
|
|
2787
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_fn_method_graduationrequirementsapplication_reload"),
|
|
2788
|
+
1,
|
|
2789
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
2790
|
+
return this->cpp_uniffi_rusaint_ffi_fn_method_graduationrequirementsapplication_reload(rt, thisVal, args, count);
|
|
2791
|
+
}
|
|
2792
|
+
);
|
|
2705
2793
|
props["ubrn_uniffi_rusaint_ffi_fn_method_graduationrequirementsapplication_requirements"] = jsi::Function::createFromHostFunction(
|
|
2706
2794
|
rt,
|
|
2707
2795
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_fn_method_graduationrequirementsapplication_requirements"),
|
|
@@ -2782,6 +2870,14 @@ NativeRusaintFfi::NativeRusaintFfi(
|
|
|
2782
2870
|
return this->cpp_uniffi_rusaint_ffi_fn_method_lectureassessmentapplication_get_selected_semester(rt, thisVal, args, count);
|
|
2783
2871
|
}
|
|
2784
2872
|
);
|
|
2873
|
+
props["ubrn_uniffi_rusaint_ffi_fn_method_lectureassessmentapplication_reload"] = jsi::Function::createFromHostFunction(
|
|
2874
|
+
rt,
|
|
2875
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_fn_method_lectureassessmentapplication_reload"),
|
|
2876
|
+
1,
|
|
2877
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
2878
|
+
return this->cpp_uniffi_rusaint_ffi_fn_method_lectureassessmentapplication_reload(rt, thisVal, args, count);
|
|
2879
|
+
}
|
|
2880
|
+
);
|
|
2785
2881
|
props["ubrn_uniffi_rusaint_ffi_fn_clone_lectureassessmentapplicationbuilder"] = jsi::Function::createFromHostFunction(
|
|
2786
2882
|
rt,
|
|
2787
2883
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_fn_clone_lectureassessmentapplicationbuilder"),
|
|
@@ -2838,6 +2934,14 @@ NativeRusaintFfi::NativeRusaintFfi(
|
|
|
2838
2934
|
return this->cpp_uniffi_rusaint_ffi_fn_method_personalcoursescheduleapplication_get_selected_semester(rt, thisVal, args, count);
|
|
2839
2935
|
}
|
|
2840
2936
|
);
|
|
2937
|
+
props["ubrn_uniffi_rusaint_ffi_fn_method_personalcoursescheduleapplication_reload"] = jsi::Function::createFromHostFunction(
|
|
2938
|
+
rt,
|
|
2939
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_fn_method_personalcoursescheduleapplication_reload"),
|
|
2940
|
+
1,
|
|
2941
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
2942
|
+
return this->cpp_uniffi_rusaint_ffi_fn_method_personalcoursescheduleapplication_reload(rt, thisVal, args, count);
|
|
2943
|
+
}
|
|
2944
|
+
);
|
|
2841
2945
|
props["ubrn_uniffi_rusaint_ffi_fn_method_personalcoursescheduleapplication_schedule"] = jsi::Function::createFromHostFunction(
|
|
2842
2946
|
rt,
|
|
2843
2947
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_fn_method_personalcoursescheduleapplication_schedule"),
|
|
@@ -3574,6 +3678,22 @@ NativeRusaintFfi::NativeRusaintFfi(
|
|
|
3574
3678
|
return this->cpp_uniffi_rusaint_ffi_checksum_method_chapelapplication_information(rt, thisVal, args, count);
|
|
3575
3679
|
}
|
|
3576
3680
|
);
|
|
3681
|
+
props["ubrn_uniffi_rusaint_ffi_checksum_method_chapelapplication_lookup"] = jsi::Function::createFromHostFunction(
|
|
3682
|
+
rt,
|
|
3683
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_checksum_method_chapelapplication_lookup"),
|
|
3684
|
+
0,
|
|
3685
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
3686
|
+
return this->cpp_uniffi_rusaint_ffi_checksum_method_chapelapplication_lookup(rt, thisVal, args, count);
|
|
3687
|
+
}
|
|
3688
|
+
);
|
|
3689
|
+
props["ubrn_uniffi_rusaint_ffi_checksum_method_chapelapplication_reload"] = jsi::Function::createFromHostFunction(
|
|
3690
|
+
rt,
|
|
3691
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_checksum_method_chapelapplication_reload"),
|
|
3692
|
+
0,
|
|
3693
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
3694
|
+
return this->cpp_uniffi_rusaint_ffi_checksum_method_chapelapplication_reload(rt, thisVal, args, count);
|
|
3695
|
+
}
|
|
3696
|
+
);
|
|
3577
3697
|
props["ubrn_uniffi_rusaint_ffi_checksum_method_chapelapplicationbuilder_build"] = jsi::Function::createFromHostFunction(
|
|
3578
3698
|
rt,
|
|
3579
3699
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_checksum_method_chapelapplicationbuilder_build"),
|
|
@@ -3614,6 +3734,14 @@ NativeRusaintFfi::NativeRusaintFfi(
|
|
|
3614
3734
|
return this->cpp_uniffi_rusaint_ffi_checksum_method_coursegradesapplication_get_selected_semester(rt, thisVal, args, count);
|
|
3615
3735
|
}
|
|
3616
3736
|
);
|
|
3737
|
+
props["ubrn_uniffi_rusaint_ffi_checksum_method_coursegradesapplication_lookup"] = jsi::Function::createFromHostFunction(
|
|
3738
|
+
rt,
|
|
3739
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_checksum_method_coursegradesapplication_lookup"),
|
|
3740
|
+
0,
|
|
3741
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
3742
|
+
return this->cpp_uniffi_rusaint_ffi_checksum_method_coursegradesapplication_lookup(rt, thisVal, args, count);
|
|
3743
|
+
}
|
|
3744
|
+
);
|
|
3617
3745
|
props["ubrn_uniffi_rusaint_ffi_checksum_method_coursegradesapplication_recorded_summary"] = jsi::Function::createFromHostFunction(
|
|
3618
3746
|
rt,
|
|
3619
3747
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_checksum_method_coursegradesapplication_recorded_summary"),
|
|
@@ -3622,6 +3750,14 @@ NativeRusaintFfi::NativeRusaintFfi(
|
|
|
3622
3750
|
return this->cpp_uniffi_rusaint_ffi_checksum_method_coursegradesapplication_recorded_summary(rt, thisVal, args, count);
|
|
3623
3751
|
}
|
|
3624
3752
|
);
|
|
3753
|
+
props["ubrn_uniffi_rusaint_ffi_checksum_method_coursegradesapplication_reload"] = jsi::Function::createFromHostFunction(
|
|
3754
|
+
rt,
|
|
3755
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_checksum_method_coursegradesapplication_reload"),
|
|
3756
|
+
0,
|
|
3757
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
3758
|
+
return this->cpp_uniffi_rusaint_ffi_checksum_method_coursegradesapplication_reload(rt, thisVal, args, count);
|
|
3759
|
+
}
|
|
3760
|
+
);
|
|
3625
3761
|
props["ubrn_uniffi_rusaint_ffi_checksum_method_coursegradesapplication_semesters"] = jsi::Function::createFromHostFunction(
|
|
3626
3762
|
rt,
|
|
3627
3763
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_checksum_method_coursegradesapplication_semesters"),
|
|
@@ -3718,6 +3854,14 @@ NativeRusaintFfi::NativeRusaintFfi(
|
|
|
3718
3854
|
return this->cpp_uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_optional_elective_categories(rt, thisVal, args, count);
|
|
3719
3855
|
}
|
|
3720
3856
|
);
|
|
3857
|
+
props["ubrn_uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_reload"] = jsi::Function::createFromHostFunction(
|
|
3858
|
+
rt,
|
|
3859
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_reload"),
|
|
3860
|
+
0,
|
|
3861
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
3862
|
+
return this->cpp_uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_reload(rt, thisVal, args, count);
|
|
3863
|
+
}
|
|
3864
|
+
);
|
|
3721
3865
|
props["ubrn_uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_required_electives"] = jsi::Function::createFromHostFunction(
|
|
3722
3866
|
rt,
|
|
3723
3867
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_required_electives"),
|
|
@@ -3742,6 +3886,14 @@ NativeRusaintFfi::NativeRusaintFfi(
|
|
|
3742
3886
|
return this->cpp_uniffi_rusaint_ffi_checksum_method_coursescheduleapplicationbuilder_build(rt, thisVal, args, count);
|
|
3743
3887
|
}
|
|
3744
3888
|
);
|
|
3889
|
+
props["ubrn_uniffi_rusaint_ffi_checksum_method_graduationrequirementsapplication_reload"] = jsi::Function::createFromHostFunction(
|
|
3890
|
+
rt,
|
|
3891
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_checksum_method_graduationrequirementsapplication_reload"),
|
|
3892
|
+
0,
|
|
3893
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
3894
|
+
return this->cpp_uniffi_rusaint_ffi_checksum_method_graduationrequirementsapplication_reload(rt, thisVal, args, count);
|
|
3895
|
+
}
|
|
3896
|
+
);
|
|
3745
3897
|
props["ubrn_uniffi_rusaint_ffi_checksum_method_graduationrequirementsapplication_requirements"] = jsi::Function::createFromHostFunction(
|
|
3746
3898
|
rt,
|
|
3747
3899
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_checksum_method_graduationrequirementsapplication_requirements"),
|
|
@@ -3782,6 +3934,14 @@ NativeRusaintFfi::NativeRusaintFfi(
|
|
|
3782
3934
|
return this->cpp_uniffi_rusaint_ffi_checksum_method_lectureassessmentapplication_get_selected_semester(rt, thisVal, args, count);
|
|
3783
3935
|
}
|
|
3784
3936
|
);
|
|
3937
|
+
props["ubrn_uniffi_rusaint_ffi_checksum_method_lectureassessmentapplication_reload"] = jsi::Function::createFromHostFunction(
|
|
3938
|
+
rt,
|
|
3939
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_checksum_method_lectureassessmentapplication_reload"),
|
|
3940
|
+
0,
|
|
3941
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
3942
|
+
return this->cpp_uniffi_rusaint_ffi_checksum_method_lectureassessmentapplication_reload(rt, thisVal, args, count);
|
|
3943
|
+
}
|
|
3944
|
+
);
|
|
3785
3945
|
props["ubrn_uniffi_rusaint_ffi_checksum_method_lectureassessmentapplicationbuilder_build"] = jsi::Function::createFromHostFunction(
|
|
3786
3946
|
rt,
|
|
3787
3947
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_checksum_method_lectureassessmentapplicationbuilder_build"),
|
|
@@ -3798,6 +3958,14 @@ NativeRusaintFfi::NativeRusaintFfi(
|
|
|
3798
3958
|
return this->cpp_uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplication_get_selected_semester(rt, thisVal, args, count);
|
|
3799
3959
|
}
|
|
3800
3960
|
);
|
|
3961
|
+
props["ubrn_uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplication_reload"] = jsi::Function::createFromHostFunction(
|
|
3962
|
+
rt,
|
|
3963
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplication_reload"),
|
|
3964
|
+
0,
|
|
3965
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
3966
|
+
return this->cpp_uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplication_reload(rt, thisVal, args, count);
|
|
3967
|
+
}
|
|
3968
|
+
);
|
|
3801
3969
|
props["ubrn_uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplication_schedule"] = jsi::Function::createFromHostFunction(
|
|
3802
3970
|
rt,
|
|
3803
3971
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplication_schedule"),
|
|
@@ -4449,6 +4617,20 @@ jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_chapelapplication_
|
|
|
4449
4617
|
);
|
|
4450
4618
|
|
|
4451
4619
|
|
|
4620
|
+
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
4621
|
+
}
|
|
4622
|
+
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_chapelapplication_lookup(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
4623
|
+
auto value = uniffi_rusaint_ffi_fn_method_chapelapplication_lookup(uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0])
|
|
4624
|
+
);
|
|
4625
|
+
|
|
4626
|
+
|
|
4627
|
+
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
4628
|
+
}
|
|
4629
|
+
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_chapelapplication_reload(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
4630
|
+
auto value = uniffi_rusaint_ffi_fn_method_chapelapplication_reload(uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0])
|
|
4631
|
+
);
|
|
4632
|
+
|
|
4633
|
+
|
|
4452
4634
|
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
4453
4635
|
}
|
|
4454
4636
|
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_clone_chapelapplicationbuilder(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
@@ -4533,6 +4715,13 @@ jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_coursegradesapplic
|
|
|
4533
4715
|
);
|
|
4534
4716
|
|
|
4535
4717
|
|
|
4718
|
+
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
4719
|
+
}
|
|
4720
|
+
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_coursegradesapplication_lookup(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
4721
|
+
auto value = uniffi_rusaint_ffi_fn_method_coursegradesapplication_lookup(uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0])
|
|
4722
|
+
);
|
|
4723
|
+
|
|
4724
|
+
|
|
4536
4725
|
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
4537
4726
|
}
|
|
4538
4727
|
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_coursegradesapplication_recorded_summary(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
@@ -4540,6 +4729,13 @@ jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_coursegradesapplic
|
|
|
4540
4729
|
);
|
|
4541
4730
|
|
|
4542
4731
|
|
|
4732
|
+
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
4733
|
+
}
|
|
4734
|
+
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_coursegradesapplication_reload(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
4735
|
+
auto value = uniffi_rusaint_ffi_fn_method_coursegradesapplication_reload(uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0])
|
|
4736
|
+
);
|
|
4737
|
+
|
|
4738
|
+
|
|
4543
4739
|
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
4544
4740
|
}
|
|
4545
4741
|
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_coursegradesapplication_semesters(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
@@ -4673,6 +4869,13 @@ jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_coursescheduleappl
|
|
|
4673
4869
|
);
|
|
4674
4870
|
|
|
4675
4871
|
|
|
4872
|
+
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
4873
|
+
}
|
|
4874
|
+
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_coursescheduleapplication_reload(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
4875
|
+
auto value = uniffi_rusaint_ffi_fn_method_coursescheduleapplication_reload(uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0])
|
|
4876
|
+
);
|
|
4877
|
+
|
|
4878
|
+
|
|
4676
4879
|
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
4677
4880
|
}
|
|
4678
4881
|
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_coursescheduleapplication_required_electives(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
@@ -4745,6 +4948,13 @@ jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_free_graduationrequiremen
|
|
|
4745
4948
|
|
|
4746
4949
|
return jsi::Value::undefined();
|
|
4747
4950
|
}
|
|
4951
|
+
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_graduationrequirementsapplication_reload(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
4952
|
+
auto value = uniffi_rusaint_ffi_fn_method_graduationrequirementsapplication_reload(uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0])
|
|
4953
|
+
);
|
|
4954
|
+
|
|
4955
|
+
|
|
4956
|
+
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
4957
|
+
}
|
|
4748
4958
|
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_graduationrequirementsapplication_requirements(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
4749
4959
|
auto value = uniffi_rusaint_ffi_fn_method_graduationrequirementsapplication_requirements(uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0])
|
|
4750
4960
|
);
|
|
@@ -4827,6 +5037,13 @@ jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_lectureassessmenta
|
|
|
4827
5037
|
);
|
|
4828
5038
|
|
|
4829
5039
|
|
|
5040
|
+
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
5041
|
+
}
|
|
5042
|
+
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_lectureassessmentapplication_reload(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
5043
|
+
auto value = uniffi_rusaint_ffi_fn_method_lectureassessmentapplication_reload(uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0])
|
|
5044
|
+
);
|
|
5045
|
+
|
|
5046
|
+
|
|
4830
5047
|
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
4831
5048
|
}
|
|
4832
5049
|
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_clone_lectureassessmentapplicationbuilder(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
@@ -4890,6 +5107,13 @@ jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_personalcoursesche
|
|
|
4890
5107
|
);
|
|
4891
5108
|
|
|
4892
5109
|
|
|
5110
|
+
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
5111
|
+
}
|
|
5112
|
+
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_personalcoursescheduleapplication_reload(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
5113
|
+
auto value = uniffi_rusaint_ffi_fn_method_personalcoursescheduleapplication_reload(uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0])
|
|
5114
|
+
);
|
|
5115
|
+
|
|
5116
|
+
|
|
4893
5117
|
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
4894
5118
|
}
|
|
4895
5119
|
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_fn_method_personalcoursescheduleapplication_schedule(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
@@ -5632,6 +5856,20 @@ jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_chapelapplic
|
|
|
5632
5856
|
);
|
|
5633
5857
|
|
|
5634
5858
|
|
|
5859
|
+
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
5860
|
+
}
|
|
5861
|
+
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_chapelapplication_lookup(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
5862
|
+
auto value = uniffi_rusaint_ffi_checksum_method_chapelapplication_lookup(
|
|
5863
|
+
);
|
|
5864
|
+
|
|
5865
|
+
|
|
5866
|
+
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
5867
|
+
}
|
|
5868
|
+
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_chapelapplication_reload(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
5869
|
+
auto value = uniffi_rusaint_ffi_checksum_method_chapelapplication_reload(
|
|
5870
|
+
);
|
|
5871
|
+
|
|
5872
|
+
|
|
5635
5873
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
5636
5874
|
}
|
|
5637
5875
|
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_chapelapplicationbuilder_build(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
@@ -5667,6 +5905,13 @@ jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_coursegrades
|
|
|
5667
5905
|
);
|
|
5668
5906
|
|
|
5669
5907
|
|
|
5908
|
+
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
5909
|
+
}
|
|
5910
|
+
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_coursegradesapplication_lookup(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
5911
|
+
auto value = uniffi_rusaint_ffi_checksum_method_coursegradesapplication_lookup(
|
|
5912
|
+
);
|
|
5913
|
+
|
|
5914
|
+
|
|
5670
5915
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
5671
5916
|
}
|
|
5672
5917
|
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_coursegradesapplication_recorded_summary(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
@@ -5674,6 +5919,13 @@ jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_coursegrades
|
|
|
5674
5919
|
);
|
|
5675
5920
|
|
|
5676
5921
|
|
|
5922
|
+
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
5923
|
+
}
|
|
5924
|
+
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_coursegradesapplication_reload(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
5925
|
+
auto value = uniffi_rusaint_ffi_checksum_method_coursegradesapplication_reload(
|
|
5926
|
+
);
|
|
5927
|
+
|
|
5928
|
+
|
|
5677
5929
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
5678
5930
|
}
|
|
5679
5931
|
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_coursegradesapplication_semesters(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
@@ -5758,6 +6010,13 @@ jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_courseschedu
|
|
|
5758
6010
|
);
|
|
5759
6011
|
|
|
5760
6012
|
|
|
6013
|
+
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
6014
|
+
}
|
|
6015
|
+
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_reload(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
6016
|
+
auto value = uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_reload(
|
|
6017
|
+
);
|
|
6018
|
+
|
|
6019
|
+
|
|
5761
6020
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
5762
6021
|
}
|
|
5763
6022
|
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_coursescheduleapplication_required_electives(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
@@ -5779,6 +6038,13 @@ jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_courseschedu
|
|
|
5779
6038
|
);
|
|
5780
6039
|
|
|
5781
6040
|
|
|
6041
|
+
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
6042
|
+
}
|
|
6043
|
+
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_graduationrequirementsapplication_reload(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
6044
|
+
auto value = uniffi_rusaint_ffi_checksum_method_graduationrequirementsapplication_reload(
|
|
6045
|
+
);
|
|
6046
|
+
|
|
6047
|
+
|
|
5782
6048
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
5783
6049
|
}
|
|
5784
6050
|
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_graduationrequirementsapplication_requirements(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
@@ -5814,6 +6080,13 @@ jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_lectureasses
|
|
|
5814
6080
|
);
|
|
5815
6081
|
|
|
5816
6082
|
|
|
6083
|
+
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
6084
|
+
}
|
|
6085
|
+
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_lectureassessmentapplication_reload(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
6086
|
+
auto value = uniffi_rusaint_ffi_checksum_method_lectureassessmentapplication_reload(
|
|
6087
|
+
);
|
|
6088
|
+
|
|
6089
|
+
|
|
5817
6090
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
5818
6091
|
}
|
|
5819
6092
|
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_lectureassessmentapplicationbuilder_build(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
@@ -5828,6 +6101,13 @@ jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_personalcour
|
|
|
5828
6101
|
);
|
|
5829
6102
|
|
|
5830
6103
|
|
|
6104
|
+
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
6105
|
+
}
|
|
6106
|
+
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplication_reload(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
6107
|
+
auto value = uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplication_reload(
|
|
6108
|
+
);
|
|
6109
|
+
|
|
6110
|
+
|
|
5831
6111
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
5832
6112
|
}
|
|
5833
6113
|
jsi::Value NativeRusaintFfi::cpp_uniffi_rusaint_ffi_checksum_method_personalcoursescheduleapplication_schedule(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|