vms-nest-api-document 48.0.0 → 49.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/Enums.d.ts +5 -1
- package/dist/core/Enums.js +6 -0
- package/dist/{fasttag_details-DqEJ9ww8.d.ts → fasttag_details-Dqz6tgCT.d.ts} +18 -18
- package/dist/services/account/analytics/admin_login_analytics_service.d.ts +301 -0
- package/dist/services/account/analytics/admin_login_analytics_service.js +310 -0
- package/dist/services/account/analytics/driver_login_analytics_service.d.ts +333 -0
- package/dist/services/account/analytics/driver_login_analytics_service.js +319 -0
- package/dist/services/account/analytics/parent_login_analytics_service.d.ts +333 -0
- package/dist/services/account/analytics/parent_login_analytics_service.js +319 -0
- package/dist/services/account/analytics/student_login_analytics_service.d.ts +333 -0
- package/dist/services/account/analytics/student_login_analytics_service.js +317 -0
- package/dist/services/account/analytics/user_login_analytics_service.d.ts +271 -38
- package/dist/services/account/analytics/user_login_analytics_service.js +60 -44
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +187 -32
- package/dist/services/account/analytics/user_page_analytics_service.js +52 -40
- package/dist/services/account/analytics/user_report_analytics_service.d.ts +240 -0
- package/dist/services/account/analytics/user_report_analytics_service.js +317 -0
- package/dist/services/account/eway_bill_details.d.ts +10 -10
- package/dist/services/account/fasttag_details.d.ts +2 -2
- package/dist/services/account/fasttag_transactions.d.ts +2 -2
- package/dist/services/account/invoice_service.d.ts +1 -1
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/account/user_bookmark_service.d.ts +5 -474
- package/dist/services/core/external_api_push.service.d.ts +1 -1
- package/dist/services/core/external_api_share.service.d.ts +1 -1
- package/dist/services/core/external_api_sync.service.d.ts +1 -1
- package/dist/services/fleet/breakdown_management/breakdown_management_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/day_run_daily_schedule_api.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/day_run_special_schedule_api.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_daily_schedule.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_special_schedule.d.ts +1 -1
- package/dist/services/fleet/document_management/document_management_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
- package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
- package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
- package/dist/services/fleet/school_management/calendar_service.d.ts +1 -1
- package/dist/services/fleet/school_management/notice_board_service.d.ts +1 -1
- package/dist/services/fleet/school_management/student_service.d.ts +1 -1
- package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
- package/dist/services/fleet/service_management/fleet_service_service.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
- package/dist/services/fleet/workshop_management/fleet_workshop_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
- package/dist/services/gps/features/gps_lock_digital_door_log_service.d.ts +3 -3
- package/dist/services/gps/features/gps_lock_relay_log_service.d.ts +3 -3
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +18 -18
- package/dist/services/main/device/master_data_check_service.d.ts +3 -3
- package/dist/services/main/device/master_device_service.d.ts +4 -4
- package/dist/services/main/device/master_traccar_server_service.d.ts +4 -4
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_admin_service.d.ts +1 -1
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/vehicle/childs/shared_vehicles.d.ts +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/master/bookmark/master_bookmark_module_service.d.ts +7 -0
- package/dist/services/master/bookmark/master_bookmark_module_service.js +306 -0
- package/dist/services/master/bookmark/master_bookmark_page_service.d.ts +470 -0
- package/dist/services/{account/master_bookmark_service.js → master/bookmark/master_bookmark_page_service.js} +32 -121
- package/dist/services/master/bookmark/master_bookmark_sub_module_service.d.ts +7 -0
- package/dist/services/master/bookmark/master_bookmark_sub_module_service.js +316 -0
- package/dist/services/master/bus/master_class_service.d.ts +1 -1
- package/dist/services/master/bus/master_program_service.d.ts +1 -1
- package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
- package/dist/services/master/bus/master_section_service.d.ts +1 -1
- package/dist/services/master/bus/master_semester_service.d.ts +1 -1
- package/dist/services/master/bus/master_stream_service.d.ts +1 -1
- package/dist/services/master/bus/master_year_service.d.ts +1 -1
- package/dist/services/master/cache_reset/master_reset_cache_service.d.ts +2 -2
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_breakdown_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_part_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_sim_provider_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_fleet_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/services/website/contact_us_detail_service.d.ts +1 -1
- package/dist/services/website/exclusive_feature_access.d.ts +1 -1
- package/dist/services/website/request_demo.service.d.ts +4 -4
- package/dist/services/website/static_pages_service.d.ts +1 -1
- package/package.json +1 -1
- package/dist/services/account/master_bookmark_service.d.ts +0 -7
- package/dist/{user_organisation_service-CI0Qv4bg.d.ts → user_organisation_service-4_J4l-fj.d.ts} +245 -245
package/dist/core/Enums.d.ts
CHANGED
|
@@ -881,5 +881,9 @@ declare enum APIAuthType {
|
|
|
881
881
|
API_KEY = "API_KEY",
|
|
882
882
|
BASIC_AUTH = "BASIC_AUTH"
|
|
883
883
|
}
|
|
884
|
+
declare enum DownloadReportType {
|
|
885
|
+
PDF = "PDF",
|
|
886
|
+
Excel = "Excel"
|
|
887
|
+
}
|
|
884
888
|
|
|
885
|
-
export { APIAuthType, APISyncRunType, AdminRole, AlertSubType, AlertType, ApprovalStatus, AttendanceMethod, BankAccountType, BillingStatus, BloodGroup, BooleanType, BusLeg, BusStopType, DayRunRunningStatus, DayRunStatus, DayRunStopStatus, DeviceStatus, DeviceType, DocumentStatus, DocumentType, DocumentValidityStatus, DoorSensorStatus, DriverType, ExecutionStatus, ExpenseCategory, ExpiryType, FileType, FleetSize, FleetVendorAddressLabel, FuelTankType, GPSFuelApproveStatus, GPSSource, GPSType, GPSVehicleCategory, Gender, GeofencePurposeType, GeofenceStatusType, GeofenceType, HolidayType, IncidentRoadType, IncidentTime, IncidentVisibility, IncidentWeather, InspectionActionStatus, InspectionPriority, InspectionScheduleStatus, InspectionStatus, InspectionType, InvoiceStatus, Is12AM, IssueSeverity, IssueSource, IssueStatus, JobCardStatus, LifeExpiry, LinkStatus, LinkType, LoadChild, LoadChildCount, LoadParents, LoanInterestType, LoginFrom, MenuType, Module, NightDriving, NotificationChannel, NotificationList, NotificationPreference, OdometerSource, OnOff, OrderBy, OverSpeed, PAGING, PaymentMode, PaymentStatus, Priority, PurchaseOrderStatus, PurchaseType, PurchaseVehicleType, RecurrenceInterval, RefillEntrySource, RefillMethod, ReminderSource, ReminderStatus, ReminderTriggerType, ReminderType, ReportChannel, ReportList, ReportType, RequestType, RetreadingMethod, RunType, ScheduleStatus, ScheduleType, ServiceScheduleStatus, ServiceStatus, ServiceType, ShareChannel, SimStatus, Status, SteeringType, StockType, StudentLeaveType, StudentLegStatus, TicketStatus, TimeSlot, TrackHistoryLinkStatus, TransportPlanType, TyreStatus, VehicleLifeStatus, VerifyStatus, WheelDriveType, YesNo };
|
|
889
|
+
export { APIAuthType, APISyncRunType, AdminRole, AlertSubType, AlertType, ApprovalStatus, AttendanceMethod, BankAccountType, BillingStatus, BloodGroup, BooleanType, BusLeg, BusStopType, DayRunRunningStatus, DayRunStatus, DayRunStopStatus, DeviceStatus, DeviceType, DocumentStatus, DocumentType, DocumentValidityStatus, DoorSensorStatus, DownloadReportType, DriverType, ExecutionStatus, ExpenseCategory, ExpiryType, FileType, FleetSize, FleetVendorAddressLabel, FuelTankType, GPSFuelApproveStatus, GPSSource, GPSType, GPSVehicleCategory, Gender, GeofencePurposeType, GeofenceStatusType, GeofenceType, HolidayType, IncidentRoadType, IncidentTime, IncidentVisibility, IncidentWeather, InspectionActionStatus, InspectionPriority, InspectionScheduleStatus, InspectionStatus, InspectionType, InvoiceStatus, Is12AM, IssueSeverity, IssueSource, IssueStatus, JobCardStatus, LifeExpiry, LinkStatus, LinkType, LoadChild, LoadChildCount, LoadParents, LoanInterestType, LoginFrom, MenuType, Module, NightDriving, NotificationChannel, NotificationList, NotificationPreference, OdometerSource, OnOff, OrderBy, OverSpeed, PAGING, PaymentMode, PaymentStatus, Priority, PurchaseOrderStatus, PurchaseType, PurchaseVehicleType, RecurrenceInterval, RefillEntrySource, RefillMethod, ReminderSource, ReminderStatus, ReminderTriggerType, ReminderType, ReportChannel, ReportList, ReportType, RequestType, RetreadingMethod, RunType, ScheduleStatus, ScheduleType, ServiceScheduleStatus, ServiceStatus, ServiceType, ShareChannel, SimStatus, Status, SteeringType, StockType, StudentLeaveType, StudentLegStatus, TicketStatus, TimeSlot, TrackHistoryLinkStatus, TransportPlanType, TyreStatus, VehicleLifeStatus, VerifyStatus, WheelDriveType, YesNo };
|
package/dist/core/Enums.js
CHANGED
|
@@ -995,6 +995,11 @@ var APIAuthType = /* @__PURE__ */ ((APIAuthType2) => {
|
|
|
995
995
|
APIAuthType2["BASIC_AUTH"] = "BASIC_AUTH";
|
|
996
996
|
return APIAuthType2;
|
|
997
997
|
})(APIAuthType || {});
|
|
998
|
+
var DownloadReportType = /* @__PURE__ */ ((DownloadReportType2) => {
|
|
999
|
+
DownloadReportType2["PDF"] = "PDF";
|
|
1000
|
+
DownloadReportType2["Excel"] = "Excel";
|
|
1001
|
+
return DownloadReportType2;
|
|
1002
|
+
})(DownloadReportType || {});
|
|
998
1003
|
export {
|
|
999
1004
|
APIAuthType,
|
|
1000
1005
|
APISyncRunType,
|
|
@@ -1018,6 +1023,7 @@ export {
|
|
|
1018
1023
|
DocumentType,
|
|
1019
1024
|
DocumentValidityStatus,
|
|
1020
1025
|
DoorSensorStatus,
|
|
1026
|
+
DownloadReportType,
|
|
1021
1027
|
DriverType,
|
|
1022
1028
|
ExecutionStatus,
|
|
1023
1029
|
ExpenseCategory,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from './core/Enums.js';
|
|
2
2
|
import { SBR, FBR } from './core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle, a as User } from './user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, a as User } from './user_organisation_service-4_J4l-fj.js';
|
|
5
5
|
|
|
6
6
|
interface FASTagTransaction extends Record<string, unknown> {
|
|
7
7
|
fasttag_transaction_id: string;
|
|
@@ -51,6 +51,9 @@ declare const FASTagTransactionSchema: z.ZodObject<{
|
|
|
51
51
|
plaza_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
52
52
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
53
53
|
}, "strip", z.ZodTypeAny, {
|
|
54
|
+
status: Status;
|
|
55
|
+
organisation_id: string;
|
|
56
|
+
vehicle_id: string;
|
|
54
57
|
processing_date_time: string;
|
|
55
58
|
transaction_date_time: string;
|
|
56
59
|
transaction_id: string;
|
|
@@ -60,19 +63,16 @@ declare const FASTagTransactionSchema: z.ZodObject<{
|
|
|
60
63
|
lane_code: string;
|
|
61
64
|
plaza_code: string;
|
|
62
65
|
plaza_name: string;
|
|
63
|
-
status: Status;
|
|
64
66
|
fasttag_details_id: string;
|
|
65
67
|
fasttag_bank_id: string;
|
|
66
|
-
organisation_id: string;
|
|
67
|
-
vehicle_id: string;
|
|
68
68
|
transaction_amount?: number | undefined;
|
|
69
69
|
}, {
|
|
70
|
-
transaction_id: string;
|
|
71
70
|
status: Status;
|
|
72
|
-
fasttag_details_id: string;
|
|
73
|
-
fasttag_bank_id: string;
|
|
74
71
|
organisation_id: string;
|
|
75
72
|
vehicle_id: string;
|
|
73
|
+
transaction_id: string;
|
|
74
|
+
fasttag_details_id: string;
|
|
75
|
+
fasttag_bank_id: string;
|
|
76
76
|
processing_date_time?: string | undefined;
|
|
77
77
|
transaction_date_time?: string | undefined;
|
|
78
78
|
transaction_amount?: unknown;
|
|
@@ -142,11 +142,11 @@ declare const FASTagTransactionQuerySchema: z.ZodObject<{
|
|
|
142
142
|
include_master_data: YesNo;
|
|
143
143
|
date_format_id: string;
|
|
144
144
|
time_zone_id: string;
|
|
145
|
+
organisation_ids: string[];
|
|
146
|
+
vehicle_ids: string[];
|
|
145
147
|
fasttag_transaction_ids: string[];
|
|
146
148
|
fasttag_details_ids: string[];
|
|
147
149
|
fasttag_bank_ids: string[];
|
|
148
|
-
organisation_ids: string[];
|
|
149
|
-
vehicle_ids: string[];
|
|
150
150
|
}, {
|
|
151
151
|
date_format_id: string;
|
|
152
152
|
time_zone_id: string;
|
|
@@ -169,11 +169,11 @@ declare const FASTagTransactionQuerySchema: z.ZodObject<{
|
|
|
169
169
|
direction: OrderBy;
|
|
170
170
|
}[] | undefined;
|
|
171
171
|
include_master_data?: YesNo | undefined;
|
|
172
|
+
organisation_ids?: string[] | undefined;
|
|
173
|
+
vehicle_ids?: string[] | undefined;
|
|
172
174
|
fasttag_transaction_ids?: string[] | undefined;
|
|
173
175
|
fasttag_details_ids?: string[] | undefined;
|
|
174
176
|
fasttag_bank_ids?: string[] | undefined;
|
|
175
|
-
organisation_ids?: string[] | undefined;
|
|
176
|
-
vehicle_ids?: string[] | undefined;
|
|
177
177
|
}>;
|
|
178
178
|
type FASTagTransactionQueryDTO = z.infer<typeof FASTagTransactionQuerySchema>;
|
|
179
179
|
declare const toFASTagTransactionPayload: (row: FASTagTransaction) => FASTagTransactionDTO;
|
|
@@ -336,19 +336,19 @@ declare const FASTagDetailsSchema: z.ZodObject<{
|
|
|
336
336
|
api_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
337
337
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
338
338
|
}, "strip", z.ZodTypeAny, {
|
|
339
|
+
api_key: string;
|
|
339
340
|
status: Status;
|
|
340
|
-
fasttag_bank_id: string;
|
|
341
341
|
organisation_id: string;
|
|
342
342
|
user_id: string;
|
|
343
|
-
|
|
343
|
+
fasttag_bank_id: string;
|
|
344
344
|
customer_id: string;
|
|
345
345
|
client_id: string;
|
|
346
346
|
client_secret: string;
|
|
347
347
|
}, {
|
|
348
348
|
status: Status;
|
|
349
|
-
fasttag_bank_id: string;
|
|
350
349
|
organisation_id: string;
|
|
351
350
|
user_id: string;
|
|
351
|
+
fasttag_bank_id: string;
|
|
352
352
|
api_key?: string | undefined;
|
|
353
353
|
customer_id?: string | undefined;
|
|
354
354
|
client_id?: string | undefined;
|
|
@@ -412,10 +412,10 @@ declare const FASTagDetailsQuerySchema: z.ZodObject<{
|
|
|
412
412
|
include_master_data: YesNo;
|
|
413
413
|
date_format_id: string;
|
|
414
414
|
time_zone_id: string;
|
|
415
|
-
fasttag_details_ids: string[];
|
|
416
|
-
fasttag_bank_ids: string[];
|
|
417
415
|
organisation_ids: string[];
|
|
418
416
|
user_ids: string[];
|
|
417
|
+
fasttag_details_ids: string[];
|
|
418
|
+
fasttag_bank_ids: string[];
|
|
419
419
|
}, {
|
|
420
420
|
date_format_id: string;
|
|
421
421
|
time_zone_id: string;
|
|
@@ -438,10 +438,10 @@ declare const FASTagDetailsQuerySchema: z.ZodObject<{
|
|
|
438
438
|
direction: OrderBy;
|
|
439
439
|
}[] | undefined;
|
|
440
440
|
include_master_data?: YesNo | undefined;
|
|
441
|
-
fasttag_details_ids?: string[] | undefined;
|
|
442
|
-
fasttag_bank_ids?: string[] | undefined;
|
|
443
441
|
organisation_ids?: string[] | undefined;
|
|
444
442
|
user_ids?: string[] | undefined;
|
|
443
|
+
fasttag_details_ids?: string[] | undefined;
|
|
444
|
+
fasttag_bank_ids?: string[] | undefined;
|
|
445
445
|
}>;
|
|
446
446
|
type FASTagDetailsQueryDTO = z.infer<typeof FASTagDetailsQuerySchema>;
|
|
447
447
|
declare const toFASTagDetailsPayload: (row: FASTagDetails) => FASTagDetailsDTO;
|
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
import { LoginFrom, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
|
+
import { SBR, FBR } from '../../../core/BaseResponse.js';
|
|
3
|
+
import { z } from 'zod';
|
|
4
|
+
|
|
5
|
+
interface UserAdminLoginAnalytics {
|
|
6
|
+
user_admin_login_analytics_id: string;
|
|
7
|
+
platform: LoginFrom;
|
|
8
|
+
status: Status;
|
|
9
|
+
added_date_time: string;
|
|
10
|
+
modified_date_time: string;
|
|
11
|
+
admin_id: string;
|
|
12
|
+
admin_details: string;
|
|
13
|
+
admin_image_url: string;
|
|
14
|
+
}
|
|
15
|
+
interface UserAdminLoginAnalyticsLoginCountReportReturn {
|
|
16
|
+
admin_id: string;
|
|
17
|
+
admin_details: string;
|
|
18
|
+
login_count: number;
|
|
19
|
+
}
|
|
20
|
+
interface UserAdminLoginAnalyticsDailyLoginReportReturn {
|
|
21
|
+
date: string;
|
|
22
|
+
login_count: number;
|
|
23
|
+
}
|
|
24
|
+
declare const UserAdminLoginAnalyticsSchema: z.ZodObject<{
|
|
25
|
+
admin_id: z.ZodEffects<z.ZodString, string, string>;
|
|
26
|
+
platform: z.ZodType<LoginFrom, z.ZodTypeDef, LoginFrom>;
|
|
27
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
28
|
+
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
status: Status;
|
|
30
|
+
platform: LoginFrom;
|
|
31
|
+
admin_id: string;
|
|
32
|
+
}, {
|
|
33
|
+
status: Status;
|
|
34
|
+
platform: LoginFrom;
|
|
35
|
+
admin_id: string;
|
|
36
|
+
}>;
|
|
37
|
+
type UserAdminLoginAnalyticsDTO = z.infer<typeof UserAdminLoginAnalyticsSchema>;
|
|
38
|
+
declare const UserAdminLoginAnalyticsQuerySchema: z.ZodObject<{
|
|
39
|
+
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
40
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
41
|
+
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
42
|
+
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
43
|
+
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
44
|
+
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
45
|
+
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
46
|
+
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
47
|
+
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
48
|
+
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
49
|
+
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
50
|
+
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
51
|
+
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
52
|
+
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
53
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
54
|
+
field: z.ZodEffects<z.ZodString, string, string>;
|
|
55
|
+
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
56
|
+
}, "strip", z.ZodTypeAny, {
|
|
57
|
+
name: string;
|
|
58
|
+
field: string;
|
|
59
|
+
direction: OrderBy;
|
|
60
|
+
}, {
|
|
61
|
+
name: string;
|
|
62
|
+
field: string;
|
|
63
|
+
direction: OrderBy;
|
|
64
|
+
}>, "many">>>;
|
|
65
|
+
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
66
|
+
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
67
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
68
|
+
} & {
|
|
69
|
+
user_admin_login_analytics_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
70
|
+
admin_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
71
|
+
platform: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof LoginFrom>, "many">>>;
|
|
72
|
+
from_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
|
|
73
|
+
to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
|
|
74
|
+
}, "strip", z.ZodTypeAny, {
|
|
75
|
+
status: Status[];
|
|
76
|
+
platform: LoginFrom[];
|
|
77
|
+
search: string;
|
|
78
|
+
paging: PAGING;
|
|
79
|
+
page_count: number;
|
|
80
|
+
page_index: number;
|
|
81
|
+
load_parents: LoadParents;
|
|
82
|
+
load_parents_list: string[];
|
|
83
|
+
load_child: LoadChild;
|
|
84
|
+
load_child_list: string[];
|
|
85
|
+
load_child_count: LoadChildCount;
|
|
86
|
+
load_child_count_list: string[];
|
|
87
|
+
include_details: Record<string, any>;
|
|
88
|
+
where_relations: Record<string, any>;
|
|
89
|
+
order_by: {
|
|
90
|
+
name: string;
|
|
91
|
+
field: string;
|
|
92
|
+
direction: OrderBy;
|
|
93
|
+
}[];
|
|
94
|
+
include_master_data: YesNo;
|
|
95
|
+
date_format_id: string;
|
|
96
|
+
time_zone_id: string;
|
|
97
|
+
from_date: string;
|
|
98
|
+
to_date: string;
|
|
99
|
+
user_admin_login_analytics_ids: string[];
|
|
100
|
+
admin_ids: string[];
|
|
101
|
+
}, {
|
|
102
|
+
date_format_id: string;
|
|
103
|
+
time_zone_id: string;
|
|
104
|
+
from_date: string;
|
|
105
|
+
to_date: string;
|
|
106
|
+
status?: Status[] | undefined;
|
|
107
|
+
platform?: LoginFrom[] | undefined;
|
|
108
|
+
search?: string | undefined;
|
|
109
|
+
paging?: PAGING | undefined;
|
|
110
|
+
page_count?: unknown;
|
|
111
|
+
page_index?: unknown;
|
|
112
|
+
load_parents?: LoadParents | undefined;
|
|
113
|
+
load_parents_list?: string[] | undefined;
|
|
114
|
+
load_child?: LoadChild | undefined;
|
|
115
|
+
load_child_list?: string[] | undefined;
|
|
116
|
+
load_child_count?: LoadChildCount | undefined;
|
|
117
|
+
load_child_count_list?: string[] | undefined;
|
|
118
|
+
include_details?: Record<string, any> | undefined;
|
|
119
|
+
where_relations?: Record<string, any> | undefined;
|
|
120
|
+
order_by?: {
|
|
121
|
+
name: string;
|
|
122
|
+
field: string;
|
|
123
|
+
direction: OrderBy;
|
|
124
|
+
}[] | undefined;
|
|
125
|
+
include_master_data?: YesNo | undefined;
|
|
126
|
+
user_admin_login_analytics_ids?: string[] | undefined;
|
|
127
|
+
admin_ids?: string[] | undefined;
|
|
128
|
+
}>;
|
|
129
|
+
type UserAdminLoginAnalyticsQueryDTO = z.infer<typeof UserAdminLoginAnalyticsQuerySchema>;
|
|
130
|
+
declare const UserAdminLoginAnalyticsLoginCountReportSchema: z.ZodObject<{
|
|
131
|
+
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
132
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
133
|
+
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
134
|
+
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
135
|
+
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
136
|
+
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
137
|
+
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
138
|
+
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
139
|
+
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
140
|
+
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
141
|
+
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
142
|
+
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
143
|
+
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
144
|
+
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
145
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
146
|
+
field: z.ZodEffects<z.ZodString, string, string>;
|
|
147
|
+
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
148
|
+
}, "strip", z.ZodTypeAny, {
|
|
149
|
+
name: string;
|
|
150
|
+
field: string;
|
|
151
|
+
direction: OrderBy;
|
|
152
|
+
}, {
|
|
153
|
+
name: string;
|
|
154
|
+
field: string;
|
|
155
|
+
direction: OrderBy;
|
|
156
|
+
}>, "many">>>;
|
|
157
|
+
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
158
|
+
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
159
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
160
|
+
} & {
|
|
161
|
+
date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
|
|
162
|
+
}, "strip", z.ZodTypeAny, {
|
|
163
|
+
status: Status[];
|
|
164
|
+
date: string;
|
|
165
|
+
search: string;
|
|
166
|
+
paging: PAGING;
|
|
167
|
+
page_count: number;
|
|
168
|
+
page_index: number;
|
|
169
|
+
load_parents: LoadParents;
|
|
170
|
+
load_parents_list: string[];
|
|
171
|
+
load_child: LoadChild;
|
|
172
|
+
load_child_list: string[];
|
|
173
|
+
load_child_count: LoadChildCount;
|
|
174
|
+
load_child_count_list: string[];
|
|
175
|
+
include_details: Record<string, any>;
|
|
176
|
+
where_relations: Record<string, any>;
|
|
177
|
+
order_by: {
|
|
178
|
+
name: string;
|
|
179
|
+
field: string;
|
|
180
|
+
direction: OrderBy;
|
|
181
|
+
}[];
|
|
182
|
+
include_master_data: YesNo;
|
|
183
|
+
date_format_id: string;
|
|
184
|
+
time_zone_id: string;
|
|
185
|
+
}, {
|
|
186
|
+
date: string;
|
|
187
|
+
date_format_id: string;
|
|
188
|
+
time_zone_id: string;
|
|
189
|
+
status?: Status[] | undefined;
|
|
190
|
+
search?: string | undefined;
|
|
191
|
+
paging?: PAGING | undefined;
|
|
192
|
+
page_count?: unknown;
|
|
193
|
+
page_index?: unknown;
|
|
194
|
+
load_parents?: LoadParents | undefined;
|
|
195
|
+
load_parents_list?: string[] | undefined;
|
|
196
|
+
load_child?: LoadChild | undefined;
|
|
197
|
+
load_child_list?: string[] | undefined;
|
|
198
|
+
load_child_count?: LoadChildCount | undefined;
|
|
199
|
+
load_child_count_list?: string[] | undefined;
|
|
200
|
+
include_details?: Record<string, any> | undefined;
|
|
201
|
+
where_relations?: Record<string, any> | undefined;
|
|
202
|
+
order_by?: {
|
|
203
|
+
name: string;
|
|
204
|
+
field: string;
|
|
205
|
+
direction: OrderBy;
|
|
206
|
+
}[] | undefined;
|
|
207
|
+
include_master_data?: YesNo | undefined;
|
|
208
|
+
}>;
|
|
209
|
+
type UserAdminLoginAnalyticsLoginCountReportDTO = z.infer<typeof UserAdminLoginAnalyticsLoginCountReportSchema>;
|
|
210
|
+
declare const UserAdminLoginAnalyticsDailyLoginReportSchema: z.ZodObject<{
|
|
211
|
+
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
212
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
213
|
+
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
214
|
+
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
215
|
+
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
216
|
+
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
217
|
+
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
218
|
+
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
219
|
+
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
220
|
+
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
221
|
+
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
222
|
+
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
223
|
+
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
224
|
+
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
225
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
226
|
+
field: z.ZodEffects<z.ZodString, string, string>;
|
|
227
|
+
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
228
|
+
}, "strip", z.ZodTypeAny, {
|
|
229
|
+
name: string;
|
|
230
|
+
field: string;
|
|
231
|
+
direction: OrderBy;
|
|
232
|
+
}, {
|
|
233
|
+
name: string;
|
|
234
|
+
field: string;
|
|
235
|
+
direction: OrderBy;
|
|
236
|
+
}>, "many">>>;
|
|
237
|
+
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
238
|
+
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
239
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
240
|
+
} & {
|
|
241
|
+
admin_id: z.ZodEffects<z.ZodString, string, string>;
|
|
242
|
+
from_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
|
|
243
|
+
to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
|
|
244
|
+
}, "strip", z.ZodTypeAny, {
|
|
245
|
+
status: Status[];
|
|
246
|
+
search: string;
|
|
247
|
+
paging: PAGING;
|
|
248
|
+
page_count: number;
|
|
249
|
+
page_index: number;
|
|
250
|
+
load_parents: LoadParents;
|
|
251
|
+
load_parents_list: string[];
|
|
252
|
+
load_child: LoadChild;
|
|
253
|
+
load_child_list: string[];
|
|
254
|
+
load_child_count: LoadChildCount;
|
|
255
|
+
load_child_count_list: string[];
|
|
256
|
+
include_details: Record<string, any>;
|
|
257
|
+
where_relations: Record<string, any>;
|
|
258
|
+
order_by: {
|
|
259
|
+
name: string;
|
|
260
|
+
field: string;
|
|
261
|
+
direction: OrderBy;
|
|
262
|
+
}[];
|
|
263
|
+
include_master_data: YesNo;
|
|
264
|
+
date_format_id: string;
|
|
265
|
+
time_zone_id: string;
|
|
266
|
+
from_date: string;
|
|
267
|
+
to_date: string;
|
|
268
|
+
admin_id: string;
|
|
269
|
+
}, {
|
|
270
|
+
date_format_id: string;
|
|
271
|
+
time_zone_id: string;
|
|
272
|
+
from_date: string;
|
|
273
|
+
to_date: string;
|
|
274
|
+
admin_id: string;
|
|
275
|
+
status?: Status[] | undefined;
|
|
276
|
+
search?: string | undefined;
|
|
277
|
+
paging?: PAGING | undefined;
|
|
278
|
+
page_count?: unknown;
|
|
279
|
+
page_index?: unknown;
|
|
280
|
+
load_parents?: LoadParents | undefined;
|
|
281
|
+
load_parents_list?: string[] | undefined;
|
|
282
|
+
load_child?: LoadChild | undefined;
|
|
283
|
+
load_child_list?: string[] | undefined;
|
|
284
|
+
load_child_count?: LoadChildCount | undefined;
|
|
285
|
+
load_child_count_list?: string[] | undefined;
|
|
286
|
+
include_details?: Record<string, any> | undefined;
|
|
287
|
+
where_relations?: Record<string, any> | undefined;
|
|
288
|
+
order_by?: {
|
|
289
|
+
name: string;
|
|
290
|
+
field: string;
|
|
291
|
+
direction: OrderBy;
|
|
292
|
+
}[] | undefined;
|
|
293
|
+
include_master_data?: YesNo | undefined;
|
|
294
|
+
}>;
|
|
295
|
+
type UserAdminLoginAnalyticsDailyLoginReportDTO = z.infer<typeof UserAdminLoginAnalyticsDailyLoginReportSchema>;
|
|
296
|
+
declare const findUserAdminLoginAnalytics: (payload: UserAdminLoginAnalyticsQueryDTO) => Promise<FBR<UserAdminLoginAnalytics[]>>;
|
|
297
|
+
declare const createUserAdminLoginAnalytics: (payload: UserAdminLoginAnalyticsDTO) => Promise<SBR>;
|
|
298
|
+
declare const getUserAdminLoginAnalyticsLoginCountReport: (payload: UserAdminLoginAnalyticsLoginCountReportDTO) => Promise<FBR<UserAdminLoginAnalyticsLoginCountReportReturn[]>>;
|
|
299
|
+
declare const getUserAdminLoginAnalyticsDailyLoginReport: (payload: UserAdminLoginAnalyticsDailyLoginReportDTO) => Promise<FBR<UserAdminLoginAnalyticsDailyLoginReportReturn[]>>;
|
|
300
|
+
|
|
301
|
+
export { type UserAdminLoginAnalytics, type UserAdminLoginAnalyticsDTO, type UserAdminLoginAnalyticsDailyLoginReportDTO, type UserAdminLoginAnalyticsDailyLoginReportReturn, UserAdminLoginAnalyticsDailyLoginReportSchema, type UserAdminLoginAnalyticsLoginCountReportDTO, type UserAdminLoginAnalyticsLoginCountReportReturn, UserAdminLoginAnalyticsLoginCountReportSchema, type UserAdminLoginAnalyticsQueryDTO, UserAdminLoginAnalyticsQuerySchema, UserAdminLoginAnalyticsSchema, createUserAdminLoginAnalytics, findUserAdminLoginAnalytics, getUserAdminLoginAnalyticsDailyLoginReport, getUserAdminLoginAnalyticsLoginCountReport };
|