vms-nest-prisma-api-document 6.0.24 → 6.0.26
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/services/account/bookmark_service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +17 -17
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +50 -51
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +35 -36
- package/dist/services/gps/features/geofence/gps_geofence_data_service.d.ts +11 -11
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +10 -10
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +5 -5
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +3 -3
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +17 -17
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +10 -10
- package/dist/services/gps/reports/gps_models/GpsAlert.d.ts +8 -7
- package/dist/services/gps/reports/gps_models/GpsPacket.d.ts +22 -12
- package/dist/services/gps/reports/gps_models/GpsSensor.d.ts +16 -9
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +6 -6
- package/dist/services/gps/reports/gps_reports_mongo_service.js +10 -10
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_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/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_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_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 +7 -7
- package/dist/services/master/main/master_main_language_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 +4 -130
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +3 -3
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +3 -3
- 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 +4 -135
- 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/faq_service.d.ts +1 -1
- package/dist/{user_organisation_service-BLMLICYW.d.ts → user_organisation_service-De28fHzO.d.ts} +284 -6
- package/package.json +1 -1
- package/dist/services/account/notification_service.d.ts +0 -232
- package/dist/services/account/notification_service.js +0 -529
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GeofenceStatusType, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-De28fHzO.js';
|
|
5
5
|
import { GPSGeofenceData } from './gps_geofence_data_service.js';
|
|
6
6
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
7
7
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
@@ -31,21 +31,21 @@ declare const GPSGeofenceTransactionSchema: z.ZodObject<{
|
|
|
31
31
|
geofence_time: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
32
32
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
33
33
|
}, "strip", z.ZodTypeAny, {
|
|
34
|
-
|
|
35
|
-
geofence_time: string;
|
|
34
|
+
gps_geofence_id: string;
|
|
36
35
|
status: Status;
|
|
37
36
|
organisation_id: string;
|
|
38
|
-
vehicle_id: string;
|
|
39
37
|
driver_id: string;
|
|
40
|
-
|
|
41
|
-
}, {
|
|
38
|
+
vehicle_id: string;
|
|
42
39
|
geofence_status_type: GeofenceStatusType;
|
|
43
40
|
geofence_time: string;
|
|
41
|
+
}, {
|
|
42
|
+
gps_geofence_id: string;
|
|
44
43
|
status: Status;
|
|
45
44
|
organisation_id: string;
|
|
46
|
-
vehicle_id: string;
|
|
47
45
|
driver_id: string;
|
|
48
|
-
|
|
46
|
+
vehicle_id: string;
|
|
47
|
+
geofence_status_type: GeofenceStatusType;
|
|
48
|
+
geofence_time: string;
|
|
49
49
|
}>;
|
|
50
50
|
type GPSGeofenceTransactionDTO = z.infer<typeof GPSGeofenceTransactionSchema>;
|
|
51
51
|
declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
|
|
@@ -85,7 +85,6 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
|
|
|
85
85
|
gps_geofence_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
86
86
|
geofence_status_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofenceStatusType>, "many">>>;
|
|
87
87
|
}, "strip", z.ZodTypeAny, {
|
|
88
|
-
geofence_status_type: GeofenceStatusType[];
|
|
89
88
|
status: Status[];
|
|
90
89
|
search: string;
|
|
91
90
|
paging: PAGING;
|
|
@@ -110,11 +109,11 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
|
|
|
110
109
|
organisation_ids: string[];
|
|
111
110
|
vehicle_ids: string[];
|
|
112
111
|
driver_ids: string[];
|
|
112
|
+
geofence_status_type: GeofenceStatusType[];
|
|
113
113
|
gps_geofence_ids: string[];
|
|
114
114
|
}, {
|
|
115
115
|
date_format_id: string;
|
|
116
116
|
time_zone_id: string;
|
|
117
|
-
geofence_status_type?: GeofenceStatusType[] | undefined;
|
|
118
117
|
status?: Status[] | undefined;
|
|
119
118
|
search?: string | undefined;
|
|
120
119
|
paging?: PAGING | undefined;
|
|
@@ -137,6 +136,7 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
|
|
|
137
136
|
organisation_ids?: string[] | undefined;
|
|
138
137
|
vehicle_ids?: string[] | undefined;
|
|
139
138
|
driver_ids?: string[] | undefined;
|
|
139
|
+
geofence_status_type?: GeofenceStatusType[] | undefined;
|
|
140
140
|
gps_geofence_ids?: string[] | undefined;
|
|
141
141
|
}>;
|
|
142
142
|
type GPSGeofenceTransactionQueryDTO = z.infer<typeof GPSGeofenceTransactionQuerySchema>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-De28fHzO.js';
|
|
5
5
|
import { GPSGeofenceData } from './gps_geofence_data_service.js';
|
|
6
6
|
import { GPSGeofenceTransaction } from './gps_geofence_transaction_service.js';
|
|
7
7
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
@@ -40,22 +40,22 @@ declare const GPSGeofenceTransactionSummarySchema: z.ZodObject<{
|
|
|
40
40
|
duration_seconds: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
41
41
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
42
42
|
}, "strip", z.ZodTypeAny, {
|
|
43
|
+
gps_geofence_id: string;
|
|
43
44
|
status: Status;
|
|
44
45
|
organisation_id: string;
|
|
45
|
-
vehicle_id: string;
|
|
46
46
|
driver_id: string;
|
|
47
|
-
|
|
47
|
+
vehicle_id: string;
|
|
48
48
|
geofence_enter_date_time: string;
|
|
49
49
|
geofence_exit_date_time: string;
|
|
50
50
|
duration_seconds: number;
|
|
51
51
|
enter_gps_geofence_transaction_id: string;
|
|
52
52
|
exit_gps_geofence_transaction_id: string;
|
|
53
53
|
}, {
|
|
54
|
+
gps_geofence_id: string;
|
|
54
55
|
status: Status;
|
|
55
56
|
organisation_id: string;
|
|
56
|
-
vehicle_id: string;
|
|
57
57
|
driver_id: string;
|
|
58
|
-
|
|
58
|
+
vehicle_id: string;
|
|
59
59
|
geofence_enter_date_time: string;
|
|
60
60
|
enter_gps_geofence_transaction_id: string;
|
|
61
61
|
exit_gps_geofence_transaction_id: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-De28fHzO.js';
|
|
5
5
|
import { GPSGeofenceData } from './gps_geofence_data_service.js';
|
|
6
6
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
7
7
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
@@ -64,8 +64,8 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
|
|
|
64
64
|
}, "strip", z.ZodTypeAny, {
|
|
65
65
|
status: Status;
|
|
66
66
|
organisation_id: string;
|
|
67
|
-
vehicle_id: string;
|
|
68
67
|
driver_id: string;
|
|
68
|
+
vehicle_id: string;
|
|
69
69
|
duration_seconds: number;
|
|
70
70
|
from_geofence_exit_date_time: string;
|
|
71
71
|
to_geofence_enter_date_time: string;
|
|
@@ -87,8 +87,8 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
|
|
|
87
87
|
}, {
|
|
88
88
|
status: Status;
|
|
89
89
|
organisation_id: string;
|
|
90
|
-
vehicle_id: string;
|
|
91
90
|
driver_id: string;
|
|
91
|
+
vehicle_id: string;
|
|
92
92
|
from_geofence_exit_date_time: string;
|
|
93
93
|
to_geofence_enter_date_time: string;
|
|
94
94
|
from_geofence_id: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { LinkType, LinkStatus, Status, NotificationType, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-De28fHzO.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -42,17 +42,17 @@ declare const GPSLiveTrackShareLinkNotificationsSchema: z.ZodObject<{
|
|
|
42
42
|
to_recipients: z.ZodEffects<z.ZodString, string, string>;
|
|
43
43
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
gps_live_track_share_link_id: string;
|
|
46
45
|
status: Status;
|
|
47
46
|
organisation_id: string;
|
|
48
47
|
type: NotificationType;
|
|
49
48
|
to_recipients: string;
|
|
50
|
-
}, {
|
|
51
49
|
gps_live_track_share_link_id: string;
|
|
50
|
+
}, {
|
|
52
51
|
status: Status;
|
|
53
52
|
organisation_id: string;
|
|
54
53
|
type: NotificationType;
|
|
55
54
|
to_recipients: string;
|
|
55
|
+
gps_live_track_share_link_id: string;
|
|
56
56
|
}>;
|
|
57
57
|
type GPSLiveTrackShareLinkNotificationsDTO = z.infer<typeof GPSLiveTrackShareLinkNotificationsSchema>;
|
|
58
58
|
declare const GPSLiveTrackShareLinkSchema: z.ZodObject<{
|
|
@@ -73,54 +73,54 @@ declare const GPSLiveTrackShareLinkSchema: z.ZodObject<{
|
|
|
73
73
|
to_recipients: z.ZodEffects<z.ZodString, string, string>;
|
|
74
74
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
75
75
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
76
|
-
gps_live_track_share_link_id: string;
|
|
77
76
|
status: Status;
|
|
78
77
|
organisation_id: string;
|
|
79
78
|
type: NotificationType;
|
|
80
79
|
to_recipients: string;
|
|
81
|
-
}, {
|
|
82
80
|
gps_live_track_share_link_id: string;
|
|
81
|
+
}, {
|
|
83
82
|
status: Status;
|
|
84
83
|
organisation_id: string;
|
|
85
84
|
type: NotificationType;
|
|
86
85
|
to_recipients: string;
|
|
86
|
+
gps_live_track_share_link_id: string;
|
|
87
87
|
}>, "many">>>;
|
|
88
88
|
}, "strip", z.ZodTypeAny, {
|
|
89
|
-
link_type: LinkType;
|
|
90
|
-
location: string;
|
|
91
89
|
link_status: LinkStatus;
|
|
92
90
|
status: Status;
|
|
93
91
|
organisation_id: string;
|
|
94
92
|
vehicle_id: string;
|
|
95
93
|
trip_id: string;
|
|
96
|
-
expire_milliseconds: number;
|
|
97
94
|
notifications: {
|
|
98
|
-
gps_live_track_share_link_id: string;
|
|
99
95
|
status: Status;
|
|
100
96
|
organisation_id: string;
|
|
101
97
|
type: NotificationType;
|
|
102
98
|
to_recipients: string;
|
|
99
|
+
gps_live_track_share_link_id: string;
|
|
103
100
|
}[];
|
|
101
|
+
link_type: LinkType;
|
|
102
|
+
location: string;
|
|
103
|
+
expire_milliseconds: number;
|
|
104
104
|
latitude?: number | undefined;
|
|
105
105
|
longitude?: number | undefined;
|
|
106
106
|
}, {
|
|
107
|
-
link_type: LinkType;
|
|
108
107
|
link_status: LinkStatus;
|
|
109
108
|
status: Status;
|
|
110
109
|
organisation_id: string;
|
|
111
110
|
vehicle_id: string;
|
|
112
111
|
trip_id: string;
|
|
113
|
-
|
|
114
|
-
longitude?: unknown;
|
|
115
|
-
location?: string | undefined;
|
|
116
|
-
expire_milliseconds?: unknown;
|
|
112
|
+
link_type: LinkType;
|
|
117
113
|
notifications?: {
|
|
118
|
-
gps_live_track_share_link_id: string;
|
|
119
114
|
status: Status;
|
|
120
115
|
organisation_id: string;
|
|
121
116
|
type: NotificationType;
|
|
122
117
|
to_recipients: string;
|
|
118
|
+
gps_live_track_share_link_id: string;
|
|
123
119
|
}[] | undefined;
|
|
120
|
+
latitude?: unknown;
|
|
121
|
+
longitude?: unknown;
|
|
122
|
+
location?: string | undefined;
|
|
123
|
+
expire_milliseconds?: unknown;
|
|
124
124
|
}>;
|
|
125
125
|
type GPSLiveTrackShareLinkDTO = z.infer<typeof GPSLiveTrackShareLinkSchema>;
|
|
126
126
|
declare const GPSLiveTrackShareLinkTimeSchema: z.ZodObject<{
|
|
@@ -176,7 +176,6 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
176
176
|
link_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof LinkType>, "many">>>;
|
|
177
177
|
link_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof LinkStatus>, "many">>>;
|
|
178
178
|
}, "strip", z.ZodTypeAny, {
|
|
179
|
-
link_type: LinkType[];
|
|
180
179
|
link_status: LinkStatus[];
|
|
181
180
|
status: Status[];
|
|
182
181
|
search: string;
|
|
@@ -202,10 +201,10 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
202
201
|
organisation_ids: string[];
|
|
203
202
|
vehicle_ids: string[];
|
|
204
203
|
trip_ids: string[];
|
|
204
|
+
link_type: LinkType[];
|
|
205
205
|
}, {
|
|
206
206
|
date_format_id: string;
|
|
207
207
|
time_zone_id: string;
|
|
208
|
-
link_type?: LinkType[] | undefined;
|
|
209
208
|
link_status?: LinkStatus[] | undefined;
|
|
210
209
|
status?: Status[] | undefined;
|
|
211
210
|
search?: string | undefined;
|
|
@@ -229,6 +228,7 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
229
228
|
organisation_ids?: string[] | undefined;
|
|
230
229
|
vehicle_ids?: string[] | undefined;
|
|
231
230
|
trip_ids?: string[] | undefined;
|
|
231
|
+
link_type?: LinkType[] | undefined;
|
|
232
232
|
}>;
|
|
233
233
|
type GPSLiveTrackShareLinkQueryDTO = z.infer<typeof GPSLiveTrackShareLinkQuerySchema>;
|
|
234
234
|
declare const toGPSLiveTrackShareLinkPayload: (data: GPSLiveTrackShareLink) => GPSLiveTrackShareLinkDTO;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TrackHistoryLinkStatus, Status, NotificationType, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle } from '../../../user_organisation_service-De28fHzO.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -40,17 +40,17 @@ declare const GPSTrackHistoryShareLinkNotificationsSchema: z.ZodObject<{
|
|
|
40
40
|
to_recipients: z.ZodEffects<z.ZodString, string, string>;
|
|
41
41
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
42
42
|
}, "strip", z.ZodTypeAny, {
|
|
43
|
+
gps_track_history_share_link_id: string;
|
|
43
44
|
status: Status;
|
|
44
45
|
organisation_id: string;
|
|
45
46
|
type: NotificationType;
|
|
46
47
|
to_recipients: string;
|
|
47
|
-
gps_track_history_share_link_id: string;
|
|
48
48
|
}, {
|
|
49
|
+
gps_track_history_share_link_id: string;
|
|
49
50
|
status: Status;
|
|
50
51
|
organisation_id: string;
|
|
51
52
|
type: NotificationType;
|
|
52
53
|
to_recipients: string;
|
|
53
|
-
gps_track_history_share_link_id: string;
|
|
54
54
|
}>;
|
|
55
55
|
type GPSTrackHistoryShareLinkNotificationsDTO = z.infer<typeof GPSTrackHistoryShareLinkNotificationsSchema>;
|
|
56
56
|
declare const GPSTrackHistoryShareLinkSchema: z.ZodObject<{
|
|
@@ -68,47 +68,47 @@ declare const GPSTrackHistoryShareLinkSchema: z.ZodObject<{
|
|
|
68
68
|
to_recipients: z.ZodEffects<z.ZodString, string, string>;
|
|
69
69
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
70
70
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
71
|
+
gps_track_history_share_link_id: string;
|
|
71
72
|
status: Status;
|
|
72
73
|
organisation_id: string;
|
|
73
74
|
type: NotificationType;
|
|
74
75
|
to_recipients: string;
|
|
75
|
-
gps_track_history_share_link_id: string;
|
|
76
76
|
}, {
|
|
77
|
+
gps_track_history_share_link_id: string;
|
|
77
78
|
status: Status;
|
|
78
79
|
organisation_id: string;
|
|
79
80
|
type: NotificationType;
|
|
80
81
|
to_recipients: string;
|
|
81
|
-
gps_track_history_share_link_id: string;
|
|
82
82
|
}>, "many">>>;
|
|
83
83
|
}, "strip", z.ZodTypeAny, {
|
|
84
|
+
from_date_time: string;
|
|
85
|
+
to_date_time: string;
|
|
84
86
|
link_status: TrackHistoryLinkStatus;
|
|
85
87
|
status: Status;
|
|
86
88
|
organisation_id: string;
|
|
87
89
|
vehicle_id: string;
|
|
88
90
|
trip_id: string;
|
|
89
91
|
notifications: {
|
|
92
|
+
gps_track_history_share_link_id: string;
|
|
90
93
|
status: Status;
|
|
91
94
|
organisation_id: string;
|
|
92
95
|
type: NotificationType;
|
|
93
96
|
to_recipients: string;
|
|
94
|
-
gps_track_history_share_link_id: string;
|
|
95
97
|
}[];
|
|
98
|
+
}, {
|
|
96
99
|
from_date_time: string;
|
|
97
100
|
to_date_time: string;
|
|
98
|
-
}, {
|
|
99
101
|
link_status: TrackHistoryLinkStatus;
|
|
100
102
|
status: Status;
|
|
101
103
|
organisation_id: string;
|
|
102
104
|
vehicle_id: string;
|
|
103
105
|
trip_id: string;
|
|
104
|
-
from_date_time: string;
|
|
105
|
-
to_date_time: string;
|
|
106
106
|
notifications?: {
|
|
107
|
+
gps_track_history_share_link_id: string;
|
|
107
108
|
status: Status;
|
|
108
109
|
organisation_id: string;
|
|
109
110
|
type: NotificationType;
|
|
110
111
|
to_recipients: string;
|
|
111
|
-
gps_track_history_share_link_id: string;
|
|
112
112
|
}[] | undefined;
|
|
113
113
|
}>;
|
|
114
114
|
type GPSTrackHistoryShareLinkDTO = z.infer<typeof GPSTrackHistoryShareLinkSchema>;
|
|
@@ -6,20 +6,13 @@ interface GpsAlert extends Record<string, unknown> {
|
|
|
6
6
|
db_i: string;
|
|
7
7
|
db_g: string;
|
|
8
8
|
u_id: string;
|
|
9
|
-
u_f?: string;
|
|
10
9
|
v_id: string;
|
|
11
|
-
vn_f?: string;
|
|
12
|
-
vt?: string;
|
|
13
10
|
d_id: string;
|
|
14
|
-
dr_f?: string;
|
|
15
11
|
g_id: string;
|
|
16
|
-
ge_n?: string;
|
|
17
|
-
ge_t?: string;
|
|
18
12
|
module: Module;
|
|
19
13
|
alert_type: AlertType;
|
|
20
14
|
alert_sub_type: AlertSubType;
|
|
21
15
|
dt: string;
|
|
22
|
-
dt_f?: string;
|
|
23
16
|
dts: number;
|
|
24
17
|
la: number;
|
|
25
18
|
lo: number;
|
|
@@ -35,6 +28,14 @@ interface GpsAlert extends Record<string, unknown> {
|
|
|
35
28
|
key_4?: string;
|
|
36
29
|
key_5?: string;
|
|
37
30
|
key_6?: string;
|
|
31
|
+
si?: number;
|
|
32
|
+
s_f?: string;
|
|
33
|
+
dt_f?: string;
|
|
34
|
+
u_f?: string;
|
|
35
|
+
vn_f?: string;
|
|
36
|
+
vt?: string;
|
|
37
|
+
dr_f?: string;
|
|
38
|
+
ge_f?: string;
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
export type { GpsAlert };
|
|
@@ -1,6 +1,17 @@
|
|
|
1
|
+
import { GPSSource } from '../../../../core/Enums.js';
|
|
2
|
+
|
|
1
3
|
interface GpsPacket extends Record<string, unknown> {
|
|
2
|
-
|
|
4
|
+
_id?: string;
|
|
5
|
+
o_id: string;
|
|
6
|
+
db_i: string;
|
|
7
|
+
db_g: string;
|
|
8
|
+
v_id: string;
|
|
9
|
+
g_s: GPSSource;
|
|
10
|
+
attributes: object;
|
|
11
|
+
fuel_values: object;
|
|
3
12
|
raw: string;
|
|
13
|
+
protocol: string;
|
|
14
|
+
api_code: string;
|
|
4
15
|
st: string;
|
|
5
16
|
dt: string;
|
|
6
17
|
ft: string;
|
|
@@ -15,6 +26,7 @@ interface GpsPacket extends Record<string, unknown> {
|
|
|
15
26
|
c: number;
|
|
16
27
|
i: boolean;
|
|
17
28
|
m: boolean;
|
|
29
|
+
os: boolean;
|
|
18
30
|
p: boolean;
|
|
19
31
|
v: boolean;
|
|
20
32
|
b_r: string;
|
|
@@ -26,21 +38,19 @@ interface GpsPacket extends Record<string, unknown> {
|
|
|
26
38
|
t2_r: string;
|
|
27
39
|
t1: number;
|
|
28
40
|
t2: number;
|
|
29
|
-
gl: string;
|
|
30
|
-
lid: string;
|
|
31
|
-
ll: string;
|
|
32
|
-
ld: number;
|
|
33
41
|
s_r_l: boolean;
|
|
34
42
|
s_d_l: boolean;
|
|
35
43
|
s_d: boolean;
|
|
36
44
|
s_g: boolean;
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
c_d
|
|
43
|
-
dt_f
|
|
45
|
+
gl: string;
|
|
46
|
+
lid: string;
|
|
47
|
+
ll: string;
|
|
48
|
+
ld: number;
|
|
49
|
+
si?: number;
|
|
50
|
+
c_d?: number;
|
|
51
|
+
dt_f?: string;
|
|
52
|
+
f1_f?: string;
|
|
53
|
+
t_f?: string;
|
|
44
54
|
}
|
|
45
55
|
|
|
46
56
|
export type { GpsPacket };
|
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
interface GpsSensor extends Record<string, unknown> {
|
|
2
|
-
|
|
3
|
-
v_id: string;
|
|
2
|
+
_id?: string;
|
|
4
3
|
o_id: string;
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
db_i: string;
|
|
5
|
+
db_g: string;
|
|
6
|
+
v_id: string;
|
|
7
|
+
d_id: string;
|
|
7
8
|
fdt: string;
|
|
8
9
|
fdts: number;
|
|
9
10
|
tdt: string;
|
|
10
11
|
tdts: number;
|
|
11
12
|
s: number;
|
|
13
|
+
ts: number;
|
|
12
14
|
me: number;
|
|
15
|
+
dm: number;
|
|
16
|
+
dmc: boolean;
|
|
13
17
|
s_la: number;
|
|
14
18
|
s_lo: number;
|
|
15
19
|
s_gl: string;
|
|
@@ -23,15 +27,18 @@ interface GpsSensor extends Record<string, unknown> {
|
|
|
23
27
|
e_ll: string;
|
|
24
28
|
e_ld: number;
|
|
25
29
|
t: string;
|
|
30
|
+
os: boolean;
|
|
26
31
|
m: boolean;
|
|
27
32
|
i: boolean;
|
|
28
33
|
s_d: boolean;
|
|
29
34
|
s_g: boolean;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
+
si?: number;
|
|
36
|
+
s_f?: string;
|
|
37
|
+
fdt_f?: string;
|
|
38
|
+
tdt_f?: string;
|
|
39
|
+
vn_f?: string;
|
|
40
|
+
vt?: string;
|
|
41
|
+
dr_f?: string;
|
|
35
42
|
}
|
|
36
43
|
|
|
37
44
|
export type { GpsSensor };
|
|
@@ -256,7 +256,6 @@ declare const SingleVehicleReportSchema: z.ZodObject<{
|
|
|
256
256
|
}, "strip", z.ZodTypeAny, {
|
|
257
257
|
db_group: string;
|
|
258
258
|
db_instance: string;
|
|
259
|
-
vehicle_id: string;
|
|
260
259
|
search: string;
|
|
261
260
|
paging: PAGING;
|
|
262
261
|
page_count: number;
|
|
@@ -266,16 +265,17 @@ declare const SingleVehicleReportSchema: z.ZodObject<{
|
|
|
266
265
|
login_from: LoginFrom;
|
|
267
266
|
organisation_id: string;
|
|
268
267
|
interval_seconds: number;
|
|
268
|
+
vehicle_id: string;
|
|
269
269
|
from_date_time: string;
|
|
270
270
|
to_date_time: string;
|
|
271
271
|
}, {
|
|
272
272
|
db_group: string;
|
|
273
273
|
db_instance: string;
|
|
274
|
-
vehicle_id: string;
|
|
275
274
|
date_format_id: string;
|
|
276
275
|
time_zone_id: string;
|
|
277
276
|
login_from: LoginFrom;
|
|
278
277
|
organisation_id: string;
|
|
278
|
+
vehicle_id: string;
|
|
279
279
|
from_date_time: string;
|
|
280
280
|
to_date_time: string;
|
|
281
281
|
search?: string | undefined;
|
|
@@ -301,7 +301,6 @@ declare const VehicleDashboardSummaryQuerySchema: z.ZodObject<{
|
|
|
301
301
|
}, "strip", z.ZodTypeAny, {
|
|
302
302
|
db_group: string;
|
|
303
303
|
db_instance: string;
|
|
304
|
-
vehicle_id: string;
|
|
305
304
|
search: string;
|
|
306
305
|
paging: PAGING;
|
|
307
306
|
page_count: number;
|
|
@@ -310,14 +309,15 @@ declare const VehicleDashboardSummaryQuerySchema: z.ZodObject<{
|
|
|
310
309
|
time_zone_id: string;
|
|
311
310
|
login_from: LoginFrom;
|
|
312
311
|
organisation_id: string;
|
|
312
|
+
vehicle_id: string;
|
|
313
313
|
}, {
|
|
314
314
|
db_group: string;
|
|
315
315
|
db_instance: string;
|
|
316
|
-
vehicle_id: string;
|
|
317
316
|
date_format_id: string;
|
|
318
317
|
time_zone_id: string;
|
|
319
318
|
login_from: LoginFrom;
|
|
320
319
|
organisation_id: string;
|
|
320
|
+
vehicle_id: string;
|
|
321
321
|
search?: string | undefined;
|
|
322
322
|
paging?: PAGING | undefined;
|
|
323
323
|
page_count?: unknown;
|
|
@@ -398,14 +398,14 @@ declare const all_drivers_over_speed_violation_report: (data: MultipleDriverRepo
|
|
|
398
398
|
declare const monthly_over_speed_summary_report: (data: MultipleVehicleReportQueryDTO) => Promise<FBR<OverSpeedViolationMonthly[]>>;
|
|
399
399
|
declare const vehicle_stoppage_track_report: (data: SimpleReportQueryDTO) => Promise<FBR<GpsSensor[]>>;
|
|
400
400
|
declare const ignition_sensor_report: (data: SimpleReportQueryDTO) => Promise<FBR<GpsSensor[]>>;
|
|
401
|
-
declare const door_sensor_report: (data: SimpleReportQueryDTO) => Promise<FBR<GpsSensor[]>>;
|
|
402
401
|
declare const genset_sensor_report: (data: SimpleReportQueryDTO) => Promise<FBR<GpsSensor[]>>;
|
|
402
|
+
declare const door_sensor_report: (data: SimpleReportQueryDTO) => Promise<FBR<GpsSensor[]>>;
|
|
403
|
+
declare const gps_alert_notifications: (data: AlertReportQueryDTO) => Promise<FBR<GpsAlert[]>>;
|
|
403
404
|
declare const vehicle_gps_raw_data_report: (data: SingleVehicleReportQueryDTO) => Promise<FBR<GpsPacket[]>>;
|
|
404
405
|
declare const temperature_report: (data: SingleVehicleReportQueryDTO) => Promise<FBR<GpsPacket[]>>;
|
|
405
406
|
declare const fuel_raw_data_report: (data: SingleVehicleReportQueryDTO) => Promise<FBR<GpsPacket[]>>;
|
|
406
407
|
declare const vehicle_track_history_report: (data: SingleVehicleReportQueryDTO) => Promise<FBR<GpsPacket[]>>;
|
|
407
408
|
declare const all_vehicles_last_24_hours_km_report: (data: MultipleVehicleLast24HoursReportQueryDTO) => Promise<FBR<Last24HoursKmReport[]>>;
|
|
408
409
|
declare const vehicle_dashboard_summary_report: (data: VehicleDashboardSummaryQueryDTO) => Promise<FBR<DashboardSummaryReport[]>>;
|
|
409
|
-
declare const gps_alert_notifications: (data: AlertReportQueryDTO) => Promise<FBR<GpsAlert[]>>;
|
|
410
410
|
|
|
411
411
|
export { type AlertReportQueryDTO, AlertReportSchema, type MultipleDriverReportQueryDTO, MultipleDriverReportSchema, type MultipleVehicleLast24HoursReportQueryDTO, MultipleVehicleLast24HoursReportSchema, type MultipleVehicleReportQueryDTO, MultipleVehicleReportSchema, type SimpleReportQueryDTO, SimpleReportSchema, type SingleVehicleReportQueryDTO, SingleVehicleReportSchema, type VehicleDashboardSummaryQueryDTO, VehicleDashboardSummaryQuerySchema, all_drivers_over_speed_violation_report, all_vehicles_24_hours_analysis_report, all_vehicles_last_24_hours_km_report, all_vehicles_over_speed_violation_report, door_sensor_report, driver_performance_report, find_test_api, find_test_api_2, fuel_raw_data_report, genset_sensor_report, gps_alert_notifications, ignition_sensor_report, monthly_kilometers_summary, monthly_over_speed_summary_report, temperature_report, vehicle_dashboard_summary_report, vehicle_gps_raw_data_report, vehicle_hourly_km_report, vehicle_stoppage_track_report, vehicle_track_history_report };
|
|
@@ -478,17 +478,17 @@ var ENDPOINTS = {
|
|
|
478
478
|
ignition_sensor_report: `${URL}/ignition_sensor_report`,
|
|
479
479
|
genset_sensor_report: `${URL}/genset_sensor_report`,
|
|
480
480
|
door_sensor_report: `${URL}/door_sensor_report`,
|
|
481
|
+
// FBR -> GPSAlert
|
|
482
|
+
gps_alert_notifications: `${URL}/gps_alert_notifications`,
|
|
481
483
|
// FBR -> GpsPacket
|
|
482
484
|
vehicle_gps_raw_data_report: `${URL}/vehicle_gps_raw_data_report`,
|
|
483
485
|
vehicle_fuel_raw_data_report: `${URL}/vehicle_fuel_raw_data_report`,
|
|
484
|
-
vehicle_track_history_report: `${URL}/vehicle_track_history_report`,
|
|
485
486
|
vehicle_temperature_raw_data_report: `${URL}/vehicle_temperature_raw_data_report`,
|
|
487
|
+
vehicle_track_history_report: `${URL}/vehicle_track_history_report`,
|
|
486
488
|
// FBR -> GpsPacket -> Processed Cumulative Distance
|
|
487
489
|
all_vehicles_last_24_hours_km_report: `${URL}/all_vehicles_last_24_hours_km_report`,
|
|
488
490
|
// SBR -> Dashboard Summary
|
|
489
491
|
vehicle_dashboard_summary_report: `${URL}/vehicle_dashboard_summary_report`,
|
|
490
|
-
// FBR -> GPSAlert
|
|
491
|
-
gps_alert_notifications: `${URL}/gps_alert_notifications`,
|
|
492
492
|
find: `${URL}/search`
|
|
493
493
|
};
|
|
494
494
|
var MultipleVehicleReportSchema = MongoBaseQuerySchema.extend({
|
|
@@ -658,18 +658,21 @@ var ignition_sensor_report = async (data) => {
|
|
|
658
658
|
data
|
|
659
659
|
);
|
|
660
660
|
};
|
|
661
|
-
var
|
|
661
|
+
var genset_sensor_report = async (data) => {
|
|
662
662
|
return apiPost(
|
|
663
|
-
ENDPOINTS.
|
|
663
|
+
ENDPOINTS.genset_sensor_report,
|
|
664
664
|
data
|
|
665
665
|
);
|
|
666
666
|
};
|
|
667
|
-
var
|
|
667
|
+
var door_sensor_report = async (data) => {
|
|
668
668
|
return apiPost(
|
|
669
|
-
ENDPOINTS.
|
|
669
|
+
ENDPOINTS.door_sensor_report,
|
|
670
670
|
data
|
|
671
671
|
);
|
|
672
672
|
};
|
|
673
|
+
var gps_alert_notifications = async (data) => {
|
|
674
|
+
return apiPost(ENDPOINTS.gps_alert_notifications, data);
|
|
675
|
+
};
|
|
673
676
|
var vehicle_gps_raw_data_report = async (data) => {
|
|
674
677
|
return apiPost(
|
|
675
678
|
ENDPOINTS.vehicle_gps_raw_data_report,
|
|
@@ -700,9 +703,6 @@ var all_vehicles_last_24_hours_km_report = async (data) => {
|
|
|
700
703
|
var vehicle_dashboard_summary_report = async (data) => {
|
|
701
704
|
return apiPost(ENDPOINTS.vehicle_dashboard_summary_report, data);
|
|
702
705
|
};
|
|
703
|
-
var gps_alert_notifications = async (data) => {
|
|
704
|
-
return apiPost(ENDPOINTS.gps_alert_notifications, data);
|
|
705
|
-
};
|
|
706
706
|
export {
|
|
707
707
|
AlertReportSchema,
|
|
708
708
|
MultipleDriverReportSchema,
|
|
@@ -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 {
|
|
5
|
+
export { c2 as AssignRemoveDeviceHistory, c8 as DeviceSimLinkDTO, c7 as DeviceSimLinkSchema, c as MasterDevice, c4 as MasterDeviceDTO, c6 as MasterDeviceQueryDTO, c5 as MasterDeviceQuerySchema, c3 as MasterDeviceSchema, cc as createMasterDevice, ce as deleteMasterDevice, cf as device_sim_link, cg as device_sim_unlink, cb as findMasterDevices, ci as get_device_sim_link_history_by_device, ch as get_device_sim_link_history_by_sim, ca as newMasterDevicePayload, c9 as toMasterDevicePayload, cd as updateMasterDevice } from '../../../user_organisation_service-De28fHzO.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { a_ as AssignRemoveDriverHistory, b2 as DriverQueryDTO, b1 as DriverQuerySchema, b as MasterDriver, b0 as MasterDriverDTO, a$ as MasterDriverSchema, b6 as createDriver, b8 as deleteDriver, b5 as findDrivers, ba as getDriverCache, bb as getDriverSimpleCache, b9 as getPresignedUrlForDriver, b4 as newDriverPayload, b3 as toDriverPayload, b7 as updateDriver } from '../../../user_organisation_service-De28fHzO.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { bT as AssignRemoveSimHistory, bS as MasterSim, bV as MasterSimDTO, bX as MasterSimQueryDTO, bW as MasterSimQuerySchema, bU as MasterSimSchema, b$ as createMasterSim, c1 as deleteMasterSim, b_ as findMasterSims, bZ as newMasterSimPayload, bY as toMasterSimPayload, c0 as updateMasterSim } from '../../../user_organisation_service-De28fHzO.js';
|
|
5
5
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
6
6
|
import '../../../zod_utils/zod_base_schema.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BR, SBR } from '../../../core/BaseResponse.js';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { a as User } from '../../../user_organisation_service-
|
|
3
|
+
import { a as User } from '../../../user_organisation_service-De28fHzO.js';
|
|
4
4
|
import { UserAdmin } from './user_admin_service.js';
|
|
5
5
|
import '../../../core/Enums.js';
|
|
6
6
|
import '../../../zod_utils/zod_base_schema.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { U as UserOrganisation,
|
|
4
|
+
export { U as UserOrganisation, ky as UserOrganisationDTO, kA as UserOrganisationQueryDTO, kz as UserOrganisationQuerySchema, kx as UserOrganisationSchema, kw as UserOrganisationSimple, kE as createUserOrganisation, kG as deleteUserOrganisation, kD as findUserOrganisations, kH as getUserOrganisationCache, kI as getUserOrganisationCacheSimple, kJ as getUserOrganisationPresignedUrl, kC as newUserOrganisationPayload, kB as toUserOrganisationPayload, kF as updateUserOrganisation } from '../../../user_organisation_service-De28fHzO.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|