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,5 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { dv as MasterSection, dx as MasterSectionDTO, dz as MasterSectionQueryDTO, dy as MasterSectionQuerySchema, dw as MasterSectionSchema, dD as createMasterSection, dF as deleteMasterSection, dC as findMasterSection, dG as getMasterSectionCache, dH as getMasterSectionCacheCount, dB as newMasterSectionPayload, dA as toMasterSectionPayload, dE as updateMasterSection } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { dI as MasterSemester, dK as MasterSemesterDTO, dM as MasterSemesterQueryDTO, dL as MasterSemesterQuerySchema, dJ as MasterSemesterSchema, dQ as createMasterSemester, dS as deleteMasterSemester, dP as findMasterSemester, dT as getMasterSemesterCache, dU as getMasterSemesterCacheCount, dO as newMasterSemesterPayload, dN as toMasterSemesterPayload, dR as updateMasterSemester } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { dV as MasterStream, dX as MasterStreamDTO, dZ as MasterStreamQueryDTO, dY as MasterStreamQuerySchema, dW as MasterStreamSchema, e1 as createMasterStream, e3 as deleteMasterStream, e0 as findMasterStream, e4 as getMasterStreamCache, e5 as getMasterStreamCacheCount, d$ as newMasterStreamPayload, d_ as toMasterStreamPayload, e2 as updateMasterStream } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { e6 as MasterYear, e8 as MasterYearDTO, ea as MasterYearQueryDTO, e9 as MasterYearQuerySchema, e7 as MasterYearSchema, ee as createMasterYear, eg as deleteMasterYear, ed as findMasterYear, eh as getMasterYearCache, ei as getMasterYearCacheCount, ec as newMasterYearPayload, eb as toMasterYearPayload, ef as updateMasterYear } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { v2 as MasterDeviceManufacturer, v4 as MasterDeviceManufacturerDTO, v6 as MasterDeviceManufacturerQueryDTO, v5 as MasterDeviceManufacturerQuerySchema, v3 as MasterDeviceManufacturerSchema, va as createMasterDeviceManufacturer, vc as deleteMasterDeviceManufacturer, v9 as findMasterDeviceManufacturers, vd as getMasterDeviceManufacturerCache, vf as getMasterDeviceManufacturerCacheChild, ve as getMasterDeviceManufacturerCacheCount, v8 as newMasterDeviceManufacturerPayload, v7 as toMasterDeviceManufacturerPayload, vb as updateMasterDeviceManufacturer } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { uQ as MasterDeviceModel, uS as MasterDeviceModelDTO, uU as MasterDeviceModelQueryDTO, uT as MasterDeviceModelQuerySchema, uR as MasterDeviceModelSchema, uY as createMasterDeviceModel, u_ as deleteMasterDeviceModel, uX as findMasterDeviceModels, u$ as getMasterDeviceModelCache, v1 as getMasterDeviceModelCacheChild, v0 as getMasterDeviceModelCacheCount, uW as newMasterDeviceModelPayload, uV as toMasterDeviceModelPayload, uZ as updateMasterDeviceModel } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { uC as MasterDeviceType, uE as MasterDeviceTypeDTO, uG as MasterDeviceTypeQueryDTO, uF as MasterDeviceTypeQuerySchema, uD as MasterDeviceTypeSchema, uK as createMasterDeviceType, uM as deleteMasterDeviceType, uJ as findMasterDeviceTypes, uN as getMasterDeviceTypeCache, uP as getMasterDeviceTypeCacheChild, uO as getMasterDeviceTypeCacheCount, uI as newMasterDeviceTypePayload, uH as toMasterDeviceTypePayload, uL as updateMasterDeviceType } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { iV as MasterExpenseName, iX as MasterExpenseNameDTO, iZ as MasterExpenseNameQueryDTO, iY as MasterExpenseNameQuerySchema, iW as MasterExpenseNameSchema, j1 as createMasterExpenseName, j3 as deleteMasterExpenseName, j0 as findMasterExpenseNames, j4 as getMasterExpenseNameCache, i$ as newMasterExpenseNamePayload, i_ as toMasterExpenseNamePayload, j2 as updateMasterExpenseName } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
|
+
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,126 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
1
|
+
import '../../../core/Enums.js';
|
|
2
|
+
import '../../../core/BaseResponse.js';
|
|
3
|
+
import 'zod';
|
|
4
|
+
export { x2 as MasterExpenseType, x4 as MasterExpenseTypeDTO, x6 as MasterExpenseTypeQueryDTO, x5 as MasterExpenseTypeQuerySchema, x3 as MasterExpenseTypeSchema, xa as createMasterExpenseType, xc as deleteMasterExpenseType, x9 as findMasterExpenseTypes, xd as getMasterExpenseTypeCache, x8 as newMasterExpenseTypePayload, x7 as toMasterExpenseTypePayload, xb as updateMasterExpenseType } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
|
-
|
|
7
|
-
interface MasterExpenseType extends Record<string, unknown> {
|
|
8
|
-
expense_type_id: string;
|
|
9
|
-
expense_type_name: string;
|
|
10
|
-
description?: string;
|
|
11
|
-
status: Status;
|
|
12
|
-
added_date_time: string;
|
|
13
|
-
modified_date_time: string;
|
|
14
|
-
organisation_id: string;
|
|
15
|
-
UserOrganisation?: UserOrganisation;
|
|
16
|
-
_count?: object;
|
|
17
|
-
}
|
|
18
|
-
declare const MasterExpenseTypeSchema: z.ZodObject<{
|
|
19
|
-
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20
|
-
expense_type_name: z.ZodEffects<z.ZodString, string, string>;
|
|
21
|
-
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
22
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
23
|
-
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
expense_type_name: string;
|
|
25
|
-
description: string;
|
|
26
|
-
status: Status;
|
|
27
|
-
organisation_id: string;
|
|
28
|
-
}, {
|
|
29
|
-
expense_type_name: string;
|
|
30
|
-
status: Status;
|
|
31
|
-
organisation_id: string;
|
|
32
|
-
description?: string | undefined;
|
|
33
|
-
}>;
|
|
34
|
-
type MasterExpenseTypeDTO = z.infer<typeof MasterExpenseTypeSchema>;
|
|
35
|
-
declare const MasterExpenseTypeQuerySchema: z.ZodObject<{
|
|
36
|
-
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
37
|
-
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
38
|
-
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
39
|
-
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
40
|
-
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
41
|
-
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
42
|
-
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
43
|
-
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
44
|
-
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
45
|
-
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
46
|
-
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
47
|
-
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
48
|
-
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
49
|
-
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
50
|
-
name: z.ZodEffects<z.ZodString, string, string>;
|
|
51
|
-
field: z.ZodEffects<z.ZodString, string, string>;
|
|
52
|
-
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
53
|
-
}, "strip", z.ZodTypeAny, {
|
|
54
|
-
name: string;
|
|
55
|
-
field: string;
|
|
56
|
-
direction: OrderBy;
|
|
57
|
-
}, {
|
|
58
|
-
name: string;
|
|
59
|
-
field: string;
|
|
60
|
-
direction: OrderBy;
|
|
61
|
-
}>, "many">>>;
|
|
62
|
-
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
63
|
-
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
64
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
65
|
-
} & {
|
|
66
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
67
|
-
expense_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
68
|
-
}, "strip", z.ZodTypeAny, {
|
|
69
|
-
status: Status[];
|
|
70
|
-
search: string;
|
|
71
|
-
paging: PAGING;
|
|
72
|
-
page_count: number;
|
|
73
|
-
page_index: number;
|
|
74
|
-
load_parents: LoadParents;
|
|
75
|
-
load_parents_list: string[];
|
|
76
|
-
load_child: LoadChild;
|
|
77
|
-
load_child_list: string[];
|
|
78
|
-
load_child_count: LoadChildCount;
|
|
79
|
-
load_child_count_list: string[];
|
|
80
|
-
include_details: Record<string, any>;
|
|
81
|
-
where_relations: Record<string, any>;
|
|
82
|
-
order_by: {
|
|
83
|
-
name: string;
|
|
84
|
-
field: string;
|
|
85
|
-
direction: OrderBy;
|
|
86
|
-
}[];
|
|
87
|
-
include_master_data: YesNo;
|
|
88
|
-
date_format_id: string;
|
|
89
|
-
time_zone_id: string;
|
|
90
|
-
organisation_ids: string[];
|
|
91
|
-
expense_type_ids: string[];
|
|
92
|
-
}, {
|
|
93
|
-
date_format_id: string;
|
|
94
|
-
time_zone_id: string;
|
|
95
|
-
status?: Status[] | undefined;
|
|
96
|
-
search?: string | undefined;
|
|
97
|
-
paging?: PAGING | undefined;
|
|
98
|
-
page_count?: unknown;
|
|
99
|
-
page_index?: unknown;
|
|
100
|
-
load_parents?: LoadParents | undefined;
|
|
101
|
-
load_parents_list?: string[] | undefined;
|
|
102
|
-
load_child?: LoadChild | undefined;
|
|
103
|
-
load_child_list?: string[] | undefined;
|
|
104
|
-
load_child_count?: LoadChildCount | undefined;
|
|
105
|
-
load_child_count_list?: string[] | undefined;
|
|
106
|
-
include_details?: Record<string, any> | undefined;
|
|
107
|
-
where_relations?: Record<string, any> | undefined;
|
|
108
|
-
order_by?: {
|
|
109
|
-
name: string;
|
|
110
|
-
field: string;
|
|
111
|
-
direction: OrderBy;
|
|
112
|
-
}[] | undefined;
|
|
113
|
-
include_master_data?: YesNo | undefined;
|
|
114
|
-
organisation_ids?: string[] | undefined;
|
|
115
|
-
expense_type_ids?: string[] | undefined;
|
|
116
|
-
}>;
|
|
117
|
-
type MasterExpenseTypeQueryDTO = z.infer<typeof MasterExpenseTypeQuerySchema>;
|
|
118
|
-
declare const toMasterExpenseTypePayload: (row: MasterExpenseType) => MasterExpenseTypeDTO;
|
|
119
|
-
declare const newMasterExpenseTypePayload: () => MasterExpenseTypeDTO;
|
|
120
|
-
declare const findMasterExpenseTypes: (data: MasterExpenseTypeQueryDTO) => Promise<FBR<MasterExpenseType[]>>;
|
|
121
|
-
declare const createMasterExpenseType: (data: MasterExpenseTypeDTO) => Promise<SBR>;
|
|
122
|
-
declare const updateMasterExpenseType: (id: string, data: MasterExpenseTypeDTO) => Promise<SBR>;
|
|
123
|
-
declare const deleteMasterExpenseType: (id: string) => Promise<SBR>;
|
|
124
|
-
declare const getMasterExpenseTypeCache: (organisation_id: string) => Promise<FBR<MasterExpenseType[]>>;
|
|
125
|
-
|
|
126
|
-
export { type MasterExpenseType, type MasterExpenseTypeDTO, type MasterExpenseTypeQueryDTO, MasterExpenseTypeQuerySchema, MasterExpenseTypeSchema, createMasterExpenseType, deleteMasterExpenseType, findMasterExpenseTypes, getMasterExpenseTypeCache, newMasterExpenseTypePayload, toMasterExpenseTypePayload, updateMasterExpenseType };
|
|
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 { jS as MasterFuelCompany, jU as MasterFuelCompanyDTO, jW as MasterFuelCompanyQueryDTO, jV as MasterFuelCompanyQuerySchema, jT as MasterFuelCompanySchema, j_ as createMasterFuelCompany, k0 as deleteMasterFuelCompany, jZ as findMasterFuelCompanys, k1 as getMasterFuelCompanyCache, jY as newMasterFuelCompanyPayload, jX as toMasterFuelCompanyPayload, j$ as updateMasterFuelCompany } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { jt as MasterVendorDocumentType, jv as MasterVendorDocumentTypeDTO, jx as MasterVendorDocumentTypeQueryDTO, jw as MasterVendorDocumentTypeQuerySchema, ju as MasterVendorDocumentTypeSchema, jB as createMasterVendorDocumentType, jD as deleteMasterVendorDocumentType, jA as findMasterVendorDocumentTypes, jE as getMasterVendorDocumentTypeCache, jz as newMasterVendorDocumentTypePayload, jy as toMasterVendorDocumentTypePayload, jC as updateMasterVendorDocumentType } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { jh as MasterVendorTag, jj as MasterVendorTagDTO, jl as MasterVendorTagQueryDTO, jk as MasterVendorTagQuerySchema, ji as MasterVendorTagSchema, jp as createMasterVendorTag, jr as deleteMasterVendorTag, jo as findMasterVendorTags, js as getMasterVendorTagCache, jn as newMasterVendorTagPayload, jm as toMasterVendorTagPayload, jq as updateMasterVendorTag } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { j5 as MasterVendorType, j7 as MasterVendorTypeDTO, j9 as MasterVendorTypeQueryDTO, j8 as MasterVendorTypeQuerySchema, j6 as MasterVendorTypeSchema, jd as createMasterVendorType, jf as deleteMasterVendorType, jc as findMasterVendorTypes, jg as getMasterVendorTypeCache, jb as newMasterVendorTypePayload, ja as toMasterVendorTypePayload, je as updateMasterVendorType } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { ik as MasterFleetIncidentSeverity, im as MasterFleetIncidentSeverityDTO, ip as MasterFleetIncidentSeverityQueryDTO, io as MasterFleetIncidentSeverityQuerySchema, il as MasterFleetIncidentSeveritySchema, it as createMasterFleetIncidentSeverity, iv as deleteMasterFleetIncidentSeverity, is as findMasterFleetIncidentSeverities, iw as getMasterFleetIncidentSeverityCache, ir as newMasterFleetIncidentSeverityPayload, iq as toMasterFleetIncidentSeverityPayload, iu as updateMasterFleetIncidentSeverity } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { ix as MasterFleetIncidentStatus, iz as MasterFleetIncidentStatusDTO, iB as MasterFleetIncidentStatusQueryDTO, iA as MasterFleetIncidentStatusQuerySchema, iy as MasterFleetIncidentStatusSchema, iF as createMasterFleetIncidentStatus, iH as deleteMasterFleetIncidentStatus, iE as findMasterFleetIncidentStatuses, iI as getMasterFleetIncidentStatusCache, iD as newMasterFleetIncidentStatusPayload, iC as toMasterFleetIncidentStatusPayload, iG as updateMasterFleetIncidentStatus } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { iJ as MasterFleetIncidentType, iL as MasterFleetIncidentTypeDTO, iN as MasterFleetIncidentTypeQueryDTO, iM as MasterFleetIncidentTypeQuerySchema, iK as MasterFleetIncidentTypeSchema, iR as createMasterFleetIncidentType, iT as deleteMasterFleetIncidentType, iQ as findMasterFleetIncidentTypes, iU as getMasterFleetIncidentTypeCache, iP as newMasterFleetIncidentTypePayload, iO as toMasterFleetIncidentTypePayload, iS as updateMasterFleetIncidentType } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { i7 as MasterFleetInsuranceClaimStatus, i9 as MasterFleetInsuranceClaimStatusDTO, ib as MasterFleetInsuranceClaimStatusQueryDTO, ia as MasterFleetInsuranceClaimStatusQuerySchema, i8 as MasterFleetInsuranceClaimStatusSchema, ig as createMasterFleetInsuranceClaimStatus, ii as deleteMasterFleetInsuranceClaimStatus, ie as findMasterFleetInsuranceClaimStatuses, ij as getMasterFleetInsuranceClaimStatusCache, id as newMasterFleetInsuranceClaimStatusPayload, ic as toMasterFleetInsuranceClaimStatusPayload, ih as updateMasterFleetInsuranceClaimStatus } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { lF as MasterFleetServiceTask, lH as MasterFleetServiceTaskDTO, lJ as MasterFleetServiceTaskQueryDTO, lI as MasterFleetServiceTaskQuerySchema, lG as MasterFleetServiceTaskSchema, lN as createMasterFleetServiceTask, lP as deleteMasterFleetServiceTask, lM as findMasterFleetServiceTasks, lQ as getMasterFleetServiceTaskCache, lL as newMasterFleetServiceTaskPayload, lK as toMasterFleetServiceTaskPayload, lO as updateMasterFleetServiceTask } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { w7 as MasterMainCountry, w9 as MasterMainCountryDTO, wb as MasterMainCountryQueryDTO, wa as MasterMainCountryQuerySchema, w8 as MasterMainCountrySchema, wf as createMasterMainCountry, wh as deleteMasterMainCountry, we as findMasterMainCountries, wi as getMasterMainCountryCache, wj as getMasterMainCountryCacheChild, wd as newMasterMainCountryPayload, wc as toMasterMainCountryPayload, wg as updateMasterMainCountry } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { m as MasterMainCurrency, p as MasterMainCurrencyDTO, r as MasterMainCurrencyQueryDTO, q as MasterMainCurrencyQuerySchema, o as MasterMainCurrencySchema, x as createMasterMainCurrency, z as deleteMasterMainCurrency, w as findMasterMainCurrencies, A as getMasterMainCurrencyCache, v as newMasterMainCurrencyPayload, s as toMasterMainCurrencyPayload, y as updateMasterMainCurrency } from '../../../
|
|
4
|
+
export { m as MasterMainCurrency, p as MasterMainCurrencyDTO, r as MasterMainCurrencyQueryDTO, q as MasterMainCurrencyQuerySchema, o as MasterMainCurrencySchema, x as createMasterMainCurrency, z as deleteMasterMainCurrency, w as findMasterMainCurrencies, A as getMasterMainCurrencyCache, v as newMasterMainCurrencyPayload, s as toMasterMainCurrencyPayload, y as updateMasterMainCurrency } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { b5 as MasterMainDateFormat, b7 as MasterMainDateFormatDTO, b9 as MasterMainDateFormatQueryDTO, b8 as MasterMainDateFormatQuerySchema, b6 as MasterMainDateFormatSchema, bd as createMasterMainDateFormat, bf as deleteMasterMainDateFormat, bc as findMasterMainDateFormats, bg as getMasterMainDateFormatCache, bb as newMasterMainDateFormatPayload, ba as toMasterMainDateFormatPayload, be as updateMasterMainDateFormat } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
|
+
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -18,12 +18,12 @@ declare const MasterMainEwayBillProviderSchema: z.ZodObject<{
|
|
|
18
18
|
provider_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
19
19
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
20
20
|
}, "strip", z.ZodTypeAny, {
|
|
21
|
-
status: Status;
|
|
22
21
|
provider_name: string;
|
|
23
22
|
provider_code: string;
|
|
24
|
-
}, {
|
|
25
23
|
status: Status;
|
|
24
|
+
}, {
|
|
26
25
|
provider_name: string;
|
|
26
|
+
status: Status;
|
|
27
27
|
provider_code?: string | undefined;
|
|
28
28
|
}>;
|
|
29
29
|
type MasterMainEwayBillProviderDTO = z.infer<typeof MasterMainEwayBillProviderSchema>;
|
|
@@ -18,12 +18,12 @@ declare const MasterMainFasttagBankSchema: z.ZodObject<{
|
|
|
18
18
|
bank_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
19
19
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
20
20
|
}, "strip", z.ZodTypeAny, {
|
|
21
|
+
status: Status;
|
|
21
22
|
bank_name: string;
|
|
22
23
|
bank_code: string;
|
|
23
|
-
status: Status;
|
|
24
24
|
}, {
|
|
25
|
-
bank_name: string;
|
|
26
25
|
status: Status;
|
|
26
|
+
bank_name: string;
|
|
27
27
|
bank_code?: string | undefined;
|
|
28
28
|
}>;
|
|
29
29
|
type MasterMainFasttagBankDTO = z.infer<typeof MasterMainFasttagBankSchema>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { d as MasterMainIndustry, f as MasterMainIndustryDTO, h as MasterMainIndustryQueryDTO, g as MasterMainIndustryQuerySchema, e as MasterMainIndustrySchema, j as createMasterMainIndustry, k as deleteMasterMainIndustry, i as findMasterMainIndustrys, l as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../
|
|
4
|
+
export { d as MasterMainIndustry, f as MasterMainIndustryDTO, h as MasterMainIndustryQueryDTO, g as MasterMainIndustryQuerySchema, e as MasterMainIndustrySchema, j as createMasterMainIndustry, k as deleteMasterMainIndustry, i as findMasterMainIndustrys, l as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { oq as MasterMainLandmark, os as MasterMainLandmarkDTO, ou as MasterMainLandmarkQueryDTO, ot as MasterMainLandmarkQuerySchema, or as MasterMainLandmarkSchema, oy as createMasterMainCountry, oA as deleteMasterMainCountry, ox as findMasterMainCountries, ow as newMasterMainLandmarkPayload, ov as toMasterMainLandmarkPayload, oz as updateMasterMainCountry } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { aV as MasterMainLanguage, aX as MasterMainLanguageDTO, aZ as MasterMainLanguageQueryDTO, aY as MasterMainLanguageQuerySchema, aW as MasterMainLanguageSchema, b1 as createMasterMainLanguage, b3 as deleteMasterMainLanguage, b0 as findMasterMainLanguages, b4 as getMasterMainLanguageCache, a$ as newMasterMainLanguagePayload, a_ as toMasterMainLanguagePayload, b2 as updateMasterMainLanguage } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { vg as MasterMainSimProvider, vi as MasterMainSimProviderDTO, vk as MasterMainSimProviderQueryDTO, vj as MasterMainSimProviderQuerySchema, vh as MasterMainSimProviderSchema, vo as createMasterMainSimProvider, vq as deleteMasterMainSimProvider, vn as findMasterMainSimProviders, vr as getMasterMainSimProviderCache, vm as newMasterMainSimProviderPayload, vl as toMasterMainSimProviderPayload, vp as updateMasterMainSimProvider } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { cU as MasterMainState, cW as MasterMainStateDTO, cY as MasterMainStateQueryDTO, cX as MasterMainStateQuerySchema, cV as MasterMainStateSchema, d0 as createMasterMainState, d2 as deleteMasterMainState, c$ as findMasterMainStates, d3 as getMasterMainStateCache, c_ as newMasterMainStatePayload, cZ as toMasterMainStatePayload, d1 as updateMasterMainState } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { vW as MasterMainTimeZone, vY as MasterMainTimeZoneDTO, v_ as MasterMainTimeZoneQueryDTO, vZ as MasterMainTimeZoneQuerySchema, vX as MasterMainTimeZoneSchema, w2 as createMasterMainTimeZone, w4 as deleteMasterMainTimeZone, w1 as findMasterMainTimeZones, w6 as getMasterMainTimeZoneCache, w5 as getMasterMainTimeZoneCacheAll, w0 as newMasterMainTimeZonePayload, v$ as toMasterMainTimeZonePayload, w3 as updateMasterMainTimeZone } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
|
+
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import {
|
|
4
|
+
import { b as UserOrganisation } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
|
+
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
6
7
|
|
|
7
8
|
interface MasterMainUnitDistance extends Record<string, unknown> {
|
|
8
9
|
unit_id: string;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { wk as MasterMainUnitMileage, wm as MasterMainUnitMileageDTO, wo as MasterMainUnitMileageQueryDTO, wn as MasterMainUnitMileageQuerySchema, wl as MasterMainUnitMileageSchema, ws as createMasterMainUnitMileage, wu as deleteMasterMainUnitMileage, wr as findMasterMainUnitMileages, wv as getMasterMainUnitMileageCache, wq as newMasterMainUnitMileagePayload, wp as toMasterMainUnitMileagePayload, wt as updateMasterMainUnitMileage } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { ww as MasterMainUnitVolume, wy as MasterMainUnitVolumeDTO, wA as MasterMainUnitVolumeQueryDTO, wz as MasterMainUnitVolumeQuerySchema, wx as MasterMainUnitVolumeSchema, wE as createMasterMainUnitVolume, wG as deleteMasterMainUnitVolume, wD as findMasterMainUnitVolumes, wH as getMasterMainUnitVolumeCache, wC as newMasterMainUnitVolumePayload, wB as toMasterMainUnitVolumePayload, wF as updateMasterMainUnitVolume } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { Q as OrganisationBranch, S as OrganisationBranchDTO, V as OrganisationBranchQueryDTO, T as OrganisationBranchQuerySchema, R as OrganisationBranchSchema, Z as createOrganisationBranch, $ as deleteOrganisationBranch, Y as findOrganisationBranchs, a0 as getOrganisationBranchCache, a2 as getOrganisationBranchCacheChild, a1 as getOrganisationBranchCacheCount, X as newOrganisationBranchPayload, W as toOrganisationBranchPayload, _ as updateOrganisationBranch } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { a3 as OrganisationColor, a5 as OrganisationColorDTO, a7 as OrganisationColorQueryDTO, a6 as OrganisationColorQuerySchema, a4 as OrganisationColorSchema, ab as createOrganisationColor, ad as deleteOrganisationColor, aa as findOrganisationColors, ae as getOrganisationColorCache, ag as getOrganisationColorCacheChild, af as getOrganisationColorCacheCount, a9 as newOrganisationColorPayload, a8 as toOrganisationColorPayload, ac as updateOrganisationColor } from '../../../
|
|
4
|
+
export { a3 as OrganisationColor, a5 as OrganisationColorDTO, a7 as OrganisationColorQueryDTO, a6 as OrganisationColorQuerySchema, a4 as OrganisationColorSchema, ab as createOrganisationColor, ad as deleteOrganisationColor, aa as findOrganisationColors, ae as getOrganisationColorCache, ag as getOrganisationColorCacheChild, af as getOrganisationColorCacheCount, a9 as newOrganisationColorPayload, a8 as toOrganisationColorPayload, ac as updateOrganisationColor } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { q8 as OrganisationGroup, qb as OrganisationGroupDTO, qd as OrganisationGroupQueryDTO, qc as OrganisationGroupQuerySchema, qa as OrganisationGroupSchema, q9 as VehicleOrganisationGroupLink, qh as createOrganisationGroup, qj as deleteOrganisationGroup, qg as findOrganisationGroups, qk as getOrganisationGroupCache, qm as getOrganisationGroupCacheChild, ql as getOrganisationGroupCacheCount, qf as newOrganisationGroupPayload, qe as toOrganisationGroupPayload, qi as updateOrganisationGroup } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { O as OrganisationSubCompany, C as OrganisationSubCompanyDTO, E as OrganisationSubCompanyQueryDTO, D as OrganisationSubCompanyQuerySchema, B as OrganisationSubCompanySchema, I as createOrganisationSubCompany, K as deleteOrganisationSubCompany, H as findOrganisationSubCompanyies, L as getOrganisationSubCompanyCache, P as getOrganisationSubCompanyCacheChild, N as getOrganisationSubCompanyCacheCount, G as newOrganisationSubCompanyPayload, F as toOrganisationSubCompanyPayload, J as updateOrganisationSubCompany } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.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 { ah as OrganisationTag, aj as OrganisationTagDTO, al as OrganisationTagQueryDTO, ak as OrganisationTagQuerySchema, ai as OrganisationTagSchema, ap as createOrganisationTag, ar as deleteOrganisationTag, ao as findOrganisationTags, as as getOrganisationTagCache, au as getOrganisationTagCacheChild, at as getOrganisationTagCacheCount, an as newOrganisationTagPayload, am as toOrganisationTagPayload, aq as updateOrganisationTag } from '../../../
|
|
4
|
+
export { ah as OrganisationTag, aj as OrganisationTagDTO, al as OrganisationTagQueryDTO, ak as OrganisationTagQuerySchema, ai as OrganisationTagSchema, ap as createOrganisationTag, ar as deleteOrganisationTag, ao as findOrganisationTags, as as getOrganisationTagCache, au as getOrganisationTagCacheChild, at as getOrganisationTagCacheCount, an as newOrganisationTagPayload, am as toOrganisationTagPayload, aq as updateOrganisationTag } from '../../../bookmark_service-5dgfuboV.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
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
|
-
|
|
5
|
-
export { M as MasterSparePartCategory, b as MasterSparePartCategoryDTO, a as MasterSparePartCategorySchema, c as SparePartCategoryQueryDTO, S as SparePartCategoryQuerySchema, d as createMasterSparePartCategory, e as deleteMasterSparePartCategory, f as findMasterSparePartCategories, g as getMasterSparePartCategoryCache, h as getMasterSparePartCategoryCacheChild, i as getMasterSparePartCategoryCacheCount, n as newMasterSparePartCategoryPayload, t as toMasterSparePartCategoryPayload, u as updateMasterSparePartCategory } from './master_spare_part_sub_category_service.js';
|
|
4
|
+
export { xr as MasterSparePartCategory, xt as MasterSparePartCategoryDTO, xs as MasterSparePartCategorySchema, xv as SparePartCategoryQueryDTO, xu as SparePartCategoryQuerySchema, xz as createMasterSparePartCategory, xB as deleteMasterSparePartCategory, xy as findMasterSparePartCategories, xC as getMasterSparePartCategoryCache, xD as getMasterSparePartCategoryCacheChild, xE as getMasterSparePartCategoryCacheCount, xx as newMasterSparePartCategoryPayload, xw as toMasterSparePartCategoryPayload, xA as updateMasterSparePartCategory } from '../../../bookmark_service-5dgfuboV.js';
|
|
6
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
|
+
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|