vms-nest-prisma-api-document 218.0.0 → 219.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/core/Enums.d.ts +8 -1
- package/dist/core/Enums.js +9 -0
- package/dist/services/account/bookmark_service.d.ts +11 -11
- package/dist/services/account/notification_preferences.service.d.ts +18 -18
- package/dist/services/account/report_preferences.service.d.ts +7 -7
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +23 -23
- package/dist/services/fleet/bus_mangement/calender.d.ts +8 -8
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.d.ts +17 -17
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +17 -17
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +46 -46
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.js +1 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +30 -30
- package/dist/services/fleet/incident_management/incident_management_service.d.ts +77 -71
- package/dist/services/fleet/incident_management/incident_management_service.js +17 -5
- package/dist/services/fleet/issue_management/issue_management_service.d.ts +17 -11
- package/dist/services/fleet/issue_management/issue_management_service.js +12 -6
- package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +400 -0
- package/dist/services/fleet/service_management/fleet_service_management_service.js +573 -0
- package/dist/services/fleet/service_management/fleet_service_management_task_service.d.ts +145 -0
- package/dist/services/fleet/service_management/fleet_service_management_task_service.js +326 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.js +41 -41
- package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service.js +99 -93
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.js +53 -53
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +3 -3
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_admin_service.d.ts +3 -3
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/master/bus/master_class_service.d.ts +1 -1
- package/dist/services/master/bus/master_program_service.d.ts +1 -1
- package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
- package/dist/services/master/bus/master_section_service.d.ts +1 -1
- package/dist/services/master/bus/master_semester_service.d.ts +1 -1
- package/dist/services/master/bus/master_stream_service.d.ts +1 -1
- package/dist/services/master/bus/master_year_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +5 -5
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +4 -4
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +4 -4
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +4 -4
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +4 -4
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +5 -5
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +3 -3
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +5 -5
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +3 -3
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/services/website/contact_us_detail_service.d.ts +1 -1
- package/dist/services/website/static_pages_service.d.ts +1 -1
- package/dist/{user_organisation_service-BE5iA8UK.d.ts → user_organisation_service-Bkq3GOUs.d.ts} +59 -56
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -26,8 +26,8 @@ declare const MasterFleetIncidentSeveritySchema: z.ZodObject<{
|
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
27
|
status: Status;
|
|
28
28
|
organisation_id: string;
|
|
29
|
-
description: string;
|
|
30
29
|
fleet_incident_severity: string;
|
|
30
|
+
description: string;
|
|
31
31
|
}, {
|
|
32
32
|
status: Status;
|
|
33
33
|
organisation_id: string;
|
|
@@ -70,6 +70,7 @@ declare const MasterFleetIncidentSeverityQuerySchema: z.ZodObject<{
|
|
|
70
70
|
fleet_incident_severity_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
status: Status[];
|
|
73
|
+
time_zone_id: string;
|
|
73
74
|
search: string;
|
|
74
75
|
paging: PAGING;
|
|
75
76
|
page_count: number;
|
|
@@ -89,12 +90,11 @@ declare const MasterFleetIncidentSeverityQuerySchema: z.ZodObject<{
|
|
|
89
90
|
}[];
|
|
90
91
|
include_master_data: YesNo;
|
|
91
92
|
date_format_id: string;
|
|
92
|
-
time_zone_id: string;
|
|
93
93
|
organisation_ids: string[];
|
|
94
94
|
fleet_incident_severity_ids: string[];
|
|
95
95
|
}, {
|
|
96
|
-
date_format_id: string;
|
|
97
96
|
time_zone_id: string;
|
|
97
|
+
date_format_id: string;
|
|
98
98
|
status?: Status[] | undefined;
|
|
99
99
|
search?: string | undefined;
|
|
100
100
|
paging?: PAGING | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -26,8 +26,8 @@ declare const MasterFleetIncidentStatusSchema: z.ZodObject<{
|
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
27
|
status: Status;
|
|
28
28
|
organisation_id: string;
|
|
29
|
-
description: string;
|
|
30
29
|
fleet_incident_status: string;
|
|
30
|
+
description: string;
|
|
31
31
|
}, {
|
|
32
32
|
status: Status;
|
|
33
33
|
organisation_id: string;
|
|
@@ -70,6 +70,7 @@ declare const MasterFleetIncidentStatusQuerySchema: z.ZodObject<{
|
|
|
70
70
|
fleet_incident_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
status: Status[];
|
|
73
|
+
time_zone_id: string;
|
|
73
74
|
search: string;
|
|
74
75
|
paging: PAGING;
|
|
75
76
|
page_count: number;
|
|
@@ -89,12 +90,11 @@ declare const MasterFleetIncidentStatusQuerySchema: z.ZodObject<{
|
|
|
89
90
|
}[];
|
|
90
91
|
include_master_data: YesNo;
|
|
91
92
|
date_format_id: string;
|
|
92
|
-
time_zone_id: string;
|
|
93
93
|
organisation_ids: string[];
|
|
94
94
|
fleet_incident_status_ids: string[];
|
|
95
95
|
}, {
|
|
96
|
-
date_format_id: string;
|
|
97
96
|
time_zone_id: string;
|
|
97
|
+
date_format_id: string;
|
|
98
98
|
status?: Status[] | undefined;
|
|
99
99
|
search?: string | undefined;
|
|
100
100
|
paging?: PAGING | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -26,8 +26,8 @@ declare const MasterFleetIncidentTypeSchema: z.ZodObject<{
|
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
27
|
status: Status;
|
|
28
28
|
organisation_id: string;
|
|
29
|
-
description: string;
|
|
30
29
|
fleet_incident_type: string;
|
|
30
|
+
description: string;
|
|
31
31
|
}, {
|
|
32
32
|
status: Status;
|
|
33
33
|
organisation_id: string;
|
|
@@ -70,6 +70,7 @@ declare const MasterFleetIncidentTypeQuerySchema: z.ZodObject<{
|
|
|
70
70
|
fleet_incident_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
status: Status[];
|
|
73
|
+
time_zone_id: string;
|
|
73
74
|
search: string;
|
|
74
75
|
paging: PAGING;
|
|
75
76
|
page_count: number;
|
|
@@ -89,12 +90,11 @@ declare const MasterFleetIncidentTypeQuerySchema: z.ZodObject<{
|
|
|
89
90
|
}[];
|
|
90
91
|
include_master_data: YesNo;
|
|
91
92
|
date_format_id: string;
|
|
92
|
-
time_zone_id: string;
|
|
93
93
|
organisation_ids: string[];
|
|
94
94
|
fleet_incident_type_ids: string[];
|
|
95
95
|
}, {
|
|
96
|
-
date_format_id: string;
|
|
97
96
|
time_zone_id: string;
|
|
97
|
+
date_format_id: string;
|
|
98
98
|
status?: Status[] | undefined;
|
|
99
99
|
search?: string | undefined;
|
|
100
100
|
paging?: PAGING | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -26,8 +26,8 @@ declare const MasterFleetInsuranceClaimStatusSchema: z.ZodObject<{
|
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
27
|
status: Status;
|
|
28
28
|
organisation_id: string;
|
|
29
|
-
description: string;
|
|
30
29
|
fleet_insurance_claim_status: string;
|
|
30
|
+
description: string;
|
|
31
31
|
}, {
|
|
32
32
|
status: Status;
|
|
33
33
|
organisation_id: string;
|
|
@@ -70,6 +70,7 @@ declare const MasterFleetInsuranceClaimStatusQuerySchema: z.ZodObject<{
|
|
|
70
70
|
fleet_insurance_claim_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
status: Status[];
|
|
73
|
+
time_zone_id: string;
|
|
73
74
|
search: string;
|
|
74
75
|
paging: PAGING;
|
|
75
76
|
page_count: number;
|
|
@@ -89,12 +90,11 @@ declare const MasterFleetInsuranceClaimStatusQuerySchema: z.ZodObject<{
|
|
|
89
90
|
}[];
|
|
90
91
|
include_master_data: YesNo;
|
|
91
92
|
date_format_id: string;
|
|
92
|
-
time_zone_id: string;
|
|
93
93
|
organisation_ids: string[];
|
|
94
94
|
fleet_insurance_claim_status_ids: string[];
|
|
95
95
|
}, {
|
|
96
|
-
date_format_id: string;
|
|
97
96
|
time_zone_id: string;
|
|
97
|
+
date_format_id: string;
|
|
98
98
|
status?: Status[] | undefined;
|
|
99
99
|
search?: string | undefined;
|
|
100
100
|
paging?: PAGING | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -24,13 +24,13 @@ declare const MasterFleetServiceTaskSchema: z.ZodObject<{
|
|
|
24
24
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
25
25
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
+
status: Status;
|
|
27
28
|
fleet_service_task: string;
|
|
28
29
|
description: string;
|
|
29
|
-
status: Status;
|
|
30
30
|
organisation_id: string;
|
|
31
31
|
}, {
|
|
32
|
-
fleet_service_task: string;
|
|
33
32
|
status: Status;
|
|
33
|
+
fleet_service_task: string;
|
|
34
34
|
organisation_id: string;
|
|
35
35
|
description?: string | undefined;
|
|
36
36
|
}>;
|
|
@@ -90,8 +90,8 @@ declare const MasterFleetServiceTaskQuerySchema: z.ZodObject<{
|
|
|
90
90
|
include_master_data: YesNo;
|
|
91
91
|
date_format_id: string;
|
|
92
92
|
time_zone_id: string;
|
|
93
|
-
organisation_ids: string[];
|
|
94
93
|
fleet_service_task_ids: string[];
|
|
94
|
+
organisation_ids: string[];
|
|
95
95
|
}, {
|
|
96
96
|
date_format_id: string;
|
|
97
97
|
time_zone_id: string;
|
|
@@ -114,8 +114,8 @@ declare const MasterFleetServiceTaskQuerySchema: z.ZodObject<{
|
|
|
114
114
|
direction: OrderBy;
|
|
115
115
|
}[] | undefined;
|
|
116
116
|
include_master_data?: YesNo | undefined;
|
|
117
|
-
organisation_ids?: string[] | undefined;
|
|
118
117
|
fleet_service_task_ids?: string[] | undefined;
|
|
118
|
+
organisation_ids?: string[] | undefined;
|
|
119
119
|
}>;
|
|
120
120
|
type MasterFleetServiceTaskQueryDTO = z.infer<typeof MasterFleetServiceTaskQuerySchema>;
|
|
121
121
|
declare const toMasterFleetServiceTaskPayload: (row: MasterFleetServiceTask) => MasterFleetServiceTaskDTO;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { a6 as MasterMainCountry, a8 as MasterMainCountryDTO, aa as MasterMainCountryQueryDTO, a9 as MasterMainCountryQuerySchema, a7 as MasterMainCountrySchema, ae as createMasterMainCountry, ag as deleteMasterMainCountry, ad as findMasterMainCountries, ah as getMasterMainCountryCache, ai as getMasterMainCountryCacheChild, ac as newMasterMainCountryPayload, ab as toMasterMainCountryPayload, af as updateMasterMainCountry } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { r as MasterMainCurrency, v as MasterMainCurrencyDTO, x as MasterMainCurrencyQueryDTO, w as MasterMainCurrencyQuerySchema, s as MasterMainCurrencySchema, B as createMasterMainCurrency, D as deleteMasterMainCurrency, A as findMasterMainCurrencies, E as getMasterMainCurrencyCache, z as newMasterMainCurrencyPayload, y as toMasterMainCurrencyPayload, C as updateMasterMainCurrency } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { aj as MasterMainDateFormat, al as MasterMainDateFormatDTO, an as MasterMainDateFormatQueryDTO, am as MasterMainDateFormatQuerySchema, ak as MasterMainDateFormatSchema, ar as createMasterMainDateFormat, at as deleteMasterMainDateFormat, aq as findMasterMainDateFormats, au as getMasterMainDateFormatCache, ap as newMasterMainDateFormatPayload, ao as toMasterMainDateFormatPayload, as as updateMasterMainDateFormat } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { h as MasterMainIndustry, j as MasterMainIndustryDTO, l as MasterMainIndustryQueryDTO, k as MasterMainIndustryQuerySchema, i as MasterMainIndustrySchema, o as createMasterMainIndustry, p as deleteMasterMainIndustry, m as findMasterMainIndustrys, q as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { d as MasterMainLandmark,
|
|
4
|
+
export { d as MasterMainLandmark, g3 as MasterMainLandmarkDTO, g5 as MasterMainLandmarkQueryDTO, g4 as MasterMainLandmarkQuerySchema, g2 as MasterMainLandmarkSchema, g9 as createMasterMainCountry, gb as deleteMasterMainCountry, g8 as findMasterMainCountries, g7 as newMasterMainLandmarkPayload, g6 as toMasterMainLandmarkPayload, ga as updateMasterMainCountry } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { gC as MasterMainLanguage, gE as MasterMainLanguageDTO, gG as MasterMainLanguageQueryDTO, gF as MasterMainLanguageQuerySchema, gD as MasterMainLanguageSchema, gK as createMasterMainLanguage, gM as deleteMasterMainLanguage, gJ as findMasterMainLanguages, gN as getMasterMainLanguageCache, gI as newMasterMainLanguagePayload, gH as toMasterMainLanguagePayload, gL as updateMasterMainLanguage } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { W as MasterMainState, Y as MasterMainStateDTO, _ as MasterMainStateQueryDTO, Z as MasterMainStateQuerySchema, X as MasterMainStateSchema, a2 as createMasterMainState, a4 as deleteMasterMainState, a1 as findMasterMainStates, a5 as getMasterMainStateCache, a0 as newMasterMainStatePayload, $ as toMasterMainStatePayload, a3 as updateMasterMainState } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { G as MasterMainTimeZone, I as MasterMainTimeZoneDTO, K as MasterMainTimeZoneQueryDTO, J as MasterMainTimeZoneQuerySchema, H as MasterMainTimeZoneSchema, Q as createMasterMainTimeZone, S as deleteMasterMainTimeZone, P as findMasterMainTimeZones, V as getMasterMainTimeZoneCache, T as getMasterMainTimeZoneCacheAll, N as newMasterMainTimeZonePayload, L as toMasterMainTimeZonePayload, R as updateMasterMainTimeZone } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { av as MasterMainUnitMileage, ax as MasterMainUnitMileageDTO, az as MasterMainUnitMileageQueryDTO, ay as MasterMainUnitMileageQuerySchema, aw as MasterMainUnitMileageSchema, aD as createMasterMainUnitMileage, aF as deleteMasterMainUnitMileage, aC as findMasterMainUnitMileages, aG as getMasterMainUnitMileageCache, aB as newMasterMainUnitMileagePayload, aA as toMasterMainUnitMileagePayload, aE as updateMasterMainUnitMileage } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { aH as MasterMainUnitVolume, aJ as MasterMainUnitVolumeDTO, aL as MasterMainUnitVolumeQueryDTO, aK as MasterMainUnitVolumeQuerySchema, aI as MasterMainUnitVolumeSchema, aP as createMasterMainUnitVolume, aR as deleteMasterMainUnitVolume, aO as findMasterMainUnitVolumes, aS as getMasterMainUnitVolumeCache, aN as newMasterMainUnitVolumePayload, aM as toMasterMainUnitVolumePayload, aQ as updateMasterMainUnitVolume } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { O as OrganisationBranch,
|
|
4
|
+
export { O as OrganisationBranch, b6 as OrganisationBranchDTO, b8 as OrganisationBranchQueryDTO, b7 as OrganisationBranchQuerySchema, b5 as OrganisationBranchSchema, bc as createOrganisationBranch, be as deleteOrganisationBranch, bb as findOrganisationBranchs, bf as getOrganisationBranchCache, bh as getOrganisationBranchCacheChild, bg as getOrganisationBranchCacheCount, ba as newOrganisationBranchPayload, b9 as toOrganisationBranchPayload, bd as updateOrganisationBranch } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { bi as OrganisationColor, bk as OrganisationColorDTO, bm as OrganisationColorQueryDTO, bl as OrganisationColorQuerySchema, bj as OrganisationColorSchema, bq as createOrganisationColor, bs as deleteOrganisationColor, bp as findOrganisationColors, bt as getOrganisationColorCache, bv as getOrganisationColorCacheChild, bu as getOrganisationColorCacheCount, bo as newOrganisationColorPayload, bn as toOrganisationColorPayload, br as updateOrganisationColor } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { di as OrganisationGroup, dl as OrganisationGroupDTO, dn as OrganisationGroupQueryDTO, dm as OrganisationGroupQuerySchema, dk as OrganisationGroupSchema, dj as VehicleOrganisationGroupLink, ds as createOrganisationGroup, du as deleteOrganisationGroup, dr as findOrganisationGroups, dv as getOrganisationGroupCache, dx as getOrganisationGroupCacheChild, dw as getOrganisationGroupCacheCount, dq as newOrganisationGroupPayload, dp as toOrganisationGroupPayload, dt as updateOrganisationGroup } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { aT as OrganisationSubCompany, aV as OrganisationSubCompanyDTO, aX as OrganisationSubCompanyQueryDTO, aW as OrganisationSubCompanyQuerySchema, aU as OrganisationSubCompanySchema, a$ as createOrganisationSubCompany, b1 as deleteOrganisationSubCompany, a_ as findOrganisationSubCompanyies, b2 as getOrganisationSubCompanyCache, b4 as getOrganisationSubCompanyCacheChild, b3 as getOrganisationSubCompanyCacheCount, aZ as newOrganisationSubCompanyPayload, aY as toOrganisationSubCompanyPayload, b0 as updateOrganisationSubCompany } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { bw as OrganisationTag, by as OrganisationTagDTO, bA as OrganisationTagQueryDTO, bz as OrganisationTagQuerySchema, bx as OrganisationTagSchema, bE as createOrganisationTag, bG as deleteOrganisationTag, bD as findOrganisationTags, bH as getOrganisationTagCache, bJ as getOrganisationTagCacheChild, bI as getOrganisationTagCacheCount, bC as newOrganisationTagPayload, bB as toOrganisationTagPayload, bF as updateOrganisationTag } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../../user_organisation_service-
|
|
4
|
+
import '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
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';
|
|
6
6
|
import '../../../zod_utils/zod_base_schema.js';
|
|
7
7
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -24,14 +24,14 @@ declare const MasterTyreGradeSchema: z.ZodObject<{
|
|
|
24
24
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
25
25
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
tyre_grade: string;
|
|
28
27
|
description: string;
|
|
29
28
|
status: Status;
|
|
30
29
|
organisation_id: string;
|
|
31
|
-
}, {
|
|
32
30
|
tyre_grade: string;
|
|
31
|
+
}, {
|
|
33
32
|
status: Status;
|
|
34
33
|
organisation_id: string;
|
|
34
|
+
tyre_grade: string;
|
|
35
35
|
description?: string | undefined;
|
|
36
36
|
}>;
|
|
37
37
|
type MasterTyreGradeDTO = z.infer<typeof MasterTyreGradeSchema>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../../user_organisation_service-
|
|
4
|
+
import '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
export { M as MasterTyreMake, b as MasterTyreMakeDTO, d as MasterTyreMakeQueryDTO, c as MasterTyreMakeQuerySchema, a as MasterTyreMakeSchema, e as createMasterTyreMake, g as deleteMasterTyreMake, f as findMasterTyreMakes, h as getMasterTyreMakeCache, j as getMasterTyreMakeCacheChild, i as getMasterTyreMakeCacheCount, n as newMasterTyreMakePayload, t as toMasterTyreMakePayload, u as updateMasterTyreMake } from './master_tyre_model_service.js';
|
|
6
6
|
import '../../../zod_utils/zod_base_schema.js';
|
|
7
7
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -27,16 +27,16 @@ declare const MasterTyreModelSchema: z.ZodObject<{
|
|
|
27
27
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
28
28
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
+
tyre_make_id: string;
|
|
30
31
|
description: string;
|
|
31
32
|
status: Status;
|
|
32
33
|
organisation_id: string;
|
|
33
34
|
tyre_model: string;
|
|
34
|
-
tyre_make_id: string;
|
|
35
35
|
}, {
|
|
36
|
+
tyre_make_id: string;
|
|
36
37
|
status: Status;
|
|
37
38
|
organisation_id: string;
|
|
38
39
|
tyre_model: string;
|
|
39
|
-
tyre_make_id: string;
|
|
40
40
|
description?: string | undefined;
|
|
41
41
|
}>;
|
|
42
42
|
type MasterTyreModelDTO = z.infer<typeof MasterTyreModelSchema>;
|
|
@@ -156,14 +156,14 @@ declare const MasterTyreMakeSchema: z.ZodObject<{
|
|
|
156
156
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
157
157
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
+
tyre_make: string;
|
|
159
160
|
description: string;
|
|
160
161
|
status: Status;
|
|
161
162
|
organisation_id: string;
|
|
162
|
-
tyre_make: string;
|
|
163
163
|
}, {
|
|
164
|
+
tyre_make: string;
|
|
164
165
|
status: Status;
|
|
165
166
|
organisation_id: string;
|
|
166
|
-
tyre_make: string;
|
|
167
167
|
description?: string | undefined;
|
|
168
168
|
}>;
|
|
169
169
|
type MasterTyreMakeDTO = z.infer<typeof MasterTyreMakeSchema>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { gc as MasterUserRole, ge as MasterUserRoleDTO, gg as MasterUserRoleQueryDTO, gf as MasterUserRoleQuerySchema, gd as MasterUserRoleSchema, gk as createMasterUserRole, gm as deleteMasterUserRole, gj as findMasterUserRoles, gn as getMasterUserRoleCache, go as getMasterUserRoleCacheCount, gi as newMasterUserRolePayload, gh as toMasterUserRolePayload, gl as updateMasterUserRole } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { gp as MasterUserStatus, gr as MasterUserStatusDTO, gt as MasterUserStatusQueryDTO, gs as MasterUserStatusQuerySchema, gq as MasterUserStatusSchema, gx as createMasterUserStatus, gz as deleteMasterUserStatus, gw as findMasterUserStatuses, gA as getMasterUserStatusCache, gB as getMasterUserStatusCacheCount, gv as newMasterUserStatusPayload, gu as toMasterUserStatusPayload, gy as updateMasterUserStatus } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { f3 as MasterVehicleAssociatedTo, f5 as MasterVehicleAssociatedToDTO, f7 as MasterVehicleAssociatedToQueryDTO, f6 as MasterVehicleAssociatedToQuerySchema, f4 as MasterVehicleAssociatedToSchema, fb as createMasterVehicleAssociatedTo, fd as deleteMasterVehicleAssociatedTo, fa as findMasterVehicleAssociatedTos, fe as getMasterVehicleAssociatedToCache, fg as getMasterVehicleAssociatedToCacheChild, ff as getMasterVehicleAssociatedToCacheCount, f9 as newMasterVehicleAssociatedToPayload, f8 as toMasterVehicleAssociatedToPayload, fc as updateMasterVehicleAssociatedTo } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { fu as MasterVehicleDocumentType, fw as MasterVehicleDocumentTypeDTO, fy as MasterVehicleDocumentTypeQueryDTO, fx as MasterVehicleDocumentTypeQuerySchema, fv as MasterVehicleDocumentTypeSchema, fC as createMasterVehicleDocumentType, fE as deleteMasterVehicleDocumentType, fB as findMasterVehicleDocumentTypes, fF as getMasterVehicleDocumentTypeCache, fA as newMasterVehicleDocumentTypePayload, fz as toMasterVehicleDocumentTypePayload, fD as updateMasterVehicleDocumentType } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -70,7 +70,6 @@ declare const MasterVehicleFuelRemovalReasonQuerySchema: z.ZodObject<{
|
|
|
70
70
|
fuel_removal_reason_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
status: Status[];
|
|
73
|
-
time_zone_id: string;
|
|
74
73
|
search: string;
|
|
75
74
|
paging: PAGING;
|
|
76
75
|
page_count: number;
|
|
@@ -90,11 +89,12 @@ declare const MasterVehicleFuelRemovalReasonQuerySchema: z.ZodObject<{
|
|
|
90
89
|
}[];
|
|
91
90
|
include_master_data: YesNo;
|
|
92
91
|
date_format_id: string;
|
|
92
|
+
time_zone_id: string;
|
|
93
93
|
organisation_ids: string[];
|
|
94
94
|
fuel_removal_reason_ids: string[];
|
|
95
95
|
}, {
|
|
96
|
-
time_zone_id: string;
|
|
97
96
|
date_format_id: string;
|
|
97
|
+
time_zone_id: string;
|
|
98
98
|
status?: Status[] | undefined;
|
|
99
99
|
search?: string | undefined;
|
|
100
100
|
paging?: PAGING | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { e as MasterVehicleFuelType,
|
|
4
|
+
export { e as MasterVehicleFuelType, eT as MasterVehicleFuelTypeDTO, eV as MasterVehicleFuelTypeQueryDTO, eU as MasterVehicleFuelTypeQuerySchema, eS as MasterVehicleFuelTypeSchema, eZ as createMasterVehicleFuelType, e$ as deleteMasterVehicleFuelType, eY as findMasterVehicleFuelTypes, f0 as getMasterVehicleFuelTypeCache, f2 as getMasterVehicleFuelTypeCacheChild, f1 as getMasterVehicleFuelTypeCacheCount, eX as newMasterVehicleFuelTypePayload, eW as toMasterVehicleFuelTypePayload, e_ as updateMasterVehicleFuelType } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { f as MasterVehicleFuelUnit,
|
|
4
|
+
export { f as MasterVehicleFuelUnit, fi as MasterVehicleFuelUnitDTO, fk as MasterVehicleFuelUnitQueryDTO, fj as MasterVehicleFuelUnitQuerySchema, fh as MasterVehicleFuelUnitSchema, fo as createMasterVehicleFuelUnit, fq as deleteMasterVehicleFuelUnit, fn as findMasterVehicleFuelUnits, fr as getMasterVehicleFuelUnitCache, ft as getMasterVehicleFuelUnitCacheChild, fs as getMasterVehicleFuelUnitCacheCount, fm as newMasterVehicleFuelUnitPayload, fl as toMasterVehicleFuelUnitPayload, fp as updateMasterVehicleFuelUnit } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|