vms-nest-prisma-api-document 9.0.0 → 11.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 (76) hide show
  1. package/dist/services/account/bookmark_service.d.ts +9 -9
  2. package/dist/services/account/ticket_service.d.ts +17 -17
  3. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  4. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +55 -55
  5. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.js +63 -61
  6. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +10 -10
  7. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.js +12 -12
  8. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +17 -17
  9. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +16 -16
  10. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +11 -11
  11. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +7 -7
  12. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +17 -17
  13. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +10 -10
  14. package/dist/services/gps/features/preferences/user_notification_preferences.service.d.ts +1 -1
  15. package/dist/services/gps/features/preferences/user_report_preferences.service.d.ts +1 -1
  16. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  17. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  18. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  19. package/dist/services/main/users/auth_service.d.ts +1 -1
  20. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  21. package/dist/services/main/users/user_service.d.ts +1 -1
  22. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  23. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  24. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  25. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  26. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  27. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  28. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  29. package/dist/services/master/expense/master_fuel_company_service.d.ts +6 -6
  30. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +3 -3
  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_eway_bill_provider_service.d.ts +2 -2
  41. package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
  42. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  43. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  44. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  45. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  46. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  47. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  48. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  49. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  50. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  51. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  52. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  53. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  54. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  55. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  56. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  57. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  58. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  59. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  60. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  61. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  62. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  63. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  64. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  65. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  66. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  67. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  68. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  69. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  70. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  71. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  72. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  73. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  74. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  75. package/package.json +1 -1
  76. package/dist/{user_organisation_service-D2pCLN2b.d.ts → user_organisation_service-djKCoZTQ.d.ts} +3 -3
@@ -1,8 +1,8 @@
1
- import { RefillEntrySource, GPSFuelApproveStatus, Status, FileType, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
1
+ import { GPSFuelApproveStatus, RefillEntrySource, Status, FileType, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR, BR, AWSPresignedUrl } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
4
  import { FilePresignedUrlDTO } from '../../../zod_utils/zod_base_schema.js';
5
- import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-D2pCLN2b.js';
5
+ import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-djKCoZTQ.js';
6
6
  import { MasterMainLandmark } from '../../master/main/master_main_landmark_service.js';
7
7
  import { MasterVehicleFuelRemovalReason } from '../../master/vehicle/master_vehicle_fuel_removal_reason_service.js';
8
8
  import '../../master/main/master_main_sim_provider_service.js';
@@ -19,6 +19,8 @@ interface FleetFuelRemoval extends Record<string, unknown> {
19
19
  date?: string;
20
20
  date_f?: string;
21
21
  date_time_f?: string;
22
+ admin_verify_status: GPSFuelApproveStatus;
23
+ transporter_verify_status: GPSFuelApproveStatus;
22
24
  cost_per_unit?: number;
23
25
  total_cost?: number;
24
26
  fuel_removal_reason_id?: string;
@@ -28,8 +30,6 @@ interface FleetFuelRemoval extends Record<string, unknown> {
28
30
  entry_source: RefillEntrySource;
29
31
  source_reference_id?: string;
30
32
  source_notes?: string;
31
- admin_verify_status: GPSFuelApproveStatus;
32
- transporter_verify_status: GPSFuelApproveStatus;
33
33
  latitude?: number;
34
34
  longitude?: number;
35
35
  google_location?: string;
@@ -133,14 +133,14 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
133
133
  diff_removal_quantity: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
134
134
  odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
135
135
  date_time: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
136
+ admin_verify_status: z.ZodType<GPSFuelApproveStatus, z.ZodTypeDef, GPSFuelApproveStatus>;
137
+ transporter_verify_status: z.ZodType<GPSFuelApproveStatus, z.ZodTypeDef, GPSFuelApproveStatus>;
136
138
  removal_details: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
137
139
  cost_per_unit: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
138
140
  total_cost: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
139
141
  entry_source: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof RefillEntrySource>>>;
140
142
  source_reference_id: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
141
143
  source_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
142
- admin_verify_status: z.ZodType<GPSFuelApproveStatus, z.ZodTypeDef, GPSFuelApproveStatus>;
143
- transporter_verify_status: z.ZodType<GPSFuelApproveStatus, z.ZodTypeDef, GPSFuelApproveStatus>;
144
144
  latitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
145
145
  longitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
146
146
  google_location: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
@@ -193,11 +193,11 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
193
193
  odometer_reading: number;
194
194
  google_location: string;
195
195
  date_time: string;
196
+ admin_verify_status: GPSFuelApproveStatus;
197
+ transporter_verify_status: GPSFuelApproveStatus;
196
198
  entry_source: RefillEntrySource;
197
199
  source_reference_id: string;
198
200
  source_notes: string;
199
- admin_verify_status: GPSFuelApproveStatus;
200
- transporter_verify_status: GPSFuelApproveStatus;
201
201
  fuel_removal_reason_id: string;
202
202
  removal_details: string;
203
203
  removal_files: {
@@ -338,9 +338,9 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
338
338
  from_date: string;
339
339
  to_date: string;
340
340
  vehicle_fuel_type_ids: string[];
341
- entry_source: RefillEntrySource[];
342
341
  admin_verify_status: GPSFuelApproveStatus[];
343
342
  transporter_verify_status: GPSFuelApproveStatus[];
343
+ entry_source: RefillEntrySource[];
344
344
  vehicle_fuel_unit_ids: string[];
345
345
  fuel_removal_reason_ids: string[];
346
346
  }, {
@@ -373,9 +373,9 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
373
373
  driver_ids?: string[] | undefined;
374
374
  device_ids?: string[] | undefined;
375
375
  vehicle_fuel_type_ids?: string[] | undefined;
376
- entry_source?: RefillEntrySource[] | undefined;
377
376
  admin_verify_status?: GPSFuelApproveStatus[] | undefined;
378
377
  transporter_verify_status?: GPSFuelApproveStatus[] | undefined;
378
+ entry_source?: RefillEntrySource[] | undefined;
379
379
  vehicle_fuel_unit_ids?: string[] | undefined;
380
380
  fuel_removal_reason_ids?: string[] | undefined;
381
381
  }>;
@@ -352,10 +352,21 @@ var FleetFuelRemovalSchema = z3.object({
352
352
  after_removal_quantity: doubleOptional("After Remove Quantity"),
353
353
  removal_quantity: doubleOptional("Removal Quantity"),
354
354
  verified_removal_quantity: doubleOptional("Verified Removal Quantity"),
355
- diff_removal_quantity: doubleOptional("Difference Removal Quantity"),
355
+ diff_removal_quantity: doubleOptional("Difference Removal Quantity", -100),
356
356
  odometer_reading: numberOptional("Odometer Reading"),
357
357
  // Event Time
358
358
  date_time: dateMandatory("Date Time"),
359
+ // Verification
360
+ admin_verify_status: enumMandatory(
361
+ "Admin Fuel Verify Status",
362
+ GPSFuelApproveStatus,
363
+ "Pending" /* Pending */
364
+ ),
365
+ transporter_verify_status: enumMandatory(
366
+ "Transporter Fuel Verify Status",
367
+ GPSFuelApproveStatus,
368
+ "Pending" /* Pending */
369
+ ),
359
370
  removal_details: stringOptional("Removal Details", 0, 300),
360
371
  // Cost Details
361
372
  cost_per_unit: doubleOptional("Cost Per Unit"),
@@ -368,17 +379,6 @@ var FleetFuelRemovalSchema = z3.object({
368
379
  ),
369
380
  source_reference_id: stringOptional("Source Reference ID", 0, 100),
370
381
  source_notes: stringOptional("Source Notes", 0, 500),
371
- // Verification
372
- admin_verify_status: enumMandatory(
373
- "Admin Fuel Verify Status",
374
- GPSFuelApproveStatus,
375
- "Pending" /* Pending */
376
- ),
377
- transporter_verify_status: enumMandatory(
378
- "Transporter Fuel Verify Status",
379
- GPSFuelApproveStatus,
380
- "Pending" /* Pending */
381
- ),
382
382
  // Location Details
383
383
  latitude: doubleOptionalLatLng("Latitude"),
384
384
  longitude: doubleOptionalLatLng("Longitude"),
@@ -1,7 +1,7 @@
1
1
  import { GeofencePurposeType, GeofenceType, 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-D2pCLN2b.js';
4
+ import { U as UserOrganisation } from '../../../../user_organisation_service-djKCoZTQ.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -82,6 +82,9 @@ declare const GPSGeofenceSchema: z.ZodObject<{
82
82
  google_location: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
83
83
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
84
84
  }, "strip", z.ZodTypeAny, {
85
+ status: Status;
86
+ organisation_id: string;
87
+ country_code: string;
85
88
  geofence_name: string;
86
89
  geofence_purpose_type: GeofencePurposeType;
87
90
  geofence_description: string;
@@ -99,25 +102,23 @@ declare const GPSGeofenceSchema: z.ZodObject<{
99
102
  state_province_region: string;
100
103
  postal_code: string;
101
104
  country: string;
102
- country_code: string;
103
105
  google_location: string;
104
- status: Status;
105
- organisation_id: string;
106
- radius_m?: number | undefined;
107
- radius_km?: number | undefined;
108
106
  latitude?: number | undefined;
109
107
  longitude?: number | undefined;
108
+ radius_m?: number | undefined;
109
+ radius_km?: number | undefined;
110
110
  }, {
111
+ status: Status;
112
+ organisation_id: string;
111
113
  geofence_name: string;
112
114
  geofence_purpose_type: GeofencePurposeType;
113
115
  geofence_type: GeofenceType;
114
- status: Status;
115
- organisation_id: string;
116
+ country_code?: string | undefined;
117
+ latitude?: unknown;
118
+ longitude?: unknown;
116
119
  geofence_description?: string | undefined;
117
120
  radius_m?: unknown;
118
121
  radius_km?: unknown;
119
- latitude?: unknown;
120
- longitude?: unknown;
121
122
  poliline_data?: {
122
123
  latitude?: unknown;
123
124
  longitude?: unknown;
@@ -131,7 +132,6 @@ declare const GPSGeofenceSchema: z.ZodObject<{
131
132
  state_province_region?: string | undefined;
132
133
  postal_code?: string | undefined;
133
134
  country?: string | undefined;
134
- country_code?: string | undefined;
135
135
  google_location?: string | undefined;
136
136
  }>;
137
137
  type GPSGeofenceDTO = z.infer<typeof GPSGeofenceSchema>;
@@ -171,9 +171,8 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
171
171
  geofence_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofenceType>, "many">>>;
172
172
  gps_geofence_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
173
173
  }, "strip", z.ZodTypeAny, {
174
- geofence_purpose_type: GeofencePurposeType[];
175
- geofence_type: GeofenceType[];
176
174
  status: Status[];
175
+ time_zone_id: string;
177
176
  search: string;
178
177
  paging: PAGING;
179
178
  page_count: number;
@@ -193,14 +192,13 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
193
192
  }[];
194
193
  include_master_data: YesNo;
195
194
  date_format_id: string;
196
- time_zone_id: string;
197
195
  organisation_ids: string[];
198
196
  gps_geofence_ids: string[];
197
+ geofence_purpose_type: GeofencePurposeType[];
198
+ geofence_type: GeofenceType[];
199
199
  }, {
200
- date_format_id: string;
201
200
  time_zone_id: string;
202
- geofence_purpose_type?: GeofencePurposeType[] | undefined;
203
- geofence_type?: GeofenceType[] | undefined;
201
+ date_format_id: string;
204
202
  status?: Status[] | undefined;
205
203
  search?: string | undefined;
206
204
  paging?: PAGING | undefined;
@@ -222,6 +220,8 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
222
220
  include_master_data?: YesNo | undefined;
223
221
  organisation_ids?: string[] | undefined;
224
222
  gps_geofence_ids?: string[] | undefined;
223
+ geofence_purpose_type?: GeofencePurposeType[] | undefined;
224
+ geofence_type?: GeofenceType[] | undefined;
225
225
  }>;
226
226
  type GPSGeofenceQueryDTO = z.infer<typeof GPSGeofenceQuerySchema>;
227
227
  declare const toGPSGeofencePayload: (data: GPSGeofence) => GPSGeofenceDTO;
@@ -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-D2pCLN2b.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-djKCoZTQ.js';
5
5
  import { GPSGeofence } from './gps_geofence_service.js';
6
6
  import '../../../../zod_utils/zod_base_schema.js';
7
7
  import '../../../master/main/master_main_sim_provider_service.js';
@@ -36,23 +36,23 @@ declare const GPSGeofenceTransactionSchema: z.ZodObject<{
36
36
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
37
37
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
38
38
  }, "strip", z.ZodTypeAny, {
39
- gps_geofence_id: string;
39
+ geofence_status_type: GeofenceStatusType;
40
+ geofence_time: string;
40
41
  status: Status;
41
42
  organisation_id: string;
42
- time_zone_id: string;
43
- driver_id: string;
44
43
  vehicle_id: string;
44
+ driver_id: string;
45
+ gps_geofence_id: string;
46
+ time_zone_id: string;
47
+ }, {
45
48
  geofence_status_type: GeofenceStatusType;
46
49
  geofence_time: string;
47
- }, {
48
- gps_geofence_id: string;
49
50
  status: Status;
50
51
  organisation_id: string;
51
- time_zone_id: string;
52
- driver_id: string;
53
52
  vehicle_id: string;
54
- geofence_status_type: GeofenceStatusType;
55
- geofence_time: string;
53
+ driver_id: string;
54
+ gps_geofence_id: string;
55
+ time_zone_id: string;
56
56
  }>;
57
57
  type GPSGeofenceTransactionDTO = z.infer<typeof GPSGeofenceTransactionSchema>;
58
58
  declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
@@ -94,7 +94,9 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
94
94
  from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
95
95
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
96
96
  }, "strip", z.ZodTypeAny, {
97
+ geofence_status_type: GeofenceStatusType[];
97
98
  status: Status[];
99
+ time_zone_id: string;
98
100
  search: string;
99
101
  paging: PAGING;
100
102
  page_count: number;
@@ -114,19 +116,18 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
114
116
  }[];
115
117
  include_master_data: YesNo;
116
118
  date_format_id: string;
117
- time_zone_id: string;
118
119
  organisation_ids: string[];
119
- gps_geofence_ids: string[];
120
120
  vehicle_ids: string[];
121
121
  driver_ids: string[];
122
- geofence_status_type: GeofenceStatusType[];
122
+ gps_geofence_ids: string[];
123
123
  from_date: string;
124
124
  to_date: string;
125
125
  }, {
126
- date_format_id: string;
127
126
  time_zone_id: string;
127
+ date_format_id: string;
128
128
  from_date: string;
129
129
  to_date: string;
130
+ geofence_status_type?: GeofenceStatusType[] | undefined;
130
131
  status?: Status[] | undefined;
131
132
  search?: string | undefined;
132
133
  paging?: PAGING | undefined;
@@ -147,10 +148,9 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
147
148
  }[] | undefined;
148
149
  include_master_data?: YesNo | undefined;
149
150
  organisation_ids?: string[] | undefined;
150
- gps_geofence_ids?: string[] | undefined;
151
151
  vehicle_ids?: string[] | undefined;
152
152
  driver_ids?: string[] | undefined;
153
- geofence_status_type?: GeofenceStatusType[] | undefined;
153
+ gps_geofence_ids?: string[] | undefined;
154
154
  }>;
155
155
  type GPSGeofenceTransactionQueryDTO = z.infer<typeof GPSGeofenceTransactionQuerySchema>;
156
156
  declare const toGPSGeofenceTransactionPayload: (data: GPSGeofenceTransaction) => GPSGeofenceTransactionDTO;
@@ -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-D2pCLN2b.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-djKCoZTQ.js';
5
5
  import { GPSGeofence } from './gps_geofence_service.js';
6
6
  import { GPSGeofenceTransaction } from './gps_geofence_transaction_service.js';
7
7
  import '../../../../zod_utils/zod_base_schema.js';
@@ -46,24 +46,24 @@ declare const GPSGeofenceTransactionSummarySchema: z.ZodObject<{
46
46
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
47
47
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
48
48
  }, "strip", z.ZodTypeAny, {
49
- gps_geofence_id: string;
50
49
  status: Status;
51
50
  organisation_id: string;
52
- time_zone_id: string;
53
- driver_id: string;
54
51
  vehicle_id: string;
52
+ driver_id: string;
53
+ gps_geofence_id: string;
54
+ time_zone_id: string;
55
55
  geofence_enter_date_time: string;
56
56
  geofence_exit_date_time: string;
57
57
  duration_seconds: number;
58
58
  enter_gps_geofence_transaction_id: string;
59
59
  exit_gps_geofence_transaction_id: string;
60
60
  }, {
61
- gps_geofence_id: string;
62
61
  status: Status;
63
62
  organisation_id: string;
64
- time_zone_id: string;
65
- driver_id: string;
66
63
  vehicle_id: string;
64
+ driver_id: string;
65
+ gps_geofence_id: string;
66
+ time_zone_id: string;
67
67
  geofence_enter_date_time: string;
68
68
  enter_gps_geofence_transaction_id: string;
69
69
  exit_gps_geofence_transaction_id: string;
@@ -110,6 +110,7 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
110
110
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
111
111
  }, "strip", z.ZodTypeAny, {
112
112
  status: Status[];
113
+ time_zone_id: string;
113
114
  search: string;
114
115
  paging: PAGING;
115
116
  page_count: number;
@@ -129,16 +130,15 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
129
130
  }[];
130
131
  include_master_data: YesNo;
131
132
  date_format_id: string;
132
- time_zone_id: string;
133
133
  organisation_ids: string[];
134
- gps_geofence_ids: string[];
135
134
  vehicle_ids: string[];
136
135
  driver_ids: string[];
136
+ gps_geofence_ids: string[];
137
137
  from_date: string;
138
138
  to_date: string;
139
139
  }, {
140
- date_format_id: string;
141
140
  time_zone_id: string;
141
+ date_format_id: string;
142
142
  from_date: string;
143
143
  to_date: string;
144
144
  status?: Status[] | undefined;
@@ -161,9 +161,9 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
161
161
  }[] | undefined;
162
162
  include_master_data?: YesNo | undefined;
163
163
  organisation_ids?: string[] | undefined;
164
- gps_geofence_ids?: string[] | undefined;
165
164
  vehicle_ids?: string[] | undefined;
166
165
  driver_ids?: string[] | undefined;
166
+ gps_geofence_ids?: string[] | undefined;
167
167
  }>;
168
168
  type GPSGeofenceTransactionSummaryQueryDTO = z.infer<typeof GPSGeofenceTransactionSummaryQuerySchema>;
169
169
  declare const toGPSGeofenceTransactionSummaryPayload: (data: GPSGeofenceTransactionSummary) => GPSGeofenceTransactionSummaryDTO;
@@ -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-D2pCLN2b.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-djKCoZTQ.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -57,9 +57,9 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
57
57
  }, "strip", z.ZodTypeAny, {
58
58
  status: Status;
59
59
  organisation_id: string;
60
- time_zone_id: string;
61
- driver_id: string;
62
60
  vehicle_id: string;
61
+ driver_id: string;
62
+ time_zone_id: string;
63
63
  duration_seconds: number;
64
64
  from_geofence_exit_date_time: string;
65
65
  to_geofence_enter_date_time: string;
@@ -73,9 +73,9 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
73
73
  }, {
74
74
  status: Status;
75
75
  organisation_id: string;
76
- time_zone_id: string;
77
- driver_id: string;
78
76
  vehicle_id: string;
77
+ driver_id: string;
78
+ time_zone_id: string;
79
79
  from_geofence_exit_date_time: string;
80
80
  to_geofence_enter_date_time: string;
81
81
  from_geofence_id: string;
@@ -128,6 +128,7 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
128
128
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
129
129
  }, "strip", z.ZodTypeAny, {
130
130
  status: Status[];
131
+ time_zone_id: string;
131
132
  search: string;
132
133
  paging: PAGING;
133
134
  page_count: number;
@@ -147,7 +148,6 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
147
148
  }[];
148
149
  include_master_data: YesNo;
149
150
  date_format_id: string;
150
- time_zone_id: string;
151
151
  organisation_ids: string[];
152
152
  vehicle_ids: string[];
153
153
  driver_ids: string[];
@@ -156,8 +156,8 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
156
156
  from_geofence_ids: string[];
157
157
  to_geofence_ids: string[];
158
158
  }, {
159
- date_format_id: string;
160
159
  time_zone_id: string;
160
+ date_format_id: string;
161
161
  from_date: string;
162
162
  to_date: string;
163
163
  status?: Status[] | undefined;
@@ -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-D2pCLN2b.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-djKCoZTQ.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;
46
45
  status: Status;
47
46
  organisation_id: string;
48
47
  type: NotificationType;
49
48
  to_recipients: string;
50
- }, {
51
49
  gps_live_track_share_link_id: string;
50
+ }, {
52
51
  status: Status;
53
52
  organisation_id: string;
54
53
  type: NotificationType;
55
54
  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;
77
76
  status: Status;
78
77
  organisation_id: string;
79
78
  type: NotificationType;
80
79
  to_recipients: string;
81
- }, {
82
80
  gps_live_track_share_link_id: string;
81
+ }, {
83
82
  status: Status;
84
83
  organisation_id: string;
85
84
  type: NotificationType;
86
85
  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;
91
89
  link_status: LinkStatus;
92
90
  status: Status;
93
91
  organisation_id: string;
94
92
  vehicle_id: string;
95
93
  trip_id: string;
96
- expire_milliseconds: number;
97
94
  notifications: {
98
- gps_live_track_share_link_id: string;
99
95
  status: Status;
100
96
  organisation_id: string;
101
97
  type: NotificationType;
102
98
  to_recipients: string;
99
+ gps_live_track_share_link_id: string;
103
100
  }[];
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;
108
107
  link_status: LinkStatus;
109
108
  status: Status;
110
109
  organisation_id: string;
111
110
  vehicle_id: string;
112
111
  trip_id: string;
113
- latitude?: unknown;
114
- longitude?: unknown;
115
- location?: string | undefined;
116
- expire_milliseconds?: unknown;
112
+ link_type: LinkType;
117
113
  notifications?: {
118
- gps_live_track_share_link_id: string;
119
114
  status: Status;
120
115
  organisation_id: string;
121
116
  type: NotificationType;
122
117
  to_recipients: string;
118
+ gps_live_track_share_link_id: string;
123
119
  }[] | 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,7 +176,6 @@ 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[];
180
179
  link_status: LinkStatus[];
181
180
  status: Status[];
182
181
  search: string;
@@ -202,10 +201,10 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
202
201
  organisation_ids: string[];
203
202
  vehicle_ids: string[];
204
203
  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;
209
208
  link_status?: LinkStatus[] | undefined;
210
209
  status?: Status[] | undefined;
211
210
  search?: string | undefined;
@@ -229,6 +228,7 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
229
228
  organisation_ids?: string[] | undefined;
230
229
  vehicle_ids?: string[] | undefined;
231
230
  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-D2pCLN2b.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-djKCoZTQ.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;
43
44
  status: Status;
44
45
  organisation_id: string;
45
46
  type: NotificationType;
46
47
  to_recipients: string;
47
- gps_track_history_share_link_id: string;
48
48
  }, {
49
+ gps_track_history_share_link_id: string;
49
50
  status: Status;
50
51
  organisation_id: string;
51
52
  type: NotificationType;
52
53
  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;
71
72
  status: Status;
72
73
  organisation_id: string;
73
74
  type: NotificationType;
74
75
  to_recipients: string;
75
- gps_track_history_share_link_id: string;
76
76
  }, {
77
+ gps_track_history_share_link_id: string;
77
78
  status: Status;
78
79
  organisation_id: string;
79
80
  type: NotificationType;
80
81
  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;
84
86
  link_status: TrackHistoryLinkStatus;
85
87
  status: Status;
86
88
  organisation_id: string;
87
89
  vehicle_id: string;
88
90
  trip_id: string;
89
91
  notifications: {
92
+ gps_track_history_share_link_id: string;
90
93
  status: Status;
91
94
  organisation_id: string;
92
95
  type: NotificationType;
93
96
  to_recipients: string;
94
- gps_track_history_share_link_id: string;
95
97
  }[];
98
+ }, {
96
99
  from_date_time: string;
97
100
  to_date_time: string;
98
- }, {
99
101
  link_status: TrackHistoryLinkStatus;
100
102
  status: Status;
101
103
  organisation_id: string;
102
104
  vehicle_id: string;
103
105
  trip_id: string;
104
- from_date_time: string;
105
- to_date_time: string;
106
106
  notifications?: {
107
+ gps_track_history_share_link_id: string;
107
108
  status: Status;
108
109
  organisation_id: string;
109
110
  type: NotificationType;
110
111
  to_recipients: string;
111
- gps_track_history_share_link_id: string;
112
112
  }[] | undefined;
113
113
  }>;
114
114
  type GPSTrackHistoryShareLinkDTO = z.infer<typeof GPSTrackHistoryShareLinkSchema>;
@@ -1,7 +1,7 @@
1
1
  import { YesNo, NotificationType, NotificationPreference, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } 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, M as MasterVehicle } from '../../../../user_organisation_service-D2pCLN2b.js';
4
+ import { U as UserOrganisation, a as User, M as MasterVehicle } from '../../../../user_organisation_service-djKCoZTQ.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { YesNo, ReportType, ReportPreference, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } 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-D2pCLN2b.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../../user_organisation_service-djKCoZTQ.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../../master/main/master_main_sim_provider_service.js';
7
7