vms-nest-prisma-api-document 5.0.0 → 5.0.1

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 (72) hide show
  1. package/dist/services/account/alert_service.d.ts +32 -32
  2. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  3. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  4. package/dist/services/account/bookmark_service.d.ts +9 -9
  5. package/dist/services/account/notification_service.d.ts +6 -6
  6. package/dist/services/account/ticket_service.d.ts +3 -3
  7. package/dist/services/gps/features/fuel/gps_fuel_vehicle_daily_summary_service.d.ts +1 -1
  8. package/dist/services/gps/features/fuel/gps_fuel_vehicle_refill_service.d.ts +20 -17
  9. package/dist/services/gps/features/fuel/gps_fuel_vehicle_refill_service.js +26 -15
  10. package/dist/services/gps/features/fuel/gps_fuel_vehicle_removal_service.d.ts +23 -20
  11. package/dist/services/gps/features/fuel/gps_fuel_vehicle_removal_service.js +29 -18
  12. package/dist/services/gps/features/geofence/gps_geofence_data_service.d.ts +11 -11
  13. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +5 -5
  14. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +8 -8
  15. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +11 -11
  16. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +17 -17
  17. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +10 -10
  18. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  19. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  20. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  21. package/dist/services/main/users/auth_service.d.ts +1 -1
  22. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  23. package/dist/services/main/users/user_service.d.ts +1 -1
  24. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  25. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  26. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  27. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  28. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  29. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  30. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  31. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  32. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  33. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  34. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  35. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  36. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  37. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  38. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  39. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  40. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  41. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  42. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  43. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  44. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  45. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  46. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  47. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  48. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  49. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  50. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  51. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  52. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  53. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  54. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  55. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  56. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  57. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  58. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  59. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  60. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  61. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  62. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  63. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  64. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  65. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  66. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  67. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  68. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  69. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  70. package/dist/services/website/static_pages_service.d.ts +1 -1
  71. package/package.json +1 -1
  72. package/dist/{user_organisation_service-B_mpMXYI.d.ts → user_organisation_service-DJWj2iMa.d.ts} +20 -20
@@ -232,10 +232,10 @@ var Status = /* @__PURE__ */ ((Status2) => {
232
232
  Status2["Inactive"] = "Inactive";
233
233
  return Status2;
234
234
  })(Status || {});
235
- var YesNo = /* @__PURE__ */ ((YesNo2) => {
236
- YesNo2["Yes"] = "Yes";
237
- YesNo2["No"] = "No";
238
- return YesNo2;
235
+ var YesNo = /* @__PURE__ */ ((YesNo3) => {
236
+ YesNo3["Yes"] = "Yes";
237
+ YesNo3["No"] = "No";
238
+ return YesNo3;
239
239
  })(YesNo || {});
240
240
  var GPSFuelApproveStatus = /* @__PURE__ */ ((GPSFuelApproveStatus2) => {
241
241
  GPSFuelApproveStatus2["Pending"] = "Pending";
@@ -299,22 +299,27 @@ var GPSFuelVehicleRemovalSchema = z3.object({
299
299
  organisation_id: single_select_mandatory("Organisation ID"),
300
300
  vehicle_id: single_select_mandatory("Master Vehicle ID"),
301
301
  device_id: single_select_mandatory("Device ID"),
302
- user_id: single_select_optional("User ID"),
303
302
  driver_id: single_select_optional("Driver ID"),
303
+ user_id: single_select_optional("User ID"),
304
304
  before_remove_fuel_liters: doubleMandatory("Before Remove Fuel Liters"),
305
305
  after_remove_fuel_liters: doubleMandatory("Before Remove Fuel Liters"),
306
306
  gps_removal_liters: doubleMandatory("GPS Removal Liters"),
307
307
  verified_removal_liters: doubleMandatory("Verified Removal Liters"),
308
- verified: enumMandatory("Verified", YesNo, "Yes" /* Yes */),
309
- approved: enumMandatory(
310
- "GPS Fuel Approve Status",
308
+ diff_removal_liters: doubleMandatory("Difference Removal Liters"),
309
+ admin_verify_status: enumMandatory(
310
+ "Admin GPS Fuel Status",
311
+ GPSFuelApproveStatus,
312
+ "Pending" /* Pending */
313
+ ),
314
+ transporter_verify_status: enumMandatory(
315
+ "Transporter GPS Fuel Status",
311
316
  GPSFuelApproveStatus,
312
317
  "Pending" /* Pending */
313
318
  ),
314
319
  date_time: dateMandatory("Date Time"),
315
320
  cost_per_liter: doubleOptional("Cost Per Liter"),
316
321
  total_cost: doubleOptional("Total Cost"),
317
- refill_details: stringOptional("Refill Details", 0, 300),
322
+ removal_details: stringOptional("Removal Details", 0, 300),
318
323
  latitude: doubleOptionalLatLng("Latitude"),
319
324
  longitude: doubleOptionalLatLng("Longitude"),
320
325
  gl: stringOptional("GL", 0, 300),
@@ -334,12 +339,16 @@ var GPSFuelVehicleRemovalQuerySchema = BaseQuerySchema.extend({
334
339
  // ✅ Multi-selection -> Master Device
335
340
  driver_ids: multi_select_optional("Master Driver IDs"),
336
341
  // ✅ Multi-selection -> Master Driver
337
- approved: enumArrayOptional(
338
- "Approved",
342
+ admin_verify_status: enumArrayOptional(
343
+ "Admin GPS Fuel Verify Status",
344
+ GPSFuelApproveStatus,
345
+ getAllEnums(GPSFuelApproveStatus)
346
+ ),
347
+ transporter_verify_status: enumArrayOptional(
348
+ "Transporter GPS Fuel Verify Status",
339
349
  GPSFuelApproveStatus,
340
350
  getAllEnums(GPSFuelApproveStatus)
341
351
  ),
342
- verified: enumArrayOptional("Verified", YesNo, getAllEnums(YesNo)),
343
352
  from_date: dateMandatory("From Date"),
344
353
  to_date: dateMandatory("To Date")
345
354
  });
@@ -353,12 +362,13 @@ var toGPSFuelVehicleRemovalPayload = (item) => ({
353
362
  after_remove_fuel_liters: item.after_remove_fuel_liters,
354
363
  gps_removal_liters: item.gps_removal_liters,
355
364
  verified_removal_liters: item.verified_removal_liters,
356
- verified: item.verified,
357
- approved: item.approved,
365
+ diff_removal_liters: item.diff_removal_liters,
366
+ admin_verify_status: item.admin_verify_status,
367
+ transporter_verify_status: item.transporter_verify_status,
358
368
  date_time: item.date_time,
359
369
  cost_per_liter: item.cost_per_liter ?? 0,
360
370
  total_cost: item.total_cost ?? 0,
361
- refill_details: item.removal_details ?? "",
371
+ removal_details: item.removal_details ?? "",
362
372
  latitude: item.latitude ?? 0,
363
373
  longitude: item.longitude ?? 0,
364
374
  gl: item.gl || "",
@@ -377,12 +387,13 @@ var newGPSFuelVehicleRemovalPayload = () => ({
377
387
  after_remove_fuel_liters: 0,
378
388
  gps_removal_liters: 0,
379
389
  verified_removal_liters: 0,
380
- verified: "Yes" /* Yes */,
381
- approved: "Pending" /* Pending */,
390
+ diff_removal_liters: 0,
391
+ admin_verify_status: "Pending" /* Pending */,
392
+ transporter_verify_status: "Pending" /* Pending */,
382
393
  date_time: (/* @__PURE__ */ new Date()).toISOString(),
383
394
  cost_per_liter: 0,
384
395
  total_cost: 0,
385
- refill_details: "",
396
+ removal_details: "",
386
397
  latitude: 0,
387
398
  longitude: 0,
388
399
  gl: "",
@@ -1,7 +1,7 @@
1
1
  import { GeofenceType, GeofencePurposeType, 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-B_mpMXYI.js';
4
+ import { U as UserOrganisation } from '../../../../user_organisation_service-DJWj2iMa.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -59,6 +59,8 @@ declare const GPSGeofenceDataSchema: z.ZodObject<{
59
59
  geofence_purpose_type: z.ZodType<GeofencePurposeType, z.ZodTypeDef, GeofencePurposeType>;
60
60
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
61
61
  }, "strip", z.ZodTypeAny, {
62
+ status: Status;
63
+ organisation_id: string;
62
64
  geofence_name: string;
63
65
  location_name: string;
64
66
  geofence_type: GeofenceType;
@@ -68,21 +70,19 @@ declare const GPSGeofenceDataSchema: z.ZodObject<{
68
70
  }[];
69
71
  geofence_description: string;
70
72
  geofence_purpose_type: GeofencePurposeType;
71
- status: Status;
72
- organisation_id: string;
73
- radius_km?: number | undefined;
74
73
  latitude?: number | undefined;
75
74
  longitude?: number | undefined;
75
+ radius_km?: number | undefined;
76
76
  }, {
77
+ status: Status;
78
+ organisation_id: string;
77
79
  geofence_name: string;
78
80
  location_name: string;
79
81
  geofence_type: GeofenceType;
80
82
  geofence_purpose_type: GeofencePurposeType;
81
- status: Status;
82
- organisation_id: string;
83
- radius_km?: unknown;
84
83
  latitude?: unknown;
85
84
  longitude?: unknown;
85
+ radius_km?: unknown;
86
86
  poliline_data?: {
87
87
  latitude?: unknown;
88
88
  longitude?: unknown;
@@ -125,8 +125,6 @@ declare const GPSGeofenceDataQuerySchema: z.ZodObject<{
125
125
  geofence_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofenceType>, "many">>>;
126
126
  geofence_purpose_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofencePurposeType>, "many">>>;
127
127
  }, "strip", z.ZodTypeAny, {
128
- geofence_type: GeofenceType[];
129
- geofence_purpose_type: GeofencePurposeType[];
130
128
  status: Status[];
131
129
  search: string;
132
130
  paging: PAGING;
@@ -149,11 +147,11 @@ declare const GPSGeofenceDataQuerySchema: z.ZodObject<{
149
147
  date_format_id: string;
150
148
  time_zone_id: string;
151
149
  organisation_ids: string[];
150
+ geofence_type: GeofenceType[];
151
+ geofence_purpose_type: GeofencePurposeType[];
152
152
  }, {
153
153
  date_format_id: string;
154
154
  time_zone_id: string;
155
- geofence_type?: GeofenceType[] | undefined;
156
- geofence_purpose_type?: GeofencePurposeType[] | undefined;
157
155
  status?: Status[] | undefined;
158
156
  search?: string | undefined;
159
157
  paging?: PAGING | undefined;
@@ -174,6 +172,8 @@ declare const GPSGeofenceDataQuerySchema: z.ZodObject<{
174
172
  }[] | undefined;
175
173
  include_master_data?: YesNo | undefined;
176
174
  organisation_ids?: string[] | undefined;
175
+ geofence_type?: GeofenceType[] | undefined;
176
+ geofence_purpose_type?: GeofencePurposeType[] | undefined;
177
177
  }>;
178
178
  type GPSGeofenceDataQueryDTO = z.infer<typeof GPSGeofenceDataQuerySchema>;
179
179
  declare const toGPSGeofenceDataPayload: (data: GPSGeofenceData) => GPSGeofenceDataDTO;
@@ -1,7 +1,7 @@
1
1
  import { GeofenceStatusType, 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, b as MasterDriver } from '../../../../user_organisation_service-B_mpMXYI.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-DJWj2iMa.js';
5
5
  import { GPSGeofenceData } from './gps_geofence_data_service.js';
6
6
  import '../../../../zod_utils/zod_base_schema.js';
7
7
  import '../../../master/main/master_main_sim_provider_service.js';
@@ -31,19 +31,19 @@ declare const GPSGeofenceTransactionSchema: z.ZodObject<{
31
31
  geofence_time: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
32
32
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
33
33
  }, "strip", z.ZodTypeAny, {
34
- gps_geofence_id: string;
35
34
  status: Status;
36
35
  organisation_id: string;
37
- driver_id: string;
38
36
  vehicle_id: string;
37
+ driver_id: string;
38
+ gps_geofence_id: string;
39
39
  geofence_status_type: GeofenceStatusType;
40
40
  geofence_time: string;
41
41
  }, {
42
- gps_geofence_id: string;
43
42
  status: Status;
44
43
  organisation_id: string;
45
- driver_id: string;
46
44
  vehicle_id: string;
45
+ driver_id: string;
46
+ gps_geofence_id: string;
47
47
  geofence_status_type: GeofenceStatusType;
48
48
  geofence_time: string;
49
49
  }>;
@@ -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, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-B_mpMXYI.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-DJWj2iMa.js';
5
5
  import { GPSGeofenceData } from './gps_geofence_data_service.js';
6
6
  import { GPSGeofenceTransaction } from './gps_geofence_transaction_service.js';
7
7
  import '../../../../zod_utils/zod_base_schema.js';
@@ -40,27 +40,27 @@ declare const GPSGeofenceTransactionSummarySchema: z.ZodObject<{
40
40
  duration_seconds: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
41
41
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- gps_geofence_id: string;
43
+ duration_seconds: number;
44
44
  status: Status;
45
45
  organisation_id: string;
46
- driver_id: string;
47
46
  vehicle_id: string;
47
+ driver_id: string;
48
+ gps_geofence_id: string;
48
49
  geofence_enter_date_time: string;
49
50
  geofence_exit_date_time: string;
50
- duration_seconds: number;
51
51
  enter_gps_geofence_transaction_id: string;
52
52
  exit_gps_geofence_transaction_id: string;
53
53
  }, {
54
- gps_geofence_id: string;
55
54
  status: Status;
56
55
  organisation_id: string;
57
- driver_id: string;
58
56
  vehicle_id: string;
57
+ driver_id: string;
58
+ gps_geofence_id: string;
59
59
  geofence_enter_date_time: string;
60
60
  enter_gps_geofence_transaction_id: string;
61
61
  exit_gps_geofence_transaction_id: string;
62
- geofence_exit_date_time?: string | undefined;
63
62
  duration_seconds?: unknown;
63
+ geofence_exit_date_time?: string | undefined;
64
64
  }>;
65
65
  type GPSGeofenceTransactionSummaryDTO = z.infer<typeof GPSGeofenceTransactionSummarySchema>;
66
66
  declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
@@ -125,9 +125,9 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
125
125
  organisation_ids: string[];
126
126
  vehicle_ids: string[];
127
127
  driver_ids: string[];
128
- gps_geofence_ids: string[];
129
128
  from_date: string;
130
129
  to_date: string;
130
+ gps_geofence_ids: string[];
131
131
  }, {
132
132
  date_format_id: string;
133
133
  time_zone_id: string;
@@ -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, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-B_mpMXYI.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-DJWj2iMa.js';
5
5
  import { GPSGeofenceData } from './gps_geofence_data_service.js';
6
6
  import '../../../../zod_utils/zod_base_schema.js';
7
7
  import '../../../master/main/master_main_sim_provider_service.js';
@@ -62,19 +62,19 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
62
62
  mileage: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
63
63
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
64
64
  }, "strip", z.ZodTypeAny, {
65
- status: Status;
66
- organisation_id: string;
67
- driver_id: string;
68
- vehicle_id: string;
69
- duration_seconds: number;
70
65
  from_geofence_exit_date_time: string;
71
66
  to_geofence_enter_date_time: string;
67
+ duration_seconds: number;
72
68
  travel_duration_seconds: number;
73
69
  stopped_duration_seconds: number;
74
70
  max_speed: number;
75
71
  avg_speed: number;
76
72
  refills_count: number;
77
73
  removals_count: number;
74
+ status: Status;
75
+ organisation_id: string;
76
+ vehicle_id: string;
77
+ driver_id: string;
78
78
  from_geofence_id: string;
79
79
  to_geofence_id: string;
80
80
  distance_meters?: number | undefined;
@@ -85,12 +85,12 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
85
85
  removal_fuel_liters?: number | undefined;
86
86
  mileage?: number | undefined;
87
87
  }, {
88
+ from_geofence_exit_date_time: string;
89
+ to_geofence_enter_date_time: string;
88
90
  status: Status;
89
91
  organisation_id: string;
90
- driver_id: string;
91
92
  vehicle_id: string;
92
- from_geofence_exit_date_time: string;
93
- to_geofence_enter_date_time: string;
93
+ driver_id: string;
94
94
  from_geofence_id: string;
95
95
  to_geofence_id: string;
96
96
  duration_seconds?: unknown;
@@ -172,10 +172,10 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
172
172
  organisation_ids: string[];
173
173
  vehicle_ids: string[];
174
174
  driver_ids: string[];
175
- from_date: string;
176
- to_date: string;
177
175
  from_geofence_ids: string[];
178
176
  to_geofence_ids: string[];
177
+ from_date: string;
178
+ to_date: string;
179
179
  }, {
180
180
  date_format_id: string;
181
181
  time_zone_id: string;
@@ -1,7 +1,7 @@
1
1
  import { LinkType, LinkStatus, Status, NotificationType, 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-B_mpMXYI.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-DJWj2iMa.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -42,17 +42,17 @@ declare const GPSLiveTrackShareLinkNotificationsSchema: z.ZodObject<{
42
42
  to_recipients: z.ZodEffects<z.ZodString, string, string>;
43
43
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
44
44
  }, "strip", z.ZodTypeAny, {
45
+ gps_live_track_share_link_id: string;
45
46
  status: Status;
46
47
  organisation_id: string;
47
48
  type: NotificationType;
48
49
  to_recipients: string;
49
- gps_live_track_share_link_id: string;
50
50
  }, {
51
+ gps_live_track_share_link_id: string;
51
52
  status: Status;
52
53
  organisation_id: string;
53
54
  type: NotificationType;
54
55
  to_recipients: string;
55
- gps_live_track_share_link_id: string;
56
56
  }>;
57
57
  type GPSLiveTrackShareLinkNotificationsDTO = z.infer<typeof GPSLiveTrackShareLinkNotificationsSchema>;
58
58
  declare const GPSLiveTrackShareLinkSchema: z.ZodObject<{
@@ -73,54 +73,54 @@ declare const GPSLiveTrackShareLinkSchema: z.ZodObject<{
73
73
  to_recipients: z.ZodEffects<z.ZodString, string, string>;
74
74
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
75
75
  }, z.UnknownKeysParam, z.ZodTypeAny, {
76
+ gps_live_track_share_link_id: string;
76
77
  status: Status;
77
78
  organisation_id: string;
78
79
  type: NotificationType;
79
80
  to_recipients: string;
80
- gps_live_track_share_link_id: string;
81
81
  }, {
82
+ gps_live_track_share_link_id: string;
82
83
  status: Status;
83
84
  organisation_id: string;
84
85
  type: NotificationType;
85
86
  to_recipients: string;
86
- gps_live_track_share_link_id: string;
87
87
  }>, "many">>>;
88
88
  }, "strip", z.ZodTypeAny, {
89
+ link_type: LinkType;
90
+ location: string;
89
91
  link_status: LinkStatus;
90
92
  status: Status;
91
93
  organisation_id: string;
92
94
  vehicle_id: string;
93
95
  trip_id: string;
96
+ expire_milliseconds: number;
94
97
  notifications: {
98
+ gps_live_track_share_link_id: string;
95
99
  status: Status;
96
100
  organisation_id: string;
97
101
  type: NotificationType;
98
102
  to_recipients: string;
99
- gps_live_track_share_link_id: string;
100
103
  }[];
101
- link_type: LinkType;
102
- location: string;
103
- expire_milliseconds: number;
104
104
  latitude?: number | undefined;
105
105
  longitude?: number | undefined;
106
106
  }, {
107
+ link_type: LinkType;
107
108
  link_status: LinkStatus;
108
109
  status: Status;
109
110
  organisation_id: string;
110
111
  vehicle_id: string;
111
112
  trip_id: string;
112
- link_type: LinkType;
113
+ latitude?: unknown;
114
+ longitude?: unknown;
115
+ location?: string | undefined;
116
+ expire_milliseconds?: unknown;
113
117
  notifications?: {
118
+ gps_live_track_share_link_id: string;
114
119
  status: Status;
115
120
  organisation_id: string;
116
121
  type: NotificationType;
117
122
  to_recipients: string;
118
- gps_live_track_share_link_id: string;
119
123
  }[] | undefined;
120
- latitude?: unknown;
121
- longitude?: unknown;
122
- location?: string | undefined;
123
- expire_milliseconds?: unknown;
124
124
  }>;
125
125
  type GPSLiveTrackShareLinkDTO = z.infer<typeof GPSLiveTrackShareLinkSchema>;
126
126
  declare const GPSLiveTrackShareLinkTimeSchema: z.ZodObject<{
@@ -176,6 +176,7 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
176
176
  link_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof LinkType>, "many">>>;
177
177
  link_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof LinkStatus>, "many">>>;
178
178
  }, "strip", z.ZodTypeAny, {
179
+ link_type: LinkType[];
179
180
  link_status: LinkStatus[];
180
181
  status: Status[];
181
182
  search: string;
@@ -201,10 +202,10 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
201
202
  organisation_ids: string[];
202
203
  vehicle_ids: string[];
203
204
  trip_ids: string[];
204
- link_type: LinkType[];
205
205
  }, {
206
206
  date_format_id: string;
207
207
  time_zone_id: string;
208
+ link_type?: LinkType[] | undefined;
208
209
  link_status?: LinkStatus[] | undefined;
209
210
  status?: Status[] | undefined;
210
211
  search?: string | undefined;
@@ -228,7 +229,6 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
228
229
  organisation_ids?: string[] | undefined;
229
230
  vehicle_ids?: string[] | undefined;
230
231
  trip_ids?: string[] | undefined;
231
- link_type?: LinkType[] | undefined;
232
232
  }>;
233
233
  type GPSLiveTrackShareLinkQueryDTO = z.infer<typeof GPSLiveTrackShareLinkQuerySchema>;
234
234
  declare const toGPSLiveTrackShareLinkPayload: (data: GPSLiveTrackShareLink) => GPSLiveTrackShareLinkDTO;
@@ -1,7 +1,7 @@
1
1
  import { TrackHistoryLinkStatus, Status, NotificationType, 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-B_mpMXYI.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-DJWj2iMa.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -40,17 +40,17 @@ declare const GPSTrackHistoryShareLinkNotificationsSchema: z.ZodObject<{
40
40
  to_recipients: z.ZodEffects<z.ZodString, string, string>;
41
41
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- gps_track_history_share_link_id: string;
44
43
  status: Status;
45
44
  organisation_id: string;
46
45
  type: NotificationType;
47
46
  to_recipients: string;
48
- }, {
49
47
  gps_track_history_share_link_id: string;
48
+ }, {
50
49
  status: Status;
51
50
  organisation_id: string;
52
51
  type: NotificationType;
53
52
  to_recipients: string;
53
+ gps_track_history_share_link_id: string;
54
54
  }>;
55
55
  type GPSTrackHistoryShareLinkNotificationsDTO = z.infer<typeof GPSTrackHistoryShareLinkNotificationsSchema>;
56
56
  declare const GPSTrackHistoryShareLinkSchema: z.ZodObject<{
@@ -68,47 +68,47 @@ declare const GPSTrackHistoryShareLinkSchema: z.ZodObject<{
68
68
  to_recipients: z.ZodEffects<z.ZodString, string, string>;
69
69
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
70
70
  }, z.UnknownKeysParam, z.ZodTypeAny, {
71
- gps_track_history_share_link_id: string;
72
71
  status: Status;
73
72
  organisation_id: string;
74
73
  type: NotificationType;
75
74
  to_recipients: string;
76
- }, {
77
75
  gps_track_history_share_link_id: string;
76
+ }, {
78
77
  status: Status;
79
78
  organisation_id: string;
80
79
  type: NotificationType;
81
80
  to_recipients: string;
81
+ gps_track_history_share_link_id: string;
82
82
  }>, "many">>>;
83
83
  }, "strip", z.ZodTypeAny, {
84
- from_date_time: string;
85
- to_date_time: string;
86
84
  link_status: TrackHistoryLinkStatus;
87
85
  status: Status;
88
86
  organisation_id: string;
89
87
  vehicle_id: string;
90
88
  trip_id: string;
91
89
  notifications: {
92
- gps_track_history_share_link_id: string;
93
90
  status: Status;
94
91
  organisation_id: string;
95
92
  type: NotificationType;
96
93
  to_recipients: string;
94
+ gps_track_history_share_link_id: string;
97
95
  }[];
98
- }, {
99
96
  from_date_time: string;
100
97
  to_date_time: string;
98
+ }, {
101
99
  link_status: TrackHistoryLinkStatus;
102
100
  status: Status;
103
101
  organisation_id: string;
104
102
  vehicle_id: string;
105
103
  trip_id: string;
104
+ from_date_time: string;
105
+ to_date_time: string;
106
106
  notifications?: {
107
- gps_track_history_share_link_id: string;
108
107
  status: Status;
109
108
  organisation_id: string;
110
109
  type: NotificationType;
111
110
  to_recipients: string;
111
+ gps_track_history_share_link_id: string;
112
112
  }[] | undefined;
113
113
  }>;
114
114
  type GPSTrackHistoryShareLinkDTO = z.infer<typeof GPSTrackHistoryShareLinkSchema>;
@@ -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 { c0 as AssignRemoveDeviceHistory, c6 as DeviceSimLinkDTO, c5 as DeviceSimLinkSchema, e as MasterDevice, c2 as MasterDeviceDTO, c4 as MasterDeviceQueryDTO, c3 as MasterDeviceQuerySchema, c1 as MasterDeviceSchema, ca as createMasterDevice, cc as deleteMasterDevice, cd as device_sim_link, ce as device_sim_unlink, c9 as findMasterDevices, cg as get_device_sim_link_history_by_device, cf as get_device_sim_link_history_by_sim, c8 as newMasterDevicePayload, c7 as toMasterDevicePayload, cb as updateMasterDevice } from '../../../user_organisation_service-B_mpMXYI.js';
5
+ export { c0 as AssignRemoveDeviceHistory, c6 as DeviceSimLinkDTO, c5 as DeviceSimLinkSchema, e as MasterDevice, c2 as MasterDeviceDTO, c4 as MasterDeviceQueryDTO, c3 as MasterDeviceQuerySchema, c1 as MasterDeviceSchema, ca as createMasterDevice, cc as deleteMasterDevice, cd as device_sim_link, ce as device_sim_unlink, c9 as findMasterDevices, cg as get_device_sim_link_history_by_device, cf as get_device_sim_link_history_by_sim, c8 as newMasterDevicePayload, c7 as toMasterDevicePayload, cb as updateMasterDevice } from '../../../user_organisation_service-DJWj2iMa.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 { aY as AssignRemoveDriverHistory, b0 as DriverQueryDTO, a$ as DriverQuerySchema, b as MasterDriver, a_ as MasterDriverDTO, aZ as MasterDriverSchema, b4 as createDriver, b6 as deleteDriver, b3 as findDrivers, b8 as getDriverCache, b9 as getDriverSimpleCache, b7 as getPresignedUrlForDriver, b2 as newDriverPayload, b1 as toDriverPayload, b5 as updateDriver } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { aY as AssignRemoveDriverHistory, b0 as DriverQueryDTO, a$ as DriverQuerySchema, b as MasterDriver, a_ as MasterDriverDTO, aZ as MasterDriverSchema, b4 as createDriver, b6 as deleteDriver, b3 as findDrivers, b8 as getDriverCache, b9 as getDriverSimpleCache, b7 as getPresignedUrlForDriver, b2 as newDriverPayload, b1 as toDriverPayload, b5 as updateDriver } from '../../../user_organisation_service-DJWj2iMa.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 { bR as AssignRemoveSimHistory, bQ as MasterSim, bT as MasterSimDTO, bV as MasterSimQueryDTO, bU as MasterSimQuerySchema, bS as MasterSimSchema, bZ as createMasterSim, b$ as deleteMasterSim, bY as findMasterSims, bX as newMasterSimPayload, bW as toMasterSimPayload, b_ as updateMasterSim } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { bR as AssignRemoveSimHistory, bQ as MasterSim, bT as MasterSimDTO, bV as MasterSimQueryDTO, bU as MasterSimQuerySchema, bS as MasterSimSchema, bZ as createMasterSim, b$ as deleteMasterSim, bY as findMasterSims, bX as newMasterSimPayload, bW as toMasterSimPayload, b_ as updateMasterSim } from '../../../user_organisation_service-DJWj2iMa.js';
5
5
  import '../../master/main/master_main_sim_provider_service.js';
6
6
  import '../../../zod_utils/zod_base_schema.js';
@@ -1,6 +1,6 @@
1
1
  import { BR, SBR } from '../../../core/BaseResponse.js';
2
2
  import { z } from 'zod';
3
- import { a as User } from '../../../user_organisation_service-B_mpMXYI.js';
3
+ import { a as User } from '../../../user_organisation_service-DJWj2iMa.js';
4
4
  import { UserAdmin } from './user_admin_service.js';
5
5
  import '../../../core/Enums.js';
6
6
  import '../../../zod_utils/zod_base_schema.js';
@@ -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, jU as UserOrganisationDTO, jW as UserOrganisationQueryDTO, jV as UserOrganisationQuerySchema, jT as UserOrganisationSchema, jS as UserOrganisationSimple, j_ as createUserOrganisation, k0 as deleteUserOrganisation, jZ as findUserOrganisations, k1 as getUserOrganisationCache, k2 as getUserOrganisationCacheSimple, k3 as getUserOrganisationPresignedUrl, jY as newUserOrganisationPayload, jX as toUserOrganisationPayload, j$ as updateUserOrganisation } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { U as UserOrganisation, jU as UserOrganisationDTO, jW as UserOrganisationQueryDTO, jV as UserOrganisationQuerySchema, jT as UserOrganisationSchema, jS as UserOrganisationSimple, j_ as createUserOrganisation, k0 as deleteUserOrganisation, jZ as findUserOrganisations, k1 as getUserOrganisationCache, k2 as getUserOrganisationCacheSimple, k3 as getUserOrganisationPresignedUrl, jY as newUserOrganisationPayload, jX as toUserOrganisationPayload, j$ as updateUserOrganisation } from '../../../user_organisation_service-DJWj2iMa.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 { gq as CreateUserDTO, gp as CreateUserSchema, a as User, gm as UserAccessControl, go as UserAccessControlDTO, gn as UserAccessControlSchema, gC as UserDefaultDateFormatDTO, gB as UserDefaultDateFormatSchema, gy as UserDefaultLanguageDTO, gx as UserDefaultLanguageSchema, gu as UserDefaultPageDTO, gt as UserDefaultPageSchema, gw as UserDefaultThemeDTO, gv as UserDefaultThemeSchema, gA as UserDefaultTimeZoneDTO, gz as UserDefaultTimeZoneSchema, gE as UserLoginPushDTO, gD as UserLoginPushSchema, gs as UserQueryDTO, gr as UserQuerySchema, gI as createUser, gT as createUserLoginPush, gK as deleteUser, gV as deleteUserLoginPush, gH as findUsers, gL as getUserCache, gM as getUserCacheSimple, gN as getUserPresignedUrl, gF as newUserPayload, gG as toUserPayload, gJ as updateUser, gS as updateUserDefaultDateformat, gQ as updateUserDefaultLanguage, gO as updateUserDefaultPage, gP as updateUserDefaultTheme, gR as updateUserDefaultTimezone, gU as updateUserLoginPush } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { gq as CreateUserDTO, gp as CreateUserSchema, a as User, gm as UserAccessControl, go as UserAccessControlDTO, gn as UserAccessControlSchema, gC as UserDefaultDateFormatDTO, gB as UserDefaultDateFormatSchema, gy as UserDefaultLanguageDTO, gx as UserDefaultLanguageSchema, gu as UserDefaultPageDTO, gt as UserDefaultPageSchema, gw as UserDefaultThemeDTO, gv as UserDefaultThemeSchema, gA as UserDefaultTimeZoneDTO, gz as UserDefaultTimeZoneSchema, gE as UserLoginPushDTO, gD as UserLoginPushSchema, gs as UserQueryDTO, gr as UserQuerySchema, gI as createUser, gT as createUserLoginPush, gK as deleteUser, gV as deleteUserLoginPush, gH as findUsers, gL as getUserCache, gM as getUserCacheSimple, gN as getUserPresignedUrl, gF as newUserPayload, gG as toUserPayload, gJ as updateUser, gS as updateUserDefaultDateformat, gQ as updateUserDefaultLanguage, gO as updateUserDefaultPage, gP as updateUserDefaultTheme, gR as updateUserDefaultTimezone, gU as updateUserLoginPush } from '../../../user_organisation_service-DJWj2iMa.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-B_mpMXYI.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../../user_organisation_service-DJWj2iMa.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, eN as MasterVehicleDropdown, f0 as SimpleFindQueryDTO, e$ as SimpleFindQuerySchema, eU as VehicleDTO, eO as VehicleDetailBody, f2 as VehicleDetailBodyDTO, f1 as VehicleDetailBodySchema, eR as VehicleDetailGPS, f8 as VehicleDetailGPSAnalyticsDTO, f7 as VehicleDetailGPSAnalyticsSchema, f6 as VehicleDetailGPSDataDTO, f5 as VehicleDetailGPSDataSchema, f4 as VehicleDetailGPSMainDTO, f3 as VehicleDetailGPSMainSchema, eP as VehicleDetailLifeCycle, fa as VehicleDetailLifeCycleDto, f9 as VehicleDetailLifeCycleSchema, eQ as VehicleDetailPurchase, fc as VehicleDetailPurchaseDTO, fb as VehicleDetailPurchaseSchema, eS as VehicleDetailTrip, fe as VehicleDetailTripDTO, fd as VehicleDetailTripSchema, eW as VehicleDeviceLinkDTO, eV as VehicleDeviceLinkSchema, eY as VehicleDeviceUnlinkDTO, eX as VehicleDeviceUnlinkSchema, e_ as VehicleDriverLinkDTO, eZ as VehicleDriverLinkSchema, fi as VehicleGPSQueryDTO, fh as VehicleGPSQuerySchema, fg as VehicleQueryDTO, ff as VehicleQuerySchema, eT as VehicleSchema, fs as createVehicle, fu as deleteVehicle, fr as findVehicleGPSDetails, fp as findVehicles, fq as findVehiclesLiveDashboard, fJ as getDeviceLinkHistoryByDevice, fI as getDeviceLinkHistoryByVehicle, fF as getDriverLinkHistoryByDriver, fE as getDriverLinkHistoryByVehicle, fK as getVehicleCache, fN as getVehicleParentCache, fL as getVehicleSimpleCache, fM as getVehicleSimpleDropdownCustom, fG as linkDeviceToVehicle, fC as linkDriverToVehicle, fk as newVehiclePayload, fo as toVehicleDetailLifeCyclePayload, fn as toVehicleDetailPurchasePayload, fm as toVehicleDetailsBodyPayload, fl as toVehicleDetailsGPSPayload, fj as toVehiclePayload, fH as unlinkDeviceFromVehicle, fD as unlinkDriverFromVehicle, ft as updateVehicle, fv as updateVehicleBodyDetails, fA as updateVehicleGPSDetailsAnalytics, fz as updateVehicleGPSDetailsData, fy as updateVehicleGPSDetailsMain, fw as updateVehicleLifeCycleDetails, fx as updateVehiclePurchaseDetails, fB as updateVehicleTripDetails } from '../../../user_organisation_service-B_mpMXYI.js';
5
+ export { M as MasterVehicle, eN as MasterVehicleDropdown, f0 as SimpleFindQueryDTO, e$ as SimpleFindQuerySchema, eU as VehicleDTO, eO as VehicleDetailBody, f2 as VehicleDetailBodyDTO, f1 as VehicleDetailBodySchema, eR as VehicleDetailGPS, f8 as VehicleDetailGPSAnalyticsDTO, f7 as VehicleDetailGPSAnalyticsSchema, f6 as VehicleDetailGPSDataDTO, f5 as VehicleDetailGPSDataSchema, f4 as VehicleDetailGPSMainDTO, f3 as VehicleDetailGPSMainSchema, eP as VehicleDetailLifeCycle, fa as VehicleDetailLifeCycleDto, f9 as VehicleDetailLifeCycleSchema, eQ as VehicleDetailPurchase, fc as VehicleDetailPurchaseDTO, fb as VehicleDetailPurchaseSchema, eS as VehicleDetailTrip, fe as VehicleDetailTripDTO, fd as VehicleDetailTripSchema, eW as VehicleDeviceLinkDTO, eV as VehicleDeviceLinkSchema, eY as VehicleDeviceUnlinkDTO, eX as VehicleDeviceUnlinkSchema, e_ as VehicleDriverLinkDTO, eZ as VehicleDriverLinkSchema, fi as VehicleGPSQueryDTO, fh as VehicleGPSQuerySchema, fg as VehicleQueryDTO, ff as VehicleQuerySchema, eT as VehicleSchema, fs as createVehicle, fu as deleteVehicle, fr as findVehicleGPSDetails, fp as findVehicles, fq as findVehiclesLiveDashboard, fJ as getDeviceLinkHistoryByDevice, fI as getDeviceLinkHistoryByVehicle, fF as getDriverLinkHistoryByDriver, fE as getDriverLinkHistoryByVehicle, fK as getVehicleCache, fN as getVehicleParentCache, fL as getVehicleSimpleCache, fM as getVehicleSimpleDropdownCustom, fG as linkDeviceToVehicle, fC as linkDriverToVehicle, fk as newVehiclePayload, fo as toVehicleDetailLifeCyclePayload, fn as toVehicleDetailPurchasePayload, fm as toVehicleDetailsBodyPayload, fl as toVehicleDetailsGPSPayload, fj as toVehiclePayload, fH as unlinkDeviceFromVehicle, fD as unlinkDriverFromVehicle, ft as updateVehicle, fv as updateVehicleBodyDetails, fA as updateVehicleGPSDetailsAnalytics, fz as updateVehicleGPSDetailsData, fy as updateVehicleGPSDetailsMain, fw as updateVehicleLifeCycleDetails, fx as updateVehiclePurchaseDetails, fB as updateVehicleTripDetails } from '../../../user_organisation_service-DJWj2iMa.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 { bC as MasterDeviceManufacturer, bE as MasterDeviceManufacturerDTO, bG as MasterDeviceManufacturerQueryDTO, bF as MasterDeviceManufacturerQuerySchema, bD as MasterDeviceManufacturerSchema, bK as createMasterDeviceManufacturer, bM as deleteMasterDeviceManufacturer, bJ as findMasterDeviceManufacturers, bN as getMasterDeviceManufacturerCache, bP as getMasterDeviceManufacturerCacheChild, bO as getMasterDeviceManufacturerCacheCount, bI as newMasterDeviceManufacturerPayload, bH as toMasterDeviceManufacturerPayload, bL as updateMasterDeviceManufacturer } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { bC as MasterDeviceManufacturer, bE as MasterDeviceManufacturerDTO, bG as MasterDeviceManufacturerQueryDTO, bF as MasterDeviceManufacturerQuerySchema, bD as MasterDeviceManufacturerSchema, bK as createMasterDeviceManufacturer, bM as deleteMasterDeviceManufacturer, bJ as findMasterDeviceManufacturers, bN as getMasterDeviceManufacturerCache, bP as getMasterDeviceManufacturerCacheChild, bO as getMasterDeviceManufacturerCacheCount, bI as newMasterDeviceManufacturerPayload, bH as toMasterDeviceManufacturerPayload, bL as updateMasterDeviceManufacturer } from '../../../user_organisation_service-DJWj2iMa.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 { bo as MasterDeviceModel, bq as MasterDeviceModelDTO, bs as MasterDeviceModelQueryDTO, br as MasterDeviceModelQuerySchema, bp as MasterDeviceModelSchema, bw as createMasterDeviceModel, by as deleteMasterDeviceModel, bv as findMasterDeviceModels, bz as getMasterDeviceModelCache, bB as getMasterDeviceModelCacheChild, bA as getMasterDeviceModelCacheCount, bu as newMasterDeviceModelPayload, bt as toMasterDeviceModelPayload, bx as updateMasterDeviceModel } from '../../../user_organisation_service-B_mpMXYI.js';
4
+ export { bo as MasterDeviceModel, bq as MasterDeviceModelDTO, bs as MasterDeviceModelQueryDTO, br as MasterDeviceModelQuerySchema, bp as MasterDeviceModelSchema, bw as createMasterDeviceModel, by as deleteMasterDeviceModel, bv as findMasterDeviceModels, bz as getMasterDeviceModelCache, bB as getMasterDeviceModelCacheChild, bA as getMasterDeviceModelCacheCount, bu as newMasterDeviceModelPayload, bt as toMasterDeviceModelPayload, bx as updateMasterDeviceModel } from '../../../user_organisation_service-DJWj2iMa.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';