vms-nest-prisma-api-document 1022.0.0 → 1024.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.
- package/dist/{bookmark_service-BD7ZzPt9.d.ts → bookmark_service-Dou3Jhqs.d.ts} +7852 -7523
- package/dist/services/account/bookmark_service.d.ts +1 -1
- package/dist/services/account/invoice_service.d.ts +5 -292
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/breakdown_management/breakdown_management_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/day_run.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_schedule.d.ts +1 -1
- package/dist/services/fleet/document_management/document_management_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
- package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
- package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
- package/dist/services/fleet/school_management/calendar_service.d.ts +1 -1
- package/dist/services/fleet/school_management/notice_board_service.d.ts +1 -1
- package/dist/services/fleet/school_management/student_service.d.ts +1 -1
- package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
- package/dist/services/fleet/service_management/fleet_service_service.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
- package/dist/services/fleet/workshop_management/fleet_workshop_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/gps/reports/gps_models/FuelConsumptionMonthly.d.ts +2 -1
- package/dist/services/gps/reports/gps_models/GPSOverSpeedViolation.d.ts +2 -1
- package/dist/services/gps/reports/gps_models/GpsAlert.d.ts +1 -0
- package/dist/services/gps/reports/gps_models/GpsAnalytics.d.ts +2 -1
- package/dist/services/gps/reports/gps_models/GpsSensor.d.ts +1 -0
- package/dist/services/gps/reports/gps_models/HourlyKmAnalysis.d.ts +2 -1
- package/dist/services/gps/reports/gps_models/KilometerMonthly.d.ts +2 -1
- package/dist/services/gps/reports/gps_models/Last24HoursKmReport.d.ts +2 -1
- package/dist/services/gps/reports/gps_models/OverSpeedViolationMonthly.d.ts +4 -2
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.js +27 -50
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_admin_service.d.ts +1 -1
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/users/user_service.js +7 -7
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/master/bus/master_class_service.d.ts +1 -1
- package/dist/services/master/bus/master_program_service.d.ts +1 -1
- package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
- package/dist/services/master/bus/master_section_service.d.ts +1 -1
- package/dist/services/master/bus/master_semester_service.d.ts +1 -1
- package/dist/services/master/bus/master_stream_service.d.ts +1 -1
- package/dist/services/master/bus/master_year_service.d.ts +1 -1
- package/dist/services/master/cache_reset/master_reset_cache_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_breakdown_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_part_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_sim_provider_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/services/website/exclusive_feature_access.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../core/Enums.js';
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { B_ as BookMark, C0 as BookMarkDTO, C2 as BookMarkQueryDTO, C1 as BookMarkQuerySchema, B$ as BookMarkSchema, C6 as createBookMark, C8 as deleteBookMark, C5 as findBookMarks, C4 as newBookMarkPayload, C3 as toBookMarkPayload, C7 as updateBookMark } from '../../bookmark_service-Dou3Jhqs.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,293 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
1
|
+
import '../../core/Enums.js';
|
|
2
|
+
import '../../core/BaseResponse.js';
|
|
3
|
+
import 'zod';
|
|
4
|
+
import '../../zod_utils/zod_base_schema.js';
|
|
5
|
+
export { mm as Invoice, mr as InvoiceDTO, mn as InvoiceFile, mp as InvoiceFileDTO, mo as InvoiceFileSchema, mt as InvoiceQueryDTO, ms as InvoiceQuerySchema, mq as InvoiceSchema, mA as createInvoice, mx as create_invoice_file, mC as deleteInvoice, mz as findInvoices, mw as get_invoice_file_presigned_url, mv as newInvoicePayload, my as remove_invoice_file, mu as toInvoicePayload, mB as updateInvoice } from '../../bookmark_service-Dou3Jhqs.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
7
|
-
|
|
8
|
-
interface Invoice extends Record<string, unknown> {
|
|
9
|
-
invoice_id: string;
|
|
10
|
-
invoice_number: string;
|
|
11
|
-
invoice_month_year: string;
|
|
12
|
-
invoice_amount: number;
|
|
13
|
-
invoice_generate_date?: string;
|
|
14
|
-
invoice_generate_date_f?: string;
|
|
15
|
-
invoice_due_date?: string;
|
|
16
|
-
invoice_due_date_f?: string;
|
|
17
|
-
payment_date?: string;
|
|
18
|
-
payment_date_f?: string;
|
|
19
|
-
invoice_status: InvoiceStatus;
|
|
20
|
-
status: Status;
|
|
21
|
-
added_date_time: string;
|
|
22
|
-
modified_date_time: string;
|
|
23
|
-
organisation_id: string;
|
|
24
|
-
UserOrganisation?: UserOrganisation;
|
|
25
|
-
organisation_name?: string;
|
|
26
|
-
organisation_code?: string;
|
|
27
|
-
currency_id: string;
|
|
28
|
-
MasterMainCurrency?: MasterMainCurrency;
|
|
29
|
-
currency_name?: string;
|
|
30
|
-
currency_code?: string;
|
|
31
|
-
currency_symbol?: string;
|
|
32
|
-
InvoiceFile?: InvoiceFile[];
|
|
33
|
-
_count?: {
|
|
34
|
-
InvoiceFile?: number;
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
interface InvoiceFile extends BaseCommonFile {
|
|
38
|
-
invoice_file_id: string;
|
|
39
|
-
organisation_id: string;
|
|
40
|
-
UserOrganisation?: UserOrganisation;
|
|
41
|
-
organisation_name?: string;
|
|
42
|
-
organisation_code?: string;
|
|
43
|
-
invoice_id: string;
|
|
44
|
-
Invoice?: Invoice;
|
|
45
|
-
invoice_number?: string;
|
|
46
|
-
}
|
|
47
|
-
declare const InvoiceFileSchema: z.ZodObject<{
|
|
48
|
-
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
49
|
-
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
50
|
-
file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
51
|
-
file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
52
|
-
file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
53
|
-
file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
54
|
-
file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
55
|
-
file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
56
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
57
|
-
} & {
|
|
58
|
-
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
59
|
-
invoice_id: z.ZodEffects<z.ZodString, string, string>;
|
|
60
|
-
}, "strip", z.ZodTypeAny, {
|
|
61
|
-
status: Status;
|
|
62
|
-
organisation_id: string;
|
|
63
|
-
usage_type: string;
|
|
64
|
-
file_type: FileType;
|
|
65
|
-
file_url: string;
|
|
66
|
-
file_key: string;
|
|
67
|
-
file_name: string;
|
|
68
|
-
file_description: string;
|
|
69
|
-
file_size: number;
|
|
70
|
-
file_metadata: Record<string, any>;
|
|
71
|
-
invoice_id: string;
|
|
72
|
-
}, {
|
|
73
|
-
status: Status;
|
|
74
|
-
organisation_id: string;
|
|
75
|
-
usage_type: string;
|
|
76
|
-
file_type: FileType;
|
|
77
|
-
invoice_id: string;
|
|
78
|
-
file_url?: string | undefined;
|
|
79
|
-
file_key?: string | undefined;
|
|
80
|
-
file_name?: string | undefined;
|
|
81
|
-
file_description?: string | undefined;
|
|
82
|
-
file_size?: unknown;
|
|
83
|
-
file_metadata?: Record<string, any> | undefined;
|
|
84
|
-
}>;
|
|
85
|
-
type InvoiceFileDTO = z.infer<typeof InvoiceFileSchema>;
|
|
86
|
-
declare const InvoiceSchema: z.ZodObject<{
|
|
87
|
-
invoice_number: z.ZodEffects<z.ZodString, string, string>;
|
|
88
|
-
invoice_month_year: z.ZodEffects<z.ZodString, string, string>;
|
|
89
|
-
invoice_amount: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
90
|
-
invoice_generate_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
|
|
91
|
-
invoice_due_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
|
|
92
|
-
payment_date: z.ZodDefault<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>, string | undefined, string | undefined>, string | undefined, string | undefined>, string | undefined, string | undefined>>;
|
|
93
|
-
invoice_status: z.ZodType<InvoiceStatus, z.ZodTypeDef, InvoiceStatus>;
|
|
94
|
-
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
95
|
-
currency_id: z.ZodEffects<z.ZodString, string, string>;
|
|
96
|
-
InvoiceFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
97
|
-
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
98
|
-
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
99
|
-
file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
100
|
-
file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
101
|
-
file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
102
|
-
file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
103
|
-
file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
104
|
-
file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
105
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
106
|
-
} & {
|
|
107
|
-
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
108
|
-
invoice_id: z.ZodEffects<z.ZodString, string, string>;
|
|
109
|
-
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
110
|
-
status: Status;
|
|
111
|
-
organisation_id: string;
|
|
112
|
-
usage_type: string;
|
|
113
|
-
file_type: FileType;
|
|
114
|
-
file_url: string;
|
|
115
|
-
file_key: string;
|
|
116
|
-
file_name: string;
|
|
117
|
-
file_description: string;
|
|
118
|
-
file_size: number;
|
|
119
|
-
file_metadata: Record<string, any>;
|
|
120
|
-
invoice_id: string;
|
|
121
|
-
}, {
|
|
122
|
-
status: Status;
|
|
123
|
-
organisation_id: string;
|
|
124
|
-
usage_type: string;
|
|
125
|
-
file_type: FileType;
|
|
126
|
-
invoice_id: string;
|
|
127
|
-
file_url?: string | undefined;
|
|
128
|
-
file_key?: string | undefined;
|
|
129
|
-
file_name?: string | undefined;
|
|
130
|
-
file_description?: string | undefined;
|
|
131
|
-
file_size?: unknown;
|
|
132
|
-
file_metadata?: Record<string, any> | undefined;
|
|
133
|
-
}>, "many">>>;
|
|
134
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
135
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
136
|
-
}, "strip", z.ZodTypeAny, {
|
|
137
|
-
status: Status;
|
|
138
|
-
organisation_id: string;
|
|
139
|
-
time_zone_id: string;
|
|
140
|
-
currency_id: string;
|
|
141
|
-
invoice_number: string;
|
|
142
|
-
invoice_month_year: string;
|
|
143
|
-
invoice_amount: number;
|
|
144
|
-
invoice_generate_date: string;
|
|
145
|
-
invoice_due_date: string;
|
|
146
|
-
payment_date: string;
|
|
147
|
-
invoice_status: InvoiceStatus;
|
|
148
|
-
InvoiceFileSchema: {
|
|
149
|
-
status: Status;
|
|
150
|
-
organisation_id: string;
|
|
151
|
-
usage_type: string;
|
|
152
|
-
file_type: FileType;
|
|
153
|
-
file_url: string;
|
|
154
|
-
file_key: string;
|
|
155
|
-
file_name: string;
|
|
156
|
-
file_description: string;
|
|
157
|
-
file_size: number;
|
|
158
|
-
file_metadata: Record<string, any>;
|
|
159
|
-
invoice_id: string;
|
|
160
|
-
}[];
|
|
161
|
-
}, {
|
|
162
|
-
status: Status;
|
|
163
|
-
organisation_id: string;
|
|
164
|
-
time_zone_id: string;
|
|
165
|
-
currency_id: string;
|
|
166
|
-
invoice_number: string;
|
|
167
|
-
invoice_month_year: string;
|
|
168
|
-
invoice_generate_date: string;
|
|
169
|
-
invoice_due_date: string;
|
|
170
|
-
invoice_status: InvoiceStatus;
|
|
171
|
-
invoice_amount?: unknown;
|
|
172
|
-
payment_date?: string | undefined;
|
|
173
|
-
InvoiceFileSchema?: {
|
|
174
|
-
status: Status;
|
|
175
|
-
organisation_id: string;
|
|
176
|
-
usage_type: string;
|
|
177
|
-
file_type: FileType;
|
|
178
|
-
invoice_id: string;
|
|
179
|
-
file_url?: string | undefined;
|
|
180
|
-
file_key?: string | undefined;
|
|
181
|
-
file_name?: string | undefined;
|
|
182
|
-
file_description?: string | undefined;
|
|
183
|
-
file_size?: unknown;
|
|
184
|
-
file_metadata?: Record<string, any> | undefined;
|
|
185
|
-
}[] | undefined;
|
|
186
|
-
}>;
|
|
187
|
-
type InvoiceDTO = z.infer<typeof InvoiceSchema>;
|
|
188
|
-
declare const InvoiceQuerySchema: z.ZodObject<{
|
|
189
|
-
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
190
|
-
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
191
|
-
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
192
|
-
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
193
|
-
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
194
|
-
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
195
|
-
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
196
|
-
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
197
|
-
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
198
|
-
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
199
|
-
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
200
|
-
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
201
|
-
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
202
|
-
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
203
|
-
name: z.ZodEffects<z.ZodString, string, string>;
|
|
204
|
-
field: z.ZodEffects<z.ZodString, string, string>;
|
|
205
|
-
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
206
|
-
}, "strip", z.ZodTypeAny, {
|
|
207
|
-
name: string;
|
|
208
|
-
field: string;
|
|
209
|
-
direction: OrderBy;
|
|
210
|
-
}, {
|
|
211
|
-
name: string;
|
|
212
|
-
field: string;
|
|
213
|
-
direction: OrderBy;
|
|
214
|
-
}>, "many">>>;
|
|
215
|
-
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
216
|
-
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
217
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
218
|
-
} & {
|
|
219
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
220
|
-
currency_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
221
|
-
invoice_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
222
|
-
invoice_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof InvoiceStatus>, "many">>>;
|
|
223
|
-
from_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
|
|
224
|
-
to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
|
|
225
|
-
}, "strip", z.ZodTypeAny, {
|
|
226
|
-
status: Status[];
|
|
227
|
-
search: string;
|
|
228
|
-
paging: PAGING;
|
|
229
|
-
page_count: number;
|
|
230
|
-
page_index: number;
|
|
231
|
-
load_parents: LoadParents;
|
|
232
|
-
load_parents_list: string[];
|
|
233
|
-
load_child: LoadChild;
|
|
234
|
-
load_child_list: string[];
|
|
235
|
-
load_child_count: LoadChildCount;
|
|
236
|
-
load_child_count_list: string[];
|
|
237
|
-
include_details: Record<string, any>;
|
|
238
|
-
where_relations: Record<string, any>;
|
|
239
|
-
order_by: {
|
|
240
|
-
name: string;
|
|
241
|
-
field: string;
|
|
242
|
-
direction: OrderBy;
|
|
243
|
-
}[];
|
|
244
|
-
include_master_data: YesNo;
|
|
245
|
-
date_format_id: string;
|
|
246
|
-
time_zone_id: string;
|
|
247
|
-
organisation_ids: string[];
|
|
248
|
-
currency_ids: string[];
|
|
249
|
-
from_date: string;
|
|
250
|
-
to_date: string;
|
|
251
|
-
invoice_status: InvoiceStatus[];
|
|
252
|
-
invoice_ids: string[];
|
|
253
|
-
}, {
|
|
254
|
-
date_format_id: string;
|
|
255
|
-
time_zone_id: string;
|
|
256
|
-
from_date: string;
|
|
257
|
-
to_date: string;
|
|
258
|
-
status?: Status[] | undefined;
|
|
259
|
-
search?: string | undefined;
|
|
260
|
-
paging?: PAGING | undefined;
|
|
261
|
-
page_count?: unknown;
|
|
262
|
-
page_index?: unknown;
|
|
263
|
-
load_parents?: LoadParents | undefined;
|
|
264
|
-
load_parents_list?: string[] | undefined;
|
|
265
|
-
load_child?: LoadChild | undefined;
|
|
266
|
-
load_child_list?: string[] | undefined;
|
|
267
|
-
load_child_count?: LoadChildCount | undefined;
|
|
268
|
-
load_child_count_list?: string[] | undefined;
|
|
269
|
-
include_details?: Record<string, any> | undefined;
|
|
270
|
-
where_relations?: Record<string, any> | undefined;
|
|
271
|
-
order_by?: {
|
|
272
|
-
name: string;
|
|
273
|
-
field: string;
|
|
274
|
-
direction: OrderBy;
|
|
275
|
-
}[] | undefined;
|
|
276
|
-
include_master_data?: YesNo | undefined;
|
|
277
|
-
organisation_ids?: string[] | undefined;
|
|
278
|
-
currency_ids?: string[] | undefined;
|
|
279
|
-
invoice_status?: InvoiceStatus[] | undefined;
|
|
280
|
-
invoice_ids?: string[] | undefined;
|
|
281
|
-
}>;
|
|
282
|
-
type InvoiceQueryDTO = z.infer<typeof InvoiceQuerySchema>;
|
|
283
|
-
declare const toInvoicePayload: (invoice: Invoice) => InvoiceDTO;
|
|
284
|
-
declare const newInvoicePayload: () => InvoiceDTO;
|
|
285
|
-
declare const get_invoice_file_presigned_url: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
|
|
286
|
-
declare const create_invoice_file: (data: InvoiceFileDTO) => Promise<SBR>;
|
|
287
|
-
declare const remove_invoice_file: (id: string) => Promise<SBR>;
|
|
288
|
-
declare const findInvoices: (data: InvoiceQueryDTO) => Promise<FBR<Invoice[]>>;
|
|
289
|
-
declare const createInvoice: (data: InvoiceDTO) => Promise<SBR>;
|
|
290
|
-
declare const updateInvoice: (id: string, data: InvoiceDTO) => Promise<SBR>;
|
|
291
|
-
declare const deleteInvoice: (id: string) => Promise<SBR>;
|
|
292
|
-
|
|
293
|
-
export { type Invoice, type InvoiceDTO, type InvoiceFile, type InvoiceFileDTO, InvoiceFileSchema, type InvoiceQueryDTO, InvoiceQuerySchema, InvoiceSchema, createInvoice, create_invoice_file, deleteInvoice, findInvoices, get_invoice_file_presigned_url, newInvoicePayload, remove_invoice_file, toInvoicePayload, updateInvoice };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../core/Enums.js';
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { cK as OrganisationNotificationPreference, cP as OrganisationNotificationPreferenceDTO, cM as OrganisationNotificationPreferenceGeofenceLink, cR as OrganisationNotificationPreferenceQueryDTO, cQ as OrganisationNotificationPreferenceQuerySchema, cO as OrganisationNotificationPreferenceSchema, cN as OrganisationNotificationPreferenceUserLink, cL as OrganisationNotificationPreferenceVehicleLink, cV as createOrganisationNotificationPreference, cX as deleteOrganisationNotificationPreference, cU as findOrganisationNotificationPreference, cT as newOrganisationNotificationPreferencePayload, cS as toOrganisationNotificationPreferencePayload, cW as updateOrganisationNotificationPreference } from '../../bookmark_service-
|
|
4
|
+
export { cK as OrganisationNotificationPreference, cP as OrganisationNotificationPreferenceDTO, cM as OrganisationNotificationPreferenceGeofenceLink, cR as OrganisationNotificationPreferenceQueryDTO, cQ as OrganisationNotificationPreferenceQuerySchema, cO as OrganisationNotificationPreferenceSchema, cN as OrganisationNotificationPreferenceUserLink, cL as OrganisationNotificationPreferenceVehicleLink, cV as createOrganisationNotificationPreference, cX as deleteOrganisationNotificationPreference, cU as findOrganisationNotificationPreference, cT as newOrganisationNotificationPreferencePayload, cS as toOrganisationNotificationPreferencePayload, cW as updateOrganisationNotificationPreference } from '../../bookmark_service-Dou3Jhqs.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../core/Enums.js';
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { qk as OrganisationReportAutomationMail, qn as OrganisationReportAutomationMailQueryDTO, qm as OrganisationReportAutomationMailQuerySchema, ql as OrganisationReportAutomationMailVehicleLink, qi as OrganisationReportPreference, qp as OrganisationReportPreferenceDTO, qr as OrganisationReportPreferenceQueryDTO, qq as OrganisationReportPreferenceQuerySchema, qo as OrganisationReportPreferenceSchema, qj as OrganisationReportPreferenceVehicleLink, qv as createOrganisationReportPreference, qx as deleteOrganisationReportPreference, qy as findOrganisationReportAutomationMail, qu as findOrganisationReportPreference, qt as newOrganisationReportPreferencePayload, qs as toOrganisationReportPreferencePayload, qw as updateOrganisationReportPreference } from '../../bookmark_service-Dou3Jhqs.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -2,5 +2,5 @@ import '../../core/Enums.js';
|
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { dg as Ticket, dl as TicketDTO, dh as TicketFile, dj as TicketFileDTO, di as TicketFileSchema, dq as TicketQueryDTO, dp as TicketQuerySchema, dk as TicketSchema, dn as TicketVerifyDTO, dm as TicketVerifySchema, dz as createTicket, dw as create_ticket_file, dC as deleteTicket, dy as findTickets, dv as get_ticket_file_presigned_url, ds as newTicketPayload, dt as newVerifyTicketPayload, dx as remove_ticket_file, dr as toTicketPayload, du as toVerifyTicketPayload, dA as updateTicket, dB as updateVerifyStatus } from '../../bookmark_service-
|
|
5
|
+
export { dg as Ticket, dl as TicketDTO, dh as TicketFile, dj as TicketFileDTO, di as TicketFileSchema, dq as TicketQueryDTO, dp as TicketQuerySchema, dk as TicketSchema, dn as TicketVerifyDTO, dm as TicketVerifySchema, dz as createTicket, dw as create_ticket_file, dC as deleteTicket, dy as findTickets, dv as get_ticket_file_presigned_url, ds as newTicketPayload, dt as newVerifyTicketPayload, dx as remove_ticket_file, dr as toTicketPayload, du as toVerifyTicketPayload, dA as updateTicket, dB as updateVerifyStatus } from '../../bookmark_service-Dou3Jhqs.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
|
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { gE as BreakdownDashboard, gB as FleetBreakdown, gD as FleetBreakdownCost, gO as FleetBreakdownCostDTO, gQ as FleetBreakdownCostQueryDTO, gP as FleetBreakdownCostQuerySchema, gN as FleetBreakdownCostSchema, gI as FleetBreakdownDTO, gM as FleetBreakdownDashBoardQueryDTO, gL as FleetBreakdownDashBoardQuerySchema, gC as FleetBreakdownFile, gG as FleetBreakdownFileDTO, gF as FleetBreakdownFileSchema, gK as FleetBreakdownQueryDTO, gJ as FleetBreakdownQuerySchema, gH as FleetBreakdownSchema, h0 as breakdown_dashboard, gZ as createFleetBreakdown, h2 as createFleetBreakdownCost, gW as create_breakdown_file, g$ as deleteFleetBreakdown, h4 as deleteFleetBreakdownCost, gY as findFleetBreakdown, h1 as findFleetBreakdownCost, gV as get_breakdown_file_presigned_url, gU as newFleetBreakdownCostPayload, gS as newFleetBreakdownPayload, gX as remove_breakdown_file, gT as toFleetBreakdownCostPayload, gR as toFleetBreakdownPayload, g_ as updateFleetBreakdown, h3 as updateFleetBreakdownCost } from '../../../bookmark_service-
|
|
5
|
+
export { gE as BreakdownDashboard, gB as FleetBreakdown, gD as FleetBreakdownCost, gO as FleetBreakdownCostDTO, gQ as FleetBreakdownCostQueryDTO, gP as FleetBreakdownCostQuerySchema, gN as FleetBreakdownCostSchema, gI as FleetBreakdownDTO, gM as FleetBreakdownDashBoardQueryDTO, gL as FleetBreakdownDashBoardQuerySchema, gC as FleetBreakdownFile, gG as FleetBreakdownFileDTO, gF as FleetBreakdownFileSchema, gK as FleetBreakdownQueryDTO, gJ as FleetBreakdownQuerySchema, gH as FleetBreakdownSchema, h0 as breakdown_dashboard, gZ as createFleetBreakdown, h2 as createFleetBreakdownCost, gW as create_breakdown_file, g$ as deleteFleetBreakdown, h4 as deleteFleetBreakdownCost, gY as findFleetBreakdown, h1 as findFleetBreakdownCost, gV as get_breakdown_file_presigned_url, gU as newFleetBreakdownCostPayload, gS as newFleetBreakdownPayload, gX as remove_breakdown_file, gT as toFleetBreakdownCostPayload, gR as toFleetBreakdownPayload, g_ as updateFleetBreakdown, h3 as updateFleetBreakdownCost } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { t7 as BusDashBoardQueryDTO, t6 as BusDashBoardQuerySchema, s$ as BusDashboard, s_ as BusStop, t3 as BusStopDTO, sZ as BusStopPolygonData, t1 as BusStopPolygonDataDTO, t0 as BusStopPolygonDataSchema, t5 as BusStopQueryDTO, t4 as BusStopQuerySchema, t2 as BusStopSchema, te as bus_dashboard, tb as createBusStop, td as deleteBusStop, ta as findBusStop, t9 as newBusStopPayload, t8 as toBusStopPayload, tc as updateBusStop } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
|
-
export {
|
|
2
|
+
export { ss as FixedScheduleDayRun, sy as FixedScheduleDayRunCancelDTO, sx as FixedScheduleDayRunCancelSchema, sA as FixedScheduleDayRunQueryDTO, sz as FixedScheduleDayRunQuerySchema, st as FixedScheduleDayRunStop, sE as FixedScheduleDayRunStopEnterDTO, sD as FixedScheduleDayRunStopEnterSchema, sG as FixedScheduleDayRunStopExitDTO, sF as FixedScheduleDayRunStopExitSchema, su as FixedScheduleDayRunStudent, sC as FixedScheduleDayRunStudentUpdateDTO, sB as FixedScheduleDayRunStudentUpdateSchema, sw as FixedScheduleDayRunUpdateDTO, sv as FixedScheduleDayRunUpdateSchema, sU as cancel_fixed_schedule_day_run, sS as find, sR as get_student_attendance_presigned_url, sK as newFixedScheduleDayRunCancelPayload, sO as newFixedScheduleDayRunStopEnterPayload, sQ as newFixedScheduleDayRunStopExitPayload, sM as newFixedScheduleDayRunStudentUpdatePayload, sI as newFixedScheduleDayRunUpdatePayload, sJ as toFixedScheduleDayRunCancelPayload, sN as toFixedScheduleDayRunStopEnterPayload, sP as toFixedScheduleDayRunStopExitPayload, sL as toFixedScheduleDayRunStudentUpdatePayload, sH as toFixedScheduleDayRunUpdatePayload, sT as update_fixed_schedule_day_run, sX as update_stop_enter, sY as update_stop_exit, sV as update_student_boarded, sW as update_student_handovered } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../../core/BaseResponse.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { tf as MasterRoute, ti as MasterRouteDTO, tA as MasterRouteJourneyTimeDTO, tz as MasterRouteJourneyTimeSchema, tk as MasterRouteQueryDTO, tj as MasterRouteQuerySchema, th as MasterRouteSchema, tg as MasterRouteStop, tq as MasterRouteStopCreateDTO, tp as MasterRouteStopCreateSchema, tm as MasterRouteStopDTO, tx as MasterRouteStopDeleteAllSchema, ty as MasterRouteStopDeleteDTO, tw as MasterRouteStopDeleteReOrderDTO, tv as MasterRouteStopDeleteSchema, tr as MasterRouteStopIds, ts as MasterRouteStopIdsDTO, tu as MasterRouteStopReorderDTO, tt as MasterRouteStopReorderSchema, tl as MasterRouteStopSchema, to as MasterRouteStopUpdateDTO, tn as MasterRouteStopUpdateSchema, tH as appendRouteStop, tE as createMasterRoute, tG as deleteMasterRoute, tK as deleteRouteStopReorder, tL as deleteRouteStopsAll, tD as findMasterRoute, tN as findRouteStopCache, tC as newMasterRoutePayload, tJ as reorderRouteStops, tB as toMasterRoutePayload, tF as updateMasterRoute, tI as updateRouteStop, tM as update_journey_time } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { vq as AssignFixedScheduleToStudentsDTO, vp as AssignFixedScheduleToStudentsSchema, vC as AssignSpecialScheduleToStudentsDTO, vB as AssignSpecialScheduleToStudentsSchema, vf as MasterFixedSchedule, vk as MasterFixedScheduleDTO, vm as MasterFixedScheduleQueryDTO, vl as MasterFixedScheduleQuerySchema, vj as MasterFixedScheduleSchema, vg as MasterFixedScheduleStudent, vo as MasterFixedScheduleStudentQueryDTO, vn as MasterFixedScheduleStudentQuerySchema, vh as MasterSpecialSchedule, vw as MasterSpecialScheduleDTO, vy as MasterSpecialScheduleQueryDTO, vx as MasterSpecialScheduleQuerySchema, vv as MasterSpecialScheduleSchema, vi as MasterSpecialScheduleStudent, vA as MasterSpecialScheduleStudentQueryDTO, vz as MasterSpecialScheduleStudentQuerySchema, vs as RemoveFixedScheduleToStudentsDTO, vr as RemoveFixedScheduleToStudentsSchema, vE as RemoveSpecialScheduleToStudentsDTO, vD as RemoveSpecialScheduleToStudentsSchema, vu as UpdateFixedScheduleStopDTO, vt as UpdateFixedScheduleStopSchema, vG as UpdateSpecialScheduleStopDTO, vF as UpdateSpecialScheduleStopSchema, vQ as assignFixedScheduleToStudents, vY as assignSpecialScheduleToStudents, vM as createMasterFixedSchedule, vU as createMasterSpecialSchedule, vO as deleteMasterFixedSchedule, vW as deleteMasterSpecialSchedule, vL as findMasterFixedSchedule, vP as findMasterFixedScheduleStudent, vT as findMasterSpecialSchedule, vX as findMasterSpecialScheduleStudent, vI as newMasterFixedSchedulePayload, vK as newMasterSpecialSchedulePayload, vR as removeFixedScheduleToStudents, vZ as removeSpecialScheduleToStudents, vH as toMasterFixedSchedulePayload, vJ as toMasterSpecialSchedulePayload, vS as updateFixedScheduleStop, vN as updateMasterFixedSchedule, vV as updateMasterSpecialSchedule, v_ as updateSpecialScheduleStop } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
|
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export {
|
|
5
|
+
export { mR as DocumentDashboard, mO as FleetDocument, mV as FleetDocumentDTO, n1 as FleetDocumentDashBoardQueryDTO, n0 as FleetDocumentDashBoardQuerySchema, mQ as FleetDocumentExpiry, mZ as FleetDocumentExpiryDTO, m$ as FleetDocumentExpiryQueryDTO, m_ as FleetDocumentExpiryQuerySchema, mY as FleetDocumentExpirySchema, mP as FleetDocumentFile, mT as FleetDocumentFileDTO, mS as FleetDocumentFileSchema, mX as FleetDocumentQueryDTO, mW as FleetDocumentQuerySchema, mU as FleetDocumentSchema, na as createFleetDocument, nf as createFleetDocumentExpiry, n7 as create_file_fleet_document, nc as deleteFleetDocument, nh as deleteFleetDocumentExpiry, n9 as findFleetDocument, ne as findFleetDocumentExpiry, nd as fleet_document_dashboard, n6 as get_fleet_document_file_presigned_url, n5 as newFleetDocumentExpiryPayload, n3 as newFleetDocumentPayload, n8 as remove_file_fleet_document, n4 as toFleetDocumentExpiryPayload, n2 as toFleetDocumentPayload, nb as updateFleetDocument, ng as updateFleetDocumentExpiry } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { nW as AllVehiclesFuelDailySummaryDTO, nV as AllVehiclesFuelDailySummaryQuerySchema, nU as FleetFuelDailyMonthlySummaryQueryDTO, nT as FleetFuelDailyMonthlySummaryQuerySchema, nO as FleetFuelDailySummary, nQ as FleetFuelDailySummaryDTO, nY as FleetFuelDailySummaryDashBoardQueryDTO, nX as FleetFuelDailySummaryDashBoardQuerySchema, nS as FleetFuelDailySummaryQueryDTO, nR as FleetFuelDailySummaryQuerySchema, nP as FleetFuelDailySummarySchema, nZ as FuelDashboard, o1 as createFleetFuelDailySummary, o3 as deleteFleetFuelDailySummary, o0 as findFleetFuelDailySummary, o5 as findFleetFuelMonthlySummary, o4 as fuel_dashboard, n$ as newFleetFuelDailySummaryPayload, n_ as toFleetFuelDailySummaryPayload, o2 as updateFleetFuelDailySummary } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
5
5
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
6
6
|
import '../../../zod_utils/zod_base_schema.js';
|
|
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
|
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { lf as FleetFuelRefill, lk as FleetFuelRefillDTO, lg as FleetFuelRefillFile, li as FleetFuelRefillFileDTO, lh as FleetFuelRefillFileSchema, lm as FleetFuelRefillQueryDTO, ll as FleetFuelRefillQuerySchema, lj as FleetFuelRefillSchema, lt as createFleetFuelRefill, lq as create_fuel_refill_file, lv as deleteFleetFuelRefill, ls as findFleetFuelRefill, lp as get_fuel_refill_file_presigned_url, lo as newFleetFuelRefillPayload, lr as remove_fuel_refill_file, ln as toFleetFuelRefillPayload, lu as updateFleetFuelRefill } from '../../../bookmark_service-
|
|
5
|
+
export { lf as FleetFuelRefill, lk as FleetFuelRefillDTO, lg as FleetFuelRefillFile, li as FleetFuelRefillFileDTO, lh as FleetFuelRefillFileSchema, lm as FleetFuelRefillQueryDTO, ll as FleetFuelRefillQuerySchema, lj as FleetFuelRefillSchema, lt as createFleetFuelRefill, lq as create_fuel_refill_file, lv as deleteFleetFuelRefill, ls as findFleetFuelRefill, lp as get_fuel_refill_file_presigned_url, lo as newFleetFuelRefillPayload, lr as remove_fuel_refill_file, ln as toFleetFuelRefillPayload, lu as updateFleetFuelRefill } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
|
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { lJ as FleetFuelRemoval, lO as FleetFuelRemovalDTO, lK as FleetFuelRemovalFile, lM as FleetFuelRemovalFileDTO, lL as FleetFuelRemovalFileSchema, lQ as FleetFuelRemovalQueryDTO, lP as FleetFuelRemovalQuerySchema, lN as FleetFuelRemovalSchema, lX as createFleetFuelRemoval, lU as create_fuel_removal_file, lZ as deleteFleetFuelRemoval, lW as findFleetFuelRemoval, lT as get_fuel_removal_file_presigned_url, lS as newFleetFuelRemovalPayload, lV as remove_fuel_removal_file, lR as toFleetFuelRemovalPayload, lY as updateFleetFuelRemoval } from '../../../bookmark_service-
|
|
5
|
+
export { lJ as FleetFuelRemoval, lO as FleetFuelRemovalDTO, lK as FleetFuelRemovalFile, lM as FleetFuelRemovalFileDTO, lL as FleetFuelRemovalFileSchema, lQ as FleetFuelRemovalQueryDTO, lP as FleetFuelRemovalQuerySchema, lN as FleetFuelRemovalSchema, lX as createFleetFuelRemoval, lU as create_fuel_removal_file, lZ as deleteFleetFuelRemoval, lW as findFleetFuelRemoval, lT as get_fuel_removal_file_presigned_url, lS as newFleetFuelRemovalPayload, lV as remove_fuel_removal_file, lR as toFleetFuelRemovalPayload, lY as updateFleetFuelRemoval } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
|
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { fk as FleetIncident, fm as FleetIncidentCost, fx as FleetIncidentCostDTO, fz as FleetIncidentCostQueryDTO, fy as FleetIncidentCostQuerySchema, fw as FleetIncidentCostSchema, fr as FleetIncidentDTO, fv as FleetIncidentDashBoardQueryDTO, fu as FleetIncidentDashBoardQuerySchema, fl as FleetIncidentFile, fp as FleetIncidentFileDTO, fo as FleetIncidentFileSchema, ft as FleetIncidentQueryDTO, fs as FleetIncidentQuerySchema, fq as FleetIncidentSchema, fn as IncidentDashboard, fI as createFleetIncident, fN as createFleetIncidentCost, fF as create_incident_file, fK as deleteFleetIncident, fP as deleteFleetIncidentCost, fH as findFleetIncident, fM as findFleetIncidentCost, fE as get_incident_file_presigned_url, fL as incident_dashboard, fD as newFleetIncidentCostPayload, fB as newFleetIncidentPayload, fG as remove_incident_file, fC as toFleetIncidentCostPayload, fA as toFleetIncidentPayload, fJ as updateFleetIncident, fO as updateFleetIncidentCost } from '../../../bookmark_service-
|
|
5
|
+
export { fk as FleetIncident, fm as FleetIncidentCost, fx as FleetIncidentCostDTO, fz as FleetIncidentCostQueryDTO, fy as FleetIncidentCostQuerySchema, fw as FleetIncidentCostSchema, fr as FleetIncidentDTO, fv as FleetIncidentDashBoardQueryDTO, fu as FleetIncidentDashBoardQuerySchema, fl as FleetIncidentFile, fp as FleetIncidentFileDTO, fo as FleetIncidentFileSchema, ft as FleetIncidentQueryDTO, fs as FleetIncidentQuerySchema, fq as FleetIncidentSchema, fn as IncidentDashboard, fI as createFleetIncident, fN as createFleetIncidentCost, fF as create_incident_file, fK as deleteFleetIncident, fP as deleteFleetIncidentCost, fH as findFleetIncident, fM as findFleetIncidentCost, fE as get_incident_file_presigned_url, fL as incident_dashboard, fD as newFleetIncidentCostPayload, fB as newFleetIncidentPayload, fG as remove_incident_file, fC as toFleetIncidentCostPayload, fA as toFleetIncidentPayload, fJ as updateFleetIncident, fO as updateFleetIncidentCost } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { fQ as FleetInspectionForm, fT as FleetInspectionFormDTO, fX as FleetInspectionFormFieldsDTO, fW as FleetInspectionFormFieldsSchema, fV as FleetInspectionFormQueryDTO, fU as FleetInspectionFormQuerySchema, fS as FleetInspectionFormSchema, fR as FleetInspectionFormSimple, f$ as createFleetInspectionForm, g2 as deleteFleetInspectionForm, f_ as findFleetInspectionForm, g3 as find_inspection_form_cache_simple, fZ as newFleetInspectionFormPayload, fY as toFleetInspectionFormPayload, g0 as updateFleetInspectionForm, g1 as updateFleetInspectionFormData } from '../../../bookmark_service-
|
|
4
|
+
export { fQ as FleetInspectionForm, fT as FleetInspectionFormDTO, fX as FleetInspectionFormFieldsDTO, fW as FleetInspectionFormFieldsSchema, fV as FleetInspectionFormQueryDTO, fU as FleetInspectionFormQuerySchema, fS as FleetInspectionFormSchema, fR as FleetInspectionFormSimple, f$ as createFleetInspectionForm, g2 as deleteFleetInspectionForm, f_ as findFleetInspectionForm, g3 as find_inspection_form_cache_simple, fZ as newFleetInspectionFormPayload, fY as toFleetInspectionFormPayload, g0 as updateFleetInspectionForm, g1 as updateFleetInspectionFormData } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
|
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { g4 as FleetInspection, ga as FleetInspectionDTO, ge as FleetInspectionDashBoardQueryDTO, gd as FleetInspectionDashBoardQuerySchema, g5 as FleetInspectionFile, g8 as FleetInspectionFileDTO, g7 as FleetInspectionFileSchema, gc as FleetInspectionQueryDTO, gb as FleetInspectionQuerySchema, g9 as FleetInspectionSchema, g6 as InspectionDashboard, gl as createFleetInspection, gi as create_inspection_file, gn as deleteFleetInspection, gk as findFleetInspection, gh as get_inspection_file_presigned_url, go as inspection_dashboard, gg as newFleetInspectionPayload, gj as remove_inspection_file, gf as toFleetInspectionPayload, gm as updateFleetInspection } from '../../../bookmark_service-
|
|
5
|
+
export { g4 as FleetInspection, ga as FleetInspectionDTO, ge as FleetInspectionDashBoardQueryDTO, gd as FleetInspectionDashBoardQuerySchema, g5 as FleetInspectionFile, g8 as FleetInspectionFileDTO, g7 as FleetInspectionFileSchema, gc as FleetInspectionQueryDTO, gb as FleetInspectionQuerySchema, g9 as FleetInspectionSchema, g6 as InspectionDashboard, gl as createFleetInspection, gi as create_inspection_file, gn as deleteFleetInspection, gk as findFleetInspection, gh as get_inspection_file_presigned_url, go as inspection_dashboard, gg as newFleetInspectionPayload, gj as remove_inspection_file, gf as toFleetInspectionPayload, gm as updateFleetInspection } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { l_ as FleetInspectionSchedule, m1 as FleetInspectionScheduleDTO, m3 as FleetInspectionScheduleQueryDTO, m2 as FleetInspectionScheduleQuerySchema, m0 as FleetInspectionScheduleSchema, l$ as FleetInspectionScheduleVehicleLink, m7 as createFleetInspectionSchedule, m9 as deleteFleetInspectionSchedule, m6 as findFleetInspectionSchedule, m5 as newFleetInspectionSchedulePayload, m4 as toFleetInspectionSchedulePayload, m8 as updateFleetInspectionSchedule } from '../../../bookmark_service-
|
|
4
|
+
export { l_ as FleetInspectionSchedule, m1 as FleetInspectionScheduleDTO, m3 as FleetInspectionScheduleQueryDTO, m2 as FleetInspectionScheduleQuerySchema, m0 as FleetInspectionScheduleSchema, l$ as FleetInspectionScheduleVehicleLink, m7 as createFleetInspectionSchedule, m9 as deleteFleetInspectionSchedule, m6 as findFleetInspectionSchedule, m5 as newFleetInspectionSchedulePayload, m4 as toFleetInspectionSchedulePayload, m8 as updateFleetInspectionSchedule } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
|
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { h5 as FleetIssue, h8 as FleetIssueComment, hj as FleetIssueCommentDTO, hl as FleetIssueCommentQueryDTO, hk as FleetIssueCommentQuerySchema, hi as FleetIssueCommentSchema, hd as FleetIssueDTO, hh as FleetIssueDashBoardQueryDTO, hg as FleetIssueDashBoardQuerySchema, h6 as FleetIssueFile, hb as FleetIssueFileDTO, ha as FleetIssueFileSchema, h7 as FleetIssueHistory, hf as FleetIssueQueryDTO, he as FleetIssueQuerySchema, hc as FleetIssueSchema, h9 as IssueDashboard, hu as createFleetIssue, hz as createFleetIssueComment, hr as create_issue_file, hw as deleteFleetIssue, hB as deleteFleetIssueComment, ht as findFleetIssue, hy as findFleetIssueComment, hx as fleet_issue_dashboard, hq as get_issue_file_presigned_url, hp as newFleetIssueCommentPayload, hn as newFleetIssuePayload, hs as remove_issue_file, ho as toFleetIssueCommentPayload, hm as toFleetIssuePayload, hv as updateFleetIssue, hA as updateFleetIssueComment } from '../../../bookmark_service-
|
|
5
|
+
export { h5 as FleetIssue, h8 as FleetIssueComment, hj as FleetIssueCommentDTO, hl as FleetIssueCommentQueryDTO, hk as FleetIssueCommentQuerySchema, hi as FleetIssueCommentSchema, hd as FleetIssueDTO, hh as FleetIssueDashBoardQueryDTO, hg as FleetIssueDashBoardQuerySchema, h6 as FleetIssueFile, hb as FleetIssueFileDTO, ha as FleetIssueFileSchema, h7 as FleetIssueHistory, hf as FleetIssueQueryDTO, he as FleetIssueQuerySchema, hc as FleetIssueSchema, h9 as IssueDashboard, hu as createFleetIssue, hz as createFleetIssueComment, hr as create_issue_file, hw as deleteFleetIssue, hB as deleteFleetIssueComment, ht as findFleetIssue, hy as findFleetIssueComment, hx as fleet_issue_dashboard, hq as get_issue_file_presigned_url, hp as newFleetIssueCommentPayload, hn as newFleetIssuePayload, hs as remove_issue_file, ho as toFleetIssueCommentPayload, hm as toFleetIssuePayload, hv as updateFleetIssue, hA as updateFleetIssueComment } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { zz as OrganisationCalendar, zB as OrganisationCalendarDTO, zD as OrganisationCalendarQueryDTO, zC as OrganisationCalendarQuerySchema, zA as OrganisationCalendarSchema, zH as createOrganisationCalendar, zJ as deleteOrganisationCalendar, zG as findOrganisationCalendar, zF as newOrganisationCalendarPayload, zE as toOrganisationCalendarPayload, zI as updateOrganisationCalendar } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { zK as OrganisationNoticeBoard, zM as OrganisationNoticeBoardDTO, zO as OrganisationNoticeBoardQueryDTO, zN as OrganisationNoticeBoardQuerySchema, zL as OrganisationNoticeBoardSchema, zS as createOrganisationNoticeBoard, zU as deleteOrganisationNoticeBoard, zR as findOrganisationNoticeBoard, zQ as newOrganisationNoticeBoardPayload, zP as toOrganisationNoticeBoardPayload, zT as updateOrganisationNoticeBoard } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { ud as GuardianDetailsDTO, uc as GuardianDetailsSchema, uf as GuardianMobileNumberDTO, ue as GuardianMobileNumberSchema, ub as GuardianProfilePictureDTO, ua as GuardianProfilePictureSchema, ux as SchoolDashBoardQueryDTO, uw as SchoolDashBoardQuerySchema, tO as SchoolDashboard, tP as Student, tQ as StudentAddress, u5 as StudentAddressDTO, u7 as StudentAddressQueryDTO, u6 as StudentAddressQuerySchema, u4 as StudentAddressSchema, tZ as StudentDTO, tR as StudentGuardian, uj as StudentGuardianAutofillQueryDTO, ui as StudentGuardianAutofillQuerySchema, tS as StudentGuardianLink, u9 as StudentGuardianLinkDTO, uh as StudentGuardianLinkQueryDTO, ug as StudentGuardianLinkQuerySchema, u8 as StudentGuardianLinkSchema, tX as StudentGuardianLoginPush, tT as StudentLeaveRequest, ul as StudentLeaveRequestDTO, un as StudentLeaveRequestQueryDTO, um as StudentLeaveRequestQuerySchema, uk as StudentLeaveRequestSchema, tW as StudentLoginPush, u3 as StudentNoFixedScheduleQueryDTO, u2 as StudentNoFixedScheduleQuerySchema, t$ as StudentProfilePictureDTO, t_ as StudentProfilePictureSchema, u1 as StudentQueryDTO, u0 as StudentQuerySchema, tY as StudentSchema, tU as StudentStopChangeRequest, ur as StudentStopChangeRequestApprovalDTO, uq as StudentStopChangeRequestApprovalSchema, up as StudentStopChangeRequestDTO, ut as StudentStopChangeRequestQueryDTO, us as StudentStopChangeRequestQuerySchema, uo as StudentStopChangeRequestSchema, tV as StudentTransportPlanTypeChangeHistory, uv as StudentTransportPlanTypeChangeHistoryQueryDTO, uu as StudentTransportPlanTypeChangeHistoryQuerySchema, vc as approveStopChangeRequest, uP as createStudent, uV as createStudentAddress, u_ as createStudentGuardianLink, v5 as createStudentLeaveRequest, va as createStudentStopChangeRequest, uR as deleteStudent, uY as deleteStudentAddress, v3 as deleteStudentGuardianLink, v8 as deleteStudentLeaveRequest, vd as deleteStudentStopChangeRequest, uO as findStudent, uW as findStudentAddress, v4 as findStudentGuardianAutofillDetails, uZ as findStudentGuardianLink, v6 as findStudentLeaveRequest, v9 as findStudentStopChangeRequest, ve as findStudentTransportPlanTypeChangeHistory, uU as find_students_with_no_fixed_schedule_drop, uT as find_students_with_no_fixed_schedule_pickup, uJ as get_student_guardian_presigned_url, uI as get_student_presigned_url, uB as newStudentAddressPayload, uH as newStudentGuardianLinkPayload, uD as newStudentLeaveRequestPayload, uz as newStudentPayload, uF as newStudentStopChangeRequestPayload, uN as remove_guardian_profile_picture, uL as remove_profile_picture, uS as school_dashboard, uA as toStudentAddressPayload, uG as toStudentGuardianLinkPayload, uC as toStudentLeaveRequestPayload, uy as toStudentPayload, uE as toStudentStopChangeRequestPayload, v1 as updateGuardianDetails, v2 as updateGuardianMobileNumber, v0 as updateGuardianProfilePicture, uQ as updateStudent, uX as updateStudentAddress, u$ as updateStudentGuardianLink, v7 as updateStudentLeaveRequest, vb as updateStudentStopChangeRequest, uM as update_guardian_profile_picture, uK as update_profile_picture } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { ma as FleetServiceSchedule, md as FleetServiceScheduleDTO, mf as FleetServiceScheduleQueryDTO, me as FleetServiceScheduleQuerySchema, mc as FleetServiceScheduleSchema, mb as FleetServiceScheduleVehicleLink, mj as createFleetServiceSchedule, ml as deleteFleetServiceSchedule, mi as findFleetServiceSchedule, mh as newFleetServiceSchedulePayload, mg as toFleetServiceSchedulePayload, mk as updateFleetServiceSchedule } from '../../../bookmark_service-
|
|
4
|
+
export { ma as FleetServiceSchedule, md as FleetServiceScheduleDTO, mf as FleetServiceScheduleQueryDTO, me as FleetServiceScheduleQuerySchema, mc as FleetServiceScheduleSchema, mb as FleetServiceScheduleVehicleLink, mj as createFleetServiceSchedule, ml as deleteFleetServiceSchedule, mi as findFleetServiceSchedule, mh as newFleetServiceSchedulePayload, mg as toFleetServiceSchedulePayload, mk as updateFleetServiceSchedule } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
|
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { hZ as FleetService, i5 as FleetServiceDTO, i9 as FleetServiceDashBoardQueryDTO, i8 as FleetServiceDashBoardQuerySchema, h$ as FleetServiceFile, i3 as FleetServiceFileDTO, i2 as FleetServiceFileSchema, i7 as FleetServiceQueryDTO, i6 as FleetServiceQuerySchema, i0 as FleetServiceReminder, ig as FleetServiceReminderDTO, ii as FleetServiceReminderQueryDTO, ih as FleetServiceReminderQuerySchema, ie as FleetServiceReminderSchema, i4 as FleetServiceSchema, h_ as FleetServiceTask, ib as FleetServiceTaskDTO, id as FleetServiceTaskQueryDTO, ic as FleetServiceTaskQuerySchema, ia as FleetServiceTaskSchema, i1 as ServiceDashboard, iu as createFleetService, iD as createFleetServiceReminder, iz as createFleetServiceTask, ir as create_service_file, iw as deleteFleetService, iF as deleteFleetServiceReminder, iB as deleteFleetServiceTask, it as findFleetService, iC as findFleetServiceReminder, iy as findFleetServiceTask, iq as get_service_file_presigned_url, ik as newFleetServicePayload, ip as newFleetServiceReminderPayload, im as newFleetServiceTaskPayload, is as remove_service_file, ix as service_dashboard, ij as toFleetServicePayload, io as toFleetServiceReminderPayload, il as toFleetServiceTaskPayload, iv as updateFleetService, iE as updateFleetServiceReminder, iA as updateFleetServiceTask } from '../../../bookmark_service-
|
|
5
|
+
export { hZ as FleetService, i5 as FleetServiceDTO, i9 as FleetServiceDashBoardQueryDTO, i8 as FleetServiceDashBoardQuerySchema, h$ as FleetServiceFile, i3 as FleetServiceFileDTO, i2 as FleetServiceFileSchema, i7 as FleetServiceQueryDTO, i6 as FleetServiceQuerySchema, i0 as FleetServiceReminder, ig as FleetServiceReminderDTO, ii as FleetServiceReminderQueryDTO, ih as FleetServiceReminderQuerySchema, ie as FleetServiceReminderSchema, i4 as FleetServiceSchema, h_ as FleetServiceTask, ib as FleetServiceTaskDTO, id as FleetServiceTaskQueryDTO, ic as FleetServiceTaskQuerySchema, ia as FleetServiceTaskSchema, i1 as ServiceDashboard, iu as createFleetService, iD as createFleetServiceReminder, iz as createFleetServiceTask, ir as create_service_file, iw as deleteFleetService, iF as deleteFleetServiceReminder, iB as deleteFleetServiceTask, it as findFleetService, iC as findFleetServiceReminder, iy as findFleetServiceTask, iq as get_service_file_presigned_url, ik as newFleetServicePayload, ip as newFleetServiceReminderPayload, im as newFleetServiceTaskPayload, is as remove_service_file, ix as service_dashboard, ij as toFleetServicePayload, io as toFleetServiceReminderPayload, il as toFleetServiceTaskPayload, iv as updateFleetService, iE as updateFleetServiceReminder, iA as updateFleetServiceTask } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { j7 as FleetVendorFuelStation, ja as FleetVendorFuelStationDTO, jc as FleetVendorFuelStationQueryDTO, jb as FleetVendorFuelStationQuerySchema, j9 as FleetVendorFuelStationSchema, j8 as FleetVendorFuelStationSimple, jg as createFleetVendorFuelStation, ji as deleteFleetVendorFuelStation, jf as findFleetVendorFuelStation, jj as find_fuel_station_cache_simple, je as newFleetVendorFuelStationPayload, jd as toFleetVendorFuelStationPayload, jh as updateFleetVendorFuelStation } from '../../../bookmark_service-
|
|
4
|
+
export { j7 as FleetVendorFuelStation, ja as FleetVendorFuelStationDTO, jc as FleetVendorFuelStationQueryDTO, jb as FleetVendorFuelStationQuerySchema, j9 as FleetVendorFuelStationSchema, j8 as FleetVendorFuelStationSimple, jg as createFleetVendorFuelStation, ji as deleteFleetVendorFuelStation, jf as findFleetVendorFuelStation, jj as find_fuel_station_cache_simple, je as newFleetVendorFuelStationPayload, jd as toFleetVendorFuelStationPayload, jh as updateFleetVendorFuelStation } from '../../../bookmark_service-Dou3Jhqs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|