vms-nest-prisma-api-document 110.0.0 → 140.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 +34 -1
- package/dist/core/Enums.js +47 -0
- package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
- package/dist/services/account/bookmark_service.d.ts +1 -1
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +250 -0
- package/dist/services/fleet/bus_mangement/bus_stop.js +453 -0
- package/dist/services/fleet/bus_mangement/calender.d.ts +145 -0
- package/dist/services/fleet/bus_mangement/calender.js +342 -0
- package/dist/services/fleet/bus_mangement/master_route.d.ts +801 -0
- package/dist/services/fleet/bus_mangement/master_route.js +763 -0
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +138 -0
- package/dist/services/fleet/bus_mangement/notice_board.js +329 -0
- package/dist/services/fleet/bus_mangement/student.d.ts +1192 -0
- package/dist/services/fleet/bus_mangement/student.js +948 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +5 -5
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
- 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_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/main/vehicle/master_vehicle_service.js +8 -1
- package/dist/services/master/bus/master_class_service.d.ts +2 -2
- package/dist/services/master/bus/master_program_service.d.ts +4 -4
- package/dist/services/master/bus/master_relationship_service.d.ts +2 -2
- package/dist/services/master/bus/master_section_service.d.ts +2 -2
- package/dist/services/master/bus/master_semester_service.d.ts +2 -2
- package/dist/services/master/bus/master_stream_service.d.ts +2 -2
- package/dist/services/master/bus/master_year_service.d.ts +2 -2
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +3 -3
- 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 +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/services/website/contact_us_detail_service.d.ts +1 -1
- package/dist/services/website/faq_service.d.ts +1 -1
- package/dist/{user_organisation_service-Dkh1nIGX.d.ts → user_organisation_service-CdoeXDR4.d.ts} +6 -1
- 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, a as User } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-CdoeXDR4.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -25,14 +25,14 @@ declare const MasterProgramSchema: z.ZodObject<{
|
|
|
25
25
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
26
26
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
program_name: string;
|
|
29
|
-
description: string;
|
|
30
28
|
status: Status;
|
|
31
29
|
organisation_id: string;
|
|
32
|
-
|
|
30
|
+
description: string;
|
|
33
31
|
program_name: string;
|
|
32
|
+
}, {
|
|
34
33
|
status: Status;
|
|
35
34
|
organisation_id: string;
|
|
35
|
+
program_name: string;
|
|
36
36
|
description?: string | undefined;
|
|
37
37
|
}>;
|
|
38
38
|
type MasterProgramDTO = z.infer<typeof MasterProgramSchema>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-CdoeXDR4.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -25,9 +25,9 @@ declare const MasterRelationshipSchema: z.ZodObject<{
|
|
|
25
25
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
26
26
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
description: string;
|
|
29
28
|
status: Status;
|
|
30
29
|
organisation_id: string;
|
|
30
|
+
description: string;
|
|
31
31
|
relationship_name: string;
|
|
32
32
|
}, {
|
|
33
33
|
status: Status;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-CdoeXDR4.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -25,9 +25,9 @@ declare const MasterSectionSchema: z.ZodObject<{
|
|
|
25
25
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
26
26
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
description: string;
|
|
29
28
|
status: Status;
|
|
30
29
|
organisation_id: string;
|
|
30
|
+
description: string;
|
|
31
31
|
section_name: string;
|
|
32
32
|
}, {
|
|
33
33
|
status: Status;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-CdoeXDR4.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -25,9 +25,9 @@ declare const MasterSemesterSchema: z.ZodObject<{
|
|
|
25
25
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
26
26
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
description: string;
|
|
29
28
|
status: Status;
|
|
30
29
|
organisation_id: string;
|
|
30
|
+
description: string;
|
|
31
31
|
semester_name: string;
|
|
32
32
|
}, {
|
|
33
33
|
status: Status;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-CdoeXDR4.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -25,9 +25,9 @@ declare const MasterStreamSchema: z.ZodObject<{
|
|
|
25
25
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
26
26
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
description: string;
|
|
29
28
|
status: Status;
|
|
30
29
|
organisation_id: string;
|
|
30
|
+
description: string;
|
|
31
31
|
stream_name: string;
|
|
32
32
|
}, {
|
|
33
33
|
status: Status;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../../user_organisation_service-CdoeXDR4.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -25,9 +25,9 @@ declare const MasterYearSchema: z.ZodObject<{
|
|
|
25
25
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
26
26
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
description: string;
|
|
29
28
|
status: Status;
|
|
30
29
|
organisation_id: string;
|
|
30
|
+
description: string;
|
|
31
31
|
year_name: string;
|
|
32
32
|
}, {
|
|
33
33
|
status: Status;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { bF as MasterDeviceManufacturer, bH as MasterDeviceManufacturerDTO, bJ as MasterDeviceManufacturerQueryDTO, bI as MasterDeviceManufacturerQuerySchema, bG as MasterDeviceManufacturerSchema, bN as createMasterDeviceManufacturer, bP as deleteMasterDeviceManufacturer, bM as findMasterDeviceManufacturers, bQ as getMasterDeviceManufacturerCache, bS as getMasterDeviceManufacturerCacheChild, bR as getMasterDeviceManufacturerCacheCount, bL as newMasterDeviceManufacturerPayload, bK as toMasterDeviceManufacturerPayload, bO as updateMasterDeviceManufacturer } from '../../../user_organisation_service-CdoeXDR4.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 { br as MasterDeviceModel, bt as MasterDeviceModelDTO, bv as MasterDeviceModelQueryDTO, bu as MasterDeviceModelQuerySchema, bs as MasterDeviceModelSchema, bz as createMasterDeviceModel, bB as deleteMasterDeviceModel, by as findMasterDeviceModels, bC as getMasterDeviceModelCache, bE as getMasterDeviceModelCacheChild, bD as getMasterDeviceModelCacheCount, bx as newMasterDeviceModelPayload, bw as toMasterDeviceModelPayload, bA as updateMasterDeviceModel } from '../../../user_organisation_service-CdoeXDR4.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 { bd as MasterDeviceType, bf as MasterDeviceTypeDTO, bh as MasterDeviceTypeQueryDTO, bg as MasterDeviceTypeQuerySchema, be as MasterDeviceTypeSchema, bl as createMasterDeviceType, bn as deleteMasterDeviceType, bk as findMasterDeviceTypes, bo as getMasterDeviceTypeCache, bq as getMasterDeviceTypeCacheChild, bp as getMasterDeviceTypeCacheCount, bj as newMasterDeviceTypePayload, bi as toMasterDeviceTypePayload, bm as updateMasterDeviceType } from '../../../user_organisation_service-CdoeXDR4.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 { hm as MasterExpenseName, ho as MasterExpenseNameDTO, hq as MasterExpenseNameQueryDTO, hp as MasterExpenseNameQuerySchema, hn as MasterExpenseNameSchema, hu as createMasterExpenseName, hw as deleteMasterExpenseName, ht as findMasterExpenseNames, hx as getMasterExpenseNameCache, hs as newMasterExpenseNamePayload, hr as toMasterExpenseNamePayload, hv as updateMasterExpenseName } from '../../../user_organisation_service-CdoeXDR4.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 { hy as MasterExpenseType, hA as MasterExpenseTypeDTO, hC as MasterExpenseTypeQueryDTO, hB as MasterExpenseTypeQuerySchema, hz as MasterExpenseTypeSchema, hG as createMasterExpenseType, hI as deleteMasterExpenseType, hF as findMasterExpenseTypes, hJ as getMasterExpenseTypeCache, hE as newMasterExpenseTypePayload, hD as toMasterExpenseTypePayload, hH as updateMasterExpenseType } from '../../../user_organisation_service-CdoeXDR4.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, f as MasterMainCountry } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, f as MasterMainCountry } from '../../../user_organisation_service-CdoeXDR4.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-CdoeXDR4.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/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 { jw as MasterVendorType, jy as MasterVendorTypeDTO, jA as MasterVendorTypeQueryDTO, jz as MasterVendorTypeQuerySchema, jx as MasterVendorTypeSchema, jE as createMasterVendorType, jG as deleteMasterVendorType, jD as findMasterVendorTypes, jH as getMasterVendorTypeCache, jC as newMasterVendorTypePayload, jB as toMasterVendorTypePayload, jF as updateMasterVendorType } from '../../../user_organisation_service-CdoeXDR4.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 { iM as MasterFleetIncidentSeverity, iO as MasterFleetIncidentSeverityDTO, iQ as MasterFleetIncidentSeverityQueryDTO, iP as MasterFleetIncidentSeverityQuerySchema, iN as MasterFleetIncidentSeveritySchema, iU as createMasterFleetIncidentSeverity, iW as deleteMasterFleetIncidentSeverity, iT as findMasterFleetIncidentSeverities, iX as getMasterFleetIncidentSeverityCache, iS as newMasterFleetIncidentSeverityPayload, iR as toMasterFleetIncidentSeverityPayload, iV as updateMasterFleetIncidentSeverity } from '../../../user_organisation_service-CdoeXDR4.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 { iA as MasterFleetIncidentStatus, iC as MasterFleetIncidentStatusDTO, iE as MasterFleetIncidentStatusQueryDTO, iD as MasterFleetIncidentStatusQuerySchema, iB as MasterFleetIncidentStatusSchema, iI as createMasterFleetIncidentStatus, iK as deleteMasterFleetIncidentStatus, iH as findMasterFleetIncidentStatuses, iL as getMasterFleetIncidentStatusCache, iG as newMasterFleetIncidentStatusPayload, iF as toMasterFleetIncidentStatusPayload, iJ as updateMasterFleetIncidentStatus } from '../../../user_organisation_service-CdoeXDR4.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 { io as MasterFleetIncidentType, iq as MasterFleetIncidentTypeDTO, is as MasterFleetIncidentTypeQueryDTO, ir as MasterFleetIncidentTypeQuerySchema, ip as MasterFleetIncidentTypeSchema, iw as createMasterFleetIncidentType, iy as deleteMasterFleetIncidentType, iv as findMasterFleetIncidentTypes, iz as getMasterFleetIncidentTypeCache, iu as newMasterFleetIncidentTypePayload, it as toMasterFleetIncidentTypePayload, ix as updateMasterFleetIncidentType } from '../../../user_organisation_service-CdoeXDR4.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 { iY as MasterFleetInsuranceClaimStatus, i_ as MasterFleetInsuranceClaimStatusDTO, j0 as MasterFleetInsuranceClaimStatusQueryDTO, i$ as MasterFleetInsuranceClaimStatusQuerySchema, iZ as MasterFleetInsuranceClaimStatusSchema, j4 as createMasterFleetInsuranceClaimStatus, j6 as deleteMasterFleetInsuranceClaimStatus, j3 as findMasterFleetInsuranceClaimStatuses, j7 as getMasterFleetInsuranceClaimStatusCache, j2 as newMasterFleetInsuranceClaimStatusPayload, j1 as toMasterFleetInsuranceClaimStatusPayload, j5 as updateMasterFleetInsuranceClaimStatus } from '../../../user_organisation_service-CdoeXDR4.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 { j8 as MasterFleetServiceTask, ja as MasterFleetServiceTaskDTO, jc as MasterFleetServiceTaskQueryDTO, jb as MasterFleetServiceTaskQuerySchema, j9 as MasterFleetServiceTaskSchema, jg as createMasterFleetServiceTask, ji as deleteMasterFleetServiceTask, jf as findMasterFleetServiceTasks, jj as getMasterFleetServiceTaskCache, je as newMasterFleetServiceTaskPayload, jd as toMasterFleetServiceTaskPayload, jh as updateMasterFleetServiceTask } from '../../../user_organisation_service-CdoeXDR4.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 MasterMainCountry,
|
|
4
|
+
export { f as MasterMainCountry, a4 as MasterMainCountryDTO, a6 as MasterMainCountryQueryDTO, a5 as MasterMainCountryQuerySchema, a3 as MasterMainCountrySchema, aa as createMasterMainCountry, ac as deleteMasterMainCountry, a9 as findMasterMainCountries, ad as getMasterMainCountryCache, ae as getMasterMainCountryCacheChild, a8 as newMasterMainCountryPayload, a7 as toMasterMainCountryPayload, ab as updateMasterMainCountry } from '../../../user_organisation_service-CdoeXDR4.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 { 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-
|
|
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-CdoeXDR4.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 { af as MasterMainDateFormat, ah as MasterMainDateFormatDTO, aj as MasterMainDateFormatQueryDTO, ai as MasterMainDateFormatQuerySchema, ag as MasterMainDateFormatSchema, an as createMasterMainDateFormat, ap as deleteMasterMainDateFormat, am as findMasterMainDateFormats, aq as getMasterMainDateFormatCache, al as newMasterMainDateFormatPayload, ak as toMasterMainDateFormatPayload, ao as updateMasterMainDateFormat } from '../../../user_organisation_service-CdoeXDR4.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 { 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-
|
|
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-CdoeXDR4.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 { f as MasterMainCountry, g as MasterMainState } from '../../../user_organisation_service-
|
|
4
|
+
import { f as MasterMainCountry, g as MasterMainState } from '../../../user_organisation_service-CdoeXDR4.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -55,12 +55,12 @@ declare const MasterMainLandmarkSchema: z.ZodObject<{
|
|
|
55
55
|
country_id: string;
|
|
56
56
|
state_id: string;
|
|
57
57
|
landmark_name: string;
|
|
58
|
+
latitude?: unknown;
|
|
59
|
+
longitude?: unknown;
|
|
58
60
|
location?: string | undefined;
|
|
59
61
|
locality?: string | undefined;
|
|
60
62
|
city_district_town?: string | undefined;
|
|
61
63
|
zip_code?: string | undefined;
|
|
62
|
-
latitude?: unknown;
|
|
63
|
-
longitude?: unknown;
|
|
64
64
|
google_location?: string | undefined;
|
|
65
65
|
}>;
|
|
66
66
|
type MasterMainLandmarkDTO = z.infer<typeof MasterMainLandmarkSchema>;
|
|
@@ -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 MasterMainLanguage, gR as MasterMainLanguageDTO, gT as MasterMainLanguageQueryDTO, gS as MasterMainLanguageQuerySchema, gQ as MasterMainLanguageSchema, gX as createMasterMainLanguage, gZ as deleteMasterMainLanguage, gW as findMasterMainLanguages, g_ as getMasterMainLanguageCache, gV as newMasterMainLanguagePayload, gU as toMasterMainLanguagePayload, gY as updateMasterMainLanguage } from '../../../user_organisation_service-CdoeXDR4.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 { g as MasterMainState,
|
|
4
|
+
export { g as MasterMainState, V as MasterMainStateDTO, X as MasterMainStateQueryDTO, W as MasterMainStateQuerySchema, T as MasterMainStateSchema, $ as createMasterMainState, a1 as deleteMasterMainState, _ as findMasterMainStates, a2 as getMasterMainStateCache, Z as newMasterMainStatePayload, Y as toMasterMainStatePayload, a0 as updateMasterMainState } from '../../../user_organisation_service-CdoeXDR4.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 { F as MasterMainTimeZone, H as MasterMainTimeZoneDTO, J as MasterMainTimeZoneQueryDTO, I as MasterMainTimeZoneQuerySchema, G as MasterMainTimeZoneSchema,
|
|
4
|
+
export { F as MasterMainTimeZone, H as MasterMainTimeZoneDTO, J as MasterMainTimeZoneQueryDTO, I as MasterMainTimeZoneQuerySchema, G as MasterMainTimeZoneSchema, P as createMasterMainTimeZone, R as deleteMasterMainTimeZone, N as findMasterMainTimeZones, S as getMasterMainTimeZoneCache, L as newMasterMainTimeZonePayload, K as toMasterMainTimeZonePayload, Q as updateMasterMainTimeZone } from '../../../user_organisation_service-CdoeXDR4.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 { ar as MasterMainUnitDistance, at as MasterMainUnitDistanceDTO, av as MasterMainUnitDistanceQueryDTO, au as MasterMainUnitDistanceQuerySchema, as as MasterMainUnitDistanceSchema, az as createMasterMainUnitDistance, aB as deleteMasterMainUnitDistance, ay as findMasterMainUnitDistances, aC as getMasterMainUnitDistanceCache, ax as newMasterMainUnitDistancePayload, aw as toMasterMainUnitDistancePayload, aA as updateMasterMainUnitDistance } from '../../../user_organisation_service-CdoeXDR4.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 { aD as MasterMainUnitMileage, aF as MasterMainUnitMileageDTO, aH as MasterMainUnitMileageQueryDTO, aG as MasterMainUnitMileageQuerySchema, aE as MasterMainUnitMileageSchema, aL as createMasterMainUnitMileage, aN as deleteMasterMainUnitMileage, aK as findMasterMainUnitMileages, aO as getMasterMainUnitMileageCache, aJ as newMasterMainUnitMileagePayload, aI as toMasterMainUnitMileagePayload, aM as updateMasterMainUnitMileage } from '../../../user_organisation_service-CdoeXDR4.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 { aP as MasterMainUnitVolume, aR as MasterMainUnitVolumeDTO, aT as MasterMainUnitVolumeQueryDTO, aS as MasterMainUnitVolumeQuerySchema, aQ as MasterMainUnitVolumeSchema, aX as createMasterMainUnitVolume, aZ as deleteMasterMainUnitVolume, aW as findMasterMainUnitVolumes, a_ as getMasterMainUnitVolumeCache, aV as newMasterMainUnitVolumePayload, aU as toMasterMainUnitVolumePayload, aY as updateMasterMainUnitVolume } from '../../../user_organisation_service-CdoeXDR4.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 { O as OrganisationBranch, cz as OrganisationBranchDTO, cB as OrganisationBranchQueryDTO, cA as OrganisationBranchQuerySchema, cy as OrganisationBranchSchema, cF as createOrganisationBranch, cH as deleteOrganisationBranch, cE as findOrganisationBranchs, cI as getOrganisationBranchCache, cK as getOrganisationBranchCacheChild, cJ as getOrganisationBranchCacheCount, cD as newOrganisationBranchPayload, cC as toOrganisationBranchPayload, cG as updateOrganisationBranch } from '../../../user_organisation_service-CdoeXDR4.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 { cL as OrganisationColor, cN as OrganisationColorDTO, cP as OrganisationColorQueryDTO, cO as OrganisationColorQuerySchema, cM as OrganisationColorSchema, cT as createOrganisationColor, cV as deleteOrganisationColor, cS as findOrganisationColors, cW as getOrganisationColorCache, cY as getOrganisationColorCacheChild, cX as getOrganisationColorCacheCount, cR as newOrganisationColorPayload, cQ as toOrganisationColorPayload, cU as updateOrganisationColor } from '../../../user_organisation_service-
|
|
4
|
+
export { cL as OrganisationColor, cN as OrganisationColorDTO, cP as OrganisationColorQueryDTO, cO as OrganisationColorQuerySchema, cM as OrganisationColorSchema, cT as createOrganisationColor, cV as deleteOrganisationColor, cS as findOrganisationColors, cW as getOrganisationColorCache, cY as getOrganisationColorCacheChild, cX as getOrganisationColorCacheCount, cR as newOrganisationColorPayload, cQ as toOrganisationColorPayload, cU as updateOrganisationColor } from '../../../user_organisation_service-CdoeXDR4.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 { db as OrganisationGroup, de as OrganisationGroupDTO, dg as OrganisationGroupQueryDTO, df as OrganisationGroupQuerySchema, dd as OrganisationGroupSchema, dc as VehicleOrganisationGroupLink, dk as createOrganisationGroup, dm as deleteOrganisationGroup, dj as findOrganisationGroups, dn as getOrganisationGroupCache, dq as getOrganisationGroupCacheChild, dp as getOrganisationGroupCacheCount, di as newOrganisationGroupPayload, dh as toOrganisationGroupPayload, dl as updateOrganisationGroup } from '../../../user_organisation_service-
|
|
4
|
+
export { db as OrganisationGroup, de as OrganisationGroupDTO, dg as OrganisationGroupQueryDTO, df as OrganisationGroupQuerySchema, dd as OrganisationGroupSchema, dc as VehicleOrganisationGroupLink, dk as createOrganisationGroup, dm as deleteOrganisationGroup, dj as findOrganisationGroups, dn as getOrganisationGroupCache, dq as getOrganisationGroupCacheChild, dp as getOrganisationGroupCacheCount, di as newOrganisationGroupPayload, dh as toOrganisationGroupPayload, dl as updateOrganisationGroup } from '../../../user_organisation_service-CdoeXDR4.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 { ck as OrganisationSubCompany, cm as OrganisationSubCompanyDTO, co as OrganisationSubCompanyQueryDTO, cn as OrganisationSubCompanyQuerySchema, cl as OrganisationSubCompanySchema, cs as createOrganisationSubCompany, cu as deleteOrganisationSubCompany, cr as findOrganisationSubCompanyies, cv as getOrganisationSubCompanyCache, cx as getOrganisationSubCompanyCacheChild, cw as getOrganisationSubCompanyCacheCount, cq as newOrganisationSubCompanyPayload, cp as toOrganisationSubCompanyPayload, ct as updateOrganisationSubCompany } from '../../../user_organisation_service-CdoeXDR4.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 { cZ as OrganisationTag, c$ as OrganisationTagDTO, d1 as OrganisationTagQueryDTO, d0 as OrganisationTagQuerySchema, c_ as OrganisationTagSchema, d5 as createOrganisationTag, d7 as deleteOrganisationTag, d4 as findOrganisationTags, d8 as getOrganisationTagCache, da as getOrganisationTagCacheChild, d9 as getOrganisationTagCacheCount, d3 as newOrganisationTagPayload, d2 as toOrganisationTagPayload, d6 as updateOrganisationTag } from '../../../user_organisation_service-
|
|
4
|
+
export { cZ as OrganisationTag, c$ as OrganisationTagDTO, d1 as OrganisationTagQueryDTO, d0 as OrganisationTagQuerySchema, c_ as OrganisationTagSchema, d5 as createOrganisationTag, d7 as deleteOrganisationTag, d4 as findOrganisationTags, d8 as getOrganisationTagCache, da as getOrganisationTagCacheChild, d9 as getOrganisationTagCacheCount, d3 as newOrganisationTagPayload, d2 as toOrganisationTagPayload, d6 as updateOrganisationTag } from '../../../user_organisation_service-CdoeXDR4.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 { jV as MasterSparePartCategory, jX as MasterSparePartCategoryDTO, jW as MasterSparePartCategorySchema, jZ as SparePartCategoryQueryDTO, jY as SparePartCategoryQuerySchema, k1 as createMasterSparePartCategory, k3 as deleteMasterSparePartCategory, k0 as findMasterSparePartCategories, k4 as getMasterSparePartCategoryCache, k5 as getMasterSparePartCategoryCacheChild, k6 as getMasterSparePartCategoryCacheCount, j$ as newMasterSparePartCategoryPayload, j_ as toMasterSparePartCategoryPayload, k2 as updateMasterSparePartCategory } from '../../../user_organisation_service-CdoeXDR4.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 { jI as MasterSparePartSubCategory, jK as MasterSparePartSubCategoryDTO, jJ as MasterSparePartSubCategorySchema, jM as SparePartSubCategoryQueryDTO, jL as SparePartSubCategoryQuerySchema, jQ as createMasterSparePartSubCategory, jS as deleteMasterSparePartSubCategory, jP as findMasterSparePartSubCategories, jT as getMasterSparePartSubCategoryCache, jU as getMasterSparePartSubCategoryCacheCount, jO as newMasterSparePartSubCategoryPayload, jN as toMasterSparePartSubCategoryPayload, jR as updateMasterSparePartSubCategory } from '../../../user_organisation_service-CdoeXDR4.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 { k7 as MasterSparePartUnit, k9 as MasterSparePartUnitDTO, k8 as MasterSparePartUnitSchema, kb as SparePartUnitQueryDTO, ka as SparePartUnitQuerySchema, kf as createMasterSparePartUnit, kh as deleteMasterSparePartUnit, ke as findMasterSparePartUnits, ki as getMasterSparePartUnitCache, kj as getMasterSparePartUnitCacheCount, kd as newMasterSparePartUnitPayload, kc as toMasterSparePartUnitPayload, kg as updateMasterSparePartUnit } from '../../../user_organisation_service-CdoeXDR4.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 { jk as MasterTripPartyType, jm as MasterTripPartyTypeDTO, jo as MasterTripPartyTypeQueryDTO, jn as MasterTripPartyTypeQuerySchema, jl as MasterTripPartyTypeSchema, js as createMasterTripPartyType, ju as deleteMasterTripPartyType, jr as findMasterTripPartyTypes, jv as getMasterTripPartyTypeCache, jq as newMasterTripPartyTypePayload, jp as toMasterTripPartyTypePayload, jt as updateMasterTripPartyType } from '../../../user_organisation_service-CdoeXDR4.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 { hK as MasterTyreGrade, hM as MasterTyreGradeDTO, hO as MasterTyreGradeQueryDTO, hN as MasterTyreGradeQuerySchema, hL as MasterTyreGradeSchema, hS as createMasterTyreGrade, hU as deleteMasterTyreGrade, hR as findMasterTyreGrades, hV as getMasterTyreGradeCache, hW as getMasterTyreGradeCacheCount, hQ as newMasterTyreGradePayload, hP as toMasterTyreGradePayload, hT as updateMasterTyreGrade } from '../../../user_organisation_service-CdoeXDR4.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 { i8 as MasterTyreMake, ia as MasterTyreMakeDTO, ic as MasterTyreMakeQueryDTO, ib as MasterTyreMakeQuerySchema, i9 as MasterTyreMakeSchema, ih as createMasterTyreMake, ij as deleteMasterTyreMake, ig as findMasterTyreMakes, ik as getMasterTyreMakeCache, im as getMasterTyreMakeCacheChild, il as getMasterTyreMakeCacheCount, ie as newMasterTyreMakePayload, id as toMasterTyreMakePayload, ii as updateMasterTyreMake } from '../../../user_organisation_service-CdoeXDR4.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 { hX as MasterTyreModel, hZ as MasterTyreModelDTO, h$ as MasterTyreModelQueryDTO, h_ as MasterTyreModelQuerySchema, hY as MasterTyreModelSchema, i3 as createMasterTyreModel, i5 as deleteMasterTyreModel, i2 as findMasterTyreModels, i6 as getMasterTyreModelCache, i7 as getMasterTyreModelCacheCount, i1 as newMasterTyreModelPayload, i0 as toMasterTyreModelPayload, i4 as updateMasterTyreModel } from '../../../user_organisation_service-CdoeXDR4.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 MasterUserRole, gr as MasterUserRoleDTO, gt as MasterUserRoleQueryDTO, gs as MasterUserRoleQuerySchema, gq as MasterUserRoleSchema, gx as createMasterUserRole, gz as deleteMasterUserRole, gw as findMasterUserRoles, gA as getMasterUserRoleCache, gB as getMasterUserRoleCacheCount, gv as newMasterUserRolePayload, gu as toMasterUserRolePayload, gy as updateMasterUserRole } from '../../../user_organisation_service-CdoeXDR4.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 { gC as MasterUserStatus, gE as MasterUserStatusDTO, gG as MasterUserStatusQueryDTO, gF as MasterUserStatusQuerySchema, gD as MasterUserStatusSchema, gK as createMasterUserStatus, gM as deleteMasterUserStatus, gJ as findMasterUserStatuses, gN as getMasterUserStatusCache, gO as getMasterUserStatusCacheCount, gI as newMasterUserStatusPayload, gH as toMasterUserStatusPayload, gL as updateMasterUserStatus } from '../../../user_organisation_service-CdoeXDR4.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 { eY as MasterVehicleAssociatedTo, e_ as MasterVehicleAssociatedToDTO, f0 as MasterVehicleAssociatedToQueryDTO, e$ as MasterVehicleAssociatedToQuerySchema, eZ as MasterVehicleAssociatedToSchema, f4 as createMasterVehicleAssociatedTo, f6 as deleteMasterVehicleAssociatedTo, f3 as findMasterVehicleAssociatedTos, f7 as getMasterVehicleAssociatedToCache, f9 as getMasterVehicleAssociatedToCacheChild, f8 as getMasterVehicleAssociatedToCacheCount, f2 as newMasterVehicleAssociatedToPayload, f1 as toMasterVehicleAssociatedToPayload, f5 as updateMasterVehicleAssociatedTo } from '../../../user_organisation_service-
|
|
4
|
+
export { eY as MasterVehicleAssociatedTo, e_ as MasterVehicleAssociatedToDTO, f0 as MasterVehicleAssociatedToQueryDTO, e$ as MasterVehicleAssociatedToQuerySchema, eZ as MasterVehicleAssociatedToSchema, f4 as createMasterVehicleAssociatedTo, f6 as deleteMasterVehicleAssociatedTo, f3 as findMasterVehicleAssociatedTos, f7 as getMasterVehicleAssociatedToCache, f9 as getMasterVehicleAssociatedToCacheChild, f8 as getMasterVehicleAssociatedToCacheCount, f2 as newMasterVehicleAssociatedToPayload, f1 as toMasterVehicleAssociatedToPayload, f5 as updateMasterVehicleAssociatedTo } from '../../../user_organisation_service-CdoeXDR4.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|