vms-nest-prisma-api-document 199.0.0 → 202.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 (87) hide show
  1. package/dist/services/account/bookmark_service.d.ts +1 -1
  2. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  3. package/dist/services/account/report_preferences.service.d.ts +1 -1
  4. package/dist/services/account/ticket_service.d.ts +1 -1
  5. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +21 -21
  6. package/dist/services/fleet/bus_mangement/calender.d.ts +7 -7
  7. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  8. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/student.d.ts +13 -13
  10. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  11. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  12. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  13. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  14. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
  15. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
  16. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
  17. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  18. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  19. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  20. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  21. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  22. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  23. package/dist/services/main/users/auth_service.d.ts +1 -1
  24. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  25. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  26. package/dist/services/main/users/user_service.d.ts +1 -1
  27. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  28. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  29. package/dist/services/main/vehicle/master_vehicle_service.js +72 -53
  30. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  31. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  32. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  33. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  34. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  35. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  36. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  37. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  38. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  39. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  40. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  41. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  42. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  43. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  44. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  45. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  46. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  47. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  48. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  49. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  50. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  51. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  52. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  53. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  54. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  55. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  56. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  57. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  58. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  59. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  61. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  62. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  63. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  64. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  65. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  66. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  67. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +9 -9
  68. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  69. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  70. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  71. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  72. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  73. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  74. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  75. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  76. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +4 -127
  77. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  78. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  79. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  80. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  81. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  82. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  83. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  86. package/dist/{user_organisation_service-D0C-0xuK.d.ts → user_organisation_service-BFKjwqM3.d.ts} +280 -20
  87. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  import { MenuType, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../user_organisation_service-D0C-0xuK.js';
4
+ import { U as UserOrganisation, a as User } from '../../user_organisation_service-BFKjwqM3.js';
5
5
  import '../../zod_utils/zod_base_schema.js';
6
6
  import '../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { OnOff, NotificationChannel, YesNo, NotificationList, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } from '../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, M as MasterVehicle, a as User } from '../../user_organisation_service-D0C-0xuK.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, a as User } from '../../user_organisation_service-BFKjwqM3.js';
5
5
  import { GPSGeofence } from '../gps/features/geofence/gps_geofence_service.js';
6
6
  import '../../zod_utils/zod_base_schema.js';
7
7
  import '../master/main/master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { OnOff, ReportType, ReportList, ReportChannel, YesNo, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } from '../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, M as MasterVehicle } from '../../user_organisation_service-D0C-0xuK.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../user_organisation_service-BFKjwqM3.js';
5
5
  import '../../zod_utils/zod_base_schema.js';
6
6
  import '../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -2,6 +2,6 @@ import '../../core/Enums.js';
2
2
  import '../../core/BaseResponse.js';
3
3
  import 'zod';
4
4
  import '../../zod_utils/zod_base_schema.js';
5
- import '../../user_organisation_service-D0C-0xuK.js';
5
+ import '../../user_organisation_service-BFKjwqM3.js';
6
6
  export { T as Ticket, e as TicketDTO, a as TicketFile, c as TicketFileDTO, b as TicketFileSchema, i as TicketQueryDTO, h as TicketQuerySchema, d as TicketSchema, g as TicketVerifyDTO, f as TicketVerifySchema, l as createTicket, q as createTicketFile, o as deleteTicket, k as findTickets, p as getTicketFilePresignedUrl, n as newTicketPayload, r as removeTicketFile, t as toTicketPayload, j as toVerifyTicketPayload, u as updateTicket, m as updateVerifyStatus } from '../main/users/user_admin_service.js';
7
7
  import '../master/main/master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { BusStopType, GeofenceType, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-D0C-0xuK.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-BFKjwqM3.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -89,11 +89,10 @@ declare const BusStopSchema: z.ZodObject<{
89
89
  }>, "many">>>;
90
90
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
91
91
  }, "strip", z.ZodTypeAny, {
92
- stop_name: string;
93
- stop_code: string;
94
- stop_type: BusStopType;
95
- stop_description: string;
96
- stop_duration_seconds: number;
92
+ status: Status;
93
+ organisation_id: string;
94
+ organisation_branch_id: string;
95
+ country_code: string;
97
96
  address_line1: string;
98
97
  address_line2: string;
99
98
  locality_landmark: string;
@@ -103,30 +102,29 @@ declare const BusStopSchema: z.ZodObject<{
103
102
  state_province_region: string;
104
103
  postal_code: string;
105
104
  country: string;
106
- country_code: string;
105
+ stop_name: string;
106
+ stop_code: string;
107
+ stop_type: BusStopType;
108
+ stop_description: string;
109
+ stop_duration_seconds: number;
107
110
  google_location: string;
108
111
  geofence_type: GeofenceType;
109
112
  polygon_data: {
110
113
  latitude: number;
111
114
  longitude: number;
112
115
  }[];
113
- status: Status;
114
- organisation_id: string;
115
- organisation_branch_id: string;
116
116
  stop_latitude?: number | undefined;
117
117
  stop_longitude?: number | undefined;
118
118
  radius_meters?: number | undefined;
119
119
  radius_km?: number | undefined;
120
120
  }, {
121
- stop_name: string;
122
- stop_type: BusStopType;
123
- geofence_type: GeofenceType;
124
121
  status: Status;
125
122
  organisation_id: string;
126
123
  organisation_branch_id: string;
127
- stop_code?: string | undefined;
128
- stop_description?: string | undefined;
129
- stop_duration_seconds?: unknown;
124
+ stop_name: string;
125
+ stop_type: BusStopType;
126
+ geofence_type: GeofenceType;
127
+ country_code?: string | undefined;
130
128
  address_line1?: string | undefined;
131
129
  address_line2?: string | undefined;
132
130
  locality_landmark?: string | undefined;
@@ -136,7 +134,9 @@ declare const BusStopSchema: z.ZodObject<{
136
134
  state_province_region?: string | undefined;
137
135
  postal_code?: string | undefined;
138
136
  country?: string | undefined;
139
- country_code?: string | undefined;
137
+ stop_code?: string | undefined;
138
+ stop_description?: string | undefined;
139
+ stop_duration_seconds?: unknown;
140
140
  google_location?: string | undefined;
141
141
  stop_latitude?: unknown;
142
142
  stop_longitude?: unknown;
@@ -185,8 +185,6 @@ declare const BusStopQuerySchema: z.ZodObject<{
185
185
  stop_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BusStopType>, "many">>>;
186
186
  geofence_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofenceType>, "many">>>;
187
187
  }, "strip", z.ZodTypeAny, {
188
- stop_type: BusStopType[];
189
- geofence_type: GeofenceType[];
190
188
  status: Status[];
191
189
  search: string;
192
190
  paging: PAGING;
@@ -210,12 +208,12 @@ declare const BusStopQuerySchema: z.ZodObject<{
210
208
  time_zone_id: string;
211
209
  organisation_ids: string[];
212
210
  organisation_branch_ids: string[];
211
+ stop_type: BusStopType[];
212
+ geofence_type: GeofenceType[];
213
213
  bus_stop_ids: string[];
214
214
  }, {
215
215
  date_format_id: string;
216
216
  time_zone_id: string;
217
- stop_type?: BusStopType[] | undefined;
218
- geofence_type?: GeofenceType[] | undefined;
219
217
  status?: Status[] | undefined;
220
218
  search?: string | undefined;
221
219
  paging?: PAGING | undefined;
@@ -237,6 +235,8 @@ declare const BusStopQuerySchema: z.ZodObject<{
237
235
  include_master_data?: YesNo | undefined;
238
236
  organisation_ids?: string[] | undefined;
239
237
  organisation_branch_ids?: string[] | undefined;
238
+ stop_type?: BusStopType[] | undefined;
239
+ geofence_type?: GeofenceType[] | undefined;
240
240
  bus_stop_ids?: string[] | undefined;
241
241
  }>;
242
242
  type BusStopQueryDTO = z.infer<typeof BusStopQuerySchema>;
@@ -1,7 +1,7 @@
1
1
  import { HolidayType, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-D0C-0xuK.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-BFKjwqM3.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -29,20 +29,20 @@ declare const OrganisationCalendarSchema: z.ZodObject<{
29
29
  notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
30
30
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
31
31
  }, "strip", z.ZodTypeAny, {
32
- status: Status;
33
- organisation_id: string;
34
- organisation_branch_id: string;
35
32
  calendar_date: string;
36
33
  holiday_type: HolidayType;
37
34
  title: string;
38
35
  notes: string;
39
- }, {
40
36
  status: Status;
41
37
  organisation_id: string;
42
38
  organisation_branch_id: string;
39
+ }, {
43
40
  calendar_date: string;
44
41
  holiday_type: HolidayType;
45
42
  title: string;
43
+ status: Status;
44
+ organisation_id: string;
45
+ organisation_branch_id: string;
46
46
  notes?: string | undefined;
47
47
  }>;
48
48
  type OrganisationCalendarDTO = z.infer<typeof OrganisationCalendarSchema>;
@@ -82,6 +82,7 @@ declare const OrganisationCalendarQuerySchema: z.ZodObject<{
82
82
  calendar_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
83
83
  holiday_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof HolidayType>, "many">>>;
84
84
  }, "strip", z.ZodTypeAny, {
85
+ holiday_type: HolidayType[];
85
86
  status: Status[];
86
87
  search: string;
87
88
  paging: PAGING;
@@ -105,11 +106,11 @@ declare const OrganisationCalendarQuerySchema: z.ZodObject<{
105
106
  time_zone_id: string;
106
107
  organisation_ids: string[];
107
108
  organisation_branch_ids: string[];
108
- holiday_type: HolidayType[];
109
109
  calendar_ids: string[];
110
110
  }, {
111
111
  date_format_id: string;
112
112
  time_zone_id: string;
113
+ holiday_type?: HolidayType[] | undefined;
113
114
  status?: Status[] | undefined;
114
115
  search?: string | undefined;
115
116
  paging?: PAGING | undefined;
@@ -131,7 +132,6 @@ declare const OrganisationCalendarQuerySchema: z.ZodObject<{
131
132
  include_master_data?: YesNo | undefined;
132
133
  organisation_ids?: string[] | undefined;
133
134
  organisation_branch_ids?: string[] | undefined;
134
- holiday_type?: HolidayType[] | undefined;
135
135
  calendar_ids?: string[] | undefined;
136
136
  }>;
137
137
  type OrganisationCalendarQueryDTO = z.infer<typeof OrganisationCalendarQuerySchema>;
@@ -1,7 +1,7 @@
1
1
  import { Status, BusLeg, YesNo, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, O as OrganisationBranch, M as MasterVehicle, b as MasterDriver } from '../../../user_organisation_service-D0C-0xuK.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch, M as MasterVehicle, b as MasterDriver } from '../../../user_organisation_service-BFKjwqM3.js';
5
5
  import { BusStop } from './bus_stop.js';
6
6
  import { Student } from './student.js';
7
7
  import '../../../zod_utils/zod_base_schema.js';
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-D0C-0xuK.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-BFKjwqM3.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { EnrollmentStatus, TransportPlanType, Status, YesNo, StudentLeaveType, ApprovalStatus, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-D0C-0xuK.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-BFKjwqM3.js';
5
5
  import { MasterClass } from '../../master/bus/master_class_service.js';
6
6
  import { MasterProgram } from '../../master/bus/master_program_service.js';
7
7
  import { MasterSection } from '../../master/bus/master_section_service.js';
@@ -464,6 +464,11 @@ declare const StudentAddressSchema: z.ZodObject<{
464
464
  notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
465
465
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
466
466
  }, "strip", z.ZodTypeAny, {
467
+ notes: string;
468
+ status: Status;
469
+ organisation_id: string;
470
+ organisation_branch_id: string;
471
+ country_code: string;
467
472
  address_line1: string;
468
473
  address_line2: string;
469
474
  locality_landmark: string;
@@ -473,23 +478,22 @@ declare const StudentAddressSchema: z.ZodObject<{
473
478
  state_province_region: string;
474
479
  postal_code: string;
475
480
  country: string;
476
- country_code: string;
477
481
  google_location: string;
478
- status: Status;
479
- organisation_id: string;
480
- organisation_branch_id: string;
481
- notes: string;
482
482
  student_id: string;
483
483
  is_default: YesNo;
484
484
  latitude?: number | undefined;
485
485
  longitude?: number | undefined;
486
486
  }, {
487
- address_line1: string;
488
487
  status: Status;
489
488
  organisation_id: string;
490
489
  organisation_branch_id: string;
490
+ address_line1: string;
491
491
  student_id: string;
492
492
  is_default: YesNo;
493
+ notes?: string | undefined;
494
+ country_code?: string | undefined;
495
+ latitude?: unknown;
496
+ longitude?: unknown;
493
497
  address_line2?: string | undefined;
494
498
  locality_landmark?: string | undefined;
495
499
  neighborhood?: string | undefined;
@@ -498,11 +502,7 @@ declare const StudentAddressSchema: z.ZodObject<{
498
502
  state_province_region?: string | undefined;
499
503
  postal_code?: string | undefined;
500
504
  country?: string | undefined;
501
- country_code?: string | undefined;
502
505
  google_location?: string | undefined;
503
- latitude?: unknown;
504
- longitude?: unknown;
505
- notes?: string | undefined;
506
506
  }>;
507
507
  type StudentAddressDTO = z.infer<typeof StudentAddressSchema>;
508
508
  declare const StudentAddressBusStopAssignSchema: z.ZodObject<{
@@ -624,12 +624,12 @@ declare const StudentGuardianLinkSchema: z.ZodObject<{
624
624
  alternative_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
625
625
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
626
626
  }, "strip", z.ZodTypeAny, {
627
+ notes: string;
627
628
  status: Status;
628
629
  organisation_id: string;
629
630
  organisation_branch_id: string;
630
631
  email: string;
631
632
  mobile: string;
632
- notes: string;
633
633
  relationship_id: string;
634
634
  student_id: string;
635
635
  photo_url: string;
@@ -647,8 +647,8 @@ declare const StudentGuardianLinkSchema: z.ZodObject<{
647
647
  student_id: string;
648
648
  is_primary: YesNo;
649
649
  full_name: string;
650
- email?: string | undefined;
651
650
  notes?: string | undefined;
651
+ email?: string | undefined;
652
652
  photo_url?: string | undefined;
653
653
  photo_key?: string | undefined;
654
654
  photo_name?: string | undefined;
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice } from '../../../user_organisation_service-D0C-0xuK.js';
4
+ import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice } from '../../../user_organisation_service-BFKjwqM3.js';
5
5
  import { FuelConsumptionMonthly } from '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
6
6
  import '../../../zod_utils/zod_base_schema.js';
7
7
  import '../../master/main/master_main_sim_provider_service.js';
@@ -2,7 +2,7 @@ import { GPSFuelApproveStatus, RefillEntrySource, RefillMethod, PaymentMode, Pay
2
2
  import { BaseCommonFile, FBR, SBR, BR, AWSPresignedUrl } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
4
  import { FilePresignedUrlDTO } from '../../../zod_utils/zod_base_schema.js';
5
- import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-D0C-0xuK.js';
5
+ import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-BFKjwqM3.js';
6
6
  import { MasterMainLandmark } from '../../master/main/master_main_landmark_service.js';
7
7
  import '../../master/main/master_main_sim_provider_service.js';
8
8
 
@@ -2,7 +2,7 @@ import { GPSFuelApproveStatus, RefillEntrySource, Status, FileType, PAGING, Load
2
2
  import { BaseCommonFile, FBR, SBR, BR, AWSPresignedUrl } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
4
  import { FilePresignedUrlDTO } from '../../../zod_utils/zod_base_schema.js';
5
- import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-D0C-0xuK.js';
5
+ import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-BFKjwqM3.js';
6
6
  import { MasterMainLandmark } from '../../master/main/master_main_landmark_service.js';
7
7
  import { MasterVehicleFuelRemovalReason } from '../../master/vehicle/master_vehicle_fuel_removal_reason_service.js';
8
8
  import '../../master/main/master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { GeofencePurposeType, GeofenceType, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation } from '../../../../user_organisation_service-D0C-0xuK.js';
4
+ import { U as UserOrganisation } from '../../../../user_organisation_service-BFKjwqM3.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { GeofenceStatusType, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-D0C-0xuK.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-BFKjwqM3.js';
5
5
  import { GPSGeofence } from './gps_geofence_service.js';
6
6
  import '../../../../zod_utils/zod_base_schema.js';
7
7
  import '../../../master/main/master_main_sim_provider_service.js';
@@ -36,23 +36,23 @@ declare const GPSGeofenceTransactionSchema: z.ZodObject<{
36
36
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
37
37
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
38
38
  }, "strip", z.ZodTypeAny, {
39
- geofence_status_type: GeofenceStatusType;
40
- geofence_time: string;
41
39
  status: Status;
42
40
  organisation_id: string;
43
41
  vehicle_id: string;
44
42
  driver_id: string;
45
43
  gps_geofence_id: string;
46
44
  time_zone_id: string;
47
- }, {
48
45
  geofence_status_type: GeofenceStatusType;
49
46
  geofence_time: string;
47
+ }, {
50
48
  status: Status;
51
49
  organisation_id: string;
52
50
  vehicle_id: string;
53
51
  driver_id: string;
54
52
  gps_geofence_id: string;
55
53
  time_zone_id: string;
54
+ geofence_status_type: GeofenceStatusType;
55
+ geofence_time: string;
56
56
  }>;
57
57
  type GPSGeofenceTransactionDTO = z.infer<typeof GPSGeofenceTransactionSchema>;
58
58
  declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
@@ -94,7 +94,6 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
94
94
  from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
95
95
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
96
96
  }, "strip", z.ZodTypeAny, {
97
- geofence_status_type: GeofenceStatusType[];
98
97
  status: Status[];
99
98
  time_zone_id: string;
100
99
  search: string;
@@ -122,12 +121,12 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
122
121
  gps_geofence_ids: string[];
123
122
  from_date: string;
124
123
  to_date: string;
124
+ geofence_status_type: GeofenceStatusType[];
125
125
  }, {
126
126
  time_zone_id: string;
127
127
  date_format_id: string;
128
128
  from_date: string;
129
129
  to_date: string;
130
- geofence_status_type?: GeofenceStatusType[] | undefined;
131
130
  status?: Status[] | undefined;
132
131
  search?: string | undefined;
133
132
  paging?: PAGING | undefined;
@@ -151,6 +150,7 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
151
150
  vehicle_ids?: string[] | undefined;
152
151
  driver_ids?: string[] | undefined;
153
152
  gps_geofence_ids?: string[] | undefined;
153
+ geofence_status_type?: GeofenceStatusType[] | undefined;
154
154
  }>;
155
155
  type GPSGeofenceTransactionQueryDTO = z.infer<typeof GPSGeofenceTransactionQuerySchema>;
156
156
  declare const toGPSGeofenceTransactionPayload: (data: GPSGeofenceTransaction) => GPSGeofenceTransactionDTO;
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-D0C-0xuK.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-BFKjwqM3.js';
5
5
  import { GPSGeofence } from './gps_geofence_service.js';
6
6
  import { GPSGeofenceTransaction } from './gps_geofence_transaction_service.js';
7
7
  import '../../../../zod_utils/zod_base_schema.js';
@@ -46,27 +46,27 @@ declare const GPSGeofenceTransactionSummarySchema: z.ZodObject<{
46
46
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
47
47
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
48
48
  }, "strip", z.ZodTypeAny, {
49
+ geofence_enter_date_time: string;
50
+ geofence_exit_date_time: string;
51
+ duration_seconds: number;
49
52
  status: Status;
50
53
  organisation_id: string;
51
54
  vehicle_id: string;
52
55
  driver_id: string;
53
56
  gps_geofence_id: string;
54
- time_zone_id: string;
55
- geofence_enter_date_time: string;
56
- geofence_exit_date_time: string;
57
- duration_seconds: number;
58
57
  enter_gps_geofence_transaction_id: string;
59
58
  exit_gps_geofence_transaction_id: string;
59
+ time_zone_id: string;
60
60
  }, {
61
+ geofence_enter_date_time: string;
61
62
  status: Status;
62
63
  organisation_id: string;
63
64
  vehicle_id: string;
64
65
  driver_id: string;
65
66
  gps_geofence_id: string;
66
- time_zone_id: string;
67
- geofence_enter_date_time: string;
68
67
  enter_gps_geofence_transaction_id: string;
69
68
  exit_gps_geofence_transaction_id: string;
69
+ time_zone_id: string;
70
70
  geofence_exit_date_time?: string | undefined;
71
71
  duration_seconds?: unknown;
72
72
  }>;
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-D0C-0xuK.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-BFKjwqM3.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -55,12 +55,12 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
55
55
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
56
56
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
57
57
  }, "strip", z.ZodTypeAny, {
58
+ duration_seconds: number;
58
59
  status: Status;
59
60
  organisation_id: string;
60
61
  vehicle_id: string;
61
62
  driver_id: string;
62
63
  time_zone_id: string;
63
- duration_seconds: number;
64
64
  from_geofence_exit_date_time: string;
65
65
  to_geofence_enter_date_time: string;
66
66
  travel_duration_seconds: number;
@@ -1,7 +1,7 @@
1
1
  import { LinkType, LinkStatus, Status, ShareChannel, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, BR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-D0C-0xuK.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-BFKjwqM3.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { TrackHistoryLinkStatus, Status, ShareChannel, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, BR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-D0C-0xuK.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-BFKjwqM3.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7