vms-nest-prisma-api-document 140.0.0 → 160.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 (90) hide show
  1. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  2. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  3. package/dist/services/account/bookmark_service.d.ts +1 -1
  4. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  5. package/dist/services/account/report_preferences.service.d.ts +1 -1
  6. package/dist/services/account/ticket_service.d.ts +1 -1
  7. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +19 -19
  8. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/master_route.d.ts +41 -41
  10. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/student.d.ts +20 -20
  12. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  13. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  14. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  15. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  16. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
  17. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
  18. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
  19. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
  20. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
  21. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  22. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  23. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  24. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  25. package/dist/services/main/users/auth_service.d.ts +1 -1
  26. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  27. package/dist/services/main/users/user_organisation_service.js +83 -75
  28. package/dist/services/main/users/user_service.d.ts +1 -1
  29. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  30. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  31. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  32. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  33. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  34. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  35. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  36. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  37. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  38. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  39. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  40. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  41. package/dist/services/master/expense/master_expense_name_service.d.ts +135 -4
  42. package/dist/services/master/expense/master_expense_type_service.d.ts +125 -4
  43. package/dist/services/master/expense/master_fuel_company_service.d.ts +6 -6
  44. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +3 -3
  45. package/dist/services/master/expense/master_vendor_type_service.d.ts +124 -4
  46. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +127 -4
  47. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +127 -4
  48. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +127 -4
  49. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +127 -4
  50. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +127 -4
  51. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  52. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  53. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  54. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  55. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  56. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  57. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  58. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  59. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  61. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  62. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  63. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  64. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  65. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  66. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  67. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +2 -1
  68. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +269 -4
  69. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +132 -4
  70. package/dist/services/master/trip/master_trip_party_type_service.d.ts +127 -4
  71. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +128 -4
  72. package/dist/services/master/tyre/master_tyre_make_service.d.ts +2 -1
  73. package/dist/services/master/tyre/master_tyre_model_service.d.ts +261 -4
  74. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  75. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  76. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  77. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  78. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  79. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  80. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  81. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  82. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  83. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  86. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  87. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  88. package/dist/services/website/faq_service.d.ts +1 -1
  89. package/dist/{user_organisation_service-CdoeXDR4.d.ts → user_organisation_service-DmtsKLFI.d.ts} +34 -1912
  90. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, SimStatus, BillingStatus, DeviceStatus, GPSSource, LifeExpiry, PurchaseVehicleType, PurchaseType, ExpenseCategory, FleetSize } from './core/Enums.js';
1
+ import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, SimStatus, BillingStatus, DeviceStatus, GPSSource, LifeExpiry, PurchaseVehicleType, PurchaseType, FleetSize } from './core/Enums.js';
2
2
  import { FBR, SBR, BR } from './core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
4
  import { BaseQueryDTO } from './zod_utils/zod_base_schema.js';
@@ -5848,1876 +5848,19 @@ declare const updateUserDefaultLanguage: (id: string, data: UserDefaultLanguageD
5848
5848
  declare const updateUserDefaultTimezone: (id: string, data: UserDefaultTimeZoneDTO) => Promise<SBR>;
5849
5849
  declare const updateUserDefaultDateformat: (id: string, data: UserDefaultDateFormatDTO) => Promise<SBR>;
5850
5850
 
5851
- interface MasterExpenseName extends Record<string, unknown> {
5852
- expense_name_id: string;
5853
- expense_name: string;
5854
- expense_category: ExpenseCategory;
5855
- description?: string;
5856
- status: Status;
5857
- added_date_time: string;
5858
- modified_date_time: string;
5859
- organisation_id?: string;
5860
- UserOrganisation?: UserOrganisation;
5861
- _count?: {
5862
- VehicleDocument: number;
5863
- FleetIncidentManagementCost: number;
5864
- };
5865
- }
5866
- declare const MasterExpenseNameSchema: z.ZodObject<{
5867
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
5868
- expense_name: z.ZodEffects<z.ZodString, string, string>;
5869
- expense_category: z.ZodType<ExpenseCategory, z.ZodTypeDef, ExpenseCategory>;
5870
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5871
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
5872
- }, "strip", z.ZodTypeAny, {
5873
- status: Status;
5874
- organisation_id: string;
5875
- description: string;
5876
- expense_name: string;
5877
- expense_category: ExpenseCategory;
5878
- }, {
5879
- status: Status;
5880
- organisation_id: string;
5881
- expense_name: string;
5882
- expense_category: ExpenseCategory;
5883
- description?: string | undefined;
5884
- }>;
5885
- type MasterExpenseNameDTO = z.infer<typeof MasterExpenseNameSchema>;
5886
- declare const MasterExpenseNameQuerySchema: z.ZodObject<{
5887
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5888
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
5889
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
5890
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5891
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5892
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
5893
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5894
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
5895
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5896
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
5897
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5898
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5899
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5900
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
5901
- name: z.ZodEffects<z.ZodString, string, string>;
5902
- field: z.ZodEffects<z.ZodString, string, string>;
5903
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
5904
- }, "strip", z.ZodTypeAny, {
5905
- name: string;
5906
- field: string;
5907
- direction: OrderBy;
5908
- }, {
5909
- name: string;
5910
- field: string;
5911
- direction: OrderBy;
5912
- }>, "many">>>;
5913
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5914
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
5915
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
5916
- } & {
5917
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5918
- expense_name_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5919
- expense_category: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpenseCategory>, "many">>>;
5920
- }, "strip", z.ZodTypeAny, {
5921
- status: Status[];
5922
- search: string;
5923
- paging: PAGING;
5924
- page_count: number;
5925
- page_index: number;
5926
- load_parents: LoadParents;
5927
- load_parents_list: string[];
5928
- load_child: LoadChild;
5929
- load_child_list: string[];
5930
- load_child_count: LoadChildCount;
5931
- load_child_count_list: string[];
5932
- include_details: Record<string, any>;
5933
- where_relations: Record<string, any>;
5934
- order_by: {
5935
- name: string;
5936
- field: string;
5937
- direction: OrderBy;
5938
- }[];
5939
- include_master_data: YesNo;
5940
- date_format_id: string;
5941
- time_zone_id: string;
5942
- organisation_ids: string[];
5943
- expense_category: ExpenseCategory[];
5944
- expense_name_ids: string[];
5945
- }, {
5946
- date_format_id: string;
5947
- time_zone_id: string;
5948
- status?: Status[] | undefined;
5949
- search?: string | undefined;
5950
- paging?: PAGING | undefined;
5951
- page_count?: unknown;
5952
- page_index?: unknown;
5953
- load_parents?: LoadParents | undefined;
5954
- load_parents_list?: string[] | undefined;
5955
- load_child?: LoadChild | undefined;
5956
- load_child_list?: string[] | undefined;
5957
- load_child_count?: LoadChildCount | undefined;
5958
- load_child_count_list?: string[] | undefined;
5959
- include_details?: Record<string, any> | undefined;
5960
- where_relations?: Record<string, any> | undefined;
5961
- order_by?: {
5962
- name: string;
5963
- field: string;
5964
- direction: OrderBy;
5965
- }[] | undefined;
5966
- include_master_data?: YesNo | undefined;
5967
- organisation_ids?: string[] | undefined;
5968
- expense_category?: ExpenseCategory[] | undefined;
5969
- expense_name_ids?: string[] | undefined;
5970
- }>;
5971
- type MasterExpenseNameQueryDTO = z.infer<typeof MasterExpenseNameQuerySchema>;
5972
- declare const toMasterExpenseNamePayload: (row: MasterExpenseName) => MasterExpenseNameDTO;
5973
- declare const newMasterExpenseNamePayload: () => MasterExpenseNameDTO;
5974
- declare const findMasterExpenseNames: (data: MasterExpenseNameQueryDTO) => Promise<FBR<MasterExpenseName[]>>;
5975
- declare const createMasterExpenseName: (data: MasterExpenseNameDTO) => Promise<SBR>;
5976
- declare const updateMasterExpenseName: (id: string, data: MasterExpenseNameDTO) => Promise<SBR>;
5977
- declare const deleteMasterExpenseName: (id: string) => Promise<SBR>;
5978
- declare const getMasterExpenseNameCache: (organisation_id: string) => Promise<FBR<MasterExpenseName[]>>;
5979
-
5980
- interface MasterExpenseType extends Record<string, unknown> {
5981
- expense_type_id: string;
5982
- expense_type_name: string;
5983
- description?: string;
5984
- status: Status;
5985
- added_date_time: string;
5986
- modified_date_time: string;
5987
- organisation_id?: string;
5988
- UserOrganisation?: UserOrganisation;
5989
- _count?: object;
5990
- }
5991
- declare const MasterExpenseTypeSchema: z.ZodObject<{
5992
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
5993
- expense_type_name: z.ZodEffects<z.ZodString, string, string>;
5994
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5995
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
5996
- }, "strip", z.ZodTypeAny, {
5997
- status: Status;
5998
- organisation_id: string;
5999
- description: string;
6000
- expense_type_name: string;
6001
- }, {
6002
- status: Status;
6003
- organisation_id: string;
6004
- expense_type_name: string;
6005
- description?: string | undefined;
6006
- }>;
6007
- type MasterExpenseTypeDTO = z.infer<typeof MasterExpenseTypeSchema>;
6008
- declare const MasterExpenseTypeQuerySchema: z.ZodObject<{
6009
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6010
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
6011
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
6012
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6013
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6014
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
6015
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6016
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
6017
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6018
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
6019
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6020
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6021
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6022
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
6023
- name: z.ZodEffects<z.ZodString, string, string>;
6024
- field: z.ZodEffects<z.ZodString, string, string>;
6025
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
6026
- }, "strip", z.ZodTypeAny, {
6027
- name: string;
6028
- field: string;
6029
- direction: OrderBy;
6030
- }, {
6031
- name: string;
6032
- field: string;
6033
- direction: OrderBy;
6034
- }>, "many">>>;
6035
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
6036
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
6037
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
6038
- } & {
6039
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6040
- expense_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6041
- }, "strip", z.ZodTypeAny, {
6042
- status: Status[];
6043
- search: string;
6044
- paging: PAGING;
6045
- page_count: number;
6046
- page_index: number;
6047
- load_parents: LoadParents;
6048
- load_parents_list: string[];
6049
- load_child: LoadChild;
6050
- load_child_list: string[];
6051
- load_child_count: LoadChildCount;
6052
- load_child_count_list: string[];
6053
- include_details: Record<string, any>;
6054
- where_relations: Record<string, any>;
6055
- order_by: {
6056
- name: string;
6057
- field: string;
6058
- direction: OrderBy;
6059
- }[];
6060
- include_master_data: YesNo;
6061
- date_format_id: string;
6062
- time_zone_id: string;
6063
- organisation_ids: string[];
6064
- expense_type_ids: string[];
6065
- }, {
6066
- date_format_id: string;
6067
- time_zone_id: string;
6068
- status?: Status[] | undefined;
6069
- search?: string | undefined;
6070
- paging?: PAGING | undefined;
6071
- page_count?: unknown;
6072
- page_index?: unknown;
6073
- load_parents?: LoadParents | undefined;
6074
- load_parents_list?: string[] | undefined;
6075
- load_child?: LoadChild | undefined;
6076
- load_child_list?: string[] | undefined;
6077
- load_child_count?: LoadChildCount | undefined;
6078
- load_child_count_list?: string[] | undefined;
6079
- include_details?: Record<string, any> | undefined;
6080
- where_relations?: Record<string, any> | undefined;
6081
- order_by?: {
6082
- name: string;
6083
- field: string;
6084
- direction: OrderBy;
6085
- }[] | undefined;
6086
- include_master_data?: YesNo | undefined;
6087
- organisation_ids?: string[] | undefined;
6088
- expense_type_ids?: string[] | undefined;
6089
- }>;
6090
- type MasterExpenseTypeQueryDTO = z.infer<typeof MasterExpenseTypeQuerySchema>;
6091
- declare const toMasterExpenseTypePayload: (row: MasterExpenseType) => MasterExpenseTypeDTO;
6092
- declare const newMasterExpenseTypePayload: () => MasterExpenseTypeDTO;
6093
- declare const findMasterExpenseTypes: (data: MasterExpenseTypeQueryDTO) => Promise<FBR<MasterExpenseType[]>>;
6094
- declare const createMasterExpenseType: (data: MasterExpenseTypeDTO) => Promise<SBR>;
6095
- declare const updateMasterExpenseType: (id: string, data: MasterExpenseTypeDTO) => Promise<SBR>;
6096
- declare const deleteMasterExpenseType: (id: string) => Promise<SBR>;
6097
- declare const getMasterExpenseTypeCache: (organisation_id: string) => Promise<FBR<MasterExpenseType[]>>;
6098
-
6099
- interface MasterTyreGrade extends Record<string, unknown> {
6100
- tyre_grade_id: string;
6101
- tyre_grade: string;
6102
- description?: string;
6103
- status: Status;
6104
- added_date_time: string;
6105
- modified_date_time: string;
6106
- organisation_id?: string;
6107
- UserOrganisation?: UserOrganisation;
6108
- _count?: {
6109
- FleetTyreInventory: number;
6110
- };
6111
- }
6112
- declare const MasterTyreGradeSchema: z.ZodObject<{
6113
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
6114
- tyre_grade: z.ZodEffects<z.ZodString, string, string>;
6115
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6116
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
6117
- }, "strip", z.ZodTypeAny, {
6118
- status: Status;
6119
- organisation_id: string;
6120
- description: string;
6121
- tyre_grade: string;
6122
- }, {
6123
- status: Status;
6124
- organisation_id: string;
6125
- tyre_grade: string;
6126
- description?: string | undefined;
6127
- }>;
6128
- type MasterTyreGradeDTO = z.infer<typeof MasterTyreGradeSchema>;
6129
- declare const MasterTyreGradeQuerySchema: z.ZodObject<{
6130
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6131
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
6132
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
6133
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6134
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6135
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
6136
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6137
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
6138
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6139
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
6140
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6141
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6142
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6143
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
6144
- name: z.ZodEffects<z.ZodString, string, string>;
6145
- field: z.ZodEffects<z.ZodString, string, string>;
6146
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
6147
- }, "strip", z.ZodTypeAny, {
6148
- name: string;
6149
- field: string;
6150
- direction: OrderBy;
6151
- }, {
6152
- name: string;
6153
- field: string;
6154
- direction: OrderBy;
6155
- }>, "many">>>;
6156
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
6157
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
6158
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
6159
- } & {
6160
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6161
- tyre_grade_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6162
- }, "strip", z.ZodTypeAny, {
6163
- status: Status[];
6164
- search: string;
6165
- paging: PAGING;
6166
- page_count: number;
6167
- page_index: number;
6168
- load_parents: LoadParents;
6169
- load_parents_list: string[];
6170
- load_child: LoadChild;
6171
- load_child_list: string[];
6172
- load_child_count: LoadChildCount;
6173
- load_child_count_list: string[];
6174
- include_details: Record<string, any>;
6175
- where_relations: Record<string, any>;
6176
- order_by: {
6177
- name: string;
6178
- field: string;
6179
- direction: OrderBy;
6180
- }[];
6181
- include_master_data: YesNo;
6182
- date_format_id: string;
6183
- time_zone_id: string;
6184
- organisation_ids: string[];
6185
- tyre_grade_ids: string[];
6186
- }, {
6187
- date_format_id: string;
6188
- time_zone_id: string;
6189
- status?: Status[] | undefined;
6190
- search?: string | undefined;
6191
- paging?: PAGING | undefined;
6192
- page_count?: unknown;
6193
- page_index?: unknown;
6194
- load_parents?: LoadParents | undefined;
6195
- load_parents_list?: string[] | undefined;
6196
- load_child?: LoadChild | undefined;
6197
- load_child_list?: string[] | undefined;
6198
- load_child_count?: LoadChildCount | undefined;
6199
- load_child_count_list?: string[] | undefined;
6200
- include_details?: Record<string, any> | undefined;
6201
- where_relations?: Record<string, any> | undefined;
6202
- order_by?: {
6203
- name: string;
6204
- field: string;
6205
- direction: OrderBy;
6206
- }[] | undefined;
6207
- include_master_data?: YesNo | undefined;
6208
- organisation_ids?: string[] | undefined;
6209
- tyre_grade_ids?: string[] | undefined;
6210
- }>;
6211
- type MasterTyreGradeQueryDTO = z.infer<typeof MasterTyreGradeQuerySchema>;
6212
- declare const toMasterTyreGradePayload: (row: MasterTyreGrade) => MasterTyreGradeDTO;
6213
- declare const newMasterTyreGradePayload: () => MasterTyreGradeDTO;
6214
- declare const findMasterTyreGrades: (data: MasterTyreGradeQueryDTO) => Promise<FBR<MasterTyreGrade[]>>;
6215
- declare const createMasterTyreGrade: (data: MasterTyreGradeDTO) => Promise<SBR>;
6216
- declare const updateMasterTyreGrade: (id: string, data: MasterTyreGradeDTO) => Promise<SBR>;
6217
- declare const deleteMasterTyreGrade: (id: string) => Promise<SBR>;
6218
- declare const getMasterTyreGradeCache: (organisation_id: string) => Promise<FBR<MasterTyreGrade[]>>;
6219
- declare const getMasterTyreGradeCacheCount: (organisation_id: string) => Promise<FBR<MasterTyreGrade[]>>;
6220
-
6221
- interface MasterTyreModel extends Record<string, unknown> {
6222
- tyre_model_id: string;
6223
- tyre_model: string;
6224
- description?: string;
6225
- status: Status;
6226
- added_date_time: string;
6227
- modified_date_time: string;
6228
- organisation_id?: string;
6229
- UserOrganisation?: UserOrganisation;
6230
- tyre_make_id: string;
6231
- MasterTyreMake?: MasterTyreMake;
6232
- _count?: {
6233
- FleetTyreInventory: number;
6234
- };
6235
- }
6236
- declare const MasterTyreModelSchema: z.ZodObject<{
6237
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
6238
- tyre_make_id: z.ZodEffects<z.ZodString, string, string>;
6239
- tyre_model: z.ZodEffects<z.ZodString, string, string>;
6240
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6241
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
6242
- }, "strip", z.ZodTypeAny, {
6243
- status: Status;
6244
- organisation_id: string;
6245
- description: string;
6246
- tyre_model: string;
6247
- tyre_make_id: string;
6248
- }, {
6249
- status: Status;
6250
- organisation_id: string;
6251
- tyre_model: string;
6252
- tyre_make_id: string;
6253
- description?: string | undefined;
6254
- }>;
6255
- type MasterTyreModelDTO = z.infer<typeof MasterTyreModelSchema>;
6256
- declare const MasterTyreModelQuerySchema: z.ZodObject<{
6257
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6258
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
6259
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
6260
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6261
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6262
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
6263
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6264
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
6265
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6266
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
6267
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6268
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6269
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6270
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
6271
- name: z.ZodEffects<z.ZodString, string, string>;
6272
- field: z.ZodEffects<z.ZodString, string, string>;
6273
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
6274
- }, "strip", z.ZodTypeAny, {
6275
- name: string;
6276
- field: string;
6277
- direction: OrderBy;
6278
- }, {
6279
- name: string;
6280
- field: string;
6281
- direction: OrderBy;
6282
- }>, "many">>>;
6283
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
6284
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
6285
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
6286
- } & {
6287
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6288
- tyre_make_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6289
- tyre_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6290
- }, "strip", z.ZodTypeAny, {
6291
- status: Status[];
6292
- search: string;
6293
- paging: PAGING;
6294
- page_count: number;
6295
- page_index: number;
6296
- load_parents: LoadParents;
6297
- load_parents_list: string[];
6298
- load_child: LoadChild;
6299
- load_child_list: string[];
6300
- load_child_count: LoadChildCount;
6301
- load_child_count_list: string[];
6302
- include_details: Record<string, any>;
6303
- where_relations: Record<string, any>;
6304
- order_by: {
6305
- name: string;
6306
- field: string;
6307
- direction: OrderBy;
6308
- }[];
6309
- include_master_data: YesNo;
6310
- date_format_id: string;
6311
- time_zone_id: string;
6312
- organisation_ids: string[];
6313
- tyre_make_ids: string[];
6314
- tyre_model_ids: string[];
6315
- }, {
6316
- date_format_id: string;
6317
- time_zone_id: string;
6318
- status?: Status[] | undefined;
6319
- search?: string | undefined;
6320
- paging?: PAGING | undefined;
6321
- page_count?: unknown;
6322
- page_index?: unknown;
6323
- load_parents?: LoadParents | undefined;
6324
- load_parents_list?: string[] | undefined;
6325
- load_child?: LoadChild | undefined;
6326
- load_child_list?: string[] | undefined;
6327
- load_child_count?: LoadChildCount | undefined;
6328
- load_child_count_list?: string[] | undefined;
6329
- include_details?: Record<string, any> | undefined;
6330
- where_relations?: Record<string, any> | undefined;
6331
- order_by?: {
6332
- name: string;
6333
- field: string;
6334
- direction: OrderBy;
6335
- }[] | undefined;
6336
- include_master_data?: YesNo | undefined;
6337
- organisation_ids?: string[] | undefined;
6338
- tyre_make_ids?: string[] | undefined;
6339
- tyre_model_ids?: string[] | undefined;
6340
- }>;
6341
- type MasterTyreModelQueryDTO = z.infer<typeof MasterTyreModelQuerySchema>;
6342
- declare const toMasterTyreModelPayload: (row: MasterTyreModel) => MasterTyreModelDTO;
6343
- declare const newMasterTyreModelPayload: () => MasterTyreModelDTO;
6344
- declare const findMasterTyreModels: (data: MasterTyreModelQueryDTO) => Promise<FBR<MasterTyreModel[]>>;
6345
- declare const createMasterTyreModel: (data: MasterTyreModelDTO) => Promise<SBR>;
6346
- declare const updateMasterTyreModel: (id: string, data: MasterTyreModelDTO) => Promise<SBR>;
6347
- declare const deleteMasterTyreModel: (id: string) => Promise<SBR>;
6348
- declare const getMasterTyreModelCache: (organisation_id: string, tyre_make_id?: string) => Promise<FBR<MasterTyreModel[]>>;
6349
- declare const getMasterTyreModelCacheCount: (organisation_id: string, tyre_make_id?: string) => Promise<FBR<MasterTyreModel[]>>;
6350
-
6351
- interface MasterTyreMake extends Record<string, unknown> {
6352
- tyre_make_id: string;
6353
- tyre_make: string;
6354
- description?: string;
6355
- status: Status;
6356
- added_date_time: string;
6357
- modified_date_time: string;
6358
- organisation_id?: string;
6359
- UserOrganisation?: UserOrganisation;
6360
- MasterTyreModel: MasterTyreModel[];
6361
- _count?: {
6362
- MasterTyreModel: number;
6363
- FleetTyreInventory: number;
6364
- };
6365
- }
6366
- declare const MasterTyreMakeSchema: z.ZodObject<{
6367
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
6368
- tyre_make: z.ZodEffects<z.ZodString, string, string>;
6369
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6370
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
6371
- }, "strip", z.ZodTypeAny, {
6372
- status: Status;
6373
- organisation_id: string;
6374
- description: string;
6375
- tyre_make: string;
6376
- }, {
6377
- status: Status;
6378
- organisation_id: string;
6379
- tyre_make: string;
6380
- description?: string | undefined;
6381
- }>;
6382
- type MasterTyreMakeDTO = z.infer<typeof MasterTyreMakeSchema>;
6383
- declare const MasterTyreMakeQuerySchema: z.ZodObject<{
6384
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6385
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
6386
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
6387
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6388
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6389
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
6390
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6391
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
6392
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6393
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
6394
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6395
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6396
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6397
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
6398
- name: z.ZodEffects<z.ZodString, string, string>;
6399
- field: z.ZodEffects<z.ZodString, string, string>;
6400
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
6401
- }, "strip", z.ZodTypeAny, {
6402
- name: string;
6403
- field: string;
6404
- direction: OrderBy;
6405
- }, {
6406
- name: string;
6407
- field: string;
6408
- direction: OrderBy;
6409
- }>, "many">>>;
6410
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
6411
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
6412
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
6413
- } & {
6414
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6415
- tyre_make_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6416
- }, "strip", z.ZodTypeAny, {
6417
- status: Status[];
6418
- search: string;
6419
- paging: PAGING;
6420
- page_count: number;
6421
- page_index: number;
6422
- load_parents: LoadParents;
6423
- load_parents_list: string[];
6424
- load_child: LoadChild;
6425
- load_child_list: string[];
6426
- load_child_count: LoadChildCount;
6427
- load_child_count_list: string[];
6428
- include_details: Record<string, any>;
6429
- where_relations: Record<string, any>;
6430
- order_by: {
6431
- name: string;
6432
- field: string;
6433
- direction: OrderBy;
6434
- }[];
6435
- include_master_data: YesNo;
6436
- date_format_id: string;
6437
- time_zone_id: string;
6438
- organisation_ids: string[];
6439
- tyre_make_ids: string[];
6440
- }, {
6441
- date_format_id: string;
6442
- time_zone_id: string;
6443
- status?: Status[] | undefined;
6444
- search?: string | undefined;
6445
- paging?: PAGING | undefined;
6446
- page_count?: unknown;
6447
- page_index?: unknown;
6448
- load_parents?: LoadParents | undefined;
6449
- load_parents_list?: string[] | undefined;
6450
- load_child?: LoadChild | undefined;
6451
- load_child_list?: string[] | undefined;
6452
- load_child_count?: LoadChildCount | undefined;
6453
- load_child_count_list?: string[] | undefined;
6454
- include_details?: Record<string, any> | undefined;
6455
- where_relations?: Record<string, any> | undefined;
6456
- order_by?: {
6457
- name: string;
6458
- field: string;
6459
- direction: OrderBy;
6460
- }[] | undefined;
6461
- include_master_data?: YesNo | undefined;
6462
- organisation_ids?: string[] | undefined;
6463
- tyre_make_ids?: string[] | undefined;
6464
- }>;
6465
- type MasterTyreMakeQueryDTO = z.infer<typeof MasterTyreMakeQuerySchema>;
6466
- declare const toMasterTyreMakePayload: (row: MasterTyreMake) => MasterTyreMakeDTO;
6467
- declare const newMasterTyreMakePayload: () => MasterTyreMakeDTO;
6468
- declare const findMasterTyreMakes: (data: MasterTyreMakeQueryDTO) => Promise<FBR<MasterTyreMake[]>>;
6469
- declare const createMasterTyreMake: (data: MasterTyreMakeDTO) => Promise<SBR>;
6470
- declare const updateMasterTyreMake: (id: string, data: MasterTyreMakeDTO) => Promise<SBR>;
6471
- declare const deleteMasterTyreMake: (id: string) => Promise<SBR>;
6472
- declare const getMasterTyreMakeCache: (organisation_id: string) => Promise<FBR<MasterTyreMake[]>>;
6473
- declare const getMasterTyreMakeCacheCount: (organisation_id: string) => Promise<FBR<number>>;
6474
- declare const getMasterTyreMakeCacheChild: (organisation_id: string) => Promise<FBR<MasterTyreMake[]>>;
6475
-
6476
- interface MasterFleetIncidentType extends Record<string, unknown> {
6477
- fleet_incident_type_id: string;
6478
- fleet_incident_type: string;
6479
- description?: string;
6480
- status: Status;
6481
- added_date_time: string;
6482
- modified_date_time: string;
6483
- organisation_id?: string;
6484
- UserOrganisation?: UserOrganisation;
6485
- _count?: {
6486
- FleetIncidentManagement: number;
6487
- };
6488
- }
6489
- declare const MasterFleetIncidentTypeSchema: z.ZodObject<{
6490
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
6491
- fleet_incident_type: z.ZodEffects<z.ZodString, string, string>;
6492
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6493
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
6494
- }, "strip", z.ZodTypeAny, {
6495
- status: Status;
6496
- organisation_id: string;
6497
- description: string;
6498
- fleet_incident_type: string;
6499
- }, {
6500
- status: Status;
6501
- organisation_id: string;
6502
- fleet_incident_type: string;
6503
- description?: string | undefined;
6504
- }>;
6505
- type MasterFleetIncidentTypeDTO = z.infer<typeof MasterFleetIncidentTypeSchema>;
6506
- declare const MasterFleetIncidentTypeQuerySchema: z.ZodObject<{
6507
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6508
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
6509
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
6510
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6511
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6512
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
6513
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6514
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
6515
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6516
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
6517
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6518
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6519
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6520
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
6521
- name: z.ZodEffects<z.ZodString, string, string>;
6522
- field: z.ZodEffects<z.ZodString, string, string>;
6523
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
6524
- }, "strip", z.ZodTypeAny, {
6525
- name: string;
6526
- field: string;
6527
- direction: OrderBy;
6528
- }, {
6529
- name: string;
6530
- field: string;
6531
- direction: OrderBy;
6532
- }>, "many">>>;
6533
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
6534
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
6535
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
6536
- } & {
6537
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6538
- fleet_incident_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6539
- }, "strip", z.ZodTypeAny, {
6540
- status: Status[];
6541
- search: string;
6542
- paging: PAGING;
6543
- page_count: number;
6544
- page_index: number;
6545
- load_parents: LoadParents;
6546
- load_parents_list: string[];
6547
- load_child: LoadChild;
6548
- load_child_list: string[];
6549
- load_child_count: LoadChildCount;
6550
- load_child_count_list: string[];
6551
- include_details: Record<string, any>;
6552
- where_relations: Record<string, any>;
6553
- order_by: {
6554
- name: string;
6555
- field: string;
6556
- direction: OrderBy;
6557
- }[];
6558
- include_master_data: YesNo;
6559
- date_format_id: string;
6560
- time_zone_id: string;
6561
- organisation_ids: string[];
6562
- fleet_incident_type_ids: string[];
6563
- }, {
6564
- date_format_id: string;
6565
- time_zone_id: string;
6566
- status?: Status[] | undefined;
6567
- search?: string | undefined;
6568
- paging?: PAGING | undefined;
6569
- page_count?: unknown;
6570
- page_index?: unknown;
6571
- load_parents?: LoadParents | undefined;
6572
- load_parents_list?: string[] | undefined;
6573
- load_child?: LoadChild | undefined;
6574
- load_child_list?: string[] | undefined;
6575
- load_child_count?: LoadChildCount | undefined;
6576
- load_child_count_list?: string[] | undefined;
6577
- include_details?: Record<string, any> | undefined;
6578
- where_relations?: Record<string, any> | undefined;
6579
- order_by?: {
6580
- name: string;
6581
- field: string;
6582
- direction: OrderBy;
6583
- }[] | undefined;
6584
- include_master_data?: YesNo | undefined;
6585
- organisation_ids?: string[] | undefined;
6586
- fleet_incident_type_ids?: string[] | undefined;
6587
- }>;
6588
- type MasterFleetIncidentTypeQueryDTO = z.infer<typeof MasterFleetIncidentTypeQuerySchema>;
6589
- declare const toMasterFleetIncidentTypePayload: (row: MasterFleetIncidentType) => MasterFleetIncidentTypeDTO;
6590
- declare const newMasterFleetIncidentTypePayload: () => MasterFleetIncidentTypeDTO;
6591
- declare const findMasterFleetIncidentTypes: (data: MasterFleetIncidentTypeQueryDTO) => Promise<FBR<MasterFleetIncidentType[]>>;
6592
- declare const createMasterFleetIncidentType: (data: MasterFleetIncidentTypeDTO) => Promise<SBR>;
6593
- declare const updateMasterFleetIncidentType: (id: string, data: MasterFleetIncidentTypeDTO) => Promise<SBR>;
6594
- declare const deleteMasterFleetIncidentType: (id: string) => Promise<SBR>;
6595
- declare const getMasterFleetIncidentTypeCache: (organisation_id: string) => Promise<FBR<MasterFleetIncidentType[]>>;
6596
-
6597
- interface MasterFleetIncidentStatus extends Record<string, unknown> {
6598
- fleet_incident_status_id: string;
6599
- fleet_incident_status: string;
6600
- description?: string;
6601
- status: Status;
6602
- added_date_time: string;
6603
- modified_date_time: string;
6604
- organisation_id?: string;
6605
- UserOrganisation?: UserOrganisation;
6606
- _count?: {
6607
- FleetIncidentManagement: number;
6608
- };
6609
- }
6610
- declare const MasterFleetIncidentStatusSchema: z.ZodObject<{
6611
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
6612
- fleet_incident_status: z.ZodEffects<z.ZodString, string, string>;
6613
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6614
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
6615
- }, "strip", z.ZodTypeAny, {
6616
- status: Status;
6617
- organisation_id: string;
6618
- description: string;
6619
- fleet_incident_status: string;
6620
- }, {
6621
- status: Status;
6622
- organisation_id: string;
6623
- fleet_incident_status: string;
6624
- description?: string | undefined;
6625
- }>;
6626
- type MasterFleetIncidentStatusDTO = z.infer<typeof MasterFleetIncidentStatusSchema>;
6627
- declare const MasterFleetIncidentStatusQuerySchema: z.ZodObject<{
6628
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6629
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
6630
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
6631
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6632
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6633
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
6634
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6635
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
6636
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6637
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
6638
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6639
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6640
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6641
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
6642
- name: z.ZodEffects<z.ZodString, string, string>;
6643
- field: z.ZodEffects<z.ZodString, string, string>;
6644
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
6645
- }, "strip", z.ZodTypeAny, {
6646
- name: string;
6647
- field: string;
6648
- direction: OrderBy;
6649
- }, {
6650
- name: string;
6651
- field: string;
6652
- direction: OrderBy;
6653
- }>, "many">>>;
6654
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
6655
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
6656
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
6657
- } & {
6658
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6659
- fleet_incident_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6660
- }, "strip", z.ZodTypeAny, {
6661
- status: Status[];
6662
- search: string;
6663
- paging: PAGING;
6664
- page_count: number;
6665
- page_index: number;
6666
- load_parents: LoadParents;
6667
- load_parents_list: string[];
6668
- load_child: LoadChild;
6669
- load_child_list: string[];
6670
- load_child_count: LoadChildCount;
6671
- load_child_count_list: string[];
6672
- include_details: Record<string, any>;
6673
- where_relations: Record<string, any>;
6674
- order_by: {
6675
- name: string;
6676
- field: string;
6677
- direction: OrderBy;
6678
- }[];
6679
- include_master_data: YesNo;
6680
- date_format_id: string;
6681
- time_zone_id: string;
6682
- organisation_ids: string[];
6683
- fleet_incident_status_ids: string[];
6684
- }, {
6685
- date_format_id: string;
6686
- time_zone_id: string;
6687
- status?: Status[] | undefined;
6688
- search?: string | undefined;
6689
- paging?: PAGING | undefined;
6690
- page_count?: unknown;
6691
- page_index?: unknown;
6692
- load_parents?: LoadParents | undefined;
6693
- load_parents_list?: string[] | undefined;
6694
- load_child?: LoadChild | undefined;
6695
- load_child_list?: string[] | undefined;
6696
- load_child_count?: LoadChildCount | undefined;
6697
- load_child_count_list?: string[] | undefined;
6698
- include_details?: Record<string, any> | undefined;
6699
- where_relations?: Record<string, any> | undefined;
6700
- order_by?: {
6701
- name: string;
6702
- field: string;
6703
- direction: OrderBy;
6704
- }[] | undefined;
6705
- include_master_data?: YesNo | undefined;
6706
- organisation_ids?: string[] | undefined;
6707
- fleet_incident_status_ids?: string[] | undefined;
6708
- }>;
6709
- type MasterFleetIncidentStatusQueryDTO = z.infer<typeof MasterFleetIncidentStatusQuerySchema>;
6710
- declare const toMasterFleetIncidentStatusPayload: (row: MasterFleetIncidentStatus) => MasterFleetIncidentStatusDTO;
6711
- declare const newMasterFleetIncidentStatusPayload: () => MasterFleetIncidentStatusDTO;
6712
- declare const findMasterFleetIncidentStatuses: (data: MasterFleetIncidentStatusQueryDTO) => Promise<FBR<MasterFleetIncidentStatus[]>>;
6713
- declare const createMasterFleetIncidentStatus: (data: MasterFleetIncidentStatusDTO) => Promise<SBR>;
6714
- declare const updateMasterFleetIncidentStatus: (id: string, data: MasterFleetIncidentStatusDTO) => Promise<SBR>;
6715
- declare const deleteMasterFleetIncidentStatus: (id: string) => Promise<SBR>;
6716
- declare const getMasterFleetIncidentStatusCache: (organisation_id: string) => Promise<FBR<MasterFleetIncidentStatus[]>>;
6717
-
6718
- interface MasterFleetIncidentSeverity extends Record<string, unknown> {
6719
- fleet_incident_severity_id: string;
6720
- fleet_incident_severity: string;
6721
- description?: string;
6722
- status: Status;
6723
- added_date_time: string;
6724
- modified_date_time: string;
6725
- organisation_id?: string;
6726
- UserOrganisation?: UserOrganisation;
6727
- _count?: {
6728
- FleetIncidentManagement: number;
6729
- };
6730
- }
6731
- declare const MasterFleetIncidentSeveritySchema: z.ZodObject<{
6732
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
6733
- fleet_incident_severity: z.ZodEffects<z.ZodString, string, string>;
6734
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6735
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
6736
- }, "strip", z.ZodTypeAny, {
6737
- status: Status;
6738
- organisation_id: string;
6739
- description: string;
6740
- fleet_incident_severity: string;
6741
- }, {
6742
- status: Status;
6743
- organisation_id: string;
6744
- fleet_incident_severity: string;
6745
- description?: string | undefined;
6746
- }>;
6747
- type MasterFleetIncidentSeverityDTO = z.infer<typeof MasterFleetIncidentSeveritySchema>;
6748
- declare const MasterFleetIncidentSeverityQuerySchema: z.ZodObject<{
6749
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6750
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
6751
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
6752
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6753
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6754
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
6755
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6756
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
6757
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6758
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
6759
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6760
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6761
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6762
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
6763
- name: z.ZodEffects<z.ZodString, string, string>;
6764
- field: z.ZodEffects<z.ZodString, string, string>;
6765
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
6766
- }, "strip", z.ZodTypeAny, {
6767
- name: string;
6768
- field: string;
6769
- direction: OrderBy;
6770
- }, {
6771
- name: string;
6772
- field: string;
6773
- direction: OrderBy;
6774
- }>, "many">>>;
6775
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
6776
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
6777
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
6778
- } & {
6779
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6780
- fleet_incident_severity_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6781
- }, "strip", z.ZodTypeAny, {
6782
- status: Status[];
6783
- search: string;
6784
- paging: PAGING;
6785
- page_count: number;
6786
- page_index: number;
6787
- load_parents: LoadParents;
6788
- load_parents_list: string[];
6789
- load_child: LoadChild;
6790
- load_child_list: string[];
6791
- load_child_count: LoadChildCount;
6792
- load_child_count_list: string[];
6793
- include_details: Record<string, any>;
6794
- where_relations: Record<string, any>;
6795
- order_by: {
6796
- name: string;
6797
- field: string;
6798
- direction: OrderBy;
6799
- }[];
6800
- include_master_data: YesNo;
6801
- date_format_id: string;
6802
- time_zone_id: string;
6803
- organisation_ids: string[];
6804
- fleet_incident_severity_ids: string[];
6805
- }, {
6806
- date_format_id: string;
6807
- time_zone_id: string;
6808
- status?: Status[] | undefined;
6809
- search?: string | undefined;
6810
- paging?: PAGING | undefined;
6811
- page_count?: unknown;
6812
- page_index?: unknown;
6813
- load_parents?: LoadParents | undefined;
6814
- load_parents_list?: string[] | undefined;
6815
- load_child?: LoadChild | undefined;
6816
- load_child_list?: string[] | undefined;
6817
- load_child_count?: LoadChildCount | undefined;
6818
- load_child_count_list?: string[] | undefined;
6819
- include_details?: Record<string, any> | undefined;
6820
- where_relations?: Record<string, any> | undefined;
6821
- order_by?: {
6822
- name: string;
6823
- field: string;
6824
- direction: OrderBy;
6825
- }[] | undefined;
6826
- include_master_data?: YesNo | undefined;
6827
- organisation_ids?: string[] | undefined;
6828
- fleet_incident_severity_ids?: string[] | undefined;
6829
- }>;
6830
- type MasterFleetIncidentSeverityQueryDTO = z.infer<typeof MasterFleetIncidentSeverityQuerySchema>;
6831
- declare const toMasterFleetIncidentSeverityPayload: (row: MasterFleetIncidentSeverity) => MasterFleetIncidentSeverityDTO;
6832
- declare const newMasterFleetIncidentSeverityPayload: () => MasterFleetIncidentSeverityDTO;
6833
- declare const findMasterFleetIncidentSeverities: (data: MasterFleetIncidentSeverityQueryDTO) => Promise<FBR<MasterFleetIncidentSeverity[]>>;
6834
- declare const createMasterFleetIncidentSeverity: (data: MasterFleetIncidentSeverityDTO) => Promise<SBR>;
6835
- declare const updateMasterFleetIncidentSeverity: (id: string, data: MasterFleetIncidentSeverityDTO) => Promise<SBR>;
6836
- declare const deleteMasterFleetIncidentSeverity: (id: string) => Promise<SBR>;
6837
- declare const getMasterFleetIncidentSeverityCache: (organisation_id: string) => Promise<FBR<MasterFleetIncidentSeverity[]>>;
6838
-
6839
- interface MasterFleetInsuranceClaimStatus extends Record<string, unknown> {
6840
- fleet_insurance_claim_status_id: string;
6841
- fleet_insurance_claim_status: string;
6842
- description?: string;
6843
- status: Status;
6844
- added_date_time: string;
6845
- modified_date_time: string;
6846
- organisation_id?: string;
6847
- UserOrganisation?: UserOrganisation;
6848
- _count?: {
6849
- FleetIncidentManagement: number;
6850
- };
6851
- }
6852
- declare const MasterFleetInsuranceClaimStatusSchema: z.ZodObject<{
6853
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
6854
- fleet_insurance_claim_status: z.ZodEffects<z.ZodString, string, string>;
6855
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6856
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
6857
- }, "strip", z.ZodTypeAny, {
6858
- status: Status;
6859
- organisation_id: string;
6860
- description: string;
6861
- fleet_insurance_claim_status: string;
6862
- }, {
6863
- status: Status;
6864
- organisation_id: string;
6865
- fleet_insurance_claim_status: string;
6866
- description?: string | undefined;
6867
- }>;
6868
- type MasterFleetInsuranceClaimStatusDTO = z.infer<typeof MasterFleetInsuranceClaimStatusSchema>;
6869
- declare const MasterFleetInsuranceClaimStatusQuerySchema: z.ZodObject<{
6870
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6871
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
6872
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
6873
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6874
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6875
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
6876
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6877
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
6878
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6879
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
6880
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6881
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6882
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
6883
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
6884
- name: z.ZodEffects<z.ZodString, string, string>;
6885
- field: z.ZodEffects<z.ZodString, string, string>;
6886
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
6887
- }, "strip", z.ZodTypeAny, {
6888
- name: string;
6889
- field: string;
6890
- direction: OrderBy;
6891
- }, {
6892
- name: string;
6893
- field: string;
6894
- direction: OrderBy;
6895
- }>, "many">>>;
6896
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
6897
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
6898
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
6899
- } & {
6900
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6901
- fleet_insurance_claim_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6902
- }, "strip", z.ZodTypeAny, {
6903
- status: Status[];
6904
- search: string;
6905
- paging: PAGING;
6906
- page_count: number;
6907
- page_index: number;
6908
- load_parents: LoadParents;
6909
- load_parents_list: string[];
6910
- load_child: LoadChild;
6911
- load_child_list: string[];
6912
- load_child_count: LoadChildCount;
6913
- load_child_count_list: string[];
6914
- include_details: Record<string, any>;
6915
- where_relations: Record<string, any>;
6916
- order_by: {
6917
- name: string;
6918
- field: string;
6919
- direction: OrderBy;
6920
- }[];
6921
- include_master_data: YesNo;
6922
- date_format_id: string;
6923
- time_zone_id: string;
6924
- organisation_ids: string[];
6925
- fleet_insurance_claim_status_ids: string[];
6926
- }, {
6927
- date_format_id: string;
6928
- time_zone_id: string;
6929
- status?: Status[] | undefined;
6930
- search?: string | undefined;
6931
- paging?: PAGING | undefined;
6932
- page_count?: unknown;
6933
- page_index?: unknown;
6934
- load_parents?: LoadParents | undefined;
6935
- load_parents_list?: string[] | undefined;
6936
- load_child?: LoadChild | undefined;
6937
- load_child_list?: string[] | undefined;
6938
- load_child_count?: LoadChildCount | undefined;
6939
- load_child_count_list?: string[] | undefined;
6940
- include_details?: Record<string, any> | undefined;
6941
- where_relations?: Record<string, any> | undefined;
6942
- order_by?: {
6943
- name: string;
6944
- field: string;
6945
- direction: OrderBy;
6946
- }[] | undefined;
6947
- include_master_data?: YesNo | undefined;
6948
- organisation_ids?: string[] | undefined;
6949
- fleet_insurance_claim_status_ids?: string[] | undefined;
6950
- }>;
6951
- type MasterFleetInsuranceClaimStatusQueryDTO = z.infer<typeof MasterFleetInsuranceClaimStatusQuerySchema>;
6952
- declare const toMasterFleetInsuranceClaimStatusPayload: (row: MasterFleetInsuranceClaimStatus) => MasterFleetInsuranceClaimStatusDTO;
6953
- declare const newMasterFleetInsuranceClaimStatusPayload: () => MasterFleetInsuranceClaimStatusDTO;
6954
- declare const findMasterFleetInsuranceClaimStatuses: (data: MasterFleetInsuranceClaimStatusQueryDTO) => Promise<FBR<MasterFleetInsuranceClaimStatus[]>>;
6955
- declare const createMasterFleetInsuranceClaimStatus: (data: MasterFleetInsuranceClaimStatusDTO) => Promise<SBR>;
6956
- declare const updateMasterFleetInsuranceClaimStatus: (id: string, data: MasterFleetInsuranceClaimStatusDTO) => Promise<SBR>;
6957
- declare const deleteMasterFleetInsuranceClaimStatus: (id: string) => Promise<SBR>;
6958
- declare const getMasterFleetInsuranceClaimStatusCache: (organisation_id: string) => Promise<FBR<MasterFleetInsuranceClaimStatus[]>>;
6959
-
6960
- interface MasterFleetServiceTask extends Record<string, unknown> {
6961
- fleet_service_task_id: string;
6962
- fleet_service_task: string;
6963
- description?: string;
6964
- status: Status;
6965
- added_date_time: string;
6966
- modified_date_time: string;
6967
- organisation_id?: string;
6968
- UserOrganisation?: UserOrganisation;
6969
- _count?: {
6970
- FleetServiceJobCardTask: number;
6971
- };
6972
- }
6973
- declare const MasterFleetServiceTaskSchema: z.ZodObject<{
6974
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
6975
- fleet_service_task: z.ZodEffects<z.ZodString, string, string>;
6976
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6977
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
6978
- }, "strip", z.ZodTypeAny, {
6979
- status: Status;
6980
- organisation_id: string;
6981
- description: string;
6982
- fleet_service_task: string;
6983
- }, {
6984
- status: Status;
6985
- organisation_id: string;
6986
- fleet_service_task: string;
6987
- description?: string | undefined;
6988
- }>;
6989
- type MasterFleetServiceTaskDTO = z.infer<typeof MasterFleetServiceTaskSchema>;
6990
- declare const MasterFleetServiceTaskQuerySchema: z.ZodObject<{
6991
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6992
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
6993
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
6994
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6995
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
6996
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
6997
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6998
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
6999
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7000
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
7001
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7002
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
7003
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
7004
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
7005
- name: z.ZodEffects<z.ZodString, string, string>;
7006
- field: z.ZodEffects<z.ZodString, string, string>;
7007
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
7008
- }, "strip", z.ZodTypeAny, {
7009
- name: string;
7010
- field: string;
7011
- direction: OrderBy;
7012
- }, {
7013
- name: string;
7014
- field: string;
7015
- direction: OrderBy;
7016
- }>, "many">>>;
7017
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
7018
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
7019
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
7020
- } & {
7021
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7022
- fleet_service_task_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7023
- }, "strip", z.ZodTypeAny, {
7024
- status: Status[];
7025
- search: string;
7026
- paging: PAGING;
7027
- page_count: number;
7028
- page_index: number;
7029
- load_parents: LoadParents;
7030
- load_parents_list: string[];
7031
- load_child: LoadChild;
7032
- load_child_list: string[];
7033
- load_child_count: LoadChildCount;
7034
- load_child_count_list: string[];
7035
- include_details: Record<string, any>;
7036
- where_relations: Record<string, any>;
7037
- order_by: {
7038
- name: string;
7039
- field: string;
7040
- direction: OrderBy;
7041
- }[];
7042
- include_master_data: YesNo;
7043
- date_format_id: string;
7044
- time_zone_id: string;
7045
- organisation_ids: string[];
7046
- fleet_service_task_ids: string[];
7047
- }, {
7048
- date_format_id: string;
7049
- time_zone_id: string;
7050
- status?: Status[] | undefined;
7051
- search?: string | undefined;
7052
- paging?: PAGING | undefined;
7053
- page_count?: unknown;
7054
- page_index?: unknown;
7055
- load_parents?: LoadParents | undefined;
7056
- load_parents_list?: string[] | undefined;
7057
- load_child?: LoadChild | undefined;
7058
- load_child_list?: string[] | undefined;
7059
- load_child_count?: LoadChildCount | undefined;
7060
- load_child_count_list?: string[] | undefined;
7061
- include_details?: Record<string, any> | undefined;
7062
- where_relations?: Record<string, any> | undefined;
7063
- order_by?: {
7064
- name: string;
7065
- field: string;
7066
- direction: OrderBy;
7067
- }[] | undefined;
7068
- include_master_data?: YesNo | undefined;
7069
- organisation_ids?: string[] | undefined;
7070
- fleet_service_task_ids?: string[] | undefined;
7071
- }>;
7072
- type MasterFleetServiceTaskQueryDTO = z.infer<typeof MasterFleetServiceTaskQuerySchema>;
7073
- declare const toMasterFleetServiceTaskPayload: (row: MasterFleetServiceTask) => MasterFleetServiceTaskDTO;
7074
- declare const newMasterFleetServiceTaskPayload: () => MasterFleetServiceTaskDTO;
7075
- declare const findMasterFleetServiceTasks: (data: MasterFleetServiceTaskQueryDTO) => Promise<FBR<MasterFleetServiceTask[]>>;
7076
- declare const createMasterFleetServiceTask: (data: MasterFleetServiceTaskDTO) => Promise<SBR>;
7077
- declare const updateMasterFleetServiceTask: (id: string, data: MasterFleetServiceTaskDTO) => Promise<SBR>;
7078
- declare const deleteMasterFleetServiceTask: (id: string) => Promise<SBR>;
7079
- declare const getMasterFleetServiceTaskCache: (organisation_id: string) => Promise<FBR<MasterFleetServiceTask[]>>;
7080
-
7081
- interface MasterTripPartyType extends Record<string, unknown> {
7082
- party_type_id: string;
7083
- party_type: string;
7084
- description?: string;
7085
- status: Status;
7086
- added_date_time: string;
7087
- modified_date_time: string;
7088
- organisation_id?: string;
7089
- UserOrganisation?: UserOrganisation;
7090
- _count?: {
7091
- FleetTripParty: number;
7092
- };
7093
- }
7094
- declare const MasterTripPartyTypeSchema: z.ZodObject<{
7095
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
7096
- party_type: z.ZodEffects<z.ZodString, string, string>;
7097
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7098
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
7099
- }, "strip", z.ZodTypeAny, {
7100
- status: Status;
7101
- organisation_id: string;
7102
- description: string;
7103
- party_type: string;
7104
- }, {
7105
- status: Status;
7106
- organisation_id: string;
7107
- party_type: string;
7108
- description?: string | undefined;
7109
- }>;
7110
- type MasterTripPartyTypeDTO = z.infer<typeof MasterTripPartyTypeSchema>;
7111
- declare const MasterTripPartyTypeQuerySchema: z.ZodObject<{
7112
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7113
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
7114
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
7115
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
7116
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
7117
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
7118
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7119
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
7120
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7121
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
7122
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7123
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
7124
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
7125
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
7126
- name: z.ZodEffects<z.ZodString, string, string>;
7127
- field: z.ZodEffects<z.ZodString, string, string>;
7128
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
7129
- }, "strip", z.ZodTypeAny, {
7130
- name: string;
7131
- field: string;
7132
- direction: OrderBy;
7133
- }, {
7134
- name: string;
7135
- field: string;
7136
- direction: OrderBy;
7137
- }>, "many">>>;
7138
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
7139
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
7140
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
7141
- } & {
7142
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7143
- party_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7144
- }, "strip", z.ZodTypeAny, {
7145
- status: Status[];
7146
- search: string;
7147
- paging: PAGING;
7148
- page_count: number;
7149
- page_index: number;
7150
- load_parents: LoadParents;
7151
- load_parents_list: string[];
7152
- load_child: LoadChild;
7153
- load_child_list: string[];
7154
- load_child_count: LoadChildCount;
7155
- load_child_count_list: string[];
7156
- include_details: Record<string, any>;
7157
- where_relations: Record<string, any>;
7158
- order_by: {
7159
- name: string;
7160
- field: string;
7161
- direction: OrderBy;
7162
- }[];
7163
- include_master_data: YesNo;
7164
- date_format_id: string;
7165
- time_zone_id: string;
7166
- organisation_ids: string[];
7167
- party_type_ids: string[];
7168
- }, {
7169
- date_format_id: string;
7170
- time_zone_id: string;
7171
- status?: Status[] | undefined;
7172
- search?: string | undefined;
7173
- paging?: PAGING | undefined;
7174
- page_count?: unknown;
7175
- page_index?: unknown;
7176
- load_parents?: LoadParents | undefined;
7177
- load_parents_list?: string[] | undefined;
7178
- load_child?: LoadChild | undefined;
7179
- load_child_list?: string[] | undefined;
7180
- load_child_count?: LoadChildCount | undefined;
7181
- load_child_count_list?: string[] | undefined;
7182
- include_details?: Record<string, any> | undefined;
7183
- where_relations?: Record<string, any> | undefined;
7184
- order_by?: {
7185
- name: string;
7186
- field: string;
7187
- direction: OrderBy;
7188
- }[] | undefined;
7189
- include_master_data?: YesNo | undefined;
7190
- organisation_ids?: string[] | undefined;
7191
- party_type_ids?: string[] | undefined;
7192
- }>;
7193
- type MasterTripPartyTypeQueryDTO = z.infer<typeof MasterTripPartyTypeQuerySchema>;
7194
- declare const toMasterTripPartyTypePayload: (row: MasterTripPartyType) => MasterTripPartyTypeDTO;
7195
- declare const newMasterTripPartyTypePayload: () => MasterTripPartyTypeDTO;
7196
- declare const findMasterTripPartyTypes: (data: MasterTripPartyTypeQueryDTO) => Promise<FBR<MasterTripPartyType[]>>;
7197
- declare const createMasterTripPartyType: (data: MasterTripPartyTypeDTO) => Promise<SBR>;
7198
- declare const updateMasterTripPartyType: (id: string, data: MasterTripPartyTypeDTO) => Promise<SBR>;
7199
- declare const deleteMasterTripPartyType: (id: string) => Promise<SBR>;
7200
- declare const getMasterTripPartyTypeCache: (organisation_id: string) => Promise<FBR<MasterTripPartyType[]>>;
7201
-
7202
- interface MasterVendorType extends Record<string, unknown> {
7203
- vendor_type_id: string;
7204
- vendor_type: string;
7205
- description?: string;
7206
- status: Status;
7207
- added_date_time: string;
7208
- modified_date_time: string;
7209
- organisation_id?: string;
7210
- UserOrganisation?: UserOrganisation;
7211
- }
7212
- declare const MasterVendorTypeSchema: z.ZodObject<{
7213
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
7214
- vendor_type: z.ZodEffects<z.ZodString, string, string>;
7215
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7216
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
7217
- }, "strip", z.ZodTypeAny, {
7218
- status: Status;
7219
- organisation_id: string;
7220
- description: string;
7221
- vendor_type: string;
7222
- }, {
7223
- status: Status;
7224
- organisation_id: string;
7225
- vendor_type: string;
7226
- description?: string | undefined;
7227
- }>;
7228
- type MasterVendorTypeDTO = z.infer<typeof MasterVendorTypeSchema>;
7229
- declare const MasterVendorTypeQuerySchema: z.ZodObject<{
7230
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7231
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
7232
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
7233
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
7234
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
7235
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
7236
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7237
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
7238
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7239
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
7240
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7241
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
7242
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
7243
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
7244
- name: z.ZodEffects<z.ZodString, string, string>;
7245
- field: z.ZodEffects<z.ZodString, string, string>;
7246
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
7247
- }, "strip", z.ZodTypeAny, {
7248
- name: string;
7249
- field: string;
7250
- direction: OrderBy;
7251
- }, {
7252
- name: string;
7253
- field: string;
7254
- direction: OrderBy;
7255
- }>, "many">>>;
7256
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
7257
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
7258
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
7259
- } & {
7260
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7261
- vendor_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7262
- }, "strip", z.ZodTypeAny, {
7263
- status: Status[];
7264
- search: string;
7265
- paging: PAGING;
7266
- page_count: number;
7267
- page_index: number;
7268
- load_parents: LoadParents;
7269
- load_parents_list: string[];
7270
- load_child: LoadChild;
7271
- load_child_list: string[];
7272
- load_child_count: LoadChildCount;
7273
- load_child_count_list: string[];
7274
- include_details: Record<string, any>;
7275
- where_relations: Record<string, any>;
7276
- order_by: {
7277
- name: string;
7278
- field: string;
7279
- direction: OrderBy;
7280
- }[];
7281
- include_master_data: YesNo;
7282
- date_format_id: string;
7283
- time_zone_id: string;
7284
- organisation_ids: string[];
7285
- vendor_type_ids: string[];
7286
- }, {
7287
- date_format_id: string;
7288
- time_zone_id: string;
7289
- status?: Status[] | undefined;
7290
- search?: string | undefined;
7291
- paging?: PAGING | undefined;
7292
- page_count?: unknown;
7293
- page_index?: unknown;
7294
- load_parents?: LoadParents | undefined;
7295
- load_parents_list?: string[] | undefined;
7296
- load_child?: LoadChild | undefined;
7297
- load_child_list?: string[] | undefined;
7298
- load_child_count?: LoadChildCount | undefined;
7299
- load_child_count_list?: string[] | undefined;
7300
- include_details?: Record<string, any> | undefined;
7301
- where_relations?: Record<string, any> | undefined;
7302
- order_by?: {
7303
- name: string;
7304
- field: string;
7305
- direction: OrderBy;
7306
- }[] | undefined;
7307
- include_master_data?: YesNo | undefined;
7308
- organisation_ids?: string[] | undefined;
7309
- vendor_type_ids?: string[] | undefined;
7310
- }>;
7311
- type MasterVendorTypeQueryDTO = z.infer<typeof MasterVendorTypeQuerySchema>;
7312
- declare const toMasterVendorTypePayload: (row: MasterVendorType) => MasterVendorTypeDTO;
7313
- declare const newMasterVendorTypePayload: () => MasterVendorTypeDTO;
7314
- declare const findMasterVendorTypes: (data: MasterVendorTypeQueryDTO) => Promise<FBR<MasterVendorType[]>>;
7315
- declare const createMasterVendorType: (data: MasterVendorTypeDTO) => Promise<SBR>;
7316
- declare const updateMasterVendorType: (id: string, data: MasterVendorTypeDTO) => Promise<SBR>;
7317
- declare const deleteMasterVendorType: (id: string) => Promise<SBR>;
7318
- declare const getMasterVendorTypeCache: (organisation_id: string) => Promise<FBR<MasterVendorType[]>>;
7319
-
7320
- interface MasterSparePartSubCategory extends Record<string, unknown> {
7321
- spare_part_sub_category_id: string;
7322
- sub_category_name: string;
7323
- sub_category_code: string;
7324
- description?: string;
7325
- status: Status;
7326
- added_date_time: string;
7327
- modified_date_time: string;
7328
- organisation_id?: string;
7329
- UserOrganisation?: UserOrganisation;
7330
- spare_part_category_id: string;
7331
- MasterSparePartCategory?: MasterSparePartCategory;
7332
- _count?: {
7333
- FleetSpareParts: number;
7334
- };
7335
- }
7336
- declare const MasterSparePartSubCategorySchema: z.ZodObject<{
7337
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
7338
- spare_part_category_id: z.ZodEffects<z.ZodString, string, string>;
7339
- sub_category_name: z.ZodEffects<z.ZodString, string, string>;
7340
- sub_category_code: z.ZodEffects<z.ZodString, string, string>;
7341
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7342
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
7343
- }, "strip", z.ZodTypeAny, {
7344
- status: Status;
7345
- organisation_id: string;
7346
- description: string;
7347
- sub_category_name: string;
7348
- sub_category_code: string;
7349
- spare_part_category_id: string;
7350
- }, {
7351
- status: Status;
7352
- organisation_id: string;
7353
- sub_category_name: string;
7354
- sub_category_code: string;
7355
- spare_part_category_id: string;
7356
- description?: string | undefined;
7357
- }>;
7358
- type MasterSparePartSubCategoryDTO = z.infer<typeof MasterSparePartSubCategorySchema>;
7359
- declare const SparePartSubCategoryQuerySchema: z.ZodObject<{
7360
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7361
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
7362
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
7363
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
7364
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
7365
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
7366
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7367
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
7368
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7369
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
7370
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7371
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
7372
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
7373
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
7374
- name: z.ZodEffects<z.ZodString, string, string>;
7375
- field: z.ZodEffects<z.ZodString, string, string>;
7376
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
7377
- }, "strip", z.ZodTypeAny, {
7378
- name: string;
7379
- field: string;
7380
- direction: OrderBy;
7381
- }, {
7382
- name: string;
7383
- field: string;
7384
- direction: OrderBy;
7385
- }>, "many">>>;
7386
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
7387
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
7388
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
7389
- } & {
7390
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7391
- spare_part_category_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7392
- spare_part_sub_category_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7393
- }, "strip", z.ZodTypeAny, {
7394
- status: Status[];
7395
- search: string;
7396
- paging: PAGING;
7397
- page_count: number;
7398
- page_index: number;
7399
- load_parents: LoadParents;
7400
- load_parents_list: string[];
7401
- load_child: LoadChild;
7402
- load_child_list: string[];
7403
- load_child_count: LoadChildCount;
7404
- load_child_count_list: string[];
7405
- include_details: Record<string, any>;
7406
- where_relations: Record<string, any>;
7407
- order_by: {
7408
- name: string;
7409
- field: string;
7410
- direction: OrderBy;
7411
- }[];
7412
- include_master_data: YesNo;
7413
- date_format_id: string;
7414
- time_zone_id: string;
7415
- organisation_ids: string[];
7416
- spare_part_category_ids: string[];
7417
- spare_part_sub_category_ids: string[];
7418
- }, {
7419
- date_format_id: string;
7420
- time_zone_id: string;
7421
- status?: Status[] | undefined;
7422
- search?: string | undefined;
7423
- paging?: PAGING | undefined;
7424
- page_count?: unknown;
7425
- page_index?: unknown;
7426
- load_parents?: LoadParents | undefined;
7427
- load_parents_list?: string[] | undefined;
7428
- load_child?: LoadChild | undefined;
7429
- load_child_list?: string[] | undefined;
7430
- load_child_count?: LoadChildCount | undefined;
7431
- load_child_count_list?: string[] | undefined;
7432
- include_details?: Record<string, any> | undefined;
7433
- where_relations?: Record<string, any> | undefined;
7434
- order_by?: {
7435
- name: string;
7436
- field: string;
7437
- direction: OrderBy;
7438
- }[] | undefined;
7439
- include_master_data?: YesNo | undefined;
7440
- organisation_ids?: string[] | undefined;
7441
- spare_part_category_ids?: string[] | undefined;
7442
- spare_part_sub_category_ids?: string[] | undefined;
7443
- }>;
7444
- type SparePartSubCategoryQueryDTO = z.infer<typeof SparePartSubCategoryQuerySchema>;
7445
- declare const toMasterSparePartSubCategoryPayload: (row: MasterSparePartSubCategory) => MasterSparePartSubCategoryDTO;
7446
- declare const newMasterSparePartSubCategoryPayload: () => MasterSparePartSubCategoryDTO;
7447
- declare const findMasterSparePartSubCategories: (data: SparePartSubCategoryQueryDTO) => Promise<FBR<MasterSparePartSubCategory[]>>;
7448
- declare const createMasterSparePartSubCategory: (data: MasterSparePartSubCategoryDTO) => Promise<SBR>;
7449
- declare const updateMasterSparePartSubCategory: (id: string, data: MasterSparePartSubCategoryDTO) => Promise<SBR>;
7450
- declare const deleteMasterSparePartSubCategory: (id: string) => Promise<SBR>;
7451
- declare const getMasterSparePartSubCategoryCache: (organisation_id: string, spare_part_category_id?: string) => Promise<FBR<MasterSparePartSubCategory[]>>;
7452
- declare const getMasterSparePartSubCategoryCacheCount: (organisation_id: string, spare_part_category_id?: string) => Promise<FBR<MasterSparePartSubCategory[]>>;
7453
-
7454
- interface MasterSparePartCategory extends Record<string, unknown> {
7455
- spare_part_category_id: string;
7456
- category_name: string;
7457
- category_code: string;
7458
- description?: string;
7459
- status: Status;
7460
- added_date_time: string;
7461
- modified_date_time: string;
7462
- organisation_id?: string;
7463
- UserOrganisation?: UserOrganisation;
7464
- MasterSparePartSubCategory: MasterSparePartSubCategory[];
7465
- _count?: {
7466
- MasterSparePartSubCategory: number;
7467
- FleetSpareParts: number;
7468
- };
7469
- }
7470
- declare const MasterSparePartCategorySchema: z.ZodObject<{
7471
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
7472
- category_name: z.ZodEffects<z.ZodString, string, string>;
7473
- category_code: z.ZodEffects<z.ZodString, string, string>;
7474
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7475
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
7476
- }, "strip", z.ZodTypeAny, {
7477
- status: Status;
7478
- organisation_id: string;
7479
- description: string;
7480
- category_name: string;
7481
- category_code: string;
7482
- }, {
7483
- status: Status;
7484
- organisation_id: string;
7485
- category_name: string;
7486
- category_code: string;
7487
- description?: string | undefined;
7488
- }>;
7489
- type MasterSparePartCategoryDTO = z.infer<typeof MasterSparePartCategorySchema>;
7490
- declare const SparePartCategoryQuerySchema: z.ZodObject<{
7491
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7492
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
7493
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
7494
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
7495
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
7496
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
7497
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7498
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
7499
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7500
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
7501
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7502
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
7503
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
7504
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
7505
- name: z.ZodEffects<z.ZodString, string, string>;
7506
- field: z.ZodEffects<z.ZodString, string, string>;
7507
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
7508
- }, "strip", z.ZodTypeAny, {
7509
- name: string;
7510
- field: string;
7511
- direction: OrderBy;
7512
- }, {
7513
- name: string;
7514
- field: string;
7515
- direction: OrderBy;
7516
- }>, "many">>>;
7517
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
7518
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
7519
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
7520
- } & {
7521
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7522
- spare_part_category_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7523
- }, "strip", z.ZodTypeAny, {
7524
- status: Status[];
7525
- search: string;
7526
- paging: PAGING;
7527
- page_count: number;
7528
- page_index: number;
7529
- load_parents: LoadParents;
7530
- load_parents_list: string[];
7531
- load_child: LoadChild;
7532
- load_child_list: string[];
7533
- load_child_count: LoadChildCount;
7534
- load_child_count_list: string[];
7535
- include_details: Record<string, any>;
7536
- where_relations: Record<string, any>;
7537
- order_by: {
7538
- name: string;
7539
- field: string;
7540
- direction: OrderBy;
7541
- }[];
7542
- include_master_data: YesNo;
7543
- date_format_id: string;
7544
- time_zone_id: string;
7545
- organisation_ids: string[];
7546
- spare_part_category_ids: string[];
7547
- }, {
7548
- date_format_id: string;
7549
- time_zone_id: string;
7550
- status?: Status[] | undefined;
7551
- search?: string | undefined;
7552
- paging?: PAGING | undefined;
7553
- page_count?: unknown;
7554
- page_index?: unknown;
7555
- load_parents?: LoadParents | undefined;
7556
- load_parents_list?: string[] | undefined;
7557
- load_child?: LoadChild | undefined;
7558
- load_child_list?: string[] | undefined;
7559
- load_child_count?: LoadChildCount | undefined;
7560
- load_child_count_list?: string[] | undefined;
7561
- include_details?: Record<string, any> | undefined;
7562
- where_relations?: Record<string, any> | undefined;
7563
- order_by?: {
7564
- name: string;
7565
- field: string;
7566
- direction: OrderBy;
7567
- }[] | undefined;
7568
- include_master_data?: YesNo | undefined;
7569
- organisation_ids?: string[] | undefined;
7570
- spare_part_category_ids?: string[] | undefined;
7571
- }>;
7572
- type SparePartCategoryQueryDTO = z.infer<typeof SparePartCategoryQuerySchema>;
7573
- declare const toMasterSparePartCategoryPayload: (row: MasterSparePartCategory) => MasterSparePartCategoryDTO;
7574
- declare const newMasterSparePartCategoryPayload: () => MasterSparePartCategoryDTO;
7575
- declare const findMasterSparePartCategories: (data: SparePartCategoryQueryDTO) => Promise<FBR<MasterSparePartCategory[]>>;
7576
- declare const createMasterSparePartCategory: (data: MasterSparePartCategoryDTO) => Promise<SBR>;
7577
- declare const updateMasterSparePartCategory: (id: string, data: MasterSparePartCategoryDTO) => Promise<SBR>;
7578
- declare const deleteMasterSparePartCategory: (id: string) => Promise<SBR>;
7579
- declare const getMasterSparePartCategoryCache: (organisation_id: string) => Promise<FBR<MasterSparePartCategory[]>>;
7580
- declare const getMasterSparePartCategoryCacheChild: (organisation_id: string) => Promise<FBR<MasterSparePartCategory[]>>;
7581
- declare const getMasterSparePartCategoryCacheCount: (organisation_id: string) => Promise<FBR<number>>;
7582
-
7583
- interface MasterSparePartUnit extends Record<string, unknown> {
7584
- spare_part_unit_id: string;
7585
- unit_name: string;
7586
- unit_code: string;
7587
- description?: string;
7588
- status: Status;
7589
- added_date_time: string;
7590
- modified_date_time: string;
7591
- organisation_id?: string;
7592
- UserOrganisation?: UserOrganisation;
7593
- _count?: {
7594
- FleetSpareParts: number;
7595
- };
7596
- }
7597
- declare const MasterSparePartUnitSchema: z.ZodObject<{
7598
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
7599
- unit_name: z.ZodEffects<z.ZodString, string, string>;
7600
- unit_code: z.ZodEffects<z.ZodString, string, string>;
7601
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7602
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
7603
- }, "strip", z.ZodTypeAny, {
7604
- status: Status;
7605
- organisation_id: string;
7606
- description: string;
7607
- unit_name: string;
7608
- unit_code: string;
7609
- }, {
7610
- status: Status;
7611
- organisation_id: string;
7612
- unit_name: string;
7613
- unit_code: string;
7614
- description?: string | undefined;
7615
- }>;
7616
- type MasterSparePartUnitDTO = z.infer<typeof MasterSparePartUnitSchema>;
7617
- declare const SparePartUnitQuerySchema: z.ZodObject<{
7618
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7619
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
7620
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
7621
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
7622
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
7623
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
7624
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7625
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
7626
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7627
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
7628
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7629
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
7630
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
7631
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
7632
- name: z.ZodEffects<z.ZodString, string, string>;
7633
- field: z.ZodEffects<z.ZodString, string, string>;
7634
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
7635
- }, "strip", z.ZodTypeAny, {
7636
- name: string;
7637
- field: string;
7638
- direction: OrderBy;
7639
- }, {
7640
- name: string;
7641
- field: string;
7642
- direction: OrderBy;
7643
- }>, "many">>>;
7644
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
7645
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
7646
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
7647
- } & {
7648
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7649
- spare_part_unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7650
- }, "strip", z.ZodTypeAny, {
7651
- status: Status[];
7652
- search: string;
7653
- paging: PAGING;
7654
- page_count: number;
7655
- page_index: number;
7656
- load_parents: LoadParents;
7657
- load_parents_list: string[];
7658
- load_child: LoadChild;
7659
- load_child_list: string[];
7660
- load_child_count: LoadChildCount;
7661
- load_child_count_list: string[];
7662
- include_details: Record<string, any>;
7663
- where_relations: Record<string, any>;
7664
- order_by: {
7665
- name: string;
7666
- field: string;
7667
- direction: OrderBy;
7668
- }[];
7669
- include_master_data: YesNo;
7670
- date_format_id: string;
7671
- time_zone_id: string;
7672
- organisation_ids: string[];
7673
- spare_part_unit_ids: string[];
7674
- }, {
7675
- date_format_id: string;
7676
- time_zone_id: string;
7677
- status?: Status[] | undefined;
7678
- search?: string | undefined;
7679
- paging?: PAGING | undefined;
7680
- page_count?: unknown;
7681
- page_index?: unknown;
7682
- load_parents?: LoadParents | undefined;
7683
- load_parents_list?: string[] | undefined;
7684
- load_child?: LoadChild | undefined;
7685
- load_child_list?: string[] | undefined;
7686
- load_child_count?: LoadChildCount | undefined;
7687
- load_child_count_list?: string[] | undefined;
7688
- include_details?: Record<string, any> | undefined;
7689
- where_relations?: Record<string, any> | undefined;
7690
- order_by?: {
7691
- name: string;
7692
- field: string;
7693
- direction: OrderBy;
7694
- }[] | undefined;
7695
- include_master_data?: YesNo | undefined;
7696
- organisation_ids?: string[] | undefined;
7697
- spare_part_unit_ids?: string[] | undefined;
7698
- }>;
7699
- type SparePartUnitQueryDTO = z.infer<typeof SparePartUnitQuerySchema>;
7700
- declare const toMasterSparePartUnitPayload: (row: MasterSparePartUnit) => MasterSparePartUnitDTO;
7701
- declare const newMasterSparePartUnitPayload: () => MasterSparePartUnitDTO;
7702
- declare const findMasterSparePartUnits: (data: SparePartUnitQueryDTO) => Promise<FBR<MasterSparePartUnit[]>>;
7703
- declare const createMasterSparePartUnit: (data: MasterSparePartUnitDTO) => Promise<SBR>;
7704
- declare const updateMasterSparePartUnit: (id: string, data: MasterSparePartUnitDTO) => Promise<SBR>;
7705
- declare const deleteMasterSparePartUnit: (id: string) => Promise<SBR>;
7706
- declare const getMasterSparePartUnitCache: (organisation_id: string) => Promise<FBR<MasterSparePartUnit[]>>;
7707
- declare const getMasterSparePartUnitCacheCount: (organisation_id: string) => Promise<FBR<MasterSparePartUnit[]>>;
7708
-
7709
5851
  interface UserOrganisation extends Record<string, unknown> {
7710
5852
  organisation_id: string;
7711
5853
  organisation_name: string;
7712
- organisation_email: string;
5854
+ organisation_email?: string;
7713
5855
  organisation_mobile?: string;
7714
5856
  organisation_code?: string;
7715
5857
  organisation_utrack_id?: string;
7716
5858
  fleet_size: FleetSize;
7717
5859
  db_instance: string;
7718
5860
  db_group: string;
7719
- organisation_logo_url?: string;
7720
- organisation_logo_key?: string;
5861
+ logo_url?: string;
5862
+ logo_key?: string;
5863
+ logo_name?: string;
7721
5864
  company_cin?: string;
7722
5865
  company_tin_gstin?: string;
7723
5866
  billing_address_line1?: string;
@@ -7749,14 +5892,14 @@ interface UserOrganisation extends Record<string, unknown> {
7749
5892
  MasterMainCountry?: MasterMainCountry;
7750
5893
  state_id?: string;
7751
5894
  MasterMainState?: MasterMainState;
7752
- time_zone_id?: string;
7753
- MasterMainTimeZone?: MasterMainTimeZone;
7754
5895
  currency_id?: string;
7755
5896
  MasterMainCurrency?: MasterMainCurrency;
7756
- date_format_id?: string;
7757
- MasterMainDateFormat?: MasterMainDateFormat;
7758
5897
  language_id?: string;
7759
5898
  MasterMainLanguage?: MasterMainLanguage;
5899
+ time_zone_id?: string;
5900
+ MasterMainTimeZone?: MasterMainTimeZone;
5901
+ date_format_id?: string;
5902
+ MasterMainDateFormat?: MasterMainDateFormat;
7760
5903
  distance_unit_id?: string;
7761
5904
  MasterMainUnitDistance?: MasterMainUnitDistance;
7762
5905
  mileage_unit_id?: string;
@@ -7772,30 +5915,6 @@ interface UserOrganisation extends Record<string, unknown> {
7772
5915
  OrganisationGroup: OrganisationGroup[];
7773
5916
  OrganisationSubCompany: OrganisationSubCompany[];
7774
5917
  OrganisationTag: OrganisationTag[];
7775
- MasterExpenseName: MasterExpenseName[];
7776
- MasterExpenseType: MasterExpenseType[];
7777
- MasterVendorType: MasterVendorType[];
7778
- MasterUserRole: MasterUserRole[];
7779
- MasterUserStatus: MasterUserStatus[];
7780
- MasterVehicleFuelType: MasterVehicleFuelType[];
7781
- MasterVehicleOwnershipType: MasterVehicleOwnershipType[];
7782
- MasterVehicleModel: MasterVehicleModel[];
7783
- MasterVehicleMake: MasterVehicleMake[];
7784
- MasterVehicleStatusType: MasterVehicleStatusType[];
7785
- MasterVehicleSubModel: MasterVehicleSubModel[];
7786
- MasterVehicleType: MasterVehicleType[];
7787
- MasterTyreGrade: MasterTyreGrade[];
7788
- MasterTyreMake: MasterTyreMake[];
7789
- MasterTyreModel: MasterTyreModel[];
7790
- MasterFleetIncidentType: MasterFleetIncidentType[];
7791
- MasterFleetIncidentStatus: MasterFleetIncidentStatus[];
7792
- MasterFleetIncidentSeverity: MasterFleetIncidentSeverity[];
7793
- MasterFleetInsuranceClaimStatus: MasterFleetInsuranceClaimStatus[];
7794
- MasterFleetServiceTask: MasterFleetServiceTask[];
7795
- MasterTripPartyType: MasterTripPartyType[];
7796
- MasterSparePartCategory: MasterSparePartCategory[];
7797
- MasterSparePartSubCategory: MasterSparePartSubCategory[];
7798
- MasterSparePartUnit: MasterSparePartUnit[];
7799
5918
  _count?: {
7800
5919
  User?: number;
7801
5920
  MasterVehicle?: number;
@@ -7821,11 +5940,14 @@ interface UserOrganisationSimple extends Record<string, unknown> {
7821
5940
  }
7822
5941
  declare const UserOrganisationSchema: z.ZodObject<{
7823
5942
  organisation_name: z.ZodEffects<z.ZodString, string, string>;
7824
- organisation_email: z.ZodEffects<z.ZodString, string, string>;
5943
+ organisation_email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7825
5944
  organisation_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5945
+ organisation_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5946
+ organisation_utrack_id: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7826
5947
  fleet_size: z.ZodType<FleetSize, z.ZodTypeDef, FleetSize>;
7827
- organisation_logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7828
- organisation_logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5948
+ logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5949
+ logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5950
+ logo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7829
5951
  company_cin: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7830
5952
  company_tin_gstin: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
7831
5953
  billing_address_line1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
@@ -7852,10 +5974,10 @@ declare const UserOrganisationSchema: z.ZodObject<{
7852
5974
  industry_id: z.ZodEffects<z.ZodString, string, string>;
7853
5975
  country_id: z.ZodEffects<z.ZodString, string, string>;
7854
5976
  state_id: z.ZodEffects<z.ZodString, string, string>;
7855
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
7856
5977
  currency_id: z.ZodEffects<z.ZodString, string, string>;
7857
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
7858
5978
  language_id: z.ZodEffects<z.ZodString, string, string>;
5979
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
5980
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
7859
5981
  distance_unit_id: z.ZodEffects<z.ZodString, string, string>;
7860
5982
  mileage_unit_id: z.ZodEffects<z.ZodString, string, string>;
7861
5983
  volume_unit_id: z.ZodEffects<z.ZodString, string, string>;
@@ -7868,13 +5990,16 @@ declare const UserOrganisationSchema: z.ZodObject<{
7868
5990
  country_id: string;
7869
5991
  state_id: string;
7870
5992
  country_code: string;
5993
+ logo_key: string;
5994
+ logo_url: string;
7871
5995
  language_id: string;
7872
5996
  organisation_name: string;
7873
5997
  organisation_email: string;
7874
5998
  organisation_mobile: string;
5999
+ organisation_code: string;
6000
+ organisation_utrack_id: string;
7875
6001
  fleet_size: FleetSize;
7876
- organisation_logo_url: string;
7877
- organisation_logo_key: string;
6002
+ logo_name: string;
7878
6003
  company_cin: string;
7879
6004
  company_tin_gstin: string;
7880
6005
  billing_address_line1: string;
@@ -7909,15 +6034,18 @@ declare const UserOrganisationSchema: z.ZodObject<{
7909
6034
  state_id: string;
7910
6035
  language_id: string;
7911
6036
  organisation_name: string;
7912
- organisation_email: string;
7913
6037
  fleet_size: FleetSize;
7914
6038
  distance_unit_id: string;
7915
6039
  mileage_unit_id: string;
7916
6040
  volume_unit_id: string;
7917
6041
  country_code?: string | undefined;
6042
+ logo_key?: string | undefined;
6043
+ logo_url?: string | undefined;
6044
+ organisation_email?: string | undefined;
7918
6045
  organisation_mobile?: string | undefined;
7919
- organisation_logo_url?: string | undefined;
7920
- organisation_logo_key?: string | undefined;
6046
+ organisation_code?: string | undefined;
6047
+ organisation_utrack_id?: string | undefined;
6048
+ logo_name?: string | undefined;
7921
6049
  company_cin?: string | undefined;
7922
6050
  company_tin_gstin?: string | undefined;
7923
6051
  billing_address_line1?: string | undefined;
@@ -7975,13 +6103,11 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
7975
6103
  industry_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7976
6104
  country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7977
6105
  state_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7978
- time_zone_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7979
6106
  currency_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7980
- date_format_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7981
6107
  language_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7982
- distance_unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7983
- mileage_unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7984
- volume_unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6108
+ time_zone_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6109
+ date_format_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6110
+ fleet_size: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof FleetSize>, "many">>>;
7985
6111
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7986
6112
  }, "strip", z.ZodTypeAny, {
7987
6113
  status: Status[];
@@ -8013,9 +6139,7 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
8013
6139
  state_ids: string[];
8014
6140
  date_format_ids: string[];
8015
6141
  language_ids: string[];
8016
- distance_unit_ids: string[];
8017
- mileage_unit_ids: string[];
8018
- volume_unit_ids: string[];
6142
+ fleet_size: FleetSize[];
8019
6143
  }, {
8020
6144
  date_format_id: string;
8021
6145
  time_zone_id: string;
@@ -8046,9 +6170,7 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
8046
6170
  state_ids?: string[] | undefined;
8047
6171
  date_format_ids?: string[] | undefined;
8048
6172
  language_ids?: string[] | undefined;
8049
- distance_unit_ids?: string[] | undefined;
8050
- mileage_unit_ids?: string[] | undefined;
8051
- volume_unit_ids?: string[] | undefined;
6173
+ fleet_size?: FleetSize[] | undefined;
8052
6174
  }>;
8053
6175
  type UserOrganisationQueryDTO = z.infer<typeof UserOrganisationQuerySchema>;
8054
6176
  declare const toUserOrganisationPayload: (organisation: UserOrganisation) => UserOrganisationDTO;
@@ -8061,4 +6183,4 @@ declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
8061
6183
  declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
8062
6184
  declare const getUserOrganisationPresignedUrl: (fileName: string) => Promise<SBR>;
8063
6185
 
8064
- export { createMasterMainState as $, findMasterMainCurrencies as A, createMasterMainCurrency as B, updateMasterMainCurrency as C, deleteMasterMainCurrency as D, getMasterMainCurrencyCache as E, type MasterMainTimeZone as F, MasterMainTimeZoneSchema as G, type MasterMainTimeZoneDTO as H, MasterMainTimeZoneQuerySchema as I, type MasterMainTimeZoneQueryDTO as J, toMasterMainTimeZonePayload as K, newMasterMainTimeZonePayload as L, type MasterVehicle as M, findMasterMainTimeZones as N, type OrganisationBranch as O, createMasterMainTimeZone as P, updateMasterMainTimeZone as Q, deleteMasterMainTimeZone as R, getMasterMainTimeZoneCache as S, MasterMainStateSchema as T, type UserOrganisation as U, type MasterMainStateDTO as V, MasterMainStateQuerySchema as W, type MasterMainStateQueryDTO as X, toMasterMainStatePayload as Y, newMasterMainStatePayload as Z, findMasterMainStates as _, type User as a, type AssignRemoveDriverHistory as a$, updateMasterMainState as a0, deleteMasterMainState as a1, getMasterMainStateCache as a2, MasterMainCountrySchema as a3, type MasterMainCountryDTO as a4, MasterMainCountryQuerySchema as a5, type MasterMainCountryQueryDTO as a6, toMasterMainCountryPayload as a7, newMasterMainCountryPayload as a8, findMasterMainCountries as a9, updateMasterMainUnitDistance as aA, deleteMasterMainUnitDistance as aB, getMasterMainUnitDistanceCache as aC, type MasterMainUnitMileage as aD, MasterMainUnitMileageSchema as aE, type MasterMainUnitMileageDTO as aF, MasterMainUnitMileageQuerySchema as aG, type MasterMainUnitMileageQueryDTO as aH, toMasterMainUnitMileagePayload as aI, newMasterMainUnitMileagePayload as aJ, findMasterMainUnitMileages as aK, createMasterMainUnitMileage as aL, updateMasterMainUnitMileage as aM, deleteMasterMainUnitMileage as aN, getMasterMainUnitMileageCache as aO, type MasterMainUnitVolume as aP, MasterMainUnitVolumeSchema as aQ, type MasterMainUnitVolumeDTO as aR, MasterMainUnitVolumeQuerySchema as aS, type MasterMainUnitVolumeQueryDTO as aT, toMasterMainUnitVolumePayload as aU, newMasterMainUnitVolumePayload as aV, findMasterMainUnitVolumes as aW, createMasterMainUnitVolume as aX, updateMasterMainUnitVolume as aY, deleteMasterMainUnitVolume as aZ, getMasterMainUnitVolumeCache as a_, createMasterMainCountry as aa, updateMasterMainCountry as ab, deleteMasterMainCountry as ac, getMasterMainCountryCache as ad, getMasterMainCountryCacheChild as ae, type MasterMainDateFormat as af, MasterMainDateFormatSchema as ag, type MasterMainDateFormatDTO as ah, MasterMainDateFormatQuerySchema as ai, type MasterMainDateFormatQueryDTO as aj, toMasterMainDateFormatPayload as ak, newMasterMainDateFormatPayload as al, findMasterMainDateFormats as am, createMasterMainDateFormat as an, updateMasterMainDateFormat as ao, deleteMasterMainDateFormat as ap, getMasterMainDateFormatCache as aq, type MasterMainUnitDistance as ar, MasterMainUnitDistanceSchema as as, type MasterMainUnitDistanceDTO as at, MasterMainUnitDistanceQuerySchema as au, type MasterMainUnitDistanceQueryDTO as av, toMasterMainUnitDistancePayload as aw, newMasterMainUnitDistancePayload as ax, findMasterMainUnitDistances as ay, createMasterMainUnitDistance as az, type MasterDriver as b, findMasterSims as b$, MasterDriverSchema as b0, type MasterDriverDTO as b1, DriverQuerySchema as b2, type DriverQueryDTO as b3, toDriverPayload as b4, newDriverPayload as b5, findDrivers as b6, createDriver as b7, updateDriver as b8, deleteDriver as b9, updateMasterDeviceModel as bA, deleteMasterDeviceModel as bB, getMasterDeviceModelCache as bC, getMasterDeviceModelCacheCount as bD, getMasterDeviceModelCacheChild as bE, type MasterDeviceManufacturer as bF, MasterDeviceManufacturerSchema as bG, type MasterDeviceManufacturerDTO as bH, MasterDeviceManufacturerQuerySchema as bI, type MasterDeviceManufacturerQueryDTO as bJ, toMasterDeviceManufacturerPayload as bK, newMasterDeviceManufacturerPayload as bL, findMasterDeviceManufacturers as bM, createMasterDeviceManufacturer as bN, updateMasterDeviceManufacturer as bO, deleteMasterDeviceManufacturer as bP, getMasterDeviceManufacturerCache as bQ, getMasterDeviceManufacturerCacheCount as bR, getMasterDeviceManufacturerCacheChild as bS, type MasterSim as bT, type AssignRemoveSimHistory as bU, MasterSimSchema as bV, type MasterSimDTO as bW, MasterSimQuerySchema as bX, type MasterSimQueryDTO as bY, toMasterSimPayload as bZ, newMasterSimPayload as b_, getPresignedUrlForDriver as ba, getDriverCache as bb, getDriverSimpleCache as bc, type MasterDeviceType as bd, MasterDeviceTypeSchema as be, type MasterDeviceTypeDTO as bf, MasterDeviceTypeQuerySchema as bg, type MasterDeviceTypeQueryDTO as bh, toMasterDeviceTypePayload as bi, newMasterDeviceTypePayload as bj, findMasterDeviceTypes as bk, createMasterDeviceType as bl, updateMasterDeviceType as bm, deleteMasterDeviceType as bn, getMasterDeviceTypeCache as bo, getMasterDeviceTypeCacheCount as bp, getMasterDeviceTypeCacheChild as bq, type MasterDeviceModel as br, MasterDeviceModelSchema as bs, type MasterDeviceModelDTO as bt, MasterDeviceModelQuerySchema as bu, type MasterDeviceModelQueryDTO as bv, toMasterDeviceModelPayload as bw, newMasterDeviceModelPayload as bx, findMasterDeviceModels as by, createMasterDeviceModel as bz, type MasterDevice as c, type OrganisationTagDTO as c$, createMasterSim as c0, updateMasterSim as c1, deleteMasterSim as c2, type AssignRemoveDeviceHistory as c3, MasterDeviceSchema as c4, type MasterDeviceDTO as c5, MasterDeviceQuerySchema as c6, type MasterDeviceQueryDTO as c7, DeviceSimLinkSchema as c8, type DeviceSimLinkDTO as c9, OrganisationBranchQuerySchema as cA, type OrganisationBranchQueryDTO as cB, toOrganisationBranchPayload as cC, newOrganisationBranchPayload as cD, findOrganisationBranchs as cE, createOrganisationBranch as cF, updateOrganisationBranch as cG, deleteOrganisationBranch as cH, getOrganisationBranchCache as cI, getOrganisationBranchCacheCount as cJ, getOrganisationBranchCacheChild as cK, type OrganisationColor as cL, OrganisationColorSchema as cM, type OrganisationColorDTO as cN, OrganisationColorQuerySchema as cO, type OrganisationColorQueryDTO as cP, toOrganisationColorPayload as cQ, newOrganisationColorPayload as cR, findOrganisationColors as cS, createOrganisationColor as cT, updateOrganisationColor as cU, deleteOrganisationColor as cV, getOrganisationColorCache as cW, getOrganisationColorCacheCount as cX, getOrganisationColorCacheChild as cY, type OrganisationTag as cZ, OrganisationTagSchema as c_, toMasterDevicePayload as ca, newMasterDevicePayload as cb, findMasterDevices as cc, createMasterDevice as cd, updateMasterDevice as ce, deleteMasterDevice as cf, device_sim_link as cg, device_sim_unlink as ch, get_device_sim_link_history_by_sim as ci, get_device_sim_link_history_by_device as cj, type OrganisationSubCompany as ck, OrganisationSubCompanySchema as cl, type OrganisationSubCompanyDTO as cm, OrganisationSubCompanyQuerySchema as cn, type OrganisationSubCompanyQueryDTO as co, toOrganisationSubCompanyPayload as cp, newOrganisationSubCompanyPayload as cq, findOrganisationSubCompanyies as cr, createOrganisationSubCompany as cs, updateOrganisationSubCompany as ct, deleteOrganisationSubCompany as cu, getOrganisationSubCompanyCache as cv, getOrganisationSubCompanyCacheCount as cw, getOrganisationSubCompanyCacheChild as cx, OrganisationBranchSchema as cy, type OrganisationBranchDTO as cz, type MasterVehicleFuelType as d, createMasterVehicleMake as d$, OrganisationTagQuerySchema as d0, type OrganisationTagQueryDTO as d1, toOrganisationTagPayload as d2, newOrganisationTagPayload as d3, findOrganisationTags as d4, createOrganisationTag as d5, updateOrganisationTag as d6, deleteOrganisationTag as d7, getOrganisationTagCache as d8, getOrganisationTagCacheCount as d9, updateMasterVehicleSubModel as dA, deleteMasterVehicleSubModel as dB, getMasterVehicleSubModelCache as dC, getMasterVehicleSubModelCacheCount as dD, getMasterVehicleSubModelCacheChild as dE, type MasterVehicleModel as dF, MasterVehicleModelSchema as dG, type MasterVehicleModelDTO as dH, MasterVehicleModelQuerySchema as dI, type MasterVehicleModelQueryDTO as dJ, toMasterVehicleModelPayload as dK, newMasterVehicleModelPayload as dL, findMasterVehicleModels as dM, createMasterVehicleModel as dN, updateMasterVehicleModel as dO, deleteMasterVehicleModel as dP, getMasterVehicleModelCache as dQ, getMasterVehicleModelCacheCount as dR, getMasterVehicleModelCacheChild as dS, type MasterVehicleMake as dT, MasterVehicleMakeSchema as dU, type MasterVehicleMakeDTO as dV, MasterVehicleMakeQuerySchema as dW, type MasterVehicleMakeQueryDTO as dX, toMasterVehicleMakePayload as dY, newMasterVehicleMakePayload as dZ, findMasterVehicleMakes as d_, getOrganisationTagCacheChild as da, type OrganisationGroup as db, type VehicleOrganisationGroupLink as dc, OrganisationGroupSchema as dd, type OrganisationGroupDTO as de, OrganisationGroupQuerySchema as df, type OrganisationGroupQueryDTO as dg, toOrganisationGroupPayload as dh, newOrganisationGroupPayload as di, findOrganisationGroups as dj, createOrganisationGroup as dk, updateOrganisationGroup as dl, deleteOrganisationGroup as dm, getOrganisationGroupCache as dn, getOrganisationGroupCacheCount as dp, getOrganisationGroupCacheChild as dq, type MasterVehicleSubModel as dr, MasterVehicleSubModelSchema as ds, type MasterVehicleSubModelDTO as dt, MasterVehicleSubModelQuerySchema as du, type MasterVehicleSubModelQueryDTO as dv, toMasterVehicleSubModelPayload as dw, newMasterVehicleSubModelPayload as dx, findMasterVehicleSubModels as dy, createMasterVehicleSubModel as dz, type MasterVehicleFuelUnit as e, MasterVehicleAssociatedToQuerySchema as e$, updateMasterVehicleMake as e0, deleteMasterVehicleMake as e1, getMasterVehicleMakeCache as e2, getMasterVehicleMakeCacheCount as e3, getMasterVehicleMakeCacheChild as e4, type MasterVehicleStatusType as e5, MasterVehicleStatusTypeSchema as e6, type MasterVehicleStatusTypeDTO as e7, MasterVehicleStatusTypeQuerySchema as e8, type MasterVehicleStatusTypeQueryDTO as e9, MasterVehicleTypeQuerySchema as eA, type MasterVehicleTypeQueryDTO as eB, toMasterVehicleTypePayload as eC, newMasterVehicleTypePayload as eD, findMasterVehicleTypes as eE, createMasterVehicleType as eF, updateMasterVehicleType as eG, deleteMasterVehicleType as eH, getMasterVehicleTypeCache as eI, getMasterVehicleTypeCacheCount as eJ, getMasterVehicleTypeCacheChild as eK, MasterVehicleFuelTypeSchema as eL, type MasterVehicleFuelTypeDTO as eM, MasterVehicleFuelTypeQuerySchema as eN, type MasterVehicleFuelTypeQueryDTO as eO, toMasterVehicleFuelTypePayload as eP, newMasterVehicleFuelTypePayload as eQ, findMasterVehicleFuelTypes as eR, createMasterVehicleFuelType as eS, updateMasterVehicleFuelType as eT, deleteMasterVehicleFuelType as eU, getMasterVehicleFuelTypeCache as eV, getMasterVehicleFuelTypeCacheCount as eW, getMasterVehicleFuelTypeCacheChild as eX, type MasterVehicleAssociatedTo as eY, MasterVehicleAssociatedToSchema as eZ, type MasterVehicleAssociatedToDTO as e_, toMasterVehicleStatusTypePayload as ea, newMasterVehicleStatusTypePayload as eb, findMasterVehicleStatusTypes as ec, createMasterVehicleStatusType as ed, updateMasterVehicleStatusType as ee, deleteMasterVehicleStatusType as ef, getMasterVehicleStatusTypeCache as eg, getMasterVehicleStatusTypeCacheCount as eh, getMasterVehicleStatusTypeCacheChild as ei, type MasterVehicleOwnershipType as ej, MasterVehicleOwnershipTypeSchema as ek, type MasterVehicleOwnershipTypeDTO as el, MasterVehicleOwnershipTypeQuerySchema as em, type MasterVehicleOwnershipTypeQueryDTO as en, toMasterVehicleOwnershipTypePayload as eo, newMasterVehicleOwnershipTypePayload as ep, findMasterVehicleOwnershipTypes as eq, createMasterVehicleOwnershipType as er, updateMasterVehicleOwnershipType as es, deleteMasterVehicleOwnershipType as et, getMasterVehicleOwnershipTypeCache as eu, getMasterVehicleOwnershipTypeCacheCount as ev, getMasterVehicleOwnershipTypeCacheChild as ew, type MasterVehicleType as ex, MasterVehicleTypeSchema as ey, type MasterVehicleTypeDTO as ez, type MasterMainCountry as f, findVehicles as f$, type MasterVehicleAssociatedToQueryDTO as f0, toMasterVehicleAssociatedToPayload as f1, newMasterVehicleAssociatedToPayload as f2, findMasterVehicleAssociatedTos as f3, createMasterVehicleAssociatedTo as f4, updateMasterVehicleAssociatedTo as f5, deleteMasterVehicleAssociatedTo as f6, getMasterVehicleAssociatedToCache as f7, getMasterVehicleAssociatedToCacheCount as f8, getMasterVehicleAssociatedToCacheChild as f9, type VehicleDriverLinkDTO as fA, SimpleFindQuerySchema as fB, type SimpleFindQueryDTO as fC, VehicleDetailBodySchema as fD, type VehicleDetailBodyDTO as fE, VehicleDetailGPSMainSchema as fF, type VehicleDetailGPSMainDTO as fG, VehicleDetailGPSDataSchema as fH, type VehicleDetailGPSDataDTO as fI, VehicleDetailGPSAnalyticsSchema as fJ, type VehicleDetailGPSAnalyticsDTO as fK, VehicleDetailLifeCycleSchema as fL, type VehicleDetailLifeCycleDto as fM, VehicleDetailPurchaseSchema as fN, type VehicleDetailPurchaseDTO as fO, VehicleDetailTripSchema as fP, type VehicleDetailTripDTO as fQ, VehicleQuerySchema as fR, type VehicleQueryDTO as fS, VehicleGPSQuerySchema as fT, type VehicleGPSQueryDTO as fU, toVehiclePayload as fV, newVehiclePayload as fW, toVehicleDetailsGPSPayload as fX, toVehicleDetailsBodyPayload as fY, toVehicleDetailPurchasePayload as fZ, toVehicleDetailLifeCyclePayload as f_, MasterVehicleFuelUnitSchema as fa, type MasterVehicleFuelUnitDTO as fb, MasterVehicleFuelUnitQuerySchema as fc, type MasterVehicleFuelUnitQueryDTO as fd, toMasterVehicleFuelUnitPayload as fe, newMasterVehicleFuelUnitPayload as ff, findMasterVehicleFuelUnits as fg, createMasterVehicleFuelUnit as fh, updateMasterVehicleFuelUnit as fi, deleteMasterVehicleFuelUnit as fj, getMasterVehicleFuelUnitCache as fk, getMasterVehicleFuelUnitCacheCount as fl, getMasterVehicleFuelUnitCacheChild as fm, type MasterVehicleDropdown as fn, type VehicleDetailBody as fo, type VehicleDetailLifeCycle as fp, type VehicleDetailPurchase as fq, type VehicleDetailGPS as fr, type VehicleDetailTrip as fs, VehicleSchema as ft, type VehicleDTO as fu, VehicleDeviceLinkSchema as fv, type VehicleDeviceLinkDTO as fw, VehicleDeviceUnlinkSchema as fx, type VehicleDeviceUnlinkDTO as fy, VehicleDriverLinkSchema as fz, type MasterMainState as g, type UserVehicleLink as g$, findVehiclesLiveDashboard as g0, findVehicleGPSDetails as g1, createVehicle as g2, updateVehicle as g3, deleteVehicle as g4, updateVehicleBodyDetails as g5, updateVehicleLifeCycleDetails as g6, updateVehiclePurchaseDetails as g7, updateVehicleGPSDetailsMain as g8, updateVehicleGPSDetailsData as g9, getMasterUserRoleCache as gA, getMasterUserRoleCacheCount as gB, type MasterUserStatus as gC, MasterUserStatusSchema as gD, type MasterUserStatusDTO as gE, MasterUserStatusQuerySchema as gF, type MasterUserStatusQueryDTO as gG, toMasterUserStatusPayload as gH, newMasterUserStatusPayload as gI, findMasterUserStatuses as gJ, createMasterUserStatus as gK, updateMasterUserStatus as gL, deleteMasterUserStatus as gM, getMasterUserStatusCache as gN, getMasterUserStatusCacheCount as gO, type MasterMainLanguage as gP, MasterMainLanguageSchema as gQ, type MasterMainLanguageDTO as gR, MasterMainLanguageQuerySchema as gS, type MasterMainLanguageQueryDTO as gT, toMasterMainLanguagePayload as gU, newMasterMainLanguagePayload as gV, findMasterMainLanguages as gW, createMasterMainLanguage as gX, updateMasterMainLanguage as gY, deleteMasterMainLanguage as gZ, getMasterMainLanguageCache as g_, updateVehicleGPSDetailsAnalytics as ga, updateVehicleTripDetails as gb, linkDriverToVehicle as gc, unlinkDriverFromVehicle as gd, getDriverLinkHistoryByVehicle as ge, getDriverLinkHistoryByDriver as gf, linkDeviceToVehicle as gg, unlinkDeviceFromVehicle as gh, getDeviceLinkHistoryByVehicle as gi, getDeviceLinkHistoryByDevice as gj, getVehicleCache as gk, getVehicleSimpleCache as gl, getVehicleSimpleDropdownCustom as gm, getVehicleSimpleDropdownCacheLiveData as gn, getVehicleParentCache as go, type MasterUserRole as gp, MasterUserRoleSchema as gq, type MasterUserRoleDTO as gr, MasterUserRoleQuerySchema as gs, type MasterUserRoleQueryDTO as gt, toMasterUserRolePayload as gu, newMasterUserRolePayload as gv, findMasterUserRoles as gw, createMasterUserRole as gx, updateMasterUserRole as gy, deleteMasterUserRole as gz, type MasterMainIndustry as h, type MasterTyreModelQueryDTO as h$, CreateUserSchema as h0, type CreateUserDTO as h1, UserQuerySchema as h2, type UserQueryDTO as h3, UserDefaultLanguageSchema as h4, type UserDefaultLanguageDTO as h5, UserDefaultTimeZoneSchema as h6, type UserDefaultTimeZoneDTO as h7, UserDefaultDateFormatSchema as h8, type UserDefaultDateFormatDTO as h9, type MasterExpenseTypeDTO as hA, MasterExpenseTypeQuerySchema as hB, type MasterExpenseTypeQueryDTO as hC, toMasterExpenseTypePayload as hD, newMasterExpenseTypePayload as hE, findMasterExpenseTypes as hF, createMasterExpenseType as hG, updateMasterExpenseType as hH, deleteMasterExpenseType as hI, getMasterExpenseTypeCache as hJ, type MasterTyreGrade as hK, MasterTyreGradeSchema as hL, type MasterTyreGradeDTO as hM, MasterTyreGradeQuerySchema as hN, type MasterTyreGradeQueryDTO as hO, toMasterTyreGradePayload as hP, newMasterTyreGradePayload as hQ, findMasterTyreGrades as hR, createMasterTyreGrade as hS, updateMasterTyreGrade as hT, deleteMasterTyreGrade as hU, getMasterTyreGradeCache as hV, getMasterTyreGradeCacheCount as hW, type MasterTyreModel as hX, MasterTyreModelSchema as hY, type MasterTyreModelDTO as hZ, MasterTyreModelQuerySchema as h_, newUserPayload as ha, toUserPayload as hb, findUsers as hc, createUser as hd, updateUser as he, deleteUser as hf, getUserCache as hg, getUserCacheSimple as hh, getUserPresignedUrl as hi, updateUserDefaultLanguage as hj, updateUserDefaultTimezone as hk, updateUserDefaultDateformat as hl, type MasterExpenseName as hm, MasterExpenseNameSchema as hn, type MasterExpenseNameDTO as ho, MasterExpenseNameQuerySchema as hp, type MasterExpenseNameQueryDTO as hq, toMasterExpenseNamePayload as hr, newMasterExpenseNamePayload as hs, findMasterExpenseNames as ht, createMasterExpenseName as hu, updateMasterExpenseName as hv, deleteMasterExpenseName as hw, getMasterExpenseNameCache as hx, type MasterExpenseType as hy, MasterExpenseTypeSchema as hz, MasterMainIndustrySchema as i, MasterFleetInsuranceClaimStatusQuerySchema as i$, toMasterTyreModelPayload as i0, newMasterTyreModelPayload as i1, findMasterTyreModels as i2, createMasterTyreModel as i3, updateMasterTyreModel as i4, deleteMasterTyreModel as i5, getMasterTyreModelCache as i6, getMasterTyreModelCacheCount as i7, type MasterTyreMake as i8, MasterTyreMakeSchema as i9, type MasterFleetIncidentStatus as iA, MasterFleetIncidentStatusSchema as iB, type MasterFleetIncidentStatusDTO as iC, MasterFleetIncidentStatusQuerySchema as iD, type MasterFleetIncidentStatusQueryDTO as iE, toMasterFleetIncidentStatusPayload as iF, newMasterFleetIncidentStatusPayload as iG, findMasterFleetIncidentStatuses as iH, createMasterFleetIncidentStatus as iI, updateMasterFleetIncidentStatus as iJ, deleteMasterFleetIncidentStatus as iK, getMasterFleetIncidentStatusCache as iL, type MasterFleetIncidentSeverity as iM, MasterFleetIncidentSeveritySchema as iN, type MasterFleetIncidentSeverityDTO as iO, MasterFleetIncidentSeverityQuerySchema as iP, type MasterFleetIncidentSeverityQueryDTO as iQ, toMasterFleetIncidentSeverityPayload as iR, newMasterFleetIncidentSeverityPayload as iS, findMasterFleetIncidentSeverities as iT, createMasterFleetIncidentSeverity as iU, updateMasterFleetIncidentSeverity as iV, deleteMasterFleetIncidentSeverity as iW, getMasterFleetIncidentSeverityCache as iX, type MasterFleetInsuranceClaimStatus as iY, MasterFleetInsuranceClaimStatusSchema as iZ, type MasterFleetInsuranceClaimStatusDTO as i_, type MasterTyreMakeDTO as ia, MasterTyreMakeQuerySchema as ib, type MasterTyreMakeQueryDTO as ic, toMasterTyreMakePayload as id, newMasterTyreMakePayload as ie, findMasterTyreMakes as ig, createMasterTyreMake as ih, updateMasterTyreMake as ii, deleteMasterTyreMake as ij, getMasterTyreMakeCache as ik, getMasterTyreMakeCacheCount as il, getMasterTyreMakeCacheChild as im, type MasterFleetIncidentType as io, MasterFleetIncidentTypeSchema as ip, type MasterFleetIncidentTypeDTO as iq, MasterFleetIncidentTypeQuerySchema as ir, type MasterFleetIncidentTypeQueryDTO as is, toMasterFleetIncidentTypePayload as it, newMasterFleetIncidentTypePayload as iu, findMasterFleetIncidentTypes as iv, createMasterFleetIncidentType as iw, updateMasterFleetIncidentType as ix, deleteMasterFleetIncidentType as iy, getMasterFleetIncidentTypeCache as iz, type MasterMainIndustryDTO as j, newMasterSparePartCategoryPayload as j$, type MasterFleetInsuranceClaimStatusQueryDTO as j0, toMasterFleetInsuranceClaimStatusPayload as j1, newMasterFleetInsuranceClaimStatusPayload as j2, findMasterFleetInsuranceClaimStatuses as j3, createMasterFleetInsuranceClaimStatus as j4, updateMasterFleetInsuranceClaimStatus as j5, deleteMasterFleetInsuranceClaimStatus as j6, getMasterFleetInsuranceClaimStatusCache as j7, type MasterFleetServiceTask as j8, MasterFleetServiceTaskSchema as j9, type MasterVendorTypeQueryDTO as jA, toMasterVendorTypePayload as jB, newMasterVendorTypePayload as jC, findMasterVendorTypes as jD, createMasterVendorType as jE, updateMasterVendorType as jF, deleteMasterVendorType as jG, getMasterVendorTypeCache as jH, type MasterSparePartSubCategory as jI, MasterSparePartSubCategorySchema as jJ, type MasterSparePartSubCategoryDTO as jK, SparePartSubCategoryQuerySchema as jL, type SparePartSubCategoryQueryDTO as jM, toMasterSparePartSubCategoryPayload as jN, newMasterSparePartSubCategoryPayload as jO, findMasterSparePartSubCategories as jP, createMasterSparePartSubCategory as jQ, updateMasterSparePartSubCategory as jR, deleteMasterSparePartSubCategory as jS, getMasterSparePartSubCategoryCache as jT, getMasterSparePartSubCategoryCacheCount as jU, type MasterSparePartCategory as jV, MasterSparePartCategorySchema as jW, type MasterSparePartCategoryDTO as jX, SparePartCategoryQuerySchema as jY, type SparePartCategoryQueryDTO as jZ, toMasterSparePartCategoryPayload as j_, type MasterFleetServiceTaskDTO as ja, MasterFleetServiceTaskQuerySchema as jb, type MasterFleetServiceTaskQueryDTO as jc, toMasterFleetServiceTaskPayload as jd, newMasterFleetServiceTaskPayload as je, findMasterFleetServiceTasks as jf, createMasterFleetServiceTask as jg, updateMasterFleetServiceTask as jh, deleteMasterFleetServiceTask as ji, getMasterFleetServiceTaskCache as jj, type MasterTripPartyType as jk, MasterTripPartyTypeSchema as jl, type MasterTripPartyTypeDTO as jm, MasterTripPartyTypeQuerySchema as jn, type MasterTripPartyTypeQueryDTO as jo, toMasterTripPartyTypePayload as jp, newMasterTripPartyTypePayload as jq, findMasterTripPartyTypes as jr, createMasterTripPartyType as js, updateMasterTripPartyType as jt, deleteMasterTripPartyType as ju, getMasterTripPartyTypeCache as jv, type MasterVendorType as jw, MasterVendorTypeSchema as jx, type MasterVendorTypeDTO as jy, MasterVendorTypeQuerySchema as jz, MasterMainIndustryQuerySchema as k, findMasterSparePartCategories as k0, createMasterSparePartCategory as k1, updateMasterSparePartCategory as k2, deleteMasterSparePartCategory as k3, getMasterSparePartCategoryCache as k4, getMasterSparePartCategoryCacheChild as k5, getMasterSparePartCategoryCacheCount as k6, type MasterSparePartUnit as k7, MasterSparePartUnitSchema as k8, type MasterSparePartUnitDTO as k9, SparePartUnitQuerySchema as ka, type SparePartUnitQueryDTO as kb, toMasterSparePartUnitPayload as kc, newMasterSparePartUnitPayload as kd, findMasterSparePartUnits as ke, createMasterSparePartUnit as kf, updateMasterSparePartUnit as kg, deleteMasterSparePartUnit as kh, getMasterSparePartUnitCache as ki, getMasterSparePartUnitCacheCount as kj, type UserOrganisationSimple as kk, UserOrganisationSchema as kl, type UserOrganisationDTO as km, UserOrganisationQuerySchema as kn, type UserOrganisationQueryDTO as ko, toUserOrganisationPayload as kp, newUserOrganisationPayload as kq, findUserOrganisations as kr, createUserOrganisation as ks, updateUserOrganisation as kt, deleteUserOrganisation as ku, getUserOrganisationCache as kv, getUserOrganisationCacheSimple as kw, getUserOrganisationPresignedUrl as kx, type MasterMainIndustryQueryDTO as l, findMasterMainIndustrys as m, newMasterMainIndustryPayload as n, createMasterMainIndustry as o, deleteMasterMainIndustry as p, getMasterMainIndustryCache as q, type MasterMainCurrency as r, MasterMainCurrencySchema as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, type MasterMainCurrencyDTO as v, MasterMainCurrencyQuerySchema as w, type MasterMainCurrencyQueryDTO as x, toMasterMainCurrencyPayload as y, newMasterMainCurrencyPayload as z };
6186
+ export { createMasterMainState as $, findMasterMainCurrencies as A, createMasterMainCurrency as B, updateMasterMainCurrency as C, deleteMasterMainCurrency as D, getMasterMainCurrencyCache as E, type MasterMainTimeZone as F, MasterMainTimeZoneSchema as G, type MasterMainTimeZoneDTO as H, MasterMainTimeZoneQuerySchema as I, type MasterMainTimeZoneQueryDTO as J, toMasterMainTimeZonePayload as K, newMasterMainTimeZonePayload as L, type MasterVehicle as M, findMasterMainTimeZones as N, type OrganisationBranch as O, createMasterMainTimeZone as P, updateMasterMainTimeZone as Q, deleteMasterMainTimeZone as R, getMasterMainTimeZoneCache as S, MasterMainStateSchema as T, type UserOrganisation as U, type MasterMainStateDTO as V, MasterMainStateQuerySchema as W, type MasterMainStateQueryDTO as X, toMasterMainStatePayload as Y, newMasterMainStatePayload as Z, findMasterMainStates as _, type User as a, type AssignRemoveDriverHistory as a$, updateMasterMainState as a0, deleteMasterMainState as a1, getMasterMainStateCache as a2, MasterMainCountrySchema as a3, type MasterMainCountryDTO as a4, MasterMainCountryQuerySchema as a5, type MasterMainCountryQueryDTO as a6, toMasterMainCountryPayload as a7, newMasterMainCountryPayload as a8, findMasterMainCountries as a9, updateMasterMainUnitDistance as aA, deleteMasterMainUnitDistance as aB, getMasterMainUnitDistanceCache as aC, type MasterMainUnitMileage as aD, MasterMainUnitMileageSchema as aE, type MasterMainUnitMileageDTO as aF, MasterMainUnitMileageQuerySchema as aG, type MasterMainUnitMileageQueryDTO as aH, toMasterMainUnitMileagePayload as aI, newMasterMainUnitMileagePayload as aJ, findMasterMainUnitMileages as aK, createMasterMainUnitMileage as aL, updateMasterMainUnitMileage as aM, deleteMasterMainUnitMileage as aN, getMasterMainUnitMileageCache as aO, type MasterMainUnitVolume as aP, MasterMainUnitVolumeSchema as aQ, type MasterMainUnitVolumeDTO as aR, MasterMainUnitVolumeQuerySchema as aS, type MasterMainUnitVolumeQueryDTO as aT, toMasterMainUnitVolumePayload as aU, newMasterMainUnitVolumePayload as aV, findMasterMainUnitVolumes as aW, createMasterMainUnitVolume as aX, updateMasterMainUnitVolume as aY, deleteMasterMainUnitVolume as aZ, getMasterMainUnitVolumeCache as a_, createMasterMainCountry as aa, updateMasterMainCountry as ab, deleteMasterMainCountry as ac, getMasterMainCountryCache as ad, getMasterMainCountryCacheChild as ae, type MasterMainDateFormat as af, MasterMainDateFormatSchema as ag, type MasterMainDateFormatDTO as ah, MasterMainDateFormatQuerySchema as ai, type MasterMainDateFormatQueryDTO as aj, toMasterMainDateFormatPayload as ak, newMasterMainDateFormatPayload as al, findMasterMainDateFormats as am, createMasterMainDateFormat as an, updateMasterMainDateFormat as ao, deleteMasterMainDateFormat as ap, getMasterMainDateFormatCache as aq, type MasterMainUnitDistance as ar, MasterMainUnitDistanceSchema as as, type MasterMainUnitDistanceDTO as at, MasterMainUnitDistanceQuerySchema as au, type MasterMainUnitDistanceQueryDTO as av, toMasterMainUnitDistancePayload as aw, newMasterMainUnitDistancePayload as ax, findMasterMainUnitDistances as ay, createMasterMainUnitDistance as az, type MasterDriver as b, findMasterSims as b$, MasterDriverSchema as b0, type MasterDriverDTO as b1, DriverQuerySchema as b2, type DriverQueryDTO as b3, toDriverPayload as b4, newDriverPayload as b5, findDrivers as b6, createDriver as b7, updateDriver as b8, deleteDriver as b9, updateMasterDeviceModel as bA, deleteMasterDeviceModel as bB, getMasterDeviceModelCache as bC, getMasterDeviceModelCacheCount as bD, getMasterDeviceModelCacheChild as bE, type MasterDeviceManufacturer as bF, MasterDeviceManufacturerSchema as bG, type MasterDeviceManufacturerDTO as bH, MasterDeviceManufacturerQuerySchema as bI, type MasterDeviceManufacturerQueryDTO as bJ, toMasterDeviceManufacturerPayload as bK, newMasterDeviceManufacturerPayload as bL, findMasterDeviceManufacturers as bM, createMasterDeviceManufacturer as bN, updateMasterDeviceManufacturer as bO, deleteMasterDeviceManufacturer as bP, getMasterDeviceManufacturerCache as bQ, getMasterDeviceManufacturerCacheCount as bR, getMasterDeviceManufacturerCacheChild as bS, type MasterSim as bT, type AssignRemoveSimHistory as bU, MasterSimSchema as bV, type MasterSimDTO as bW, MasterSimQuerySchema as bX, type MasterSimQueryDTO as bY, toMasterSimPayload as bZ, newMasterSimPayload as b_, getPresignedUrlForDriver as ba, getDriverCache as bb, getDriverSimpleCache as bc, type MasterDeviceType as bd, MasterDeviceTypeSchema as be, type MasterDeviceTypeDTO as bf, MasterDeviceTypeQuerySchema as bg, type MasterDeviceTypeQueryDTO as bh, toMasterDeviceTypePayload as bi, newMasterDeviceTypePayload as bj, findMasterDeviceTypes as bk, createMasterDeviceType as bl, updateMasterDeviceType as bm, deleteMasterDeviceType as bn, getMasterDeviceTypeCache as bo, getMasterDeviceTypeCacheCount as bp, getMasterDeviceTypeCacheChild as bq, type MasterDeviceModel as br, MasterDeviceModelSchema as bs, type MasterDeviceModelDTO as bt, MasterDeviceModelQuerySchema as bu, type MasterDeviceModelQueryDTO as bv, toMasterDeviceModelPayload as bw, newMasterDeviceModelPayload as bx, findMasterDeviceModels as by, createMasterDeviceModel as bz, type MasterDevice as c, type OrganisationTagDTO as c$, createMasterSim as c0, updateMasterSim as c1, deleteMasterSim as c2, type AssignRemoveDeviceHistory as c3, MasterDeviceSchema as c4, type MasterDeviceDTO as c5, MasterDeviceQuerySchema as c6, type MasterDeviceQueryDTO as c7, DeviceSimLinkSchema as c8, type DeviceSimLinkDTO as c9, OrganisationBranchQuerySchema as cA, type OrganisationBranchQueryDTO as cB, toOrganisationBranchPayload as cC, newOrganisationBranchPayload as cD, findOrganisationBranchs as cE, createOrganisationBranch as cF, updateOrganisationBranch as cG, deleteOrganisationBranch as cH, getOrganisationBranchCache as cI, getOrganisationBranchCacheCount as cJ, getOrganisationBranchCacheChild as cK, type OrganisationColor as cL, OrganisationColorSchema as cM, type OrganisationColorDTO as cN, OrganisationColorQuerySchema as cO, type OrganisationColorQueryDTO as cP, toOrganisationColorPayload as cQ, newOrganisationColorPayload as cR, findOrganisationColors as cS, createOrganisationColor as cT, updateOrganisationColor as cU, deleteOrganisationColor as cV, getOrganisationColorCache as cW, getOrganisationColorCacheCount as cX, getOrganisationColorCacheChild as cY, type OrganisationTag as cZ, OrganisationTagSchema as c_, toMasterDevicePayload as ca, newMasterDevicePayload as cb, findMasterDevices as cc, createMasterDevice as cd, updateMasterDevice as ce, deleteMasterDevice as cf, device_sim_link as cg, device_sim_unlink as ch, get_device_sim_link_history_by_sim as ci, get_device_sim_link_history_by_device as cj, type OrganisationSubCompany as ck, OrganisationSubCompanySchema as cl, type OrganisationSubCompanyDTO as cm, OrganisationSubCompanyQuerySchema as cn, type OrganisationSubCompanyQueryDTO as co, toOrganisationSubCompanyPayload as cp, newOrganisationSubCompanyPayload as cq, findOrganisationSubCompanyies as cr, createOrganisationSubCompany as cs, updateOrganisationSubCompany as ct, deleteOrganisationSubCompany as cu, getOrganisationSubCompanyCache as cv, getOrganisationSubCompanyCacheCount as cw, getOrganisationSubCompanyCacheChild as cx, OrganisationBranchSchema as cy, type OrganisationBranchDTO as cz, type MasterVehicleFuelType as d, createMasterVehicleMake as d$, OrganisationTagQuerySchema as d0, type OrganisationTagQueryDTO as d1, toOrganisationTagPayload as d2, newOrganisationTagPayload as d3, findOrganisationTags as d4, createOrganisationTag as d5, updateOrganisationTag as d6, deleteOrganisationTag as d7, getOrganisationTagCache as d8, getOrganisationTagCacheCount as d9, updateMasterVehicleSubModel as dA, deleteMasterVehicleSubModel as dB, getMasterVehicleSubModelCache as dC, getMasterVehicleSubModelCacheCount as dD, getMasterVehicleSubModelCacheChild as dE, type MasterVehicleModel as dF, MasterVehicleModelSchema as dG, type MasterVehicleModelDTO as dH, MasterVehicleModelQuerySchema as dI, type MasterVehicleModelQueryDTO as dJ, toMasterVehicleModelPayload as dK, newMasterVehicleModelPayload as dL, findMasterVehicleModels as dM, createMasterVehicleModel as dN, updateMasterVehicleModel as dO, deleteMasterVehicleModel as dP, getMasterVehicleModelCache as dQ, getMasterVehicleModelCacheCount as dR, getMasterVehicleModelCacheChild as dS, type MasterVehicleMake as dT, MasterVehicleMakeSchema as dU, type MasterVehicleMakeDTO as dV, MasterVehicleMakeQuerySchema as dW, type MasterVehicleMakeQueryDTO as dX, toMasterVehicleMakePayload as dY, newMasterVehicleMakePayload as dZ, findMasterVehicleMakes as d_, getOrganisationTagCacheChild as da, type OrganisationGroup as db, type VehicleOrganisationGroupLink as dc, OrganisationGroupSchema as dd, type OrganisationGroupDTO as de, OrganisationGroupQuerySchema as df, type OrganisationGroupQueryDTO as dg, toOrganisationGroupPayload as dh, newOrganisationGroupPayload as di, findOrganisationGroups as dj, createOrganisationGroup as dk, updateOrganisationGroup as dl, deleteOrganisationGroup as dm, getOrganisationGroupCache as dn, getOrganisationGroupCacheCount as dp, getOrganisationGroupCacheChild as dq, type MasterVehicleSubModel as dr, MasterVehicleSubModelSchema as ds, type MasterVehicleSubModelDTO as dt, MasterVehicleSubModelQuerySchema as du, type MasterVehicleSubModelQueryDTO as dv, toMasterVehicleSubModelPayload as dw, newMasterVehicleSubModelPayload as dx, findMasterVehicleSubModels as dy, createMasterVehicleSubModel as dz, type MasterVehicleFuelUnit as e, MasterVehicleAssociatedToQuerySchema as e$, updateMasterVehicleMake as e0, deleteMasterVehicleMake as e1, getMasterVehicleMakeCache as e2, getMasterVehicleMakeCacheCount as e3, getMasterVehicleMakeCacheChild as e4, type MasterVehicleStatusType as e5, MasterVehicleStatusTypeSchema as e6, type MasterVehicleStatusTypeDTO as e7, MasterVehicleStatusTypeQuerySchema as e8, type MasterVehicleStatusTypeQueryDTO as e9, MasterVehicleTypeQuerySchema as eA, type MasterVehicleTypeQueryDTO as eB, toMasterVehicleTypePayload as eC, newMasterVehicleTypePayload as eD, findMasterVehicleTypes as eE, createMasterVehicleType as eF, updateMasterVehicleType as eG, deleteMasterVehicleType as eH, getMasterVehicleTypeCache as eI, getMasterVehicleTypeCacheCount as eJ, getMasterVehicleTypeCacheChild as eK, MasterVehicleFuelTypeSchema as eL, type MasterVehicleFuelTypeDTO as eM, MasterVehicleFuelTypeQuerySchema as eN, type MasterVehicleFuelTypeQueryDTO as eO, toMasterVehicleFuelTypePayload as eP, newMasterVehicleFuelTypePayload as eQ, findMasterVehicleFuelTypes as eR, createMasterVehicleFuelType as eS, updateMasterVehicleFuelType as eT, deleteMasterVehicleFuelType as eU, getMasterVehicleFuelTypeCache as eV, getMasterVehicleFuelTypeCacheCount as eW, getMasterVehicleFuelTypeCacheChild as eX, type MasterVehicleAssociatedTo as eY, MasterVehicleAssociatedToSchema as eZ, type MasterVehicleAssociatedToDTO as e_, toMasterVehicleStatusTypePayload as ea, newMasterVehicleStatusTypePayload as eb, findMasterVehicleStatusTypes as ec, createMasterVehicleStatusType as ed, updateMasterVehicleStatusType as ee, deleteMasterVehicleStatusType as ef, getMasterVehicleStatusTypeCache as eg, getMasterVehicleStatusTypeCacheCount as eh, getMasterVehicleStatusTypeCacheChild as ei, type MasterVehicleOwnershipType as ej, MasterVehicleOwnershipTypeSchema as ek, type MasterVehicleOwnershipTypeDTO as el, MasterVehicleOwnershipTypeQuerySchema as em, type MasterVehicleOwnershipTypeQueryDTO as en, toMasterVehicleOwnershipTypePayload as eo, newMasterVehicleOwnershipTypePayload as ep, findMasterVehicleOwnershipTypes as eq, createMasterVehicleOwnershipType as er, updateMasterVehicleOwnershipType as es, deleteMasterVehicleOwnershipType as et, getMasterVehicleOwnershipTypeCache as eu, getMasterVehicleOwnershipTypeCacheCount as ev, getMasterVehicleOwnershipTypeCacheChild as ew, type MasterVehicleType as ex, MasterVehicleTypeSchema as ey, type MasterVehicleTypeDTO as ez, type MasterMainCountry as f, findVehicles as f$, type MasterVehicleAssociatedToQueryDTO as f0, toMasterVehicleAssociatedToPayload as f1, newMasterVehicleAssociatedToPayload as f2, findMasterVehicleAssociatedTos as f3, createMasterVehicleAssociatedTo as f4, updateMasterVehicleAssociatedTo as f5, deleteMasterVehicleAssociatedTo as f6, getMasterVehicleAssociatedToCache as f7, getMasterVehicleAssociatedToCacheCount as f8, getMasterVehicleAssociatedToCacheChild as f9, type VehicleDriverLinkDTO as fA, SimpleFindQuerySchema as fB, type SimpleFindQueryDTO as fC, VehicleDetailBodySchema as fD, type VehicleDetailBodyDTO as fE, VehicleDetailGPSMainSchema as fF, type VehicleDetailGPSMainDTO as fG, VehicleDetailGPSDataSchema as fH, type VehicleDetailGPSDataDTO as fI, VehicleDetailGPSAnalyticsSchema as fJ, type VehicleDetailGPSAnalyticsDTO as fK, VehicleDetailLifeCycleSchema as fL, type VehicleDetailLifeCycleDto as fM, VehicleDetailPurchaseSchema as fN, type VehicleDetailPurchaseDTO as fO, VehicleDetailTripSchema as fP, type VehicleDetailTripDTO as fQ, VehicleQuerySchema as fR, type VehicleQueryDTO as fS, VehicleGPSQuerySchema as fT, type VehicleGPSQueryDTO as fU, toVehiclePayload as fV, newVehiclePayload as fW, toVehicleDetailsGPSPayload as fX, toVehicleDetailsBodyPayload as fY, toVehicleDetailPurchasePayload as fZ, toVehicleDetailLifeCyclePayload as f_, MasterVehicleFuelUnitSchema as fa, type MasterVehicleFuelUnitDTO as fb, MasterVehicleFuelUnitQuerySchema as fc, type MasterVehicleFuelUnitQueryDTO as fd, toMasterVehicleFuelUnitPayload as fe, newMasterVehicleFuelUnitPayload as ff, findMasterVehicleFuelUnits as fg, createMasterVehicleFuelUnit as fh, updateMasterVehicleFuelUnit as fi, deleteMasterVehicleFuelUnit as fj, getMasterVehicleFuelUnitCache as fk, getMasterVehicleFuelUnitCacheCount as fl, getMasterVehicleFuelUnitCacheChild as fm, type MasterVehicleDropdown as fn, type VehicleDetailBody as fo, type VehicleDetailLifeCycle as fp, type VehicleDetailPurchase as fq, type VehicleDetailGPS as fr, type VehicleDetailTrip as fs, VehicleSchema as ft, type VehicleDTO as fu, VehicleDeviceLinkSchema as fv, type VehicleDeviceLinkDTO as fw, VehicleDeviceUnlinkSchema as fx, type VehicleDeviceUnlinkDTO as fy, VehicleDriverLinkSchema as fz, type MasterMainState as g, type UserVehicleLink as g$, findVehiclesLiveDashboard as g0, findVehicleGPSDetails as g1, createVehicle as g2, updateVehicle as g3, deleteVehicle as g4, updateVehicleBodyDetails as g5, updateVehicleLifeCycleDetails as g6, updateVehiclePurchaseDetails as g7, updateVehicleGPSDetailsMain as g8, updateVehicleGPSDetailsData as g9, getMasterUserRoleCache as gA, getMasterUserRoleCacheCount as gB, type MasterUserStatus as gC, MasterUserStatusSchema as gD, type MasterUserStatusDTO as gE, MasterUserStatusQuerySchema as gF, type MasterUserStatusQueryDTO as gG, toMasterUserStatusPayload as gH, newMasterUserStatusPayload as gI, findMasterUserStatuses as gJ, createMasterUserStatus as gK, updateMasterUserStatus as gL, deleteMasterUserStatus as gM, getMasterUserStatusCache as gN, getMasterUserStatusCacheCount as gO, type MasterMainLanguage as gP, MasterMainLanguageSchema as gQ, type MasterMainLanguageDTO as gR, MasterMainLanguageQuerySchema as gS, type MasterMainLanguageQueryDTO as gT, toMasterMainLanguagePayload as gU, newMasterMainLanguagePayload as gV, findMasterMainLanguages as gW, createMasterMainLanguage as gX, updateMasterMainLanguage as gY, deleteMasterMainLanguage as gZ, getMasterMainLanguageCache as g_, updateVehicleGPSDetailsAnalytics as ga, updateVehicleTripDetails as gb, linkDriverToVehicle as gc, unlinkDriverFromVehicle as gd, getDriverLinkHistoryByVehicle as ge, getDriverLinkHistoryByDriver as gf, linkDeviceToVehicle as gg, unlinkDeviceFromVehicle as gh, getDeviceLinkHistoryByVehicle as gi, getDeviceLinkHistoryByDevice as gj, getVehicleCache as gk, getVehicleSimpleCache as gl, getVehicleSimpleDropdownCustom as gm, getVehicleSimpleDropdownCacheLiveData as gn, getVehicleParentCache as go, type MasterUserRole as gp, MasterUserRoleSchema as gq, type MasterUserRoleDTO as gr, MasterUserRoleQuerySchema as gs, type MasterUserRoleQueryDTO as gt, toMasterUserRolePayload as gu, newMasterUserRolePayload as gv, findMasterUserRoles as gw, createMasterUserRole as gx, updateMasterUserRole as gy, deleteMasterUserRole as gz, type MasterMainIndustry as h, CreateUserSchema as h0, type CreateUserDTO as h1, UserQuerySchema as h2, type UserQueryDTO as h3, UserDefaultLanguageSchema as h4, type UserDefaultLanguageDTO as h5, UserDefaultTimeZoneSchema as h6, type UserDefaultTimeZoneDTO as h7, UserDefaultDateFormatSchema as h8, type UserDefaultDateFormatDTO as h9, newUserPayload as ha, toUserPayload as hb, findUsers as hc, createUser as hd, updateUser as he, deleteUser as hf, getUserCache as hg, getUserCacheSimple as hh, getUserPresignedUrl as hi, updateUserDefaultLanguage as hj, updateUserDefaultTimezone as hk, updateUserDefaultDateformat as hl, type UserOrganisationSimple as hm, UserOrganisationSchema as hn, type UserOrganisationDTO as ho, UserOrganisationQuerySchema as hp, type UserOrganisationQueryDTO as hq, toUserOrganisationPayload as hr, newUserOrganisationPayload as hs, findUserOrganisations as ht, createUserOrganisation as hu, updateUserOrganisation as hv, deleteUserOrganisation as hw, getUserOrganisationCache as hx, getUserOrganisationCacheSimple as hy, getUserOrganisationPresignedUrl as hz, MasterMainIndustrySchema as i, type MasterMainIndustryDTO as j, MasterMainIndustryQuerySchema as k, type MasterMainIndustryQueryDTO as l, findMasterMainIndustrys as m, newMasterMainIndustryPayload as n, createMasterMainIndustry as o, deleteMasterMainIndustry as p, getMasterMainIndustryCache as q, type MasterMainCurrency as r, MasterMainCurrencySchema as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, type MasterMainCurrencyDTO as v, MasterMainCurrencyQuerySchema as w, type MasterMainCurrencyQueryDTO as x, toMasterMainCurrencyPayload as y, newMasterMainCurrencyPayload as z };