vms-nest-prisma-api-document 5.0.5 → 6.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 +23 -1
- package/dist/core/Enums.js +28 -0
- package/dist/services/account/alert_service.d.ts +1 -1
- package/dist/services/account/bookmark_service.d.ts +3 -3
- package/dist/services/account/notification_service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +299 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.js +372 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +351 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.js +562 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +295 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.js +484 -0
- package/dist/services/gps/features/fuel/gps_fuel_vehicle_daily_summary_service.d.ts +1 -1
- package/dist/services/gps/features/fuel/gps_fuel_vehicle_refill_service.d.ts +1 -1
- package/dist/services/gps/features/fuel/gps_fuel_vehicle_removal_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_data_service.d.ts +1 -1
- 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 +5 -5
- 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 +17 -17
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +10 -10
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +43 -43
- 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/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.js +8 -5
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.js +14 -11
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.js +19 -19
- package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.js +15 -12
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.js +13 -10
- package/dist/services/master/expense/master_fuel_company_service.d.ts +6 -6
- package/dist/services/master/expense/master_fuel_company_service.js +18 -21
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +4 -4
- package/dist/services/master/expense/master_vendor_document_type_service.js +13 -16
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_type_service.js +11 -14
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.js +13 -8
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.js +11 -8
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.js +12 -11
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.js +14 -19
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.js +13 -15
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.js +7 -10
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.js +12 -15
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.js +5 -8
- package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +1 -1
- package/dist/services/master/main/master_main_eway_bill_provider_service.js +6 -8
- package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +10 -10
- package/dist/services/master/main/master_main_fasttag_bank_service.js +10 -12
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.js +11 -14
- package/dist/services/master/main/master_main_landmark_service.d.ts +4 -4
- package/dist/services/master/main/master_main_landmark_service.js +19 -19
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_language_service.js +5 -8
- package/dist/services/master/main/master_main_sim_provider_service.d.ts +2 -2
- package/dist/services/master/main/master_main_sim_provider_service.js +4 -7
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.js +10 -13
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.js +34 -16
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.js +5 -8
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.js +5 -8
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.js +5 -8
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.js +28 -32
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.js +23 -27
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.js +25 -29
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.js +22 -36
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.js +19 -19
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.js +17 -26
- 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_sub_category_service.js +26 -21
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_unit_service.js +19 -14
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.js +12 -12
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.js +18 -13
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.js +12 -17
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.js +23 -20
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_role_service.js +18 -13
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.js +18 -13
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +132 -0
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.js +293 -0
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +129 -0
- package/dist/services/master/vehicle/master_vehicle_document_type_service.js +283 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +131 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.js +297 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.js +25 -15
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +137 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.js +293 -0
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.js +19 -21
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.js +30 -22
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.js +28 -18
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.js +25 -14
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.js +36 -29
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.js +18 -20
- 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-DJWj2iMa.d.ts → user_organisation_service-_rBwGIT-.d.ts} +253 -121
- package/package.json +1 -1
package/dist/{user_organisation_service-DJWj2iMa.d.ts → user_organisation_service-_rBwGIT-.d.ts}
RENAMED
|
@@ -7,7 +7,7 @@ import { MasterMainSimProvider } from './services/master/main/master_main_sim_pr
|
|
|
7
7
|
interface MasterMainIndustry extends Record<string, unknown> {
|
|
8
8
|
industry_id: string;
|
|
9
9
|
industry_name: string;
|
|
10
|
-
|
|
10
|
+
description?: string;
|
|
11
11
|
status: Status;
|
|
12
12
|
added_date_time: string;
|
|
13
13
|
modified_date_time: string;
|
|
@@ -18,16 +18,16 @@ interface MasterMainIndustry extends Record<string, unknown> {
|
|
|
18
18
|
}
|
|
19
19
|
declare const MasterMainIndustrySchema: z.ZodObject<{
|
|
20
20
|
industry_name: z.ZodEffects<z.ZodString, string, string>;
|
|
21
|
-
|
|
21
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
22
22
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
24
|
status: Status;
|
|
25
25
|
industry_name: string;
|
|
26
|
-
|
|
26
|
+
description: string;
|
|
27
27
|
}, {
|
|
28
28
|
status: Status;
|
|
29
29
|
industry_name: string;
|
|
30
|
-
|
|
30
|
+
description?: string | undefined;
|
|
31
31
|
}>;
|
|
32
32
|
type MasterMainIndustryDTO = z.infer<typeof MasterMainIndustrySchema>;
|
|
33
33
|
declare const MasterMainIndustryQuerySchema: z.ZodObject<{
|
|
@@ -110,9 +110,9 @@ declare const MasterMainIndustryQuerySchema: z.ZodObject<{
|
|
|
110
110
|
industry_ids?: string[] | undefined;
|
|
111
111
|
}>;
|
|
112
112
|
type MasterMainIndustryQueryDTO = z.infer<typeof MasterMainIndustryQuerySchema>;
|
|
113
|
-
declare const toMasterMainIndustryPayload: (
|
|
113
|
+
declare const toMasterMainIndustryPayload: (row: MasterMainIndustry) => MasterMainIndustryDTO;
|
|
114
114
|
declare const newMasterMainIndustryPayload: () => MasterMainIndustryDTO;
|
|
115
|
-
declare const
|
|
115
|
+
declare const findMasterMainIndustrys: (data: MasterMainIndustryQueryDTO) => Promise<FBR<MasterMainIndustry[]>>;
|
|
116
116
|
declare const createMasterMainIndustry: (data: MasterMainIndustryDTO) => Promise<SBR>;
|
|
117
117
|
declare const updateMasterMainIndustry: (id: string, data: MasterMainIndustryDTO) => Promise<SBR>;
|
|
118
118
|
declare const deleteMasterMainIndustry: (id: string) => Promise<SBR>;
|
|
@@ -136,8 +136,8 @@ interface MasterMainCurrency extends Record<string, unknown> {
|
|
|
136
136
|
declare const MasterMainCurrencySchema: z.ZodObject<{
|
|
137
137
|
country_id: z.ZodEffects<z.ZodString, string, string>;
|
|
138
138
|
currency_name: z.ZodEffects<z.ZodString, string, string>;
|
|
139
|
-
currency_code: z.ZodEffects<z.ZodString, string, string>;
|
|
140
139
|
currency_symbol: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
140
|
+
currency_code: z.ZodEffects<z.ZodString, string, string>;
|
|
141
141
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
142
142
|
}, "strip", z.ZodTypeAny, {
|
|
143
143
|
status: Status;
|
|
@@ -236,7 +236,7 @@ declare const MasterMainCurrencyQuerySchema: z.ZodObject<{
|
|
|
236
236
|
currency_ids?: string[] | undefined;
|
|
237
237
|
}>;
|
|
238
238
|
type MasterMainCurrencyQueryDTO = z.infer<typeof MasterMainCurrencyQuerySchema>;
|
|
239
|
-
declare const toMasterMainCurrencyPayload: (
|
|
239
|
+
declare const toMasterMainCurrencyPayload: (row: MasterMainCurrency) => MasterMainCurrencyDTO;
|
|
240
240
|
declare const newMasterMainCurrencyPayload: () => MasterMainCurrencyDTO;
|
|
241
241
|
declare const findMasterMainCurrencies: (data: MasterMainCurrencyQueryDTO) => Promise<FBR<MasterMainCurrency[]>>;
|
|
242
242
|
declare const createMasterMainCurrency: (data: MasterMainCurrencyDTO) => Promise<SBR>;
|
|
@@ -251,6 +251,7 @@ interface MasterMainTimeZone extends Record<string, unknown> {
|
|
|
251
251
|
time_zone_abbrevation: string;
|
|
252
252
|
time_zone_utc: string;
|
|
253
253
|
time_zone_offset: string;
|
|
254
|
+
time_zone_offset_seconds: number;
|
|
254
255
|
status: Status;
|
|
255
256
|
added_date_time: string;
|
|
256
257
|
modified_date_time: string;
|
|
@@ -268,6 +269,7 @@ declare const MasterMainTimeZoneSchema: z.ZodObject<{
|
|
|
268
269
|
time_zone_abbrevation: z.ZodEffects<z.ZodString, string, string>;
|
|
269
270
|
time_zone_utc: z.ZodEffects<z.ZodString, string, string>;
|
|
270
271
|
time_zone_offset: z.ZodEffects<z.ZodString, string, string>;
|
|
272
|
+
time_zone_offset_seconds: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
271
273
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
272
274
|
}, "strip", z.ZodTypeAny, {
|
|
273
275
|
status: Status;
|
|
@@ -277,6 +279,7 @@ declare const MasterMainTimeZoneSchema: z.ZodObject<{
|
|
|
277
279
|
time_zone_abbrevation: string;
|
|
278
280
|
time_zone_utc: string;
|
|
279
281
|
time_zone_offset: string;
|
|
282
|
+
time_zone_offset_seconds: number;
|
|
280
283
|
}, {
|
|
281
284
|
status: Status;
|
|
282
285
|
country_id: string;
|
|
@@ -285,6 +288,7 @@ declare const MasterMainTimeZoneSchema: z.ZodObject<{
|
|
|
285
288
|
time_zone_utc: string;
|
|
286
289
|
time_zone_offset: string;
|
|
287
290
|
time_zone_identifier?: string | undefined;
|
|
291
|
+
time_zone_offset_seconds?: unknown;
|
|
288
292
|
}>;
|
|
289
293
|
type MasterMainTimeZoneDTO = z.infer<typeof MasterMainTimeZoneSchema>;
|
|
290
294
|
declare const MasterMainTimeZoneQuerySchema: z.ZodObject<{
|
|
@@ -370,7 +374,7 @@ declare const MasterMainTimeZoneQuerySchema: z.ZodObject<{
|
|
|
370
374
|
time_zone_ids?: string[] | undefined;
|
|
371
375
|
}>;
|
|
372
376
|
type MasterMainTimeZoneQueryDTO = z.infer<typeof MasterMainTimeZoneQuerySchema>;
|
|
373
|
-
declare const toMasterMainTimeZonePayload: (
|
|
377
|
+
declare const toMasterMainTimeZonePayload: (row: MasterMainTimeZone) => MasterMainTimeZoneDTO;
|
|
374
378
|
declare const newMasterMainTimeZonePayload: () => MasterMainTimeZoneDTO;
|
|
375
379
|
declare const findMasterMainTimeZones: (data: MasterMainTimeZoneQueryDTO) => Promise<FBR<MasterMainTimeZone[]>>;
|
|
376
380
|
declare const createMasterMainTimeZone: (data: MasterMainTimeZoneDTO) => Promise<SBR>;
|
|
@@ -493,7 +497,7 @@ declare const MasterMainStateQuerySchema: z.ZodObject<{
|
|
|
493
497
|
state_ids?: string[] | undefined;
|
|
494
498
|
}>;
|
|
495
499
|
type MasterMainStateQueryDTO = z.infer<typeof MasterMainStateQuerySchema>;
|
|
496
|
-
declare const toMasterMainStatePayload: (
|
|
500
|
+
declare const toMasterMainStatePayload: (row: MasterMainState) => MasterMainStateDTO;
|
|
497
501
|
declare const newMasterMainStatePayload: () => MasterMainStateDTO;
|
|
498
502
|
declare const findMasterMainStates: (data: MasterMainStateQueryDTO) => Promise<FBR<MasterMainState[]>>;
|
|
499
503
|
declare const createMasterMainState: (data: MasterMainStateDTO) => Promise<SBR>;
|
|
@@ -618,7 +622,7 @@ declare const MasterMainCountryQuerySchema: z.ZodObject<{
|
|
|
618
622
|
country_ids?: string[] | undefined;
|
|
619
623
|
}>;
|
|
620
624
|
type MasterMainCountryQueryDTO = z.infer<typeof MasterMainCountryQuerySchema>;
|
|
621
|
-
declare const toMasterMainCountryPayload: (
|
|
625
|
+
declare const toMasterMainCountryPayload: (row: MasterMainCountry) => MasterMainCountryDTO;
|
|
622
626
|
declare const newMasterMainCountryPayload: () => MasterMainCountryDTO;
|
|
623
627
|
declare const findMasterMainCountries: (data: MasterMainCountryQueryDTO) => Promise<FBR<MasterMainCountry[]>>;
|
|
624
628
|
declare const createMasterMainCountry: (data: MasterMainCountryDTO) => Promise<SBR>;
|
|
@@ -733,7 +737,7 @@ declare const MasterMainDateFormatQuerySchema: z.ZodObject<{
|
|
|
733
737
|
date_format_ids?: string[] | undefined;
|
|
734
738
|
}>;
|
|
735
739
|
type MasterMainDateFormatQueryDTO = z.infer<typeof MasterMainDateFormatQuerySchema>;
|
|
736
|
-
declare const toMasterMainDateFormatPayload: (
|
|
740
|
+
declare const toMasterMainDateFormatPayload: (row: MasterMainDateFormat) => MasterMainDateFormatDTO;
|
|
737
741
|
declare const newMasterMainDateFormatPayload: () => MasterMainDateFormatDTO;
|
|
738
742
|
declare const findMasterMainDateFormats: (data: MasterMainDateFormatQueryDTO) => Promise<FBR<MasterMainDateFormat[]>>;
|
|
739
743
|
declare const createMasterMainDateFormat: (data: MasterMainDateFormatDTO) => Promise<SBR>;
|
|
@@ -847,7 +851,7 @@ declare const MasterMainUnitDistanceQuerySchema: z.ZodObject<{
|
|
|
847
851
|
unit_ids?: string[] | undefined;
|
|
848
852
|
}>;
|
|
849
853
|
type MasterMainUnitDistanceQueryDTO = z.infer<typeof MasterMainUnitDistanceQuerySchema>;
|
|
850
|
-
declare const toMasterMainUnitDistancePayload: (
|
|
854
|
+
declare const toMasterMainUnitDistancePayload: (row: MasterMainUnitDistance) => MasterMainUnitDistanceDTO;
|
|
851
855
|
declare const newMasterMainUnitDistancePayload: () => MasterMainUnitDistanceDTO;
|
|
852
856
|
declare const findMasterMainUnitDistances: (data: MasterMainUnitDistanceQueryDTO) => Promise<FBR<MasterMainUnitDistance[]>>;
|
|
853
857
|
declare const createMasterMainUnitDistance: (data: MasterMainUnitDistanceDTO) => Promise<SBR>;
|
|
@@ -961,7 +965,7 @@ declare const MasterMainUnitMileageQuerySchema: z.ZodObject<{
|
|
|
961
965
|
unit_ids?: string[] | undefined;
|
|
962
966
|
}>;
|
|
963
967
|
type MasterMainUnitMileageQueryDTO = z.infer<typeof MasterMainUnitMileageQuerySchema>;
|
|
964
|
-
declare const toMasterMainUnitMileagePayload: (
|
|
968
|
+
declare const toMasterMainUnitMileagePayload: (row: MasterMainUnitMileage) => MasterMainUnitMileageDTO;
|
|
965
969
|
declare const newMasterMainUnitMileagePayload: () => MasterMainUnitMileageDTO;
|
|
966
970
|
declare const findMasterMainUnitMileages: (data: MasterMainUnitMileageQueryDTO) => Promise<FBR<MasterMainUnitMileage[]>>;
|
|
967
971
|
declare const createMasterMainUnitMileage: (data: MasterMainUnitMileageDTO) => Promise<SBR>;
|
|
@@ -1075,7 +1079,7 @@ declare const MasterMainUnitVolumeQuerySchema: z.ZodObject<{
|
|
|
1075
1079
|
unit_ids?: string[] | undefined;
|
|
1076
1080
|
}>;
|
|
1077
1081
|
type MasterMainUnitVolumeQueryDTO = z.infer<typeof MasterMainUnitVolumeQuerySchema>;
|
|
1078
|
-
declare const toMasterMainUnitVolumePayload: (
|
|
1082
|
+
declare const toMasterMainUnitVolumePayload: (row: MasterMainUnitVolume) => MasterMainUnitVolumeDTO;
|
|
1079
1083
|
declare const newMasterMainUnitVolumePayload: () => MasterMainUnitVolumeDTO;
|
|
1080
1084
|
declare const findMasterMainUnitVolumes: (data: MasterMainUnitVolumeQueryDTO) => Promise<FBR<MasterMainUnitVolume[]>>;
|
|
1081
1085
|
declare const createMasterMainUnitVolume: (data: MasterMainUnitVolumeDTO) => Promise<SBR>;
|
|
@@ -1336,7 +1340,7 @@ interface MasterDeviceType extends Record<string, unknown> {
|
|
|
1336
1340
|
device_type_id: string;
|
|
1337
1341
|
device_type_name: string;
|
|
1338
1342
|
device_type_code?: string;
|
|
1339
|
-
|
|
1343
|
+
description?: string;
|
|
1340
1344
|
status: Status;
|
|
1341
1345
|
added_date_time: string;
|
|
1342
1346
|
modified_date_time: string;
|
|
@@ -1354,13 +1358,13 @@ declare const MasterDeviceTypeSchema: z.ZodObject<{
|
|
|
1354
1358
|
device_model_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1355
1359
|
device_type_name: z.ZodEffects<z.ZodString, string, string>;
|
|
1356
1360
|
device_type_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1357
|
-
|
|
1361
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1358
1362
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1359
1363
|
}, "strip", z.ZodTypeAny, {
|
|
1360
1364
|
status: Status;
|
|
1365
|
+
description: string;
|
|
1361
1366
|
device_type_name: string;
|
|
1362
1367
|
device_type_code: string;
|
|
1363
|
-
device_type_description: string;
|
|
1364
1368
|
device_manufacturer_id: string;
|
|
1365
1369
|
device_model_id: string;
|
|
1366
1370
|
}, {
|
|
@@ -1368,8 +1372,8 @@ declare const MasterDeviceTypeSchema: z.ZodObject<{
|
|
|
1368
1372
|
device_type_name: string;
|
|
1369
1373
|
device_manufacturer_id: string;
|
|
1370
1374
|
device_model_id: string;
|
|
1375
|
+
description?: string | undefined;
|
|
1371
1376
|
device_type_code?: string | undefined;
|
|
1372
|
-
device_type_description?: string | undefined;
|
|
1373
1377
|
}>;
|
|
1374
1378
|
type MasterDeviceTypeDTO = z.infer<typeof MasterDeviceTypeSchema>;
|
|
1375
1379
|
declare const MasterDeviceTypeQuerySchema: z.ZodObject<{
|
|
@@ -1458,20 +1462,21 @@ declare const MasterDeviceTypeQuerySchema: z.ZodObject<{
|
|
|
1458
1462
|
device_type_ids?: string[] | undefined;
|
|
1459
1463
|
}>;
|
|
1460
1464
|
type MasterDeviceTypeQueryDTO = z.infer<typeof MasterDeviceTypeQuerySchema>;
|
|
1461
|
-
declare const toMasterDeviceTypePayload: (
|
|
1465
|
+
declare const toMasterDeviceTypePayload: (row: MasterDeviceType) => MasterDeviceTypeDTO;
|
|
1462
1466
|
declare const newMasterDeviceTypePayload: () => MasterDeviceTypeDTO;
|
|
1463
1467
|
declare const findMasterDeviceTypes: (data: MasterDeviceTypeQueryDTO) => Promise<FBR<MasterDeviceType[]>>;
|
|
1464
1468
|
declare const createMasterDeviceType: (data: MasterDeviceTypeDTO) => Promise<SBR>;
|
|
1465
1469
|
declare const updateMasterDeviceType: (id: string, data: MasterDeviceTypeDTO) => Promise<SBR>;
|
|
1466
1470
|
declare const deleteMasterDeviceType: (id: string) => Promise<SBR>;
|
|
1467
1471
|
declare const getMasterDeviceTypeCache: (device_model_id?: string) => Promise<FBR<MasterDeviceType[]>>;
|
|
1468
|
-
declare const getMasterDeviceTypeCacheCount: (device_model_id?: string) => Promise<FBR<
|
|
1472
|
+
declare const getMasterDeviceTypeCacheCount: (device_model_id?: string) => Promise<FBR<MasterDeviceType>>;
|
|
1469
1473
|
declare const getMasterDeviceTypeCacheChild: (device_model_id?: string) => Promise<FBR<MasterDeviceType[]>>;
|
|
1470
1474
|
|
|
1471
1475
|
interface MasterDeviceModel extends Record<string, unknown> {
|
|
1472
1476
|
device_model_id: string;
|
|
1473
1477
|
device_model_name: string;
|
|
1474
1478
|
device_model_code?: string;
|
|
1479
|
+
description?: string;
|
|
1475
1480
|
status: Status;
|
|
1476
1481
|
added_date_time: string;
|
|
1477
1482
|
modified_date_time: string;
|
|
@@ -1488,9 +1493,11 @@ declare const MasterDeviceModelSchema: z.ZodObject<{
|
|
|
1488
1493
|
device_manufacturer_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1489
1494
|
device_model_name: z.ZodEffects<z.ZodString, string, string>;
|
|
1490
1495
|
device_model_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1496
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1491
1497
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1492
1498
|
}, "strip", z.ZodTypeAny, {
|
|
1493
1499
|
status: Status;
|
|
1500
|
+
description: string;
|
|
1494
1501
|
device_manufacturer_id: string;
|
|
1495
1502
|
device_model_name: string;
|
|
1496
1503
|
device_model_code: string;
|
|
@@ -1498,6 +1505,7 @@ declare const MasterDeviceModelSchema: z.ZodObject<{
|
|
|
1498
1505
|
status: Status;
|
|
1499
1506
|
device_manufacturer_id: string;
|
|
1500
1507
|
device_model_name: string;
|
|
1508
|
+
description?: string | undefined;
|
|
1501
1509
|
device_model_code?: string | undefined;
|
|
1502
1510
|
}>;
|
|
1503
1511
|
type MasterDeviceModelDTO = z.infer<typeof MasterDeviceModelSchema>;
|
|
@@ -1584,20 +1592,21 @@ declare const MasterDeviceModelQuerySchema: z.ZodObject<{
|
|
|
1584
1592
|
device_model_ids?: string[] | undefined;
|
|
1585
1593
|
}>;
|
|
1586
1594
|
type MasterDeviceModelQueryDTO = z.infer<typeof MasterDeviceModelQuerySchema>;
|
|
1587
|
-
declare const toMasterDeviceModelPayload: (
|
|
1595
|
+
declare const toMasterDeviceModelPayload: (row: MasterDeviceModel) => MasterDeviceModelDTO;
|
|
1588
1596
|
declare const newMasterDeviceModelPayload: () => MasterDeviceModelDTO;
|
|
1589
1597
|
declare const findMasterDeviceModels: (data: MasterDeviceModelQueryDTO) => Promise<FBR<MasterDeviceModel[]>>;
|
|
1590
1598
|
declare const createMasterDeviceModel: (data: MasterDeviceModelDTO) => Promise<SBR>;
|
|
1591
1599
|
declare const updateMasterDeviceModel: (id: string, data: MasterDeviceModelDTO) => Promise<SBR>;
|
|
1592
1600
|
declare const deleteMasterDeviceModel: (id: string) => Promise<SBR>;
|
|
1593
1601
|
declare const getMasterDeviceModelCache: (device_manufacturer_id?: string) => Promise<FBR<MasterDeviceModel[]>>;
|
|
1594
|
-
declare const getMasterDeviceModelCacheCount: (device_manufacturer_id?: string) => Promise<FBR<
|
|
1602
|
+
declare const getMasterDeviceModelCacheCount: (device_manufacturer_id?: string) => Promise<FBR<MasterDeviceModel>>;
|
|
1595
1603
|
declare const getMasterDeviceModelCacheChild: (device_manufacturer_id?: string) => Promise<FBR<MasterDeviceModel[]>>;
|
|
1596
1604
|
|
|
1597
1605
|
interface MasterDeviceManufacturer extends Record<string, unknown> {
|
|
1598
1606
|
device_manufacturer_id: string;
|
|
1599
1607
|
device_manufacturer_name: string;
|
|
1600
1608
|
device_manufacturer_code?: string;
|
|
1609
|
+
description?: string;
|
|
1601
1610
|
status: Status;
|
|
1602
1611
|
added_date_time: string;
|
|
1603
1612
|
modified_date_time: string;
|
|
@@ -1613,14 +1622,17 @@ interface MasterDeviceManufacturer extends Record<string, unknown> {
|
|
|
1613
1622
|
declare const MasterDeviceManufacturerSchema: z.ZodObject<{
|
|
1614
1623
|
device_manufacturer_name: z.ZodEffects<z.ZodString, string, string>;
|
|
1615
1624
|
device_manufacturer_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1625
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1616
1626
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1617
1627
|
}, "strip", z.ZodTypeAny, {
|
|
1618
1628
|
status: Status;
|
|
1629
|
+
description: string;
|
|
1619
1630
|
device_manufacturer_name: string;
|
|
1620
1631
|
device_manufacturer_code: string;
|
|
1621
1632
|
}, {
|
|
1622
1633
|
status: Status;
|
|
1623
1634
|
device_manufacturer_name: string;
|
|
1635
|
+
description?: string | undefined;
|
|
1624
1636
|
device_manufacturer_code?: string | undefined;
|
|
1625
1637
|
}>;
|
|
1626
1638
|
type MasterDeviceManufacturerDTO = z.infer<typeof MasterDeviceManufacturerSchema>;
|
|
@@ -1704,14 +1716,14 @@ declare const MasterDeviceManufacturerQuerySchema: z.ZodObject<{
|
|
|
1704
1716
|
device_manufacturer_ids?: string[] | undefined;
|
|
1705
1717
|
}>;
|
|
1706
1718
|
type MasterDeviceManufacturerQueryDTO = z.infer<typeof MasterDeviceManufacturerQuerySchema>;
|
|
1707
|
-
declare const toMasterDeviceManufacturerPayload: (
|
|
1719
|
+
declare const toMasterDeviceManufacturerPayload: (row: MasterDeviceManufacturer) => MasterDeviceManufacturerDTO;
|
|
1708
1720
|
declare const newMasterDeviceManufacturerPayload: () => MasterDeviceManufacturerDTO;
|
|
1709
1721
|
declare const findMasterDeviceManufacturers: (data: MasterDeviceManufacturerQueryDTO) => Promise<FBR<MasterDeviceManufacturer[]>>;
|
|
1710
1722
|
declare const createMasterDeviceManufacturer: (data: MasterDeviceManufacturerDTO) => Promise<SBR>;
|
|
1711
1723
|
declare const updateMasterDeviceManufacturer: (id: string, data: MasterDeviceManufacturerDTO) => Promise<SBR>;
|
|
1712
1724
|
declare const deleteMasterDeviceManufacturer: (id: string) => Promise<SBR>;
|
|
1713
1725
|
declare const getMasterDeviceManufacturerCache: () => Promise<FBR<MasterDeviceManufacturer[]>>;
|
|
1714
|
-
declare const getMasterDeviceManufacturerCacheCount: () => Promise<FBR<
|
|
1726
|
+
declare const getMasterDeviceManufacturerCacheCount: () => Promise<FBR<MasterDeviceManufacturer>>;
|
|
1715
1727
|
declare const getMasterDeviceManufacturerCacheChild: () => Promise<FBR<MasterDeviceManufacturer[]>>;
|
|
1716
1728
|
|
|
1717
1729
|
interface MasterSim extends Record<string, unknown> {
|
|
@@ -2097,9 +2109,10 @@ declare const get_device_sim_link_history_by_device: (id: string, params: BaseQu
|
|
|
2097
2109
|
interface OrganisationSubCompany extends Record<string, unknown> {
|
|
2098
2110
|
organisation_sub_company_id: string;
|
|
2099
2111
|
sub_company_name: string;
|
|
2100
|
-
sub_company_logo_url?: string;
|
|
2101
|
-
sub_company_logo_key?: string;
|
|
2102
2112
|
sub_company_GSTIN: string;
|
|
2113
|
+
description?: string;
|
|
2114
|
+
logo_key?: string;
|
|
2115
|
+
logo_url?: string;
|
|
2103
2116
|
status: Status;
|
|
2104
2117
|
added_date_time: string;
|
|
2105
2118
|
modified_date_time: string;
|
|
@@ -2113,24 +2126,21 @@ interface OrganisationSubCompany extends Record<string, unknown> {
|
|
|
2113
2126
|
declare const OrganisationSubCompanySchema: z.ZodObject<{
|
|
2114
2127
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2115
2128
|
sub_company_name: z.ZodEffects<z.ZodString, string, string>;
|
|
2116
|
-
sub_company_logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2117
|
-
sub_company_logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2118
2129
|
sub_company_GSTIN: z.ZodEffects<z.ZodString, string, string>;
|
|
2130
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2119
2131
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2120
2132
|
}, "strip", z.ZodTypeAny, {
|
|
2121
2133
|
status: Status;
|
|
2122
2134
|
organisation_id: string;
|
|
2135
|
+
description: string;
|
|
2123
2136
|
sub_company_name: string;
|
|
2124
|
-
sub_company_logo_url: string;
|
|
2125
|
-
sub_company_logo_key: string;
|
|
2126
2137
|
sub_company_GSTIN: string;
|
|
2127
2138
|
}, {
|
|
2128
2139
|
status: Status;
|
|
2129
2140
|
organisation_id: string;
|
|
2130
2141
|
sub_company_name: string;
|
|
2131
2142
|
sub_company_GSTIN: string;
|
|
2132
|
-
|
|
2133
|
-
sub_company_logo_key?: string | undefined;
|
|
2143
|
+
description?: string | undefined;
|
|
2134
2144
|
}>;
|
|
2135
2145
|
type OrganisationSubCompanyDTO = z.infer<typeof OrganisationSubCompanySchema>;
|
|
2136
2146
|
declare const OrganisationSubCompanyQuerySchema: z.ZodObject<{
|
|
@@ -2216,21 +2226,22 @@ declare const OrganisationSubCompanyQuerySchema: z.ZodObject<{
|
|
|
2216
2226
|
organisation_sub_company_ids?: string[] | undefined;
|
|
2217
2227
|
}>;
|
|
2218
2228
|
type OrganisationSubCompanyQueryDTO = z.infer<typeof OrganisationSubCompanyQuerySchema>;
|
|
2219
|
-
declare const toOrganisationSubCompanyPayload: (
|
|
2229
|
+
declare const toOrganisationSubCompanyPayload: (row: OrganisationSubCompany) => OrganisationSubCompanyDTO;
|
|
2220
2230
|
declare const newOrganisationSubCompanyPayload: () => OrganisationSubCompanyDTO;
|
|
2221
|
-
declare const
|
|
2231
|
+
declare const findOrganisationSubCompanyies: (data: OrganisationSubCompanyQueryDTO) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
2222
2232
|
declare const createOrganisationSubCompany: (data: OrganisationSubCompanyDTO) => Promise<SBR>;
|
|
2223
2233
|
declare const updateOrganisationSubCompany: (id: string, data: OrganisationSubCompanyDTO) => Promise<SBR>;
|
|
2224
2234
|
declare const deleteOrganisationSubCompany: (id: string) => Promise<SBR>;
|
|
2225
2235
|
declare const getOrganisationSubCompanyCache: (organisation_id: string) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
2226
|
-
declare const getOrganisationSubCompanyCacheChild: (organisation_id: string) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
2227
2236
|
declare const getOrganisationSubCompanyCacheCount: (organisation_id: string) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
2237
|
+
declare const getOrganisationSubCompanyCacheChild: (organisation_id: string) => Promise<FBR<OrganisationSubCompany[]>>;
|
|
2228
2238
|
|
|
2229
2239
|
interface OrganisationBranch extends Record<string, unknown> {
|
|
2230
2240
|
organisation_branch_id: string;
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2241
|
+
branch_name: string;
|
|
2242
|
+
branch_city: string;
|
|
2243
|
+
branch_address: string;
|
|
2244
|
+
description?: string;
|
|
2234
2245
|
status: Status;
|
|
2235
2246
|
added_date_time: string;
|
|
2236
2247
|
modified_date_time: string;
|
|
@@ -2243,22 +2254,25 @@ interface OrganisationBranch extends Record<string, unknown> {
|
|
|
2243
2254
|
}
|
|
2244
2255
|
declare const OrganisationBranchSchema: z.ZodObject<{
|
|
2245
2256
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2257
|
+
branch_name: z.ZodEffects<z.ZodString, string, string>;
|
|
2258
|
+
branch_city: z.ZodEffects<z.ZodString, string, string>;
|
|
2259
|
+
branch_address: z.ZodEffects<z.ZodString, string, string>;
|
|
2260
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2249
2261
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2250
2262
|
}, "strip", z.ZodTypeAny, {
|
|
2251
2263
|
status: Status;
|
|
2252
2264
|
organisation_id: string;
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2265
|
+
description: string;
|
|
2266
|
+
branch_name: string;
|
|
2267
|
+
branch_city: string;
|
|
2268
|
+
branch_address: string;
|
|
2256
2269
|
}, {
|
|
2257
2270
|
status: Status;
|
|
2258
2271
|
organisation_id: string;
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2272
|
+
branch_name: string;
|
|
2273
|
+
branch_city: string;
|
|
2274
|
+
branch_address: string;
|
|
2275
|
+
description?: string | undefined;
|
|
2262
2276
|
}>;
|
|
2263
2277
|
type OrganisationBranchDTO = z.infer<typeof OrganisationBranchSchema>;
|
|
2264
2278
|
declare const OrganisationBranchQuerySchema: z.ZodObject<{
|
|
@@ -2344,20 +2358,21 @@ declare const OrganisationBranchQuerySchema: z.ZodObject<{
|
|
|
2344
2358
|
organisation_branch_ids?: string[] | undefined;
|
|
2345
2359
|
}>;
|
|
2346
2360
|
type OrganisationBranchQueryDTO = z.infer<typeof OrganisationBranchQuerySchema>;
|
|
2347
|
-
declare const toOrganisationBranchPayload: (
|
|
2361
|
+
declare const toOrganisationBranchPayload: (row: OrganisationBranch) => OrganisationBranchDTO;
|
|
2348
2362
|
declare const newOrganisationBranchPayload: () => OrganisationBranchDTO;
|
|
2349
|
-
declare const
|
|
2363
|
+
declare const findOrganisationBranchs: (data: OrganisationBranchQueryDTO) => Promise<FBR<OrganisationBranch[]>>;
|
|
2350
2364
|
declare const createOrganisationBranch: (data: OrganisationBranchDTO) => Promise<SBR>;
|
|
2351
2365
|
declare const updateOrganisationBranch: (id: string, data: OrganisationBranchDTO) => Promise<SBR>;
|
|
2352
2366
|
declare const deleteOrganisationBranch: (id: string) => Promise<SBR>;
|
|
2353
2367
|
declare const getOrganisationBranchCache: (organisation_id: string) => Promise<FBR<OrganisationBranch[]>>;
|
|
2354
|
-
declare const getOrganisationBranchCacheChild: (organisation_id: string) => Promise<FBR<OrganisationBranch[]>>;
|
|
2355
2368
|
declare const getOrganisationBranchCacheCount: (organisation_id: string) => Promise<FBR<OrganisationBranch[]>>;
|
|
2369
|
+
declare const getOrganisationBranchCacheChild: (organisation_id: string) => Promise<FBR<OrganisationBranch[]>>;
|
|
2356
2370
|
|
|
2357
2371
|
interface OrganisationColor extends Record<string, unknown> {
|
|
2358
2372
|
organisation_color_id: string;
|
|
2359
|
-
|
|
2360
|
-
|
|
2373
|
+
color_name: string;
|
|
2374
|
+
color_code: string;
|
|
2375
|
+
description?: string;
|
|
2361
2376
|
status: Status;
|
|
2362
2377
|
added_date_time: string;
|
|
2363
2378
|
modified_date_time: string;
|
|
@@ -2370,19 +2385,22 @@ interface OrganisationColor extends Record<string, unknown> {
|
|
|
2370
2385
|
}
|
|
2371
2386
|
declare const OrganisationColorSchema: z.ZodObject<{
|
|
2372
2387
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2373
|
-
|
|
2374
|
-
|
|
2388
|
+
color_name: z.ZodEffects<z.ZodString, string, string>;
|
|
2389
|
+
color_code: z.ZodEffects<z.ZodString, string, string>;
|
|
2390
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2375
2391
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2376
2392
|
}, "strip", z.ZodTypeAny, {
|
|
2377
2393
|
status: Status;
|
|
2378
2394
|
organisation_id: string;
|
|
2379
|
-
|
|
2380
|
-
|
|
2395
|
+
description: string;
|
|
2396
|
+
color_name: string;
|
|
2397
|
+
color_code: string;
|
|
2381
2398
|
}, {
|
|
2382
2399
|
status: Status;
|
|
2383
2400
|
organisation_id: string;
|
|
2384
|
-
|
|
2385
|
-
|
|
2401
|
+
color_name: string;
|
|
2402
|
+
color_code: string;
|
|
2403
|
+
description?: string | undefined;
|
|
2386
2404
|
}>;
|
|
2387
2405
|
type OrganisationColorDTO = z.infer<typeof OrganisationColorSchema>;
|
|
2388
2406
|
declare const OrganisationColorQuerySchema: z.ZodObject<{
|
|
@@ -2468,19 +2486,20 @@ declare const OrganisationColorQuerySchema: z.ZodObject<{
|
|
|
2468
2486
|
organisation_color_ids?: string[] | undefined;
|
|
2469
2487
|
}>;
|
|
2470
2488
|
type OrganisationColorQueryDTO = z.infer<typeof OrganisationColorQuerySchema>;
|
|
2471
|
-
declare const toOrganisationColorPayload: (
|
|
2489
|
+
declare const toOrganisationColorPayload: (row: OrganisationColor) => OrganisationColorDTO;
|
|
2472
2490
|
declare const newOrganisationColorPayload: () => OrganisationColorDTO;
|
|
2473
2491
|
declare const findOrganisationColors: (data: OrganisationColorQueryDTO) => Promise<FBR<OrganisationColor[]>>;
|
|
2474
2492
|
declare const createOrganisationColor: (data: OrganisationColorDTO) => Promise<SBR>;
|
|
2475
2493
|
declare const updateOrganisationColor: (id: string, data: OrganisationColorDTO) => Promise<SBR>;
|
|
2476
2494
|
declare const deleteOrganisationColor: (id: string) => Promise<SBR>;
|
|
2477
2495
|
declare const getOrganisationColorCache: (organisation_id: string) => Promise<FBR<OrganisationColor[]>>;
|
|
2478
|
-
declare const getOrganisationColorCacheChild: (organisation_id: string) => Promise<FBR<OrganisationColor[]>>;
|
|
2479
2496
|
declare const getOrganisationColorCacheCount: (organisation_id: string) => Promise<FBR<OrganisationColor[]>>;
|
|
2497
|
+
declare const getOrganisationColorCacheChild: (organisation_id: string) => Promise<FBR<OrganisationColor[]>>;
|
|
2480
2498
|
|
|
2481
2499
|
interface OrganisationTag extends Record<string, unknown> {
|
|
2482
2500
|
organisation_tag_id: string;
|
|
2483
|
-
|
|
2501
|
+
tag_name: string;
|
|
2502
|
+
description?: string;
|
|
2484
2503
|
status: Status;
|
|
2485
2504
|
added_date_time: string;
|
|
2486
2505
|
modified_date_time: string;
|
|
@@ -2493,16 +2512,19 @@ interface OrganisationTag extends Record<string, unknown> {
|
|
|
2493
2512
|
}
|
|
2494
2513
|
declare const OrganisationTagSchema: z.ZodObject<{
|
|
2495
2514
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2496
|
-
|
|
2515
|
+
tag_name: z.ZodEffects<z.ZodString, string, string>;
|
|
2516
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2497
2517
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2498
2518
|
}, "strip", z.ZodTypeAny, {
|
|
2499
2519
|
status: Status;
|
|
2500
2520
|
organisation_id: string;
|
|
2501
|
-
|
|
2521
|
+
description: string;
|
|
2522
|
+
tag_name: string;
|
|
2502
2523
|
}, {
|
|
2503
2524
|
status: Status;
|
|
2504
2525
|
organisation_id: string;
|
|
2505
|
-
|
|
2526
|
+
tag_name: string;
|
|
2527
|
+
description?: string | undefined;
|
|
2506
2528
|
}>;
|
|
2507
2529
|
type OrganisationTagDTO = z.infer<typeof OrganisationTagSchema>;
|
|
2508
2530
|
declare const OrganisationTagQuerySchema: z.ZodObject<{
|
|
@@ -2588,19 +2610,20 @@ declare const OrganisationTagQuerySchema: z.ZodObject<{
|
|
|
2588
2610
|
organisation_tag_ids?: string[] | undefined;
|
|
2589
2611
|
}>;
|
|
2590
2612
|
type OrganisationTagQueryDTO = z.infer<typeof OrganisationTagQuerySchema>;
|
|
2591
|
-
declare const toOrganisationTagPayload: (
|
|
2613
|
+
declare const toOrganisationTagPayload: (row: OrganisationTag) => OrganisationTagDTO;
|
|
2592
2614
|
declare const newOrganisationTagPayload: () => OrganisationTagDTO;
|
|
2593
2615
|
declare const findOrganisationTags: (data: OrganisationTagQueryDTO) => Promise<FBR<OrganisationTag[]>>;
|
|
2594
2616
|
declare const createOrganisationTag: (data: OrganisationTagDTO) => Promise<SBR>;
|
|
2595
2617
|
declare const updateOrganisationTag: (id: string, data: OrganisationTagDTO) => Promise<SBR>;
|
|
2596
2618
|
declare const deleteOrganisationTag: (id: string) => Promise<SBR>;
|
|
2597
2619
|
declare const getOrganisationTagCache: (organisation_id: string) => Promise<FBR<OrganisationTag[]>>;
|
|
2598
|
-
declare const getOrganisationTagCacheChild: (organisation_id: string) => Promise<FBR<OrganisationTag[]>>;
|
|
2599
2620
|
declare const getOrganisationTagCacheCount: (organisation_id: string) => Promise<FBR<OrganisationTag[]>>;
|
|
2621
|
+
declare const getOrganisationTagCacheChild: (organisation_id: string) => Promise<FBR<OrganisationTag[]>>;
|
|
2600
2622
|
|
|
2601
2623
|
interface OrganisationGroup extends Record<string, unknown> {
|
|
2602
2624
|
organisation_group_id: string;
|
|
2603
|
-
|
|
2625
|
+
group_name: string;
|
|
2626
|
+
description?: string;
|
|
2604
2627
|
status: Status;
|
|
2605
2628
|
added_date_time: string;
|
|
2606
2629
|
modified_date_time: string;
|
|
@@ -2623,19 +2646,22 @@ interface VehicleOrganisationGroupLink extends Record<string, unknown> {
|
|
|
2623
2646
|
}
|
|
2624
2647
|
declare const OrganisationGroupSchema: z.ZodObject<{
|
|
2625
2648
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2626
|
-
|
|
2649
|
+
group_name: z.ZodEffects<z.ZodString, string, string>;
|
|
2650
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2627
2651
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2628
2652
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2629
2653
|
}, "strip", z.ZodTypeAny, {
|
|
2630
2654
|
status: Status;
|
|
2631
2655
|
organisation_id: string;
|
|
2632
2656
|
vehicle_ids: string[];
|
|
2633
|
-
|
|
2657
|
+
description: string;
|
|
2658
|
+
group_name: string;
|
|
2634
2659
|
}, {
|
|
2635
2660
|
status: Status;
|
|
2636
2661
|
organisation_id: string;
|
|
2637
|
-
|
|
2662
|
+
group_name: string;
|
|
2638
2663
|
vehicle_ids?: string[] | undefined;
|
|
2664
|
+
description?: string | undefined;
|
|
2639
2665
|
}>;
|
|
2640
2666
|
type OrganisationGroupDTO = z.infer<typeof OrganisationGroupSchema>;
|
|
2641
2667
|
declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
@@ -2724,19 +2750,20 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
|
2724
2750
|
organisation_group_ids?: string[] | undefined;
|
|
2725
2751
|
}>;
|
|
2726
2752
|
type OrganisationGroupQueryDTO = z.infer<typeof OrganisationGroupQuerySchema>;
|
|
2727
|
-
declare const toOrganisationGroupPayload: (
|
|
2753
|
+
declare const toOrganisationGroupPayload: (row: OrganisationGroup) => OrganisationGroupDTO;
|
|
2728
2754
|
declare const newOrganisationGroupPayload: () => OrganisationGroupDTO;
|
|
2729
2755
|
declare const findOrganisationGroups: (data: OrganisationGroupQueryDTO) => Promise<FBR<OrganisationGroup[]>>;
|
|
2730
2756
|
declare const createOrganisationGroup: (data: OrganisationGroupDTO) => Promise<SBR>;
|
|
2731
2757
|
declare const updateOrganisationGroup: (id: string, data: OrganisationGroupDTO) => Promise<SBR>;
|
|
2732
2758
|
declare const deleteOrganisationGroup: (id: string) => Promise<SBR>;
|
|
2733
2759
|
declare const getOrganisationGroupCache: (organisation_id: string) => Promise<FBR<OrganisationGroup[]>>;
|
|
2734
|
-
declare const getOrganisationGroupCacheChild: (organisation_id: string) => Promise<FBR<OrganisationGroup[]>>;
|
|
2735
2760
|
declare const getOrganisationGroupCacheCount: (organisation_id: string) => Promise<FBR<OrganisationGroup[]>>;
|
|
2761
|
+
declare const getOrganisationGroupCacheChild: (organisation_id: string) => Promise<FBR<OrganisationGroup[]>>;
|
|
2736
2762
|
|
|
2737
2763
|
interface MasterVehicleSubModel extends Record<string, unknown> {
|
|
2738
2764
|
vehicle_sub_model_id: string;
|
|
2739
2765
|
vehicle_sub_model: string;
|
|
2766
|
+
description?: string;
|
|
2740
2767
|
status: Status;
|
|
2741
2768
|
added_date_time: string;
|
|
2742
2769
|
modified_date_time: string;
|
|
@@ -2754,10 +2781,12 @@ declare const MasterVehicleSubModelSchema: z.ZodObject<{
|
|
|
2754
2781
|
vehicle_make_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2755
2782
|
vehicle_model_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2756
2783
|
vehicle_sub_model: z.ZodEffects<z.ZodString, string, string>;
|
|
2784
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2757
2785
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2758
2786
|
}, "strip", z.ZodTypeAny, {
|
|
2759
2787
|
status: Status;
|
|
2760
2788
|
organisation_id: string;
|
|
2789
|
+
description: string;
|
|
2761
2790
|
vehicle_sub_model: string;
|
|
2762
2791
|
vehicle_model_id: string;
|
|
2763
2792
|
vehicle_make_id: string;
|
|
@@ -2767,6 +2796,7 @@ declare const MasterVehicleSubModelSchema: z.ZodObject<{
|
|
|
2767
2796
|
vehicle_sub_model: string;
|
|
2768
2797
|
vehicle_model_id: string;
|
|
2769
2798
|
vehicle_make_id: string;
|
|
2799
|
+
description?: string | undefined;
|
|
2770
2800
|
}>;
|
|
2771
2801
|
type MasterVehicleSubModelDTO = z.infer<typeof MasterVehicleSubModelSchema>;
|
|
2772
2802
|
declare const MasterVehicleSubModelQuerySchema: z.ZodObject<{
|
|
@@ -2858,17 +2888,20 @@ declare const MasterVehicleSubModelQuerySchema: z.ZodObject<{
|
|
|
2858
2888
|
vehicle_sub_model_ids?: string[] | undefined;
|
|
2859
2889
|
}>;
|
|
2860
2890
|
type MasterVehicleSubModelQueryDTO = z.infer<typeof MasterVehicleSubModelQuerySchema>;
|
|
2861
|
-
declare const toMasterVehicleSubModelPayload: (
|
|
2891
|
+
declare const toMasterVehicleSubModelPayload: (row: MasterVehicleSubModel) => MasterVehicleSubModelDTO;
|
|
2862
2892
|
declare const newMasterVehicleSubModelPayload: () => MasterVehicleSubModelDTO;
|
|
2863
2893
|
declare const findMasterVehicleSubModels: (data: MasterVehicleSubModelQueryDTO) => Promise<FBR<MasterVehicleSubModel[]>>;
|
|
2864
2894
|
declare const createMasterVehicleSubModel: (data: MasterVehicleSubModelDTO) => Promise<SBR>;
|
|
2865
2895
|
declare const updateMasterVehicleSubModel: (id: string, data: MasterVehicleSubModelDTO) => Promise<SBR>;
|
|
2866
2896
|
declare const deleteMasterVehicleSubModel: (id: string) => Promise<SBR>;
|
|
2867
2897
|
declare const getMasterVehicleSubModelCache: (organisation_id: string, vehicle_model_id?: string) => Promise<FBR<MasterVehicleSubModel[]>>;
|
|
2898
|
+
declare const getMasterVehicleSubModelCacheCount: (organisation_id: string, vehicle_model_id?: string) => Promise<FBR<MasterVehicleSubModel[]>>;
|
|
2899
|
+
declare const getMasterVehicleSubModelCacheChild: (organisation_id: string, vehicle_model_id?: string) => Promise<FBR<MasterVehicleSubModel[]>>;
|
|
2868
2900
|
|
|
2869
2901
|
interface MasterVehicleModel extends Record<string, unknown> {
|
|
2870
2902
|
vehicle_model_id: string;
|
|
2871
2903
|
vehicle_model: string;
|
|
2904
|
+
description?: string;
|
|
2872
2905
|
status: Status;
|
|
2873
2906
|
added_date_time: string;
|
|
2874
2907
|
modified_date_time: string;
|
|
@@ -2887,10 +2920,12 @@ declare const MasterVehicleModelSchema: z.ZodObject<{
|
|
|
2887
2920
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2888
2921
|
vehicle_make_id: z.ZodEffects<z.ZodString, string, string>;
|
|
2889
2922
|
vehicle_model: z.ZodEffects<z.ZodString, string, string>;
|
|
2923
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
2890
2924
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2891
2925
|
}, "strip", z.ZodTypeAny, {
|
|
2892
2926
|
status: Status;
|
|
2893
2927
|
organisation_id: string;
|
|
2928
|
+
description: string;
|
|
2894
2929
|
vehicle_make_id: string;
|
|
2895
2930
|
vehicle_model: string;
|
|
2896
2931
|
}, {
|
|
@@ -2898,6 +2933,7 @@ declare const MasterVehicleModelSchema: z.ZodObject<{
|
|
|
2898
2933
|
organisation_id: string;
|
|
2899
2934
|
vehicle_make_id: string;
|
|
2900
2935
|
vehicle_model: string;
|
|
2936
|
+
description?: string | undefined;
|
|
2901
2937
|
}>;
|
|
2902
2938
|
type MasterVehicleModelDTO = z.infer<typeof MasterVehicleModelSchema>;
|
|
2903
2939
|
declare const MasterVehicleModelQuerySchema: z.ZodObject<{
|
|
@@ -2986,17 +3022,20 @@ declare const MasterVehicleModelQuerySchema: z.ZodObject<{
|
|
|
2986
3022
|
vehicle_model_ids?: string[] | undefined;
|
|
2987
3023
|
}>;
|
|
2988
3024
|
type MasterVehicleModelQueryDTO = z.infer<typeof MasterVehicleModelQuerySchema>;
|
|
2989
|
-
declare const toMasterVehicleModelPayload: (
|
|
3025
|
+
declare const toMasterVehicleModelPayload: (row: MasterVehicleModel) => MasterVehicleModelDTO;
|
|
2990
3026
|
declare const newMasterVehicleModelPayload: () => MasterVehicleModelDTO;
|
|
2991
3027
|
declare const findMasterVehicleModels: (data: MasterVehicleModelQueryDTO) => Promise<FBR<MasterVehicleModel[]>>;
|
|
2992
3028
|
declare const createMasterVehicleModel: (data: MasterVehicleModelDTO) => Promise<SBR>;
|
|
2993
3029
|
declare const updateMasterVehicleModel: (id: string, data: MasterVehicleModelDTO) => Promise<SBR>;
|
|
2994
3030
|
declare const deleteMasterVehicleModel: (id: string) => Promise<SBR>;
|
|
2995
3031
|
declare const getMasterVehicleModelCache: (organisation_id: string, vehicle_make_id?: string) => Promise<FBR<MasterVehicleModel[]>>;
|
|
3032
|
+
declare const getMasterVehicleModelCacheCount: (organisation_id: string, vehicle_make_id?: string) => Promise<FBR<MasterVehicleModel[]>>;
|
|
3033
|
+
declare const getMasterVehicleModelCacheChild: (organisation_id: string, vehicle_make_id?: string) => Promise<FBR<MasterVehicleModel[]>>;
|
|
2996
3034
|
|
|
2997
3035
|
interface MasterVehicleMake extends Record<string, unknown> {
|
|
2998
3036
|
vehicle_make_id: string;
|
|
2999
3037
|
vehicle_make: string;
|
|
3038
|
+
description?: string;
|
|
3000
3039
|
status: Status;
|
|
3001
3040
|
added_date_time: string;
|
|
3002
3041
|
modified_date_time: string;
|
|
@@ -3012,15 +3051,18 @@ interface MasterVehicleMake extends Record<string, unknown> {
|
|
|
3012
3051
|
declare const MasterVehicleMakeSchema: z.ZodObject<{
|
|
3013
3052
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3014
3053
|
vehicle_make: z.ZodEffects<z.ZodString, string, string>;
|
|
3054
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3015
3055
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3016
3056
|
}, "strip", z.ZodTypeAny, {
|
|
3017
3057
|
status: Status;
|
|
3018
3058
|
organisation_id: string;
|
|
3059
|
+
description: string;
|
|
3019
3060
|
vehicle_make: string;
|
|
3020
3061
|
}, {
|
|
3021
3062
|
status: Status;
|
|
3022
3063
|
organisation_id: string;
|
|
3023
3064
|
vehicle_make: string;
|
|
3065
|
+
description?: string | undefined;
|
|
3024
3066
|
}>;
|
|
3025
3067
|
type MasterVehicleMakeDTO = z.infer<typeof MasterVehicleMakeSchema>;
|
|
3026
3068
|
declare const MasterVehicleMakeQuerySchema: z.ZodObject<{
|
|
@@ -3106,19 +3148,20 @@ declare const MasterVehicleMakeQuerySchema: z.ZodObject<{
|
|
|
3106
3148
|
vehicle_make_ids?: string[] | undefined;
|
|
3107
3149
|
}>;
|
|
3108
3150
|
type MasterVehicleMakeQueryDTO = z.infer<typeof MasterVehicleMakeQuerySchema>;
|
|
3109
|
-
declare const toMasterVehicleMakePayload: (
|
|
3151
|
+
declare const toMasterVehicleMakePayload: (row: MasterVehicleMake) => MasterVehicleMakeDTO;
|
|
3110
3152
|
declare const newMasterVehicleMakePayload: () => MasterVehicleMakeDTO;
|
|
3111
3153
|
declare const findMasterVehicleMakes: (data: MasterVehicleMakeQueryDTO) => Promise<FBR<MasterVehicleMake[]>>;
|
|
3112
3154
|
declare const createMasterVehicleMake: (data: MasterVehicleMakeDTO) => Promise<SBR>;
|
|
3113
3155
|
declare const updateMasterVehicleMake: (id: string, data: MasterVehicleMakeDTO) => Promise<SBR>;
|
|
3114
3156
|
declare const deleteMasterVehicleMake: (id: string) => Promise<SBR>;
|
|
3115
|
-
declare const getMasterVehicleMakeCacheAdmin: () => Promise<FBR<MasterVehicleMake[]>>;
|
|
3116
3157
|
declare const getMasterVehicleMakeCache: (organisation_id: string) => Promise<FBR<MasterVehicleMake[]>>;
|
|
3158
|
+
declare const getMasterVehicleMakeCacheCount: (organisation_id: string) => Promise<FBR<MasterVehicleMake>>;
|
|
3117
3159
|
declare const getMasterVehicleMakeCacheChild: (organisation_id: string) => Promise<FBR<MasterVehicleMake[]>>;
|
|
3118
3160
|
|
|
3119
3161
|
interface MasterVehicleStatusType extends Record<string, unknown> {
|
|
3120
3162
|
vehicle_status_type_id: string;
|
|
3121
|
-
|
|
3163
|
+
status_type: string;
|
|
3164
|
+
description?: string;
|
|
3122
3165
|
status: Status;
|
|
3123
3166
|
added_date_time: string;
|
|
3124
3167
|
modified_date_time: string;
|
|
@@ -3131,16 +3174,19 @@ interface MasterVehicleStatusType extends Record<string, unknown> {
|
|
|
3131
3174
|
}
|
|
3132
3175
|
declare const MasterVehicleStatusTypeSchema: z.ZodObject<{
|
|
3133
3176
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3134
|
-
|
|
3177
|
+
status_type: z.ZodEffects<z.ZodString, string, string>;
|
|
3178
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3135
3179
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3136
3180
|
}, "strip", z.ZodTypeAny, {
|
|
3137
3181
|
status: Status;
|
|
3138
3182
|
organisation_id: string;
|
|
3139
|
-
|
|
3183
|
+
description: string;
|
|
3184
|
+
status_type: string;
|
|
3140
3185
|
}, {
|
|
3141
3186
|
status: Status;
|
|
3142
3187
|
organisation_id: string;
|
|
3143
|
-
|
|
3188
|
+
status_type: string;
|
|
3189
|
+
description?: string | undefined;
|
|
3144
3190
|
}>;
|
|
3145
3191
|
type MasterVehicleStatusTypeDTO = z.infer<typeof MasterVehicleStatusTypeSchema>;
|
|
3146
3192
|
declare const MasterVehicleStatusTypeQuerySchema: z.ZodObject<{
|
|
@@ -3226,17 +3272,20 @@ declare const MasterVehicleStatusTypeQuerySchema: z.ZodObject<{
|
|
|
3226
3272
|
vehicle_status_type_ids?: string[] | undefined;
|
|
3227
3273
|
}>;
|
|
3228
3274
|
type MasterVehicleStatusTypeQueryDTO = z.infer<typeof MasterVehicleStatusTypeQuerySchema>;
|
|
3229
|
-
declare const toMasterVehicleStatusTypePayload: (
|
|
3275
|
+
declare const toMasterVehicleStatusTypePayload: (row: MasterVehicleStatusType) => MasterVehicleStatusTypeDTO;
|
|
3230
3276
|
declare const newMasterVehicleStatusTypePayload: () => MasterVehicleStatusTypeDTO;
|
|
3231
3277
|
declare const findMasterVehicleStatusTypes: (data: MasterVehicleStatusTypeQueryDTO) => Promise<FBR<MasterVehicleStatusType[]>>;
|
|
3232
3278
|
declare const createMasterVehicleStatusType: (data: MasterVehicleStatusTypeDTO) => Promise<SBR>;
|
|
3233
3279
|
declare const updateMasterVehicleStatusType: (id: string, data: MasterVehicleStatusTypeDTO) => Promise<SBR>;
|
|
3234
3280
|
declare const deleteMasterVehicleStatusType: (id: string) => Promise<SBR>;
|
|
3235
3281
|
declare const getMasterVehicleStatusTypeCache: (organisation_id: string) => Promise<FBR<MasterVehicleStatusType[]>>;
|
|
3282
|
+
declare const getMasterVehicleStatusTypeCacheCount: (organisation_id: string) => Promise<FBR<MasterVehicleStatusType>>;
|
|
3283
|
+
declare const getMasterVehicleStatusTypeCacheChild: (organisation_id: string) => Promise<FBR<MasterVehicleStatusType[]>>;
|
|
3236
3284
|
|
|
3237
3285
|
interface MasterVehicleOwnershipType extends Record<string, unknown> {
|
|
3238
3286
|
vehicle_ownership_type_id: string;
|
|
3239
|
-
|
|
3287
|
+
ownership_type: string;
|
|
3288
|
+
description?: string;
|
|
3240
3289
|
status: Status;
|
|
3241
3290
|
added_date_time: string;
|
|
3242
3291
|
modified_date_time: string;
|
|
@@ -3249,16 +3298,19 @@ interface MasterVehicleOwnershipType extends Record<string, unknown> {
|
|
|
3249
3298
|
}
|
|
3250
3299
|
declare const MasterVehicleOwnershipTypeSchema: z.ZodObject<{
|
|
3251
3300
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3252
|
-
|
|
3301
|
+
ownership_type: z.ZodEffects<z.ZodString, string, string>;
|
|
3302
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3253
3303
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3254
3304
|
}, "strip", z.ZodTypeAny, {
|
|
3255
3305
|
status: Status;
|
|
3256
3306
|
organisation_id: string;
|
|
3257
|
-
|
|
3307
|
+
description: string;
|
|
3308
|
+
ownership_type: string;
|
|
3258
3309
|
}, {
|
|
3259
3310
|
status: Status;
|
|
3260
3311
|
organisation_id: string;
|
|
3261
|
-
|
|
3312
|
+
ownership_type: string;
|
|
3313
|
+
description?: string | undefined;
|
|
3262
3314
|
}>;
|
|
3263
3315
|
type MasterVehicleOwnershipTypeDTO = z.infer<typeof MasterVehicleOwnershipTypeSchema>;
|
|
3264
3316
|
declare const MasterVehicleOwnershipTypeQuerySchema: z.ZodObject<{
|
|
@@ -3344,17 +3396,20 @@ declare const MasterVehicleOwnershipTypeQuerySchema: z.ZodObject<{
|
|
|
3344
3396
|
vehicle_ownership_type_ids?: string[] | undefined;
|
|
3345
3397
|
}>;
|
|
3346
3398
|
type MasterVehicleOwnershipTypeQueryDTO = z.infer<typeof MasterVehicleOwnershipTypeQuerySchema>;
|
|
3347
|
-
declare const toMasterVehicleOwnershipTypePayload: (
|
|
3399
|
+
declare const toMasterVehicleOwnershipTypePayload: (row: MasterVehicleOwnershipType) => MasterVehicleOwnershipTypeDTO;
|
|
3348
3400
|
declare const newMasterVehicleOwnershipTypePayload: () => MasterVehicleOwnershipTypeDTO;
|
|
3349
3401
|
declare const findMasterVehicleOwnershipTypes: (data: MasterVehicleOwnershipTypeQueryDTO) => Promise<FBR<MasterVehicleOwnershipType[]>>;
|
|
3350
3402
|
declare const createMasterVehicleOwnershipType: (data: MasterVehicleOwnershipTypeDTO) => Promise<SBR>;
|
|
3351
3403
|
declare const updateMasterVehicleOwnershipType: (id: string, data: MasterVehicleOwnershipTypeDTO) => Promise<SBR>;
|
|
3352
3404
|
declare const deleteMasterVehicleOwnershipType: (id: string) => Promise<SBR>;
|
|
3353
3405
|
declare const getMasterVehicleOwnershipTypeCache: (organisation_id: string) => Promise<FBR<MasterVehicleOwnershipType[]>>;
|
|
3406
|
+
declare const getMasterVehicleOwnershipTypeCacheCount: (organisation_id: string) => Promise<FBR<MasterVehicleOwnershipType>>;
|
|
3407
|
+
declare const getMasterVehicleOwnershipTypeCacheChild: (organisation_id: string) => Promise<FBR<MasterVehicleOwnershipType[]>>;
|
|
3354
3408
|
|
|
3355
3409
|
interface MasterVehicleType extends Record<string, unknown> {
|
|
3356
3410
|
vehicle_type_id: string;
|
|
3357
3411
|
vehicle_type: string;
|
|
3412
|
+
description?: string;
|
|
3358
3413
|
status: Status;
|
|
3359
3414
|
added_date_time: string;
|
|
3360
3415
|
modified_date_time: string;
|
|
@@ -3368,15 +3423,18 @@ interface MasterVehicleType extends Record<string, unknown> {
|
|
|
3368
3423
|
declare const MasterVehicleTypeSchema: z.ZodObject<{
|
|
3369
3424
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3370
3425
|
vehicle_type: z.ZodEffects<z.ZodString, string, string>;
|
|
3426
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3371
3427
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3372
3428
|
}, "strip", z.ZodTypeAny, {
|
|
3373
3429
|
status: Status;
|
|
3374
3430
|
organisation_id: string;
|
|
3431
|
+
description: string;
|
|
3375
3432
|
vehicle_type: string;
|
|
3376
3433
|
}, {
|
|
3377
3434
|
status: Status;
|
|
3378
3435
|
organisation_id: string;
|
|
3379
3436
|
vehicle_type: string;
|
|
3437
|
+
description?: string | undefined;
|
|
3380
3438
|
}>;
|
|
3381
3439
|
type MasterVehicleTypeDTO = z.infer<typeof MasterVehicleTypeSchema>;
|
|
3382
3440
|
declare const MasterVehicleTypeQuerySchema: z.ZodObject<{
|
|
@@ -3462,19 +3520,20 @@ declare const MasterVehicleTypeQuerySchema: z.ZodObject<{
|
|
|
3462
3520
|
vehicle_type_ids?: string[] | undefined;
|
|
3463
3521
|
}>;
|
|
3464
3522
|
type MasterVehicleTypeQueryDTO = z.infer<typeof MasterVehicleTypeQuerySchema>;
|
|
3465
|
-
declare const toMasterVehicleTypePayload: (
|
|
3523
|
+
declare const toMasterVehicleTypePayload: (row: MasterVehicleType) => MasterVehicleTypeDTO;
|
|
3466
3524
|
declare const newMasterVehicleTypePayload: () => MasterVehicleTypeDTO;
|
|
3467
3525
|
declare const findMasterVehicleTypes: (data: MasterVehicleTypeQueryDTO) => Promise<FBR<MasterVehicleType[]>>;
|
|
3468
3526
|
declare const createMasterVehicleType: (data: MasterVehicleTypeDTO) => Promise<SBR>;
|
|
3469
3527
|
declare const updateMasterVehicleType: (id: string, data: MasterVehicleTypeDTO) => Promise<SBR>;
|
|
3470
3528
|
declare const deleteMasterVehicleType: (id: string) => Promise<SBR>;
|
|
3471
3529
|
declare const getMasterVehicleTypeCache: (organisation_id: string) => Promise<FBR<MasterVehicleType[]>>;
|
|
3530
|
+
declare const getMasterVehicleTypeCacheCount: (organisation_id: string) => Promise<FBR<MasterVehicleType>>;
|
|
3472
3531
|
declare const getMasterVehicleTypeCacheChild: (organisation_id: string) => Promise<FBR<MasterVehicleType[]>>;
|
|
3473
|
-
declare const getMasterVehicleTypeCacheCount: (organisation_id: string) => Promise<FBR<number>>;
|
|
3474
3532
|
|
|
3475
3533
|
interface MasterVehicleFuelType extends Record<string, unknown> {
|
|
3476
3534
|
vehicle_fuel_type_id: string;
|
|
3477
|
-
|
|
3535
|
+
fuel_type: string;
|
|
3536
|
+
description?: string;
|
|
3478
3537
|
status: Status;
|
|
3479
3538
|
added_date_time: string;
|
|
3480
3539
|
modified_date_time: string;
|
|
@@ -3487,16 +3546,19 @@ interface MasterVehicleFuelType extends Record<string, unknown> {
|
|
|
3487
3546
|
}
|
|
3488
3547
|
declare const MasterVehicleFuelTypeSchema: z.ZodObject<{
|
|
3489
3548
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3490
|
-
|
|
3549
|
+
fuel_type: z.ZodEffects<z.ZodString, string, string>;
|
|
3550
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3491
3551
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3492
3552
|
}, "strip", z.ZodTypeAny, {
|
|
3493
3553
|
status: Status;
|
|
3494
3554
|
organisation_id: string;
|
|
3495
|
-
|
|
3555
|
+
description: string;
|
|
3556
|
+
fuel_type: string;
|
|
3496
3557
|
}, {
|
|
3497
3558
|
status: Status;
|
|
3498
3559
|
organisation_id: string;
|
|
3499
|
-
|
|
3560
|
+
fuel_type: string;
|
|
3561
|
+
description?: string | undefined;
|
|
3500
3562
|
}>;
|
|
3501
3563
|
type MasterVehicleFuelTypeDTO = z.infer<typeof MasterVehicleFuelTypeSchema>;
|
|
3502
3564
|
declare const MasterVehicleFuelTypeQuerySchema: z.ZodObject<{
|
|
@@ -3531,7 +3593,7 @@ declare const MasterVehicleFuelTypeQuerySchema: z.ZodObject<{
|
|
|
3531
3593
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3532
3594
|
} & {
|
|
3533
3595
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3534
|
-
|
|
3596
|
+
fuel_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3535
3597
|
}, "strip", z.ZodTypeAny, {
|
|
3536
3598
|
status: Status[];
|
|
3537
3599
|
search: string;
|
|
@@ -3555,7 +3617,7 @@ declare const MasterVehicleFuelTypeQuerySchema: z.ZodObject<{
|
|
|
3555
3617
|
date_format_id: string;
|
|
3556
3618
|
time_zone_id: string;
|
|
3557
3619
|
organisation_ids: string[];
|
|
3558
|
-
|
|
3620
|
+
fuel_type_ids: string[];
|
|
3559
3621
|
}, {
|
|
3560
3622
|
date_format_id: string;
|
|
3561
3623
|
time_zone_id: string;
|
|
@@ -3579,16 +3641,18 @@ declare const MasterVehicleFuelTypeQuerySchema: z.ZodObject<{
|
|
|
3579
3641
|
}[] | undefined;
|
|
3580
3642
|
include_master_data?: YesNo | undefined;
|
|
3581
3643
|
organisation_ids?: string[] | undefined;
|
|
3582
|
-
|
|
3644
|
+
fuel_type_ids?: string[] | undefined;
|
|
3583
3645
|
}>;
|
|
3584
3646
|
type MasterVehicleFuelTypeQueryDTO = z.infer<typeof MasterVehicleFuelTypeQuerySchema>;
|
|
3585
|
-
declare const toMasterVehicleFuelTypePayload: (
|
|
3647
|
+
declare const toMasterVehicleFuelTypePayload: (row: MasterVehicleFuelType) => MasterVehicleFuelTypeDTO;
|
|
3586
3648
|
declare const newMasterVehicleFuelTypePayload: () => MasterVehicleFuelTypeDTO;
|
|
3587
3649
|
declare const findMasterVehicleFuelTypes: (data: MasterVehicleFuelTypeQueryDTO) => Promise<FBR<MasterVehicleFuelType[]>>;
|
|
3588
3650
|
declare const createMasterVehicleFuelType: (data: MasterVehicleFuelTypeDTO) => Promise<SBR>;
|
|
3589
3651
|
declare const updateMasterVehicleFuelType: (id: string, data: MasterVehicleFuelTypeDTO) => Promise<SBR>;
|
|
3590
3652
|
declare const deleteMasterVehicleFuelType: (id: string) => Promise<SBR>;
|
|
3591
3653
|
declare const getMasterVehicleFuelTypeCache: (organisation_id: string) => Promise<FBR<MasterVehicleFuelType[]>>;
|
|
3654
|
+
declare const getMasterVehicleFuelTypeCacheCount: (organisation_id: string) => Promise<FBR<MasterVehicleFuelType>>;
|
|
3655
|
+
declare const getMasterVehicleFuelTypeCacheChild: (organisation_id: string) => Promise<FBR<MasterVehicleFuelType[]>>;
|
|
3592
3656
|
|
|
3593
3657
|
interface MasterVehicle extends Record<string, unknown> {
|
|
3594
3658
|
vehicle_id: string;
|
|
@@ -4668,9 +4732,9 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
4668
4732
|
vehicle_status_type_ids: string[];
|
|
4669
4733
|
vehicle_ownership_type_ids: string[];
|
|
4670
4734
|
vehicle_type_ids: string[];
|
|
4671
|
-
vehicle_fuel_type_ids: string[];
|
|
4672
4735
|
is_driver_assigned: YesNo[];
|
|
4673
4736
|
is_device_installed: YesNo[];
|
|
4737
|
+
vehicle_fuel_type_ids: string[];
|
|
4674
4738
|
}, {
|
|
4675
4739
|
date_format_id: string;
|
|
4676
4740
|
time_zone_id: string;
|
|
@@ -4707,9 +4771,9 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
4707
4771
|
vehicle_status_type_ids?: string[] | undefined;
|
|
4708
4772
|
vehicle_ownership_type_ids?: string[] | undefined;
|
|
4709
4773
|
vehicle_type_ids?: string[] | undefined;
|
|
4710
|
-
vehicle_fuel_type_ids?: string[] | undefined;
|
|
4711
4774
|
is_driver_assigned?: YesNo[] | undefined;
|
|
4712
4775
|
is_device_installed?: YesNo[] | undefined;
|
|
4776
|
+
vehicle_fuel_type_ids?: string[] | undefined;
|
|
4713
4777
|
}>;
|
|
4714
4778
|
type VehicleQueryDTO = z.infer<typeof VehicleQuerySchema>;
|
|
4715
4779
|
declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
@@ -4830,6 +4894,7 @@ declare const getVehicleParentCache: (organisationId: string) => Promise<FBR<Mas
|
|
|
4830
4894
|
interface MasterUserRole extends Record<string, unknown> {
|
|
4831
4895
|
user_role_id: string;
|
|
4832
4896
|
user_role: string;
|
|
4897
|
+
description?: string;
|
|
4833
4898
|
status: Status;
|
|
4834
4899
|
added_date_time: string;
|
|
4835
4900
|
modified_date_time: string;
|
|
@@ -4843,15 +4908,18 @@ interface MasterUserRole extends Record<string, unknown> {
|
|
|
4843
4908
|
declare const MasterUserRoleSchema: z.ZodObject<{
|
|
4844
4909
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4845
4910
|
user_role: z.ZodEffects<z.ZodString, string, string>;
|
|
4911
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4846
4912
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4847
4913
|
}, "strip", z.ZodTypeAny, {
|
|
4848
4914
|
status: Status;
|
|
4849
4915
|
organisation_id: string;
|
|
4916
|
+
description: string;
|
|
4850
4917
|
user_role: string;
|
|
4851
4918
|
}, {
|
|
4852
4919
|
status: Status;
|
|
4853
4920
|
organisation_id: string;
|
|
4854
4921
|
user_role: string;
|
|
4922
|
+
description?: string | undefined;
|
|
4855
4923
|
}>;
|
|
4856
4924
|
type MasterUserRoleDTO = z.infer<typeof MasterUserRoleSchema>;
|
|
4857
4925
|
declare const MasterUserRoleQuerySchema: z.ZodObject<{
|
|
@@ -4937,17 +5005,19 @@ declare const MasterUserRoleQuerySchema: z.ZodObject<{
|
|
|
4937
5005
|
user_role_ids?: string[] | undefined;
|
|
4938
5006
|
}>;
|
|
4939
5007
|
type MasterUserRoleQueryDTO = z.infer<typeof MasterUserRoleQuerySchema>;
|
|
4940
|
-
declare const toMasterUserRolePayload: (
|
|
5008
|
+
declare const toMasterUserRolePayload: (row: MasterUserRole) => MasterUserRoleDTO;
|
|
4941
5009
|
declare const newMasterUserRolePayload: () => MasterUserRoleDTO;
|
|
4942
5010
|
declare const findMasterUserRoles: (data: MasterUserRoleQueryDTO) => Promise<FBR<MasterUserRole[]>>;
|
|
4943
5011
|
declare const createMasterUserRole: (data: MasterUserRoleDTO) => Promise<SBR>;
|
|
4944
5012
|
declare const updateMasterUserRole: (id: string, data: MasterUserRoleDTO) => Promise<SBR>;
|
|
4945
5013
|
declare const deleteMasterUserRole: (id: string) => Promise<SBR>;
|
|
4946
5014
|
declare const getMasterUserRoleCache: (organisation_id: string) => Promise<FBR<MasterUserRole[]>>;
|
|
5015
|
+
declare const getMasterUserRoleCacheCount: (organisation_id: string) => Promise<FBR<MasterUserRole>>;
|
|
4947
5016
|
|
|
4948
5017
|
interface MasterUserStatus extends Record<string, unknown> {
|
|
4949
5018
|
user_status_id: string;
|
|
4950
5019
|
user_status: string;
|
|
5020
|
+
description?: string;
|
|
4951
5021
|
status: Status;
|
|
4952
5022
|
added_date_time: string;
|
|
4953
5023
|
modified_date_time: string;
|
|
@@ -4961,15 +5031,18 @@ interface MasterUserStatus extends Record<string, unknown> {
|
|
|
4961
5031
|
declare const MasterUserStatusSchema: z.ZodObject<{
|
|
4962
5032
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4963
5033
|
user_status: z.ZodEffects<z.ZodString, string, string>;
|
|
5034
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4964
5035
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4965
5036
|
}, "strip", z.ZodTypeAny, {
|
|
4966
5037
|
status: Status;
|
|
4967
5038
|
organisation_id: string;
|
|
5039
|
+
description: string;
|
|
4968
5040
|
user_status: string;
|
|
4969
5041
|
}, {
|
|
4970
5042
|
status: Status;
|
|
4971
5043
|
organisation_id: string;
|
|
4972
5044
|
user_status: string;
|
|
5045
|
+
description?: string | undefined;
|
|
4973
5046
|
}>;
|
|
4974
5047
|
type MasterUserStatusDTO = z.infer<typeof MasterUserStatusSchema>;
|
|
4975
5048
|
declare const MasterUserStatusQuerySchema: z.ZodObject<{
|
|
@@ -5055,13 +5128,14 @@ declare const MasterUserStatusQuerySchema: z.ZodObject<{
|
|
|
5055
5128
|
user_status_ids?: string[] | undefined;
|
|
5056
5129
|
}>;
|
|
5057
5130
|
type MasterUserStatusQueryDTO = z.infer<typeof MasterUserStatusQuerySchema>;
|
|
5058
|
-
declare const toMasterUserStatusPayload: (
|
|
5131
|
+
declare const toMasterUserStatusPayload: (row: MasterUserStatus) => MasterUserStatusDTO;
|
|
5059
5132
|
declare const newMasterUserStatusPayload: () => MasterUserStatusDTO;
|
|
5060
5133
|
declare const findMasterUserStatuses: (data: MasterUserStatusQueryDTO) => Promise<FBR<MasterUserStatus[]>>;
|
|
5061
5134
|
declare const createMasterUserStatus: (data: MasterUserStatusDTO) => Promise<SBR>;
|
|
5062
5135
|
declare const updateMasterUserStatus: (id: string, data: MasterUserStatusDTO) => Promise<SBR>;
|
|
5063
5136
|
declare const deleteMasterUserStatus: (id: string) => Promise<SBR>;
|
|
5064
5137
|
declare const getMasterUserStatusCache: (organisation_id: string) => Promise<FBR<MasterUserStatus[]>>;
|
|
5138
|
+
declare const getMasterUserStatusCacheCount: (organisation_id: string) => Promise<FBR<MasterUserStatus>>;
|
|
5065
5139
|
|
|
5066
5140
|
interface MasterMainLanguage extends Record<string, unknown> {
|
|
5067
5141
|
language_id: string;
|
|
@@ -5169,7 +5243,7 @@ declare const MasterMainLanguageQuerySchema: z.ZodObject<{
|
|
|
5169
5243
|
language_ids?: string[] | undefined;
|
|
5170
5244
|
}>;
|
|
5171
5245
|
type MasterMainLanguageQueryDTO = z.infer<typeof MasterMainLanguageQuerySchema>;
|
|
5172
|
-
declare const toMasterMainLanguagePayload: (
|
|
5246
|
+
declare const toMasterMainLanguagePayload: (row: MasterMainLanguage) => MasterMainLanguageDTO;
|
|
5173
5247
|
declare const newMasterMainLanguagePayload: () => MasterMainLanguageDTO;
|
|
5174
5248
|
declare const findMasterMainLanguages: (data: MasterMainLanguageQueryDTO) => Promise<FBR<MasterMainLanguage[]>>;
|
|
5175
5249
|
declare const createMasterMainLanguage: (data: MasterMainLanguageDTO) => Promise<SBR>;
|
|
@@ -5790,6 +5864,7 @@ interface MasterExpenseName extends Record<string, unknown> {
|
|
|
5790
5864
|
expense_name_id: string;
|
|
5791
5865
|
expense_name: string;
|
|
5792
5866
|
expense_category: ExpenseCategory;
|
|
5867
|
+
description?: string;
|
|
5793
5868
|
status: Status;
|
|
5794
5869
|
added_date_time: string;
|
|
5795
5870
|
modified_date_time: string;
|
|
@@ -5804,10 +5879,12 @@ declare const MasterExpenseNameSchema: z.ZodObject<{
|
|
|
5804
5879
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5805
5880
|
expense_name: z.ZodEffects<z.ZodString, string, string>;
|
|
5806
5881
|
expense_category: z.ZodType<ExpenseCategory, z.ZodTypeDef, ExpenseCategory>;
|
|
5882
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5807
5883
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
5808
5884
|
}, "strip", z.ZodTypeAny, {
|
|
5809
5885
|
status: Status;
|
|
5810
5886
|
organisation_id: string;
|
|
5887
|
+
description: string;
|
|
5811
5888
|
expense_name: string;
|
|
5812
5889
|
expense_category: ExpenseCategory;
|
|
5813
5890
|
}, {
|
|
@@ -5815,6 +5892,7 @@ declare const MasterExpenseNameSchema: z.ZodObject<{
|
|
|
5815
5892
|
organisation_id: string;
|
|
5816
5893
|
expense_name: string;
|
|
5817
5894
|
expense_category: ExpenseCategory;
|
|
5895
|
+
description?: string | undefined;
|
|
5818
5896
|
}>;
|
|
5819
5897
|
type MasterExpenseNameDTO = z.infer<typeof MasterExpenseNameSchema>;
|
|
5820
5898
|
declare const MasterExpenseNameQuerySchema: z.ZodObject<{
|
|
@@ -5903,7 +5981,7 @@ declare const MasterExpenseNameQuerySchema: z.ZodObject<{
|
|
|
5903
5981
|
expense_name_ids?: string[] | undefined;
|
|
5904
5982
|
}>;
|
|
5905
5983
|
type MasterExpenseNameQueryDTO = z.infer<typeof MasterExpenseNameQuerySchema>;
|
|
5906
|
-
declare const toMasterExpenseNamePayload: (
|
|
5984
|
+
declare const toMasterExpenseNamePayload: (row: MasterExpenseName) => MasterExpenseNameDTO;
|
|
5907
5985
|
declare const newMasterExpenseNamePayload: () => MasterExpenseNameDTO;
|
|
5908
5986
|
declare const findMasterExpenseNames: (data: MasterExpenseNameQueryDTO) => Promise<FBR<MasterExpenseName[]>>;
|
|
5909
5987
|
declare const createMasterExpenseName: (data: MasterExpenseNameDTO) => Promise<SBR>;
|
|
@@ -5914,6 +5992,7 @@ declare const getMasterExpenseNameCache: (organisation_id: string) => Promise<FB
|
|
|
5914
5992
|
interface MasterExpenseType extends Record<string, unknown> {
|
|
5915
5993
|
expense_type_id: string;
|
|
5916
5994
|
expense_type_name: string;
|
|
5995
|
+
description?: string;
|
|
5917
5996
|
status: Status;
|
|
5918
5997
|
added_date_time: string;
|
|
5919
5998
|
modified_date_time: string;
|
|
@@ -5924,15 +6003,18 @@ interface MasterExpenseType extends Record<string, unknown> {
|
|
|
5924
6003
|
declare const MasterExpenseTypeSchema: z.ZodObject<{
|
|
5925
6004
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5926
6005
|
expense_type_name: z.ZodEffects<z.ZodString, string, string>;
|
|
6006
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5927
6007
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
5928
6008
|
}, "strip", z.ZodTypeAny, {
|
|
5929
6009
|
status: Status;
|
|
5930
6010
|
organisation_id: string;
|
|
6011
|
+
description: string;
|
|
5931
6012
|
expense_type_name: string;
|
|
5932
6013
|
}, {
|
|
5933
6014
|
status: Status;
|
|
5934
6015
|
organisation_id: string;
|
|
5935
6016
|
expense_type_name: string;
|
|
6017
|
+
description?: string | undefined;
|
|
5936
6018
|
}>;
|
|
5937
6019
|
type MasterExpenseTypeDTO = z.infer<typeof MasterExpenseTypeSchema>;
|
|
5938
6020
|
declare const MasterExpenseTypeQuerySchema: z.ZodObject<{
|
|
@@ -6018,7 +6100,7 @@ declare const MasterExpenseTypeQuerySchema: z.ZodObject<{
|
|
|
6018
6100
|
expense_type_ids?: string[] | undefined;
|
|
6019
6101
|
}>;
|
|
6020
6102
|
type MasterExpenseTypeQueryDTO = z.infer<typeof MasterExpenseTypeQuerySchema>;
|
|
6021
|
-
declare const toMasterExpenseTypePayload: (
|
|
6103
|
+
declare const toMasterExpenseTypePayload: (row: MasterExpenseType) => MasterExpenseTypeDTO;
|
|
6022
6104
|
declare const newMasterExpenseTypePayload: () => MasterExpenseTypeDTO;
|
|
6023
6105
|
declare const findMasterExpenseTypes: (data: MasterExpenseTypeQueryDTO) => Promise<FBR<MasterExpenseType[]>>;
|
|
6024
6106
|
declare const createMasterExpenseType: (data: MasterExpenseTypeDTO) => Promise<SBR>;
|
|
@@ -6029,6 +6111,7 @@ declare const getMasterExpenseTypeCache: (organisation_id: string) => Promise<FB
|
|
|
6029
6111
|
interface MasterTyreGrade extends Record<string, unknown> {
|
|
6030
6112
|
tyre_grade_id: string;
|
|
6031
6113
|
tyre_grade: string;
|
|
6114
|
+
description?: string;
|
|
6032
6115
|
status: Status;
|
|
6033
6116
|
added_date_time: string;
|
|
6034
6117
|
modified_date_time: string;
|
|
@@ -6041,15 +6124,18 @@ interface MasterTyreGrade extends Record<string, unknown> {
|
|
|
6041
6124
|
declare const MasterTyreGradeSchema: z.ZodObject<{
|
|
6042
6125
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6043
6126
|
tyre_grade: z.ZodEffects<z.ZodString, string, string>;
|
|
6127
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6044
6128
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6045
6129
|
}, "strip", z.ZodTypeAny, {
|
|
6046
6130
|
status: Status;
|
|
6047
6131
|
organisation_id: string;
|
|
6132
|
+
description: string;
|
|
6048
6133
|
tyre_grade: string;
|
|
6049
6134
|
}, {
|
|
6050
6135
|
status: Status;
|
|
6051
6136
|
organisation_id: string;
|
|
6052
6137
|
tyre_grade: string;
|
|
6138
|
+
description?: string | undefined;
|
|
6053
6139
|
}>;
|
|
6054
6140
|
type MasterTyreGradeDTO = z.infer<typeof MasterTyreGradeSchema>;
|
|
6055
6141
|
declare const MasterTyreGradeQuerySchema: z.ZodObject<{
|
|
@@ -6135,17 +6221,19 @@ declare const MasterTyreGradeQuerySchema: z.ZodObject<{
|
|
|
6135
6221
|
tyre_grade_ids?: string[] | undefined;
|
|
6136
6222
|
}>;
|
|
6137
6223
|
type MasterTyreGradeQueryDTO = z.infer<typeof MasterTyreGradeQuerySchema>;
|
|
6138
|
-
declare const toMasterTyreGradePayload: (
|
|
6224
|
+
declare const toMasterTyreGradePayload: (row: MasterTyreGrade) => MasterTyreGradeDTO;
|
|
6139
6225
|
declare const newMasterTyreGradePayload: () => MasterTyreGradeDTO;
|
|
6140
6226
|
declare const findMasterTyreGrades: (data: MasterTyreGradeQueryDTO) => Promise<FBR<MasterTyreGrade[]>>;
|
|
6141
6227
|
declare const createMasterTyreGrade: (data: MasterTyreGradeDTO) => Promise<SBR>;
|
|
6142
6228
|
declare const updateMasterTyreGrade: (id: string, data: MasterTyreGradeDTO) => Promise<SBR>;
|
|
6143
6229
|
declare const deleteMasterTyreGrade: (id: string) => Promise<SBR>;
|
|
6144
6230
|
declare const getMasterTyreGradeCache: (organisation_id: string) => Promise<FBR<MasterTyreGrade[]>>;
|
|
6231
|
+
declare const getMasterTyreGradeCacheCount: (organisation_id: string) => Promise<FBR<MasterTyreGrade[]>>;
|
|
6145
6232
|
|
|
6146
6233
|
interface MasterTyreModel extends Record<string, unknown> {
|
|
6147
6234
|
tyre_model_id: string;
|
|
6148
6235
|
tyre_model: string;
|
|
6236
|
+
description?: string;
|
|
6149
6237
|
status: Status;
|
|
6150
6238
|
added_date_time: string;
|
|
6151
6239
|
modified_date_time: string;
|
|
@@ -6161,10 +6249,12 @@ declare const MasterTyreModelSchema: z.ZodObject<{
|
|
|
6161
6249
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6162
6250
|
tyre_make_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6163
6251
|
tyre_model: z.ZodEffects<z.ZodString, string, string>;
|
|
6252
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6164
6253
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6165
6254
|
}, "strip", z.ZodTypeAny, {
|
|
6166
6255
|
status: Status;
|
|
6167
6256
|
organisation_id: string;
|
|
6257
|
+
description: string;
|
|
6168
6258
|
tyre_model: string;
|
|
6169
6259
|
tyre_make_id: string;
|
|
6170
6260
|
}, {
|
|
@@ -6172,6 +6262,7 @@ declare const MasterTyreModelSchema: z.ZodObject<{
|
|
|
6172
6262
|
organisation_id: string;
|
|
6173
6263
|
tyre_model: string;
|
|
6174
6264
|
tyre_make_id: string;
|
|
6265
|
+
description?: string | undefined;
|
|
6175
6266
|
}>;
|
|
6176
6267
|
type MasterTyreModelDTO = z.infer<typeof MasterTyreModelSchema>;
|
|
6177
6268
|
declare const MasterTyreModelQuerySchema: z.ZodObject<{
|
|
@@ -6260,17 +6351,19 @@ declare const MasterTyreModelQuerySchema: z.ZodObject<{
|
|
|
6260
6351
|
tyre_model_ids?: string[] | undefined;
|
|
6261
6352
|
}>;
|
|
6262
6353
|
type MasterTyreModelQueryDTO = z.infer<typeof MasterTyreModelQuerySchema>;
|
|
6263
|
-
declare const toMasterTyreModelPayload: (
|
|
6354
|
+
declare const toMasterTyreModelPayload: (row: MasterTyreModel) => MasterTyreModelDTO;
|
|
6264
6355
|
declare const newMasterTyreModelPayload: () => MasterTyreModelDTO;
|
|
6265
6356
|
declare const findMasterTyreModels: (data: MasterTyreModelQueryDTO) => Promise<FBR<MasterTyreModel[]>>;
|
|
6266
6357
|
declare const createMasterTyreModel: (data: MasterTyreModelDTO) => Promise<SBR>;
|
|
6267
6358
|
declare const updateMasterTyreModel: (id: string, data: MasterTyreModelDTO) => Promise<SBR>;
|
|
6268
6359
|
declare const deleteMasterTyreModel: (id: string) => Promise<SBR>;
|
|
6269
6360
|
declare const getMasterTyreModelCache: (organisation_id: string, tyre_make_id?: string) => Promise<FBR<MasterTyreModel[]>>;
|
|
6361
|
+
declare const getMasterTyreModelCacheCount: (organisation_id: string, tyre_make_id?: string) => Promise<FBR<MasterTyreModel[]>>;
|
|
6270
6362
|
|
|
6271
6363
|
interface MasterTyreMake extends Record<string, unknown> {
|
|
6272
6364
|
tyre_make_id: string;
|
|
6273
6365
|
tyre_make: string;
|
|
6366
|
+
description?: string;
|
|
6274
6367
|
status: Status;
|
|
6275
6368
|
added_date_time: string;
|
|
6276
6369
|
modified_date_time: string;
|
|
@@ -6285,15 +6378,18 @@ interface MasterTyreMake extends Record<string, unknown> {
|
|
|
6285
6378
|
declare const MasterTyreMakeSchema: z.ZodObject<{
|
|
6286
6379
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6287
6380
|
tyre_make: z.ZodEffects<z.ZodString, string, string>;
|
|
6381
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6288
6382
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6289
6383
|
}, "strip", z.ZodTypeAny, {
|
|
6290
6384
|
status: Status;
|
|
6291
6385
|
organisation_id: string;
|
|
6386
|
+
description: string;
|
|
6292
6387
|
tyre_make: string;
|
|
6293
6388
|
}, {
|
|
6294
6389
|
status: Status;
|
|
6295
6390
|
organisation_id: string;
|
|
6296
6391
|
tyre_make: string;
|
|
6392
|
+
description?: string | undefined;
|
|
6297
6393
|
}>;
|
|
6298
6394
|
type MasterTyreMakeDTO = z.infer<typeof MasterTyreMakeSchema>;
|
|
6299
6395
|
declare const MasterTyreMakeQuerySchema: z.ZodObject<{
|
|
@@ -6379,13 +6475,12 @@ declare const MasterTyreMakeQuerySchema: z.ZodObject<{
|
|
|
6379
6475
|
tyre_make_ids?: string[] | undefined;
|
|
6380
6476
|
}>;
|
|
6381
6477
|
type MasterTyreMakeQueryDTO = z.infer<typeof MasterTyreMakeQuerySchema>;
|
|
6382
|
-
declare const toMasterTyreMakePayload: (
|
|
6478
|
+
declare const toMasterTyreMakePayload: (row: MasterTyreMake) => MasterTyreMakeDTO;
|
|
6383
6479
|
declare const newMasterTyreMakePayload: () => MasterTyreMakeDTO;
|
|
6384
6480
|
declare const findMasterTyreMakes: (data: MasterTyreMakeQueryDTO) => Promise<FBR<MasterTyreMake[]>>;
|
|
6385
6481
|
declare const createMasterTyreMake: (data: MasterTyreMakeDTO) => Promise<SBR>;
|
|
6386
6482
|
declare const updateMasterTyreMake: (id: string, data: MasterTyreMakeDTO) => Promise<SBR>;
|
|
6387
6483
|
declare const deleteMasterTyreMake: (id: string) => Promise<SBR>;
|
|
6388
|
-
declare const getMasterTyreMakeCacheAdmin: () => Promise<FBR<MasterTyreMake[]>>;
|
|
6389
6484
|
declare const getMasterTyreMakeCache: (organisation_id: string) => Promise<FBR<MasterTyreMake[]>>;
|
|
6390
6485
|
declare const getMasterTyreMakeCacheCount: (organisation_id: string) => Promise<FBR<number>>;
|
|
6391
6486
|
declare const getMasterTyreMakeCacheChild: (organisation_id: string) => Promise<FBR<MasterTyreMake[]>>;
|
|
@@ -6393,6 +6488,7 @@ declare const getMasterTyreMakeCacheChild: (organisation_id: string) => Promise<
|
|
|
6393
6488
|
interface MasterFleetIncidentType extends Record<string, unknown> {
|
|
6394
6489
|
fleet_incident_type_id: string;
|
|
6395
6490
|
fleet_incident_type: string;
|
|
6491
|
+
description?: string;
|
|
6396
6492
|
status: Status;
|
|
6397
6493
|
added_date_time: string;
|
|
6398
6494
|
modified_date_time: string;
|
|
@@ -6405,15 +6501,18 @@ interface MasterFleetIncidentType extends Record<string, unknown> {
|
|
|
6405
6501
|
declare const MasterFleetIncidentTypeSchema: z.ZodObject<{
|
|
6406
6502
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6407
6503
|
fleet_incident_type: z.ZodEffects<z.ZodString, string, string>;
|
|
6504
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6408
6505
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6409
6506
|
}, "strip", z.ZodTypeAny, {
|
|
6410
6507
|
status: Status;
|
|
6411
6508
|
organisation_id: string;
|
|
6509
|
+
description: string;
|
|
6412
6510
|
fleet_incident_type: string;
|
|
6413
6511
|
}, {
|
|
6414
6512
|
status: Status;
|
|
6415
6513
|
organisation_id: string;
|
|
6416
6514
|
fleet_incident_type: string;
|
|
6515
|
+
description?: string | undefined;
|
|
6417
6516
|
}>;
|
|
6418
6517
|
type MasterFleetIncidentTypeDTO = z.infer<typeof MasterFleetIncidentTypeSchema>;
|
|
6419
6518
|
declare const MasterFleetIncidentTypeQuerySchema: z.ZodObject<{
|
|
@@ -6499,7 +6598,7 @@ declare const MasterFleetIncidentTypeQuerySchema: z.ZodObject<{
|
|
|
6499
6598
|
fleet_incident_type_ids?: string[] | undefined;
|
|
6500
6599
|
}>;
|
|
6501
6600
|
type MasterFleetIncidentTypeQueryDTO = z.infer<typeof MasterFleetIncidentTypeQuerySchema>;
|
|
6502
|
-
declare const toMasterFleetIncidentTypePayload: (
|
|
6601
|
+
declare const toMasterFleetIncidentTypePayload: (row: MasterFleetIncidentType) => MasterFleetIncidentTypeDTO;
|
|
6503
6602
|
declare const newMasterFleetIncidentTypePayload: () => MasterFleetIncidentTypeDTO;
|
|
6504
6603
|
declare const findMasterFleetIncidentTypes: (data: MasterFleetIncidentTypeQueryDTO) => Promise<FBR<MasterFleetIncidentType[]>>;
|
|
6505
6604
|
declare const createMasterFleetIncidentType: (data: MasterFleetIncidentTypeDTO) => Promise<SBR>;
|
|
@@ -6510,6 +6609,7 @@ declare const getMasterFleetIncidentTypeCache: (organisation_id: string) => Prom
|
|
|
6510
6609
|
interface MasterFleetIncidentStatus extends Record<string, unknown> {
|
|
6511
6610
|
fleet_incident_status_id: string;
|
|
6512
6611
|
fleet_incident_status: string;
|
|
6612
|
+
description?: string;
|
|
6513
6613
|
status: Status;
|
|
6514
6614
|
added_date_time: string;
|
|
6515
6615
|
modified_date_time: string;
|
|
@@ -6522,15 +6622,18 @@ interface MasterFleetIncidentStatus extends Record<string, unknown> {
|
|
|
6522
6622
|
declare const MasterFleetIncidentStatusSchema: z.ZodObject<{
|
|
6523
6623
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6524
6624
|
fleet_incident_status: z.ZodEffects<z.ZodString, string, string>;
|
|
6625
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6525
6626
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6526
6627
|
}, "strip", z.ZodTypeAny, {
|
|
6527
6628
|
status: Status;
|
|
6528
6629
|
organisation_id: string;
|
|
6630
|
+
description: string;
|
|
6529
6631
|
fleet_incident_status: string;
|
|
6530
6632
|
}, {
|
|
6531
6633
|
status: Status;
|
|
6532
6634
|
organisation_id: string;
|
|
6533
6635
|
fleet_incident_status: string;
|
|
6636
|
+
description?: string | undefined;
|
|
6534
6637
|
}>;
|
|
6535
6638
|
type MasterFleetIncidentStatusDTO = z.infer<typeof MasterFleetIncidentStatusSchema>;
|
|
6536
6639
|
declare const MasterFleetIncidentStatusQuerySchema: z.ZodObject<{
|
|
@@ -6616,7 +6719,7 @@ declare const MasterFleetIncidentStatusQuerySchema: z.ZodObject<{
|
|
|
6616
6719
|
fleet_incident_status_ids?: string[] | undefined;
|
|
6617
6720
|
}>;
|
|
6618
6721
|
type MasterFleetIncidentStatusQueryDTO = z.infer<typeof MasterFleetIncidentStatusQuerySchema>;
|
|
6619
|
-
declare const toMasterFleetIncidentStatusPayload: (
|
|
6722
|
+
declare const toMasterFleetIncidentStatusPayload: (row: MasterFleetIncidentStatus) => MasterFleetIncidentStatusDTO;
|
|
6620
6723
|
declare const newMasterFleetIncidentStatusPayload: () => MasterFleetIncidentStatusDTO;
|
|
6621
6724
|
declare const findMasterFleetIncidentStatuses: (data: MasterFleetIncidentStatusQueryDTO) => Promise<FBR<MasterFleetIncidentStatus[]>>;
|
|
6622
6725
|
declare const createMasterFleetIncidentStatus: (data: MasterFleetIncidentStatusDTO) => Promise<SBR>;
|
|
@@ -6627,6 +6730,7 @@ declare const getMasterFleetIncidentStatusCache: (organisation_id: string) => Pr
|
|
|
6627
6730
|
interface MasterFleetIncidentSeverity extends Record<string, unknown> {
|
|
6628
6731
|
fleet_incident_severity_id: string;
|
|
6629
6732
|
fleet_incident_severity: string;
|
|
6733
|
+
description?: string;
|
|
6630
6734
|
status: Status;
|
|
6631
6735
|
added_date_time: string;
|
|
6632
6736
|
modified_date_time: string;
|
|
@@ -6639,15 +6743,18 @@ interface MasterFleetIncidentSeverity extends Record<string, unknown> {
|
|
|
6639
6743
|
declare const MasterFleetIncidentSeveritySchema: z.ZodObject<{
|
|
6640
6744
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6641
6745
|
fleet_incident_severity: z.ZodEffects<z.ZodString, string, string>;
|
|
6746
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6642
6747
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6643
6748
|
}, "strip", z.ZodTypeAny, {
|
|
6644
6749
|
status: Status;
|
|
6645
6750
|
organisation_id: string;
|
|
6751
|
+
description: string;
|
|
6646
6752
|
fleet_incident_severity: string;
|
|
6647
6753
|
}, {
|
|
6648
6754
|
status: Status;
|
|
6649
6755
|
organisation_id: string;
|
|
6650
6756
|
fleet_incident_severity: string;
|
|
6757
|
+
description?: string | undefined;
|
|
6651
6758
|
}>;
|
|
6652
6759
|
type MasterFleetIncidentSeverityDTO = z.infer<typeof MasterFleetIncidentSeveritySchema>;
|
|
6653
6760
|
declare const MasterFleetIncidentSeverityQuerySchema: z.ZodObject<{
|
|
@@ -6733,7 +6840,7 @@ declare const MasterFleetIncidentSeverityQuerySchema: z.ZodObject<{
|
|
|
6733
6840
|
fleet_incident_severity_ids?: string[] | undefined;
|
|
6734
6841
|
}>;
|
|
6735
6842
|
type MasterFleetIncidentSeverityQueryDTO = z.infer<typeof MasterFleetIncidentSeverityQuerySchema>;
|
|
6736
|
-
declare const toMasterFleetIncidentSeverityPayload: (
|
|
6843
|
+
declare const toMasterFleetIncidentSeverityPayload: (row: MasterFleetIncidentSeverity) => MasterFleetIncidentSeverityDTO;
|
|
6737
6844
|
declare const newMasterFleetIncidentSeverityPayload: () => MasterFleetIncidentSeverityDTO;
|
|
6738
6845
|
declare const findMasterFleetIncidentSeverities: (data: MasterFleetIncidentSeverityQueryDTO) => Promise<FBR<MasterFleetIncidentSeverity[]>>;
|
|
6739
6846
|
declare const createMasterFleetIncidentSeverity: (data: MasterFleetIncidentSeverityDTO) => Promise<SBR>;
|
|
@@ -6744,6 +6851,7 @@ declare const getMasterFleetIncidentSeverityCache: (organisation_id: string) =>
|
|
|
6744
6851
|
interface MasterFleetInsuranceClaimStatus extends Record<string, unknown> {
|
|
6745
6852
|
fleet_insurance_claim_status_id: string;
|
|
6746
6853
|
fleet_insurance_claim_status: string;
|
|
6854
|
+
description?: string;
|
|
6747
6855
|
status: Status;
|
|
6748
6856
|
added_date_time: string;
|
|
6749
6857
|
modified_date_time: string;
|
|
@@ -6756,15 +6864,18 @@ interface MasterFleetInsuranceClaimStatus extends Record<string, unknown> {
|
|
|
6756
6864
|
declare const MasterFleetInsuranceClaimStatusSchema: z.ZodObject<{
|
|
6757
6865
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6758
6866
|
fleet_insurance_claim_status: z.ZodEffects<z.ZodString, string, string>;
|
|
6867
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6759
6868
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6760
6869
|
}, "strip", z.ZodTypeAny, {
|
|
6761
6870
|
status: Status;
|
|
6762
6871
|
organisation_id: string;
|
|
6872
|
+
description: string;
|
|
6763
6873
|
fleet_insurance_claim_status: string;
|
|
6764
6874
|
}, {
|
|
6765
6875
|
status: Status;
|
|
6766
6876
|
organisation_id: string;
|
|
6767
6877
|
fleet_insurance_claim_status: string;
|
|
6878
|
+
description?: string | undefined;
|
|
6768
6879
|
}>;
|
|
6769
6880
|
type MasterFleetInsuranceClaimStatusDTO = z.infer<typeof MasterFleetInsuranceClaimStatusSchema>;
|
|
6770
6881
|
declare const MasterFleetInsuranceClaimStatusQuerySchema: z.ZodObject<{
|
|
@@ -6850,7 +6961,7 @@ declare const MasterFleetInsuranceClaimStatusQuerySchema: z.ZodObject<{
|
|
|
6850
6961
|
fleet_insurance_claim_status_ids?: string[] | undefined;
|
|
6851
6962
|
}>;
|
|
6852
6963
|
type MasterFleetInsuranceClaimStatusQueryDTO = z.infer<typeof MasterFleetInsuranceClaimStatusQuerySchema>;
|
|
6853
|
-
declare const toMasterFleetInsuranceClaimStatusPayload: (
|
|
6964
|
+
declare const toMasterFleetInsuranceClaimStatusPayload: (row: MasterFleetInsuranceClaimStatus) => MasterFleetInsuranceClaimStatusDTO;
|
|
6854
6965
|
declare const newMasterFleetInsuranceClaimStatusPayload: () => MasterFleetInsuranceClaimStatusDTO;
|
|
6855
6966
|
declare const findMasterFleetInsuranceClaimStatuses: (data: MasterFleetInsuranceClaimStatusQueryDTO) => Promise<FBR<MasterFleetInsuranceClaimStatus[]>>;
|
|
6856
6967
|
declare const createMasterFleetInsuranceClaimStatus: (data: MasterFleetInsuranceClaimStatusDTO) => Promise<SBR>;
|
|
@@ -6861,6 +6972,7 @@ declare const getMasterFleetInsuranceClaimStatusCache: (organisation_id: string)
|
|
|
6861
6972
|
interface MasterFleetServiceTask extends Record<string, unknown> {
|
|
6862
6973
|
fleet_service_task_id: string;
|
|
6863
6974
|
fleet_service_task: string;
|
|
6975
|
+
description?: string;
|
|
6864
6976
|
status: Status;
|
|
6865
6977
|
added_date_time: string;
|
|
6866
6978
|
modified_date_time: string;
|
|
@@ -6873,15 +6985,18 @@ interface MasterFleetServiceTask extends Record<string, unknown> {
|
|
|
6873
6985
|
declare const MasterFleetServiceTaskSchema: z.ZodObject<{
|
|
6874
6986
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6875
6987
|
fleet_service_task: z.ZodEffects<z.ZodString, string, string>;
|
|
6988
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6876
6989
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6877
6990
|
}, "strip", z.ZodTypeAny, {
|
|
6878
6991
|
status: Status;
|
|
6879
6992
|
organisation_id: string;
|
|
6993
|
+
description: string;
|
|
6880
6994
|
fleet_service_task: string;
|
|
6881
6995
|
}, {
|
|
6882
6996
|
status: Status;
|
|
6883
6997
|
organisation_id: string;
|
|
6884
6998
|
fleet_service_task: string;
|
|
6999
|
+
description?: string | undefined;
|
|
6885
7000
|
}>;
|
|
6886
7001
|
type MasterFleetServiceTaskDTO = z.infer<typeof MasterFleetServiceTaskSchema>;
|
|
6887
7002
|
declare const MasterFleetServiceTaskQuerySchema: z.ZodObject<{
|
|
@@ -6967,7 +7082,7 @@ declare const MasterFleetServiceTaskQuerySchema: z.ZodObject<{
|
|
|
6967
7082
|
fleet_service_task_ids?: string[] | undefined;
|
|
6968
7083
|
}>;
|
|
6969
7084
|
type MasterFleetServiceTaskQueryDTO = z.infer<typeof MasterFleetServiceTaskQuerySchema>;
|
|
6970
|
-
declare const toMasterFleetServiceTaskPayload: (
|
|
7085
|
+
declare const toMasterFleetServiceTaskPayload: (row: MasterFleetServiceTask) => MasterFleetServiceTaskDTO;
|
|
6971
7086
|
declare const newMasterFleetServiceTaskPayload: () => MasterFleetServiceTaskDTO;
|
|
6972
7087
|
declare const findMasterFleetServiceTasks: (data: MasterFleetServiceTaskQueryDTO) => Promise<FBR<MasterFleetServiceTask[]>>;
|
|
6973
7088
|
declare const createMasterFleetServiceTask: (data: MasterFleetServiceTaskDTO) => Promise<SBR>;
|
|
@@ -6978,6 +7093,7 @@ declare const getMasterFleetServiceTaskCache: (organisation_id: string) => Promi
|
|
|
6978
7093
|
interface MasterTripPartyType extends Record<string, unknown> {
|
|
6979
7094
|
party_type_id: string;
|
|
6980
7095
|
party_type: string;
|
|
7096
|
+
description?: string;
|
|
6981
7097
|
status: Status;
|
|
6982
7098
|
added_date_time: string;
|
|
6983
7099
|
modified_date_time: string;
|
|
@@ -6990,15 +7106,18 @@ interface MasterTripPartyType extends Record<string, unknown> {
|
|
|
6990
7106
|
declare const MasterTripPartyTypeSchema: z.ZodObject<{
|
|
6991
7107
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6992
7108
|
party_type: z.ZodEffects<z.ZodString, string, string>;
|
|
7109
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6993
7110
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6994
7111
|
}, "strip", z.ZodTypeAny, {
|
|
6995
7112
|
status: Status;
|
|
6996
7113
|
organisation_id: string;
|
|
7114
|
+
description: string;
|
|
6997
7115
|
party_type: string;
|
|
6998
7116
|
}, {
|
|
6999
7117
|
status: Status;
|
|
7000
7118
|
organisation_id: string;
|
|
7001
7119
|
party_type: string;
|
|
7120
|
+
description?: string | undefined;
|
|
7002
7121
|
}>;
|
|
7003
7122
|
type MasterTripPartyTypeDTO = z.infer<typeof MasterTripPartyTypeSchema>;
|
|
7004
7123
|
declare const MasterTripPartyTypeQuerySchema: z.ZodObject<{
|
|
@@ -7084,7 +7203,7 @@ declare const MasterTripPartyTypeQuerySchema: z.ZodObject<{
|
|
|
7084
7203
|
party_type_ids?: string[] | undefined;
|
|
7085
7204
|
}>;
|
|
7086
7205
|
type MasterTripPartyTypeQueryDTO = z.infer<typeof MasterTripPartyTypeQuerySchema>;
|
|
7087
|
-
declare const toMasterTripPartyTypePayload: (
|
|
7206
|
+
declare const toMasterTripPartyTypePayload: (row: MasterTripPartyType) => MasterTripPartyTypeDTO;
|
|
7088
7207
|
declare const newMasterTripPartyTypePayload: () => MasterTripPartyTypeDTO;
|
|
7089
7208
|
declare const findMasterTripPartyTypes: (data: MasterTripPartyTypeQueryDTO) => Promise<FBR<MasterTripPartyType[]>>;
|
|
7090
7209
|
declare const createMasterTripPartyType: (data: MasterTripPartyTypeDTO) => Promise<SBR>;
|
|
@@ -7110,8 +7229,8 @@ declare const MasterVendorTypeSchema: z.ZodObject<{
|
|
|
7110
7229
|
}, "strip", z.ZodTypeAny, {
|
|
7111
7230
|
status: Status;
|
|
7112
7231
|
organisation_id: string;
|
|
7113
|
-
vendor_type: string;
|
|
7114
7232
|
description: string;
|
|
7233
|
+
vendor_type: string;
|
|
7115
7234
|
}, {
|
|
7116
7235
|
status: Status;
|
|
7117
7236
|
organisation_id: string;
|
|
@@ -7202,7 +7321,7 @@ declare const MasterVendorTypeQuerySchema: z.ZodObject<{
|
|
|
7202
7321
|
vendor_type_ids?: string[] | undefined;
|
|
7203
7322
|
}>;
|
|
7204
7323
|
type MasterVendorTypeQueryDTO = z.infer<typeof MasterVendorTypeQuerySchema>;
|
|
7205
|
-
declare const toMasterVendorTypePayload: (
|
|
7324
|
+
declare const toMasterVendorTypePayload: (row: MasterVendorType) => MasterVendorTypeDTO;
|
|
7206
7325
|
declare const newMasterVendorTypePayload: () => MasterVendorTypeDTO;
|
|
7207
7326
|
declare const findMasterVendorTypes: (data: MasterVendorTypeQueryDTO) => Promise<FBR<MasterVendorType[]>>;
|
|
7208
7327
|
declare const createMasterVendorType: (data: MasterVendorTypeDTO) => Promise<SBR>;
|
|
@@ -7214,6 +7333,7 @@ interface MasterSparePartSubCategory extends Record<string, unknown> {
|
|
|
7214
7333
|
spare_part_sub_category_id: string;
|
|
7215
7334
|
sub_category_name: string;
|
|
7216
7335
|
sub_category_code: string;
|
|
7336
|
+
description?: string;
|
|
7217
7337
|
status: Status;
|
|
7218
7338
|
added_date_time: string;
|
|
7219
7339
|
modified_date_time: string;
|
|
@@ -7230,10 +7350,12 @@ declare const MasterSparePartSubCategorySchema: z.ZodObject<{
|
|
|
7230
7350
|
spare_part_category_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7231
7351
|
sub_category_name: z.ZodEffects<z.ZodString, string, string>;
|
|
7232
7352
|
sub_category_code: z.ZodEffects<z.ZodString, string, string>;
|
|
7353
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7233
7354
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
7234
7355
|
}, "strip", z.ZodTypeAny, {
|
|
7235
7356
|
status: Status;
|
|
7236
7357
|
organisation_id: string;
|
|
7358
|
+
description: string;
|
|
7237
7359
|
sub_category_name: string;
|
|
7238
7360
|
sub_category_code: string;
|
|
7239
7361
|
spare_part_category_id: string;
|
|
@@ -7243,6 +7365,7 @@ declare const MasterSparePartSubCategorySchema: z.ZodObject<{
|
|
|
7243
7365
|
sub_category_name: string;
|
|
7244
7366
|
sub_category_code: string;
|
|
7245
7367
|
spare_part_category_id: string;
|
|
7368
|
+
description?: string | undefined;
|
|
7246
7369
|
}>;
|
|
7247
7370
|
type MasterSparePartSubCategoryDTO = z.infer<typeof MasterSparePartSubCategorySchema>;
|
|
7248
7371
|
declare const SparePartSubCategoryQuerySchema: z.ZodObject<{
|
|
@@ -7331,18 +7454,20 @@ declare const SparePartSubCategoryQuerySchema: z.ZodObject<{
|
|
|
7331
7454
|
spare_part_sub_category_ids?: string[] | undefined;
|
|
7332
7455
|
}>;
|
|
7333
7456
|
type SparePartSubCategoryQueryDTO = z.infer<typeof SparePartSubCategoryQuerySchema>;
|
|
7334
|
-
declare const toMasterSparePartSubCategoryPayload: (
|
|
7457
|
+
declare const toMasterSparePartSubCategoryPayload: (row: MasterSparePartSubCategory) => MasterSparePartSubCategoryDTO;
|
|
7335
7458
|
declare const newMasterSparePartSubCategoryPayload: () => MasterSparePartSubCategoryDTO;
|
|
7336
7459
|
declare const findMasterSparePartSubCategories: (data: SparePartSubCategoryQueryDTO) => Promise<FBR<MasterSparePartSubCategory[]>>;
|
|
7337
7460
|
declare const createMasterSparePartSubCategory: (data: MasterSparePartSubCategoryDTO) => Promise<SBR>;
|
|
7338
7461
|
declare const updateMasterSparePartSubCategory: (id: string, data: MasterSparePartSubCategoryDTO) => Promise<SBR>;
|
|
7339
7462
|
declare const deleteMasterSparePartSubCategory: (id: string) => Promise<SBR>;
|
|
7340
7463
|
declare const getMasterSparePartSubCategoryCache: (organisation_id: string, spare_part_category_id?: string) => Promise<FBR<MasterSparePartSubCategory[]>>;
|
|
7464
|
+
declare const getMasterSparePartSubCategoryCacheCount: (organisation_id: string, spare_part_category_id?: string) => Promise<FBR<MasterSparePartSubCategory[]>>;
|
|
7341
7465
|
|
|
7342
7466
|
interface MasterSparePartCategory extends Record<string, unknown> {
|
|
7343
7467
|
spare_part_category_id: string;
|
|
7344
7468
|
category_name: string;
|
|
7345
7469
|
category_code: string;
|
|
7470
|
+
description?: string;
|
|
7346
7471
|
status: Status;
|
|
7347
7472
|
added_date_time: string;
|
|
7348
7473
|
modified_date_time: string;
|
|
@@ -7358,10 +7483,12 @@ declare const MasterSparePartCategorySchema: z.ZodObject<{
|
|
|
7358
7483
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7359
7484
|
category_name: z.ZodEffects<z.ZodString, string, string>;
|
|
7360
7485
|
category_code: z.ZodEffects<z.ZodString, string, string>;
|
|
7486
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7361
7487
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
7362
7488
|
}, "strip", z.ZodTypeAny, {
|
|
7363
7489
|
status: Status;
|
|
7364
7490
|
organisation_id: string;
|
|
7491
|
+
description: string;
|
|
7365
7492
|
category_name: string;
|
|
7366
7493
|
category_code: string;
|
|
7367
7494
|
}, {
|
|
@@ -7369,6 +7496,7 @@ declare const MasterSparePartCategorySchema: z.ZodObject<{
|
|
|
7369
7496
|
organisation_id: string;
|
|
7370
7497
|
category_name: string;
|
|
7371
7498
|
category_code: string;
|
|
7499
|
+
description?: string | undefined;
|
|
7372
7500
|
}>;
|
|
7373
7501
|
type MasterSparePartCategoryDTO = z.infer<typeof MasterSparePartCategorySchema>;
|
|
7374
7502
|
declare const SparePartCategoryQuerySchema: z.ZodObject<{
|
|
@@ -7454,13 +7582,12 @@ declare const SparePartCategoryQuerySchema: z.ZodObject<{
|
|
|
7454
7582
|
spare_part_category_ids?: string[] | undefined;
|
|
7455
7583
|
}>;
|
|
7456
7584
|
type SparePartCategoryQueryDTO = z.infer<typeof SparePartCategoryQuerySchema>;
|
|
7457
|
-
declare const toMasterSparePartCategoryPayload: (
|
|
7585
|
+
declare const toMasterSparePartCategoryPayload: (row: MasterSparePartCategory) => MasterSparePartCategoryDTO;
|
|
7458
7586
|
declare const newMasterSparePartCategoryPayload: () => MasterSparePartCategoryDTO;
|
|
7459
7587
|
declare const findMasterSparePartCategories: (data: SparePartCategoryQueryDTO) => Promise<FBR<MasterSparePartCategory[]>>;
|
|
7460
7588
|
declare const createMasterSparePartCategory: (data: MasterSparePartCategoryDTO) => Promise<SBR>;
|
|
7461
7589
|
declare const updateMasterSparePartCategory: (id: string, data: MasterSparePartCategoryDTO) => Promise<SBR>;
|
|
7462
7590
|
declare const deleteMasterSparePartCategory: (id: string) => Promise<SBR>;
|
|
7463
|
-
declare const getMasterSparePartCategoryCacheAdmin: () => Promise<FBR<MasterSparePartCategory[]>>;
|
|
7464
7591
|
declare const getMasterSparePartCategoryCache: (organisation_id: string) => Promise<FBR<MasterSparePartCategory[]>>;
|
|
7465
7592
|
declare const getMasterSparePartCategoryCacheChild: (organisation_id: string) => Promise<FBR<MasterSparePartCategory[]>>;
|
|
7466
7593
|
declare const getMasterSparePartCategoryCacheCount: (organisation_id: string) => Promise<FBR<number>>;
|
|
@@ -7469,6 +7596,7 @@ interface MasterSparePartUnit extends Record<string, unknown> {
|
|
|
7469
7596
|
spare_part_unit_id: string;
|
|
7470
7597
|
unit_name: string;
|
|
7471
7598
|
unit_code: string;
|
|
7599
|
+
description?: string;
|
|
7472
7600
|
status: Status;
|
|
7473
7601
|
added_date_time: string;
|
|
7474
7602
|
modified_date_time: string;
|
|
@@ -7482,10 +7610,12 @@ declare const MasterSparePartUnitSchema: z.ZodObject<{
|
|
|
7482
7610
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7483
7611
|
unit_name: z.ZodEffects<z.ZodString, string, string>;
|
|
7484
7612
|
unit_code: z.ZodEffects<z.ZodString, string, string>;
|
|
7613
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7485
7614
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
7486
7615
|
}, "strip", z.ZodTypeAny, {
|
|
7487
7616
|
status: Status;
|
|
7488
7617
|
organisation_id: string;
|
|
7618
|
+
description: string;
|
|
7489
7619
|
unit_name: string;
|
|
7490
7620
|
unit_code: string;
|
|
7491
7621
|
}, {
|
|
@@ -7493,6 +7623,7 @@ declare const MasterSparePartUnitSchema: z.ZodObject<{
|
|
|
7493
7623
|
organisation_id: string;
|
|
7494
7624
|
unit_name: string;
|
|
7495
7625
|
unit_code: string;
|
|
7626
|
+
description?: string | undefined;
|
|
7496
7627
|
}>;
|
|
7497
7628
|
type MasterSparePartUnitDTO = z.infer<typeof MasterSparePartUnitSchema>;
|
|
7498
7629
|
declare const SparePartUnitQuerySchema: z.ZodObject<{
|
|
@@ -7578,13 +7709,14 @@ declare const SparePartUnitQuerySchema: z.ZodObject<{
|
|
|
7578
7709
|
spare_part_unit_ids?: string[] | undefined;
|
|
7579
7710
|
}>;
|
|
7580
7711
|
type SparePartUnitQueryDTO = z.infer<typeof SparePartUnitQuerySchema>;
|
|
7581
|
-
declare const toMasterSparePartUnitPayload: (
|
|
7712
|
+
declare const toMasterSparePartUnitPayload: (row: MasterSparePartUnit) => MasterSparePartUnitDTO;
|
|
7582
7713
|
declare const newMasterSparePartUnitPayload: () => MasterSparePartUnitDTO;
|
|
7583
7714
|
declare const findMasterSparePartUnits: (data: SparePartUnitQueryDTO) => Promise<FBR<MasterSparePartUnit[]>>;
|
|
7584
7715
|
declare const createMasterSparePartUnit: (data: MasterSparePartUnitDTO) => Promise<SBR>;
|
|
7585
7716
|
declare const updateMasterSparePartUnit: (id: string, data: MasterSparePartUnitDTO) => Promise<SBR>;
|
|
7586
7717
|
declare const deleteMasterSparePartUnit: (id: string) => Promise<SBR>;
|
|
7587
7718
|
declare const getMasterSparePartUnitCache: (organisation_id: string) => Promise<FBR<MasterSparePartUnit[]>>;
|
|
7719
|
+
declare const getMasterSparePartUnitCacheCount: (organisation_id: string) => Promise<FBR<MasterSparePartUnit[]>>;
|
|
7588
7720
|
|
|
7589
7721
|
interface UserOrganisation extends Record<string, unknown> {
|
|
7590
7722
|
organisation_id: string;
|
|
@@ -7915,4 +8047,4 @@ declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
|
|
|
7915
8047
|
declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
|
|
7916
8048
|
declare const getUserOrganisationPresignedUrl: (fileName: string) => Promise<SBR>;
|
|
7917
8049
|
|
|
7918
|
-
export { getMasterMainStateCache as $, updateMasterMainCurrency as A, deleteMasterMainCurrency as B, getMasterMainCurrencyCache as C, type MasterMainTimeZone as D, MasterMainTimeZoneSchema as E, type MasterMainTimeZoneDTO as F, MasterMainTimeZoneQuerySchema as G, type MasterMainTimeZoneQueryDTO as H, toMasterMainTimeZonePayload as I, newMasterMainTimeZonePayload as J, findMasterMainTimeZones as K, createMasterMainTimeZone as L, type MasterVehicle as M, updateMasterMainTimeZone as N, deleteMasterMainTimeZone as O, getMasterMainTimeZoneCache as P, MasterMainStateSchema as Q, type MasterMainStateDTO as R, MasterMainStateQuerySchema as S, type MasterMainStateQueryDTO as T, type UserOrganisation as U, toMasterMainStatePayload as V, newMasterMainStatePayload as W, findMasterMainStates as X, createMasterMainState as Y, updateMasterMainState as Z, deleteMasterMainState as _, type User as a, DriverQuerySchema as a$, MasterMainCountrySchema as a0, type MasterMainCountryDTO as a1, MasterMainCountryQuerySchema as a2, type MasterMainCountryQueryDTO as a3, toMasterMainCountryPayload as a4, newMasterMainCountryPayload as a5, findMasterMainCountries as a6, createMasterMainCountry as a7, updateMasterMainCountry as a8, deleteMasterMainCountry as a9, type MasterMainUnitMileage as aA, MasterMainUnitMileageSchema as aB, type MasterMainUnitMileageDTO as aC, MasterMainUnitMileageQuerySchema as aD, type MasterMainUnitMileageQueryDTO as aE, toMasterMainUnitMileagePayload as aF, newMasterMainUnitMileagePayload as aG, findMasterMainUnitMileages as aH, createMasterMainUnitMileage as aI, updateMasterMainUnitMileage as aJ, deleteMasterMainUnitMileage as aK, getMasterMainUnitMileageCache as aL, type MasterMainUnitVolume as aM, MasterMainUnitVolumeSchema as aN, type MasterMainUnitVolumeDTO as aO, MasterMainUnitVolumeQuerySchema as aP, type MasterMainUnitVolumeQueryDTO as aQ, toMasterMainUnitVolumePayload as aR, newMasterMainUnitVolumePayload as aS, findMasterMainUnitVolumes as aT, createMasterMainUnitVolume as aU, updateMasterMainUnitVolume as aV, deleteMasterMainUnitVolume as aW, getMasterMainUnitVolumeCache as aX, type AssignRemoveDriverHistory as aY, MasterDriverSchema as aZ, type MasterDriverDTO as a_, getMasterMainCountryCache as aa, getMasterMainCountryCacheChild as ab, type MasterMainDateFormat as ac, MasterMainDateFormatSchema as ad, type MasterMainDateFormatDTO as ae, MasterMainDateFormatQuerySchema as af, type MasterMainDateFormatQueryDTO as ag, toMasterMainDateFormatPayload as ah, newMasterMainDateFormatPayload as ai, findMasterMainDateFormats as aj, createMasterMainDateFormat as ak, updateMasterMainDateFormat as al, deleteMasterMainDateFormat as am, getMasterMainDateFormatCache as an, type MasterMainUnitDistance as ao, MasterMainUnitDistanceSchema as ap, type MasterMainUnitDistanceDTO as aq, MasterMainUnitDistanceQuerySchema as ar, type MasterMainUnitDistanceQueryDTO as as, toMasterMainUnitDistancePayload as at, newMasterMainUnitDistancePayload as au, findMasterMainUnitDistances as av, createMasterMainUnitDistance as aw, updateMasterMainUnitDistance as ax, deleteMasterMainUnitDistance as ay, getMasterMainUnitDistanceCache as az, type MasterDriver as b, deleteMasterSim as b$, type DriverQueryDTO as b0, toDriverPayload as b1, newDriverPayload as b2, findDrivers as b3, createDriver as b4, updateDriver as b5, deleteDriver as b6, getPresignedUrlForDriver as b7, getDriverCache as b8, getDriverSimpleCache as b9, getMasterDeviceModelCacheCount as bA, getMasterDeviceModelCacheChild as bB, type MasterDeviceManufacturer as bC, MasterDeviceManufacturerSchema as bD, type MasterDeviceManufacturerDTO as bE, MasterDeviceManufacturerQuerySchema as bF, type MasterDeviceManufacturerQueryDTO as bG, toMasterDeviceManufacturerPayload as bH, newMasterDeviceManufacturerPayload as bI, findMasterDeviceManufacturers as bJ, createMasterDeviceManufacturer as bK, updateMasterDeviceManufacturer as bL, deleteMasterDeviceManufacturer as bM, getMasterDeviceManufacturerCache as bN, getMasterDeviceManufacturerCacheCount as bO, getMasterDeviceManufacturerCacheChild as bP, type MasterSim as bQ, type AssignRemoveSimHistory as bR, MasterSimSchema as bS, type MasterSimDTO as bT, MasterSimQuerySchema as bU, type MasterSimQueryDTO as bV, toMasterSimPayload as bW, newMasterSimPayload as bX, findMasterSims as bY, createMasterSim as bZ, updateMasterSim as b_, type MasterDeviceType as ba, MasterDeviceTypeSchema as bb, type MasterDeviceTypeDTO as bc, MasterDeviceTypeQuerySchema as bd, type MasterDeviceTypeQueryDTO as be, toMasterDeviceTypePayload as bf, newMasterDeviceTypePayload as bg, findMasterDeviceTypes as bh, createMasterDeviceType as bi, updateMasterDeviceType as bj, deleteMasterDeviceType as bk, getMasterDeviceTypeCache as bl, getMasterDeviceTypeCacheCount as bm, getMasterDeviceTypeCacheChild as bn, type MasterDeviceModel as bo, MasterDeviceModelSchema as bp, type MasterDeviceModelDTO as bq, MasterDeviceModelQuerySchema as br, type MasterDeviceModelQueryDTO as bs, toMasterDeviceModelPayload as bt, newMasterDeviceModelPayload as bu, findMasterDeviceModels as bv, createMasterDeviceModel as bw, updateMasterDeviceModel as bx, deleteMasterDeviceModel as by, getMasterDeviceModelCache as bz, type MasterMainCountry as c, type OrganisationTagQueryDTO as c$, type AssignRemoveDeviceHistory as c0, MasterDeviceSchema as c1, type MasterDeviceDTO as c2, MasterDeviceQuerySchema as c3, type MasterDeviceQueryDTO as c4, DeviceSimLinkSchema as c5, type DeviceSimLinkDTO as c6, toMasterDevicePayload as c7, newMasterDevicePayload as c8, findMasterDevices as c9, toOrganisationBranchPayload as cA, newOrganisationBranchPayload as cB, findOrganisationBranches as cC, createOrganisationBranch as cD, updateOrganisationBranch as cE, deleteOrganisationBranch as cF, getOrganisationBranchCache as cG, getOrganisationBranchCacheChild as cH, getOrganisationBranchCacheCount as cI, type OrganisationColor as cJ, OrganisationColorSchema as cK, type OrganisationColorDTO as cL, OrganisationColorQuerySchema as cM, type OrganisationColorQueryDTO as cN, toOrganisationColorPayload as cO, newOrganisationColorPayload as cP, findOrganisationColors as cQ, createOrganisationColor as cR, updateOrganisationColor as cS, deleteOrganisationColor as cT, getOrganisationColorCache as cU, getOrganisationColorCacheChild as cV, getOrganisationColorCacheCount as cW, type OrganisationTag as cX, OrganisationTagSchema as cY, type OrganisationTagDTO as cZ, OrganisationTagQuerySchema as c_, createMasterDevice as ca, updateMasterDevice as cb, deleteMasterDevice as cc, device_sim_link as cd, device_sim_unlink as ce, get_device_sim_link_history_by_sim as cf, get_device_sim_link_history_by_device as cg, type OrganisationSubCompany as ch, OrganisationSubCompanySchema as ci, type OrganisationSubCompanyDTO as cj, OrganisationSubCompanyQuerySchema as ck, type OrganisationSubCompanyQueryDTO as cl, toOrganisationSubCompanyPayload as cm, newOrganisationSubCompanyPayload as cn, findOrganisationSubCompanies as co, createOrganisationSubCompany as cp, updateOrganisationSubCompany as cq, deleteOrganisationSubCompany as cr, getOrganisationSubCompanyCache as cs, getOrganisationSubCompanyCacheChild as ct, getOrganisationSubCompanyCacheCount as cu, type OrganisationBranch as cv, OrganisationBranchSchema as cw, type OrganisationBranchDTO as cx, OrganisationBranchQuerySchema as cy, type OrganisationBranchQueryDTO as cz, type MasterMainState as d, type MasterVehicleStatusType as d$, toOrganisationTagPayload as d0, newOrganisationTagPayload as d1, findOrganisationTags as d2, createOrganisationTag as d3, updateOrganisationTag as d4, deleteOrganisationTag as d5, getOrganisationTagCache as d6, getOrganisationTagCacheChild as d7, getOrganisationTagCacheCount as d8, type OrganisationGroup as d9, getMasterVehicleSubModelCache as dA, type MasterVehicleModel as dB, MasterVehicleModelSchema as dC, type MasterVehicleModelDTO as dD, MasterVehicleModelQuerySchema as dE, type MasterVehicleModelQueryDTO as dF, toMasterVehicleModelPayload as dG, newMasterVehicleModelPayload as dH, findMasterVehicleModels as dI, createMasterVehicleModel as dJ, updateMasterVehicleModel as dK, deleteMasterVehicleModel as dL, getMasterVehicleModelCache as dM, type MasterVehicleMake as dN, MasterVehicleMakeSchema as dO, type MasterVehicleMakeDTO as dP, MasterVehicleMakeQuerySchema as dQ, type MasterVehicleMakeQueryDTO as dR, toMasterVehicleMakePayload as dS, newMasterVehicleMakePayload as dT, findMasterVehicleMakes as dU, createMasterVehicleMake as dV, updateMasterVehicleMake as dW, deleteMasterVehicleMake as dX, getMasterVehicleMakeCacheAdmin as dY, getMasterVehicleMakeCache as dZ, getMasterVehicleMakeCacheChild as d_, type VehicleOrganisationGroupLink as da, OrganisationGroupSchema as db, type OrganisationGroupDTO as dc, OrganisationGroupQuerySchema as dd, type OrganisationGroupQueryDTO as de, toOrganisationGroupPayload as df, newOrganisationGroupPayload as dg, findOrganisationGroups as dh, createOrganisationGroup as di, updateOrganisationGroup as dj, deleteOrganisationGroup as dk, getOrganisationGroupCache as dl, getOrganisationGroupCacheChild as dm, getOrganisationGroupCacheCount as dn, type MasterVehicleSubModel as dp, MasterVehicleSubModelSchema as dq, type MasterVehicleSubModelDTO as dr, MasterVehicleSubModelQuerySchema as ds, type MasterVehicleSubModelQueryDTO as dt, toMasterVehicleSubModelPayload as du, newMasterVehicleSubModelPayload as dv, findMasterVehicleSubModels as dw, createMasterVehicleSubModel as dx, updateMasterVehicleSubModel as dy, deleteMasterVehicleSubModel as dz, type MasterDevice as e, SimpleFindQuerySchema as e$, MasterVehicleStatusTypeSchema as e0, type MasterVehicleStatusTypeDTO as e1, MasterVehicleStatusTypeQuerySchema as e2, type MasterVehicleStatusTypeQueryDTO as e3, toMasterVehicleStatusTypePayload as e4, newMasterVehicleStatusTypePayload as e5, findMasterVehicleStatusTypes as e6, createMasterVehicleStatusType as e7, updateMasterVehicleStatusType as e8, deleteMasterVehicleStatusType as e9, getMasterVehicleTypeCacheCount as eA, type MasterVehicleFuelType as eB, MasterVehicleFuelTypeSchema as eC, type MasterVehicleFuelTypeDTO as eD, MasterVehicleFuelTypeQuerySchema as eE, type MasterVehicleFuelTypeQueryDTO as eF, toMasterVehicleFuelTypePayload as eG, newMasterVehicleFuelTypePayload as eH, findMasterVehicleFuelTypes as eI, createMasterVehicleFuelType as eJ, updateMasterVehicleFuelType as eK, deleteMasterVehicleFuelType as eL, getMasterVehicleFuelTypeCache as eM, type MasterVehicleDropdown as eN, type VehicleDetailBody as eO, type VehicleDetailLifeCycle as eP, type VehicleDetailPurchase as eQ, type VehicleDetailGPS as eR, type VehicleDetailTrip as eS, VehicleSchema as eT, type VehicleDTO as eU, VehicleDeviceLinkSchema as eV, type VehicleDeviceLinkDTO as eW, VehicleDeviceUnlinkSchema as eX, type VehicleDeviceUnlinkDTO as eY, VehicleDriverLinkSchema as eZ, type VehicleDriverLinkDTO as e_, getMasterVehicleStatusTypeCache as ea, type MasterVehicleOwnershipType as eb, MasterVehicleOwnershipTypeSchema as ec, type MasterVehicleOwnershipTypeDTO as ed, MasterVehicleOwnershipTypeQuerySchema as ee, type MasterVehicleOwnershipTypeQueryDTO as ef, toMasterVehicleOwnershipTypePayload as eg, newMasterVehicleOwnershipTypePayload as eh, findMasterVehicleOwnershipTypes as ei, createMasterVehicleOwnershipType as ej, updateMasterVehicleOwnershipType as ek, deleteMasterVehicleOwnershipType as el, getMasterVehicleOwnershipTypeCache as em, type MasterVehicleType as en, MasterVehicleTypeSchema as eo, type MasterVehicleTypeDTO as ep, MasterVehicleTypeQuerySchema as eq, type MasterVehicleTypeQueryDTO as er, toMasterVehicleTypePayload as es, newMasterVehicleTypePayload as et, findMasterVehicleTypes as eu, createMasterVehicleType as ev, updateMasterVehicleType as ew, deleteMasterVehicleType as ex, getMasterVehicleTypeCache as ey, getMasterVehicleTypeCacheChild as ez, type MasterMainIndustry as f, MasterUserStatusSchema as f$, type SimpleFindQueryDTO as f0, VehicleDetailBodySchema as f1, type VehicleDetailBodyDTO as f2, VehicleDetailGPSMainSchema as f3, type VehicleDetailGPSMainDTO as f4, VehicleDetailGPSDataSchema as f5, type VehicleDetailGPSDataDTO as f6, VehicleDetailGPSAnalyticsSchema as f7, type VehicleDetailGPSAnalyticsDTO as f8, VehicleDetailLifeCycleSchema as f9, updateVehicleGPSDetailsAnalytics as fA, updateVehicleTripDetails as fB, linkDriverToVehicle as fC, unlinkDriverFromVehicle as fD, getDriverLinkHistoryByVehicle as fE, getDriverLinkHistoryByDriver as fF, linkDeviceToVehicle as fG, unlinkDeviceFromVehicle as fH, getDeviceLinkHistoryByVehicle as fI, getDeviceLinkHistoryByDevice as fJ, getVehicleCache as fK, getVehicleSimpleCache as fL, getVehicleSimpleDropdownCustom as fM, getVehicleParentCache as fN, type MasterUserRole as fO, MasterUserRoleSchema as fP, type MasterUserRoleDTO as fQ, MasterUserRoleQuerySchema as fR, type MasterUserRoleQueryDTO as fS, toMasterUserRolePayload as fT, newMasterUserRolePayload as fU, findMasterUserRoles as fV, createMasterUserRole as fW, updateMasterUserRole as fX, deleteMasterUserRole as fY, getMasterUserRoleCache as fZ, type MasterUserStatus as f_, type VehicleDetailLifeCycleDto as fa, VehicleDetailPurchaseSchema as fb, type VehicleDetailPurchaseDTO as fc, VehicleDetailTripSchema as fd, type VehicleDetailTripDTO as fe, VehicleQuerySchema as ff, type VehicleQueryDTO as fg, VehicleGPSQuerySchema as fh, type VehicleGPSQueryDTO as fi, toVehiclePayload as fj, newVehiclePayload as fk, toVehicleDetailsGPSPayload as fl, toVehicleDetailsBodyPayload as fm, toVehicleDetailPurchasePayload as fn, toVehicleDetailLifeCyclePayload as fo, findVehicles as fp, findVehiclesLiveDashboard as fq, findVehicleGPSDetails as fr, createVehicle as fs, updateVehicle as ft, deleteVehicle as fu, updateVehicleBodyDetails as fv, updateVehicleLifeCycleDetails as fw, updateVehiclePurchaseDetails as fx, updateVehicleGPSDetailsMain as fy, updateVehicleGPSDetailsData as fz, MasterMainIndustrySchema as g, toMasterExpenseNamePayload as g$, type MasterUserStatusDTO as g0, MasterUserStatusQuerySchema as g1, type MasterUserStatusQueryDTO as g2, toMasterUserStatusPayload as g3, newMasterUserStatusPayload as g4, findMasterUserStatuses as g5, createMasterUserStatus as g6, updateMasterUserStatus as g7, deleteMasterUserStatus as g8, getMasterUserStatusCache as g9, type UserDefaultTimeZoneDTO as gA, UserDefaultDateFormatSchema as gB, type UserDefaultDateFormatDTO as gC, UserLoginPushSchema as gD, type UserLoginPushDTO as gE, newUserPayload as gF, toUserPayload as gG, findUsers as gH, createUser as gI, updateUser as gJ, deleteUser as gK, getUserCache as gL, getUserCacheSimple as gM, getUserPresignedUrl as gN, updateUserDefaultPage as gO, updateUserDefaultTheme as gP, updateUserDefaultLanguage as gQ, updateUserDefaultTimezone as gR, updateUserDefaultDateformat as gS, createUserLoginPush as gT, updateUserLoginPush as gU, deleteUserLoginPush as gV, type MasterExpenseName as gW, MasterExpenseNameSchema as gX, type MasterExpenseNameDTO as gY, MasterExpenseNameQuerySchema as gZ, type MasterExpenseNameQueryDTO as g_, type MasterMainLanguage as ga, MasterMainLanguageSchema as gb, type MasterMainLanguageDTO as gc, MasterMainLanguageQuerySchema as gd, type MasterMainLanguageQueryDTO as ge, toMasterMainLanguagePayload as gf, newMasterMainLanguagePayload as gg, findMasterMainLanguages as gh, createMasterMainLanguage as gi, updateMasterMainLanguage as gj, deleteMasterMainLanguage as gk, getMasterMainLanguageCache as gl, type UserAccessControl as gm, UserAccessControlSchema as gn, type UserAccessControlDTO as go, CreateUserSchema as gp, type CreateUserDTO as gq, UserQuerySchema as gr, type UserQueryDTO as gs, UserDefaultPageSchema as gt, type UserDefaultPageDTO as gu, UserDefaultThemeSchema as gv, type UserDefaultThemeDTO as gw, UserDefaultLanguageSchema as gx, type UserDefaultLanguageDTO as gy, UserDefaultTimeZoneSchema as gz, type MasterMainIndustryDTO as h, newMasterFleetIncidentTypePayload as h$, newMasterExpenseNamePayload as h0, findMasterExpenseNames as h1, createMasterExpenseName as h2, updateMasterExpenseName as h3, deleteMasterExpenseName as h4, getMasterExpenseNameCache as h5, type MasterExpenseType as h6, MasterExpenseTypeSchema as h7, type MasterExpenseTypeDTO as h8, MasterExpenseTypeQuerySchema as h9, newMasterTyreModelPayload as hA, findMasterTyreModels as hB, createMasterTyreModel as hC, updateMasterTyreModel as hD, deleteMasterTyreModel as hE, getMasterTyreModelCache as hF, type MasterTyreMake as hG, MasterTyreMakeSchema as hH, type MasterTyreMakeDTO as hI, MasterTyreMakeQuerySchema as hJ, type MasterTyreMakeQueryDTO as hK, toMasterTyreMakePayload as hL, newMasterTyreMakePayload as hM, findMasterTyreMakes as hN, createMasterTyreMake as hO, updateMasterTyreMake as hP, deleteMasterTyreMake as hQ, getMasterTyreMakeCacheAdmin as hR, getMasterTyreMakeCache as hS, getMasterTyreMakeCacheCount as hT, getMasterTyreMakeCacheChild as hU, type MasterFleetIncidentType as hV, MasterFleetIncidentTypeSchema as hW, type MasterFleetIncidentTypeDTO as hX, MasterFleetIncidentTypeQuerySchema as hY, type MasterFleetIncidentTypeQueryDTO as hZ, toMasterFleetIncidentTypePayload as h_, type MasterExpenseTypeQueryDTO as ha, toMasterExpenseTypePayload as hb, newMasterExpenseTypePayload as hc, findMasterExpenseTypes as hd, createMasterExpenseType as he, updateMasterExpenseType as hf, deleteMasterExpenseType as hg, getMasterExpenseTypeCache as hh, type MasterTyreGrade as hi, MasterTyreGradeSchema as hj, type MasterTyreGradeDTO as hk, MasterTyreGradeQuerySchema as hl, type MasterTyreGradeQueryDTO as hm, toMasterTyreGradePayload as hn, newMasterTyreGradePayload as ho, findMasterTyreGrades as hp, createMasterTyreGrade as hq, updateMasterTyreGrade as hr, deleteMasterTyreGrade as hs, getMasterTyreGradeCache as ht, type MasterTyreModel as hu, MasterTyreModelSchema as hv, type MasterTyreModelDTO as hw, MasterTyreModelQuerySchema as hx, type MasterTyreModelQueryDTO as hy, toMasterTyreModelPayload as hz, MasterMainIndustryQuerySchema as i, createMasterTripPartyType as i$, findMasterFleetIncidentTypes as i0, createMasterFleetIncidentType as i1, updateMasterFleetIncidentType as i2, deleteMasterFleetIncidentType as i3, getMasterFleetIncidentTypeCache as i4, type MasterFleetIncidentStatus as i5, MasterFleetIncidentStatusSchema as i6, type MasterFleetIncidentStatusDTO as i7, MasterFleetIncidentStatusQuerySchema as i8, type MasterFleetIncidentStatusQueryDTO as i9, toMasterFleetInsuranceClaimStatusPayload as iA, newMasterFleetInsuranceClaimStatusPayload as iB, findMasterFleetInsuranceClaimStatuses as iC, createMasterFleetInsuranceClaimStatus as iD, updateMasterFleetInsuranceClaimStatus as iE, deleteMasterFleetInsuranceClaimStatus as iF, getMasterFleetInsuranceClaimStatusCache as iG, type MasterFleetServiceTask as iH, MasterFleetServiceTaskSchema as iI, type MasterFleetServiceTaskDTO as iJ, MasterFleetServiceTaskQuerySchema as iK, type MasterFleetServiceTaskQueryDTO as iL, toMasterFleetServiceTaskPayload as iM, newMasterFleetServiceTaskPayload as iN, findMasterFleetServiceTasks as iO, createMasterFleetServiceTask as iP, updateMasterFleetServiceTask as iQ, deleteMasterFleetServiceTask as iR, getMasterFleetServiceTaskCache as iS, type MasterTripPartyType as iT, MasterTripPartyTypeSchema as iU, type MasterTripPartyTypeDTO as iV, MasterTripPartyTypeQuerySchema as iW, type MasterTripPartyTypeQueryDTO as iX, toMasterTripPartyTypePayload as iY, newMasterTripPartyTypePayload as iZ, findMasterTripPartyTypes as i_, toMasterFleetIncidentStatusPayload as ia, newMasterFleetIncidentStatusPayload as ib, findMasterFleetIncidentStatuses as ic, createMasterFleetIncidentStatus as id, updateMasterFleetIncidentStatus as ie, deleteMasterFleetIncidentStatus as ig, getMasterFleetIncidentStatusCache as ih, type MasterFleetIncidentSeverity as ii, MasterFleetIncidentSeveritySchema as ij, type MasterFleetIncidentSeverityDTO as ik, MasterFleetIncidentSeverityQuerySchema as il, type MasterFleetIncidentSeverityQueryDTO as im, toMasterFleetIncidentSeverityPayload as io, newMasterFleetIncidentSeverityPayload as ip, findMasterFleetIncidentSeverities as iq, createMasterFleetIncidentSeverity as ir, updateMasterFleetIncidentSeverity as is, deleteMasterFleetIncidentSeverity as it, getMasterFleetIncidentSeverityCache as iu, type MasterFleetInsuranceClaimStatus as iv, MasterFleetInsuranceClaimStatusSchema as iw, type MasterFleetInsuranceClaimStatusDTO as ix, MasterFleetInsuranceClaimStatusQuerySchema as iy, type MasterFleetInsuranceClaimStatusQueryDTO as iz, type MasterMainIndustryQueryDTO as j, updateUserOrganisation as j$, updateMasterTripPartyType as j0, deleteMasterTripPartyType as j1, getMasterTripPartyTypeCache as j2, type MasterVendorType as j3, MasterVendorTypeSchema as j4, type MasterVendorTypeDTO as j5, MasterVendorTypeQuerySchema as j6, type MasterVendorTypeQueryDTO as j7, toMasterVendorTypePayload as j8, newMasterVendorTypePayload as j9, updateMasterSparePartCategory as jA, deleteMasterSparePartCategory as jB, getMasterSparePartCategoryCacheAdmin as jC, getMasterSparePartCategoryCache as jD, getMasterSparePartCategoryCacheChild as jE, getMasterSparePartCategoryCacheCount as jF, type MasterSparePartUnit as jG, MasterSparePartUnitSchema as jH, type MasterSparePartUnitDTO as jI, SparePartUnitQuerySchema as jJ, type SparePartUnitQueryDTO as jK, toMasterSparePartUnitPayload as jL, newMasterSparePartUnitPayload as jM, findMasterSparePartUnits as jN, createMasterSparePartUnit as jO, updateMasterSparePartUnit as jP, deleteMasterSparePartUnit as jQ, getMasterSparePartUnitCache as jR, type UserOrganisationSimple as jS, UserOrganisationSchema as jT, type UserOrganisationDTO as jU, UserOrganisationQuerySchema as jV, type UserOrganisationQueryDTO as jW, toUserOrganisationPayload as jX, newUserOrganisationPayload as jY, findUserOrganisations as jZ, createUserOrganisation as j_, findMasterVendorTypes as ja, createMasterVendorType as jb, updateMasterVendorType as jc, deleteMasterVendorType as jd, getMasterVendorTypeCache as je, type MasterSparePartSubCategory as jf, MasterSparePartSubCategorySchema as jg, type MasterSparePartSubCategoryDTO as jh, SparePartSubCategoryQuerySchema as ji, type SparePartSubCategoryQueryDTO as jj, toMasterSparePartSubCategoryPayload as jk, newMasterSparePartSubCategoryPayload as jl, findMasterSparePartSubCategories as jm, createMasterSparePartSubCategory as jn, updateMasterSparePartSubCategory as jo, deleteMasterSparePartSubCategory as jp, getMasterSparePartSubCategoryCache as jq, type MasterSparePartCategory as jr, MasterSparePartCategorySchema as js, type MasterSparePartCategoryDTO as jt, SparePartCategoryQuerySchema as ju, type SparePartCategoryQueryDTO as jv, toMasterSparePartCategoryPayload as jw, newMasterSparePartCategoryPayload as jx, findMasterSparePartCategories as jy, createMasterSparePartCategory as jz, findMasterMainIndustries as k, deleteUserOrganisation as k0, getUserOrganisationCache as k1, getUserOrganisationCacheSimple as k2, getUserOrganisationPresignedUrl as k3, createMasterMainIndustry as l, deleteMasterMainIndustry as m, newMasterMainIndustryPayload as n, getMasterMainIndustryCache as o, type MasterMainCurrency as p, MasterMainCurrencySchema as q, type MasterMainCurrencyDTO as r, MasterMainCurrencyQuerySchema as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, type MasterMainCurrencyQueryDTO as v, toMasterMainCurrencyPayload as w, newMasterMainCurrencyPayload as x, findMasterMainCurrencies as y, createMasterMainCurrency as z };
|
|
8050
|
+
export { deleteMasterMainState as $, createMasterMainCurrency as A, updateMasterMainCurrency as B, deleteMasterMainCurrency as C, getMasterMainCurrencyCache as D, type MasterMainTimeZone as E, MasterMainTimeZoneSchema as F, type MasterMainTimeZoneDTO as G, MasterMainTimeZoneQuerySchema as H, type MasterMainTimeZoneQueryDTO as I, toMasterMainTimeZonePayload as J, newMasterMainTimeZonePayload as K, findMasterMainTimeZones as L, type MasterVehicle as M, createMasterMainTimeZone as N, updateMasterMainTimeZone as O, deleteMasterMainTimeZone as P, getMasterMainTimeZoneCache as Q, MasterMainStateSchema as R, type MasterMainStateDTO as S, MasterMainStateQuerySchema as T, type UserOrganisation as U, type MasterMainStateQueryDTO as V, toMasterMainStatePayload as W, newMasterMainStatePayload as X, findMasterMainStates as Y, createMasterMainState as Z, updateMasterMainState as _, type User as a, type MasterDriverDTO as a$, getMasterMainStateCache as a0, MasterMainCountrySchema as a1, type MasterMainCountryDTO as a2, MasterMainCountryQuerySchema as a3, type MasterMainCountryQueryDTO as a4, toMasterMainCountryPayload as a5, newMasterMainCountryPayload as a6, findMasterMainCountries as a7, createMasterMainCountry as a8, updateMasterMainCountry as a9, getMasterMainUnitDistanceCache as aA, type MasterMainUnitMileage as aB, MasterMainUnitMileageSchema as aC, type MasterMainUnitMileageDTO as aD, MasterMainUnitMileageQuerySchema as aE, type MasterMainUnitMileageQueryDTO as aF, toMasterMainUnitMileagePayload as aG, newMasterMainUnitMileagePayload as aH, findMasterMainUnitMileages as aI, createMasterMainUnitMileage as aJ, updateMasterMainUnitMileage as aK, deleteMasterMainUnitMileage as aL, getMasterMainUnitMileageCache as aM, type MasterMainUnitVolume as aN, MasterMainUnitVolumeSchema as aO, type MasterMainUnitVolumeDTO as aP, MasterMainUnitVolumeQuerySchema as aQ, type MasterMainUnitVolumeQueryDTO as aR, toMasterMainUnitVolumePayload as aS, newMasterMainUnitVolumePayload as aT, findMasterMainUnitVolumes as aU, createMasterMainUnitVolume as aV, updateMasterMainUnitVolume as aW, deleteMasterMainUnitVolume as aX, getMasterMainUnitVolumeCache as aY, type AssignRemoveDriverHistory as aZ, MasterDriverSchema as a_, deleteMasterMainCountry as aa, getMasterMainCountryCache as ab, getMasterMainCountryCacheChild as ac, type MasterMainDateFormat as ad, MasterMainDateFormatSchema as ae, type MasterMainDateFormatDTO as af, MasterMainDateFormatQuerySchema as ag, type MasterMainDateFormatQueryDTO as ah, toMasterMainDateFormatPayload as ai, newMasterMainDateFormatPayload as aj, findMasterMainDateFormats as ak, createMasterMainDateFormat as al, updateMasterMainDateFormat as am, deleteMasterMainDateFormat as an, getMasterMainDateFormatCache as ao, type MasterMainUnitDistance as ap, MasterMainUnitDistanceSchema as aq, type MasterMainUnitDistanceDTO as ar, MasterMainUnitDistanceQuerySchema as as, type MasterMainUnitDistanceQueryDTO as at, toMasterMainUnitDistancePayload as au, newMasterMainUnitDistancePayload as av, findMasterMainUnitDistances as aw, createMasterMainUnitDistance as ax, updateMasterMainUnitDistance as ay, deleteMasterMainUnitDistance as az, type MasterDriver as b, updateMasterSim as b$, DriverQuerySchema as b0, type DriverQueryDTO as b1, toDriverPayload as b2, newDriverPayload as b3, findDrivers as b4, createDriver as b5, updateDriver as b6, deleteDriver as b7, getPresignedUrlForDriver as b8, getDriverCache as b9, getMasterDeviceModelCache as bA, getMasterDeviceModelCacheCount as bB, getMasterDeviceModelCacheChild as bC, type MasterDeviceManufacturer as bD, MasterDeviceManufacturerSchema as bE, type MasterDeviceManufacturerDTO as bF, MasterDeviceManufacturerQuerySchema as bG, type MasterDeviceManufacturerQueryDTO as bH, toMasterDeviceManufacturerPayload as bI, newMasterDeviceManufacturerPayload as bJ, findMasterDeviceManufacturers as bK, createMasterDeviceManufacturer as bL, updateMasterDeviceManufacturer as bM, deleteMasterDeviceManufacturer as bN, getMasterDeviceManufacturerCache as bO, getMasterDeviceManufacturerCacheCount as bP, getMasterDeviceManufacturerCacheChild as bQ, type MasterSim as bR, type AssignRemoveSimHistory as bS, MasterSimSchema as bT, type MasterSimDTO as bU, MasterSimQuerySchema as bV, type MasterSimQueryDTO as bW, toMasterSimPayload as bX, newMasterSimPayload as bY, findMasterSims as bZ, createMasterSim as b_, getDriverSimpleCache as ba, type MasterDeviceType as bb, MasterDeviceTypeSchema as bc, type MasterDeviceTypeDTO as bd, MasterDeviceTypeQuerySchema as be, type MasterDeviceTypeQueryDTO as bf, toMasterDeviceTypePayload as bg, newMasterDeviceTypePayload as bh, findMasterDeviceTypes as bi, createMasterDeviceType as bj, updateMasterDeviceType as bk, deleteMasterDeviceType as bl, getMasterDeviceTypeCache as bm, getMasterDeviceTypeCacheCount as bn, getMasterDeviceTypeCacheChild as bo, type MasterDeviceModel as bp, MasterDeviceModelSchema as bq, type MasterDeviceModelDTO as br, MasterDeviceModelQuerySchema as bs, type MasterDeviceModelQueryDTO as bt, toMasterDeviceModelPayload as bu, newMasterDeviceModelPayload as bv, findMasterDeviceModels as bw, createMasterDeviceModel as bx, updateMasterDeviceModel as by, deleteMasterDeviceModel as bz, type MasterDevice as c, OrganisationTagQuerySchema as c$, deleteMasterSim as c0, type AssignRemoveDeviceHistory as c1, MasterDeviceSchema as c2, type MasterDeviceDTO as c3, MasterDeviceQuerySchema as c4, type MasterDeviceQueryDTO as c5, DeviceSimLinkSchema as c6, type DeviceSimLinkDTO as c7, toMasterDevicePayload as c8, newMasterDevicePayload as c9, type OrganisationBranchQueryDTO as cA, toOrganisationBranchPayload as cB, newOrganisationBranchPayload as cC, findOrganisationBranchs as cD, createOrganisationBranch as cE, updateOrganisationBranch as cF, deleteOrganisationBranch as cG, getOrganisationBranchCache as cH, getOrganisationBranchCacheCount as cI, getOrganisationBranchCacheChild as cJ, type OrganisationColor as cK, OrganisationColorSchema as cL, type OrganisationColorDTO as cM, OrganisationColorQuerySchema as cN, type OrganisationColorQueryDTO as cO, toOrganisationColorPayload as cP, newOrganisationColorPayload as cQ, findOrganisationColors as cR, createOrganisationColor as cS, updateOrganisationColor as cT, deleteOrganisationColor as cU, getOrganisationColorCache as cV, getOrganisationColorCacheCount as cW, getOrganisationColorCacheChild as cX, type OrganisationTag as cY, OrganisationTagSchema as cZ, type OrganisationTagDTO as c_, findMasterDevices as ca, createMasterDevice as cb, updateMasterDevice as cc, deleteMasterDevice as cd, device_sim_link as ce, device_sim_unlink as cf, get_device_sim_link_history_by_sim as cg, get_device_sim_link_history_by_device as ch, type OrganisationSubCompany as ci, OrganisationSubCompanySchema as cj, type OrganisationSubCompanyDTO as ck, OrganisationSubCompanyQuerySchema as cl, type OrganisationSubCompanyQueryDTO as cm, toOrganisationSubCompanyPayload as cn, newOrganisationSubCompanyPayload as co, findOrganisationSubCompanyies as cp, createOrganisationSubCompany as cq, updateOrganisationSubCompany as cr, deleteOrganisationSubCompany as cs, getOrganisationSubCompanyCache as ct, getOrganisationSubCompanyCacheCount as cu, getOrganisationSubCompanyCacheChild as cv, type OrganisationBranch as cw, OrganisationBranchSchema as cx, type OrganisationBranchDTO as cy, OrganisationBranchQuerySchema as cz, type MasterVehicleFuelType as d, updateMasterVehicleMake as d$, type OrganisationTagQueryDTO as d0, toOrganisationTagPayload as d1, newOrganisationTagPayload as d2, findOrganisationTags as d3, createOrganisationTag as d4, updateOrganisationTag as d5, deleteOrganisationTag as d6, getOrganisationTagCache as d7, getOrganisationTagCacheCount as d8, getOrganisationTagCacheChild as d9, deleteMasterVehicleSubModel as dA, getMasterVehicleSubModelCache as dB, getMasterVehicleSubModelCacheCount as dC, getMasterVehicleSubModelCacheChild as dD, type MasterVehicleModel as dE, MasterVehicleModelSchema as dF, type MasterVehicleModelDTO as dG, MasterVehicleModelQuerySchema as dH, type MasterVehicleModelQueryDTO as dI, toMasterVehicleModelPayload as dJ, newMasterVehicleModelPayload as dK, findMasterVehicleModels as dL, createMasterVehicleModel as dM, updateMasterVehicleModel as dN, deleteMasterVehicleModel as dO, getMasterVehicleModelCache as dP, getMasterVehicleModelCacheCount as dQ, getMasterVehicleModelCacheChild as dR, type MasterVehicleMake as dS, MasterVehicleMakeSchema as dT, type MasterVehicleMakeDTO as dU, MasterVehicleMakeQuerySchema as dV, type MasterVehicleMakeQueryDTO as dW, toMasterVehicleMakePayload as dX, newMasterVehicleMakePayload as dY, findMasterVehicleMakes as dZ, createMasterVehicleMake as d_, type OrganisationGroup as da, type VehicleOrganisationGroupLink as db, OrganisationGroupSchema as dc, type OrganisationGroupDTO as dd, OrganisationGroupQuerySchema as de, type OrganisationGroupQueryDTO as df, toOrganisationGroupPayload as dg, newOrganisationGroupPayload as dh, findOrganisationGroups as di, createOrganisationGroup as dj, updateOrganisationGroup as dk, deleteOrganisationGroup as dl, getOrganisationGroupCache as dm, getOrganisationGroupCacheCount as dn, getOrganisationGroupCacheChild as dp, type MasterVehicleSubModel as dq, MasterVehicleSubModelSchema as dr, type MasterVehicleSubModelDTO as ds, MasterVehicleSubModelQuerySchema as dt, type MasterVehicleSubModelQueryDTO as du, toMasterVehicleSubModelPayload as dv, newMasterVehicleSubModelPayload as dw, findMasterVehicleSubModels as dx, createMasterVehicleSubModel as dy, updateMasterVehicleSubModel as dz, type MasterMainCountry as e, type VehicleDetailGPS as e$, deleteMasterVehicleMake as e0, getMasterVehicleMakeCache as e1, getMasterVehicleMakeCacheCount as e2, getMasterVehicleMakeCacheChild as e3, type MasterVehicleStatusType as e4, MasterVehicleStatusTypeSchema as e5, type MasterVehicleStatusTypeDTO as e6, MasterVehicleStatusTypeQuerySchema as e7, type MasterVehicleStatusTypeQueryDTO as e8, toMasterVehicleStatusTypePayload as e9, type MasterVehicleTypeQueryDTO as eA, toMasterVehicleTypePayload as eB, newMasterVehicleTypePayload as eC, findMasterVehicleTypes as eD, createMasterVehicleType as eE, updateMasterVehicleType as eF, deleteMasterVehicleType as eG, getMasterVehicleTypeCache as eH, getMasterVehicleTypeCacheCount as eI, getMasterVehicleTypeCacheChild as eJ, MasterVehicleFuelTypeSchema as eK, type MasterVehicleFuelTypeDTO as eL, MasterVehicleFuelTypeQuerySchema as eM, type MasterVehicleFuelTypeQueryDTO as eN, toMasterVehicleFuelTypePayload as eO, newMasterVehicleFuelTypePayload as eP, findMasterVehicleFuelTypes as eQ, createMasterVehicleFuelType as eR, updateMasterVehicleFuelType as eS, deleteMasterVehicleFuelType as eT, getMasterVehicleFuelTypeCache as eU, getMasterVehicleFuelTypeCacheCount as eV, getMasterVehicleFuelTypeCacheChild as eW, type MasterVehicleDropdown as eX, type VehicleDetailBody as eY, type VehicleDetailLifeCycle as eZ, type VehicleDetailPurchase as e_, newMasterVehicleStatusTypePayload as ea, findMasterVehicleStatusTypes as eb, createMasterVehicleStatusType as ec, updateMasterVehicleStatusType as ed, deleteMasterVehicleStatusType as ee, getMasterVehicleStatusTypeCache as ef, getMasterVehicleStatusTypeCacheCount as eg, getMasterVehicleStatusTypeCacheChild as eh, type MasterVehicleOwnershipType as ei, MasterVehicleOwnershipTypeSchema as ej, type MasterVehicleOwnershipTypeDTO as ek, MasterVehicleOwnershipTypeQuerySchema as el, type MasterVehicleOwnershipTypeQueryDTO as em, toMasterVehicleOwnershipTypePayload as en, newMasterVehicleOwnershipTypePayload as eo, findMasterVehicleOwnershipTypes as ep, createMasterVehicleOwnershipType as eq, updateMasterVehicleOwnershipType as er, deleteMasterVehicleOwnershipType as es, getMasterVehicleOwnershipTypeCache as et, getMasterVehicleOwnershipTypeCacheCount as eu, getMasterVehicleOwnershipTypeCacheChild as ev, type MasterVehicleType as ew, MasterVehicleTypeSchema as ex, type MasterVehicleTypeDTO as ey, MasterVehicleTypeQuerySchema as ez, type MasterMainState as f, MasterUserRoleQuerySchema as f$, type VehicleDetailTrip as f0, VehicleSchema as f1, type VehicleDTO as f2, VehicleDeviceLinkSchema as f3, type VehicleDeviceLinkDTO as f4, VehicleDeviceUnlinkSchema as f5, type VehicleDeviceUnlinkDTO as f6, VehicleDriverLinkSchema as f7, type VehicleDriverLinkDTO as f8, SimpleFindQuerySchema as f9, findVehiclesLiveDashboard as fA, findVehicleGPSDetails as fB, createVehicle as fC, updateVehicle as fD, deleteVehicle as fE, updateVehicleBodyDetails as fF, updateVehicleLifeCycleDetails as fG, updateVehiclePurchaseDetails as fH, updateVehicleGPSDetailsMain as fI, updateVehicleGPSDetailsData as fJ, updateVehicleGPSDetailsAnalytics as fK, updateVehicleTripDetails as fL, linkDriverToVehicle as fM, unlinkDriverFromVehicle as fN, getDriverLinkHistoryByVehicle as fO, getDriverLinkHistoryByDriver as fP, linkDeviceToVehicle as fQ, unlinkDeviceFromVehicle as fR, getDeviceLinkHistoryByVehicle as fS, getDeviceLinkHistoryByDevice as fT, getVehicleCache as fU, getVehicleSimpleCache as fV, getVehicleSimpleDropdownCustom as fW, getVehicleParentCache as fX, type MasterUserRole as fY, MasterUserRoleSchema as fZ, type MasterUserRoleDTO as f_, type SimpleFindQueryDTO as fa, VehicleDetailBodySchema as fb, type VehicleDetailBodyDTO as fc, VehicleDetailGPSMainSchema as fd, type VehicleDetailGPSMainDTO as fe, VehicleDetailGPSDataSchema as ff, type VehicleDetailGPSDataDTO as fg, VehicleDetailGPSAnalyticsSchema as fh, type VehicleDetailGPSAnalyticsDTO as fi, VehicleDetailLifeCycleSchema as fj, type VehicleDetailLifeCycleDto as fk, VehicleDetailPurchaseSchema as fl, type VehicleDetailPurchaseDTO as fm, VehicleDetailTripSchema as fn, type VehicleDetailTripDTO as fo, VehicleQuerySchema as fp, type VehicleQueryDTO as fq, VehicleGPSQuerySchema as fr, type VehicleGPSQueryDTO as fs, toVehiclePayload as ft, newVehiclePayload as fu, toVehicleDetailsGPSPayload as fv, toVehicleDetailsBodyPayload as fw, toVehicleDetailPurchasePayload as fx, toVehicleDetailLifeCyclePayload as fy, findVehicles as fz, type MasterMainIndustry as g, updateUserDefaultTheme as g$, type MasterUserRoleQueryDTO as g0, toMasterUserRolePayload as g1, newMasterUserRolePayload as g2, findMasterUserRoles as g3, createMasterUserRole as g4, updateMasterUserRole as g5, deleteMasterUserRole as g6, getMasterUserRoleCache as g7, getMasterUserRoleCacheCount as g8, type MasterUserStatus as g9, type UserAccessControlDTO as gA, CreateUserSchema as gB, type CreateUserDTO as gC, UserQuerySchema as gD, type UserQueryDTO as gE, UserDefaultPageSchema as gF, type UserDefaultPageDTO as gG, UserDefaultThemeSchema as gH, type UserDefaultThemeDTO as gI, UserDefaultLanguageSchema as gJ, type UserDefaultLanguageDTO as gK, UserDefaultTimeZoneSchema as gL, type UserDefaultTimeZoneDTO as gM, UserDefaultDateFormatSchema as gN, type UserDefaultDateFormatDTO as gO, UserLoginPushSchema as gP, type UserLoginPushDTO as gQ, newUserPayload as gR, toUserPayload as gS, findUsers as gT, createUser as gU, updateUser as gV, deleteUser as gW, getUserCache as gX, getUserCacheSimple as gY, getUserPresignedUrl as gZ, updateUserDefaultPage as g_, MasterUserStatusSchema as ga, type MasterUserStatusDTO as gb, MasterUserStatusQuerySchema as gc, type MasterUserStatusQueryDTO as gd, toMasterUserStatusPayload as ge, newMasterUserStatusPayload as gf, findMasterUserStatuses as gg, createMasterUserStatus as gh, updateMasterUserStatus as gi, deleteMasterUserStatus as gj, getMasterUserStatusCache as gk, getMasterUserStatusCacheCount as gl, type MasterMainLanguage as gm, MasterMainLanguageSchema as gn, type MasterMainLanguageDTO as go, MasterMainLanguageQuerySchema as gp, type MasterMainLanguageQueryDTO as gq, toMasterMainLanguagePayload as gr, newMasterMainLanguagePayload as gs, findMasterMainLanguages as gt, createMasterMainLanguage as gu, updateMasterMainLanguage as gv, deleteMasterMainLanguage as gw, getMasterMainLanguageCache as gx, type UserAccessControl as gy, UserAccessControlSchema as gz, MasterMainIndustrySchema as h, findMasterTyreMakes as h$, updateUserDefaultLanguage as h0, updateUserDefaultTimezone as h1, updateUserDefaultDateformat as h2, createUserLoginPush as h3, updateUserLoginPush as h4, deleteUserLoginPush as h5, type MasterExpenseName as h6, MasterExpenseNameSchema as h7, type MasterExpenseNameDTO as h8, MasterExpenseNameQuerySchema as h9, newMasterTyreGradePayload as hA, findMasterTyreGrades as hB, createMasterTyreGrade as hC, updateMasterTyreGrade as hD, deleteMasterTyreGrade as hE, getMasterTyreGradeCache as hF, getMasterTyreGradeCacheCount as hG, type MasterTyreModel as hH, MasterTyreModelSchema as hI, type MasterTyreModelDTO as hJ, MasterTyreModelQuerySchema as hK, type MasterTyreModelQueryDTO as hL, toMasterTyreModelPayload as hM, newMasterTyreModelPayload as hN, findMasterTyreModels as hO, createMasterTyreModel as hP, updateMasterTyreModel as hQ, deleteMasterTyreModel as hR, getMasterTyreModelCache as hS, getMasterTyreModelCacheCount as hT, type MasterTyreMake as hU, MasterTyreMakeSchema as hV, type MasterTyreMakeDTO as hW, MasterTyreMakeQuerySchema as hX, type MasterTyreMakeQueryDTO as hY, toMasterTyreMakePayload as hZ, newMasterTyreMakePayload as h_, type MasterExpenseNameQueryDTO as ha, toMasterExpenseNamePayload as hb, newMasterExpenseNamePayload as hc, findMasterExpenseNames as hd, createMasterExpenseName as he, updateMasterExpenseName as hf, deleteMasterExpenseName as hg, getMasterExpenseNameCache as hh, type MasterExpenseType as hi, MasterExpenseTypeSchema as hj, type MasterExpenseTypeDTO as hk, MasterExpenseTypeQuerySchema as hl, type MasterExpenseTypeQueryDTO as hm, toMasterExpenseTypePayload as hn, newMasterExpenseTypePayload as ho, findMasterExpenseTypes as hp, createMasterExpenseType as hq, updateMasterExpenseType as hr, deleteMasterExpenseType as hs, getMasterExpenseTypeCache as ht, type MasterTyreGrade as hu, MasterTyreGradeSchema as hv, type MasterTyreGradeDTO as hw, MasterTyreGradeQuerySchema as hx, type MasterTyreGradeQueryDTO as hy, toMasterTyreGradePayload as hz, type MasterMainIndustryDTO as i, findMasterFleetServiceTasks as i$, createMasterTyreMake as i0, updateMasterTyreMake as i1, deleteMasterTyreMake as i2, getMasterTyreMakeCache as i3, getMasterTyreMakeCacheCount as i4, getMasterTyreMakeCacheChild as i5, type MasterFleetIncidentType as i6, MasterFleetIncidentTypeSchema as i7, type MasterFleetIncidentTypeDTO as i8, MasterFleetIncidentTypeQuerySchema as i9, type MasterFleetIncidentSeverityQueryDTO as iA, toMasterFleetIncidentSeverityPayload as iB, newMasterFleetIncidentSeverityPayload as iC, findMasterFleetIncidentSeverities as iD, createMasterFleetIncidentSeverity as iE, updateMasterFleetIncidentSeverity as iF, deleteMasterFleetIncidentSeverity as iG, getMasterFleetIncidentSeverityCache as iH, type MasterFleetInsuranceClaimStatus as iI, MasterFleetInsuranceClaimStatusSchema as iJ, type MasterFleetInsuranceClaimStatusDTO as iK, MasterFleetInsuranceClaimStatusQuerySchema as iL, type MasterFleetInsuranceClaimStatusQueryDTO as iM, toMasterFleetInsuranceClaimStatusPayload as iN, newMasterFleetInsuranceClaimStatusPayload as iO, findMasterFleetInsuranceClaimStatuses as iP, createMasterFleetInsuranceClaimStatus as iQ, updateMasterFleetInsuranceClaimStatus as iR, deleteMasterFleetInsuranceClaimStatus as iS, getMasterFleetInsuranceClaimStatusCache as iT, type MasterFleetServiceTask as iU, MasterFleetServiceTaskSchema as iV, type MasterFleetServiceTaskDTO as iW, MasterFleetServiceTaskQuerySchema as iX, type MasterFleetServiceTaskQueryDTO as iY, toMasterFleetServiceTaskPayload as iZ, newMasterFleetServiceTaskPayload as i_, type MasterFleetIncidentTypeQueryDTO as ia, toMasterFleetIncidentTypePayload as ib, newMasterFleetIncidentTypePayload as ic, findMasterFleetIncidentTypes as id, createMasterFleetIncidentType as ie, updateMasterFleetIncidentType as ig, deleteMasterFleetIncidentType as ih, getMasterFleetIncidentTypeCache as ii, type MasterFleetIncidentStatus as ij, MasterFleetIncidentStatusSchema as ik, type MasterFleetIncidentStatusDTO as il, MasterFleetIncidentStatusQuerySchema as im, type MasterFleetIncidentStatusQueryDTO as io, toMasterFleetIncidentStatusPayload as ip, newMasterFleetIncidentStatusPayload as iq, findMasterFleetIncidentStatuses as ir, createMasterFleetIncidentStatus as is, updateMasterFleetIncidentStatus as it, deleteMasterFleetIncidentStatus as iu, getMasterFleetIncidentStatusCache as iv, type MasterFleetIncidentSeverity as iw, MasterFleetIncidentSeveritySchema as ix, type MasterFleetIncidentSeverityDTO as iy, MasterFleetIncidentSeverityQuerySchema as iz, MasterMainIndustryQuerySchema as j, createMasterSparePartUnit as j$, createMasterFleetServiceTask as j0, updateMasterFleetServiceTask as j1, deleteMasterFleetServiceTask as j2, getMasterFleetServiceTaskCache as j3, type MasterTripPartyType as j4, MasterTripPartyTypeSchema as j5, type MasterTripPartyTypeDTO as j6, MasterTripPartyTypeQuerySchema as j7, type MasterTripPartyTypeQueryDTO as j8, toMasterTripPartyTypePayload as j9, createMasterSparePartSubCategory as jA, updateMasterSparePartSubCategory as jB, deleteMasterSparePartSubCategory as jC, getMasterSparePartSubCategoryCache as jD, getMasterSparePartSubCategoryCacheCount as jE, type MasterSparePartCategory as jF, MasterSparePartCategorySchema as jG, type MasterSparePartCategoryDTO as jH, SparePartCategoryQuerySchema as jI, type SparePartCategoryQueryDTO as jJ, toMasterSparePartCategoryPayload as jK, newMasterSparePartCategoryPayload as jL, findMasterSparePartCategories as jM, createMasterSparePartCategory as jN, updateMasterSparePartCategory as jO, deleteMasterSparePartCategory as jP, getMasterSparePartCategoryCache as jQ, getMasterSparePartCategoryCacheChild as jR, getMasterSparePartCategoryCacheCount as jS, type MasterSparePartUnit as jT, MasterSparePartUnitSchema as jU, type MasterSparePartUnitDTO as jV, SparePartUnitQuerySchema as jW, type SparePartUnitQueryDTO as jX, toMasterSparePartUnitPayload as jY, newMasterSparePartUnitPayload as jZ, findMasterSparePartUnits as j_, newMasterTripPartyTypePayload as ja, findMasterTripPartyTypes as jb, createMasterTripPartyType as jc, updateMasterTripPartyType as jd, deleteMasterTripPartyType as je, getMasterTripPartyTypeCache as jf, type MasterVendorType as jg, MasterVendorTypeSchema as jh, type MasterVendorTypeDTO as ji, MasterVendorTypeQuerySchema as jj, type MasterVendorTypeQueryDTO as jk, toMasterVendorTypePayload as jl, newMasterVendorTypePayload as jm, findMasterVendorTypes as jn, createMasterVendorType as jo, updateMasterVendorType as jp, deleteMasterVendorType as jq, getMasterVendorTypeCache as jr, type MasterSparePartSubCategory as js, MasterSparePartSubCategorySchema as jt, type MasterSparePartSubCategoryDTO as ju, SparePartSubCategoryQuerySchema as jv, type SparePartSubCategoryQueryDTO as jw, toMasterSparePartSubCategoryPayload as jx, newMasterSparePartSubCategoryPayload as jy, findMasterSparePartSubCategories as jz, type MasterMainIndustryQueryDTO as k, updateMasterSparePartUnit as k0, deleteMasterSparePartUnit as k1, getMasterSparePartUnitCache as k2, getMasterSparePartUnitCacheCount as k3, type UserOrganisationSimple as k4, UserOrganisationSchema as k5, type UserOrganisationDTO as k6, UserOrganisationQuerySchema as k7, type UserOrganisationQueryDTO as k8, toUserOrganisationPayload as k9, newUserOrganisationPayload as ka, findUserOrganisations as kb, createUserOrganisation as kc, updateUserOrganisation as kd, deleteUserOrganisation as ke, getUserOrganisationCache as kf, getUserOrganisationCacheSimple as kg, getUserOrganisationPresignedUrl as kh, findMasterMainIndustrys as l, createMasterMainIndustry as m, newMasterMainIndustryPayload as n, deleteMasterMainIndustry as o, getMasterMainIndustryCache as p, type MasterMainCurrency as q, MasterMainCurrencySchema as r, type MasterMainCurrencyDTO as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, MasterMainCurrencyQuerySchema as v, type MasterMainCurrencyQueryDTO as w, toMasterMainCurrencyPayload as x, newMasterMainCurrencyPayload as y, findMasterMainCurrencies as z };
|