vms-nest-prisma-api-document 300.0.0 → 320.0.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 (180) hide show
  1. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  2. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  3. package/dist/services/account/bookmark_service.d.ts +11 -12
  4. package/dist/services/account/notification_preferences.service.d.ts +18 -19
  5. package/dist/services/account/report_preferences.service.d.ts +7 -8
  6. package/dist/services/account/ticket_service.d.ts +1 -2
  7. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -11
  8. package/dist/services/fleet/bus_mangement/bus_stop.js +3 -2
  9. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -3
  10. package/dist/services/fleet/bus_mangement/calender.js +3 -2
  11. package/dist/services/fleet/bus_mangement/master_route.d.ts +4 -1047
  12. package/dist/services/fleet/bus_mangement/master_route.js +8 -7
  13. package/dist/services/fleet/bus_mangement/notice_board.d.ts +3 -3
  14. package/dist/services/fleet/bus_mangement/notice_board.js +3 -2
  15. package/dist/services/fleet/bus_mangement/student.d.ts +4 -1204
  16. package/dist/services/fleet/bus_mangement/student.js +19 -19
  17. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +5 -6
  18. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.js +16 -15
  19. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +5 -467
  20. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.js +13 -11
  21. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +5 -395
  22. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.js +13 -11
  23. package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -8
  24. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -9
  25. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.js +2 -1
  26. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -9
  27. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.js +15 -13
  28. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +5 -694
  29. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.js +3 -2
  30. package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -8
  31. package/dist/services/fleet/issue_management/issue_management_service.js +17 -16
  32. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +1 -2
  33. package/dist/services/fleet/service_management/fleet_service_management_service.js +24 -23
  34. package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +4 -163
  35. package/dist/services/fleet/service_management/fleet_service_schedule_service.js +2 -1
  36. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -2
  37. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.js +4 -3
  38. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -2
  39. package/dist/services/fleet/vendor_management/fleet_vendor_service.js +18 -15
  40. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -2
  41. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.js +4 -3
  42. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +15 -16
  43. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -2
  44. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -2
  45. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -2
  46. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -6
  47. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -9
  48. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  49. package/dist/services/main/devices/master_device_service.d.ts +1 -2
  50. package/dist/services/main/drivers/master_driver_service.d.ts +1 -2
  51. package/dist/services/main/sims/master_sim_service.d.ts +1 -2
  52. package/dist/services/main/users/auth_service.d.ts +1 -2
  53. package/dist/services/main/users/user_admin_service.d.ts +3 -4
  54. package/dist/services/main/users/user_organisation_service.d.ts +1 -2
  55. package/dist/services/main/users/user_service.d.ts +1 -2
  56. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -2
  57. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -2
  58. package/dist/services/master/bus/master_class_service.d.ts +4 -130
  59. package/dist/services/master/bus/master_class_service.js +5 -3
  60. package/dist/services/master/bus/master_program_service.d.ts +4 -130
  61. package/dist/services/master/bus/master_program_service.js +5 -3
  62. package/dist/services/master/bus/master_relationship_service.d.ts +4 -130
  63. package/dist/services/master/bus/master_relationship_service.js +5 -3
  64. package/dist/services/master/bus/master_section_service.d.ts +4 -130
  65. package/dist/services/master/bus/master_section_service.js +5 -3
  66. package/dist/services/master/bus/master_semester_service.d.ts +4 -130
  67. package/dist/services/master/bus/master_semester_service.js +5 -3
  68. package/dist/services/master/bus/master_stream_service.d.ts +4 -130
  69. package/dist/services/master/bus/master_stream_service.js +5 -3
  70. package/dist/services/master/bus/master_year_service.d.ts +4 -130
  71. package/dist/services/master/bus/master_year_service.js +5 -3
  72. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -2
  73. package/dist/services/master/device/master_device_manufacturer_service.js +5 -3
  74. package/dist/services/master/device/master_device_model_service.d.ts +1 -2
  75. package/dist/services/master/device/master_device_model_service.js +6 -4
  76. package/dist/services/master/device/master_device_type_service.d.ts +1 -2
  77. package/dist/services/master/device/master_device_type_service.js +8 -6
  78. package/dist/services/master/expense/master_expense_name_service.d.ts +4 -136
  79. package/dist/services/master/expense/master_expense_name_service.js +6 -4
  80. package/dist/services/master/expense/master_expense_type_service.d.ts +2 -3
  81. package/dist/services/master/expense/master_expense_type_service.js +5 -3
  82. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -2
  83. package/dist/services/master/expense/master_fuel_company_service.js +7 -5
  84. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -2
  85. package/dist/services/master/expense/master_vendor_document_type_service.js +6 -4
  86. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -2
  87. package/dist/services/master/expense/master_vendor_tag_service.js +6 -4
  88. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -2
  89. package/dist/services/master/expense/master_vendor_type_service.js +6 -4
  90. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +4 -128
  91. package/dist/services/master/fleet/master_fleet_incident_severity_service.js +5 -3
  92. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +4 -128
  93. package/dist/services/master/fleet/master_fleet_incident_status_service.js +5 -3
  94. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +4 -128
  95. package/dist/services/master/fleet/master_fleet_incident_type_service.js +5 -3
  96. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +4 -128
  97. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.js +5 -3
  98. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -2
  99. package/dist/services/master/fleet/master_fleet_service_task_service.js +5 -3
  100. package/dist/services/master/main/master_main_country_service.d.ts +1 -2
  101. package/dist/services/master/main/master_main_country_service.js +6 -4
  102. package/dist/services/master/main/master_main_currency_service.d.ts +1 -2
  103. package/dist/services/master/main/master_main_currency_service.js +7 -5
  104. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -2
  105. package/dist/services/master/main/master_main_date_format_service.js +5 -3
  106. package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +5 -2
  107. package/dist/services/master/main/master_main_eway_bill_provider_service.js +5 -3
  108. package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +5 -2
  109. package/dist/services/master/main/master_main_fasttag_bank_service.js +5 -3
  110. package/dist/services/master/main/master_main_industry_service.d.ts +1 -2
  111. package/dist/services/master/main/master_main_industry_service.js +5 -3
  112. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -2
  113. package/dist/services/master/main/master_main_landmark_service.js +13 -15
  114. package/dist/services/master/main/master_main_language_service.d.ts +1 -2
  115. package/dist/services/master/main/master_main_language_service.js +5 -3
  116. package/dist/services/master/main/master_main_sim_provider_service.d.ts +5 -116
  117. package/dist/services/master/main/master_main_sim_provider_service.js +5 -3
  118. package/dist/services/master/main/master_main_state_service.d.ts +1 -2
  119. package/dist/services/master/main/master_main_state_service.js +6 -4
  120. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -2
  121. package/dist/services/master/main/master_main_timezone_service.js +9 -7
  122. package/dist/services/master/main/master_main_unit_distance_service.d.ts +3 -4
  123. package/dist/services/master/main/master_main_unit_distance_service.js +5 -3
  124. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -2
  125. package/dist/services/master/main/master_main_unit_mileage_service.js +5 -3
  126. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -2
  127. package/dist/services/master/main/master_main_unit_volume_service.js +5 -3
  128. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -2
  129. package/dist/services/master/organisation/organisation_branch_service.js +1 -1
  130. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -2
  131. package/dist/services/master/organisation/organisation_color_service.js +6 -4
  132. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -2
  133. package/dist/services/master/organisation/organisation_group_service.js +2 -0
  134. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -2
  135. package/dist/services/master/organisation/organisation_sub_company_service.js +6 -4
  136. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -2
  137. package/dist/services/master/organisation/organisation_tag_service.js +5 -3
  138. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -2
  139. package/dist/services/master/spare_part/master_spare_part_category_service.js +6 -4
  140. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +7 -8
  141. package/dist/services/master/spare_part/master_spare_part_sub_category_service.js +7 -5
  142. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +3 -4
  143. package/dist/services/master/spare_part/master_spare_part_unit_service.js +6 -4
  144. package/dist/services/master/trip/master_trip_party_type_service.d.ts +3 -4
  145. package/dist/services/master/trip/master_trip_party_type_service.js +5 -3
  146. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +5 -6
  147. package/dist/services/master/tyre/master_tyre_grade_service.js +5 -3
  148. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -2
  149. package/dist/services/master/tyre/master_tyre_make_service.js +5 -3
  150. package/dist/services/master/tyre/master_tyre_model_service.d.ts +9 -10
  151. package/dist/services/master/tyre/master_tyre_model_service.js +6 -4
  152. package/dist/services/master/user/master_user_role_service.d.ts +1 -2
  153. package/dist/services/master/user/master_user_role_service.js +5 -3
  154. package/dist/services/master/user/master_user_status_service.d.ts +1 -2
  155. package/dist/services/master/user/master_user_status_service.js +5 -3
  156. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -2
  157. package/dist/services/master/vehicle/master_vehicle_associated_to_service.js +5 -3
  158. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -2
  159. package/dist/services/master/vehicle/master_vehicle_document_type_service.js +5 -3
  160. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +4 -130
  161. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.js +5 -3
  162. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -2
  163. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.js +5 -3
  164. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -2
  165. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.js +5 -3
  166. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -2
  167. package/dist/services/master/vehicle/master_vehicle_make_service.js +5 -3
  168. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -2
  169. package/dist/services/master/vehicle/master_vehicle_model_service.js +6 -4
  170. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -2
  171. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.js +5 -3
  172. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -2
  173. package/dist/services/master/vehicle/master_vehicle_status_type_service.js +5 -3
  174. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -2
  175. package/dist/services/master/vehicle/master_vehicle_sub_model_service.js +6 -4
  176. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -2
  177. package/dist/services/master/vehicle/master_vehicle_type_service.js +5 -3
  178. package/dist/{user_organisation_service-B2f6Wfhh.d.ts → user_organisation_service-Cbc_ZtO4.d.ts} +12265 -5291
  179. package/package.json +1 -1
  180. package/dist/issue_management_service-c-CppH3O.d.ts +0 -1290
@@ -1,1205 +1,5 @@
1
- import { EnrollmentStatus, TransportPlanType, Status, YesNo, StudentLeaveType, ApprovalStatus, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } from '../../../core/Enums.js';
2
- import { FBR, SBR } from '../../../core/BaseResponse.js';
3
- import { z } from 'zod';
4
- import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-B2f6Wfhh.js';
5
- import { MasterClass } from '../../master/bus/master_class_service.js';
6
- import { MasterProgram } from '../../master/bus/master_program_service.js';
7
- import { MasterSection } from '../../master/bus/master_section_service.js';
8
- import { MasterSemester } from '../../master/bus/master_semester_service.js';
9
- import { MasterStream } from '../../master/bus/master_stream_service.js';
10
- import { MasterYear } from '../../master/bus/master_year_service.js';
11
- import { MasterRelationship } from '../../master/bus/master_relationship_service.js';
1
+ import '../../../core/Enums.js';
2
+ import '../../../core/BaseResponse.js';
3
+ import 'zod';
4
+ export { h6 as GuardianDetailsDTO, h5 as GuardianDetailsSchema, h8 as GuardianMobileNumberDTO, h7 as GuardianMobileNumberSchema, h4 as GuardianProfilePictureDTO, h3 as GuardianProfilePictureSchema, gK as Student, gL as StudentAddress, g_ as StudentAddressBusStopAssignDTO, gZ as StudentAddressBusStopAssignSchema, gY as StudentAddressDTO, h0 as StudentAddressQueryDTO, g$ as StudentAddressQuerySchema, gX as StudentAddressSchema, gQ as StudentDTO, hc as StudentGuardianAutofillQueryDTO, hb as StudentGuardianAutofillQuerySchema, gO as StudentGuardianLink, h2 as StudentGuardianLinkDTO, ha as StudentGuardianLinkQueryDTO, h9 as StudentGuardianLinkQuerySchema, h1 as StudentGuardianLinkSchema, gM as StudentLeaveRequest, hg as StudentLeaveRequestApprovalDTO, hf as StudentLeaveRequestApprovalSchema, he as StudentLeaveRequestDTO, hi as StudentLeaveRequestQueryDTO, hh as StudentLeaveRequestQuerySchema, hd as StudentLeaveRequestSchema, gW as StudentNoRouteQueryDTO, gV as StudentNoRouteQuerySchema, gS as StudentProfilePictureDTO, gR as StudentProfilePictureSchema, gU as StudentQueryDTO, gT as StudentQuerySchema, gP as StudentSchema, gN as StudentStopChangeRequest, hm as StudentStopChangeRequestApprovalDTO, hl as StudentStopChangeRequestApprovalSchema, hk as StudentStopChangeRequestDTO, ho as StudentStopChangeRequestQueryDTO, hn as StudentStopChangeRequestQuerySchema, hj as StudentStopChangeRequestSchema, hW as approveLeaveRequest, h$ as approveStopChangeRequest, hA as createStudent, hG as createStudentAddress, hM as createStudentGuardianLink, hT as createStudentLeaveRequest, hZ as createStudentStopChangeRequest, hC as deleteStudent, hK as deleteStudentAddress, hR as deleteStudentGuardian, hX as deleteStudentLeaveRequest, i0 as deleteStudentStopChangeRequest, hz as findStudent, hH as findStudentAddress, hS as findStudentGuardianAutofillDetails, hL as findStudentGuardianLink, hU as findStudentLeaveRequest, hY as findStudentStopChangeRequest, hE as findStudentsWithNoRouteDrop, hD as findStudentsWithNoRoutePickup, hs as newStudentAddressPayload, hy as newStudentGuardianLinkPayload, hu as newStudentLeaveRequestPayload, hq as newStudentPayload, hw as newStudentStopChangeRequestPayload, hr as toStudentAddressPayload, hx as toStudentGuardianLinkPayload, ht as toStudentLeaveRequestPayload, hp as toStudentPayload, hv as toStudentStopChangeRequestPayload, hJ as updateAddressBusStopAssign, hP as updateGuardianDetails, hQ as updateGuardianMobileNumber, hO as updateGuardianProfilePicture, hF as updateProfilePicture, hB as updateStudent, hI as updateStudentAddress, hN as updateStudentGuardianLink, hV as updateStudentLeaveRequest, h_ as updateStudentStopChangeRequest } from '../../../user_organisation_service-Cbc_ZtO4.js';
12
5
  import '../../../zod_utils/zod_base_schema.js';
13
- import '../../master/main/master_main_sim_provider_service.js';
14
-
15
- interface Student extends Record<string, unknown> {
16
- student_id: string;
17
- photo_url?: string;
18
- photo_key?: string;
19
- photo_name?: string;
20
- admission_registration_number?: string;
21
- roll_number?: string;
22
- first_name: string;
23
- last_name?: string;
24
- mobile_number?: string;
25
- email?: string;
26
- dob: string;
27
- dob_f: string;
28
- gender?: string;
29
- blood_group?: string;
30
- special_notes?: string;
31
- enrollment_status: EnrollmentStatus;
32
- transport_plan_type: TransportPlanType;
33
- pickup_route_id?: string;
34
- drop_route_id?: string;
35
- pickup_route_stop_id?: string;
36
- drop_route_stop_id?: string;
37
- pickup_fixed_schedule_id?: string;
38
- drop_fixed_schedule_id?: string;
39
- status: Status;
40
- added_date_time?: string;
41
- modified_date_time?: string;
42
- organisation_id: string;
43
- UserOrganisation?: UserOrganisation;
44
- organisation_branch_id?: string;
45
- OrganisationBranch?: OrganisationBranch;
46
- program_id?: string;
47
- MasterProgram?: MasterProgram;
48
- stream_id?: string;
49
- MasterStream?: MasterStream;
50
- year_id?: string;
51
- MasterYear?: MasterYear;
52
- semester_id?: string;
53
- MasterSemester?: MasterSemester;
54
- class_id?: string;
55
- MasterClass?: MasterClass;
56
- section_id?: string;
57
- MasterSection?: MasterSection;
58
- _count?: Record<string, number>;
59
- }
60
- interface StudentAddress extends Record<string, unknown> {
61
- student_address_id: string;
62
- address_line1?: string;
63
- address_line2?: string;
64
- locality_landmark?: string;
65
- neighborhood?: string;
66
- town_city?: string;
67
- district_county?: string;
68
- state_province_region?: string;
69
- postal_code?: string;
70
- country?: string;
71
- country_code?: string;
72
- latitude?: number;
73
- longitude?: number;
74
- google_location?: string;
75
- bus_stop_id?: string;
76
- stop_name?: string;
77
- is_default: YesNo;
78
- notes?: string;
79
- status: Status;
80
- added_date_time?: string;
81
- modified_date_time?: string;
82
- organisation_id: string;
83
- UserOrganisation?: UserOrganisation;
84
- organisation_branch_id: string;
85
- OrganisationBranch?: OrganisationBranch;
86
- student_id: string;
87
- Student?: Student;
88
- }
89
- interface StudentLeaveRequest extends Record<string, unknown> {
90
- student_leave_request_id: string;
91
- date_from: string;
92
- date_to: string;
93
- leave_type: StudentLeaveType;
94
- reason?: string;
95
- organisation_id: string;
96
- UserOrganisation?: UserOrganisation;
97
- organisation_branch_id: string;
98
- OrganisationBranch?: OrganisationBranch;
99
- student_id: string;
100
- Student?: Student;
101
- }
102
- interface StudentStopChangeRequest extends Record<string, unknown> {
103
- student_stop_change_request_id: string;
104
- change_pickup: YesNo;
105
- change_drop: YesNo;
106
- is_temporary: YesNo;
107
- apply_from: string;
108
- apply_until?: string;
109
- reason?: string;
110
- approval_status: ApprovalStatus;
111
- approval_notes?: string;
112
- approval_date?: string;
113
- organisation_id: string;
114
- UserOrganisation?: UserOrganisation;
115
- organisation_branch_id: string;
116
- OrganisationBranch?: OrganisationBranch;
117
- student_id: string;
118
- Student?: Student;
119
- student_address_id: string;
120
- StudentAddress?: StudentAddress;
121
- status: Status;
122
- }
123
- interface StudentGuardianLink extends Record<string, unknown> {
124
- student_guardian_link_id: string;
125
- is_primary: YesNo;
126
- notes?: string;
127
- full_name: string;
128
- mobile: string;
129
- email?: string;
130
- alternative_mobile?: string;
131
- photo_url?: string;
132
- photo_key?: string;
133
- photo_name?: string;
134
- organisation_id: string;
135
- UserOrganisation?: UserOrganisation;
136
- organisation_branch_id: string;
137
- OrganisationBranch?: OrganisationBranch;
138
- student_id: string;
139
- Student?: Student;
140
- relationship_id: string;
141
- MasterRelationship?: MasterRelationship;
142
- relationship_name?: string;
143
- status: Status;
144
- }
145
- declare const StudentSchema: z.ZodObject<{
146
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
147
- organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
148
- program_id: z.ZodEffects<z.ZodString, string, string>;
149
- stream_id: z.ZodEffects<z.ZodString, string, string>;
150
- year_id: z.ZodEffects<z.ZodString, string, string>;
151
- semester_id: z.ZodEffects<z.ZodString, string, string>;
152
- class_id: z.ZodEffects<z.ZodString, string, string>;
153
- section_id: z.ZodEffects<z.ZodString, string, string>;
154
- photo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
155
- photo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
156
- photo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
157
- admission_registration_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
158
- roll_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
159
- first_name: z.ZodEffects<z.ZodString, string, string>;
160
- last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
161
- mobile_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
162
- email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
163
- dob: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
164
- gender: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
165
- blood_group: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
166
- special_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
167
- enrollment_status: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof EnrollmentStatus>>>;
168
- transport_plan_type: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof TransportPlanType>>>;
169
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
170
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
171
- }, "strip", z.ZodTypeAny, {
172
- status: Status;
173
- organisation_id: string;
174
- organisation_branch_id: string;
175
- time_zone_id: string;
176
- first_name: string;
177
- last_name: string;
178
- email: string;
179
- class_id: string;
180
- program_id: string;
181
- section_id: string;
182
- semester_id: string;
183
- stream_id: string;
184
- year_id: string;
185
- photo_url: string;
186
- photo_key: string;
187
- photo_name: string;
188
- admission_registration_number: string;
189
- roll_number: string;
190
- mobile_number: string;
191
- dob: string;
192
- gender: string;
193
- blood_group: string;
194
- special_notes: string;
195
- enrollment_status: EnrollmentStatus;
196
- transport_plan_type: TransportPlanType;
197
- }, {
198
- status: Status;
199
- organisation_id: string;
200
- organisation_branch_id: string;
201
- time_zone_id: string;
202
- first_name: string;
203
- class_id: string;
204
- program_id: string;
205
- section_id: string;
206
- semester_id: string;
207
- stream_id: string;
208
- year_id: string;
209
- last_name?: string | undefined;
210
- email?: string | undefined;
211
- photo_url?: string | undefined;
212
- photo_key?: string | undefined;
213
- photo_name?: string | undefined;
214
- admission_registration_number?: string | undefined;
215
- roll_number?: string | undefined;
216
- mobile_number?: string | undefined;
217
- dob?: string | undefined;
218
- gender?: string | undefined;
219
- blood_group?: string | undefined;
220
- special_notes?: string | undefined;
221
- enrollment_status?: EnrollmentStatus | undefined;
222
- transport_plan_type?: TransportPlanType | undefined;
223
- }>;
224
- type StudentDTO = z.infer<typeof StudentSchema>;
225
- declare const StudentProfilePictureSchema: z.ZodObject<{
226
- photo_url: z.ZodEffects<z.ZodString, string, string>;
227
- photo_key: z.ZodEffects<z.ZodString, string, string>;
228
- photo_name: z.ZodEffects<z.ZodString, string, string>;
229
- }, "strip", z.ZodTypeAny, {
230
- photo_url: string;
231
- photo_key: string;
232
- photo_name: string;
233
- }, {
234
- photo_url: string;
235
- photo_key: string;
236
- photo_name: string;
237
- }>;
238
- type StudentProfilePictureDTO = z.infer<typeof StudentProfilePictureSchema>;
239
- declare const StudentQuerySchema: z.ZodObject<{
240
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
241
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
242
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
243
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
244
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
245
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
246
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
247
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
248
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
249
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
250
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
251
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
252
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
253
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
254
- name: z.ZodEffects<z.ZodString, string, string>;
255
- field: z.ZodEffects<z.ZodString, string, string>;
256
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
257
- }, "strip", z.ZodTypeAny, {
258
- name: string;
259
- field: string;
260
- direction: OrderBy;
261
- }, {
262
- name: string;
263
- field: string;
264
- direction: OrderBy;
265
- }>, "many">>>;
266
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
267
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
268
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
269
- } & {
270
- student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
271
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
272
- organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
273
- program_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
274
- stream_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
275
- year_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
276
- semester_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
277
- class_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
278
- section_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
279
- pickup_route_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
280
- drop_route_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
281
- pickup_route_stop_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
282
- drop_route_stop_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
283
- pickup_fixed_schedule_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
284
- drop_fixed_schedule_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
285
- enrollment_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof EnrollmentStatus>, "many">>>;
286
- transport_plan_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TransportPlanType>, "many">>>;
287
- }, "strip", z.ZodTypeAny, {
288
- status: Status[];
289
- time_zone_id: string;
290
- search: string;
291
- paging: PAGING;
292
- page_count: number;
293
- page_index: number;
294
- load_parents: LoadParents;
295
- load_parents_list: string[];
296
- load_child: LoadChild;
297
- load_child_list: string[];
298
- load_child_count: LoadChildCount;
299
- load_child_count_list: string[];
300
- include_details: Record<string, any>;
301
- where_relations: Record<string, any>;
302
- order_by: {
303
- name: string;
304
- field: string;
305
- direction: OrderBy;
306
- }[];
307
- include_master_data: YesNo;
308
- date_format_id: string;
309
- organisation_ids: string[];
310
- organisation_branch_ids: string[];
311
- class_ids: string[];
312
- program_ids: string[];
313
- section_ids: string[];
314
- semester_ids: string[];
315
- stream_ids: string[];
316
- year_ids: string[];
317
- enrollment_status: EnrollmentStatus[];
318
- transport_plan_type: TransportPlanType[];
319
- student_ids: string[];
320
- pickup_route_ids: string[];
321
- drop_route_ids: string[];
322
- pickup_route_stop_ids: string[];
323
- drop_route_stop_ids: string[];
324
- pickup_fixed_schedule_ids: string[];
325
- drop_fixed_schedule_ids: string[];
326
- }, {
327
- time_zone_id: string;
328
- date_format_id: string;
329
- status?: Status[] | undefined;
330
- search?: string | undefined;
331
- paging?: PAGING | undefined;
332
- page_count?: unknown;
333
- page_index?: unknown;
334
- load_parents?: LoadParents | undefined;
335
- load_parents_list?: string[] | undefined;
336
- load_child?: LoadChild | undefined;
337
- load_child_list?: string[] | undefined;
338
- load_child_count?: LoadChildCount | undefined;
339
- load_child_count_list?: string[] | undefined;
340
- include_details?: Record<string, any> | undefined;
341
- where_relations?: Record<string, any> | undefined;
342
- order_by?: {
343
- name: string;
344
- field: string;
345
- direction: OrderBy;
346
- }[] | undefined;
347
- include_master_data?: YesNo | undefined;
348
- organisation_ids?: string[] | undefined;
349
- organisation_branch_ids?: string[] | undefined;
350
- class_ids?: string[] | undefined;
351
- program_ids?: string[] | undefined;
352
- section_ids?: string[] | undefined;
353
- semester_ids?: string[] | undefined;
354
- stream_ids?: string[] | undefined;
355
- year_ids?: string[] | undefined;
356
- enrollment_status?: EnrollmentStatus[] | undefined;
357
- transport_plan_type?: TransportPlanType[] | undefined;
358
- student_ids?: string[] | undefined;
359
- pickup_route_ids?: string[] | undefined;
360
- drop_route_ids?: string[] | undefined;
361
- pickup_route_stop_ids?: string[] | undefined;
362
- drop_route_stop_ids?: string[] | undefined;
363
- pickup_fixed_schedule_ids?: string[] | undefined;
364
- drop_fixed_schedule_ids?: string[] | undefined;
365
- }>;
366
- type StudentQueryDTO = z.infer<typeof StudentQuerySchema>;
367
- declare const StudentNoRouteQuerySchema: z.ZodObject<{
368
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
369
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
370
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
371
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
372
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
373
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
374
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
375
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
376
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
377
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
378
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
379
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
380
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
381
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
382
- name: z.ZodEffects<z.ZodString, string, string>;
383
- field: z.ZodEffects<z.ZodString, string, string>;
384
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
385
- }, "strip", z.ZodTypeAny, {
386
- name: string;
387
- field: string;
388
- direction: OrderBy;
389
- }, {
390
- name: string;
391
- field: string;
392
- direction: OrderBy;
393
- }>, "many">>>;
394
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
395
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
396
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
397
- } & {
398
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
399
- organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
400
- }, "strip", z.ZodTypeAny, {
401
- status: Status[];
402
- organisation_id: string;
403
- organisation_branch_id: string;
404
- time_zone_id: string;
405
- search: string;
406
- paging: PAGING;
407
- page_count: number;
408
- page_index: number;
409
- load_parents: LoadParents;
410
- load_parents_list: string[];
411
- load_child: LoadChild;
412
- load_child_list: string[];
413
- load_child_count: LoadChildCount;
414
- load_child_count_list: string[];
415
- include_details: Record<string, any>;
416
- where_relations: Record<string, any>;
417
- order_by: {
418
- name: string;
419
- field: string;
420
- direction: OrderBy;
421
- }[];
422
- include_master_data: YesNo;
423
- date_format_id: string;
424
- }, {
425
- organisation_id: string;
426
- organisation_branch_id: string;
427
- time_zone_id: string;
428
- date_format_id: string;
429
- status?: Status[] | undefined;
430
- search?: string | undefined;
431
- paging?: PAGING | undefined;
432
- page_count?: unknown;
433
- page_index?: unknown;
434
- load_parents?: LoadParents | undefined;
435
- load_parents_list?: string[] | undefined;
436
- load_child?: LoadChild | undefined;
437
- load_child_list?: string[] | undefined;
438
- load_child_count?: LoadChildCount | undefined;
439
- load_child_count_list?: string[] | undefined;
440
- include_details?: Record<string, any> | undefined;
441
- where_relations?: Record<string, any> | undefined;
442
- order_by?: {
443
- name: string;
444
- field: string;
445
- direction: OrderBy;
446
- }[] | undefined;
447
- include_master_data?: YesNo | undefined;
448
- }>;
449
- type StudentNoRouteQueryDTO = z.infer<typeof StudentNoRouteQuerySchema>;
450
- declare const StudentAddressSchema: z.ZodObject<{
451
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
452
- organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
453
- student_id: z.ZodEffects<z.ZodString, string, string>;
454
- address_line1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
455
- address_line2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
456
- locality_landmark: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
457
- neighborhood: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
458
- town_city: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
459
- district_county: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
460
- state_province_region: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
461
- postal_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
462
- country: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
463
- country_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
464
- latitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
465
- longitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
466
- google_location: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
467
- is_default: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
468
- notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
469
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
470
- }, "strip", z.ZodTypeAny, {
471
- notes: string;
472
- status: Status;
473
- organisation_id: string;
474
- organisation_branch_id: string;
475
- country_code: string;
476
- google_location: string;
477
- address_line1: string;
478
- address_line2: string;
479
- locality_landmark: string;
480
- neighborhood: string;
481
- town_city: string;
482
- district_county: string;
483
- state_province_region: string;
484
- postal_code: string;
485
- country: string;
486
- is_default: YesNo;
487
- student_id: string;
488
- latitude?: number | undefined;
489
- longitude?: number | undefined;
490
- }, {
491
- status: Status;
492
- organisation_id: string;
493
- organisation_branch_id: string;
494
- is_default: YesNo;
495
- student_id: string;
496
- notes?: string | undefined;
497
- country_code?: string | undefined;
498
- latitude?: unknown;
499
- longitude?: unknown;
500
- google_location?: string | undefined;
501
- address_line1?: string | undefined;
502
- address_line2?: string | undefined;
503
- locality_landmark?: string | undefined;
504
- neighborhood?: string | undefined;
505
- town_city?: string | undefined;
506
- district_county?: string | undefined;
507
- state_province_region?: string | undefined;
508
- postal_code?: string | undefined;
509
- country?: string | undefined;
510
- }>;
511
- type StudentAddressDTO = z.infer<typeof StudentAddressSchema>;
512
- declare const StudentAddressBusStopAssignSchema: z.ZodObject<{
513
- bus_stop_id: z.ZodEffects<z.ZodString, string, string>;
514
- }, "strip", z.ZodTypeAny, {
515
- bus_stop_id: string;
516
- }, {
517
- bus_stop_id: string;
518
- }>;
519
- type StudentAddressBusStopAssignDTO = z.infer<typeof StudentAddressBusStopAssignSchema>;
520
- declare const StudentAddressQuerySchema: z.ZodObject<{
521
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
522
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
523
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
524
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
525
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
526
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
527
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
528
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
529
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
530
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
531
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
532
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
533
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
534
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
535
- name: z.ZodEffects<z.ZodString, string, string>;
536
- field: z.ZodEffects<z.ZodString, string, string>;
537
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
538
- }, "strip", z.ZodTypeAny, {
539
- name: string;
540
- field: string;
541
- direction: OrderBy;
542
- }, {
543
- name: string;
544
- field: string;
545
- direction: OrderBy;
546
- }>, "many">>>;
547
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
548
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
549
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
550
- } & {
551
- student_address_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
552
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
553
- organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
554
- student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
555
- bus_stop_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
556
- is_default: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
557
- }, "strip", z.ZodTypeAny, {
558
- status: Status[];
559
- time_zone_id: string;
560
- search: string;
561
- paging: PAGING;
562
- page_count: number;
563
- page_index: number;
564
- load_parents: LoadParents;
565
- load_parents_list: string[];
566
- load_child: LoadChild;
567
- load_child_list: string[];
568
- load_child_count: LoadChildCount;
569
- load_child_count_list: string[];
570
- include_details: Record<string, any>;
571
- where_relations: Record<string, any>;
572
- order_by: {
573
- name: string;
574
- field: string;
575
- direction: OrderBy;
576
- }[];
577
- include_master_data: YesNo;
578
- date_format_id: string;
579
- organisation_ids: string[];
580
- organisation_branch_ids: string[];
581
- is_default: YesNo[];
582
- student_ids: string[];
583
- student_address_ids: string[];
584
- bus_stop_ids: string[];
585
- }, {
586
- time_zone_id: string;
587
- date_format_id: string;
588
- status?: Status[] | undefined;
589
- search?: string | undefined;
590
- paging?: PAGING | undefined;
591
- page_count?: unknown;
592
- page_index?: unknown;
593
- load_parents?: LoadParents | undefined;
594
- load_parents_list?: string[] | undefined;
595
- load_child?: LoadChild | undefined;
596
- load_child_list?: string[] | undefined;
597
- load_child_count?: LoadChildCount | undefined;
598
- load_child_count_list?: string[] | undefined;
599
- include_details?: Record<string, any> | undefined;
600
- where_relations?: Record<string, any> | undefined;
601
- order_by?: {
602
- name: string;
603
- field: string;
604
- direction: OrderBy;
605
- }[] | undefined;
606
- include_master_data?: YesNo | undefined;
607
- organisation_ids?: string[] | undefined;
608
- organisation_branch_ids?: string[] | undefined;
609
- is_default?: YesNo[] | undefined;
610
- student_ids?: string[] | undefined;
611
- student_address_ids?: string[] | undefined;
612
- bus_stop_ids?: string[] | undefined;
613
- }>;
614
- type StudentAddressQueryDTO = z.infer<typeof StudentAddressQuerySchema>;
615
- declare const StudentGuardianLinkSchema: z.ZodObject<{
616
- is_primary: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
617
- notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
618
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
619
- organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
620
- student_id: z.ZodEffects<z.ZodString, string, string>;
621
- relationship_id: z.ZodEffects<z.ZodString, string, string>;
622
- photo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
623
- photo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
624
- photo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
625
- full_name: z.ZodEffects<z.ZodString, string, string>;
626
- mobile: z.ZodEffects<z.ZodString, string, string>;
627
- email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
628
- alternative_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
629
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
630
- }, "strip", z.ZodTypeAny, {
631
- notes: string;
632
- status: Status;
633
- organisation_id: string;
634
- organisation_branch_id: string;
635
- email: string;
636
- mobile: string;
637
- is_primary: YesNo;
638
- alternative_mobile: string;
639
- relationship_id: string;
640
- student_id: string;
641
- photo_url: string;
642
- photo_key: string;
643
- photo_name: string;
644
- full_name: string;
645
- }, {
646
- status: Status;
647
- organisation_id: string;
648
- organisation_branch_id: string;
649
- mobile: string;
650
- is_primary: YesNo;
651
- relationship_id: string;
652
- student_id: string;
653
- full_name: string;
654
- notes?: string | undefined;
655
- email?: string | undefined;
656
- alternative_mobile?: string | undefined;
657
- photo_url?: string | undefined;
658
- photo_key?: string | undefined;
659
- photo_name?: string | undefined;
660
- }>;
661
- type StudentGuardianLinkDTO = z.infer<typeof StudentGuardianLinkSchema>;
662
- declare const GuardianProfilePictureSchema: z.ZodObject<{
663
- photo_url: z.ZodEffects<z.ZodString, string, string>;
664
- photo_key: z.ZodEffects<z.ZodString, string, string>;
665
- photo_name: z.ZodEffects<z.ZodString, string, string>;
666
- }, "strip", z.ZodTypeAny, {
667
- photo_url: string;
668
- photo_key: string;
669
- photo_name: string;
670
- }, {
671
- photo_url: string;
672
- photo_key: string;
673
- photo_name: string;
674
- }>;
675
- type GuardianProfilePictureDTO = z.infer<typeof GuardianProfilePictureSchema>;
676
- declare const GuardianDetailsSchema: z.ZodObject<{
677
- full_name: z.ZodEffects<z.ZodString, string, string>;
678
- email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
679
- alternative_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
680
- }, "strip", z.ZodTypeAny, {
681
- email: string;
682
- alternative_mobile: string;
683
- full_name: string;
684
- }, {
685
- full_name: string;
686
- email?: string | undefined;
687
- alternative_mobile?: string | undefined;
688
- }>;
689
- type GuardianDetailsDTO = z.infer<typeof GuardianDetailsSchema>;
690
- declare const GuardianMobileNumberSchema: z.ZodObject<{
691
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
692
- organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
693
- old_mobile: z.ZodEffects<z.ZodString, string, string>;
694
- new_mobile: z.ZodEffects<z.ZodString, string, string>;
695
- }, "strip", z.ZodTypeAny, {
696
- organisation_id: string;
697
- organisation_branch_id: string;
698
- old_mobile: string;
699
- new_mobile: string;
700
- }, {
701
- organisation_id: string;
702
- organisation_branch_id: string;
703
- old_mobile: string;
704
- new_mobile: string;
705
- }>;
706
- type GuardianMobileNumberDTO = z.infer<typeof GuardianMobileNumberSchema>;
707
- declare const StudentGuardianLinkQuerySchema: z.ZodObject<{
708
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
709
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
710
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
711
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
712
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
713
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
714
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
715
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
716
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
717
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
718
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
719
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
720
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
721
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
722
- name: z.ZodEffects<z.ZodString, string, string>;
723
- field: z.ZodEffects<z.ZodString, string, string>;
724
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
725
- }, "strip", z.ZodTypeAny, {
726
- name: string;
727
- field: string;
728
- direction: OrderBy;
729
- }, {
730
- name: string;
731
- field: string;
732
- direction: OrderBy;
733
- }>, "many">>>;
734
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
735
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
736
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
737
- } & {
738
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
739
- organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
740
- student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
741
- guardian_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
742
- }, "strip", z.ZodTypeAny, {
743
- status: Status[];
744
- time_zone_id: string;
745
- search: string;
746
- paging: PAGING;
747
- page_count: number;
748
- page_index: number;
749
- load_parents: LoadParents;
750
- load_parents_list: string[];
751
- load_child: LoadChild;
752
- load_child_list: string[];
753
- load_child_count: LoadChildCount;
754
- load_child_count_list: string[];
755
- include_details: Record<string, any>;
756
- where_relations: Record<string, any>;
757
- order_by: {
758
- name: string;
759
- field: string;
760
- direction: OrderBy;
761
- }[];
762
- include_master_data: YesNo;
763
- date_format_id: string;
764
- organisation_ids: string[];
765
- organisation_branch_ids: string[];
766
- student_ids: string[];
767
- guardian_ids: string[];
768
- }, {
769
- time_zone_id: string;
770
- date_format_id: string;
771
- status?: Status[] | undefined;
772
- search?: string | undefined;
773
- paging?: PAGING | undefined;
774
- page_count?: unknown;
775
- page_index?: unknown;
776
- load_parents?: LoadParents | undefined;
777
- load_parents_list?: string[] | undefined;
778
- load_child?: LoadChild | undefined;
779
- load_child_list?: string[] | undefined;
780
- load_child_count?: LoadChildCount | undefined;
781
- load_child_count_list?: string[] | undefined;
782
- include_details?: Record<string, any> | undefined;
783
- where_relations?: Record<string, any> | undefined;
784
- order_by?: {
785
- name: string;
786
- field: string;
787
- direction: OrderBy;
788
- }[] | undefined;
789
- include_master_data?: YesNo | undefined;
790
- organisation_ids?: string[] | undefined;
791
- organisation_branch_ids?: string[] | undefined;
792
- student_ids?: string[] | undefined;
793
- guardian_ids?: string[] | undefined;
794
- }>;
795
- type StudentGuardianLinkQueryDTO = z.infer<typeof StudentGuardianLinkQuerySchema>;
796
- declare const StudentGuardianAutofillQuerySchema: z.ZodObject<{
797
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
798
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
799
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
800
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
801
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
802
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
803
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
804
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
805
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
806
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
807
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
808
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
809
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
810
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
811
- name: z.ZodEffects<z.ZodString, string, string>;
812
- field: z.ZodEffects<z.ZodString, string, string>;
813
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
814
- }, "strip", z.ZodTypeAny, {
815
- name: string;
816
- field: string;
817
- direction: OrderBy;
818
- }, {
819
- name: string;
820
- field: string;
821
- direction: OrderBy;
822
- }>, "many">>>;
823
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
824
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
825
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
826
- } & {
827
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
828
- organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
829
- mobile: z.ZodEffects<z.ZodString, string, string>;
830
- }, "strip", z.ZodTypeAny, {
831
- status: Status[];
832
- organisation_id: string;
833
- organisation_branch_id: string;
834
- time_zone_id: string;
835
- search: string;
836
- paging: PAGING;
837
- page_count: number;
838
- page_index: number;
839
- load_parents: LoadParents;
840
- load_parents_list: string[];
841
- load_child: LoadChild;
842
- load_child_list: string[];
843
- load_child_count: LoadChildCount;
844
- load_child_count_list: string[];
845
- include_details: Record<string, any>;
846
- where_relations: Record<string, any>;
847
- order_by: {
848
- name: string;
849
- field: string;
850
- direction: OrderBy;
851
- }[];
852
- include_master_data: YesNo;
853
- date_format_id: string;
854
- mobile: string;
855
- }, {
856
- organisation_id: string;
857
- organisation_branch_id: string;
858
- time_zone_id: string;
859
- date_format_id: string;
860
- mobile: string;
861
- status?: Status[] | undefined;
862
- search?: string | undefined;
863
- paging?: PAGING | undefined;
864
- page_count?: unknown;
865
- page_index?: unknown;
866
- load_parents?: LoadParents | undefined;
867
- load_parents_list?: string[] | undefined;
868
- load_child?: LoadChild | undefined;
869
- load_child_list?: string[] | undefined;
870
- load_child_count?: LoadChildCount | undefined;
871
- load_child_count_list?: string[] | undefined;
872
- include_details?: Record<string, any> | undefined;
873
- where_relations?: Record<string, any> | undefined;
874
- order_by?: {
875
- name: string;
876
- field: string;
877
- direction: OrderBy;
878
- }[] | undefined;
879
- include_master_data?: YesNo | undefined;
880
- }>;
881
- type StudentGuardianAutofillQueryDTO = z.infer<typeof StudentGuardianAutofillQuerySchema>;
882
- declare const StudentLeaveRequestSchema: z.ZodObject<{
883
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
884
- organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
885
- student_id: z.ZodEffects<z.ZodString, string, string>;
886
- date_from: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
887
- date_to: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
888
- leave_type: z.ZodType<StudentLeaveType, z.ZodTypeDef, StudentLeaveType>;
889
- reason: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
890
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
891
- }, "strip", z.ZodTypeAny, {
892
- organisation_id: string;
893
- organisation_branch_id: string;
894
- time_zone_id: string;
895
- student_id: string;
896
- date_from: string;
897
- date_to: string;
898
- leave_type: StudentLeaveType;
899
- reason: string;
900
- }, {
901
- organisation_id: string;
902
- organisation_branch_id: string;
903
- time_zone_id: string;
904
- student_id: string;
905
- date_from: string;
906
- date_to: string;
907
- leave_type: StudentLeaveType;
908
- reason?: string | undefined;
909
- }>;
910
- type StudentLeaveRequestDTO = z.infer<typeof StudentLeaveRequestSchema>;
911
- declare const StudentLeaveRequestApprovalSchema: z.ZodObject<{
912
- approval_status: z.ZodType<ApprovalStatus, z.ZodTypeDef, ApprovalStatus>;
913
- approval_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
914
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
915
- }, "strip", z.ZodTypeAny, {
916
- time_zone_id: string;
917
- approval_status: ApprovalStatus;
918
- approval_notes: string;
919
- }, {
920
- time_zone_id: string;
921
- approval_status: ApprovalStatus;
922
- approval_notes?: string | undefined;
923
- }>;
924
- type StudentLeaveRequestApprovalDTO = z.infer<typeof StudentLeaveRequestApprovalSchema>;
925
- declare const StudentLeaveRequestQuerySchema: z.ZodObject<{
926
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
927
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
928
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
929
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
930
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
931
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
932
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
933
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
934
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
935
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
936
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
937
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
938
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
939
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
940
- name: z.ZodEffects<z.ZodString, string, string>;
941
- field: z.ZodEffects<z.ZodString, string, string>;
942
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
943
- }, "strip", z.ZodTypeAny, {
944
- name: string;
945
- field: string;
946
- direction: OrderBy;
947
- }, {
948
- name: string;
949
- field: string;
950
- direction: OrderBy;
951
- }>, "many">>>;
952
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
953
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
954
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
955
- } & {
956
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
957
- organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
958
- student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
959
- student_leave_request_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
960
- approval_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ApprovalStatus>, "many">>>;
961
- }, "strip", z.ZodTypeAny, {
962
- status: Status[];
963
- time_zone_id: string;
964
- search: string;
965
- paging: PAGING;
966
- page_count: number;
967
- page_index: number;
968
- load_parents: LoadParents;
969
- load_parents_list: string[];
970
- load_child: LoadChild;
971
- load_child_list: string[];
972
- load_child_count: LoadChildCount;
973
- load_child_count_list: string[];
974
- include_details: Record<string, any>;
975
- where_relations: Record<string, any>;
976
- order_by: {
977
- name: string;
978
- field: string;
979
- direction: OrderBy;
980
- }[];
981
- include_master_data: YesNo;
982
- date_format_id: string;
983
- organisation_ids: string[];
984
- organisation_branch_ids: string[];
985
- approval_status: ApprovalStatus[];
986
- student_ids: string[];
987
- student_leave_request_ids: string[];
988
- }, {
989
- time_zone_id: string;
990
- date_format_id: string;
991
- status?: Status[] | undefined;
992
- search?: string | undefined;
993
- paging?: PAGING | undefined;
994
- page_count?: unknown;
995
- page_index?: unknown;
996
- load_parents?: LoadParents | undefined;
997
- load_parents_list?: string[] | undefined;
998
- load_child?: LoadChild | undefined;
999
- load_child_list?: string[] | undefined;
1000
- load_child_count?: LoadChildCount | undefined;
1001
- load_child_count_list?: string[] | undefined;
1002
- include_details?: Record<string, any> | undefined;
1003
- where_relations?: Record<string, any> | undefined;
1004
- order_by?: {
1005
- name: string;
1006
- field: string;
1007
- direction: OrderBy;
1008
- }[] | undefined;
1009
- include_master_data?: YesNo | undefined;
1010
- organisation_ids?: string[] | undefined;
1011
- organisation_branch_ids?: string[] | undefined;
1012
- approval_status?: ApprovalStatus[] | undefined;
1013
- student_ids?: string[] | undefined;
1014
- student_leave_request_ids?: string[] | undefined;
1015
- }>;
1016
- type StudentLeaveRequestQueryDTO = z.infer<typeof StudentLeaveRequestQuerySchema>;
1017
- declare const StudentStopChangeRequestSchema: z.ZodObject<{
1018
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
1019
- organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
1020
- student_id: z.ZodEffects<z.ZodString, string, string>;
1021
- student_address_id: z.ZodEffects<z.ZodString, string, string>;
1022
- change_pickup: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
1023
- change_drop: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
1024
- is_temporary: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
1025
- apply_from: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
1026
- apply_until: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
1027
- reason: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1028
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
1029
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
1030
- }, "strip", z.ZodTypeAny, {
1031
- status: Status;
1032
- organisation_id: string;
1033
- organisation_branch_id: string;
1034
- time_zone_id: string;
1035
- student_id: string;
1036
- student_address_id: string;
1037
- reason: string;
1038
- change_pickup: YesNo;
1039
- change_drop: YesNo;
1040
- is_temporary: YesNo;
1041
- apply_from: string;
1042
- apply_until: string;
1043
- }, {
1044
- status: Status;
1045
- organisation_id: string;
1046
- organisation_branch_id: string;
1047
- time_zone_id: string;
1048
- student_id: string;
1049
- student_address_id: string;
1050
- change_pickup: YesNo;
1051
- change_drop: YesNo;
1052
- is_temporary: YesNo;
1053
- apply_from: string;
1054
- reason?: string | undefined;
1055
- apply_until?: string | undefined;
1056
- }>;
1057
- type StudentStopChangeRequestDTO = z.infer<typeof StudentStopChangeRequestSchema>;
1058
- declare const StudentStopChangeRequestApprovalSchema: z.ZodObject<{
1059
- approval_status: z.ZodType<ApprovalStatus, z.ZodTypeDef, ApprovalStatus>;
1060
- approval_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1061
- }, "strip", z.ZodTypeAny, {
1062
- approval_status: ApprovalStatus;
1063
- approval_notes: string;
1064
- }, {
1065
- approval_status: ApprovalStatus;
1066
- approval_notes?: string | undefined;
1067
- }>;
1068
- type StudentStopChangeRequestApprovalDTO = z.infer<typeof StudentStopChangeRequestApprovalSchema>;
1069
- declare const StudentStopChangeRequestQuerySchema: z.ZodObject<{
1070
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1071
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
1072
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
1073
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
1074
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
1075
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
1076
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1077
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
1078
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1079
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
1080
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1081
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
1082
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
1083
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1084
- name: z.ZodEffects<z.ZodString, string, string>;
1085
- field: z.ZodEffects<z.ZodString, string, string>;
1086
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
1087
- }, "strip", z.ZodTypeAny, {
1088
- name: string;
1089
- field: string;
1090
- direction: OrderBy;
1091
- }, {
1092
- name: string;
1093
- field: string;
1094
- direction: OrderBy;
1095
- }>, "many">>>;
1096
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
1097
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
1098
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
1099
- } & {
1100
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1101
- organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1102
- student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1103
- student_address_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1104
- student_stop_change_request_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1105
- approval_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ApprovalStatus>, "many">>>;
1106
- }, "strip", z.ZodTypeAny, {
1107
- status: Status[];
1108
- time_zone_id: string;
1109
- search: string;
1110
- paging: PAGING;
1111
- page_count: number;
1112
- page_index: number;
1113
- load_parents: LoadParents;
1114
- load_parents_list: string[];
1115
- load_child: LoadChild;
1116
- load_child_list: string[];
1117
- load_child_count: LoadChildCount;
1118
- load_child_count_list: string[];
1119
- include_details: Record<string, any>;
1120
- where_relations: Record<string, any>;
1121
- order_by: {
1122
- name: string;
1123
- field: string;
1124
- direction: OrderBy;
1125
- }[];
1126
- include_master_data: YesNo;
1127
- date_format_id: string;
1128
- organisation_ids: string[];
1129
- organisation_branch_ids: string[];
1130
- approval_status: ApprovalStatus[];
1131
- student_ids: string[];
1132
- student_address_ids: string[];
1133
- student_stop_change_request_ids: string[];
1134
- }, {
1135
- time_zone_id: string;
1136
- date_format_id: string;
1137
- status?: Status[] | undefined;
1138
- search?: string | undefined;
1139
- paging?: PAGING | undefined;
1140
- page_count?: unknown;
1141
- page_index?: unknown;
1142
- load_parents?: LoadParents | undefined;
1143
- load_parents_list?: string[] | undefined;
1144
- load_child?: LoadChild | undefined;
1145
- load_child_list?: string[] | undefined;
1146
- load_child_count?: LoadChildCount | undefined;
1147
- load_child_count_list?: string[] | undefined;
1148
- include_details?: Record<string, any> | undefined;
1149
- where_relations?: Record<string, any> | undefined;
1150
- order_by?: {
1151
- name: string;
1152
- field: string;
1153
- direction: OrderBy;
1154
- }[] | undefined;
1155
- include_master_data?: YesNo | undefined;
1156
- organisation_ids?: string[] | undefined;
1157
- organisation_branch_ids?: string[] | undefined;
1158
- approval_status?: ApprovalStatus[] | undefined;
1159
- student_ids?: string[] | undefined;
1160
- student_address_ids?: string[] | undefined;
1161
- student_stop_change_request_ids?: string[] | undefined;
1162
- }>;
1163
- type StudentStopChangeRequestQueryDTO = z.infer<typeof StudentStopChangeRequestQuerySchema>;
1164
- declare const toStudentPayload: (row: Student) => StudentDTO;
1165
- declare const newStudentPayload: () => StudentDTO;
1166
- declare const toStudentAddressPayload: (row: StudentAddress) => StudentAddressDTO;
1167
- declare const newStudentAddressPayload: () => StudentAddressDTO;
1168
- declare const toStudentLeaveRequestPayload: (row: StudentLeaveRequest) => StudentLeaveRequestDTO;
1169
- declare const newStudentLeaveRequestPayload: () => StudentLeaveRequestDTO;
1170
- declare const toStudentStopChangeRequestPayload: (row: StudentStopChangeRequest) => StudentStopChangeRequestDTO;
1171
- declare const newStudentStopChangeRequestPayload: () => StudentStopChangeRequestDTO;
1172
- declare const toStudentGuardianLinkPayload: (row: StudentGuardianLink) => StudentGuardianLinkDTO;
1173
- declare const newStudentGuardianLinkPayload: () => StudentGuardianLinkDTO;
1174
- declare const findStudent: (data: StudentQueryDTO) => Promise<FBR<Student[]>>;
1175
- declare const createStudent: (data: StudentDTO) => Promise<SBR>;
1176
- declare const updateStudent: (id: string, data: StudentDTO) => Promise<SBR>;
1177
- declare const deleteStudent: (id: string) => Promise<SBR>;
1178
- declare const findStudentsWithNoRoutePickup: (data: StudentNoRouteQueryDTO) => Promise<FBR<Student[]>>;
1179
- declare const findStudentsWithNoRouteDrop: (data: StudentNoRouteQueryDTO) => Promise<FBR<Student[]>>;
1180
- declare const updateProfilePicture: (id: string, data: StudentProfilePictureDTO) => Promise<SBR>;
1181
- declare const createStudentAddress: (data: StudentAddressDTO) => Promise<SBR>;
1182
- declare const findStudentAddress: (data: StudentAddressQueryDTO) => Promise<FBR<StudentAddress[]>>;
1183
- declare const updateStudentAddress: (id: string, data: StudentAddressDTO) => Promise<SBR>;
1184
- declare const updateAddressBusStopAssign: (id: string, data: StudentAddressBusStopAssignDTO) => Promise<SBR>;
1185
- declare const deleteStudentAddress: (id: string) => Promise<SBR>;
1186
- declare const createStudentGuardianLink: (data: StudentGuardianLinkDTO) => Promise<SBR>;
1187
- declare const findStudentGuardianLink: (data: StudentGuardianLinkQueryDTO) => Promise<FBR<StudentGuardianLink[]>>;
1188
- declare const updateStudentGuardianLink: (id: string, data: StudentGuardianLinkDTO) => Promise<SBR>;
1189
- declare const updateGuardianProfilePicture: (id: string, data: GuardianProfilePictureDTO) => Promise<SBR>;
1190
- declare const updateGuardianDetails: (id: string, data: GuardianDetailsDTO) => Promise<SBR>;
1191
- declare const updateGuardianMobileNumber: (id: string, data: GuardianMobileNumberDTO) => Promise<SBR>;
1192
- declare const deleteStudentGuardian: (id: string) => Promise<SBR>;
1193
- declare const findStudentGuardianAutofillDetails: (data: StudentGuardianAutofillQueryDTO) => Promise<FBR<StudentGuardianLink[]>>;
1194
- declare const createStudentLeaveRequest: (data: StudentLeaveRequestDTO) => Promise<SBR>;
1195
- declare const findStudentLeaveRequest: (data: StudentLeaveRequestQueryDTO) => Promise<FBR<StudentLeaveRequest[]>>;
1196
- declare const updateStudentLeaveRequest: (id: string, data: StudentLeaveRequestDTO) => Promise<SBR>;
1197
- declare const approveLeaveRequest: (id: string, data: StudentLeaveRequestApprovalDTO) => Promise<SBR>;
1198
- declare const deleteStudentLeaveRequest: (id: string) => Promise<SBR>;
1199
- declare const createStudentStopChangeRequest: (data: StudentStopChangeRequestDTO) => Promise<SBR>;
1200
- declare const findStudentStopChangeRequest: (data: StudentStopChangeRequestQueryDTO) => Promise<FBR<StudentStopChangeRequest[]>>;
1201
- declare const updateStudentStopChangeRequest: (id: string, data: StudentStopChangeRequestDTO) => Promise<SBR>;
1202
- declare const approveStopChangeRequest: (id: string, data: StudentStopChangeRequestApprovalDTO) => Promise<SBR>;
1203
- declare const deleteStudentStopChangeRequest: (id: string) => Promise<SBR>;
1204
-
1205
- export { type GuardianDetailsDTO, GuardianDetailsSchema, type GuardianMobileNumberDTO, GuardianMobileNumberSchema, type GuardianProfilePictureDTO, GuardianProfilePictureSchema, type Student, type StudentAddress, type StudentAddressBusStopAssignDTO, StudentAddressBusStopAssignSchema, type StudentAddressDTO, type StudentAddressQueryDTO, StudentAddressQuerySchema, StudentAddressSchema, type StudentDTO, type StudentGuardianAutofillQueryDTO, StudentGuardianAutofillQuerySchema, type StudentGuardianLink, type StudentGuardianLinkDTO, type StudentGuardianLinkQueryDTO, StudentGuardianLinkQuerySchema, StudentGuardianLinkSchema, type StudentLeaveRequest, type StudentLeaveRequestApprovalDTO, StudentLeaveRequestApprovalSchema, type StudentLeaveRequestDTO, type StudentLeaveRequestQueryDTO, StudentLeaveRequestQuerySchema, StudentLeaveRequestSchema, type StudentNoRouteQueryDTO, StudentNoRouteQuerySchema, type StudentProfilePictureDTO, StudentProfilePictureSchema, type StudentQueryDTO, StudentQuerySchema, StudentSchema, type StudentStopChangeRequest, type StudentStopChangeRequestApprovalDTO, StudentStopChangeRequestApprovalSchema, type StudentStopChangeRequestDTO, type StudentStopChangeRequestQueryDTO, StudentStopChangeRequestQuerySchema, StudentStopChangeRequestSchema, approveLeaveRequest, approveStopChangeRequest, createStudent, createStudentAddress, createStudentGuardianLink, createStudentLeaveRequest, createStudentStopChangeRequest, deleteStudent, deleteStudentAddress, deleteStudentGuardian, deleteStudentLeaveRequest, deleteStudentStopChangeRequest, findStudent, findStudentAddress, findStudentGuardianAutofillDetails, findStudentGuardianLink, findStudentLeaveRequest, findStudentStopChangeRequest, findStudentsWithNoRouteDrop, findStudentsWithNoRoutePickup, newStudentAddressPayload, newStudentGuardianLinkPayload, newStudentLeaveRequestPayload, newStudentPayload, newStudentStopChangeRequestPayload, toStudentAddressPayload, toStudentGuardianLinkPayload, toStudentLeaveRequestPayload, toStudentPayload, toStudentStopChangeRequestPayload, updateAddressBusStopAssign, updateGuardianDetails, updateGuardianMobileNumber, updateGuardianProfilePicture, updateProfilePicture, updateStudent, updateStudentAddress, updateStudentGuardianLink, updateStudentLeaveRequest, updateStudentStopChangeRequest };