vms-nest-prisma-api-document 196.0.0 → 197.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 (89) hide show
  1. package/dist/services/account/bookmark_service.d.ts +11 -11
  2. package/dist/services/account/notification_preferences.service.d.ts +18 -18
  3. package/dist/services/account/report_preferences.service.d.ts +7 -7
  4. package/dist/services/account/ticket_service.d.ts +1 -1
  5. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  6. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  7. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  8. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
  10. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +17 -17
  11. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +45 -45
  12. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +30 -30
  13. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +3 -3
  14. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  15. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  16. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  17. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
  18. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
  19. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  20. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  21. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  22. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  23. package/dist/services/main/users/auth_service.d.ts +10 -1
  24. package/dist/services/main/users/auth_service.js +6 -3
  25. package/dist/services/main/users/user_admin_service.d.ts +3 -3
  26. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  27. package/dist/services/main/users/user_service.d.ts +1 -1
  28. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  29. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  30. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  31. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  32. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  33. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  34. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  35. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  36. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  37. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  38. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  39. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  40. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  41. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  42. package/dist/services/master/expense/master_fuel_company_service.d.ts +6 -6
  43. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +3 -3
  44. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  45. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  46. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  47. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  48. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  49. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  50. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  51. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  52. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  53. package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
  54. package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
  55. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  56. package/dist/services/master/main/master_main_landmark_service.d.ts +5 -5
  57. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  58. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  59. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  61. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  62. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  63. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  64. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  65. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  66. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  67. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  68. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  69. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +9 -9
  70. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  71. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  72. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  73. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  74. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  75. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  76. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  77. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  78. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  79. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +3 -3
  80. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  81. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  82. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  83. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  86. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  87. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  88. package/package.json +1 -1
  89. package/dist/{user_organisation_service-Bbr1S3XY.d.ts → user_organisation_service-ByNU_GlC.d.ts} +29 -29
@@ -1,6 +1,6 @@
1
1
  import { BR, SBR } from '../../../core/BaseResponse.js';
2
2
  import { z } from 'zod';
3
- import { a as User, b as MasterDriver } from '../../../user_organisation_service-Bbr1S3XY.js';
3
+ import { a as User, b as MasterDriver } from '../../../user_organisation_service-ByNU_GlC.js';
4
4
  import { UserAdmin } from './user_admin_service.js';
5
5
  import { LoginFrom } from '../../../core/Enums.js';
6
6
  import '../../../zod_utils/zod_base_schema.js';
@@ -22,14 +22,17 @@ declare const UserChangePasswordSchema: z.ZodObject<{
22
22
  user_id: z.ZodEffects<z.ZodString, string, string>;
23
23
  old_password: z.ZodEffects<z.ZodString, string, string>;
24
24
  new_password: z.ZodEffects<z.ZodString, string, string>;
25
+ confirm_new_password: z.ZodEffects<z.ZodString, string, string>;
25
26
  }, "strip", z.ZodTypeAny, {
26
27
  user_id: string;
27
28
  old_password: string;
28
29
  new_password: string;
30
+ confirm_new_password: string;
29
31
  }, {
30
32
  user_id: string;
31
33
  old_password: string;
32
34
  new_password: string;
35
+ confirm_new_password: string;
33
36
  }>;
34
37
  type UserChangePasswordDTO = z.infer<typeof UserChangePasswordSchema>;
35
38
  declare const UserLoginSchema: z.ZodObject<{
@@ -91,13 +94,16 @@ declare const DriverChangePasswordSchema: z.ZodObject<{
91
94
  driver_id: z.ZodEffects<z.ZodString, string, string>;
92
95
  old_password: z.ZodEffects<z.ZodString, string, string>;
93
96
  new_password: z.ZodEffects<z.ZodString, string, string>;
97
+ confirm_new_password: z.ZodEffects<z.ZodString, string, string>;
94
98
  }, "strip", z.ZodTypeAny, {
95
99
  old_password: string;
96
100
  new_password: string;
101
+ confirm_new_password: string;
97
102
  driver_id: string;
98
103
  }, {
99
104
  old_password: string;
100
105
  new_password: string;
106
+ confirm_new_password: string;
101
107
  driver_id: string;
102
108
  }>;
103
109
  type DriverChangePasswordDTO = z.infer<typeof DriverChangePasswordSchema>;
@@ -163,13 +169,16 @@ declare const AdminChangePasswordSchema: z.ZodObject<{
163
169
  admin_id: z.ZodEffects<z.ZodString, string, string>;
164
170
  old_password: z.ZodEffects<z.ZodString, string, string>;
165
171
  new_password: z.ZodEffects<z.ZodString, string, string>;
172
+ confirm_new_password: z.ZodEffects<z.ZodString, string, string>;
166
173
  }, "strip", z.ZodTypeAny, {
167
174
  old_password: string;
168
175
  new_password: string;
176
+ confirm_new_password: string;
169
177
  admin_id: string;
170
178
  }, {
171
179
  old_password: string;
172
180
  new_password: string;
181
+ confirm_new_password: string;
173
182
  admin_id: string;
174
183
  }>;
175
184
  type AdminChangePasswordDTO = z.infer<typeof AdminChangePasswordSchema>;
@@ -66,7 +66,8 @@ var ENDPOINTS = {
66
66
  var UserChangePasswordSchema = z2.object({
67
67
  user_id: stringUUIDMandatory("user_id"),
68
68
  old_password: stringMandatory("Old Password", 3, 20),
69
- new_password: stringMandatory("New Password Size", 3, 20)
69
+ new_password: stringMandatory("New Password Size", 3, 20),
70
+ confirm_new_password: stringMandatory("New Password Size", 3, 20)
70
71
  });
71
72
  var UserLoginSchema = z2.object({
72
73
  identifier: stringMandatory("Identifier", 3, 100),
@@ -90,7 +91,8 @@ var UserLogoutSchema = z2.object({
90
91
  var DriverChangePasswordSchema = z2.object({
91
92
  driver_id: stringUUIDMandatory("driver_id"),
92
93
  old_password: stringMandatory("Old Password", 3, 20),
93
- new_password: stringMandatory("New Password Size", 3, 20)
94
+ new_password: stringMandatory("New Password Size", 3, 20),
95
+ confirm_new_password: stringMandatory("New Password Size", 3, 20)
94
96
  });
95
97
  var DriverLoginSchema = z2.object({
96
98
  organisation_id: stringUUIDMandatory("organisation_id"),
@@ -115,7 +117,8 @@ var DriverLogoutSchema = z2.object({
115
117
  var AdminChangePasswordSchema = z2.object({
116
118
  admin_id: stringUUIDMandatory("admin_id"),
117
119
  old_password: stringMandatory("Old Password", 3, 20),
118
- new_password: stringMandatory("New Password Size", 3, 20)
120
+ new_password: stringMandatory("New Password Size", 3, 20),
121
+ confirm_new_password: stringMandatory("New Password Size", 3, 20)
119
122
  });
120
123
  var AdminLoginSchema = z2.object({
121
124
  identifier: stringMandatory("Identifier", 3, 100),
@@ -2,7 +2,7 @@ import { AdminRole, Status, LoginFrom, PAGING, LoadParents, LoadChild, LoadChild
2
2
  import { FBR, SBR, BR, AWSPresignedUrl, BaseCommonFile } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
4
  import { FilePresignedUrlDTO } from '../../../zod_utils/zod_base_schema.js';
5
- import { a as User, U as UserOrganisation } from '../../../user_organisation_service-Bbr1S3XY.js';
5
+ import { a as User, U as UserOrganisation } from '../../../user_organisation_service-ByNU_GlC.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
8
8
  interface UserAdmin extends Record<string, unknown> {
@@ -473,6 +473,7 @@ declare const TicketQuerySchema: z.ZodObject<{
473
473
  ticket_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TicketStatus>, "many">>>;
474
474
  }, "strip", z.ZodTypeAny, {
475
475
  status: Status[];
476
+ user_ids: string[];
476
477
  search: string;
477
478
  paging: PAGING;
478
479
  page_count: number;
@@ -494,7 +495,6 @@ declare const TicketQuerySchema: z.ZodObject<{
494
495
  date_format_id: string;
495
496
  time_zone_id: string;
496
497
  organisation_ids: string[];
497
- user_ids: string[];
498
498
  admin_ids: string[];
499
499
  ticket_status: TicketStatus[];
500
500
  ticket_ids: string[];
@@ -502,6 +502,7 @@ declare const TicketQuerySchema: z.ZodObject<{
502
502
  date_format_id: string;
503
503
  time_zone_id: string;
504
504
  status?: Status[] | undefined;
505
+ user_ids?: string[] | undefined;
505
506
  search?: string | undefined;
506
507
  paging?: PAGING | undefined;
507
508
  page_count?: unknown;
@@ -521,7 +522,6 @@ declare const TicketQuerySchema: z.ZodObject<{
521
522
  }[] | undefined;
522
523
  include_master_data?: YesNo | undefined;
523
524
  organisation_ids?: string[] | undefined;
524
- user_ids?: string[] | undefined;
525
525
  admin_ids?: string[] | undefined;
526
526
  ticket_status?: TicketStatus[] | undefined;
527
527
  ticket_ids?: string[] | undefined;
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { U as UserOrganisation, hA as UserOrganisationDTO, hE as UserOrganisationLogoDTO, hD as UserOrganisationLogoSchema, hC as UserOrganisationQueryDTO, hB as UserOrganisationQuerySchema, hz as UserOrganisationSchema, hy as UserOrganisationSimple, hI as createUserOrganisation, hK as deleteUserOrganisation, hM as deleteUserOrganisationLogo, hH as findUserOrganisation, hO as getUserOrganisationCache, hP as getUserOrganisationCacheSimple, hN as get_user_organisation_presigned_url, hG as newUserOrganisationPayload, hF as toUserOrganisationPayload, hJ as updateUserOrganisation, hL as updateUserOrganisationLogo } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ export { U as UserOrganisation, hA as UserOrganisationDTO, hE as UserOrganisationLogoDTO, hD as UserOrganisationLogoSchema, hC as UserOrganisationQueryDTO, hB as UserOrganisationQuerySchema, hz as UserOrganisationSchema, hy as UserOrganisationSimple, hI as createUserOrganisation, hK as deleteUserOrganisation, hM as deleteUserOrganisationLogo, hH as findUserOrganisation, hO as getUserOrganisationCache, hP as getUserOrganisationCacheSimple, hN as get_user_organisation_presigned_url, hG as newUserOrganisationPayload, hF as toUserOrganisationPayload, hJ as updateUserOrganisation, hL as updateUserOrganisationLogo } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { a as User, h5 as UserDTO, hh as UserDefaultDateFormatDTO, hg as UserDefaultDateFormatSchema, hd as UserDefaultLanguageDTO, hc as UserDefaultLanguageSchema, hf as UserDefaultTimeZoneDTO, he as UserDefaultTimeZoneSchema, h3 as UserLoginPush, h9 as UserLogoDTO, h8 as UserLogoSchema, hb as UserProfileDTO, ha as UserProfileSchema, h7 as UserQueryDTO, h6 as UserQuerySchema, h4 as UserSchema, h2 as UserVehicleLink, hm as createUser, ho as deleteUser, hq as deleteUserLogo, hl as findUser, hs as getUserCache, ht as getUserCacheSimple, hu as get_user_presigned_url, hi as newUserPayload, hj as toUserPayload, hk as toUserProfilePayload, hn as updateUser, hx as updateUserDefaultDateformat, hv as updateUserDefaultLanguage, hw as updateUserDefaultTimezone, hp as updateUserLogo, hr as updateUserProfile } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ export { a as User, h5 as UserDTO, hh as UserDefaultDateFormatDTO, hg as UserDefaultDateFormatSchema, hd as UserDefaultLanguageDTO, hc as UserDefaultLanguageSchema, hf as UserDefaultTimeZoneDTO, he as UserDefaultTimeZoneSchema, h3 as UserLoginPush, h9 as UserLogoDTO, h8 as UserLogoSchema, hb as UserProfileDTO, ha as UserProfileSchema, h7 as UserQueryDTO, h6 as UserQuerySchema, h4 as UserSchema, h2 as UserVehicleLink, hm as createUser, ho as deleteUser, hq as deleteUserLogo, hl as findUser, hs as getUserCache, ht as getUserCacheSimple, hu as get_user_presigned_url, hi as newUserPayload, hj as toUserPayload, hk as toUserProfilePayload, hn as updateUser, hx as updateUserDefaultDateformat, hv as updateUserDefaultLanguage, hw as updateUserDefaultTimezone, hp as updateUserLogo, hr as updateUserProfile } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { OdometerSource, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, M as MasterVehicle } from '../../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
4
  import '../../../zod_utils/zod_base_schema.js';
5
- export { M as MasterVehicle, fq as MasterVehicleDropdown, fF as SimpleFindQueryDTO, fE as SimpleFindQuerySchema, fx as VehicleDTO, fr as VehicleDetailBody, fH as VehicleDetailBodyDTO, fG as VehicleDetailBodySchema, fu as VehicleDetailGPS, fN as VehicleDetailGPSAnalyticsDTO, fM as VehicleDetailGPSAnalyticsSchema, fL as VehicleDetailGPSDataDTO, fK as VehicleDetailGPSDataSchema, fJ as VehicleDetailGPSMainDTO, fI as VehicleDetailGPSMainSchema, fs as VehicleDetailLifeCycle, fP as VehicleDetailLifeCycleDto, fO as VehicleDetailLifeCycleSchema, ft as VehicleDetailPurchase, fR as VehicleDetailPurchaseDTO, fQ as VehicleDetailPurchaseSchema, fv as VehicleDetailTrip, fT as VehicleDetailTripDTO, fS as VehicleDetailTripSchema, fz as VehicleDeviceLinkDTO, fy as VehicleDeviceLinkSchema, fB as VehicleDeviceUnlinkDTO, fA as VehicleDeviceUnlinkSchema, fD as VehicleDriverLinkDTO, fC as VehicleDriverLinkSchema, fX as VehicleGPSQueryDTO, fW as VehicleGPSQuerySchema, fV as VehicleQueryDTO, fU as VehicleQuerySchema, fw as VehicleSchema, g5 as createVehicle, g7 as deleteVehicle, g4 as findVehicleGPSDetails, g2 as findVehicles, g3 as findVehiclesLiveDashboard, gm as getDeviceLinkHistoryByDevice, gl as getDeviceLinkHistoryByVehicle, gi as getDriverLinkHistoryByDriver, gh as getDriverLinkHistoryByVehicle, gn as getVehicleCache, gr as getVehicleParentCache, go as getVehicleSimpleCache, gq as getVehicleSimpleDropdownCacheLiveData, gp as getVehicleSimpleDropdownCustom, gj as linkDeviceToVehicle, gf as linkDriverToVehicle, fZ as newVehiclePayload, g1 as toVehicleDetailLifeCyclePayload, g0 as toVehicleDetailPurchasePayload, f$ as toVehicleDetailsBodyPayload, f_ as toVehicleDetailsGPSPayload, fY as toVehiclePayload, gk as unlinkDeviceFromVehicle, gg as unlinkDriverFromVehicle, g6 as updateVehicle, g8 as updateVehicleBodyDetails, gd as updateVehicleGPSDetailsAnalytics, gc as updateVehicleGPSDetailsData, gb as updateVehicleGPSDetailsMain, g9 as updateVehicleLifeCycleDetails, ga as updateVehiclePurchaseDetails, ge as updateVehicleTripDetails } from '../../../user_organisation_service-Bbr1S3XY.js';
5
+ export { M as MasterVehicle, fq as MasterVehicleDropdown, fF as SimpleFindQueryDTO, fE as SimpleFindQuerySchema, fx as VehicleDTO, fr as VehicleDetailBody, fH as VehicleDetailBodyDTO, fG as VehicleDetailBodySchema, fu as VehicleDetailGPS, fN as VehicleDetailGPSAnalyticsDTO, fM as VehicleDetailGPSAnalyticsSchema, fL as VehicleDetailGPSDataDTO, fK as VehicleDetailGPSDataSchema, fJ as VehicleDetailGPSMainDTO, fI as VehicleDetailGPSMainSchema, fs as VehicleDetailLifeCycle, fP as VehicleDetailLifeCycleDto, fO as VehicleDetailLifeCycleSchema, ft as VehicleDetailPurchase, fR as VehicleDetailPurchaseDTO, fQ as VehicleDetailPurchaseSchema, fv as VehicleDetailTrip, fT as VehicleDetailTripDTO, fS as VehicleDetailTripSchema, fz as VehicleDeviceLinkDTO, fy as VehicleDeviceLinkSchema, fB as VehicleDeviceUnlinkDTO, fA as VehicleDeviceUnlinkSchema, fD as VehicleDriverLinkDTO, fC as VehicleDriverLinkSchema, fX as VehicleGPSQueryDTO, fW as VehicleGPSQuerySchema, fV as VehicleQueryDTO, fU as VehicleQuerySchema, fw as VehicleSchema, g5 as createVehicle, g7 as deleteVehicle, g4 as findVehicleGPSDetails, g2 as findVehicles, g3 as findVehiclesLiveDashboard, gm as getDeviceLinkHistoryByDevice, gl as getDeviceLinkHistoryByVehicle, gi as getDriverLinkHistoryByDriver, gh as getDriverLinkHistoryByVehicle, gn as getVehicleCache, gr as getVehicleParentCache, go as getVehicleSimpleCache, gq as getVehicleSimpleDropdownCacheLiveData, gp as getVehicleSimpleDropdownCustom, gj as linkDeviceToVehicle, gf as linkDriverToVehicle, fZ as newVehiclePayload, g1 as toVehicleDetailLifeCyclePayload, g0 as toVehicleDetailPurchasePayload, f$ as toVehicleDetailsBodyPayload, f_ as toVehicleDetailsGPSPayload, fY as toVehiclePayload, gk as unlinkDeviceFromVehicle, gg as unlinkDriverFromVehicle, g6 as updateVehicle, g8 as updateVehicleBodyDetails, gd as updateVehicleGPSDetailsAnalytics, gc as updateVehicleGPSDetailsData, gb as updateVehicleGPSDetailsMain, g9 as updateVehicleLifeCycleDetails, ga as updateVehiclePurchaseDetails, ge as updateVehicleTripDetails } from '../../../user_organisation_service-ByNU_GlC.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { cz as MasterDeviceManufacturer, cB as MasterDeviceManufacturerDTO, cD as MasterDeviceManufacturerQueryDTO, cC as MasterDeviceManufacturerQuerySchema, cA as MasterDeviceManufacturerSchema, cH as createMasterDeviceManufacturer, cJ as deleteMasterDeviceManufacturer, cG as findMasterDeviceManufacturers, cK as getMasterDeviceManufacturerCache, cM as getMasterDeviceManufacturerCacheChild, cL as getMasterDeviceManufacturerCacheCount, cF as newMasterDeviceManufacturerPayload, cE as toMasterDeviceManufacturerPayload, cI as updateMasterDeviceManufacturer } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ export { cz as MasterDeviceManufacturer, cB as MasterDeviceManufacturerDTO, cD as MasterDeviceManufacturerQueryDTO, cC as MasterDeviceManufacturerQuerySchema, cA as MasterDeviceManufacturerSchema, cH as createMasterDeviceManufacturer, cJ as deleteMasterDeviceManufacturer, cG as findMasterDeviceManufacturers, cK as getMasterDeviceManufacturerCache, cM as getMasterDeviceManufacturerCacheChild, cL as getMasterDeviceManufacturerCacheCount, cF as newMasterDeviceManufacturerPayload, cE as toMasterDeviceManufacturerPayload, cI as updateMasterDeviceManufacturer } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { cl as MasterDeviceModel, cn as MasterDeviceModelDTO, cp as MasterDeviceModelQueryDTO, co as MasterDeviceModelQuerySchema, cm as MasterDeviceModelSchema, ct as createMasterDeviceModel, cv as deleteMasterDeviceModel, cs as findMasterDeviceModels, cw as getMasterDeviceModelCache, cy as getMasterDeviceModelCacheChild, cx as getMasterDeviceModelCacheCount, cr as newMasterDeviceModelPayload, cq as toMasterDeviceModelPayload, cu as updateMasterDeviceModel } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ export { cl as MasterDeviceModel, cn as MasterDeviceModelDTO, cp as MasterDeviceModelQueryDTO, co as MasterDeviceModelQuerySchema, cm as MasterDeviceModelSchema, ct as createMasterDeviceModel, cv as deleteMasterDeviceModel, cs as findMasterDeviceModels, cw as getMasterDeviceModelCache, cy as getMasterDeviceModelCacheChild, cx as getMasterDeviceModelCacheCount, cr as newMasterDeviceModelPayload, cq as toMasterDeviceModelPayload, cu as updateMasterDeviceModel } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { c7 as MasterDeviceType, c9 as MasterDeviceTypeDTO, cb as MasterDeviceTypeQueryDTO, ca as MasterDeviceTypeQuerySchema, c8 as MasterDeviceTypeSchema, cf as createMasterDeviceType, ch as deleteMasterDeviceType, ce as findMasterDeviceTypes, ci as getMasterDeviceTypeCache, ck as getMasterDeviceTypeCacheChild, cj as getMasterDeviceTypeCacheCount, cd as newMasterDeviceTypePayload, cc as toMasterDeviceTypePayload, cg as updateMasterDeviceType } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ export { c7 as MasterDeviceType, c9 as MasterDeviceTypeDTO, cb as MasterDeviceTypeQueryDTO, ca as MasterDeviceTypeQuerySchema, c8 as MasterDeviceTypeSchema, cf as createMasterDeviceType, ch as deleteMasterDeviceType, ce as findMasterDeviceTypes, ci as getMasterDeviceTypeCache, ck as getMasterDeviceTypeCacheChild, cj as getMasterDeviceTypeCacheCount, cd as newMasterDeviceTypePayload, cc as toMasterDeviceTypePayload, cg as updateMasterDeviceType } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { ExpenseCategory, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, f as MasterMainCountry } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation, f as MasterMainCountry } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -28,21 +28,21 @@ declare const MasterFuelCompanySchema: z.ZodObject<{
28
28
  logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
29
29
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
30
30
  }, "strip", z.ZodTypeAny, {
31
- company_name: string;
32
31
  description: string;
33
- logo_url: string;
34
- logo_key: string;
35
32
  status: Status;
36
33
  organisation_id: string;
37
34
  country_id: string;
38
- }, {
35
+ logo_key: string;
36
+ logo_url: string;
39
37
  company_name: string;
38
+ }, {
40
39
  status: Status;
41
40
  organisation_id: string;
42
41
  country_id: string;
42
+ company_name: string;
43
43
  description?: string | undefined;
44
- logo_url?: string | undefined;
45
44
  logo_key?: string | undefined;
45
+ logo_url?: string | undefined;
46
46
  }>;
47
47
  type MasterFuelCompanyDTO = z.infer<typeof MasterFuelCompanySchema>;
48
48
  declare const MasterFuelCompanyQuerySchema: z.ZodObject<{
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -21,14 +21,14 @@ declare const MasterVendorDocumentTypeSchema: z.ZodObject<{
21
21
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
22
22
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
23
23
  }, "strip", z.ZodTypeAny, {
24
+ document_type: string;
24
25
  description: string;
25
26
  status: Status;
26
27
  organisation_id: string;
27
- document_type: string;
28
28
  }, {
29
+ document_type: string;
29
30
  status: Status;
30
31
  organisation_id: string;
31
- document_type: string;
32
32
  description?: string | undefined;
33
33
  }>;
34
34
  type MasterVendorDocumentTypeDTO = z.infer<typeof MasterVendorDocumentTypeSchema>;
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { f as MasterMainCountry, a4 as MasterMainCountryDTO, a6 as MasterMainCountryQueryDTO, a5 as MasterMainCountryQuerySchema, a3 as MasterMainCountrySchema, aa as createMasterMainCountry, ac as deleteMasterMainCountry, a9 as findMasterMainCountries, ad as getMasterMainCountryCache, ae as getMasterMainCountryCacheChild, a8 as newMasterMainCountryPayload, a7 as toMasterMainCountryPayload, ab as updateMasterMainCountry } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ export { f as MasterMainCountry, a4 as MasterMainCountryDTO, a6 as MasterMainCountryQueryDTO, a5 as MasterMainCountryQuerySchema, a3 as MasterMainCountrySchema, aa as createMasterMainCountry, ac as deleteMasterMainCountry, a9 as findMasterMainCountries, ad as getMasterMainCountryCache, ae as getMasterMainCountryCacheChild, a8 as newMasterMainCountryPayload, a7 as toMasterMainCountryPayload, ab as updateMasterMainCountry } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { r as MasterMainCurrency, v as MasterMainCurrencyDTO, x as MasterMainCurrencyQueryDTO, w as MasterMainCurrencyQuerySchema, s as MasterMainCurrencySchema, B as createMasterMainCurrency, D as deleteMasterMainCurrency, A as findMasterMainCurrencies, E as getMasterMainCurrencyCache, z as newMasterMainCurrencyPayload, y as toMasterMainCurrencyPayload, C as updateMasterMainCurrency } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ export { r as MasterMainCurrency, v as MasterMainCurrencyDTO, x as MasterMainCurrencyQueryDTO, w as MasterMainCurrencyQuerySchema, s as MasterMainCurrencySchema, B as createMasterMainCurrency, D as deleteMasterMainCurrency, A as findMasterMainCurrencies, E as getMasterMainCurrencyCache, z as newMasterMainCurrencyPayload, y as toMasterMainCurrencyPayload, C as updateMasterMainCurrency } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { af as MasterMainDateFormat, ah as MasterMainDateFormatDTO, aj as MasterMainDateFormatQueryDTO, ai as MasterMainDateFormatQuerySchema, ag as MasterMainDateFormatSchema, an as createMasterMainDateFormat, ap as deleteMasterMainDateFormat, am as findMasterMainDateFormats, aq as getMasterMainDateFormatCache, al as newMasterMainDateFormatPayload, ak as toMasterMainDateFormatPayload, ao as updateMasterMainDateFormat } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ export { af as MasterMainDateFormat, ah as MasterMainDateFormatDTO, aj as MasterMainDateFormatQueryDTO, ai as MasterMainDateFormatQuerySchema, ag as MasterMainDateFormatSchema, an as createMasterMainDateFormat, ap as deleteMasterMainDateFormat, am as findMasterMainDateFormats, aq as getMasterMainDateFormatCache, al as newMasterMainDateFormatPayload, ak as toMasterMainDateFormatPayload, ao as updateMasterMainDateFormat } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -15,12 +15,12 @@ declare const MasterMainEwayBillProviderSchema: z.ZodObject<{
15
15
  provider_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
16
16
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
17
17
  }, "strip", z.ZodTypeAny, {
18
- status: Status;
19
18
  provider_name: string;
20
19
  provider_code: string;
21
- }, {
22
20
  status: Status;
21
+ }, {
23
22
  provider_name: string;
23
+ status: Status;
24
24
  provider_code?: string | undefined;
25
25
  }>;
26
26
  type MasterMainEwayBillProviderDTO = z.infer<typeof MasterMainEwayBillProviderSchema>;
@@ -15,12 +15,12 @@ declare const MasterMainFasttagBankSchema: z.ZodObject<{
15
15
  bank_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
16
16
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
17
17
  }, "strip", z.ZodTypeAny, {
18
+ status: Status;
18
19
  bank_name: string;
19
20
  bank_code: string;
20
- status: Status;
21
21
  }, {
22
- bank_name: string;
23
22
  status: Status;
23
+ bank_name: string;
24
24
  bank_code?: string | undefined;
25
25
  }>;
26
26
  type MasterMainFasttagBankDTO = z.infer<typeof MasterMainFasttagBankSchema>;
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { h as MasterMainIndustry, j as MasterMainIndustryDTO, l as MasterMainIndustryQueryDTO, k as MasterMainIndustryQuerySchema, i as MasterMainIndustrySchema, o as createMasterMainIndustry, p as deleteMasterMainIndustry, m as findMasterMainIndustrys, q as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ export { h as MasterMainIndustry, j as MasterMainIndustryDTO, l as MasterMainIndustryQueryDTO, k as MasterMainIndustryQuerySchema, i as MasterMainIndustrySchema, o as createMasterMainIndustry, p as deleteMasterMainIndustry, m as findMasterMainIndustrys, q as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { f as MasterMainCountry, g as MasterMainState } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { f as MasterMainCountry, g as MasterMainState } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
7
7
 
@@ -39,6 +39,7 @@ declare const MasterMainLandmarkSchema: z.ZodObject<{
39
39
  longitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
40
40
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
41
41
  }, "strip", z.ZodTypeAny, {
42
+ google_location: string;
42
43
  status: Status;
43
44
  country_id: string;
44
45
  state_id: string;
@@ -47,7 +48,6 @@ declare const MasterMainLandmarkSchema: z.ZodObject<{
47
48
  locality: string;
48
49
  city_district_town: string;
49
50
  zip_code: string;
50
- google_location: string;
51
51
  latitude?: number | undefined;
52
52
  longitude?: number | undefined;
53
53
  }, {
@@ -57,11 +57,11 @@ declare const MasterMainLandmarkSchema: z.ZodObject<{
57
57
  landmark_name: string;
58
58
  latitude?: unknown;
59
59
  longitude?: unknown;
60
+ google_location?: string | undefined;
60
61
  location?: string | undefined;
61
62
  locality?: string | undefined;
62
63
  city_district_town?: string | undefined;
63
64
  zip_code?: string | undefined;
64
- google_location?: string | undefined;
65
65
  }>;
66
66
  type MasterMainLandmarkDTO = z.infer<typeof MasterMainLandmarkSchema>;
67
67
  declare const MasterMainLandmarkQuerySchema: z.ZodObject<{
@@ -100,6 +100,7 @@ declare const MasterMainLandmarkQuerySchema: z.ZodObject<{
100
100
  landmark_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
101
101
  }, "strip", z.ZodTypeAny, {
102
102
  status: Status[];
103
+ time_zone_id: string;
103
104
  search: string;
104
105
  paging: PAGING;
105
106
  page_count: number;
@@ -119,13 +120,12 @@ declare const MasterMainLandmarkQuerySchema: z.ZodObject<{
119
120
  }[];
120
121
  include_master_data: YesNo;
121
122
  date_format_id: string;
122
- time_zone_id: string;
123
123
  country_ids: string[];
124
124
  state_ids: string[];
125
125
  landmark_ids: string[];
126
126
  }, {
127
- date_format_id: string;
128
127
  time_zone_id: string;
128
+ date_format_id: string;
129
129
  status?: Status[] | undefined;
130
130
  search?: string | undefined;
131
131
  paging?: PAGING | undefined;
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { gS as MasterMainLanguage, gU as MasterMainLanguageDTO, gW as MasterMainLanguageQueryDTO, gV as MasterMainLanguageQuerySchema, gT as MasterMainLanguageSchema, g_ as createMasterMainLanguage, h0 as deleteMasterMainLanguage, gZ as findMasterMainLanguages, h1 as getMasterMainLanguageCache, gY as newMasterMainLanguagePayload, gX as toMasterMainLanguagePayload, g$ as updateMasterMainLanguage } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ export { gS as MasterMainLanguage, gU as MasterMainLanguageDTO, gW as MasterMainLanguageQueryDTO, gV as MasterMainLanguageQuerySchema, gT as MasterMainLanguageSchema, g_ as createMasterMainLanguage, h0 as deleteMasterMainLanguage, gZ as findMasterMainLanguages, h1 as getMasterMainLanguageCache, gY as newMasterMainLanguagePayload, gX as toMasterMainLanguagePayload, g$ as updateMasterMainLanguage } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { g as MasterMainState, V as MasterMainStateDTO, X as MasterMainStateQueryDTO, W as MasterMainStateQuerySchema, T as MasterMainStateSchema, $ as createMasterMainState, a1 as deleteMasterMainState, _ as findMasterMainStates, a2 as getMasterMainStateCache, Z as newMasterMainStatePayload, Y as toMasterMainStatePayload, a0 as updateMasterMainState } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ export { g as MasterMainState, V as MasterMainStateDTO, X as MasterMainStateQueryDTO, W as MasterMainStateQuerySchema, T as MasterMainStateSchema, $ as createMasterMainState, a1 as deleteMasterMainState, _ as findMasterMainStates, a2 as getMasterMainStateCache, Z as newMasterMainStatePayload, Y as toMasterMainStatePayload, a0 as updateMasterMainState } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { F as MasterMainTimeZone, H as MasterMainTimeZoneDTO, J as MasterMainTimeZoneQueryDTO, I as MasterMainTimeZoneQuerySchema, G as MasterMainTimeZoneSchema, P as createMasterMainTimeZone, R as deleteMasterMainTimeZone, N as findMasterMainTimeZones, S as getMasterMainTimeZoneCache, L as newMasterMainTimeZonePayload, K as toMasterMainTimeZonePayload, Q as updateMasterMainTimeZone } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ export { F as MasterMainTimeZone, H as MasterMainTimeZoneDTO, J as MasterMainTimeZoneQueryDTO, I as MasterMainTimeZoneQuerySchema, G as MasterMainTimeZoneSchema, P as createMasterMainTimeZone, R as deleteMasterMainTimeZone, N as findMasterMainTimeZones, S as getMasterMainTimeZoneCache, L as newMasterMainTimeZonePayload, K as toMasterMainTimeZonePayload, Q as updateMasterMainTimeZone } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
7
7
 
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { ar as MasterMainUnitMileage, at as MasterMainUnitMileageDTO, av as MasterMainUnitMileageQueryDTO, au as MasterMainUnitMileageQuerySchema, as as MasterMainUnitMileageSchema, az as createMasterMainUnitMileage, aB as deleteMasterMainUnitMileage, ay as findMasterMainUnitMileages, aC as getMasterMainUnitMileageCache, ax as newMasterMainUnitMileagePayload, aw as toMasterMainUnitMileagePayload, aA as updateMasterMainUnitMileage } from '../../../user_organisation_service-Bbr1S3XY.js';
4
+ export { ar as MasterMainUnitMileage, at as MasterMainUnitMileageDTO, av as MasterMainUnitMileageQueryDTO, au as MasterMainUnitMileageQuerySchema, as as MasterMainUnitMileageSchema, az as createMasterMainUnitMileage, aB as deleteMasterMainUnitMileage, ay as findMasterMainUnitMileages, aC as getMasterMainUnitMileageCache, ax as newMasterMainUnitMileagePayload, aw as toMasterMainUnitMileagePayload, aA as updateMasterMainUnitMileage } from '../../../user_organisation_service-ByNU_GlC.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';