vms-nest-prisma-api-document 14.0.0 → 16.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.
- package/dist/core/BaseResponse.d.ts +16 -1
- package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
- package/dist/services/account/analytics/user_login_analytics_service.js +11 -0
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
- package/dist/services/account/analytics/user_page_analytics_service.js +11 -0
- package/dist/services/account/bookmark_service.js +11 -0
- package/dist/services/account/ticket_service.js +11 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +16 -16
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.js +11 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +64 -66
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.js +19 -14
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +29 -29
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.js +11 -0
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +16 -16
- package/dist/services/gps/features/geofence/gps_geofence_service.js +11 -0
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +15 -15
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.js +11 -0
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +10 -10
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.js +11 -0
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +6 -6
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.js +11 -0
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +22 -22
- package/dist/services/gps/features/gps_live_track_share_link_service.js +11 -0
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +15 -15
- package/dist/services/gps/features/gps_track_history_share_link_service.js +11 -0
- package/dist/services/gps/features/user_notification_preferences.service.d.ts +11 -11
- package/dist/services/gps/features/user_notification_preferences.service.js +11 -0
- package/dist/services/gps/features/user_report_preferences.service.d.ts +8 -8
- package/dist/services/gps/features/user_report_preferences.service.js +13 -2
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
- package/dist/services/gps/reports/gps_reports_mongo_service.js +11 -0
- package/dist/services/main/devices/master_device_service.js +11 -0
- package/dist/services/main/drivers/master_driver_service.js +11 -0
- package/dist/services/main/sims/master_sim_service.js +11 -0
- package/dist/services/main/users/user_admin_service.js +11 -0
- package/dist/services/main/users/user_organisation_service.js +11 -0
- package/dist/services/main/users/user_service.js +11 -0
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.js +11 -0
- package/dist/services/main/vehicle/master_vehicle_service.js +11 -0
- package/dist/services/master/device/master_device_manufacturer_service.js +11 -0
- package/dist/services/master/device/master_device_model_service.js +11 -0
- package/dist/services/master/device/master_device_type_service.js +11 -0
- package/dist/services/master/expense/master_expense_name_service.js +11 -0
- package/dist/services/master/expense/master_expense_type_service.js +11 -0
- package/dist/services/master/expense/master_fuel_company_service.js +11 -0
- package/dist/services/master/expense/master_vendor_document_type_service.js +11 -0
- package/dist/services/master/expense/master_vendor_type_service.js +11 -0
- package/dist/services/master/fleet/master_fleet_incident_severity_service.js +11 -0
- package/dist/services/master/fleet/master_fleet_incident_status_service.js +11 -0
- package/dist/services/master/fleet/master_fleet_incident_type_service.js +11 -0
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.js +11 -0
- package/dist/services/master/fleet/master_fleet_service_task_service.js +11 -0
- package/dist/services/master/main/master_main_country_service.js +11 -0
- package/dist/services/master/main/master_main_currency_service.js +11 -0
- package/dist/services/master/main/master_main_date_format_service.js +11 -0
- package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
- package/dist/services/master/main/master_main_eway_bill_provider_service.js +11 -0
- package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
- package/dist/services/master/main/master_main_fasttag_bank_service.js +11 -0
- package/dist/services/master/main/master_main_industry_service.js +11 -0
- package/dist/services/master/main/master_main_landmark_service.d.ts +6 -6
- package/dist/services/master/main/master_main_landmark_service.js +11 -0
- package/dist/services/master/main/master_main_language_service.js +11 -0
- package/dist/services/master/main/master_main_sim_provider_service.js +11 -0
- package/dist/services/master/main/master_main_state_service.js +11 -0
- package/dist/services/master/main/master_main_timezone_service.js +11 -0
- package/dist/services/master/main/master_main_unit_distance_service.js +11 -0
- package/dist/services/master/main/master_main_unit_mileage_service.js +11 -0
- package/dist/services/master/main/master_main_unit_volume_service.js +11 -0
- package/dist/services/master/organisation/organisation_branch_service.js +11 -0
- package/dist/services/master/organisation/organisation_color_service.js +11 -0
- package/dist/services/master/organisation/organisation_group_service.js +11 -0
- package/dist/services/master/organisation/organisation_sub_company_service.js +11 -0
- package/dist/services/master/organisation/organisation_tag_service.js +11 -0
- package/dist/services/master/spare_part/master_spare_part_category_service.js +11 -0
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.js +11 -0
- package/dist/services/master/spare_part/master_spare_part_unit_service.js +11 -0
- package/dist/services/master/trip/master_trip_party_type_service.js +11 -0
- package/dist/services/master/tyre/master_tyre_grade_service.js +11 -0
- package/dist/services/master/tyre/master_tyre_make_service.js +11 -0
- package/dist/services/master/tyre/master_tyre_model_service.js +11 -0
- package/dist/services/master/user/master_user_role_service.js +11 -0
- package/dist/services/master/user/master_user_status_service.js +11 -0
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.js +11 -0
- package/dist/services/master/vehicle/master_vehicle_document_type_service.js +11 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +2 -2
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.js +11 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.js +11 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.js +11 -0
- package/dist/services/master/vehicle/master_vehicle_make_service.js +11 -0
- package/dist/services/master/vehicle/master_vehicle_model_service.js +11 -0
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.js +11 -0
- package/dist/services/master/vehicle/master_vehicle_status_type_service.js +11 -0
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.js +11 -0
- package/dist/services/master/vehicle/master_vehicle_type_service.js +11 -0
- package/dist/services/website/contact_us_detail_service.d.ts +1 -1
- package/dist/services/website/contact_us_detail_service.js +11 -0
- package/dist/services/website/faq_service.js +11 -0
- package/dist/services/website/static_pages_service.d.ts +1 -1
- package/dist/services/website/static_pages_service.js +11 -0
- package/dist/zod_utils/zod_base_schema.d.ts +36 -4
- package/dist/zod_utils/zod_base_schema.js +12 -0
- package/package.json +1 -1
|
@@ -181,23 +181,23 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
181
181
|
file_metadata?: Record<string, any> | undefined;
|
|
182
182
|
}>, "many">>>;
|
|
183
183
|
}, "strip", z.ZodTypeAny, {
|
|
184
|
-
date_time: string;
|
|
185
|
-
admin_verify_status: GPSFuelApproveStatus;
|
|
186
|
-
transporter_verify_status: GPSFuelApproveStatus;
|
|
187
|
-
entry_source: RefillEntrySource;
|
|
188
|
-
source_reference_id: string;
|
|
189
|
-
source_notes: string;
|
|
190
|
-
google_location: string;
|
|
191
|
-
odometer_reading: number;
|
|
192
184
|
status: Status;
|
|
193
185
|
organisation_id: string;
|
|
194
186
|
user_id: string;
|
|
195
187
|
vehicle_id: string;
|
|
196
188
|
driver_id: string;
|
|
197
189
|
device_id: string;
|
|
190
|
+
time_zone_id: string;
|
|
198
191
|
vehicle_fuel_type_id: string;
|
|
199
192
|
vehicle_fuel_unit_id: string;
|
|
200
|
-
|
|
193
|
+
odometer_reading: number;
|
|
194
|
+
google_location: string;
|
|
195
|
+
date_time: string;
|
|
196
|
+
admin_verify_status: GPSFuelApproveStatus;
|
|
197
|
+
transporter_verify_status: GPSFuelApproveStatus;
|
|
198
|
+
entry_source: RefillEntrySource;
|
|
199
|
+
source_reference_id: string;
|
|
200
|
+
source_notes: string;
|
|
201
201
|
fuel_removal_reason_id: string;
|
|
202
202
|
removal_details: string;
|
|
203
203
|
removal_files: {
|
|
@@ -212,38 +212,38 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
212
212
|
file_metadata: Record<string, any>;
|
|
213
213
|
fleet_fuel_removal_id: string;
|
|
214
214
|
}[];
|
|
215
|
-
cost_per_unit?: number | undefined;
|
|
216
|
-
total_cost?: number | undefined;
|
|
217
215
|
latitude?: number | undefined;
|
|
218
216
|
longitude?: number | undefined;
|
|
217
|
+
cost_per_unit?: number | undefined;
|
|
218
|
+
total_cost?: number | undefined;
|
|
219
219
|
before_removal_quantity?: number | undefined;
|
|
220
220
|
after_removal_quantity?: number | undefined;
|
|
221
221
|
removal_quantity?: number | undefined;
|
|
222
222
|
verified_removal_quantity?: number | undefined;
|
|
223
223
|
diff_removal_quantity?: number | undefined;
|
|
224
224
|
}, {
|
|
225
|
-
date_time: string;
|
|
226
|
-
admin_verify_status: GPSFuelApproveStatus;
|
|
227
|
-
transporter_verify_status: GPSFuelApproveStatus;
|
|
228
225
|
status: Status;
|
|
229
226
|
organisation_id: string;
|
|
230
227
|
user_id: string;
|
|
231
228
|
vehicle_id: string;
|
|
232
229
|
driver_id: string;
|
|
233
230
|
device_id: string;
|
|
231
|
+
time_zone_id: string;
|
|
234
232
|
vehicle_fuel_type_id: string;
|
|
235
233
|
vehicle_fuel_unit_id: string;
|
|
236
|
-
|
|
234
|
+
date_time: string;
|
|
235
|
+
admin_verify_status: GPSFuelApproveStatus;
|
|
236
|
+
transporter_verify_status: GPSFuelApproveStatus;
|
|
237
237
|
fuel_removal_reason_id: string;
|
|
238
|
+
odometer_reading?: unknown;
|
|
239
|
+
latitude?: unknown;
|
|
240
|
+
longitude?: unknown;
|
|
241
|
+
google_location?: string | undefined;
|
|
238
242
|
cost_per_unit?: unknown;
|
|
239
243
|
total_cost?: unknown;
|
|
240
244
|
entry_source?: RefillEntrySource | undefined;
|
|
241
245
|
source_reference_id?: string | undefined;
|
|
242
246
|
source_notes?: string | undefined;
|
|
243
|
-
latitude?: unknown;
|
|
244
|
-
longitude?: unknown;
|
|
245
|
-
google_location?: string | undefined;
|
|
246
|
-
odometer_reading?: unknown;
|
|
247
247
|
before_removal_quantity?: unknown;
|
|
248
248
|
after_removal_quantity?: unknown;
|
|
249
249
|
removal_quantity?: unknown;
|
|
@@ -309,11 +309,7 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
309
309
|
from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
310
310
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
311
311
|
}, "strip", z.ZodTypeAny, {
|
|
312
|
-
admin_verify_status: GPSFuelApproveStatus[];
|
|
313
|
-
transporter_verify_status: GPSFuelApproveStatus[];
|
|
314
|
-
entry_source: RefillEntrySource[];
|
|
315
312
|
status: Status[];
|
|
316
|
-
time_zone_id: string;
|
|
317
313
|
search: string;
|
|
318
314
|
paging: PAGING;
|
|
319
315
|
page_count: number;
|
|
@@ -333,24 +329,25 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
333
329
|
}[];
|
|
334
330
|
include_master_data: YesNo;
|
|
335
331
|
date_format_id: string;
|
|
332
|
+
time_zone_id: string;
|
|
336
333
|
organisation_ids: string[];
|
|
337
334
|
user_ids: string[];
|
|
338
335
|
vehicle_ids: string[];
|
|
339
336
|
driver_ids: string[];
|
|
340
337
|
device_ids: string[];
|
|
341
|
-
vehicle_fuel_type_ids: string[];
|
|
342
|
-
vehicle_fuel_unit_ids: string[];
|
|
343
338
|
from_date: string;
|
|
344
339
|
to_date: string;
|
|
340
|
+
vehicle_fuel_type_ids: string[];
|
|
341
|
+
admin_verify_status: GPSFuelApproveStatus[];
|
|
342
|
+
transporter_verify_status: GPSFuelApproveStatus[];
|
|
343
|
+
entry_source: RefillEntrySource[];
|
|
344
|
+
vehicle_fuel_unit_ids: string[];
|
|
345
345
|
fuel_removal_reason_ids: string[];
|
|
346
346
|
}, {
|
|
347
|
-
time_zone_id: string;
|
|
348
347
|
date_format_id: string;
|
|
348
|
+
time_zone_id: string;
|
|
349
349
|
from_date: string;
|
|
350
350
|
to_date: string;
|
|
351
|
-
admin_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
352
|
-
transporter_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
353
|
-
entry_source?: RefillEntrySource[] | undefined;
|
|
354
351
|
status?: Status[] | undefined;
|
|
355
352
|
search?: string | undefined;
|
|
356
353
|
paging?: PAGING | undefined;
|
|
@@ -376,6 +373,9 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
376
373
|
driver_ids?: string[] | undefined;
|
|
377
374
|
device_ids?: string[] | undefined;
|
|
378
375
|
vehicle_fuel_type_ids?: string[] | undefined;
|
|
376
|
+
admin_verify_status?: GPSFuelApproveStatus[] | undefined;
|
|
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
|
}>;
|
|
@@ -264,6 +264,17 @@ var OrderBySchema = z2.array(
|
|
|
264
264
|
direction: enumMandatory("Order Direction", OrderBy, "asc" /* asc */)
|
|
265
265
|
})
|
|
266
266
|
);
|
|
267
|
+
var BaseFileSchema = z2.object({
|
|
268
|
+
usage_type: stringOptional("Usage Type", 0, 100),
|
|
269
|
+
file_type: enumMandatory("File Type", FileType, "Image" /* Image */),
|
|
270
|
+
file_url: stringOptional("File URL", 0, 300),
|
|
271
|
+
file_key: stringOptional("File Key", 0, 300),
|
|
272
|
+
file_name: stringOptional("File Name", 0, 300),
|
|
273
|
+
file_description: stringOptional("File Description", 0, 2e3),
|
|
274
|
+
file_size: numberOptional("File Size"),
|
|
275
|
+
file_metadata: dynamicJsonSchema("File Metadata", {}),
|
|
276
|
+
status: enumMandatory("Status", Status, "Active" /* Active */)
|
|
277
|
+
});
|
|
267
278
|
var BaseQuerySchema = z2.object({
|
|
268
279
|
search: stringOptional("Search", 0, 255, ""),
|
|
269
280
|
status: enumArrayOptional("Status", Status, getAllEnums(Status), 0, 10, true),
|
|
@@ -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
|
-
|
|
115
|
-
|
|
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
|
-
|
|
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;
|
|
@@ -308,6 +308,17 @@ var OrderBySchema = z2.array(
|
|
|
308
308
|
direction: enumMandatory("Order Direction", OrderBy, "asc" /* asc */)
|
|
309
309
|
})
|
|
310
310
|
);
|
|
311
|
+
var BaseFileSchema = z2.object({
|
|
312
|
+
usage_type: stringOptional("Usage Type", 0, 100),
|
|
313
|
+
file_type: enumMandatory("File Type", FileType, "Image" /* Image */),
|
|
314
|
+
file_url: stringOptional("File URL", 0, 300),
|
|
315
|
+
file_key: stringOptional("File Key", 0, 300),
|
|
316
|
+
file_name: stringOptional("File Name", 0, 300),
|
|
317
|
+
file_description: stringOptional("File Description", 0, 2e3),
|
|
318
|
+
file_size: numberOptional("File Size"),
|
|
319
|
+
file_metadata: dynamicJsonSchema("File Metadata", {}),
|
|
320
|
+
status: enumMandatory("Status", Status, "Active" /* Active */)
|
|
321
|
+
});
|
|
311
322
|
var BaseQuerySchema = z2.object({
|
|
312
323
|
search: stringOptional("Search", 0, 255, ""),
|
|
313
324
|
status: enumArrayOptional("Status", Status, getAllEnums(Status), 0, 10, true),
|
|
@@ -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
|
-
|
|
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
|
-
|
|
55
|
-
|
|
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
|
-
|
|
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
|
-
|
|
153
|
+
gps_geofence_ids?: string[] | undefined;
|
|
154
154
|
}>;
|
|
155
155
|
type GPSGeofenceTransactionQueryDTO = z.infer<typeof GPSGeofenceTransactionQuerySchema>;
|
|
156
156
|
declare const toGPSGeofenceTransactionPayload: (data: GPSGeofenceTransaction) => GPSGeofenceTransactionDTO;
|
|
@@ -216,6 +216,17 @@ var OrderBySchema = z2.array(
|
|
|
216
216
|
direction: enumMandatory("Order Direction", OrderBy, "asc" /* asc */)
|
|
217
217
|
})
|
|
218
218
|
);
|
|
219
|
+
var BaseFileSchema = z2.object({
|
|
220
|
+
usage_type: stringOptional("Usage Type", 0, 100),
|
|
221
|
+
file_type: enumMandatory("File Type", FileType, "Image" /* Image */),
|
|
222
|
+
file_url: stringOptional("File URL", 0, 300),
|
|
223
|
+
file_key: stringOptional("File Key", 0, 300),
|
|
224
|
+
file_name: stringOptional("File Name", 0, 300),
|
|
225
|
+
file_description: stringOptional("File Description", 0, 2e3),
|
|
226
|
+
file_size: numberOptional("File Size"),
|
|
227
|
+
file_metadata: dynamicJsonSchema("File Metadata", {}),
|
|
228
|
+
status: enumMandatory("Status", Status, "Active" /* Active */)
|
|
229
|
+
});
|
|
219
230
|
var BaseQuerySchema = z2.object({
|
|
220
231
|
search: stringOptional("Search", 0, 255, ""),
|
|
221
232
|
status: enumArrayOptional("Status", Status, getAllEnums(Status), 0, 10, true),
|
|
@@ -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;
|
|
@@ -227,6 +227,17 @@ var OrderBySchema = z2.array(
|
|
|
227
227
|
direction: enumMandatory("Order Direction", OrderBy, "asc" /* asc */)
|
|
228
228
|
})
|
|
229
229
|
);
|
|
230
|
+
var BaseFileSchema = z2.object({
|
|
231
|
+
usage_type: stringOptional("Usage Type", 0, 100),
|
|
232
|
+
file_type: enumMandatory("File Type", FileType, "Image" /* Image */),
|
|
233
|
+
file_url: stringOptional("File URL", 0, 300),
|
|
234
|
+
file_key: stringOptional("File Key", 0, 300),
|
|
235
|
+
file_name: stringOptional("File Name", 0, 300),
|
|
236
|
+
file_description: stringOptional("File Description", 0, 2e3),
|
|
237
|
+
file_size: numberOptional("File Size"),
|
|
238
|
+
file_metadata: dynamicJsonSchema("File Metadata", {}),
|
|
239
|
+
status: enumMandatory("Status", Status, "Active" /* Active */)
|
|
240
|
+
});
|
|
230
241
|
var BaseQuerySchema = z2.object({
|
|
231
242
|
search: stringOptional("Search", 0, 255, ""),
|
|
232
243
|
status: enumArrayOptional("Status", Status, getAllEnums(Status), 0, 10, true),
|
|
@@ -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;
|
|
@@ -239,6 +239,17 @@ var OrderBySchema = z2.array(
|
|
|
239
239
|
direction: enumMandatory("Order Direction", OrderBy, "asc" /* asc */)
|
|
240
240
|
})
|
|
241
241
|
);
|
|
242
|
+
var BaseFileSchema = z2.object({
|
|
243
|
+
usage_type: stringOptional("Usage Type", 0, 100),
|
|
244
|
+
file_type: enumMandatory("File Type", FileType, "Image" /* Image */),
|
|
245
|
+
file_url: stringOptional("File URL", 0, 300),
|
|
246
|
+
file_key: stringOptional("File Key", 0, 300),
|
|
247
|
+
file_name: stringOptional("File Name", 0, 300),
|
|
248
|
+
file_description: stringOptional("File Description", 0, 2e3),
|
|
249
|
+
file_size: numberOptional("File Size"),
|
|
250
|
+
file_metadata: dynamicJsonSchema("File Metadata", {}),
|
|
251
|
+
status: enumMandatory("Status", Status, "Active" /* Active */)
|
|
252
|
+
});
|
|
242
253
|
var BaseQuerySchema = z2.object({
|
|
243
254
|
search: stringOptional("Search", 0, 255, ""),
|
|
244
255
|
status: enumArrayOptional("Status", Status, getAllEnums(Status), 0, 10, true),
|
|
@@ -45,14 +45,14 @@ declare const GPSLiveTrackShareLinkNotificationsSchema: z.ZodObject<{
|
|
|
45
45
|
status: Status;
|
|
46
46
|
organisation_id: string;
|
|
47
47
|
type: NotificationType;
|
|
48
|
-
gps_live_track_share_link_id: string;
|
|
49
48
|
to_recipients: string;
|
|
49
|
+
gps_live_track_share_link_id: string;
|
|
50
50
|
}, {
|
|
51
51
|
status: Status;
|
|
52
52
|
organisation_id: string;
|
|
53
53
|
type: NotificationType;
|
|
54
|
-
gps_live_track_share_link_id: string;
|
|
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<{
|
|
@@ -76,51 +76,51 @@ declare const GPSLiveTrackShareLinkSchema: z.ZodObject<{
|
|
|
76
76
|
status: Status;
|
|
77
77
|
organisation_id: string;
|
|
78
78
|
type: NotificationType;
|
|
79
|
-
gps_live_track_share_link_id: string;
|
|
80
79
|
to_recipients: string;
|
|
80
|
+
gps_live_track_share_link_id: string;
|
|
81
81
|
}, {
|
|
82
82
|
status: Status;
|
|
83
83
|
organisation_id: string;
|
|
84
84
|
type: NotificationType;
|
|
85
|
-
gps_live_track_share_link_id: string;
|
|
86
85
|
to_recipients: string;
|
|
86
|
+
gps_live_track_share_link_id: string;
|
|
87
87
|
}>, "many">>>;
|
|
88
88
|
}, "strip", z.ZodTypeAny, {
|
|
89
|
+
link_status: LinkStatus;
|
|
89
90
|
status: Status;
|
|
90
91
|
organisation_id: string;
|
|
91
92
|
vehicle_id: string;
|
|
92
|
-
link_type: LinkType;
|
|
93
|
-
location: string;
|
|
94
|
-
link_status: LinkStatus;
|
|
95
93
|
trip_id: string;
|
|
96
|
-
expire_milliseconds: number;
|
|
97
94
|
notifications: {
|
|
98
95
|
status: Status;
|
|
99
96
|
organisation_id: string;
|
|
100
97
|
type: NotificationType;
|
|
101
|
-
gps_live_track_share_link_id: string;
|
|
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_status: LinkStatus;
|
|
107
108
|
status: Status;
|
|
108
109
|
organisation_id: string;
|
|
109
110
|
vehicle_id: string;
|
|
110
|
-
link_type: LinkType;
|
|
111
|
-
link_status: LinkStatus;
|
|
112
111
|
trip_id: string;
|
|
113
|
-
|
|
114
|
-
longitude?: unknown;
|
|
115
|
-
location?: string | undefined;
|
|
116
|
-
expire_milliseconds?: unknown;
|
|
112
|
+
link_type: LinkType;
|
|
117
113
|
notifications?: {
|
|
118
114
|
status: Status;
|
|
119
115
|
organisation_id: string;
|
|
120
116
|
type: NotificationType;
|
|
121
|
-
gps_live_track_share_link_id: string;
|
|
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,8 +176,8 @@ 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_status: LinkStatus[];
|
|
179
180
|
status: Status[];
|
|
180
|
-
vehicle_ids: string[];
|
|
181
181
|
search: string;
|
|
182
182
|
paging: PAGING;
|
|
183
183
|
page_count: number;
|
|
@@ -199,14 +199,14 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
199
199
|
date_format_id: string;
|
|
200
200
|
time_zone_id: string;
|
|
201
201
|
organisation_ids: string[];
|
|
202
|
-
|
|
203
|
-
link_status: LinkStatus[];
|
|
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_status?: LinkStatus[] | undefined;
|
|
208
209
|
status?: Status[] | undefined;
|
|
209
|
-
vehicle_ids?: string[] | undefined;
|
|
210
210
|
search?: string | undefined;
|
|
211
211
|
paging?: PAGING | undefined;
|
|
212
212
|
page_count?: unknown;
|
|
@@ -226,9 +226,9 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
226
226
|
}[] | undefined;
|
|
227
227
|
include_master_data?: YesNo | undefined;
|
|
228
228
|
organisation_ids?: string[] | undefined;
|
|
229
|
-
|
|
230
|
-
link_status?: LinkStatus[] | undefined;
|
|
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;
|
|
@@ -249,6 +249,17 @@ var OrderBySchema = z2.array(
|
|
|
249
249
|
direction: enumMandatory("Order Direction", OrderBy, "asc" /* asc */)
|
|
250
250
|
})
|
|
251
251
|
);
|
|
252
|
+
var BaseFileSchema = z2.object({
|
|
253
|
+
usage_type: stringOptional("Usage Type", 0, 100),
|
|
254
|
+
file_type: enumMandatory("File Type", FileType, "Image" /* Image */),
|
|
255
|
+
file_url: stringOptional("File URL", 0, 300),
|
|
256
|
+
file_key: stringOptional("File Key", 0, 300),
|
|
257
|
+
file_name: stringOptional("File Name", 0, 300),
|
|
258
|
+
file_description: stringOptional("File Description", 0, 2e3),
|
|
259
|
+
file_size: numberOptional("File Size"),
|
|
260
|
+
file_metadata: dynamicJsonSchema("File Metadata", {}),
|
|
261
|
+
status: enumMandatory("Status", Status, "Active" /* Active */)
|
|
262
|
+
});
|
|
252
263
|
var BaseQuerySchema = z2.object({
|
|
253
264
|
search: stringOptional("Search", 0, 255, ""),
|
|
254
265
|
status: enumArrayOptional("Status", Status, getAllEnums(Status), 0, 10, true),
|