vms-nest-prisma-api-document 320.0.0 → 360.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/{user_organisation_service-Cbc_ZtO4.d.ts → bookmark_service-5dgfuboV.d.ts} +12609 -8259
- package/dist/services/account/bookmark_service.d.ts +5 -166
- package/dist/services/account/notification_preferences.service.d.ts +5 -220
- package/dist/services/account/report_preferences.service.d.ts +5 -310
- package/dist/services/account/ticket_service.d.ts +2 -2
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +2 -1
- package/dist/services/fleet/bus_mangement/calender.d.ts +5 -146
- package/dist/services/fleet/bus_mangement/master_route.d.ts +2 -1
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +5 -141
- package/dist/services/fleet/bus_mangement/student.d.ts +2 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +5 -410
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +2 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +2 -1
- package/dist/services/fleet/incident_management/incident_management_service.d.ts +2 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +2 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +2 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +2 -1
- package/dist/services/fleet/issue_management/issue_management_service.d.ts +2 -1
- package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +2 -1
- package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +2 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +2 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +2 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +2 -1
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +5 -232
- package/dist/services/gps/features/geofence/gps_geofence_service.js +24 -23
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +5 -161
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.js +10 -7
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +5 -174
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.js +9 -6
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +5 -194
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.js +11 -8
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -200
- package/dist/services/gps/features/gps_live_track_share_link_service.js +5 -4
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +5 -197
- package/dist/services/gps/features/gps_track_history_share_link_service.js +7 -6
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
- package/dist/services/main/devices/master_device_service.d.ts +2 -1
- package/dist/services/main/devices/master_device_service.js +16 -24
- package/dist/services/main/drivers/master_driver_service.d.ts +2 -1
- package/dist/services/main/drivers/master_driver_service.js +84 -81
- package/dist/services/main/sims/master_sim_service.d.ts +2 -1
- package/dist/services/main/sims/master_sim_service.js +8 -7
- package/dist/services/main/users/auth_service.d.ts +2 -2
- package/dist/services/main/users/user_admin_service.d.ts +6 -541
- package/dist/services/main/users/user_admin_service.js +25 -23
- package/dist/services/main/users/user_organisation_service.d.ts +2 -1
- package/dist/services/main/users/user_organisation_service.js +52 -49
- package/dist/services/main/users/user_service.d.ts +2 -1
- package/dist/services/main/users/user_service.js +41 -40
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +2 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +2 -1
- package/dist/services/main/vehicle/master_vehicle_service.js +60 -60
- package/dist/services/master/bus/master_class_service.d.ts +2 -1
- package/dist/services/master/bus/master_program_service.d.ts +2 -1
- package/dist/services/master/bus/master_relationship_service.d.ts +2 -1
- package/dist/services/master/bus/master_section_service.d.ts +2 -1
- package/dist/services/master/bus/master_semester_service.d.ts +2 -1
- package/dist/services/master/bus/master_stream_service.d.ts +2 -1
- package/dist/services/master/bus/master_year_service.d.ts +2 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +2 -1
- package/dist/services/master/device/master_device_model_service.d.ts +2 -1
- package/dist/services/master/device/master_device_type_service.d.ts +2 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +2 -1
- package/dist/services/master/expense/master_expense_type_service.d.ts +5 -125
- package/dist/services/master/expense/master_fuel_company_service.d.ts +2 -1
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +2 -1
- package/dist/services/master/expense/master_vendor_tag_service.d.ts +2 -1
- package/dist/services/master/expense/master_vendor_type_service.d.ts +2 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +2 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +2 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +2 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +2 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +2 -1
- package/dist/services/master/main/master_main_country_service.d.ts +2 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +2 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +2 -1
- package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
- package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
- package/dist/services/master/main/master_main_industry_service.d.ts +2 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +2 -1
- package/dist/services/master/main/master_main_language_service.d.ts +2 -1
- package/dist/services/master/main/master_main_sim_provider_service.d.ts +2 -1
- package/dist/services/master/main/master_main_state_service.d.ts +2 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +2 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +2 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +2 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +2 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +2 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +2 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +2 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +2 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +2 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +2 -2
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +5 -269
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +5 -132
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +5 -127
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +5 -128
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +2 -2
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +5 -261
- package/dist/services/master/user/master_user_role_service.d.ts +2 -1
- package/dist/services/master/user/master_user_status_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +2 -1
- package/package.json +1 -1
|
@@ -1,311 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
1
|
+
import '../../core/Enums.js';
|
|
2
|
+
import '../../core/BaseResponse.js';
|
|
3
|
+
import 'zod';
|
|
4
|
+
export { s7 as OrganisationReportAutomationMail, sa as OrganisationReportAutomationMailQueryDTO, s9 as OrganisationReportAutomationMailQuerySchema, s8 as OrganisationReportAutomationMailVehicleLink, s5 as OrganisationReportPreference, sc as OrganisationReportPreferenceDTO, se as OrganisationReportPreferenceQueryDTO, sd as OrganisationReportPreferenceQuerySchema, sb as OrganisationReportPreferenceSchema, s6 as OrganisationReportPreferenceVehicleLink, si as createOrganisationReportPreference, sk as deleteOrganisationReportPreference, sl as findOrganisationReportAutomationMail, sh as findOrganisationReportPreference, sg as newOrganisationReportPreferencePayload, sf as toOrganisationReportPreferencePayload, sj as updateOrganisationReportPreference } from '../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
|
-
|
|
7
|
-
interface OrganisationReportPreference extends Record<string, unknown> {
|
|
8
|
-
report_preference_id: string;
|
|
9
|
-
report_name: string;
|
|
10
|
-
report_status: OnOff;
|
|
11
|
-
report_types: ReportType[];
|
|
12
|
-
report_list: ReportList[];
|
|
13
|
-
report_channels: ReportChannel[];
|
|
14
|
-
mobile_numbers?: string;
|
|
15
|
-
email_ids?: string;
|
|
16
|
-
cc_email_ids?: string;
|
|
17
|
-
all_vehicles: YesNo;
|
|
18
|
-
status: Status;
|
|
19
|
-
added_date_time: string;
|
|
20
|
-
modified_date_time: string;
|
|
21
|
-
organisation_id: string;
|
|
22
|
-
UserOrganisation?: UserOrganisation;
|
|
23
|
-
OrganisationReportPreferenceVehicleLink: OrganisationReportPreferenceVehicleLink[];
|
|
24
|
-
OrganisationReportAutomationMail: OrganisationReportAutomationMail[];
|
|
25
|
-
_count?: {
|
|
26
|
-
OrganisationReportPreferenceVehicleLink: number;
|
|
27
|
-
OrganisationReportAutomationMail: number;
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
interface OrganisationReportPreferenceVehicleLink extends Record<string, unknown> {
|
|
31
|
-
report_preference_vehicle_id: string;
|
|
32
|
-
status: Status;
|
|
33
|
-
added_date_time: string;
|
|
34
|
-
modified_date_time: string;
|
|
35
|
-
vehicle_id: string;
|
|
36
|
-
MasterVehicle?: MasterVehicle;
|
|
37
|
-
vehicle_number?: string;
|
|
38
|
-
vehicle_type?: string;
|
|
39
|
-
report_preference_id: string;
|
|
40
|
-
OrganisationReportPreference?: OrganisationReportPreference;
|
|
41
|
-
}
|
|
42
|
-
interface OrganisationReportAutomationMail extends Record<string, unknown> {
|
|
43
|
-
report_automation_mail_id: string;
|
|
44
|
-
report_name: string;
|
|
45
|
-
report_type: ReportType;
|
|
46
|
-
from_date?: string;
|
|
47
|
-
to_date?: string;
|
|
48
|
-
date?: string;
|
|
49
|
-
from_date_f?: string;
|
|
50
|
-
to_date_f?: string;
|
|
51
|
-
date_f?: string;
|
|
52
|
-
all_vehicles: YesNo;
|
|
53
|
-
vehicle_ids?: string[];
|
|
54
|
-
status: Status;
|
|
55
|
-
added_date_time: string;
|
|
56
|
-
modified_date_time: string;
|
|
57
|
-
organisation_id: string;
|
|
58
|
-
UserOrganisation?: UserOrganisation;
|
|
59
|
-
report_preference_id: string;
|
|
60
|
-
OrganisationReportPreference?: OrganisationReportPreference;
|
|
61
|
-
OrganisationReportAutomationMailVehicleLink: OrganisationReportAutomationMailVehicleLink[];
|
|
62
|
-
_count?: {
|
|
63
|
-
OrganisationReportAutomationMailVehicleLink: number;
|
|
64
|
-
};
|
|
65
|
-
}
|
|
66
|
-
interface OrganisationReportAutomationMailVehicleLink extends Record<string, unknown> {
|
|
67
|
-
report_automation_mail_vehicle_id: string;
|
|
68
|
-
status: Status;
|
|
69
|
-
added_date_time: string;
|
|
70
|
-
modified_date_time: string;
|
|
71
|
-
vehicle_id: string;
|
|
72
|
-
MasterVehicle?: MasterVehicle;
|
|
73
|
-
vehicle_number?: string;
|
|
74
|
-
vehicle_type?: string;
|
|
75
|
-
automation_mail_id: string;
|
|
76
|
-
OrganisationReportAutomationMail?: OrganisationReportAutomationMail;
|
|
77
|
-
}
|
|
78
|
-
declare const OrganisationReportAutomationMailQuerySchema: z.ZodObject<{
|
|
79
|
-
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
80
|
-
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
81
|
-
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
82
|
-
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
83
|
-
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
84
|
-
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
85
|
-
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
86
|
-
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
87
|
-
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
88
|
-
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
89
|
-
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
90
|
-
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
91
|
-
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
92
|
-
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
93
|
-
name: z.ZodEffects<z.ZodString, string, string>;
|
|
94
|
-
field: z.ZodEffects<z.ZodString, string, string>;
|
|
95
|
-
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
96
|
-
}, "strip", z.ZodTypeAny, {
|
|
97
|
-
name: string;
|
|
98
|
-
field: string;
|
|
99
|
-
direction: OrderBy;
|
|
100
|
-
}, {
|
|
101
|
-
name: string;
|
|
102
|
-
field: string;
|
|
103
|
-
direction: OrderBy;
|
|
104
|
-
}>, "many">>>;
|
|
105
|
-
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
106
|
-
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
107
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
108
|
-
} & {
|
|
109
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
110
|
-
report_preference_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
111
|
-
report_automation_mail_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
112
|
-
report_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReportType>, "many">>>;
|
|
113
|
-
}, "strip", z.ZodTypeAny, {
|
|
114
|
-
status: Status[];
|
|
115
|
-
search: string;
|
|
116
|
-
paging: PAGING;
|
|
117
|
-
page_count: number;
|
|
118
|
-
page_index: number;
|
|
119
|
-
load_parents: LoadParents;
|
|
120
|
-
load_parents_list: string[];
|
|
121
|
-
load_child: LoadChild;
|
|
122
|
-
load_child_list: string[];
|
|
123
|
-
load_child_count: LoadChildCount;
|
|
124
|
-
load_child_count_list: string[];
|
|
125
|
-
include_details: Record<string, any>;
|
|
126
|
-
where_relations: Record<string, any>;
|
|
127
|
-
order_by: {
|
|
128
|
-
name: string;
|
|
129
|
-
field: string;
|
|
130
|
-
direction: OrderBy;
|
|
131
|
-
}[];
|
|
132
|
-
include_master_data: YesNo;
|
|
133
|
-
date_format_id: string;
|
|
134
|
-
time_zone_id: string;
|
|
135
|
-
organisation_ids: string[];
|
|
136
|
-
report_type: ReportType[];
|
|
137
|
-
report_preference_ids: string[];
|
|
138
|
-
report_automation_mail_ids: string[];
|
|
139
|
-
}, {
|
|
140
|
-
date_format_id: string;
|
|
141
|
-
time_zone_id: string;
|
|
142
|
-
status?: Status[] | undefined;
|
|
143
|
-
search?: string | undefined;
|
|
144
|
-
paging?: PAGING | undefined;
|
|
145
|
-
page_count?: unknown;
|
|
146
|
-
page_index?: unknown;
|
|
147
|
-
load_parents?: LoadParents | undefined;
|
|
148
|
-
load_parents_list?: string[] | undefined;
|
|
149
|
-
load_child?: LoadChild | undefined;
|
|
150
|
-
load_child_list?: string[] | undefined;
|
|
151
|
-
load_child_count?: LoadChildCount | undefined;
|
|
152
|
-
load_child_count_list?: string[] | undefined;
|
|
153
|
-
include_details?: Record<string, any> | undefined;
|
|
154
|
-
where_relations?: Record<string, any> | undefined;
|
|
155
|
-
order_by?: {
|
|
156
|
-
name: string;
|
|
157
|
-
field: string;
|
|
158
|
-
direction: OrderBy;
|
|
159
|
-
}[] | undefined;
|
|
160
|
-
include_master_data?: YesNo | undefined;
|
|
161
|
-
organisation_ids?: string[] | undefined;
|
|
162
|
-
report_type?: ReportType[] | undefined;
|
|
163
|
-
report_preference_ids?: string[] | undefined;
|
|
164
|
-
report_automation_mail_ids?: string[] | undefined;
|
|
165
|
-
}>;
|
|
166
|
-
type OrganisationReportAutomationMailQueryDTO = z.infer<typeof OrganisationReportAutomationMailQuerySchema>;
|
|
167
|
-
declare const OrganisationReportPreferenceSchema: z.ZodObject<{
|
|
168
|
-
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
169
|
-
report_name: z.ZodEffects<z.ZodString, string, string>;
|
|
170
|
-
report_status: z.ZodType<OnOff, z.ZodTypeDef, OnOff>;
|
|
171
|
-
report_types: z.ZodDefault<z.ZodArray<z.ZodNativeEnum<typeof ReportType>, "many">>;
|
|
172
|
-
report_list: z.ZodDefault<z.ZodArray<z.ZodNativeEnum<typeof ReportList>, "many">>;
|
|
173
|
-
report_channels: z.ZodDefault<z.ZodArray<z.ZodNativeEnum<typeof ReportChannel>, "many">>;
|
|
174
|
-
mobile_numbers: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
175
|
-
email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
176
|
-
cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
177
|
-
all_vehicles: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
|
|
178
|
-
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
179
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
180
|
-
}, "strip", z.ZodTypeAny, {
|
|
181
|
-
mobile_numbers: string;
|
|
182
|
-
email_ids: string;
|
|
183
|
-
cc_email_ids: string;
|
|
184
|
-
all_vehicles: YesNo;
|
|
185
|
-
status: Status;
|
|
186
|
-
organisation_id: string;
|
|
187
|
-
vehicle_ids: string[];
|
|
188
|
-
report_name: string;
|
|
189
|
-
report_status: OnOff;
|
|
190
|
-
report_types: ReportType[];
|
|
191
|
-
report_list: ReportList[];
|
|
192
|
-
report_channels: ReportChannel.Email[];
|
|
193
|
-
}, {
|
|
194
|
-
all_vehicles: YesNo;
|
|
195
|
-
status: Status;
|
|
196
|
-
organisation_id: string;
|
|
197
|
-
report_name: string;
|
|
198
|
-
report_status: OnOff;
|
|
199
|
-
mobile_numbers?: string | undefined;
|
|
200
|
-
email_ids?: string | undefined;
|
|
201
|
-
cc_email_ids?: string | undefined;
|
|
202
|
-
vehicle_ids?: string[] | undefined;
|
|
203
|
-
report_types?: ReportType[] | undefined;
|
|
204
|
-
report_list?: ReportList[] | undefined;
|
|
205
|
-
report_channels?: ReportChannel.Email[] | undefined;
|
|
206
|
-
}>;
|
|
207
|
-
type OrganisationReportPreferenceDTO = z.infer<typeof OrganisationReportPreferenceSchema>;
|
|
208
|
-
declare const OrganisationReportPreferenceQuerySchema: z.ZodObject<{
|
|
209
|
-
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
210
|
-
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
211
|
-
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
212
|
-
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
213
|
-
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
214
|
-
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
215
|
-
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
216
|
-
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
217
|
-
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
218
|
-
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
219
|
-
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
220
|
-
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
221
|
-
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
222
|
-
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
223
|
-
name: z.ZodEffects<z.ZodString, string, string>;
|
|
224
|
-
field: z.ZodEffects<z.ZodString, string, string>;
|
|
225
|
-
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
226
|
-
}, "strip", z.ZodTypeAny, {
|
|
227
|
-
name: string;
|
|
228
|
-
field: string;
|
|
229
|
-
direction: OrderBy;
|
|
230
|
-
}, {
|
|
231
|
-
name: string;
|
|
232
|
-
field: string;
|
|
233
|
-
direction: OrderBy;
|
|
234
|
-
}>, "many">>>;
|
|
235
|
-
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
236
|
-
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
237
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
238
|
-
} & {
|
|
239
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
240
|
-
report_preference_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
241
|
-
report_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof OnOff>, "many">>>;
|
|
242
|
-
report_types: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReportType>, "many">>>;
|
|
243
|
-
report_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReportList>, "many">>>;
|
|
244
|
-
report_channels: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReportChannel>, "many">>>;
|
|
245
|
-
}, "strip", z.ZodTypeAny, {
|
|
246
|
-
status: Status[];
|
|
247
|
-
search: string;
|
|
248
|
-
paging: PAGING;
|
|
249
|
-
page_count: number;
|
|
250
|
-
page_index: number;
|
|
251
|
-
load_parents: LoadParents;
|
|
252
|
-
load_parents_list: string[];
|
|
253
|
-
load_child: LoadChild;
|
|
254
|
-
load_child_list: string[];
|
|
255
|
-
load_child_count: LoadChildCount;
|
|
256
|
-
load_child_count_list: string[];
|
|
257
|
-
include_details: Record<string, any>;
|
|
258
|
-
where_relations: Record<string, any>;
|
|
259
|
-
order_by: {
|
|
260
|
-
name: string;
|
|
261
|
-
field: string;
|
|
262
|
-
direction: OrderBy;
|
|
263
|
-
}[];
|
|
264
|
-
include_master_data: YesNo;
|
|
265
|
-
date_format_id: string;
|
|
266
|
-
time_zone_id: string;
|
|
267
|
-
organisation_ids: string[];
|
|
268
|
-
report_status: OnOff[];
|
|
269
|
-
report_types: ReportType[];
|
|
270
|
-
report_list: ReportList[];
|
|
271
|
-
report_channels: ReportChannel.Email[];
|
|
272
|
-
report_preference_ids: string[];
|
|
273
|
-
}, {
|
|
274
|
-
date_format_id: string;
|
|
275
|
-
time_zone_id: string;
|
|
276
|
-
status?: Status[] | undefined;
|
|
277
|
-
search?: string | undefined;
|
|
278
|
-
paging?: PAGING | undefined;
|
|
279
|
-
page_count?: unknown;
|
|
280
|
-
page_index?: unknown;
|
|
281
|
-
load_parents?: LoadParents | undefined;
|
|
282
|
-
load_parents_list?: string[] | undefined;
|
|
283
|
-
load_child?: LoadChild | undefined;
|
|
284
|
-
load_child_list?: string[] | undefined;
|
|
285
|
-
load_child_count?: LoadChildCount | undefined;
|
|
286
|
-
load_child_count_list?: string[] | undefined;
|
|
287
|
-
include_details?: Record<string, any> | undefined;
|
|
288
|
-
where_relations?: Record<string, any> | undefined;
|
|
289
|
-
order_by?: {
|
|
290
|
-
name: string;
|
|
291
|
-
field: string;
|
|
292
|
-
direction: OrderBy;
|
|
293
|
-
}[] | undefined;
|
|
294
|
-
include_master_data?: YesNo | undefined;
|
|
295
|
-
organisation_ids?: string[] | undefined;
|
|
296
|
-
report_status?: OnOff[] | undefined;
|
|
297
|
-
report_types?: ReportType[] | undefined;
|
|
298
|
-
report_list?: ReportList[] | undefined;
|
|
299
|
-
report_channels?: ReportChannel.Email[] | undefined;
|
|
300
|
-
report_preference_ids?: string[] | undefined;
|
|
301
|
-
}>;
|
|
302
|
-
type OrganisationReportPreferenceQueryDTO = z.infer<typeof OrganisationReportPreferenceQuerySchema>;
|
|
303
|
-
declare const toOrganisationReportPreferencePayload: (data: OrganisationReportPreference) => OrganisationReportPreferenceDTO;
|
|
304
|
-
declare const newOrganisationReportPreferencePayload: () => OrganisationReportPreferenceDTO;
|
|
305
|
-
declare const findOrganisationReportPreference: (data: OrganisationReportPreferenceQueryDTO) => Promise<FBR<OrganisationReportPreference[]>>;
|
|
306
|
-
declare const createOrganisationReportPreference: (data: OrganisationReportPreferenceDTO) => Promise<SBR>;
|
|
307
|
-
declare const updateOrganisationReportPreference: (id: string, data: OrganisationReportPreferenceDTO) => Promise<SBR>;
|
|
308
|
-
declare const deleteOrganisationReportPreference: (id: string) => Promise<SBR>;
|
|
309
|
-
declare const findOrganisationReportAutomationMail: (data: OrganisationReportAutomationMailQueryDTO) => Promise<FBR<OrganisationReportAutomationMail[]>>;
|
|
310
|
-
|
|
311
|
-
export { type OrganisationReportAutomationMail, type OrganisationReportAutomationMailQueryDTO, OrganisationReportAutomationMailQuerySchema, type OrganisationReportAutomationMailVehicleLink, type OrganisationReportPreference, type OrganisationReportPreferenceDTO, type OrganisationReportPreferenceQueryDTO, OrganisationReportPreferenceQuerySchema, OrganisationReportPreferenceSchema, type OrganisationReportPreferenceVehicleLink, createOrganisationReportPreference, deleteOrganisationReportPreference, findOrganisationReportAutomationMail, findOrganisationReportPreference, newOrganisationReportPreferencePayload, toOrganisationReportPreferencePayload, updateOrganisationReportPreference };
|
|
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
|
-
|
|
6
|
-
|
|
5
|
+
export { cz as Ticket, cE as TicketDTO, cA as TicketFile, cC as TicketFileDTO, cB as TicketFileSchema, cI as TicketQueryDTO, cH as TicketQuerySchema, cD as TicketSchema, cG as TicketVerifyDTO, cF as TicketVerifySchema, cN as createTicket, cS as createTicketFile, cQ as deleteTicket, cM as findTickets, cR as getTicketFilePresignedUrl, cL as newTicketPayload, cT as removeTicketFile, cJ as toTicketPayload, cK as toVerifyTicketPayload, cO as updateTicket, cP as updateVerifyStatus } from '../../bookmark_service-5dgfuboV.js';
|
|
6
|
+
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { ex as BusStop, eB as BusStopDTO, ew as BusStopPolygonData, ez as BusStopPolygonDataDTO, ey as BusStopPolygonDataSchema, eD as BusStopQueryDTO, eC as BusStopQuerySchema, eA as BusStopSchema, eH as createBusStop, eJ as deleteBusStop, eG as findBusStop, eF as newBusStopPayload, eE as toBusStopPayload, eI as updateBusStop } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
|
+
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,147 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
1
|
+
import '../../../core/Enums.js';
|
|
2
|
+
import '../../../core/BaseResponse.js';
|
|
3
|
+
import 'zod';
|
|
4
|
+
export { wI as OrganisationCalendar, wK as OrganisationCalendarDTO, wM as OrganisationCalendarQueryDTO, wL as OrganisationCalendarQuerySchema, wJ as OrganisationCalendarSchema, wQ as createOrganisationCalendar, wS as deleteOrganisationCalendar, wP as findOrganisationCalendar, wO as newOrganisationCalendarPayload, wN as toOrganisationCalendarPayload, wR as updateOrganisationCalendar } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
|
-
|
|
7
|
-
interface OrganisationCalendar extends Record<string, unknown> {
|
|
8
|
-
calendar_id: string;
|
|
9
|
-
calendar_date: string;
|
|
10
|
-
calendar_date_f: string;
|
|
11
|
-
holiday_type: HolidayType;
|
|
12
|
-
title: string;
|
|
13
|
-
notes?: string;
|
|
14
|
-
status: Status;
|
|
15
|
-
added_date_time: string;
|
|
16
|
-
modified_date_time: string;
|
|
17
|
-
organisation_id: string;
|
|
18
|
-
UserOrganisation?: UserOrganisation;
|
|
19
|
-
organisation_branch_id?: string;
|
|
20
|
-
OrganisationBranch?: OrganisationBranch;
|
|
21
|
-
}
|
|
22
|
-
declare const OrganisationCalendarSchema: z.ZodObject<{
|
|
23
|
-
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
24
|
-
organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
|
|
25
|
-
calendar_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
26
|
-
holiday_type: z.ZodType<HolidayType, z.ZodTypeDef, HolidayType>;
|
|
27
|
-
title: z.ZodEffects<z.ZodString, string, string>;
|
|
28
|
-
notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
29
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
30
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
31
|
-
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
calendar_date: string;
|
|
33
|
-
holiday_type: HolidayType;
|
|
34
|
-
title: string;
|
|
35
|
-
notes: string;
|
|
36
|
-
status: Status;
|
|
37
|
-
organisation_id: string;
|
|
38
|
-
organisation_branch_id: string;
|
|
39
|
-
time_zone_id: string;
|
|
40
|
-
}, {
|
|
41
|
-
calendar_date: string;
|
|
42
|
-
holiday_type: HolidayType;
|
|
43
|
-
title: string;
|
|
44
|
-
status: Status;
|
|
45
|
-
organisation_id: string;
|
|
46
|
-
organisation_branch_id: string;
|
|
47
|
-
time_zone_id: string;
|
|
48
|
-
notes?: string | undefined;
|
|
49
|
-
}>;
|
|
50
|
-
type OrganisationCalendarDTO = z.infer<typeof OrganisationCalendarSchema>;
|
|
51
|
-
declare const OrganisationCalendarQuerySchema: z.ZodObject<{
|
|
52
|
-
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
53
|
-
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
54
|
-
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
55
|
-
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
56
|
-
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
57
|
-
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
58
|
-
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
59
|
-
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
60
|
-
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
61
|
-
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
62
|
-
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
63
|
-
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
64
|
-
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
65
|
-
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
66
|
-
name: z.ZodEffects<z.ZodString, string, string>;
|
|
67
|
-
field: z.ZodEffects<z.ZodString, string, string>;
|
|
68
|
-
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
69
|
-
}, "strip", z.ZodTypeAny, {
|
|
70
|
-
name: string;
|
|
71
|
-
field: string;
|
|
72
|
-
direction: OrderBy;
|
|
73
|
-
}, {
|
|
74
|
-
name: string;
|
|
75
|
-
field: string;
|
|
76
|
-
direction: OrderBy;
|
|
77
|
-
}>, "many">>>;
|
|
78
|
-
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
79
|
-
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
80
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
81
|
-
} & {
|
|
82
|
-
calendar_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
83
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
84
|
-
organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
85
|
-
holiday_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof HolidayType>, "many">>>;
|
|
86
|
-
}, "strip", z.ZodTypeAny, {
|
|
87
|
-
holiday_type: HolidayType[];
|
|
88
|
-
status: Status[];
|
|
89
|
-
time_zone_id: string;
|
|
90
|
-
search: string;
|
|
91
|
-
paging: PAGING;
|
|
92
|
-
page_count: number;
|
|
93
|
-
page_index: number;
|
|
94
|
-
load_parents: LoadParents;
|
|
95
|
-
load_parents_list: string[];
|
|
96
|
-
load_child: LoadChild;
|
|
97
|
-
load_child_list: string[];
|
|
98
|
-
load_child_count: LoadChildCount;
|
|
99
|
-
load_child_count_list: string[];
|
|
100
|
-
include_details: Record<string, any>;
|
|
101
|
-
where_relations: Record<string, any>;
|
|
102
|
-
order_by: {
|
|
103
|
-
name: string;
|
|
104
|
-
field: string;
|
|
105
|
-
direction: OrderBy;
|
|
106
|
-
}[];
|
|
107
|
-
include_master_data: YesNo;
|
|
108
|
-
date_format_id: string;
|
|
109
|
-
calendar_ids: string[];
|
|
110
|
-
organisation_ids: string[];
|
|
111
|
-
organisation_branch_ids: string[];
|
|
112
|
-
}, {
|
|
113
|
-
time_zone_id: string;
|
|
114
|
-
date_format_id: string;
|
|
115
|
-
holiday_type?: HolidayType[] | undefined;
|
|
116
|
-
status?: Status[] | undefined;
|
|
117
|
-
search?: string | undefined;
|
|
118
|
-
paging?: PAGING | undefined;
|
|
119
|
-
page_count?: unknown;
|
|
120
|
-
page_index?: unknown;
|
|
121
|
-
load_parents?: LoadParents | undefined;
|
|
122
|
-
load_parents_list?: string[] | undefined;
|
|
123
|
-
load_child?: LoadChild | undefined;
|
|
124
|
-
load_child_list?: string[] | undefined;
|
|
125
|
-
load_child_count?: LoadChildCount | undefined;
|
|
126
|
-
load_child_count_list?: string[] | undefined;
|
|
127
|
-
include_details?: Record<string, any> | undefined;
|
|
128
|
-
where_relations?: Record<string, any> | undefined;
|
|
129
|
-
order_by?: {
|
|
130
|
-
name: string;
|
|
131
|
-
field: string;
|
|
132
|
-
direction: OrderBy;
|
|
133
|
-
}[] | undefined;
|
|
134
|
-
include_master_data?: YesNo | undefined;
|
|
135
|
-
calendar_ids?: string[] | undefined;
|
|
136
|
-
organisation_ids?: string[] | undefined;
|
|
137
|
-
organisation_branch_ids?: string[] | undefined;
|
|
138
|
-
}>;
|
|
139
|
-
type OrganisationCalendarQueryDTO = z.infer<typeof OrganisationCalendarQuerySchema>;
|
|
140
|
-
declare const toOrganisationCalendarPayload: (row: OrganisationCalendar) => OrganisationCalendarDTO;
|
|
141
|
-
declare const newOrganisationCalendarPayload: () => OrganisationCalendarDTO;
|
|
142
|
-
declare const findOrganisationCalendar: (data: OrganisationCalendarQueryDTO) => Promise<FBR<OrganisationCalendar[]>>;
|
|
143
|
-
declare const createOrganisationCalendar: (data: OrganisationCalendarDTO) => Promise<SBR>;
|
|
144
|
-
declare const updateOrganisationCalendar: (id: string, data: OrganisationCalendarDTO) => Promise<SBR>;
|
|
145
|
-
declare const deleteOrganisationCalendar: (id: string) => Promise<SBR>;
|
|
146
|
-
|
|
147
|
-
export { type OrganisationCalendar, type OrganisationCalendarDTO, type OrganisationCalendarQueryDTO, OrganisationCalendarQuerySchema, OrganisationCalendarSchema, createOrganisationCalendar, deleteOrganisationCalendar, findOrganisationCalendar, newOrganisationCalendarPayload, toOrganisationCalendarPayload, updateOrganisationCalendar };
|
|
6
|
+
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { eM as MasterFixedSchedule, eT as MasterFixedScheduleDTO, eV as MasterFixedScheduleQueryDTO, eU as MasterFixedScheduleQuerySchema, eS as MasterFixedScheduleSchema, eK as MasterRoute, eP as MasterRouteDTO, eR as MasterRouteQueryDTO, eQ as MasterRouteQuerySchema, eO as MasterRouteSchema, eL as MasterRouteStop, e$ as MasterRouteStopCreateDTO, e_ as MasterRouteStopCreateSchema, eX as MasterRouteStopDTO, f4 as MasterRouteStopDeleteAllSchema, f5 as MasterRouteStopDeleteDTO, f7 as MasterRouteStopDeleteReOrderDTO, f6 as MasterRouteStopDeleteSchema, f0 as MasterRouteStopIds, f1 as MasterRouteStopIdsDTO, f3 as MasterRouteStopReorderDTO, f2 as MasterRouteStopReorderSchema, eW as MasterRouteStopSchema, eZ as MasterRouteStopUpdateDTO, eY as MasterRouteStopUpdateSchema, eN as MasterRouteStudent, fd as MasterRouteStudentAssignRemoveDTO, fc as MasterRouteStudentAssignRemoveSchema, fh as MasterRouteStudentScheduleAssignRemoveDTO, fg as MasterRouteStudentScheduleAssignRemoveSchema, ff as MasterRouteStudentStopAssignRemoveDTO, fe as MasterRouteStudentStopAssignRemoveSchema, fb as StudentNoScheduleQueryDTO, fa as StudentNoScheduleQuerySchema, f9 as StudentNoStopQueryDTO, f8 as StudentNoStopQuerySchema, fA as appendRouteStop, fS as assignMasterRouteStudentScheduleToStudentDrop, fR as assignMasterRouteStudentScheduleToStudentsPickup, fO as assignMasterRouteStudentStopToStudentsDrop, fN as assignMasterRouteStudentStopToStudentsPickup, fK as assignRouteStudentsDrop, fJ as assignRouteStudentsPickup, fw as createMasterFixedSchedule, fs as createMasterRoute, fz as createStopsFirstTimeRoute, fy as deleteMasterFixedSchedule, fu as deleteMasterRoute, fE as deleteRouteStopReorder, fD as deleteRouteStopsAll, fv as findMasterFixedSchedule, fr as findMasterRoute, fI as findStudentsWithNoScheduleDrop, fH as findStudentsWithNoSchedulePickup, fG as findStudentsWithNoStopDrop, fF as findStudentsWithNoStopPickup, fl as newMasterFixedSchedulePayload, fj as newMasterRoutePayload, fn as newMasterRouteStopPayload, fq as newMasterRouteStudentAssignPayload, fU as removeMasterRouteStudentScheduleToStudentDrop, fT as removeMasterRouteStudentScheduleToStudentPickup, fQ as removeMasterRouteStudentStopToStudentsDrop, fP as removeMasterRouteStudentStopToStudentsPickup, fM as removeRouteStudentsDrop, fL as removeRouteStudentsPickup, fC as reorderRouteStops, fk as toMasterFixedSchedulePayload, fi as toMasterRoutePayload, fm as toMasterRouteStopPayload, fo as toMasterRouteStopReorderPayload, fp as toMasterRouteStudentAssignPayload, fx as updateMasterFixedSchedule, ft as updateMasterRoute, fB as updateRouteStop } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
|
+
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,142 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
1
|
+
import '../../../core/Enums.js';
|
|
2
|
+
import '../../../core/BaseResponse.js';
|
|
3
|
+
import 'zod';
|
|
4
|
+
export { wT as OrganisationNoticeBoard, wV as OrganisationNoticeBoardDTO, wX as OrganisationNoticeBoardQueryDTO, wW as OrganisationNoticeBoardQuerySchema, wU as OrganisationNoticeBoardSchema, w$ as createOrganisationNoticeBoard, x1 as deleteOrganisationNoticeBoard, w_ as findOrganisationNoticeBoard, wZ as newOrganisationNoticeBoardPayload, wY as toOrganisationNoticeBoardPayload, x0 as updateOrganisationNoticeBoard } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
|
-
|
|
7
|
-
interface OrganisationNoticeBoard extends Record<string, unknown> {
|
|
8
|
-
notice_id: string;
|
|
9
|
-
notice_date_time: string;
|
|
10
|
-
notice_date_time_f: string;
|
|
11
|
-
notice_subject: string;
|
|
12
|
-
notice_description?: string;
|
|
13
|
-
status: Status;
|
|
14
|
-
added_date_time: string;
|
|
15
|
-
modified_date_time: string;
|
|
16
|
-
organisation_id: string;
|
|
17
|
-
UserOrganisation?: UserOrganisation;
|
|
18
|
-
organisation_branch_id?: string;
|
|
19
|
-
OrganisationBranch?: OrganisationBranch;
|
|
20
|
-
branch_name?: string;
|
|
21
|
-
branch_city?: string;
|
|
22
|
-
}
|
|
23
|
-
declare const OrganisationNoticeBoardSchema: z.ZodObject<{
|
|
24
|
-
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
25
|
-
organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
|
|
26
|
-
notice_date_time: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
27
|
-
notice_subject: z.ZodEffects<z.ZodString, string, string>;
|
|
28
|
-
notice_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
29
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
30
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
31
|
-
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
status: Status;
|
|
33
|
-
organisation_id: string;
|
|
34
|
-
organisation_branch_id: string;
|
|
35
|
-
time_zone_id: string;
|
|
36
|
-
notice_date_time: string;
|
|
37
|
-
notice_subject: string;
|
|
38
|
-
notice_description: string;
|
|
39
|
-
}, {
|
|
40
|
-
status: Status;
|
|
41
|
-
organisation_id: string;
|
|
42
|
-
organisation_branch_id: string;
|
|
43
|
-
time_zone_id: string;
|
|
44
|
-
notice_date_time: string;
|
|
45
|
-
notice_subject: string;
|
|
46
|
-
notice_description?: string | undefined;
|
|
47
|
-
}>;
|
|
48
|
-
type OrganisationNoticeBoardDTO = z.infer<typeof OrganisationNoticeBoardSchema>;
|
|
49
|
-
declare const OrganisationNoticeBoardQuerySchema: z.ZodObject<{
|
|
50
|
-
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
51
|
-
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
52
|
-
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
53
|
-
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
54
|
-
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
55
|
-
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
56
|
-
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
57
|
-
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
58
|
-
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
59
|
-
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
60
|
-
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
61
|
-
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
62
|
-
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
63
|
-
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
64
|
-
name: z.ZodEffects<z.ZodString, string, string>;
|
|
65
|
-
field: z.ZodEffects<z.ZodString, string, string>;
|
|
66
|
-
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
67
|
-
}, "strip", z.ZodTypeAny, {
|
|
68
|
-
name: string;
|
|
69
|
-
field: string;
|
|
70
|
-
direction: OrderBy;
|
|
71
|
-
}, {
|
|
72
|
-
name: string;
|
|
73
|
-
field: string;
|
|
74
|
-
direction: OrderBy;
|
|
75
|
-
}>, "many">>>;
|
|
76
|
-
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
77
|
-
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
78
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
79
|
-
} & {
|
|
80
|
-
notice_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
81
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
82
|
-
organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
83
|
-
}, "strip", z.ZodTypeAny, {
|
|
84
|
-
status: Status[];
|
|
85
|
-
time_zone_id: string;
|
|
86
|
-
search: string;
|
|
87
|
-
paging: PAGING;
|
|
88
|
-
page_count: number;
|
|
89
|
-
page_index: number;
|
|
90
|
-
load_parents: LoadParents;
|
|
91
|
-
load_parents_list: string[];
|
|
92
|
-
load_child: LoadChild;
|
|
93
|
-
load_child_list: string[];
|
|
94
|
-
load_child_count: LoadChildCount;
|
|
95
|
-
load_child_count_list: string[];
|
|
96
|
-
include_details: Record<string, any>;
|
|
97
|
-
where_relations: Record<string, any>;
|
|
98
|
-
order_by: {
|
|
99
|
-
name: string;
|
|
100
|
-
field: string;
|
|
101
|
-
direction: OrderBy;
|
|
102
|
-
}[];
|
|
103
|
-
include_master_data: YesNo;
|
|
104
|
-
date_format_id: string;
|
|
105
|
-
organisation_ids: string[];
|
|
106
|
-
organisation_branch_ids: string[];
|
|
107
|
-
notice_ids: string[];
|
|
108
|
-
}, {
|
|
109
|
-
time_zone_id: string;
|
|
110
|
-
date_format_id: string;
|
|
111
|
-
status?: Status[] | undefined;
|
|
112
|
-
search?: string | undefined;
|
|
113
|
-
paging?: PAGING | undefined;
|
|
114
|
-
page_count?: unknown;
|
|
115
|
-
page_index?: unknown;
|
|
116
|
-
load_parents?: LoadParents | undefined;
|
|
117
|
-
load_parents_list?: string[] | undefined;
|
|
118
|
-
load_child?: LoadChild | undefined;
|
|
119
|
-
load_child_list?: string[] | undefined;
|
|
120
|
-
load_child_count?: LoadChildCount | undefined;
|
|
121
|
-
load_child_count_list?: string[] | undefined;
|
|
122
|
-
include_details?: Record<string, any> | undefined;
|
|
123
|
-
where_relations?: Record<string, any> | undefined;
|
|
124
|
-
order_by?: {
|
|
125
|
-
name: string;
|
|
126
|
-
field: string;
|
|
127
|
-
direction: OrderBy;
|
|
128
|
-
}[] | undefined;
|
|
129
|
-
include_master_data?: YesNo | undefined;
|
|
130
|
-
organisation_ids?: string[] | undefined;
|
|
131
|
-
organisation_branch_ids?: string[] | undefined;
|
|
132
|
-
notice_ids?: string[] | undefined;
|
|
133
|
-
}>;
|
|
134
|
-
type OrganisationNoticeBoardQueryDTO = z.infer<typeof OrganisationNoticeBoardQuerySchema>;
|
|
135
|
-
declare const toOrganisationNoticeBoardPayload: (row: OrganisationNoticeBoard) => OrganisationNoticeBoardDTO;
|
|
136
|
-
declare const newOrganisationNoticeBoardPayload: () => OrganisationNoticeBoardDTO;
|
|
137
|
-
declare const findOrganisationNoticeBoard: (data: OrganisationNoticeBoardQueryDTO) => Promise<FBR<OrganisationNoticeBoard[]>>;
|
|
138
|
-
declare const createOrganisationNoticeBoard: (data: OrganisationNoticeBoardDTO) => Promise<SBR>;
|
|
139
|
-
declare const updateOrganisationNoticeBoard: (id: string, data: OrganisationNoticeBoardDTO) => Promise<SBR>;
|
|
140
|
-
declare const deleteOrganisationNoticeBoard: (id: string) => Promise<SBR>;
|
|
141
|
-
|
|
142
|
-
export { type OrganisationNoticeBoard, type OrganisationNoticeBoardDTO, type OrganisationNoticeBoardQueryDTO, OrganisationNoticeBoardQuerySchema, OrganisationNoticeBoardSchema, createOrganisationNoticeBoard, deleteOrganisationNoticeBoard, findOrganisationNoticeBoard, newOrganisationNoticeBoardPayload, toOrganisationNoticeBoardPayload, updateOrganisationNoticeBoard };
|
|
6
|
+
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|