vms-nest-api-document 35.0.0 → 36.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/services/account/eway_bill_details.d.ts +8 -8
- package/dist/services/account/fasttag_details.d.ts +11 -11
- package/dist/services/account/invoice_service.d.ts +1 -1
- package/dist/services/account/master_bookmark_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 +7 -7
- package/dist/services/core/cronjobs.service.d.ts +12 -12
- package/dist/services/core/external_api_push.service.d.ts +15 -15
- package/dist/services/core/external_api_share.service.d.ts +11 -11
- package/dist/services/core/external_api_sync.service.d.ts +282 -0
- package/dist/services/core/external_api_sync.service.js +410 -0
- 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 +1 -1
- package/dist/services/gps/features/gps_lock_relay_log_service.d.ts +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/main/device/master_device_service.d.ts +2 -2
- package/dist/services/main/device/master_traccar_server_service.d.ts +2 -2
- 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/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- 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 +1 -1
- 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_eway_bill_provider_service.d.ts +2 -2
- 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_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/exclusive_feature_access.d.ts +1 -1
- package/package.json +1 -1
- package/dist/{user_organisation_service-BLPWtOc6.d.ts → user_organisation_service-BBU1rYm0.d.ts} +506 -506
package/dist/core/Enums.d.ts
CHANGED
|
@@ -38,6 +38,10 @@ declare enum Status {
|
|
|
38
38
|
Active = "Active",
|
|
39
39
|
Inactive = "Inactive"
|
|
40
40
|
}
|
|
41
|
+
declare enum APISyncRunType {
|
|
42
|
+
Scheduled = "Scheduled",
|
|
43
|
+
Manual = "Manual"
|
|
44
|
+
}
|
|
41
45
|
declare enum InvoiceStatus {
|
|
42
46
|
InvoiceGenerated = "InvoiceGenerated",
|
|
43
47
|
InvoiceDue = "InvoiceDue",
|
|
@@ -878,4 +882,4 @@ declare enum APIAuthType {
|
|
|
878
882
|
BASIC_AUTH = "BASIC_AUTH"
|
|
879
883
|
}
|
|
880
884
|
|
|
881
|
-
export { APIAuthType, 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 };
|
|
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 };
|
package/dist/core/Enums.js
CHANGED
|
@@ -47,6 +47,11 @@ var Status = /* @__PURE__ */ ((Status2) => {
|
|
|
47
47
|
Status2["Inactive"] = "Inactive";
|
|
48
48
|
return Status2;
|
|
49
49
|
})(Status || {});
|
|
50
|
+
var APISyncRunType = /* @__PURE__ */ ((APISyncRunType2) => {
|
|
51
|
+
APISyncRunType2["Scheduled"] = "Scheduled";
|
|
52
|
+
APISyncRunType2["Manual"] = "Manual";
|
|
53
|
+
return APISyncRunType2;
|
|
54
|
+
})(APISyncRunType || {});
|
|
50
55
|
var InvoiceStatus = /* @__PURE__ */ ((InvoiceStatus2) => {
|
|
51
56
|
InvoiceStatus2["InvoiceGenerated"] = "InvoiceGenerated";
|
|
52
57
|
InvoiceStatus2["InvoiceDue"] = "InvoiceDue";
|
|
@@ -992,6 +997,7 @@ var APIAuthType = /* @__PURE__ */ ((APIAuthType2) => {
|
|
|
992
997
|
})(APIAuthType || {});
|
|
993
998
|
export {
|
|
994
999
|
APIAuthType,
|
|
1000
|
+
APISyncRunType,
|
|
995
1001
|
AdminRole,
|
|
996
1002
|
AlertSubType,
|
|
997
1003
|
AlertType,
|
|
@@ -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, a as User } from '../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../user_organisation_service-BBU1rYm0.js';
|
|
5
5
|
import { MasterMainEwayBillProvider } from '../master/main/master_main_eway_bill_provider_service.js';
|
|
6
6
|
import '../../zod_utils/zod_base_schema.js';
|
|
7
7
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -39,23 +39,23 @@ declare const EWayBillDetailsSchema: z.ZodObject<{
|
|
|
39
39
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
40
40
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
|
+
api_client_id: string;
|
|
43
|
+
api_key: string;
|
|
44
|
+
api_secret: string;
|
|
45
|
+
description: string;
|
|
42
46
|
status: Status;
|
|
43
47
|
organisation_id: string;
|
|
44
|
-
description: string;
|
|
45
48
|
user_id: string;
|
|
46
49
|
e_way_bill_provider_id: string;
|
|
47
|
-
api_client_id: string;
|
|
48
|
-
api_key: string;
|
|
49
|
-
api_secret: string;
|
|
50
50
|
}, {
|
|
51
51
|
status: Status;
|
|
52
52
|
organisation_id: string;
|
|
53
53
|
user_id: string;
|
|
54
54
|
e_way_bill_provider_id: string;
|
|
55
|
-
description?: string | undefined;
|
|
56
55
|
api_client_id?: string | undefined;
|
|
57
56
|
api_key?: string | undefined;
|
|
58
57
|
api_secret?: string | undefined;
|
|
58
|
+
description?: string | undefined;
|
|
59
59
|
}>;
|
|
60
60
|
type EWayBillDetailsDTO = z.infer<typeof EWayBillDetailsSchema>;
|
|
61
61
|
declare const EWayBillDetailsQuerySchema: z.ZodObject<{
|
|
@@ -95,7 +95,6 @@ declare const EWayBillDetailsQuerySchema: z.ZodObject<{
|
|
|
95
95
|
e_way_bill_provider_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
97
|
status: Status[];
|
|
98
|
-
time_zone_id: string;
|
|
99
98
|
search: string;
|
|
100
99
|
paging: PAGING;
|
|
101
100
|
page_count: number;
|
|
@@ -115,13 +114,14 @@ declare const EWayBillDetailsQuerySchema: z.ZodObject<{
|
|
|
115
114
|
}[];
|
|
116
115
|
include_master_data: YesNo;
|
|
117
116
|
date_format_id: string;
|
|
117
|
+
time_zone_id: string;
|
|
118
118
|
organisation_ids: string[];
|
|
119
119
|
user_ids: string[];
|
|
120
120
|
e_way_bill_provider_ids: string[];
|
|
121
121
|
eway_bill_details_ids: string[];
|
|
122
122
|
}, {
|
|
123
|
-
time_zone_id: string;
|
|
124
123
|
date_format_id: string;
|
|
124
|
+
time_zone_id: string;
|
|
125
125
|
status?: Status[] | undefined;
|
|
126
126
|
search?: string | undefined;
|
|
127
127
|
paging?: PAGING | undefined;
|
|
@@ -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, a as User } from '../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../user_organisation_service-BBU1rYm0.js';
|
|
5
5
|
import { MasterMainFasttagBank } from '../master/main/master_main_fasttag_bank_service.js';
|
|
6
6
|
import '../../zod_utils/zod_base_schema.js';
|
|
7
7
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -39,23 +39,23 @@ declare const FASTagDetailsSchema: z.ZodObject<{
|
|
|
39
39
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
40
40
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
|
-
status: Status;
|
|
43
|
-
organisation_id: string;
|
|
44
|
-
description: string;
|
|
45
|
-
user_id: string;
|
|
46
42
|
api_client_id: string;
|
|
47
43
|
api_key: string;
|
|
48
44
|
api_secret: string;
|
|
45
|
+
description: string;
|
|
46
|
+
status: Status;
|
|
49
47
|
fasttag_bank_id: string;
|
|
48
|
+
organisation_id: string;
|
|
49
|
+
user_id: string;
|
|
50
50
|
}, {
|
|
51
51
|
status: Status;
|
|
52
|
+
fasttag_bank_id: string;
|
|
52
53
|
organisation_id: string;
|
|
53
54
|
user_id: string;
|
|
54
|
-
fasttag_bank_id: string;
|
|
55
|
-
description?: string | undefined;
|
|
56
55
|
api_client_id?: string | undefined;
|
|
57
56
|
api_key?: string | undefined;
|
|
58
57
|
api_secret?: string | undefined;
|
|
58
|
+
description?: string | undefined;
|
|
59
59
|
}>;
|
|
60
60
|
type FASTagDetailsDTO = z.infer<typeof FASTagDetailsSchema>;
|
|
61
61
|
declare const FASTagDetailsQuerySchema: z.ZodObject<{
|
|
@@ -95,7 +95,6 @@ declare const FASTagDetailsQuerySchema: z.ZodObject<{
|
|
|
95
95
|
fasttag_bank_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
97
|
status: Status[];
|
|
98
|
-
time_zone_id: string;
|
|
99
98
|
search: string;
|
|
100
99
|
paging: PAGING;
|
|
101
100
|
page_count: number;
|
|
@@ -115,13 +114,14 @@ declare const FASTagDetailsQuerySchema: z.ZodObject<{
|
|
|
115
114
|
}[];
|
|
116
115
|
include_master_data: YesNo;
|
|
117
116
|
date_format_id: string;
|
|
117
|
+
time_zone_id: string;
|
|
118
|
+
fasttag_details_ids: string[];
|
|
118
119
|
organisation_ids: string[];
|
|
119
120
|
user_ids: string[];
|
|
120
121
|
fasttag_bank_ids: string[];
|
|
121
|
-
fasttag_details_ids: string[];
|
|
122
122
|
}, {
|
|
123
|
-
time_zone_id: string;
|
|
124
123
|
date_format_id: string;
|
|
124
|
+
time_zone_id: string;
|
|
125
125
|
status?: Status[] | undefined;
|
|
126
126
|
search?: string | undefined;
|
|
127
127
|
paging?: PAGING | undefined;
|
|
@@ -141,10 +141,10 @@ declare const FASTagDetailsQuerySchema: z.ZodObject<{
|
|
|
141
141
|
direction: OrderBy;
|
|
142
142
|
}[] | undefined;
|
|
143
143
|
include_master_data?: YesNo | undefined;
|
|
144
|
+
fasttag_details_ids?: string[] | undefined;
|
|
144
145
|
organisation_ids?: string[] | undefined;
|
|
145
146
|
user_ids?: string[] | undefined;
|
|
146
147
|
fasttag_bank_ids?: string[] | undefined;
|
|
147
|
-
fasttag_details_ids?: string[] | undefined;
|
|
148
148
|
}>;
|
|
149
149
|
type FASTagDetailsQueryDTO = z.infer<typeof FASTagDetailsQuerySchema>;
|
|
150
150
|
declare const toFASTagDetailsPayload: (row: FASTagDetails) => FASTagDetailsDTO;
|
|
@@ -2,5 +2,5 @@ import '../../core/Enums.js';
|
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { wh as Invoice, wi as InvoiceDTO, wj as InvoiceFile, wk as InvoiceFileDTO, wl as InvoiceFileSchema, wm as InvoiceQueryDTO, wn as InvoiceQuerySchema, wo as InvoiceSchema, wp as createInvoice, wq as create_invoice_file, wr as deleteInvoice, ws as findInvoices, wt as get_invoice_file_presigned_url, wu as newInvoicePayload, wv as remove_invoice_file, ww as toInvoicePayload, wx as updateInvoice } from '../../user_organisation_service-
|
|
5
|
+
export { wh as Invoice, wi as InvoiceDTO, wj as InvoiceFile, wk as InvoiceFileDTO, wl as InvoiceFileSchema, wm as InvoiceQueryDTO, wn as InvoiceQuerySchema, wo as InvoiceSchema, wp as createInvoice, wq as create_invoice_file, wr as deleteInvoice, ws as findInvoices, wt as get_invoice_file_presigned_url, wu as newInvoicePayload, wv as remove_invoice_file, ww as toInvoicePayload, wx as updateInvoice } from '../../user_organisation_service-BBU1rYm0.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -2,6 +2,6 @@ import '../../core/Enums.js';
|
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
export { M as MasterBookmarkModule, a as MasterBookmarkModuleDTO, b as MasterBookmarkModuleQueryDTO, c as MasterBookmarkModuleQuerySchema, d as MasterBookmarkModuleSchema, e as MasterBookmarkPage, f as MasterBookmarkPageDTO, g as MasterBookmarkPageQueryDTO, h as MasterBookmarkPageQuerySchema, i as MasterBookmarkPageSchema, j as MasterBookmarkSubModule, k as MasterBookmarkSubModuleDTO, l as MasterBookmarkSubModuleQueryDTO, m as MasterBookmarkSubModuleQuerySchema, n as MasterBookmarkSubModuleSchema, o as createMasterBookmarkModule, p as createMasterBookmarkPage, q as createMasterBookmarkSubModule, r as deleteMasterBookmarkModule, s as deleteMasterBookmarkPage, t as deleteMasterBookmarkSubModule, u as findMasterBookmarkModule, v as findMasterBookmarkPage, w as findMasterBookmarkSubModule, x as newMasterBookmarkModulePayload, y as newMasterBookmarkPagePayload, z as newMasterBookmarkSubModulePayload, A as toMasterBookmarkModulePayload, B as toMasterBookmarkPagePayload, C as toMasterBookmarkSubModulePayload, D as updateMasterBookmarkModule, E as updateMasterBookmarkPage, F as updateMasterBookmarkSubModule } from './user_bookmark_service.js';
|
|
5
|
-
import '../../user_organisation_service-
|
|
5
|
+
import '../../user_organisation_service-BBU1rYm0.js';
|
|
6
6
|
import '../../zod_utils/zod_base_schema.js';
|
|
7
7
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../core/Enums.js';
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { o$ as OrganisationNotificationPreference, p0 as OrganisationNotificationPreferenceDTO, p1 as OrganisationNotificationPreferenceGeofenceLink, p2 as OrganisationNotificationPreferenceQueryDTO, p3 as OrganisationNotificationPreferenceQuerySchema, p4 as OrganisationNotificationPreferenceSchema, p5 as OrganisationNotificationPreferenceUserLink, p6 as OrganisationNotificationPreferenceVehicleLink, p7 as createOrganisationNotificationPreference, p8 as deleteOrganisationNotificationPreference, p9 as findOrganisationNotificationPreference, pa as newOrganisationNotificationPreferencePayload, pb as toOrganisationNotificationPreferencePayload, pc as updateOrganisationNotificationPreference } from '../../user_organisation_service-
|
|
4
|
+
export { o$ as OrganisationNotificationPreference, p0 as OrganisationNotificationPreferenceDTO, p1 as OrganisationNotificationPreferenceGeofenceLink, p2 as OrganisationNotificationPreferenceQueryDTO, p3 as OrganisationNotificationPreferenceQuerySchema, p4 as OrganisationNotificationPreferenceSchema, p5 as OrganisationNotificationPreferenceUserLink, p6 as OrganisationNotificationPreferenceVehicleLink, p7 as createOrganisationNotificationPreference, p8 as deleteOrganisationNotificationPreference, p9 as findOrganisationNotificationPreference, pa as newOrganisationNotificationPreferencePayload, pb as toOrganisationNotificationPreferencePayload, pc as updateOrganisationNotificationPreference } from '../../user_organisation_service-BBU1rYm0.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../core/Enums.js';
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { t_ as OrganisationReportAutomationMail, t$ as OrganisationReportAutomationMailQueryDTO, u0 as OrganisationReportAutomationMailQuerySchema, u1 as OrganisationReportAutomationMailVehicleLink, u2 as OrganisationReportPreference, u3 as OrganisationReportPreferenceDTO, u4 as OrganisationReportPreferenceQueryDTO, u5 as OrganisationReportPreferenceQuerySchema, u6 as OrganisationReportPreferenceSchema, u7 as OrganisationReportPreferenceVehicleLink, u8 as createOrganisationReportPreference, u9 as deleteOrganisationReportPreference, ua as findOrganisationReportAutomationMail, ub as findOrganisationReportPreference, uc as newOrganisationReportPreferencePayload, ud as toOrganisationReportPreferencePayload, ue as updateOrganisationReportPreference } from '../../user_organisation_service-
|
|
4
|
+
export { t_ as OrganisationReportAutomationMail, t$ as OrganisationReportAutomationMailQueryDTO, u0 as OrganisationReportAutomationMailQuerySchema, u1 as OrganisationReportAutomationMailVehicleLink, u2 as OrganisationReportPreference, u3 as OrganisationReportPreferenceDTO, u4 as OrganisationReportPreferenceQueryDTO, u5 as OrganisationReportPreferenceQuerySchema, u6 as OrganisationReportPreferenceSchema, u7 as OrganisationReportPreferenceVehicleLink, u8 as createOrganisationReportPreference, u9 as deleteOrganisationReportPreference, ua as findOrganisationReportAutomationMail, ub as findOrganisationReportPreference, uc as newOrganisationReportPreferencePayload, ud as toOrganisationReportPreferencePayload, ue as updateOrganisationReportPreference } from '../../user_organisation_service-BBU1rYm0.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -2,5 +2,5 @@ import '../../core/Enums.js';
|
|
|
2
2
|
import '../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import '../../zod_utils/zod_base_schema.js';
|
|
5
|
-
export { vX as Ticket, vY as TicketDTO, vZ as TicketFile, v_ as TicketFileDTO, v$ as TicketFileSchema, w0 as TicketQueryDTO, w1 as TicketQuerySchema, w2 as TicketSchema, w3 as TicketVerifyDTO, w4 as TicketVerifySchema, w5 as createTicket, w6 as create_ticket_file, w7 as deleteTicket, w8 as findTickets, w9 as get_ticket_file_presigned_url, wa as newTicketPayload, wb as newVerifyTicketPayload, wc as remove_ticket_file, wd as toTicketPayload, we as toVerifyTicketPayload, wf as updateTicket, wg as updateVerifyStatus } from '../../user_organisation_service-
|
|
5
|
+
export { vX as Ticket, vY as TicketDTO, vZ as TicketFile, v_ as TicketFileDTO, v$ as TicketFileSchema, w0 as TicketQueryDTO, w1 as TicketQuerySchema, w2 as TicketSchema, w3 as TicketVerifyDTO, w4 as TicketVerifySchema, w5 as createTicket, w6 as create_ticket_file, w7 as deleteTicket, w8 as findTickets, w9 as get_ticket_file_presigned_url, wa as newTicketPayload, wb as newVerifyTicketPayload, wc as remove_ticket_file, wd as toTicketPayload, we as toVerifyTicketPayload, wf as updateTicket, wg as updateVerifyStatus } from '../../user_organisation_service-BBU1rYm0.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, a as User } from '../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../user_organisation_service-BBU1rYm0.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
7
7
|
|
|
@@ -239,7 +239,6 @@ declare const MasterBookmarkModuleQuerySchema: z.ZodObject<{
|
|
|
239
239
|
bookmark_module_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
240
240
|
}, "strip", z.ZodTypeAny, {
|
|
241
241
|
status: Status[];
|
|
242
|
-
time_zone_id: string;
|
|
243
242
|
search: string;
|
|
244
243
|
paging: PAGING;
|
|
245
244
|
page_count: number;
|
|
@@ -259,10 +258,11 @@ declare const MasterBookmarkModuleQuerySchema: z.ZodObject<{
|
|
|
259
258
|
}[];
|
|
260
259
|
include_master_data: YesNo;
|
|
261
260
|
date_format_id: string;
|
|
261
|
+
time_zone_id: string;
|
|
262
262
|
bookmark_module_ids: string[];
|
|
263
263
|
}, {
|
|
264
|
-
time_zone_id: string;
|
|
265
264
|
date_format_id: string;
|
|
265
|
+
time_zone_id: string;
|
|
266
266
|
status?: Status[] | undefined;
|
|
267
267
|
search?: string | undefined;
|
|
268
268
|
paging?: PAGING | undefined;
|
|
@@ -320,7 +320,6 @@ declare const MasterBookmarkSubModuleQuerySchema: z.ZodObject<{
|
|
|
320
320
|
bookmark_module_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
321
321
|
}, "strip", z.ZodTypeAny, {
|
|
322
322
|
status: Status[];
|
|
323
|
-
time_zone_id: string;
|
|
324
323
|
search: string;
|
|
325
324
|
paging: PAGING;
|
|
326
325
|
page_count: number;
|
|
@@ -340,11 +339,12 @@ declare const MasterBookmarkSubModuleQuerySchema: z.ZodObject<{
|
|
|
340
339
|
}[];
|
|
341
340
|
include_master_data: YesNo;
|
|
342
341
|
date_format_id: string;
|
|
342
|
+
time_zone_id: string;
|
|
343
343
|
bookmark_module_ids: string[];
|
|
344
344
|
bookmark_sub_module_ids: string[];
|
|
345
345
|
}, {
|
|
346
|
-
time_zone_id: string;
|
|
347
346
|
date_format_id: string;
|
|
347
|
+
time_zone_id: string;
|
|
348
348
|
status?: Status[] | undefined;
|
|
349
349
|
search?: string | undefined;
|
|
350
350
|
paging?: PAGING | undefined;
|
|
@@ -404,7 +404,6 @@ declare const MasterBookmarkPageQuerySchema: z.ZodObject<{
|
|
|
404
404
|
bookmark_sub_module_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
405
405
|
}, "strip", z.ZodTypeAny, {
|
|
406
406
|
status: Status[];
|
|
407
|
-
time_zone_id: string;
|
|
408
407
|
search: string;
|
|
409
408
|
paging: PAGING;
|
|
410
409
|
page_count: number;
|
|
@@ -424,12 +423,13 @@ declare const MasterBookmarkPageQuerySchema: z.ZodObject<{
|
|
|
424
423
|
}[];
|
|
425
424
|
include_master_data: YesNo;
|
|
426
425
|
date_format_id: string;
|
|
426
|
+
time_zone_id: string;
|
|
427
427
|
bookmark_module_ids: string[];
|
|
428
428
|
bookmark_sub_module_ids: string[];
|
|
429
429
|
bookmark_page_ids: string[];
|
|
430
430
|
}, {
|
|
431
|
-
time_zone_id: string;
|
|
432
431
|
date_format_id: string;
|
|
432
|
+
time_zone_id: string;
|
|
433
433
|
status?: Status[] | undefined;
|
|
434
434
|
search?: string | undefined;
|
|
435
435
|
paging?: PAGING | undefined;
|
|
@@ -86,10 +86,8 @@ declare const CronMonitorQuerySchema: z.ZodObject<{
|
|
|
86
86
|
run_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof RunType>, "many">>>;
|
|
87
87
|
execution_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExecutionStatus>, "many">>>;
|
|
88
88
|
}, "strip", z.ZodTypeAny, {
|
|
89
|
-
run_type: RunType[];
|
|
90
|
-
execution_status: ExecutionStatus[];
|
|
91
|
-
status: Status[];
|
|
92
89
|
is_enabled: YesNo[];
|
|
90
|
+
status: Status[];
|
|
93
91
|
search: string;
|
|
94
92
|
paging: PAGING;
|
|
95
93
|
page_count: number;
|
|
@@ -110,13 +108,13 @@ declare const CronMonitorQuerySchema: z.ZodObject<{
|
|
|
110
108
|
include_master_data: YesNo;
|
|
111
109
|
date_format_id: string;
|
|
112
110
|
time_zone_id: string;
|
|
111
|
+
run_type: RunType[];
|
|
112
|
+
execution_status: ExecutionStatus[];
|
|
113
113
|
}, {
|
|
114
114
|
date_format_id: string;
|
|
115
115
|
time_zone_id: string;
|
|
116
|
-
run_type?: RunType[] | undefined;
|
|
117
|
-
execution_status?: ExecutionStatus[] | undefined;
|
|
118
|
-
status?: Status[] | undefined;
|
|
119
116
|
is_enabled?: YesNo[] | undefined;
|
|
117
|
+
status?: Status[] | undefined;
|
|
120
118
|
search?: string | undefined;
|
|
121
119
|
paging?: PAGING | undefined;
|
|
122
120
|
page_count?: unknown;
|
|
@@ -135,6 +133,8 @@ declare const CronMonitorQuerySchema: z.ZodObject<{
|
|
|
135
133
|
direction: OrderBy;
|
|
136
134
|
}[] | undefined;
|
|
137
135
|
include_master_data?: YesNo | undefined;
|
|
136
|
+
run_type?: RunType[] | undefined;
|
|
137
|
+
execution_status?: ExecutionStatus[] | undefined;
|
|
138
138
|
}>;
|
|
139
139
|
type CronMonitorQueryDTO = z.infer<typeof CronMonitorQuerySchema>;
|
|
140
140
|
declare const CronJobLogQuerySchema: z.ZodObject<{
|
|
@@ -173,9 +173,6 @@ declare const CronJobLogQuerySchema: z.ZodObject<{
|
|
|
173
173
|
execution_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExecutionStatus>, "many">>>;
|
|
174
174
|
is_latest_run: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
175
175
|
}, "strip", z.ZodTypeAny, {
|
|
176
|
-
run_type: RunType[];
|
|
177
|
-
execution_status: ExecutionStatus[];
|
|
178
|
-
is_latest_run: YesNo[];
|
|
179
176
|
status: Status[];
|
|
180
177
|
search: string;
|
|
181
178
|
paging: PAGING;
|
|
@@ -197,13 +194,13 @@ declare const CronJobLogQuerySchema: z.ZodObject<{
|
|
|
197
194
|
include_master_data: YesNo;
|
|
198
195
|
date_format_id: string;
|
|
199
196
|
time_zone_id: string;
|
|
197
|
+
run_type: RunType[];
|
|
198
|
+
execution_status: ExecutionStatus[];
|
|
199
|
+
is_latest_run: YesNo[];
|
|
200
200
|
cron_job_ids: string[];
|
|
201
201
|
}, {
|
|
202
202
|
date_format_id: string;
|
|
203
203
|
time_zone_id: string;
|
|
204
|
-
run_type?: RunType[] | undefined;
|
|
205
|
-
execution_status?: ExecutionStatus[] | undefined;
|
|
206
|
-
is_latest_run?: YesNo[] | undefined;
|
|
207
204
|
status?: Status[] | undefined;
|
|
208
205
|
search?: string | undefined;
|
|
209
206
|
paging?: PAGING | undefined;
|
|
@@ -223,6 +220,9 @@ declare const CronJobLogQuerySchema: z.ZodObject<{
|
|
|
223
220
|
direction: OrderBy;
|
|
224
221
|
}[] | undefined;
|
|
225
222
|
include_master_data?: YesNo | undefined;
|
|
223
|
+
run_type?: RunType[] | undefined;
|
|
224
|
+
execution_status?: ExecutionStatus[] | undefined;
|
|
225
|
+
is_latest_run?: YesNo[] | undefined;
|
|
226
226
|
cron_job_ids?: string[] | undefined;
|
|
227
227
|
}>;
|
|
228
228
|
type CronJobLogQueryDTO = z.infer<typeof CronJobLogQuerySchema>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { YesNo, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } 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 } from '../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle } from '../../user_organisation_service-BBU1rYm0.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
7
7
|
|
|
@@ -85,25 +85,25 @@ declare const ApiDataPushManagementSchema: z.ZodObject<{
|
|
|
85
85
|
frequency_seconds: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
86
86
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
87
87
|
}, "strip", z.ZodTypeAny, {
|
|
88
|
-
|
|
89
|
-
is_enabled: YesNo;
|
|
90
|
-
description: string;
|
|
91
|
-
organisation_ids: string[];
|
|
92
|
-
vehicle_ids: string[];
|
|
88
|
+
api_name: string;
|
|
93
89
|
vendor_name: string;
|
|
90
|
+
description: string;
|
|
91
|
+
is_enabled: YesNo;
|
|
94
92
|
all_vehicles: YesNo;
|
|
95
|
-
api_name: string;
|
|
96
93
|
frequency_seconds: number;
|
|
97
|
-
}, {
|
|
98
94
|
status: Status;
|
|
95
|
+
organisation_ids: string[];
|
|
96
|
+
vehicle_ids: string[];
|
|
97
|
+
}, {
|
|
98
|
+
api_name: string;
|
|
99
99
|
vendor_name: string;
|
|
100
100
|
all_vehicles: YesNo;
|
|
101
|
-
|
|
102
|
-
is_enabled?: YesNo | undefined;
|
|
101
|
+
status: Status;
|
|
103
102
|
description?: string | undefined;
|
|
103
|
+
is_enabled?: YesNo | undefined;
|
|
104
|
+
frequency_seconds?: unknown;
|
|
104
105
|
organisation_ids?: string[] | undefined;
|
|
105
106
|
vehicle_ids?: string[] | undefined;
|
|
106
|
-
frequency_seconds?: unknown;
|
|
107
107
|
}>;
|
|
108
108
|
type ApiDataPushManagementDTO = z.infer<typeof ApiDataPushManagementSchema>;
|
|
109
109
|
declare const ApiDataPushManagementQuerySchema: z.ZodObject<{
|
|
@@ -140,8 +140,8 @@ declare const ApiDataPushManagementQuerySchema: z.ZodObject<{
|
|
|
140
140
|
api_data_push_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
141
141
|
is_enabled: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
142
142
|
}, "strip", z.ZodTypeAny, {
|
|
143
|
-
status: Status[];
|
|
144
143
|
is_enabled: YesNo[];
|
|
144
|
+
status: Status[];
|
|
145
145
|
search: string;
|
|
146
146
|
paging: PAGING;
|
|
147
147
|
page_count: number;
|
|
@@ -166,8 +166,8 @@ declare const ApiDataPushManagementQuerySchema: z.ZodObject<{
|
|
|
166
166
|
}, {
|
|
167
167
|
date_format_id: string;
|
|
168
168
|
time_zone_id: string;
|
|
169
|
-
status?: Status[] | undefined;
|
|
170
169
|
is_enabled?: YesNo[] | undefined;
|
|
170
|
+
status?: Status[] | undefined;
|
|
171
171
|
search?: string | undefined;
|
|
172
172
|
paging?: PAGING | undefined;
|
|
173
173
|
page_count?: unknown;
|
|
@@ -225,6 +225,7 @@ declare const ApiDataPushHitLogQuerySchema: z.ZodObject<{
|
|
|
225
225
|
run_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
226
226
|
}, "strip", z.ZodTypeAny, {
|
|
227
227
|
status: Status[];
|
|
228
|
+
run_status: YesNo[];
|
|
228
229
|
search: string;
|
|
229
230
|
paging: PAGING;
|
|
230
231
|
page_count: number;
|
|
@@ -245,13 +246,13 @@ declare const ApiDataPushHitLogQuerySchema: z.ZodObject<{
|
|
|
245
246
|
include_master_data: YesNo;
|
|
246
247
|
date_format_id: string;
|
|
247
248
|
time_zone_id: string;
|
|
248
|
-
run_status: YesNo[];
|
|
249
249
|
api_data_push_ids: string[];
|
|
250
250
|
api_data_push_hit_log_ids: string[];
|
|
251
251
|
}, {
|
|
252
252
|
date_format_id: string;
|
|
253
253
|
time_zone_id: string;
|
|
254
254
|
status?: Status[] | undefined;
|
|
255
|
+
run_status?: YesNo[] | undefined;
|
|
255
256
|
search?: string | undefined;
|
|
256
257
|
paging?: PAGING | undefined;
|
|
257
258
|
page_count?: unknown;
|
|
@@ -270,7 +271,6 @@ declare const ApiDataPushHitLogQuerySchema: z.ZodObject<{
|
|
|
270
271
|
direction: OrderBy;
|
|
271
272
|
}[] | undefined;
|
|
272
273
|
include_master_data?: YesNo | undefined;
|
|
273
|
-
run_status?: YesNo[] | undefined;
|
|
274
274
|
api_data_push_ids?: string[] | undefined;
|
|
275
275
|
api_data_push_hit_log_ids?: string[] | undefined;
|
|
276
276
|
}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { YesNo, APIAuthType, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } 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 } from '../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle } from '../../user_organisation_service-BBU1rYm0.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
7
7
|
|
|
@@ -95,14 +95,14 @@ declare const ApiDataShareManagementSchema: z.ZodObject<{
|
|
|
95
95
|
allowed_ips: z.ZodEffects<z.ZodArray<z.ZodString, "many">, string[], string[]>;
|
|
96
96
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
97
97
|
}, "strip", z.ZodTypeAny, {
|
|
98
|
-
|
|
99
|
-
|
|
98
|
+
api_name: string;
|
|
99
|
+
vendor_name: string;
|
|
100
100
|
description: string;
|
|
101
|
+
is_enabled: YesNo;
|
|
102
|
+
all_vehicles: YesNo;
|
|
103
|
+
status: Status;
|
|
101
104
|
organisation_ids: string[];
|
|
102
105
|
vehicle_ids: string[];
|
|
103
|
-
vendor_name: string;
|
|
104
|
-
all_vehicles: YesNo;
|
|
105
|
-
api_name: string;
|
|
106
106
|
auth_type: APIAuthType;
|
|
107
107
|
api_keys: string[];
|
|
108
108
|
usernames: string[];
|
|
@@ -110,16 +110,16 @@ declare const ApiDataShareManagementSchema: z.ZodObject<{
|
|
|
110
110
|
rate_limit_rpm: number;
|
|
111
111
|
allowed_ips: string[];
|
|
112
112
|
}, {
|
|
113
|
-
|
|
113
|
+
api_name: string;
|
|
114
114
|
vendor_name: string;
|
|
115
115
|
all_vehicles: YesNo;
|
|
116
|
-
|
|
116
|
+
status: Status;
|
|
117
117
|
api_keys: string[];
|
|
118
118
|
usernames: string[];
|
|
119
119
|
passwords: string[];
|
|
120
120
|
allowed_ips: string[];
|
|
121
|
-
is_enabled?: YesNo | undefined;
|
|
122
121
|
description?: string | undefined;
|
|
122
|
+
is_enabled?: YesNo | undefined;
|
|
123
123
|
organisation_ids?: string[] | undefined;
|
|
124
124
|
vehicle_ids?: string[] | undefined;
|
|
125
125
|
auth_type?: APIAuthType | undefined;
|
|
@@ -161,8 +161,8 @@ declare const ApiDataShareManagementQuerySchema: z.ZodObject<{
|
|
|
161
161
|
is_enabled: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
162
162
|
auth_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof APIAuthType>, "many">>>;
|
|
163
163
|
}, "strip", z.ZodTypeAny, {
|
|
164
|
-
status: Status[];
|
|
165
164
|
is_enabled: YesNo[];
|
|
165
|
+
status: Status[];
|
|
166
166
|
search: string;
|
|
167
167
|
paging: PAGING;
|
|
168
168
|
page_count: number;
|
|
@@ -188,8 +188,8 @@ declare const ApiDataShareManagementQuerySchema: z.ZodObject<{
|
|
|
188
188
|
}, {
|
|
189
189
|
date_format_id: string;
|
|
190
190
|
time_zone_id: string;
|
|
191
|
-
status?: Status[] | undefined;
|
|
192
191
|
is_enabled?: YesNo[] | undefined;
|
|
192
|
+
status?: Status[] | undefined;
|
|
193
193
|
search?: string | undefined;
|
|
194
194
|
paging?: PAGING | undefined;
|
|
195
195
|
page_count?: unknown;
|