vms-nest-prisma-api-document 5.0.6 → 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/analytics/user_login_analytics_service.d.ts +3 -3
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
- package/dist/services/account/bookmark_service.d.ts +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 +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- 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 +2 -2
- package/dist/services/master/expense/master_fuel_company_service.js +18 -21
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +2 -2
- 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 +3 -3
- 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 +12 -12
- 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 +6 -4
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.js +16 -9
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +3 -3
- package/dist/services/master/vehicle/master_vehicle_document_type_service.js +6 -9
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +5 -3
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.js +19 -10
- 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 +20 -13
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +5 -3
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.js +17 -10
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.js +13 -18
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.js +23 -18
- 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 +23 -16
- 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 +20 -12
- 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 +28 -24
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.js +12 -17
- package/dist/services/website/contact_us_detail_service.d.ts +1 -1
- package/dist/services/website/faq_service.d.ts +1 -1
- package/dist/{user_organisation_service-uH-UbTRx.d.ts → user_organisation_service-_rBwGIT-.d.ts} +218 -114
- package/package.json +1 -1
package/dist/{user_organisation_service-uH-UbTRx.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,15 +2750,15 @@ 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;
|
|
@@ -2760,8 +2786,8 @@ declare const MasterVehicleSubModelSchema: z.ZodObject<{
|
|
|
2760
2786
|
}, "strip", z.ZodTypeAny, {
|
|
2761
2787
|
status: Status;
|
|
2762
2788
|
organisation_id: string;
|
|
2763
|
-
vehicle_sub_model: string;
|
|
2764
2789
|
description: string;
|
|
2790
|
+
vehicle_sub_model: string;
|
|
2765
2791
|
vehicle_model_id: string;
|
|
2766
2792
|
vehicle_make_id: string;
|
|
2767
2793
|
}, {
|
|
@@ -2869,6 +2895,8 @@ declare const createMasterVehicleSubModel: (data: MasterVehicleSubModelDTO) => P
|
|
|
2869
2895
|
declare const updateMasterVehicleSubModel: (id: string, data: MasterVehicleSubModelDTO) => Promise<SBR>;
|
|
2870
2896
|
declare const deleteMasterVehicleSubModel: (id: string) => Promise<SBR>;
|
|
2871
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[]>>;
|
|
2872
2900
|
|
|
2873
2901
|
interface MasterVehicleModel extends Record<string, unknown> {
|
|
2874
2902
|
vehicle_model_id: string;
|
|
@@ -3001,6 +3029,8 @@ declare const createMasterVehicleModel: (data: MasterVehicleModelDTO) => Promise
|
|
|
3001
3029
|
declare const updateMasterVehicleModel: (id: string, data: MasterVehicleModelDTO) => Promise<SBR>;
|
|
3002
3030
|
declare const deleteMasterVehicleModel: (id: string) => Promise<SBR>;
|
|
3003
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[]>>;
|
|
3004
3034
|
|
|
3005
3035
|
interface MasterVehicleMake extends Record<string, unknown> {
|
|
3006
3036
|
vehicle_make_id: string;
|
|
@@ -3124,13 +3154,13 @@ declare const findMasterVehicleMakes: (data: MasterVehicleMakeQueryDTO) => Promi
|
|
|
3124
3154
|
declare const createMasterVehicleMake: (data: MasterVehicleMakeDTO) => Promise<SBR>;
|
|
3125
3155
|
declare const updateMasterVehicleMake: (id: string, data: MasterVehicleMakeDTO) => Promise<SBR>;
|
|
3126
3156
|
declare const deleteMasterVehicleMake: (id: string) => Promise<SBR>;
|
|
3127
|
-
declare const getMasterVehicleMakeCacheAdmin: () => Promise<FBR<MasterVehicleMake[]>>;
|
|
3128
3157
|
declare const getMasterVehicleMakeCache: (organisation_id: string) => Promise<FBR<MasterVehicleMake[]>>;
|
|
3158
|
+
declare const getMasterVehicleMakeCacheCount: (organisation_id: string) => Promise<FBR<MasterVehicleMake>>;
|
|
3129
3159
|
declare const getMasterVehicleMakeCacheChild: (organisation_id: string) => Promise<FBR<MasterVehicleMake[]>>;
|
|
3130
3160
|
|
|
3131
3161
|
interface MasterVehicleStatusType extends Record<string, unknown> {
|
|
3132
3162
|
vehicle_status_type_id: string;
|
|
3133
|
-
|
|
3163
|
+
status_type: string;
|
|
3134
3164
|
description?: string;
|
|
3135
3165
|
status: Status;
|
|
3136
3166
|
added_date_time: string;
|
|
@@ -3144,18 +3174,18 @@ interface MasterVehicleStatusType extends Record<string, unknown> {
|
|
|
3144
3174
|
}
|
|
3145
3175
|
declare const MasterVehicleStatusTypeSchema: z.ZodObject<{
|
|
3146
3176
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3147
|
-
|
|
3177
|
+
status_type: z.ZodEffects<z.ZodString, string, string>;
|
|
3148
3178
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3149
3179
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3150
3180
|
}, "strip", z.ZodTypeAny, {
|
|
3151
3181
|
status: Status;
|
|
3152
3182
|
organisation_id: string;
|
|
3153
3183
|
description: string;
|
|
3154
|
-
|
|
3184
|
+
status_type: string;
|
|
3155
3185
|
}, {
|
|
3156
3186
|
status: Status;
|
|
3157
3187
|
organisation_id: string;
|
|
3158
|
-
|
|
3188
|
+
status_type: string;
|
|
3159
3189
|
description?: string | undefined;
|
|
3160
3190
|
}>;
|
|
3161
3191
|
type MasterVehicleStatusTypeDTO = z.infer<typeof MasterVehicleStatusTypeSchema>;
|
|
@@ -3249,10 +3279,12 @@ declare const createMasterVehicleStatusType: (data: MasterVehicleStatusTypeDTO)
|
|
|
3249
3279
|
declare const updateMasterVehicleStatusType: (id: string, data: MasterVehicleStatusTypeDTO) => Promise<SBR>;
|
|
3250
3280
|
declare const deleteMasterVehicleStatusType: (id: string) => Promise<SBR>;
|
|
3251
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[]>>;
|
|
3252
3284
|
|
|
3253
3285
|
interface MasterVehicleOwnershipType extends Record<string, unknown> {
|
|
3254
3286
|
vehicle_ownership_type_id: string;
|
|
3255
|
-
|
|
3287
|
+
ownership_type: string;
|
|
3256
3288
|
description?: string;
|
|
3257
3289
|
status: Status;
|
|
3258
3290
|
added_date_time: string;
|
|
@@ -3266,18 +3298,18 @@ interface MasterVehicleOwnershipType extends Record<string, unknown> {
|
|
|
3266
3298
|
}
|
|
3267
3299
|
declare const MasterVehicleOwnershipTypeSchema: z.ZodObject<{
|
|
3268
3300
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3269
|
-
|
|
3301
|
+
ownership_type: z.ZodEffects<z.ZodString, string, string>;
|
|
3270
3302
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3271
3303
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3272
3304
|
}, "strip", z.ZodTypeAny, {
|
|
3273
3305
|
status: Status;
|
|
3274
3306
|
organisation_id: string;
|
|
3275
3307
|
description: string;
|
|
3276
|
-
|
|
3308
|
+
ownership_type: string;
|
|
3277
3309
|
}, {
|
|
3278
3310
|
status: Status;
|
|
3279
3311
|
organisation_id: string;
|
|
3280
|
-
|
|
3312
|
+
ownership_type: string;
|
|
3281
3313
|
description?: string | undefined;
|
|
3282
3314
|
}>;
|
|
3283
3315
|
type MasterVehicleOwnershipTypeDTO = z.infer<typeof MasterVehicleOwnershipTypeSchema>;
|
|
@@ -3371,6 +3403,8 @@ declare const createMasterVehicleOwnershipType: (data: MasterVehicleOwnershipTyp
|
|
|
3371
3403
|
declare const updateMasterVehicleOwnershipType: (id: string, data: MasterVehicleOwnershipTypeDTO) => Promise<SBR>;
|
|
3372
3404
|
declare const deleteMasterVehicleOwnershipType: (id: string) => Promise<SBR>;
|
|
3373
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[]>>;
|
|
3374
3408
|
|
|
3375
3409
|
interface MasterVehicleType extends Record<string, unknown> {
|
|
3376
3410
|
vehicle_type_id: string;
|
|
@@ -3493,12 +3527,12 @@ declare const createMasterVehicleType: (data: MasterVehicleTypeDTO) => Promise<S
|
|
|
3493
3527
|
declare const updateMasterVehicleType: (id: string, data: MasterVehicleTypeDTO) => Promise<SBR>;
|
|
3494
3528
|
declare const deleteMasterVehicleType: (id: string) => Promise<SBR>;
|
|
3495
3529
|
declare const getMasterVehicleTypeCache: (organisation_id: string) => Promise<FBR<MasterVehicleType[]>>;
|
|
3530
|
+
declare const getMasterVehicleTypeCacheCount: (organisation_id: string) => Promise<FBR<MasterVehicleType>>;
|
|
3496
3531
|
declare const getMasterVehicleTypeCacheChild: (organisation_id: string) => Promise<FBR<MasterVehicleType[]>>;
|
|
3497
|
-
declare const getMasterVehicleTypeCacheCount: (organisation_id: string) => Promise<FBR<number>>;
|
|
3498
3532
|
|
|
3499
3533
|
interface MasterVehicleFuelType extends Record<string, unknown> {
|
|
3500
3534
|
vehicle_fuel_type_id: string;
|
|
3501
|
-
|
|
3535
|
+
fuel_type: string;
|
|
3502
3536
|
description?: string;
|
|
3503
3537
|
status: Status;
|
|
3504
3538
|
added_date_time: string;
|
|
@@ -3512,18 +3546,18 @@ interface MasterVehicleFuelType extends Record<string, unknown> {
|
|
|
3512
3546
|
}
|
|
3513
3547
|
declare const MasterVehicleFuelTypeSchema: z.ZodObject<{
|
|
3514
3548
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3515
|
-
|
|
3549
|
+
fuel_type: z.ZodEffects<z.ZodString, string, string>;
|
|
3516
3550
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
3517
3551
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
3518
3552
|
}, "strip", z.ZodTypeAny, {
|
|
3519
3553
|
status: Status;
|
|
3520
3554
|
organisation_id: string;
|
|
3521
3555
|
description: string;
|
|
3522
|
-
|
|
3556
|
+
fuel_type: string;
|
|
3523
3557
|
}, {
|
|
3524
3558
|
status: Status;
|
|
3525
3559
|
organisation_id: string;
|
|
3526
|
-
|
|
3560
|
+
fuel_type: string;
|
|
3527
3561
|
description?: string | undefined;
|
|
3528
3562
|
}>;
|
|
3529
3563
|
type MasterVehicleFuelTypeDTO = z.infer<typeof MasterVehicleFuelTypeSchema>;
|
|
@@ -3559,7 +3593,7 @@ declare const MasterVehicleFuelTypeQuerySchema: z.ZodObject<{
|
|
|
3559
3593
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
3560
3594
|
} & {
|
|
3561
3595
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3562
|
-
|
|
3596
|
+
fuel_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3563
3597
|
}, "strip", z.ZodTypeAny, {
|
|
3564
3598
|
status: Status[];
|
|
3565
3599
|
search: string;
|
|
@@ -3583,7 +3617,7 @@ declare const MasterVehicleFuelTypeQuerySchema: z.ZodObject<{
|
|
|
3583
3617
|
date_format_id: string;
|
|
3584
3618
|
time_zone_id: string;
|
|
3585
3619
|
organisation_ids: string[];
|
|
3586
|
-
|
|
3620
|
+
fuel_type_ids: string[];
|
|
3587
3621
|
}, {
|
|
3588
3622
|
date_format_id: string;
|
|
3589
3623
|
time_zone_id: string;
|
|
@@ -3607,7 +3641,7 @@ declare const MasterVehicleFuelTypeQuerySchema: z.ZodObject<{
|
|
|
3607
3641
|
}[] | undefined;
|
|
3608
3642
|
include_master_data?: YesNo | undefined;
|
|
3609
3643
|
organisation_ids?: string[] | undefined;
|
|
3610
|
-
|
|
3644
|
+
fuel_type_ids?: string[] | undefined;
|
|
3611
3645
|
}>;
|
|
3612
3646
|
type MasterVehicleFuelTypeQueryDTO = z.infer<typeof MasterVehicleFuelTypeQuerySchema>;
|
|
3613
3647
|
declare const toMasterVehicleFuelTypePayload: (row: MasterVehicleFuelType) => MasterVehicleFuelTypeDTO;
|
|
@@ -3617,6 +3651,8 @@ declare const createMasterVehicleFuelType: (data: MasterVehicleFuelTypeDTO) => P
|
|
|
3617
3651
|
declare const updateMasterVehicleFuelType: (id: string, data: MasterVehicleFuelTypeDTO) => Promise<SBR>;
|
|
3618
3652
|
declare const deleteMasterVehicleFuelType: (id: string) => Promise<SBR>;
|
|
3619
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[]>>;
|
|
3620
3656
|
|
|
3621
3657
|
interface MasterVehicle extends Record<string, unknown> {
|
|
3622
3658
|
vehicle_id: string;
|
|
@@ -4696,9 +4732,9 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
4696
4732
|
vehicle_status_type_ids: string[];
|
|
4697
4733
|
vehicle_ownership_type_ids: string[];
|
|
4698
4734
|
vehicle_type_ids: string[];
|
|
4699
|
-
vehicle_fuel_type_ids: string[];
|
|
4700
4735
|
is_driver_assigned: YesNo[];
|
|
4701
4736
|
is_device_installed: YesNo[];
|
|
4737
|
+
vehicle_fuel_type_ids: string[];
|
|
4702
4738
|
}, {
|
|
4703
4739
|
date_format_id: string;
|
|
4704
4740
|
time_zone_id: string;
|
|
@@ -4735,9 +4771,9 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
4735
4771
|
vehicle_status_type_ids?: string[] | undefined;
|
|
4736
4772
|
vehicle_ownership_type_ids?: string[] | undefined;
|
|
4737
4773
|
vehicle_type_ids?: string[] | undefined;
|
|
4738
|
-
vehicle_fuel_type_ids?: string[] | undefined;
|
|
4739
4774
|
is_driver_assigned?: YesNo[] | undefined;
|
|
4740
4775
|
is_device_installed?: YesNo[] | undefined;
|
|
4776
|
+
vehicle_fuel_type_ids?: string[] | undefined;
|
|
4741
4777
|
}>;
|
|
4742
4778
|
type VehicleQueryDTO = z.infer<typeof VehicleQuerySchema>;
|
|
4743
4779
|
declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
@@ -4858,6 +4894,7 @@ declare const getVehicleParentCache: (organisationId: string) => Promise<FBR<Mas
|
|
|
4858
4894
|
interface MasterUserRole extends Record<string, unknown> {
|
|
4859
4895
|
user_role_id: string;
|
|
4860
4896
|
user_role: string;
|
|
4897
|
+
description?: string;
|
|
4861
4898
|
status: Status;
|
|
4862
4899
|
added_date_time: string;
|
|
4863
4900
|
modified_date_time: string;
|
|
@@ -4871,15 +4908,18 @@ interface MasterUserRole extends Record<string, unknown> {
|
|
|
4871
4908
|
declare const MasterUserRoleSchema: z.ZodObject<{
|
|
4872
4909
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4873
4910
|
user_role: z.ZodEffects<z.ZodString, string, string>;
|
|
4911
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4874
4912
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4875
4913
|
}, "strip", z.ZodTypeAny, {
|
|
4876
4914
|
status: Status;
|
|
4877
4915
|
organisation_id: string;
|
|
4916
|
+
description: string;
|
|
4878
4917
|
user_role: string;
|
|
4879
4918
|
}, {
|
|
4880
4919
|
status: Status;
|
|
4881
4920
|
organisation_id: string;
|
|
4882
4921
|
user_role: string;
|
|
4922
|
+
description?: string | undefined;
|
|
4883
4923
|
}>;
|
|
4884
4924
|
type MasterUserRoleDTO = z.infer<typeof MasterUserRoleSchema>;
|
|
4885
4925
|
declare const MasterUserRoleQuerySchema: z.ZodObject<{
|
|
@@ -4965,17 +5005,19 @@ declare const MasterUserRoleQuerySchema: z.ZodObject<{
|
|
|
4965
5005
|
user_role_ids?: string[] | undefined;
|
|
4966
5006
|
}>;
|
|
4967
5007
|
type MasterUserRoleQueryDTO = z.infer<typeof MasterUserRoleQuerySchema>;
|
|
4968
|
-
declare const toMasterUserRolePayload: (
|
|
5008
|
+
declare const toMasterUserRolePayload: (row: MasterUserRole) => MasterUserRoleDTO;
|
|
4969
5009
|
declare const newMasterUserRolePayload: () => MasterUserRoleDTO;
|
|
4970
5010
|
declare const findMasterUserRoles: (data: MasterUserRoleQueryDTO) => Promise<FBR<MasterUserRole[]>>;
|
|
4971
5011
|
declare const createMasterUserRole: (data: MasterUserRoleDTO) => Promise<SBR>;
|
|
4972
5012
|
declare const updateMasterUserRole: (id: string, data: MasterUserRoleDTO) => Promise<SBR>;
|
|
4973
5013
|
declare const deleteMasterUserRole: (id: string) => Promise<SBR>;
|
|
4974
5014
|
declare const getMasterUserRoleCache: (organisation_id: string) => Promise<FBR<MasterUserRole[]>>;
|
|
5015
|
+
declare const getMasterUserRoleCacheCount: (organisation_id: string) => Promise<FBR<MasterUserRole>>;
|
|
4975
5016
|
|
|
4976
5017
|
interface MasterUserStatus extends Record<string, unknown> {
|
|
4977
5018
|
user_status_id: string;
|
|
4978
5019
|
user_status: string;
|
|
5020
|
+
description?: string;
|
|
4979
5021
|
status: Status;
|
|
4980
5022
|
added_date_time: string;
|
|
4981
5023
|
modified_date_time: string;
|
|
@@ -4989,15 +5031,18 @@ interface MasterUserStatus extends Record<string, unknown> {
|
|
|
4989
5031
|
declare const MasterUserStatusSchema: z.ZodObject<{
|
|
4990
5032
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4991
5033
|
user_status: z.ZodEffects<z.ZodString, string, string>;
|
|
5034
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
4992
5035
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
4993
5036
|
}, "strip", z.ZodTypeAny, {
|
|
4994
5037
|
status: Status;
|
|
4995
5038
|
organisation_id: string;
|
|
5039
|
+
description: string;
|
|
4996
5040
|
user_status: string;
|
|
4997
5041
|
}, {
|
|
4998
5042
|
status: Status;
|
|
4999
5043
|
organisation_id: string;
|
|
5000
5044
|
user_status: string;
|
|
5045
|
+
description?: string | undefined;
|
|
5001
5046
|
}>;
|
|
5002
5047
|
type MasterUserStatusDTO = z.infer<typeof MasterUserStatusSchema>;
|
|
5003
5048
|
declare const MasterUserStatusQuerySchema: z.ZodObject<{
|
|
@@ -5083,13 +5128,14 @@ declare const MasterUserStatusQuerySchema: z.ZodObject<{
|
|
|
5083
5128
|
user_status_ids?: string[] | undefined;
|
|
5084
5129
|
}>;
|
|
5085
5130
|
type MasterUserStatusQueryDTO = z.infer<typeof MasterUserStatusQuerySchema>;
|
|
5086
|
-
declare const toMasterUserStatusPayload: (
|
|
5131
|
+
declare const toMasterUserStatusPayload: (row: MasterUserStatus) => MasterUserStatusDTO;
|
|
5087
5132
|
declare const newMasterUserStatusPayload: () => MasterUserStatusDTO;
|
|
5088
5133
|
declare const findMasterUserStatuses: (data: MasterUserStatusQueryDTO) => Promise<FBR<MasterUserStatus[]>>;
|
|
5089
5134
|
declare const createMasterUserStatus: (data: MasterUserStatusDTO) => Promise<SBR>;
|
|
5090
5135
|
declare const updateMasterUserStatus: (id: string, data: MasterUserStatusDTO) => Promise<SBR>;
|
|
5091
5136
|
declare const deleteMasterUserStatus: (id: string) => Promise<SBR>;
|
|
5092
5137
|
declare const getMasterUserStatusCache: (organisation_id: string) => Promise<FBR<MasterUserStatus[]>>;
|
|
5138
|
+
declare const getMasterUserStatusCacheCount: (organisation_id: string) => Promise<FBR<MasterUserStatus>>;
|
|
5093
5139
|
|
|
5094
5140
|
interface MasterMainLanguage extends Record<string, unknown> {
|
|
5095
5141
|
language_id: string;
|
|
@@ -5197,7 +5243,7 @@ declare const MasterMainLanguageQuerySchema: z.ZodObject<{
|
|
|
5197
5243
|
language_ids?: string[] | undefined;
|
|
5198
5244
|
}>;
|
|
5199
5245
|
type MasterMainLanguageQueryDTO = z.infer<typeof MasterMainLanguageQuerySchema>;
|
|
5200
|
-
declare const toMasterMainLanguagePayload: (
|
|
5246
|
+
declare const toMasterMainLanguagePayload: (row: MasterMainLanguage) => MasterMainLanguageDTO;
|
|
5201
5247
|
declare const newMasterMainLanguagePayload: () => MasterMainLanguageDTO;
|
|
5202
5248
|
declare const findMasterMainLanguages: (data: MasterMainLanguageQueryDTO) => Promise<FBR<MasterMainLanguage[]>>;
|
|
5203
5249
|
declare const createMasterMainLanguage: (data: MasterMainLanguageDTO) => Promise<SBR>;
|
|
@@ -5818,6 +5864,7 @@ interface MasterExpenseName extends Record<string, unknown> {
|
|
|
5818
5864
|
expense_name_id: string;
|
|
5819
5865
|
expense_name: string;
|
|
5820
5866
|
expense_category: ExpenseCategory;
|
|
5867
|
+
description?: string;
|
|
5821
5868
|
status: Status;
|
|
5822
5869
|
added_date_time: string;
|
|
5823
5870
|
modified_date_time: string;
|
|
@@ -5832,10 +5879,12 @@ declare const MasterExpenseNameSchema: z.ZodObject<{
|
|
|
5832
5879
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5833
5880
|
expense_name: z.ZodEffects<z.ZodString, string, string>;
|
|
5834
5881
|
expense_category: z.ZodType<ExpenseCategory, z.ZodTypeDef, ExpenseCategory>;
|
|
5882
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5835
5883
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
5836
5884
|
}, "strip", z.ZodTypeAny, {
|
|
5837
5885
|
status: Status;
|
|
5838
5886
|
organisation_id: string;
|
|
5887
|
+
description: string;
|
|
5839
5888
|
expense_name: string;
|
|
5840
5889
|
expense_category: ExpenseCategory;
|
|
5841
5890
|
}, {
|
|
@@ -5843,6 +5892,7 @@ declare const MasterExpenseNameSchema: z.ZodObject<{
|
|
|
5843
5892
|
organisation_id: string;
|
|
5844
5893
|
expense_name: string;
|
|
5845
5894
|
expense_category: ExpenseCategory;
|
|
5895
|
+
description?: string | undefined;
|
|
5846
5896
|
}>;
|
|
5847
5897
|
type MasterExpenseNameDTO = z.infer<typeof MasterExpenseNameSchema>;
|
|
5848
5898
|
declare const MasterExpenseNameQuerySchema: z.ZodObject<{
|
|
@@ -5931,7 +5981,7 @@ declare const MasterExpenseNameQuerySchema: z.ZodObject<{
|
|
|
5931
5981
|
expense_name_ids?: string[] | undefined;
|
|
5932
5982
|
}>;
|
|
5933
5983
|
type MasterExpenseNameQueryDTO = z.infer<typeof MasterExpenseNameQuerySchema>;
|
|
5934
|
-
declare const toMasterExpenseNamePayload: (
|
|
5984
|
+
declare const toMasterExpenseNamePayload: (row: MasterExpenseName) => MasterExpenseNameDTO;
|
|
5935
5985
|
declare const newMasterExpenseNamePayload: () => MasterExpenseNameDTO;
|
|
5936
5986
|
declare const findMasterExpenseNames: (data: MasterExpenseNameQueryDTO) => Promise<FBR<MasterExpenseName[]>>;
|
|
5937
5987
|
declare const createMasterExpenseName: (data: MasterExpenseNameDTO) => Promise<SBR>;
|
|
@@ -5942,6 +5992,7 @@ declare const getMasterExpenseNameCache: (organisation_id: string) => Promise<FB
|
|
|
5942
5992
|
interface MasterExpenseType extends Record<string, unknown> {
|
|
5943
5993
|
expense_type_id: string;
|
|
5944
5994
|
expense_type_name: string;
|
|
5995
|
+
description?: string;
|
|
5945
5996
|
status: Status;
|
|
5946
5997
|
added_date_time: string;
|
|
5947
5998
|
modified_date_time: string;
|
|
@@ -5952,15 +6003,18 @@ interface MasterExpenseType extends Record<string, unknown> {
|
|
|
5952
6003
|
declare const MasterExpenseTypeSchema: z.ZodObject<{
|
|
5953
6004
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5954
6005
|
expense_type_name: z.ZodEffects<z.ZodString, string, string>;
|
|
6006
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5955
6007
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
5956
6008
|
}, "strip", z.ZodTypeAny, {
|
|
5957
6009
|
status: Status;
|
|
5958
6010
|
organisation_id: string;
|
|
6011
|
+
description: string;
|
|
5959
6012
|
expense_type_name: string;
|
|
5960
6013
|
}, {
|
|
5961
6014
|
status: Status;
|
|
5962
6015
|
organisation_id: string;
|
|
5963
6016
|
expense_type_name: string;
|
|
6017
|
+
description?: string | undefined;
|
|
5964
6018
|
}>;
|
|
5965
6019
|
type MasterExpenseTypeDTO = z.infer<typeof MasterExpenseTypeSchema>;
|
|
5966
6020
|
declare const MasterExpenseTypeQuerySchema: z.ZodObject<{
|
|
@@ -6046,7 +6100,7 @@ declare const MasterExpenseTypeQuerySchema: z.ZodObject<{
|
|
|
6046
6100
|
expense_type_ids?: string[] | undefined;
|
|
6047
6101
|
}>;
|
|
6048
6102
|
type MasterExpenseTypeQueryDTO = z.infer<typeof MasterExpenseTypeQuerySchema>;
|
|
6049
|
-
declare const toMasterExpenseTypePayload: (
|
|
6103
|
+
declare const toMasterExpenseTypePayload: (row: MasterExpenseType) => MasterExpenseTypeDTO;
|
|
6050
6104
|
declare const newMasterExpenseTypePayload: () => MasterExpenseTypeDTO;
|
|
6051
6105
|
declare const findMasterExpenseTypes: (data: MasterExpenseTypeQueryDTO) => Promise<FBR<MasterExpenseType[]>>;
|
|
6052
6106
|
declare const createMasterExpenseType: (data: MasterExpenseTypeDTO) => Promise<SBR>;
|
|
@@ -6057,6 +6111,7 @@ declare const getMasterExpenseTypeCache: (organisation_id: string) => Promise<FB
|
|
|
6057
6111
|
interface MasterTyreGrade extends Record<string, unknown> {
|
|
6058
6112
|
tyre_grade_id: string;
|
|
6059
6113
|
tyre_grade: string;
|
|
6114
|
+
description?: string;
|
|
6060
6115
|
status: Status;
|
|
6061
6116
|
added_date_time: string;
|
|
6062
6117
|
modified_date_time: string;
|
|
@@ -6069,15 +6124,18 @@ interface MasterTyreGrade extends Record<string, unknown> {
|
|
|
6069
6124
|
declare const MasterTyreGradeSchema: z.ZodObject<{
|
|
6070
6125
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6071
6126
|
tyre_grade: z.ZodEffects<z.ZodString, string, string>;
|
|
6127
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6072
6128
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6073
6129
|
}, "strip", z.ZodTypeAny, {
|
|
6074
6130
|
status: Status;
|
|
6075
6131
|
organisation_id: string;
|
|
6132
|
+
description: string;
|
|
6076
6133
|
tyre_grade: string;
|
|
6077
6134
|
}, {
|
|
6078
6135
|
status: Status;
|
|
6079
6136
|
organisation_id: string;
|
|
6080
6137
|
tyre_grade: string;
|
|
6138
|
+
description?: string | undefined;
|
|
6081
6139
|
}>;
|
|
6082
6140
|
type MasterTyreGradeDTO = z.infer<typeof MasterTyreGradeSchema>;
|
|
6083
6141
|
declare const MasterTyreGradeQuerySchema: z.ZodObject<{
|
|
@@ -6163,17 +6221,19 @@ declare const MasterTyreGradeQuerySchema: z.ZodObject<{
|
|
|
6163
6221
|
tyre_grade_ids?: string[] | undefined;
|
|
6164
6222
|
}>;
|
|
6165
6223
|
type MasterTyreGradeQueryDTO = z.infer<typeof MasterTyreGradeQuerySchema>;
|
|
6166
|
-
declare const toMasterTyreGradePayload: (
|
|
6224
|
+
declare const toMasterTyreGradePayload: (row: MasterTyreGrade) => MasterTyreGradeDTO;
|
|
6167
6225
|
declare const newMasterTyreGradePayload: () => MasterTyreGradeDTO;
|
|
6168
6226
|
declare const findMasterTyreGrades: (data: MasterTyreGradeQueryDTO) => Promise<FBR<MasterTyreGrade[]>>;
|
|
6169
6227
|
declare const createMasterTyreGrade: (data: MasterTyreGradeDTO) => Promise<SBR>;
|
|
6170
6228
|
declare const updateMasterTyreGrade: (id: string, data: MasterTyreGradeDTO) => Promise<SBR>;
|
|
6171
6229
|
declare const deleteMasterTyreGrade: (id: string) => Promise<SBR>;
|
|
6172
6230
|
declare const getMasterTyreGradeCache: (organisation_id: string) => Promise<FBR<MasterTyreGrade[]>>;
|
|
6231
|
+
declare const getMasterTyreGradeCacheCount: (organisation_id: string) => Promise<FBR<MasterTyreGrade[]>>;
|
|
6173
6232
|
|
|
6174
6233
|
interface MasterTyreModel extends Record<string, unknown> {
|
|
6175
6234
|
tyre_model_id: string;
|
|
6176
6235
|
tyre_model: string;
|
|
6236
|
+
description?: string;
|
|
6177
6237
|
status: Status;
|
|
6178
6238
|
added_date_time: string;
|
|
6179
6239
|
modified_date_time: string;
|
|
@@ -6189,10 +6249,12 @@ declare const MasterTyreModelSchema: z.ZodObject<{
|
|
|
6189
6249
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6190
6250
|
tyre_make_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6191
6251
|
tyre_model: z.ZodEffects<z.ZodString, string, string>;
|
|
6252
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6192
6253
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6193
6254
|
}, "strip", z.ZodTypeAny, {
|
|
6194
6255
|
status: Status;
|
|
6195
6256
|
organisation_id: string;
|
|
6257
|
+
description: string;
|
|
6196
6258
|
tyre_model: string;
|
|
6197
6259
|
tyre_make_id: string;
|
|
6198
6260
|
}, {
|
|
@@ -6200,6 +6262,7 @@ declare const MasterTyreModelSchema: z.ZodObject<{
|
|
|
6200
6262
|
organisation_id: string;
|
|
6201
6263
|
tyre_model: string;
|
|
6202
6264
|
tyre_make_id: string;
|
|
6265
|
+
description?: string | undefined;
|
|
6203
6266
|
}>;
|
|
6204
6267
|
type MasterTyreModelDTO = z.infer<typeof MasterTyreModelSchema>;
|
|
6205
6268
|
declare const MasterTyreModelQuerySchema: z.ZodObject<{
|
|
@@ -6288,17 +6351,19 @@ declare const MasterTyreModelQuerySchema: z.ZodObject<{
|
|
|
6288
6351
|
tyre_model_ids?: string[] | undefined;
|
|
6289
6352
|
}>;
|
|
6290
6353
|
type MasterTyreModelQueryDTO = z.infer<typeof MasterTyreModelQuerySchema>;
|
|
6291
|
-
declare const toMasterTyreModelPayload: (
|
|
6354
|
+
declare const toMasterTyreModelPayload: (row: MasterTyreModel) => MasterTyreModelDTO;
|
|
6292
6355
|
declare const newMasterTyreModelPayload: () => MasterTyreModelDTO;
|
|
6293
6356
|
declare const findMasterTyreModels: (data: MasterTyreModelQueryDTO) => Promise<FBR<MasterTyreModel[]>>;
|
|
6294
6357
|
declare const createMasterTyreModel: (data: MasterTyreModelDTO) => Promise<SBR>;
|
|
6295
6358
|
declare const updateMasterTyreModel: (id: string, data: MasterTyreModelDTO) => Promise<SBR>;
|
|
6296
6359
|
declare const deleteMasterTyreModel: (id: string) => Promise<SBR>;
|
|
6297
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[]>>;
|
|
6298
6362
|
|
|
6299
6363
|
interface MasterTyreMake extends Record<string, unknown> {
|
|
6300
6364
|
tyre_make_id: string;
|
|
6301
6365
|
tyre_make: string;
|
|
6366
|
+
description?: string;
|
|
6302
6367
|
status: Status;
|
|
6303
6368
|
added_date_time: string;
|
|
6304
6369
|
modified_date_time: string;
|
|
@@ -6313,15 +6378,18 @@ interface MasterTyreMake extends Record<string, unknown> {
|
|
|
6313
6378
|
declare const MasterTyreMakeSchema: z.ZodObject<{
|
|
6314
6379
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6315
6380
|
tyre_make: z.ZodEffects<z.ZodString, string, string>;
|
|
6381
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6316
6382
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6317
6383
|
}, "strip", z.ZodTypeAny, {
|
|
6318
6384
|
status: Status;
|
|
6319
6385
|
organisation_id: string;
|
|
6386
|
+
description: string;
|
|
6320
6387
|
tyre_make: string;
|
|
6321
6388
|
}, {
|
|
6322
6389
|
status: Status;
|
|
6323
6390
|
organisation_id: string;
|
|
6324
6391
|
tyre_make: string;
|
|
6392
|
+
description?: string | undefined;
|
|
6325
6393
|
}>;
|
|
6326
6394
|
type MasterTyreMakeDTO = z.infer<typeof MasterTyreMakeSchema>;
|
|
6327
6395
|
declare const MasterTyreMakeQuerySchema: z.ZodObject<{
|
|
@@ -6407,13 +6475,12 @@ declare const MasterTyreMakeQuerySchema: z.ZodObject<{
|
|
|
6407
6475
|
tyre_make_ids?: string[] | undefined;
|
|
6408
6476
|
}>;
|
|
6409
6477
|
type MasterTyreMakeQueryDTO = z.infer<typeof MasterTyreMakeQuerySchema>;
|
|
6410
|
-
declare const toMasterTyreMakePayload: (
|
|
6478
|
+
declare const toMasterTyreMakePayload: (row: MasterTyreMake) => MasterTyreMakeDTO;
|
|
6411
6479
|
declare const newMasterTyreMakePayload: () => MasterTyreMakeDTO;
|
|
6412
6480
|
declare const findMasterTyreMakes: (data: MasterTyreMakeQueryDTO) => Promise<FBR<MasterTyreMake[]>>;
|
|
6413
6481
|
declare const createMasterTyreMake: (data: MasterTyreMakeDTO) => Promise<SBR>;
|
|
6414
6482
|
declare const updateMasterTyreMake: (id: string, data: MasterTyreMakeDTO) => Promise<SBR>;
|
|
6415
6483
|
declare const deleteMasterTyreMake: (id: string) => Promise<SBR>;
|
|
6416
|
-
declare const getMasterTyreMakeCacheAdmin: () => Promise<FBR<MasterTyreMake[]>>;
|
|
6417
6484
|
declare const getMasterTyreMakeCache: (organisation_id: string) => Promise<FBR<MasterTyreMake[]>>;
|
|
6418
6485
|
declare const getMasterTyreMakeCacheCount: (organisation_id: string) => Promise<FBR<number>>;
|
|
6419
6486
|
declare const getMasterTyreMakeCacheChild: (organisation_id: string) => Promise<FBR<MasterTyreMake[]>>;
|
|
@@ -6421,6 +6488,7 @@ declare const getMasterTyreMakeCacheChild: (organisation_id: string) => Promise<
|
|
|
6421
6488
|
interface MasterFleetIncidentType extends Record<string, unknown> {
|
|
6422
6489
|
fleet_incident_type_id: string;
|
|
6423
6490
|
fleet_incident_type: string;
|
|
6491
|
+
description?: string;
|
|
6424
6492
|
status: Status;
|
|
6425
6493
|
added_date_time: string;
|
|
6426
6494
|
modified_date_time: string;
|
|
@@ -6433,15 +6501,18 @@ interface MasterFleetIncidentType extends Record<string, unknown> {
|
|
|
6433
6501
|
declare const MasterFleetIncidentTypeSchema: z.ZodObject<{
|
|
6434
6502
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6435
6503
|
fleet_incident_type: z.ZodEffects<z.ZodString, string, string>;
|
|
6504
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6436
6505
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6437
6506
|
}, "strip", z.ZodTypeAny, {
|
|
6438
6507
|
status: Status;
|
|
6439
6508
|
organisation_id: string;
|
|
6509
|
+
description: string;
|
|
6440
6510
|
fleet_incident_type: string;
|
|
6441
6511
|
}, {
|
|
6442
6512
|
status: Status;
|
|
6443
6513
|
organisation_id: string;
|
|
6444
6514
|
fleet_incident_type: string;
|
|
6515
|
+
description?: string | undefined;
|
|
6445
6516
|
}>;
|
|
6446
6517
|
type MasterFleetIncidentTypeDTO = z.infer<typeof MasterFleetIncidentTypeSchema>;
|
|
6447
6518
|
declare const MasterFleetIncidentTypeQuerySchema: z.ZodObject<{
|
|
@@ -6527,7 +6598,7 @@ declare const MasterFleetIncidentTypeQuerySchema: z.ZodObject<{
|
|
|
6527
6598
|
fleet_incident_type_ids?: string[] | undefined;
|
|
6528
6599
|
}>;
|
|
6529
6600
|
type MasterFleetIncidentTypeQueryDTO = z.infer<typeof MasterFleetIncidentTypeQuerySchema>;
|
|
6530
|
-
declare const toMasterFleetIncidentTypePayload: (
|
|
6601
|
+
declare const toMasterFleetIncidentTypePayload: (row: MasterFleetIncidentType) => MasterFleetIncidentTypeDTO;
|
|
6531
6602
|
declare const newMasterFleetIncidentTypePayload: () => MasterFleetIncidentTypeDTO;
|
|
6532
6603
|
declare const findMasterFleetIncidentTypes: (data: MasterFleetIncidentTypeQueryDTO) => Promise<FBR<MasterFleetIncidentType[]>>;
|
|
6533
6604
|
declare const createMasterFleetIncidentType: (data: MasterFleetIncidentTypeDTO) => Promise<SBR>;
|
|
@@ -6538,6 +6609,7 @@ declare const getMasterFleetIncidentTypeCache: (organisation_id: string) => Prom
|
|
|
6538
6609
|
interface MasterFleetIncidentStatus extends Record<string, unknown> {
|
|
6539
6610
|
fleet_incident_status_id: string;
|
|
6540
6611
|
fleet_incident_status: string;
|
|
6612
|
+
description?: string;
|
|
6541
6613
|
status: Status;
|
|
6542
6614
|
added_date_time: string;
|
|
6543
6615
|
modified_date_time: string;
|
|
@@ -6550,15 +6622,18 @@ interface MasterFleetIncidentStatus extends Record<string, unknown> {
|
|
|
6550
6622
|
declare const MasterFleetIncidentStatusSchema: z.ZodObject<{
|
|
6551
6623
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6552
6624
|
fleet_incident_status: z.ZodEffects<z.ZodString, string, string>;
|
|
6625
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6553
6626
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6554
6627
|
}, "strip", z.ZodTypeAny, {
|
|
6555
6628
|
status: Status;
|
|
6556
6629
|
organisation_id: string;
|
|
6630
|
+
description: string;
|
|
6557
6631
|
fleet_incident_status: string;
|
|
6558
6632
|
}, {
|
|
6559
6633
|
status: Status;
|
|
6560
6634
|
organisation_id: string;
|
|
6561
6635
|
fleet_incident_status: string;
|
|
6636
|
+
description?: string | undefined;
|
|
6562
6637
|
}>;
|
|
6563
6638
|
type MasterFleetIncidentStatusDTO = z.infer<typeof MasterFleetIncidentStatusSchema>;
|
|
6564
6639
|
declare const MasterFleetIncidentStatusQuerySchema: z.ZodObject<{
|
|
@@ -6644,7 +6719,7 @@ declare const MasterFleetIncidentStatusQuerySchema: z.ZodObject<{
|
|
|
6644
6719
|
fleet_incident_status_ids?: string[] | undefined;
|
|
6645
6720
|
}>;
|
|
6646
6721
|
type MasterFleetIncidentStatusQueryDTO = z.infer<typeof MasterFleetIncidentStatusQuerySchema>;
|
|
6647
|
-
declare const toMasterFleetIncidentStatusPayload: (
|
|
6722
|
+
declare const toMasterFleetIncidentStatusPayload: (row: MasterFleetIncidentStatus) => MasterFleetIncidentStatusDTO;
|
|
6648
6723
|
declare const newMasterFleetIncidentStatusPayload: () => MasterFleetIncidentStatusDTO;
|
|
6649
6724
|
declare const findMasterFleetIncidentStatuses: (data: MasterFleetIncidentStatusQueryDTO) => Promise<FBR<MasterFleetIncidentStatus[]>>;
|
|
6650
6725
|
declare const createMasterFleetIncidentStatus: (data: MasterFleetIncidentStatusDTO) => Promise<SBR>;
|
|
@@ -6655,6 +6730,7 @@ declare const getMasterFleetIncidentStatusCache: (organisation_id: string) => Pr
|
|
|
6655
6730
|
interface MasterFleetIncidentSeverity extends Record<string, unknown> {
|
|
6656
6731
|
fleet_incident_severity_id: string;
|
|
6657
6732
|
fleet_incident_severity: string;
|
|
6733
|
+
description?: string;
|
|
6658
6734
|
status: Status;
|
|
6659
6735
|
added_date_time: string;
|
|
6660
6736
|
modified_date_time: string;
|
|
@@ -6667,15 +6743,18 @@ interface MasterFleetIncidentSeverity extends Record<string, unknown> {
|
|
|
6667
6743
|
declare const MasterFleetIncidentSeveritySchema: z.ZodObject<{
|
|
6668
6744
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6669
6745
|
fleet_incident_severity: z.ZodEffects<z.ZodString, string, string>;
|
|
6746
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6670
6747
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6671
6748
|
}, "strip", z.ZodTypeAny, {
|
|
6672
6749
|
status: Status;
|
|
6673
6750
|
organisation_id: string;
|
|
6751
|
+
description: string;
|
|
6674
6752
|
fleet_incident_severity: string;
|
|
6675
6753
|
}, {
|
|
6676
6754
|
status: Status;
|
|
6677
6755
|
organisation_id: string;
|
|
6678
6756
|
fleet_incident_severity: string;
|
|
6757
|
+
description?: string | undefined;
|
|
6679
6758
|
}>;
|
|
6680
6759
|
type MasterFleetIncidentSeverityDTO = z.infer<typeof MasterFleetIncidentSeveritySchema>;
|
|
6681
6760
|
declare const MasterFleetIncidentSeverityQuerySchema: z.ZodObject<{
|
|
@@ -6761,7 +6840,7 @@ declare const MasterFleetIncidentSeverityQuerySchema: z.ZodObject<{
|
|
|
6761
6840
|
fleet_incident_severity_ids?: string[] | undefined;
|
|
6762
6841
|
}>;
|
|
6763
6842
|
type MasterFleetIncidentSeverityQueryDTO = z.infer<typeof MasterFleetIncidentSeverityQuerySchema>;
|
|
6764
|
-
declare const toMasterFleetIncidentSeverityPayload: (
|
|
6843
|
+
declare const toMasterFleetIncidentSeverityPayload: (row: MasterFleetIncidentSeverity) => MasterFleetIncidentSeverityDTO;
|
|
6765
6844
|
declare const newMasterFleetIncidentSeverityPayload: () => MasterFleetIncidentSeverityDTO;
|
|
6766
6845
|
declare const findMasterFleetIncidentSeverities: (data: MasterFleetIncidentSeverityQueryDTO) => Promise<FBR<MasterFleetIncidentSeverity[]>>;
|
|
6767
6846
|
declare const createMasterFleetIncidentSeverity: (data: MasterFleetIncidentSeverityDTO) => Promise<SBR>;
|
|
@@ -6772,6 +6851,7 @@ declare const getMasterFleetIncidentSeverityCache: (organisation_id: string) =>
|
|
|
6772
6851
|
interface MasterFleetInsuranceClaimStatus extends Record<string, unknown> {
|
|
6773
6852
|
fleet_insurance_claim_status_id: string;
|
|
6774
6853
|
fleet_insurance_claim_status: string;
|
|
6854
|
+
description?: string;
|
|
6775
6855
|
status: Status;
|
|
6776
6856
|
added_date_time: string;
|
|
6777
6857
|
modified_date_time: string;
|
|
@@ -6784,15 +6864,18 @@ interface MasterFleetInsuranceClaimStatus extends Record<string, unknown> {
|
|
|
6784
6864
|
declare const MasterFleetInsuranceClaimStatusSchema: z.ZodObject<{
|
|
6785
6865
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6786
6866
|
fleet_insurance_claim_status: z.ZodEffects<z.ZodString, string, string>;
|
|
6867
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6787
6868
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6788
6869
|
}, "strip", z.ZodTypeAny, {
|
|
6789
6870
|
status: Status;
|
|
6790
6871
|
organisation_id: string;
|
|
6872
|
+
description: string;
|
|
6791
6873
|
fleet_insurance_claim_status: string;
|
|
6792
6874
|
}, {
|
|
6793
6875
|
status: Status;
|
|
6794
6876
|
organisation_id: string;
|
|
6795
6877
|
fleet_insurance_claim_status: string;
|
|
6878
|
+
description?: string | undefined;
|
|
6796
6879
|
}>;
|
|
6797
6880
|
type MasterFleetInsuranceClaimStatusDTO = z.infer<typeof MasterFleetInsuranceClaimStatusSchema>;
|
|
6798
6881
|
declare const MasterFleetInsuranceClaimStatusQuerySchema: z.ZodObject<{
|
|
@@ -6878,7 +6961,7 @@ declare const MasterFleetInsuranceClaimStatusQuerySchema: z.ZodObject<{
|
|
|
6878
6961
|
fleet_insurance_claim_status_ids?: string[] | undefined;
|
|
6879
6962
|
}>;
|
|
6880
6963
|
type MasterFleetInsuranceClaimStatusQueryDTO = z.infer<typeof MasterFleetInsuranceClaimStatusQuerySchema>;
|
|
6881
|
-
declare const toMasterFleetInsuranceClaimStatusPayload: (
|
|
6964
|
+
declare const toMasterFleetInsuranceClaimStatusPayload: (row: MasterFleetInsuranceClaimStatus) => MasterFleetInsuranceClaimStatusDTO;
|
|
6882
6965
|
declare const newMasterFleetInsuranceClaimStatusPayload: () => MasterFleetInsuranceClaimStatusDTO;
|
|
6883
6966
|
declare const findMasterFleetInsuranceClaimStatuses: (data: MasterFleetInsuranceClaimStatusQueryDTO) => Promise<FBR<MasterFleetInsuranceClaimStatus[]>>;
|
|
6884
6967
|
declare const createMasterFleetInsuranceClaimStatus: (data: MasterFleetInsuranceClaimStatusDTO) => Promise<SBR>;
|
|
@@ -6889,6 +6972,7 @@ declare const getMasterFleetInsuranceClaimStatusCache: (organisation_id: string)
|
|
|
6889
6972
|
interface MasterFleetServiceTask extends Record<string, unknown> {
|
|
6890
6973
|
fleet_service_task_id: string;
|
|
6891
6974
|
fleet_service_task: string;
|
|
6975
|
+
description?: string;
|
|
6892
6976
|
status: Status;
|
|
6893
6977
|
added_date_time: string;
|
|
6894
6978
|
modified_date_time: string;
|
|
@@ -6901,15 +6985,18 @@ interface MasterFleetServiceTask extends Record<string, unknown> {
|
|
|
6901
6985
|
declare const MasterFleetServiceTaskSchema: z.ZodObject<{
|
|
6902
6986
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
6903
6987
|
fleet_service_task: z.ZodEffects<z.ZodString, string, string>;
|
|
6988
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
6904
6989
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
6905
6990
|
}, "strip", z.ZodTypeAny, {
|
|
6906
6991
|
status: Status;
|
|
6907
6992
|
organisation_id: string;
|
|
6993
|
+
description: string;
|
|
6908
6994
|
fleet_service_task: string;
|
|
6909
6995
|
}, {
|
|
6910
6996
|
status: Status;
|
|
6911
6997
|
organisation_id: string;
|
|
6912
6998
|
fleet_service_task: string;
|
|
6999
|
+
description?: string | undefined;
|
|
6913
7000
|
}>;
|
|
6914
7001
|
type MasterFleetServiceTaskDTO = z.infer<typeof MasterFleetServiceTaskSchema>;
|
|
6915
7002
|
declare const MasterFleetServiceTaskQuerySchema: z.ZodObject<{
|
|
@@ -6995,7 +7082,7 @@ declare const MasterFleetServiceTaskQuerySchema: z.ZodObject<{
|
|
|
6995
7082
|
fleet_service_task_ids?: string[] | undefined;
|
|
6996
7083
|
}>;
|
|
6997
7084
|
type MasterFleetServiceTaskQueryDTO = z.infer<typeof MasterFleetServiceTaskQuerySchema>;
|
|
6998
|
-
declare const toMasterFleetServiceTaskPayload: (
|
|
7085
|
+
declare const toMasterFleetServiceTaskPayload: (row: MasterFleetServiceTask) => MasterFleetServiceTaskDTO;
|
|
6999
7086
|
declare const newMasterFleetServiceTaskPayload: () => MasterFleetServiceTaskDTO;
|
|
7000
7087
|
declare const findMasterFleetServiceTasks: (data: MasterFleetServiceTaskQueryDTO) => Promise<FBR<MasterFleetServiceTask[]>>;
|
|
7001
7088
|
declare const createMasterFleetServiceTask: (data: MasterFleetServiceTaskDTO) => Promise<SBR>;
|
|
@@ -7006,6 +7093,7 @@ declare const getMasterFleetServiceTaskCache: (organisation_id: string) => Promi
|
|
|
7006
7093
|
interface MasterTripPartyType extends Record<string, unknown> {
|
|
7007
7094
|
party_type_id: string;
|
|
7008
7095
|
party_type: string;
|
|
7096
|
+
description?: string;
|
|
7009
7097
|
status: Status;
|
|
7010
7098
|
added_date_time: string;
|
|
7011
7099
|
modified_date_time: string;
|
|
@@ -7018,15 +7106,18 @@ interface MasterTripPartyType extends Record<string, unknown> {
|
|
|
7018
7106
|
declare const MasterTripPartyTypeSchema: z.ZodObject<{
|
|
7019
7107
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7020
7108
|
party_type: z.ZodEffects<z.ZodString, string, string>;
|
|
7109
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7021
7110
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
7022
7111
|
}, "strip", z.ZodTypeAny, {
|
|
7023
7112
|
status: Status;
|
|
7024
7113
|
organisation_id: string;
|
|
7114
|
+
description: string;
|
|
7025
7115
|
party_type: string;
|
|
7026
7116
|
}, {
|
|
7027
7117
|
status: Status;
|
|
7028
7118
|
organisation_id: string;
|
|
7029
7119
|
party_type: string;
|
|
7120
|
+
description?: string | undefined;
|
|
7030
7121
|
}>;
|
|
7031
7122
|
type MasterTripPartyTypeDTO = z.infer<typeof MasterTripPartyTypeSchema>;
|
|
7032
7123
|
declare const MasterTripPartyTypeQuerySchema: z.ZodObject<{
|
|
@@ -7112,7 +7203,7 @@ declare const MasterTripPartyTypeQuerySchema: z.ZodObject<{
|
|
|
7112
7203
|
party_type_ids?: string[] | undefined;
|
|
7113
7204
|
}>;
|
|
7114
7205
|
type MasterTripPartyTypeQueryDTO = z.infer<typeof MasterTripPartyTypeQuerySchema>;
|
|
7115
|
-
declare const toMasterTripPartyTypePayload: (
|
|
7206
|
+
declare const toMasterTripPartyTypePayload: (row: MasterTripPartyType) => MasterTripPartyTypeDTO;
|
|
7116
7207
|
declare const newMasterTripPartyTypePayload: () => MasterTripPartyTypeDTO;
|
|
7117
7208
|
declare const findMasterTripPartyTypes: (data: MasterTripPartyTypeQueryDTO) => Promise<FBR<MasterTripPartyType[]>>;
|
|
7118
7209
|
declare const createMasterTripPartyType: (data: MasterTripPartyTypeDTO) => Promise<SBR>;
|
|
@@ -7230,7 +7321,7 @@ declare const MasterVendorTypeQuerySchema: z.ZodObject<{
|
|
|
7230
7321
|
vendor_type_ids?: string[] | undefined;
|
|
7231
7322
|
}>;
|
|
7232
7323
|
type MasterVendorTypeQueryDTO = z.infer<typeof MasterVendorTypeQuerySchema>;
|
|
7233
|
-
declare const toMasterVendorTypePayload: (
|
|
7324
|
+
declare const toMasterVendorTypePayload: (row: MasterVendorType) => MasterVendorTypeDTO;
|
|
7234
7325
|
declare const newMasterVendorTypePayload: () => MasterVendorTypeDTO;
|
|
7235
7326
|
declare const findMasterVendorTypes: (data: MasterVendorTypeQueryDTO) => Promise<FBR<MasterVendorType[]>>;
|
|
7236
7327
|
declare const createMasterVendorType: (data: MasterVendorTypeDTO) => Promise<SBR>;
|
|
@@ -7242,6 +7333,7 @@ interface MasterSparePartSubCategory extends Record<string, unknown> {
|
|
|
7242
7333
|
spare_part_sub_category_id: string;
|
|
7243
7334
|
sub_category_name: string;
|
|
7244
7335
|
sub_category_code: string;
|
|
7336
|
+
description?: string;
|
|
7245
7337
|
status: Status;
|
|
7246
7338
|
added_date_time: string;
|
|
7247
7339
|
modified_date_time: string;
|
|
@@ -7258,10 +7350,12 @@ declare const MasterSparePartSubCategorySchema: z.ZodObject<{
|
|
|
7258
7350
|
spare_part_category_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7259
7351
|
sub_category_name: z.ZodEffects<z.ZodString, string, string>;
|
|
7260
7352
|
sub_category_code: z.ZodEffects<z.ZodString, string, string>;
|
|
7353
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7261
7354
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
7262
7355
|
}, "strip", z.ZodTypeAny, {
|
|
7263
7356
|
status: Status;
|
|
7264
7357
|
organisation_id: string;
|
|
7358
|
+
description: string;
|
|
7265
7359
|
sub_category_name: string;
|
|
7266
7360
|
sub_category_code: string;
|
|
7267
7361
|
spare_part_category_id: string;
|
|
@@ -7271,6 +7365,7 @@ declare const MasterSparePartSubCategorySchema: z.ZodObject<{
|
|
|
7271
7365
|
sub_category_name: string;
|
|
7272
7366
|
sub_category_code: string;
|
|
7273
7367
|
spare_part_category_id: string;
|
|
7368
|
+
description?: string | undefined;
|
|
7274
7369
|
}>;
|
|
7275
7370
|
type MasterSparePartSubCategoryDTO = z.infer<typeof MasterSparePartSubCategorySchema>;
|
|
7276
7371
|
declare const SparePartSubCategoryQuerySchema: z.ZodObject<{
|
|
@@ -7359,18 +7454,20 @@ declare const SparePartSubCategoryQuerySchema: z.ZodObject<{
|
|
|
7359
7454
|
spare_part_sub_category_ids?: string[] | undefined;
|
|
7360
7455
|
}>;
|
|
7361
7456
|
type SparePartSubCategoryQueryDTO = z.infer<typeof SparePartSubCategoryQuerySchema>;
|
|
7362
|
-
declare const toMasterSparePartSubCategoryPayload: (
|
|
7457
|
+
declare const toMasterSparePartSubCategoryPayload: (row: MasterSparePartSubCategory) => MasterSparePartSubCategoryDTO;
|
|
7363
7458
|
declare const newMasterSparePartSubCategoryPayload: () => MasterSparePartSubCategoryDTO;
|
|
7364
7459
|
declare const findMasterSparePartSubCategories: (data: SparePartSubCategoryQueryDTO) => Promise<FBR<MasterSparePartSubCategory[]>>;
|
|
7365
7460
|
declare const createMasterSparePartSubCategory: (data: MasterSparePartSubCategoryDTO) => Promise<SBR>;
|
|
7366
7461
|
declare const updateMasterSparePartSubCategory: (id: string, data: MasterSparePartSubCategoryDTO) => Promise<SBR>;
|
|
7367
7462
|
declare const deleteMasterSparePartSubCategory: (id: string) => Promise<SBR>;
|
|
7368
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[]>>;
|
|
7369
7465
|
|
|
7370
7466
|
interface MasterSparePartCategory extends Record<string, unknown> {
|
|
7371
7467
|
spare_part_category_id: string;
|
|
7372
7468
|
category_name: string;
|
|
7373
7469
|
category_code: string;
|
|
7470
|
+
description?: string;
|
|
7374
7471
|
status: Status;
|
|
7375
7472
|
added_date_time: string;
|
|
7376
7473
|
modified_date_time: string;
|
|
@@ -7386,10 +7483,12 @@ declare const MasterSparePartCategorySchema: z.ZodObject<{
|
|
|
7386
7483
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7387
7484
|
category_name: z.ZodEffects<z.ZodString, string, string>;
|
|
7388
7485
|
category_code: z.ZodEffects<z.ZodString, string, string>;
|
|
7486
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7389
7487
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
7390
7488
|
}, "strip", z.ZodTypeAny, {
|
|
7391
7489
|
status: Status;
|
|
7392
7490
|
organisation_id: string;
|
|
7491
|
+
description: string;
|
|
7393
7492
|
category_name: string;
|
|
7394
7493
|
category_code: string;
|
|
7395
7494
|
}, {
|
|
@@ -7397,6 +7496,7 @@ declare const MasterSparePartCategorySchema: z.ZodObject<{
|
|
|
7397
7496
|
organisation_id: string;
|
|
7398
7497
|
category_name: string;
|
|
7399
7498
|
category_code: string;
|
|
7499
|
+
description?: string | undefined;
|
|
7400
7500
|
}>;
|
|
7401
7501
|
type MasterSparePartCategoryDTO = z.infer<typeof MasterSparePartCategorySchema>;
|
|
7402
7502
|
declare const SparePartCategoryQuerySchema: z.ZodObject<{
|
|
@@ -7482,13 +7582,12 @@ declare const SparePartCategoryQuerySchema: z.ZodObject<{
|
|
|
7482
7582
|
spare_part_category_ids?: string[] | undefined;
|
|
7483
7583
|
}>;
|
|
7484
7584
|
type SparePartCategoryQueryDTO = z.infer<typeof SparePartCategoryQuerySchema>;
|
|
7485
|
-
declare const toMasterSparePartCategoryPayload: (
|
|
7585
|
+
declare const toMasterSparePartCategoryPayload: (row: MasterSparePartCategory) => MasterSparePartCategoryDTO;
|
|
7486
7586
|
declare const newMasterSparePartCategoryPayload: () => MasterSparePartCategoryDTO;
|
|
7487
7587
|
declare const findMasterSparePartCategories: (data: SparePartCategoryQueryDTO) => Promise<FBR<MasterSparePartCategory[]>>;
|
|
7488
7588
|
declare const createMasterSparePartCategory: (data: MasterSparePartCategoryDTO) => Promise<SBR>;
|
|
7489
7589
|
declare const updateMasterSparePartCategory: (id: string, data: MasterSparePartCategoryDTO) => Promise<SBR>;
|
|
7490
7590
|
declare const deleteMasterSparePartCategory: (id: string) => Promise<SBR>;
|
|
7491
|
-
declare const getMasterSparePartCategoryCacheAdmin: () => Promise<FBR<MasterSparePartCategory[]>>;
|
|
7492
7591
|
declare const getMasterSparePartCategoryCache: (organisation_id: string) => Promise<FBR<MasterSparePartCategory[]>>;
|
|
7493
7592
|
declare const getMasterSparePartCategoryCacheChild: (organisation_id: string) => Promise<FBR<MasterSparePartCategory[]>>;
|
|
7494
7593
|
declare const getMasterSparePartCategoryCacheCount: (organisation_id: string) => Promise<FBR<number>>;
|
|
@@ -7497,6 +7596,7 @@ interface MasterSparePartUnit extends Record<string, unknown> {
|
|
|
7497
7596
|
spare_part_unit_id: string;
|
|
7498
7597
|
unit_name: string;
|
|
7499
7598
|
unit_code: string;
|
|
7599
|
+
description?: string;
|
|
7500
7600
|
status: Status;
|
|
7501
7601
|
added_date_time: string;
|
|
7502
7602
|
modified_date_time: string;
|
|
@@ -7510,10 +7610,12 @@ declare const MasterSparePartUnitSchema: z.ZodObject<{
|
|
|
7510
7610
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7511
7611
|
unit_name: z.ZodEffects<z.ZodString, string, string>;
|
|
7512
7612
|
unit_code: z.ZodEffects<z.ZodString, string, string>;
|
|
7613
|
+
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7513
7614
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
7514
7615
|
}, "strip", z.ZodTypeAny, {
|
|
7515
7616
|
status: Status;
|
|
7516
7617
|
organisation_id: string;
|
|
7618
|
+
description: string;
|
|
7517
7619
|
unit_name: string;
|
|
7518
7620
|
unit_code: string;
|
|
7519
7621
|
}, {
|
|
@@ -7521,6 +7623,7 @@ declare const MasterSparePartUnitSchema: z.ZodObject<{
|
|
|
7521
7623
|
organisation_id: string;
|
|
7522
7624
|
unit_name: string;
|
|
7523
7625
|
unit_code: string;
|
|
7626
|
+
description?: string | undefined;
|
|
7524
7627
|
}>;
|
|
7525
7628
|
type MasterSparePartUnitDTO = z.infer<typeof MasterSparePartUnitSchema>;
|
|
7526
7629
|
declare const SparePartUnitQuerySchema: z.ZodObject<{
|
|
@@ -7606,13 +7709,14 @@ declare const SparePartUnitQuerySchema: z.ZodObject<{
|
|
|
7606
7709
|
spare_part_unit_ids?: string[] | undefined;
|
|
7607
7710
|
}>;
|
|
7608
7711
|
type SparePartUnitQueryDTO = z.infer<typeof SparePartUnitQuerySchema>;
|
|
7609
|
-
declare const toMasterSparePartUnitPayload: (
|
|
7712
|
+
declare const toMasterSparePartUnitPayload: (row: MasterSparePartUnit) => MasterSparePartUnitDTO;
|
|
7610
7713
|
declare const newMasterSparePartUnitPayload: () => MasterSparePartUnitDTO;
|
|
7611
7714
|
declare const findMasterSparePartUnits: (data: SparePartUnitQueryDTO) => Promise<FBR<MasterSparePartUnit[]>>;
|
|
7612
7715
|
declare const createMasterSparePartUnit: (data: MasterSparePartUnitDTO) => Promise<SBR>;
|
|
7613
7716
|
declare const updateMasterSparePartUnit: (id: string, data: MasterSparePartUnitDTO) => Promise<SBR>;
|
|
7614
7717
|
declare const deleteMasterSparePartUnit: (id: string) => Promise<SBR>;
|
|
7615
7718
|
declare const getMasterSparePartUnitCache: (organisation_id: string) => Promise<FBR<MasterSparePartUnit[]>>;
|
|
7719
|
+
declare const getMasterSparePartUnitCacheCount: (organisation_id: string) => Promise<FBR<MasterSparePartUnit[]>>;
|
|
7616
7720
|
|
|
7617
7721
|
interface UserOrganisation extends Record<string, unknown> {
|
|
7618
7722
|
organisation_id: string;
|
|
@@ -7943,4 +8047,4 @@ declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
|
|
|
7943
8047
|
declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
|
|
7944
8048
|
declare const getUserOrganisationPresignedUrl: (fileName: string) => Promise<SBR>;
|
|
7945
8049
|
|
|
7946
|
-
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 };
|