vms-nest-prisma-api-document 320.0.0 → 340.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.
Files changed (112) hide show
  1. package/dist/{user_organisation_service-Cbc_ZtO4.d.ts → bookmark_service-4h5nJVo2.d.ts} +12605 -8259
  2. package/dist/services/account/bookmark_service.d.ts +5 -166
  3. package/dist/services/account/notification_preferences.service.d.ts +5 -220
  4. package/dist/services/account/report_preferences.service.d.ts +5 -310
  5. package/dist/services/account/ticket_service.d.ts +2 -2
  6. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +2 -1
  7. package/dist/services/fleet/bus_mangement/calender.d.ts +5 -146
  8. package/dist/services/fleet/bus_mangement/master_route.d.ts +2 -1
  9. package/dist/services/fleet/bus_mangement/notice_board.d.ts +5 -141
  10. package/dist/services/fleet/bus_mangement/student.d.ts +2 -1
  11. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +5 -410
  12. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +2 -1
  13. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +2 -1
  14. package/dist/services/fleet/incident_management/incident_management_service.d.ts +2 -1
  15. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +2 -1
  16. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +2 -1
  17. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +2 -1
  18. package/dist/services/fleet/issue_management/issue_management_service.d.ts +2 -1
  19. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +2 -1
  20. package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +2 -1
  21. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +2 -1
  22. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +2 -1
  23. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +2 -1
  24. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +5 -232
  25. package/dist/services/gps/features/geofence/gps_geofence_service.js +24 -23
  26. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +5 -161
  27. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.js +10 -7
  28. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +5 -174
  29. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.js +9 -6
  30. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +5 -194
  31. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.js +11 -8
  32. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -200
  33. package/dist/services/gps/features/gps_live_track_share_link_service.js +5 -4
  34. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +5 -197
  35. package/dist/services/gps/features/gps_track_history_share_link_service.js +7 -6
  36. package/dist/services/main/devices/master_device_service.d.ts +2 -1
  37. package/dist/services/main/devices/master_device_service.js +16 -24
  38. package/dist/services/main/drivers/master_driver_service.d.ts +2 -1
  39. package/dist/services/main/drivers/master_driver_service.js +84 -81
  40. package/dist/services/main/sims/master_sim_service.d.ts +2 -1
  41. package/dist/services/main/sims/master_sim_service.js +8 -7
  42. package/dist/services/main/users/auth_service.d.ts +2 -2
  43. package/dist/services/main/users/user_admin_service.d.ts +6 -541
  44. package/dist/services/main/users/user_admin_service.js +25 -23
  45. package/dist/services/main/users/user_organisation_service.d.ts +2 -1
  46. package/dist/services/main/users/user_organisation_service.js +52 -49
  47. package/dist/services/main/users/user_service.d.ts +2 -1
  48. package/dist/services/main/users/user_service.js +41 -40
  49. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +2 -1
  50. package/dist/services/main/vehicle/master_vehicle_service.d.ts +2 -1
  51. package/dist/services/main/vehicle/master_vehicle_service.js +60 -60
  52. package/dist/services/master/bus/master_class_service.d.ts +2 -1
  53. package/dist/services/master/bus/master_program_service.d.ts +2 -1
  54. package/dist/services/master/bus/master_relationship_service.d.ts +2 -1
  55. package/dist/services/master/bus/master_section_service.d.ts +2 -1
  56. package/dist/services/master/bus/master_semester_service.d.ts +2 -1
  57. package/dist/services/master/bus/master_stream_service.d.ts +2 -1
  58. package/dist/services/master/bus/master_year_service.d.ts +2 -1
  59. package/dist/services/master/device/master_device_manufacturer_service.d.ts +2 -1
  60. package/dist/services/master/device/master_device_model_service.d.ts +2 -1
  61. package/dist/services/master/device/master_device_type_service.d.ts +2 -1
  62. package/dist/services/master/expense/master_expense_name_service.d.ts +2 -1
  63. package/dist/services/master/expense/master_expense_type_service.d.ts +5 -125
  64. package/dist/services/master/expense/master_fuel_company_service.d.ts +2 -1
  65. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +2 -1
  66. package/dist/services/master/expense/master_vendor_tag_service.d.ts +2 -1
  67. package/dist/services/master/expense/master_vendor_type_service.d.ts +2 -1
  68. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +2 -1
  69. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +2 -1
  70. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +2 -1
  71. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +2 -1
  72. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +2 -1
  73. package/dist/services/master/main/master_main_country_service.d.ts +2 -1
  74. package/dist/services/master/main/master_main_currency_service.d.ts +2 -1
  75. package/dist/services/master/main/master_main_date_format_service.d.ts +2 -1
  76. package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
  77. package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
  78. package/dist/services/master/main/master_main_industry_service.d.ts +2 -1
  79. package/dist/services/master/main/master_main_landmark_service.d.ts +2 -1
  80. package/dist/services/master/main/master_main_language_service.d.ts +2 -1
  81. package/dist/services/master/main/master_main_sim_provider_service.d.ts +2 -1
  82. package/dist/services/master/main/master_main_state_service.d.ts +2 -1
  83. package/dist/services/master/main/master_main_timezone_service.d.ts +2 -1
  84. package/dist/services/master/main/master_main_unit_distance_service.d.ts +2 -1
  85. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +2 -1
  86. package/dist/services/master/main/master_main_unit_volume_service.d.ts +2 -1
  87. package/dist/services/master/organisation/organisation_branch_service.d.ts +2 -1
  88. package/dist/services/master/organisation/organisation_color_service.d.ts +2 -1
  89. package/dist/services/master/organisation/organisation_group_service.d.ts +2 -1
  90. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +2 -1
  91. package/dist/services/master/organisation/organisation_tag_service.d.ts +2 -1
  92. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +2 -2
  93. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +5 -269
  94. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +5 -132
  95. package/dist/services/master/trip/master_trip_party_type_service.d.ts +5 -127
  96. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +5 -128
  97. package/dist/services/master/tyre/master_tyre_make_service.d.ts +2 -2
  98. package/dist/services/master/tyre/master_tyre_model_service.d.ts +5 -261
  99. package/dist/services/master/user/master_user_role_service.d.ts +2 -1
  100. package/dist/services/master/user/master_user_status_service.d.ts +2 -1
  101. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +2 -1
  102. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +2 -1
  103. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +2 -1
  104. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +2 -1
  105. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +2 -1
  106. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +2 -1
  107. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +2 -1
  108. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +2 -1
  109. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +2 -1
  110. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +2 -1
  111. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +2 -1
  112. package/package.json +1 -1
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { ek as MasterSection, em as MasterSectionDTO, eo as MasterSectionQueryDTO, en as MasterSectionQuerySchema, el as MasterSectionSchema, es as createMasterSection, eu as deleteMasterSection, er as findMasterSection, ev as getMasterSectionCache, ew as getMasterSectionCacheCount, eq as newMasterSectionPayload, ep as toMasterSectionPayload, et as updateMasterSection } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { dv as MasterSection, dx as MasterSectionDTO, dz as MasterSectionQueryDTO, dy as MasterSectionQuerySchema, dw as MasterSectionSchema, dD as createMasterSection, dF as deleteMasterSection, dC as findMasterSection, dG as getMasterSectionCache, dH as getMasterSectionCacheCount, dB as newMasterSectionPayload, dA as toMasterSectionPayload, dE as updateMasterSection } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { ex as MasterSemester, ez as MasterSemesterDTO, eB as MasterSemesterQueryDTO, eA as MasterSemesterQuerySchema, ey as MasterSemesterSchema, eF as createMasterSemester, eH as deleteMasterSemester, eE as findMasterSemester, eI as getMasterSemesterCache, eJ as getMasterSemesterCacheCount, eD as newMasterSemesterPayload, eC as toMasterSemesterPayload, eG as updateMasterSemester } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { dI as MasterSemester, dK as MasterSemesterDTO, dM as MasterSemesterQueryDTO, dL as MasterSemesterQuerySchema, dJ as MasterSemesterSchema, dQ as createMasterSemester, dS as deleteMasterSemester, dP as findMasterSemester, dT as getMasterSemesterCache, dU as getMasterSemesterCacheCount, dO as newMasterSemesterPayload, dN as toMasterSemesterPayload, dR as updateMasterSemester } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { eK as MasterStream, eM as MasterStreamDTO, eO as MasterStreamQueryDTO, eN as MasterStreamQuerySchema, eL as MasterStreamSchema, eS as createMasterStream, eU as deleteMasterStream, eR as findMasterStream, eV as getMasterStreamCache, eW as getMasterStreamCacheCount, eQ as newMasterStreamPayload, eP as toMasterStreamPayload, eT as updateMasterStream } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { dV as MasterStream, dX as MasterStreamDTO, dZ as MasterStreamQueryDTO, dY as MasterStreamQuerySchema, dW as MasterStreamSchema, e1 as createMasterStream, e3 as deleteMasterStream, e0 as findMasterStream, e4 as getMasterStreamCache, e5 as getMasterStreamCacheCount, d$ as newMasterStreamPayload, d_ as toMasterStreamPayload, e2 as updateMasterStream } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { eX as MasterYear, eZ as MasterYearDTO, e$ as MasterYearQueryDTO, e_ as MasterYearQuerySchema, eY as MasterYearSchema, f3 as createMasterYear, f5 as deleteMasterYear, f2 as findMasterYear, f6 as getMasterYearCache, f7 as getMasterYearCacheCount, f1 as newMasterYearPayload, f0 as toMasterYearPayload, f4 as updateMasterYear } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { e6 as MasterYear, e8 as MasterYearDTO, ea as MasterYearQueryDTO, e9 as MasterYearQuerySchema, e7 as MasterYearSchema, ee as createMasterYear, eg as deleteMasterYear, ed as findMasterYear, eh as getMasterYearCache, ei as getMasterYearCacheCount, ec as newMasterYearPayload, eb as toMasterYearPayload, ef as updateMasterYear } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { sg as MasterDeviceManufacturer, si as MasterDeviceManufacturerDTO, sk as MasterDeviceManufacturerQueryDTO, sj as MasterDeviceManufacturerQuerySchema, sh as MasterDeviceManufacturerSchema, so as createMasterDeviceManufacturer, sq as deleteMasterDeviceManufacturer, sn as findMasterDeviceManufacturers, sr as getMasterDeviceManufacturerCache, st as getMasterDeviceManufacturerCacheChild, ss as getMasterDeviceManufacturerCacheCount, sm as newMasterDeviceManufacturerPayload, sl as toMasterDeviceManufacturerPayload, sp as updateMasterDeviceManufacturer } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { v2 as MasterDeviceManufacturer, v4 as MasterDeviceManufacturerDTO, v6 as MasterDeviceManufacturerQueryDTO, v5 as MasterDeviceManufacturerQuerySchema, v3 as MasterDeviceManufacturerSchema, va as createMasterDeviceManufacturer, vc as deleteMasterDeviceManufacturer, v9 as findMasterDeviceManufacturers, vd as getMasterDeviceManufacturerCache, vf as getMasterDeviceManufacturerCacheChild, ve as getMasterDeviceManufacturerCacheCount, v8 as newMasterDeviceManufacturerPayload, v7 as toMasterDeviceManufacturerPayload, vb as updateMasterDeviceManufacturer } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { s2 as MasterDeviceModel, s4 as MasterDeviceModelDTO, s6 as MasterDeviceModelQueryDTO, s5 as MasterDeviceModelQuerySchema, s3 as MasterDeviceModelSchema, sa as createMasterDeviceModel, sc as deleteMasterDeviceModel, s9 as findMasterDeviceModels, sd as getMasterDeviceModelCache, sf as getMasterDeviceModelCacheChild, se as getMasterDeviceModelCacheCount, s8 as newMasterDeviceModelPayload, s7 as toMasterDeviceModelPayload, sb as updateMasterDeviceModel } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { uQ as MasterDeviceModel, uS as MasterDeviceModelDTO, uU as MasterDeviceModelQueryDTO, uT as MasterDeviceModelQuerySchema, uR as MasterDeviceModelSchema, uY as createMasterDeviceModel, u_ as deleteMasterDeviceModel, uX as findMasterDeviceModels, u$ as getMasterDeviceModelCache, v1 as getMasterDeviceModelCacheChild, v0 as getMasterDeviceModelCacheCount, uW as newMasterDeviceModelPayload, uV as toMasterDeviceModelPayload, uZ as updateMasterDeviceModel } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { rQ as MasterDeviceType, rS as MasterDeviceTypeDTO, rU as MasterDeviceTypeQueryDTO, rT as MasterDeviceTypeQuerySchema, rR as MasterDeviceTypeSchema, rY as createMasterDeviceType, r_ as deleteMasterDeviceType, rX as findMasterDeviceTypes, r$ as getMasterDeviceTypeCache, s1 as getMasterDeviceTypeCacheChild, s0 as getMasterDeviceTypeCacheCount, rW as newMasterDeviceTypePayload, rV as toMasterDeviceTypePayload, rZ as updateMasterDeviceType } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { uC as MasterDeviceType, uE as MasterDeviceTypeDTO, uG as MasterDeviceTypeQueryDTO, uF as MasterDeviceTypeQuerySchema, uD as MasterDeviceTypeSchema, uK as createMasterDeviceType, uM as deleteMasterDeviceType, uJ as findMasterDeviceTypes, uN as getMasterDeviceTypeCache, uP as getMasterDeviceTypeCacheChild, uO as getMasterDeviceTypeCacheCount, uI as newMasterDeviceTypePayload, uH as toMasterDeviceTypePayload, uL as updateMasterDeviceType } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { le as MasterExpenseName, lg as MasterExpenseNameDTO, li as MasterExpenseNameQueryDTO, lh as MasterExpenseNameQuerySchema, lf as MasterExpenseNameSchema, lm as createMasterExpenseName, lo as deleteMasterExpenseName, ll as findMasterExpenseNames, lp as getMasterExpenseNameCache, lk as newMasterExpenseNamePayload, lj as toMasterExpenseNamePayload, ln as updateMasterExpenseName } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { iV as MasterExpenseName, iX as MasterExpenseNameDTO, iZ as MasterExpenseNameQueryDTO, iY as MasterExpenseNameQuerySchema, iW as MasterExpenseNameSchema, j1 as createMasterExpenseName, j3 as deleteMasterExpenseName, j0 as findMasterExpenseNames, j4 as getMasterExpenseNameCache, i$ as newMasterExpenseNamePayload, i_ as toMasterExpenseNamePayload, j2 as updateMasterExpenseName } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,126 +1,6 @@
1
- import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
- import { FBR, SBR } from '../../../core/BaseResponse.js';
3
- import { z } from 'zod';
4
- import { U as UserOrganisation } from '../../../user_organisation_service-Cbc_ZtO4.js';
1
+ import '../../../core/Enums.js';
2
+ import '../../../core/BaseResponse.js';
3
+ import 'zod';
4
+ export { x2 as MasterExpenseType, x4 as MasterExpenseTypeDTO, x6 as MasterExpenseTypeQueryDTO, x5 as MasterExpenseTypeQuerySchema, x3 as MasterExpenseTypeSchema, xa as createMasterExpenseType, xc as deleteMasterExpenseType, x9 as findMasterExpenseTypes, xd as getMasterExpenseTypeCache, x8 as newMasterExpenseTypePayload, x7 as toMasterExpenseTypePayload, xb as updateMasterExpenseType } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
-
7
- interface MasterExpenseType extends Record<string, unknown> {
8
- expense_type_id: string;
9
- expense_type_name: string;
10
- description?: string;
11
- status: Status;
12
- added_date_time: string;
13
- modified_date_time: string;
14
- organisation_id: string;
15
- UserOrganisation?: UserOrganisation;
16
- _count?: object;
17
- }
18
- declare const MasterExpenseTypeSchema: z.ZodObject<{
19
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
20
- expense_type_name: z.ZodEffects<z.ZodString, string, string>;
21
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
22
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
23
- }, "strip", z.ZodTypeAny, {
24
- expense_type_name: string;
25
- description: string;
26
- status: Status;
27
- organisation_id: string;
28
- }, {
29
- expense_type_name: string;
30
- status: Status;
31
- organisation_id: string;
32
- description?: string | undefined;
33
- }>;
34
- type MasterExpenseTypeDTO = z.infer<typeof MasterExpenseTypeSchema>;
35
- declare const MasterExpenseTypeQuerySchema: z.ZodObject<{
36
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
37
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
38
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
39
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
40
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
41
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
42
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
43
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
44
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
45
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
46
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
47
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
48
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
49
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
50
- name: z.ZodEffects<z.ZodString, string, string>;
51
- field: z.ZodEffects<z.ZodString, string, string>;
52
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
53
- }, "strip", z.ZodTypeAny, {
54
- name: string;
55
- field: string;
56
- direction: OrderBy;
57
- }, {
58
- name: string;
59
- field: string;
60
- direction: OrderBy;
61
- }>, "many">>>;
62
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
63
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
64
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
65
- } & {
66
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
67
- expense_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
68
- }, "strip", z.ZodTypeAny, {
69
- status: Status[];
70
- search: string;
71
- paging: PAGING;
72
- page_count: number;
73
- page_index: number;
74
- load_parents: LoadParents;
75
- load_parents_list: string[];
76
- load_child: LoadChild;
77
- load_child_list: string[];
78
- load_child_count: LoadChildCount;
79
- load_child_count_list: string[];
80
- include_details: Record<string, any>;
81
- where_relations: Record<string, any>;
82
- order_by: {
83
- name: string;
84
- field: string;
85
- direction: OrderBy;
86
- }[];
87
- include_master_data: YesNo;
88
- date_format_id: string;
89
- time_zone_id: string;
90
- organisation_ids: string[];
91
- expense_type_ids: string[];
92
- }, {
93
- date_format_id: string;
94
- time_zone_id: string;
95
- status?: Status[] | undefined;
96
- search?: string | undefined;
97
- paging?: PAGING | undefined;
98
- page_count?: unknown;
99
- page_index?: unknown;
100
- load_parents?: LoadParents | undefined;
101
- load_parents_list?: string[] | undefined;
102
- load_child?: LoadChild | undefined;
103
- load_child_list?: string[] | undefined;
104
- load_child_count?: LoadChildCount | undefined;
105
- load_child_count_list?: string[] | undefined;
106
- include_details?: Record<string, any> | undefined;
107
- where_relations?: Record<string, any> | undefined;
108
- order_by?: {
109
- name: string;
110
- field: string;
111
- direction: OrderBy;
112
- }[] | undefined;
113
- include_master_data?: YesNo | undefined;
114
- organisation_ids?: string[] | undefined;
115
- expense_type_ids?: string[] | undefined;
116
- }>;
117
- type MasterExpenseTypeQueryDTO = z.infer<typeof MasterExpenseTypeQuerySchema>;
118
- declare const toMasterExpenseTypePayload: (row: MasterExpenseType) => MasterExpenseTypeDTO;
119
- declare const newMasterExpenseTypePayload: () => MasterExpenseTypeDTO;
120
- declare const findMasterExpenseTypes: (data: MasterExpenseTypeQueryDTO) => Promise<FBR<MasterExpenseType[]>>;
121
- declare const createMasterExpenseType: (data: MasterExpenseTypeDTO) => Promise<SBR>;
122
- declare const updateMasterExpenseType: (id: string, data: MasterExpenseTypeDTO) => Promise<SBR>;
123
- declare const deleteMasterExpenseType: (id: string) => Promise<SBR>;
124
- declare const getMasterExpenseTypeCache: (organisation_id: string) => Promise<FBR<MasterExpenseType[]>>;
125
-
126
- export { type MasterExpenseType, type MasterExpenseTypeDTO, type MasterExpenseTypeQueryDTO, MasterExpenseTypeQuerySchema, MasterExpenseTypeSchema, createMasterExpenseType, deleteMasterExpenseType, findMasterExpenseTypes, getMasterExpenseTypeCache, newMasterExpenseTypePayload, toMasterExpenseTypePayload, updateMasterExpenseType };
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { jl as MasterFuelCompany, jn as MasterFuelCompanyDTO, jp as MasterFuelCompanyQueryDTO, jo as MasterFuelCompanyQuerySchema, jm as MasterFuelCompanySchema, jt as createMasterFuelCompany, jv as deleteMasterFuelCompany, js as findMasterFuelCompanys, jw as getMasterFuelCompanyCache, jr as newMasterFuelCompanyPayload, jq as toMasterFuelCompanyPayload, ju as updateMasterFuelCompany } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { jS as MasterFuelCompany, jU as MasterFuelCompanyDTO, jW as MasterFuelCompanyQueryDTO, jV as MasterFuelCompanyQuerySchema, jT as MasterFuelCompanySchema, j_ as createMasterFuelCompany, k0 as deleteMasterFuelCompany, jZ as findMasterFuelCompanys, k1 as getMasterFuelCompanyCache, jY as newMasterFuelCompanyPayload, jX as toMasterFuelCompanyPayload, j$ as updateMasterFuelCompany } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { oz as MasterVendorDocumentType, oB as MasterVendorDocumentTypeDTO, oD as MasterVendorDocumentTypeQueryDTO, oC as MasterVendorDocumentTypeQuerySchema, oA as MasterVendorDocumentTypeSchema, oH as createMasterVendorDocumentType, oJ as deleteMasterVendorDocumentType, oG as findMasterVendorDocumentTypes, oK as getMasterVendorDocumentTypeCache, oF as newMasterVendorDocumentTypePayload, oE as toMasterVendorDocumentTypePayload, oI as updateMasterVendorDocumentType } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { jt as MasterVendorDocumentType, jv as MasterVendorDocumentTypeDTO, jx as MasterVendorDocumentTypeQueryDTO, jw as MasterVendorDocumentTypeQuerySchema, ju as MasterVendorDocumentTypeSchema, jB as createMasterVendorDocumentType, jD as deleteMasterVendorDocumentType, jA as findMasterVendorDocumentTypes, jE as getMasterVendorDocumentTypeCache, jz as newMasterVendorDocumentTypePayload, jy as toMasterVendorDocumentTypePayload, jC as updateMasterVendorDocumentType } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { dy as MasterVendorTag, dA as MasterVendorTagDTO, dC as MasterVendorTagQueryDTO, dB as MasterVendorTagQuerySchema, dz as MasterVendorTagSchema, dG as createMasterVendorTag, dI as deleteMasterVendorTag, dF as findMasterVendorTags, dJ as getMasterVendorTagCache, dE as newMasterVendorTagPayload, dD as toMasterVendorTagPayload, dH as updateMasterVendorTag } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { jh as MasterVendorTag, jj as MasterVendorTagDTO, jl as MasterVendorTagQueryDTO, jk as MasterVendorTagQuerySchema, ji as MasterVendorTagSchema, jp as createMasterVendorTag, jr as deleteMasterVendorTag, jo as findMasterVendorTags, js as getMasterVendorTagCache, jn as newMasterVendorTagPayload, jm as toMasterVendorTagPayload, jq as updateMasterVendorTag } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { dl as MasterVendorType, dn as MasterVendorTypeDTO, dq as MasterVendorTypeQueryDTO, dp as MasterVendorTypeQuerySchema, dm as MasterVendorTypeSchema, du as createMasterVendorType, dw as deleteMasterVendorType, dt as findMasterVendorTypes, dx as getMasterVendorTypeCache, ds as newMasterVendorTypePayload, dr as toMasterVendorTypePayload, dv as updateMasterVendorType } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { j5 as MasterVendorType, j7 as MasterVendorTypeDTO, j9 as MasterVendorTypeQueryDTO, j8 as MasterVendorTypeQuerySchema, j6 as MasterVendorTypeSchema, jd as createMasterVendorType, jf as deleteMasterVendorType, jc as findMasterVendorTypes, jg as getMasterVendorTypeCache, jb as newMasterVendorTypePayload, ja as toMasterVendorTypePayload, je as updateMasterVendorType } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { kG as MasterFleetIncidentSeverity, kI as MasterFleetIncidentSeverityDTO, kK as MasterFleetIncidentSeverityQueryDTO, kJ as MasterFleetIncidentSeverityQuerySchema, kH as MasterFleetIncidentSeveritySchema, kO as createMasterFleetIncidentSeverity, kQ as deleteMasterFleetIncidentSeverity, kN as findMasterFleetIncidentSeverities, kR as getMasterFleetIncidentSeverityCache, kM as newMasterFleetIncidentSeverityPayload, kL as toMasterFleetIncidentSeverityPayload, kP as updateMasterFleetIncidentSeverity } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { ik as MasterFleetIncidentSeverity, im as MasterFleetIncidentSeverityDTO, ip as MasterFleetIncidentSeverityQueryDTO, io as MasterFleetIncidentSeverityQuerySchema, il as MasterFleetIncidentSeveritySchema, it as createMasterFleetIncidentSeverity, iv as deleteMasterFleetIncidentSeverity, is as findMasterFleetIncidentSeverities, iw as getMasterFleetIncidentSeverityCache, ir as newMasterFleetIncidentSeverityPayload, iq as toMasterFleetIncidentSeverityPayload, iu as updateMasterFleetIncidentSeverity } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { kS as MasterFleetIncidentStatus, kU as MasterFleetIncidentStatusDTO, kW as MasterFleetIncidentStatusQueryDTO, kV as MasterFleetIncidentStatusQuerySchema, kT as MasterFleetIncidentStatusSchema, k_ as createMasterFleetIncidentStatus, l0 as deleteMasterFleetIncidentStatus, kZ as findMasterFleetIncidentStatuses, l1 as getMasterFleetIncidentStatusCache, kY as newMasterFleetIncidentStatusPayload, kX as toMasterFleetIncidentStatusPayload, k$ as updateMasterFleetIncidentStatus } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { ix as MasterFleetIncidentStatus, iz as MasterFleetIncidentStatusDTO, iB as MasterFleetIncidentStatusQueryDTO, iA as MasterFleetIncidentStatusQuerySchema, iy as MasterFleetIncidentStatusSchema, iF as createMasterFleetIncidentStatus, iH as deleteMasterFleetIncidentStatus, iE as findMasterFleetIncidentStatuses, iI as getMasterFleetIncidentStatusCache, iD as newMasterFleetIncidentStatusPayload, iC as toMasterFleetIncidentStatusPayload, iG as updateMasterFleetIncidentStatus } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { l2 as MasterFleetIncidentType, l4 as MasterFleetIncidentTypeDTO, l6 as MasterFleetIncidentTypeQueryDTO, l5 as MasterFleetIncidentTypeQuerySchema, l3 as MasterFleetIncidentTypeSchema, la as createMasterFleetIncidentType, lc as deleteMasterFleetIncidentType, l9 as findMasterFleetIncidentTypes, ld as getMasterFleetIncidentTypeCache, l8 as newMasterFleetIncidentTypePayload, l7 as toMasterFleetIncidentTypePayload, lb as updateMasterFleetIncidentType } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { iJ as MasterFleetIncidentType, iL as MasterFleetIncidentTypeDTO, iN as MasterFleetIncidentTypeQueryDTO, iM as MasterFleetIncidentTypeQuerySchema, iK as MasterFleetIncidentTypeSchema, iR as createMasterFleetIncidentType, iT as deleteMasterFleetIncidentType, iQ as findMasterFleetIncidentTypes, iU as getMasterFleetIncidentTypeCache, iP as newMasterFleetIncidentTypePayload, iO as toMasterFleetIncidentTypePayload, iS as updateMasterFleetIncidentType } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { ku as MasterFleetInsuranceClaimStatus, kw as MasterFleetInsuranceClaimStatusDTO, ky as MasterFleetInsuranceClaimStatusQueryDTO, kx as MasterFleetInsuranceClaimStatusQuerySchema, kv as MasterFleetInsuranceClaimStatusSchema, kC as createMasterFleetInsuranceClaimStatus, kE as deleteMasterFleetInsuranceClaimStatus, kB as findMasterFleetInsuranceClaimStatuses, kF as getMasterFleetInsuranceClaimStatusCache, kA as newMasterFleetInsuranceClaimStatusPayload, kz as toMasterFleetInsuranceClaimStatusPayload, kD as updateMasterFleetInsuranceClaimStatus } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { i7 as MasterFleetInsuranceClaimStatus, i9 as MasterFleetInsuranceClaimStatusDTO, ib as MasterFleetInsuranceClaimStatusQueryDTO, ia as MasterFleetInsuranceClaimStatusQuerySchema, i8 as MasterFleetInsuranceClaimStatusSchema, ig as createMasterFleetInsuranceClaimStatus, ii as deleteMasterFleetInsuranceClaimStatus, ie as findMasterFleetInsuranceClaimStatuses, ij as getMasterFleetInsuranceClaimStatusCache, id as newMasterFleetInsuranceClaimStatusPayload, ic as toMasterFleetInsuranceClaimStatusPayload, ih as updateMasterFleetInsuranceClaimStatus } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { lD as MasterFleetServiceTask, lF as MasterFleetServiceTaskDTO, lH as MasterFleetServiceTaskQueryDTO, lG as MasterFleetServiceTaskQuerySchema, lE as MasterFleetServiceTaskSchema, lL as createMasterFleetServiceTask, lN as deleteMasterFleetServiceTask, lK as findMasterFleetServiceTasks, lO as getMasterFleetServiceTaskCache, lJ as newMasterFleetServiceTaskPayload, lI as toMasterFleetServiceTaskPayload, lM as updateMasterFleetServiceTask } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { lF as MasterFleetServiceTask, lH as MasterFleetServiceTaskDTO, lJ as MasterFleetServiceTaskQueryDTO, lI as MasterFleetServiceTaskQuerySchema, lG as MasterFleetServiceTaskSchema, lN as createMasterFleetServiceTask, lP as deleteMasterFleetServiceTask, lM as findMasterFleetServiceTasks, lQ as getMasterFleetServiceTaskCache, lL as newMasterFleetServiceTaskPayload, lK as toMasterFleetServiceTaskPayload, lO as updateMasterFleetServiceTask } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { tk as MasterMainCountry, tm as MasterMainCountryDTO, to as MasterMainCountryQueryDTO, tn as MasterMainCountryQuerySchema, tl as MasterMainCountrySchema, ts as createMasterMainCountry, tu as deleteMasterMainCountry, tr as findMasterMainCountries, tv as getMasterMainCountryCache, tw as getMasterMainCountryCacheChild, tq as newMasterMainCountryPayload, tp as toMasterMainCountryPayload, tt as updateMasterMainCountry } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { w7 as MasterMainCountry, w9 as MasterMainCountryDTO, wb as MasterMainCountryQueryDTO, wa as MasterMainCountryQuerySchema, w8 as MasterMainCountrySchema, wf as createMasterMainCountry, wh as deleteMasterMainCountry, we as findMasterMainCountries, wi as getMasterMainCountryCache, wj as getMasterMainCountryCacheChild, wd as newMasterMainCountryPayload, wc as toMasterMainCountryPayload, wg as updateMasterMainCountry } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { m as MasterMainCurrency, p as MasterMainCurrencyDTO, r as MasterMainCurrencyQueryDTO, q as MasterMainCurrencyQuerySchema, o as MasterMainCurrencySchema, x as createMasterMainCurrency, z as deleteMasterMainCurrency, w as findMasterMainCurrencies, A as getMasterMainCurrencyCache, v as newMasterMainCurrencyPayload, s as toMasterMainCurrencyPayload, y as updateMasterMainCurrency } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { m as MasterMainCurrency, p as MasterMainCurrencyDTO, r as MasterMainCurrencyQueryDTO, q as MasterMainCurrencyQuerySchema, o as MasterMainCurrencySchema, x as createMasterMainCurrency, z as deleteMasterMainCurrency, w as findMasterMainCurrencies, A as getMasterMainCurrencyCache, v as newMasterMainCurrencyPayload, s as toMasterMainCurrencyPayload, y as updateMasterMainCurrency } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { iF as MasterMainDateFormat, iH as MasterMainDateFormatDTO, iJ as MasterMainDateFormatQueryDTO, iI as MasterMainDateFormatQuerySchema, iG as MasterMainDateFormatSchema, iN as createMasterMainDateFormat, iP as deleteMasterMainDateFormat, iM as findMasterMainDateFormats, iQ as getMasterMainDateFormatCache, iL as newMasterMainDateFormatPayload, iK as toMasterMainDateFormatPayload, iO as updateMasterMainDateFormat } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { b5 as MasterMainDateFormat, b7 as MasterMainDateFormatDTO, b9 as MasterMainDateFormatQueryDTO, b8 as MasterMainDateFormatQuerySchema, b6 as MasterMainDateFormatSchema, bd as createMasterMainDateFormat, bf as deleteMasterMainDateFormat, bc as findMasterMainDateFormats, bg as getMasterMainDateFormatCache, bb as newMasterMainDateFormatPayload, ba as toMasterMainDateFormatPayload, be as updateMasterMainDateFormat } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -18,12 +18,12 @@ declare const MasterMainEwayBillProviderSchema: z.ZodObject<{
18
18
  provider_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
19
19
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
20
20
  }, "strip", z.ZodTypeAny, {
21
- status: Status;
22
21
  provider_name: string;
23
22
  provider_code: string;
24
- }, {
25
23
  status: Status;
24
+ }, {
26
25
  provider_name: string;
26
+ status: Status;
27
27
  provider_code?: string | undefined;
28
28
  }>;
29
29
  type MasterMainEwayBillProviderDTO = z.infer<typeof MasterMainEwayBillProviderSchema>;
@@ -18,12 +18,12 @@ declare const MasterMainFasttagBankSchema: z.ZodObject<{
18
18
  bank_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
19
19
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
20
20
  }, "strip", z.ZodTypeAny, {
21
+ status: Status;
21
22
  bank_name: string;
22
23
  bank_code: string;
23
- status: Status;
24
24
  }, {
25
- bank_name: string;
26
25
  status: Status;
26
+ bank_name: string;
27
27
  bank_code?: string | undefined;
28
28
  }>;
29
29
  type MasterMainFasttagBankDTO = z.infer<typeof MasterMainFasttagBankSchema>;
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { d as MasterMainIndustry, f as MasterMainIndustryDTO, h as MasterMainIndustryQueryDTO, g as MasterMainIndustryQuerySchema, e as MasterMainIndustrySchema, j as createMasterMainIndustry, k as deleteMasterMainIndustry, i as findMasterMainIndustrys, l as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { d as MasterMainIndustry, f as MasterMainIndustryDTO, h as MasterMainIndustryQueryDTO, g as MasterMainIndustryQuerySchema, e as MasterMainIndustrySchema, j as createMasterMainIndustry, k as deleteMasterMainIndustry, i as findMasterMainIndustrys, l as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { oo as MasterMainLandmark, oq as MasterMainLandmarkDTO, os as MasterMainLandmarkQueryDTO, or as MasterMainLandmarkQuerySchema, op as MasterMainLandmarkSchema, ow as createMasterMainCountry, oy as deleteMasterMainCountry, ov as findMasterMainCountries, ou as newMasterMainLandmarkPayload, ot as toMasterMainLandmarkPayload, ox as updateMasterMainCountry } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { oq as MasterMainLandmark, os as MasterMainLandmarkDTO, ou as MasterMainLandmarkQueryDTO, ot as MasterMainLandmarkQuerySchema, or as MasterMainLandmarkSchema, oy as createMasterMainCountry, oA as deleteMasterMainCountry, ox as findMasterMainCountries, ow as newMasterMainLandmarkPayload, ov as toMasterMainLandmarkPayload, oz as updateMasterMainCountry } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { it as MasterMainLanguage, iv as MasterMainLanguageDTO, ix as MasterMainLanguageQueryDTO, iw as MasterMainLanguageQuerySchema, iu as MasterMainLanguageSchema, iB as createMasterMainLanguage, iD as deleteMasterMainLanguage, iA as findMasterMainLanguages, iE as getMasterMainLanguageCache, iz as newMasterMainLanguagePayload, iy as toMasterMainLanguagePayload, iC as updateMasterMainLanguage } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { aV as MasterMainLanguage, aX as MasterMainLanguageDTO, aZ as MasterMainLanguageQueryDTO, aY as MasterMainLanguageQuerySchema, aW as MasterMainLanguageSchema, b1 as createMasterMainLanguage, b3 as deleteMasterMainLanguage, b0 as findMasterMainLanguages, b4 as getMasterMainLanguageCache, a$ as newMasterMainLanguagePayload, a_ as toMasterMainLanguagePayload, b2 as updateMasterMainLanguage } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { su as MasterMainSimProvider, sw as MasterMainSimProviderDTO, sy as MasterMainSimProviderQueryDTO, sx as MasterMainSimProviderQuerySchema, sv as MasterMainSimProviderSchema, sC as createMasterMainSimProvider, sE as deleteMasterMainSimProvider, sB as findMasterMainSimProviders, sF as getMasterMainSimProviderCache, sA as newMasterMainSimProviderPayload, sz as toMasterMainSimProviderPayload, sD as updateMasterMainSimProvider } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { vg as MasterMainSimProvider, vi as MasterMainSimProviderDTO, vk as MasterMainSimProviderQueryDTO, vj as MasterMainSimProviderQuerySchema, vh as MasterMainSimProviderSchema, vo as createMasterMainSimProvider, vq as deleteMasterMainSimProvider, vn as findMasterMainSimProviders, vr as getMasterMainSimProviderCache, vm as newMasterMainSimProviderPayload, vl as toMasterMainSimProviderPayload, vp as updateMasterMainSimProvider } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { dK as MasterMainState, dM as MasterMainStateDTO, dO as MasterMainStateQueryDTO, dN as MasterMainStateQuerySchema, dL as MasterMainStateSchema, dS as createMasterMainState, dU as deleteMasterMainState, dR as findMasterMainStates, dV as getMasterMainStateCache, dQ as newMasterMainStatePayload, dP as toMasterMainStatePayload, dT as updateMasterMainState } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { cU as MasterMainState, cW as MasterMainStateDTO, cY as MasterMainStateQueryDTO, cX as MasterMainStateQuerySchema, cV as MasterMainStateSchema, d0 as createMasterMainState, d2 as deleteMasterMainState, c$ as findMasterMainStates, d3 as getMasterMainStateCache, c_ as newMasterMainStatePayload, cZ as toMasterMainStatePayload, d1 as updateMasterMainState } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { t7 as MasterMainTimeZone, t9 as MasterMainTimeZoneDTO, tb as MasterMainTimeZoneQueryDTO, ta as MasterMainTimeZoneQuerySchema, t8 as MasterMainTimeZoneSchema, tf as createMasterMainTimeZone, th as deleteMasterMainTimeZone, te as findMasterMainTimeZones, tj as getMasterMainTimeZoneCache, ti as getMasterMainTimeZoneCacheAll, td as newMasterMainTimeZonePayload, tc as toMasterMainTimeZonePayload, tg as updateMasterMainTimeZone } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { vW as MasterMainTimeZone, vY as MasterMainTimeZoneDTO, v_ as MasterMainTimeZoneQueryDTO, vZ as MasterMainTimeZoneQuerySchema, vX as MasterMainTimeZoneSchema, w2 as createMasterMainTimeZone, w4 as deleteMasterMainTimeZone, w1 as findMasterMainTimeZones, w6 as getMasterMainTimeZoneCache, w5 as getMasterMainTimeZoneCacheAll, w0 as newMasterMainTimeZonePayload, v$ as toMasterMainTimeZonePayload, w3 as updateMasterMainTimeZone } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,8 +1,9 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ import { b as UserOrganisation } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
6
7
 
7
8
  interface MasterMainUnitDistance extends Record<string, unknown> {
8
9
  unit_id: string;
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { tx as MasterMainUnitMileage, tz as MasterMainUnitMileageDTO, tB as MasterMainUnitMileageQueryDTO, tA as MasterMainUnitMileageQuerySchema, ty as MasterMainUnitMileageSchema, tF as createMasterMainUnitMileage, tH as deleteMasterMainUnitMileage, tE as findMasterMainUnitMileages, tI as getMasterMainUnitMileageCache, tD as newMasterMainUnitMileagePayload, tC as toMasterMainUnitMileagePayload, tG as updateMasterMainUnitMileage } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { wk as MasterMainUnitMileage, wm as MasterMainUnitMileageDTO, wo as MasterMainUnitMileageQueryDTO, wn as MasterMainUnitMileageQuerySchema, wl as MasterMainUnitMileageSchema, ws as createMasterMainUnitMileage, wu as deleteMasterMainUnitMileage, wr as findMasterMainUnitMileages, wv as getMasterMainUnitMileageCache, wq as newMasterMainUnitMileagePayload, wp as toMasterMainUnitMileagePayload, wt as updateMasterMainUnitMileage } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { tJ as MasterMainUnitVolume, tL as MasterMainUnitVolumeDTO, tN as MasterMainUnitVolumeQueryDTO, tM as MasterMainUnitVolumeQuerySchema, tK as MasterMainUnitVolumeSchema, tR as createMasterMainUnitVolume, tT as deleteMasterMainUnitVolume, tQ as findMasterMainUnitVolumes, tU as getMasterMainUnitVolumeCache, tP as newMasterMainUnitVolumePayload, tO as toMasterMainUnitVolumePayload, tS as updateMasterMainUnitVolume } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { ww as MasterMainUnitVolume, wy as MasterMainUnitVolumeDTO, wA as MasterMainUnitVolumeQueryDTO, wz as MasterMainUnitVolumeQuerySchema, wx as MasterMainUnitVolumeSchema, wE as createMasterMainUnitVolume, wG as deleteMasterMainUnitVolume, wD as findMasterMainUnitVolumes, wH as getMasterMainUnitVolumeCache, wC as newMasterMainUnitVolumePayload, wB as toMasterMainUnitVolumePayload, wF as updateMasterMainUnitVolume } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { O as OrganisationBranch, S as OrganisationBranchDTO, V as OrganisationBranchQueryDTO, T as OrganisationBranchQuerySchema, R as OrganisationBranchSchema, Z as createOrganisationBranch, $ as deleteOrganisationBranch, Y as findOrganisationBranchs, a0 as getOrganisationBranchCache, a2 as getOrganisationBranchCacheChild, a1 as getOrganisationBranchCacheCount, X as newOrganisationBranchPayload, W as toOrganisationBranchPayload, _ as updateOrganisationBranch } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { Q as OrganisationBranch, S as OrganisationBranchDTO, V as OrganisationBranchQueryDTO, T as OrganisationBranchQuerySchema, R as OrganisationBranchSchema, Z as createOrganisationBranch, $ as deleteOrganisationBranch, Y as findOrganisationBranchs, a0 as getOrganisationBranchCache, a2 as getOrganisationBranchCacheChild, a1 as getOrganisationBranchCacheCount, X as newOrganisationBranchPayload, W as toOrganisationBranchPayload, _ as updateOrganisationBranch } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { a3 as OrganisationColor, a5 as OrganisationColorDTO, a7 as OrganisationColorQueryDTO, a6 as OrganisationColorQuerySchema, a4 as OrganisationColorSchema, ab as createOrganisationColor, ad as deleteOrganisationColor, aa as findOrganisationColors, ae as getOrganisationColorCache, ag as getOrganisationColorCacheChild, af as getOrganisationColorCacheCount, a9 as newOrganisationColorPayload, a8 as toOrganisationColorPayload, ac as updateOrganisationColor } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { a3 as OrganisationColor, a5 as OrganisationColorDTO, a7 as OrganisationColorQueryDTO, a6 as OrganisationColorQuerySchema, a4 as OrganisationColorSchema, ab as createOrganisationColor, ad as deleteOrganisationColor, aa as findOrganisationColors, ae as getOrganisationColorCache, ag as getOrganisationColorCacheChild, af as getOrganisationColorCacheCount, a9 as newOrganisationColorPayload, a8 as toOrganisationColorPayload, ac as updateOrganisationColor } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { aY as OrganisationGroup, a$ as OrganisationGroupDTO, b1 as OrganisationGroupQueryDTO, b0 as OrganisationGroupQuerySchema, a_ as OrganisationGroupSchema, aZ as VehicleOrganisationGroupLink, b5 as createOrganisationGroup, b7 as deleteOrganisationGroup, b4 as findOrganisationGroups, b8 as getOrganisationGroupCache, ba as getOrganisationGroupCacheChild, b9 as getOrganisationGroupCacheCount, b3 as newOrganisationGroupPayload, b2 as toOrganisationGroupPayload, b6 as updateOrganisationGroup } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { q8 as OrganisationGroup, qb as OrganisationGroupDTO, qd as OrganisationGroupQueryDTO, qc as OrganisationGroupQuerySchema, qa as OrganisationGroupSchema, q9 as VehicleOrganisationGroupLink, qh as createOrganisationGroup, qj as deleteOrganisationGroup, qg as findOrganisationGroups, qk as getOrganisationGroupCache, qm as getOrganisationGroupCacheChild, ql as getOrganisationGroupCacheCount, qf as newOrganisationGroupPayload, qe as toOrganisationGroupPayload, qi as updateOrganisationGroup } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { B as OrganisationSubCompany, D as OrganisationSubCompanyDTO, F as OrganisationSubCompanyQueryDTO, E as OrganisationSubCompanyQuerySchema, C as OrganisationSubCompanySchema, J as createOrganisationSubCompany, L as deleteOrganisationSubCompany, I as findOrganisationSubCompanyies, N as getOrganisationSubCompanyCache, Q as getOrganisationSubCompanyCacheChild, P as getOrganisationSubCompanyCacheCount, H as newOrganisationSubCompanyPayload, G as toOrganisationSubCompanyPayload, K as updateOrganisationSubCompany } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { O as OrganisationSubCompany, C as OrganisationSubCompanyDTO, E as OrganisationSubCompanyQueryDTO, D as OrganisationSubCompanyQuerySchema, B as OrganisationSubCompanySchema, I as createOrganisationSubCompany, K as deleteOrganisationSubCompany, H as findOrganisationSubCompanyies, L as getOrganisationSubCompanyCache, P as getOrganisationSubCompanyCacheChild, N as getOrganisationSubCompanyCacheCount, G as newOrganisationSubCompanyPayload, F as toOrganisationSubCompanyPayload, J as updateOrganisationSubCompany } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { ah as OrganisationTag, aj as OrganisationTagDTO, al as OrganisationTagQueryDTO, ak as OrganisationTagQuerySchema, ai as OrganisationTagSchema, ap as createOrganisationTag, ar as deleteOrganisationTag, ao as findOrganisationTags, as as getOrganisationTagCache, au as getOrganisationTagCacheChild, at as getOrganisationTagCacheCount, an as newOrganisationTagPayload, am as toOrganisationTagPayload, aq as updateOrganisationTag } from '../../../user_organisation_service-Cbc_ZtO4.js';
4
+ export { ah as OrganisationTag, aj as OrganisationTagDTO, al as OrganisationTagQueryDTO, ak as OrganisationTagQuerySchema, ai as OrganisationTagSchema, ap as createOrganisationTag, ar as deleteOrganisationTag, ao as findOrganisationTags, as as getOrganisationTagCache, au as getOrganisationTagCacheChild, at as getOrganisationTagCacheCount, an as newOrganisationTagPayload, am as toOrganisationTagPayload, aq as updateOrganisationTag } from '../../../bookmark_service-4h5nJVo2.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- import '../../../user_organisation_service-Cbc_ZtO4.js';
5
- export { M as MasterSparePartCategory, b as MasterSparePartCategoryDTO, a as MasterSparePartCategorySchema, c as SparePartCategoryQueryDTO, S as SparePartCategoryQuerySchema, d as createMasterSparePartCategory, e as deleteMasterSparePartCategory, f as findMasterSparePartCategories, g as getMasterSparePartCategoryCache, h as getMasterSparePartCategoryCacheChild, i as getMasterSparePartCategoryCacheCount, n as newMasterSparePartCategoryPayload, t as toMasterSparePartCategoryPayload, u as updateMasterSparePartCategory } from './master_spare_part_sub_category_service.js';
4
+ export { xr as MasterSparePartCategory, xt as MasterSparePartCategoryDTO, xs as MasterSparePartCategorySchema, xv as SparePartCategoryQueryDTO, xu as SparePartCategoryQuerySchema, xz as createMasterSparePartCategory, xB as deleteMasterSparePartCategory, xy as findMasterSparePartCategories, xC as getMasterSparePartCategoryCache, xD as getMasterSparePartCategoryCacheChild, xE as getMasterSparePartCategoryCacheCount, xx as newMasterSparePartCategoryPayload, xw as toMasterSparePartCategoryPayload, xA as updateMasterSparePartCategory } from '../../../bookmark_service-4h5nJVo2.js';
6
5
  import '../../../zod_utils/zod_base_schema.js';
6
+ import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';