vms-nest-prisma-api-document 55.0.0 → 60.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 +4 -1
- package/dist/core/Enums.js +5 -0
- package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
- package/dist/services/account/bookmark_service.d.ts +11 -11
- package/dist/services/account/notification_preferences.service.d.ts +18 -18
- package/dist/services/account/report_preferences.service.d.ts +7 -7
- package/dist/services/account/ticket_service.d.ts +3 -3
- 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 +42 -42
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +24 -24
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +3 -3
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +19 -19
- package/dist/services/gps/features/gps_live_track_share_link_service.js +8 -9
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +24 -24
- package/dist/services/gps/features/gps_track_history_share_link_service.js +8 -9
- 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_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +5 -5
- 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 +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 +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 +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/faq_service.d.ts +1 -1
- package/package.json +1 -1
- package/dist/{user_organisation_service-Da1BdaCu.d.ts → user_organisation_service-DqZC6EYi.d.ts} +29 -29
|
@@ -2,7 +2,7 @@ import { GPSFuelApproveStatus, RefillEntrySource, Status, FileType, PAGING, Load
|
|
|
2
2
|
import { BaseCommionFile, FBR, SBR, BR, AWSPresignedUrl } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
import { FilePresignedUrlDTO } from '../../../zod_utils/zod_base_schema.js';
|
|
5
|
-
import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-
|
|
5
|
+
import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-DqZC6EYi.js';
|
|
6
6
|
import { MasterMainLandmark } from '../../master/main/master_main_landmark_service.js';
|
|
7
7
|
import { MasterVehicleFuelRemovalReason } from '../../master/vehicle/master_vehicle_fuel_removal_reason_service.js';
|
|
8
8
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
@@ -84,6 +84,7 @@ declare const FleetFuelRemovalFileSchema: z.ZodObject<{
|
|
|
84
84
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
85
85
|
fleet_fuel_removal_id: z.ZodEffects<z.ZodString, string, string>;
|
|
86
86
|
}, "strip", z.ZodTypeAny, {
|
|
87
|
+
fleet_fuel_removal_id: string;
|
|
87
88
|
status: Status;
|
|
88
89
|
organisation_id: string;
|
|
89
90
|
usage_type: string;
|
|
@@ -94,13 +95,12 @@ declare const FleetFuelRemovalFileSchema: z.ZodObject<{
|
|
|
94
95
|
file_description: string;
|
|
95
96
|
file_size: number;
|
|
96
97
|
file_metadata: Record<string, any>;
|
|
97
|
-
fleet_fuel_removal_id: string;
|
|
98
98
|
}, {
|
|
99
|
+
fleet_fuel_removal_id: string;
|
|
99
100
|
status: Status;
|
|
100
101
|
organisation_id: string;
|
|
101
102
|
usage_type: string;
|
|
102
103
|
file_type: FileType;
|
|
103
|
-
fleet_fuel_removal_id: string;
|
|
104
104
|
file_url?: string | undefined;
|
|
105
105
|
file_key?: string | undefined;
|
|
106
106
|
file_name?: string | undefined;
|
|
@@ -152,6 +152,7 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
152
152
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
153
153
|
fleet_fuel_removal_id: z.ZodEffects<z.ZodString, string, string>;
|
|
154
154
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
155
|
+
fleet_fuel_removal_id: string;
|
|
155
156
|
status: Status;
|
|
156
157
|
organisation_id: string;
|
|
157
158
|
usage_type: string;
|
|
@@ -162,13 +163,12 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
162
163
|
file_description: string;
|
|
163
164
|
file_size: number;
|
|
164
165
|
file_metadata: Record<string, any>;
|
|
165
|
-
fleet_fuel_removal_id: string;
|
|
166
166
|
}, {
|
|
167
|
+
fleet_fuel_removal_id: string;
|
|
167
168
|
status: Status;
|
|
168
169
|
organisation_id: string;
|
|
169
170
|
usage_type: string;
|
|
170
171
|
file_type: FileType;
|
|
171
|
-
fleet_fuel_removal_id: string;
|
|
172
172
|
file_url?: string | undefined;
|
|
173
173
|
file_key?: string | undefined;
|
|
174
174
|
file_name?: string | undefined;
|
|
@@ -177,14 +177,16 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
177
177
|
file_metadata?: Record<string, any> | undefined;
|
|
178
178
|
}>, "many">>>;
|
|
179
179
|
}, "strip", z.ZodTypeAny, {
|
|
180
|
+
odometer_reading: number;
|
|
180
181
|
date_time: string;
|
|
181
182
|
admin_verify_status: GPSFuelApproveStatus;
|
|
182
183
|
transporter_verify_status: GPSFuelApproveStatus;
|
|
184
|
+
fuel_removal_reason_id: string;
|
|
185
|
+
removal_details: string;
|
|
183
186
|
entry_source: RefillEntrySource;
|
|
184
187
|
source_reference_id: string;
|
|
185
188
|
source_notes: string;
|
|
186
189
|
google_location: string;
|
|
187
|
-
odometer_reading: number;
|
|
188
190
|
status: Status;
|
|
189
191
|
organisation_id: string;
|
|
190
192
|
user_id: string;
|
|
@@ -193,10 +195,8 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
193
195
|
device_id: string;
|
|
194
196
|
vehicle_fuel_type_id: string;
|
|
195
197
|
vehicle_fuel_unit_id: string;
|
|
196
|
-
time_zone_id: string;
|
|
197
|
-
fuel_removal_reason_id: string;
|
|
198
|
-
removal_details: string;
|
|
199
198
|
FleetFuelRemovalFile: {
|
|
199
|
+
fleet_fuel_removal_id: string;
|
|
200
200
|
status: Status;
|
|
201
201
|
organisation_id: string;
|
|
202
202
|
usage_type: string;
|
|
@@ -207,21 +207,22 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
207
207
|
file_description: string;
|
|
208
208
|
file_size: number;
|
|
209
209
|
file_metadata: Record<string, any>;
|
|
210
|
-
fleet_fuel_removal_id: string;
|
|
211
210
|
}[];
|
|
212
|
-
|
|
213
|
-
total_cost?: number | undefined;
|
|
214
|
-
latitude?: number | undefined;
|
|
215
|
-
longitude?: number | undefined;
|
|
211
|
+
time_zone_id: string;
|
|
216
212
|
before_removal_quantity?: number | undefined;
|
|
217
213
|
after_removal_quantity?: number | undefined;
|
|
218
214
|
removal_quantity?: number | undefined;
|
|
219
215
|
verified_removal_quantity?: number | undefined;
|
|
220
216
|
diff_removal_quantity?: number | undefined;
|
|
217
|
+
cost_per_unit?: number | undefined;
|
|
218
|
+
total_cost?: number | undefined;
|
|
219
|
+
latitude?: number | undefined;
|
|
220
|
+
longitude?: number | undefined;
|
|
221
221
|
}, {
|
|
222
222
|
date_time: string;
|
|
223
223
|
admin_verify_status: GPSFuelApproveStatus;
|
|
224
224
|
transporter_verify_status: GPSFuelApproveStatus;
|
|
225
|
+
fuel_removal_reason_id: string;
|
|
225
226
|
status: Status;
|
|
226
227
|
organisation_id: string;
|
|
227
228
|
user_id: string;
|
|
@@ -231,28 +232,27 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
|
|
|
231
232
|
vehicle_fuel_type_id: string;
|
|
232
233
|
vehicle_fuel_unit_id: string;
|
|
233
234
|
time_zone_id: string;
|
|
234
|
-
|
|
235
|
+
before_removal_quantity?: unknown;
|
|
236
|
+
after_removal_quantity?: unknown;
|
|
237
|
+
removal_quantity?: unknown;
|
|
238
|
+
verified_removal_quantity?: unknown;
|
|
239
|
+
diff_removal_quantity?: unknown;
|
|
240
|
+
odometer_reading?: unknown;
|
|
235
241
|
cost_per_unit?: unknown;
|
|
236
242
|
total_cost?: unknown;
|
|
243
|
+
removal_details?: string | undefined;
|
|
237
244
|
entry_source?: RefillEntrySource | undefined;
|
|
238
245
|
source_reference_id?: string | undefined;
|
|
239
246
|
source_notes?: string | undefined;
|
|
240
247
|
latitude?: unknown;
|
|
241
248
|
longitude?: unknown;
|
|
242
249
|
google_location?: string | undefined;
|
|
243
|
-
odometer_reading?: unknown;
|
|
244
|
-
before_removal_quantity?: unknown;
|
|
245
|
-
after_removal_quantity?: unknown;
|
|
246
|
-
removal_quantity?: unknown;
|
|
247
|
-
verified_removal_quantity?: unknown;
|
|
248
|
-
diff_removal_quantity?: unknown;
|
|
249
|
-
removal_details?: string | undefined;
|
|
250
250
|
FleetFuelRemovalFile?: {
|
|
251
|
+
fleet_fuel_removal_id: string;
|
|
251
252
|
status: Status;
|
|
252
253
|
organisation_id: string;
|
|
253
254
|
usage_type: string;
|
|
254
255
|
file_type: FileType;
|
|
255
|
-
fleet_fuel_removal_id: string;
|
|
256
256
|
file_url?: string | undefined;
|
|
257
257
|
file_key?: string | undefined;
|
|
258
258
|
file_name?: string | undefined;
|
|
@@ -338,9 +338,9 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
|
|
|
338
338
|
device_ids: string[];
|
|
339
339
|
vehicle_fuel_type_ids: string[];
|
|
340
340
|
vehicle_fuel_unit_ids: string[];
|
|
341
|
+
fuel_removal_reason_ids: string[];
|
|
341
342
|
from_date: string;
|
|
342
343
|
to_date: string;
|
|
343
|
-
fuel_removal_reason_ids: string[];
|
|
344
344
|
}, {
|
|
345
345
|
time_zone_id: string;
|
|
346
346
|
date_format_id: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GeofencePurposeType, GeofenceType, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../../user_organisation_service-DqZC6EYi.js';
|
|
5
5
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -172,7 +172,6 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
|
|
|
172
172
|
gps_geofence_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
173
173
|
}, "strip", z.ZodTypeAny, {
|
|
174
174
|
status: Status[];
|
|
175
|
-
gps_geofence_ids: string[];
|
|
176
175
|
search: string;
|
|
177
176
|
paging: PAGING;
|
|
178
177
|
page_count: number;
|
|
@@ -196,11 +195,11 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
|
|
|
196
195
|
organisation_ids: string[];
|
|
197
196
|
geofence_purpose_type: GeofencePurposeType[];
|
|
198
197
|
geofence_type: GeofenceType[];
|
|
198
|
+
gps_geofence_ids: string[];
|
|
199
199
|
}, {
|
|
200
200
|
date_format_id: string;
|
|
201
201
|
time_zone_id: string;
|
|
202
202
|
status?: Status[] | undefined;
|
|
203
|
-
gps_geofence_ids?: string[] | undefined;
|
|
204
203
|
search?: string | undefined;
|
|
205
204
|
paging?: PAGING | undefined;
|
|
206
205
|
page_count?: unknown;
|
|
@@ -222,6 +221,7 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
|
|
|
222
221
|
organisation_ids?: string[] | undefined;
|
|
223
222
|
geofence_purpose_type?: GeofencePurposeType[] | undefined;
|
|
224
223
|
geofence_type?: GeofenceType[] | undefined;
|
|
224
|
+
gps_geofence_ids?: string[] | undefined;
|
|
225
225
|
}>;
|
|
226
226
|
type GPSGeofenceQueryDTO = z.infer<typeof GPSGeofenceQuerySchema>;
|
|
227
227
|
declare const toGPSGeofencePayload: (data: GPSGeofence) => GPSGeofenceDTO;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { GeofenceStatusType, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-DqZC6EYi.js';
|
|
5
5
|
import { GPSGeofence } from './gps_geofence_service.js';
|
|
6
6
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
7
7
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
@@ -36,23 +36,23 @@ declare const GPSGeofenceTransactionSchema: z.ZodObject<{
|
|
|
36
36
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
37
37
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
|
-
geofence_status_type: GeofenceStatusType;
|
|
40
|
-
geofence_time: string;
|
|
41
39
|
status: Status;
|
|
42
40
|
organisation_id: string;
|
|
43
41
|
vehicle_id: string;
|
|
44
42
|
driver_id: string;
|
|
45
43
|
gps_geofence_id: string;
|
|
46
44
|
time_zone_id: string;
|
|
47
|
-
}, {
|
|
48
45
|
geofence_status_type: GeofenceStatusType;
|
|
49
46
|
geofence_time: string;
|
|
47
|
+
}, {
|
|
50
48
|
status: Status;
|
|
51
49
|
organisation_id: string;
|
|
52
50
|
vehicle_id: string;
|
|
53
51
|
driver_id: string;
|
|
54
52
|
gps_geofence_id: string;
|
|
55
53
|
time_zone_id: string;
|
|
54
|
+
geofence_status_type: GeofenceStatusType;
|
|
55
|
+
geofence_time: string;
|
|
56
56
|
}>;
|
|
57
57
|
type GPSGeofenceTransactionDTO = z.infer<typeof GPSGeofenceTransactionSchema>;
|
|
58
58
|
declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
|
|
@@ -94,7 +94,6 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
|
|
|
94
94
|
from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
95
95
|
to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
-
geofence_status_type: GeofenceStatusType[];
|
|
98
97
|
status: Status[];
|
|
99
98
|
time_zone_id: string;
|
|
100
99
|
search: string;
|
|
@@ -122,12 +121,12 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
|
|
|
122
121
|
gps_geofence_ids: string[];
|
|
123
122
|
from_date: string;
|
|
124
123
|
to_date: string;
|
|
124
|
+
geofence_status_type: GeofenceStatusType[];
|
|
125
125
|
}, {
|
|
126
126
|
time_zone_id: string;
|
|
127
127
|
date_format_id: string;
|
|
128
128
|
from_date: string;
|
|
129
129
|
to_date: string;
|
|
130
|
-
geofence_status_type?: GeofenceStatusType[] | undefined;
|
|
131
130
|
status?: Status[] | undefined;
|
|
132
131
|
search?: string | undefined;
|
|
133
132
|
paging?: PAGING | undefined;
|
|
@@ -151,6 +150,7 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
|
|
|
151
150
|
vehicle_ids?: string[] | undefined;
|
|
152
151
|
driver_ids?: string[] | undefined;
|
|
153
152
|
gps_geofence_ids?: string[] | undefined;
|
|
153
|
+
geofence_status_type?: GeofenceStatusType[] | undefined;
|
|
154
154
|
}>;
|
|
155
155
|
type GPSGeofenceTransactionQueryDTO = z.infer<typeof GPSGeofenceTransactionQuerySchema>;
|
|
156
156
|
declare const toGPSGeofenceTransactionPayload: (data: GPSGeofenceTransaction) => GPSGeofenceTransactionDTO;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, b as MasterDriver } from '../../../../user_organisation_service-DqZC6EYi.js';
|
|
5
5
|
import { GPSGeofence } from './gps_geofence_service.js';
|
|
6
6
|
import { GPSGeofenceTransaction } from './gps_geofence_transaction_service.js';
|
|
7
7
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
@@ -46,27 +46,27 @@ declare const GPSGeofenceTransactionSummarySchema: z.ZodObject<{
|
|
|
46
46
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
47
47
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
48
48
|
}, "strip", z.ZodTypeAny, {
|
|
49
|
+
geofence_enter_date_time: string;
|
|
50
|
+
geofence_exit_date_time: string;
|
|
51
|
+
duration_seconds: number;
|
|
49
52
|
status: Status;
|
|
50
53
|
organisation_id: string;
|
|
51
54
|
vehicle_id: string;
|
|
52
55
|
driver_id: string;
|
|
53
56
|
gps_geofence_id: string;
|
|
54
|
-
time_zone_id: string;
|
|
55
|
-
geofence_enter_date_time: string;
|
|
56
|
-
geofence_exit_date_time: string;
|
|
57
|
-
duration_seconds: number;
|
|
58
57
|
enter_gps_geofence_transaction_id: string;
|
|
59
58
|
exit_gps_geofence_transaction_id: string;
|
|
59
|
+
time_zone_id: string;
|
|
60
60
|
}, {
|
|
61
|
+
geofence_enter_date_time: string;
|
|
61
62
|
status: Status;
|
|
62
63
|
organisation_id: string;
|
|
63
64
|
vehicle_id: string;
|
|
64
65
|
driver_id: string;
|
|
65
66
|
gps_geofence_id: string;
|
|
66
|
-
time_zone_id: string;
|
|
67
|
-
geofence_enter_date_time: string;
|
|
68
67
|
enter_gps_geofence_transaction_id: string;
|
|
69
68
|
exit_gps_geofence_transaction_id: string;
|
|
69
|
+
time_zone_id: string;
|
|
70
70
|
geofence_exit_date_time?: string | undefined;
|
|
71
71
|
duration_seconds?: unknown;
|
|
72
72
|
}>;
|
|
@@ -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-DqZC6EYi.js';
|
|
5
5
|
import '../../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -55,12 +55,12 @@ declare const TripGeofenceToGeofenceSchema: z.ZodObject<{
|
|
|
55
55
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
56
56
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
|
+
duration_seconds: number;
|
|
58
59
|
status: Status;
|
|
59
60
|
organisation_id: string;
|
|
60
61
|
vehicle_id: string;
|
|
61
62
|
driver_id: string;
|
|
62
63
|
time_zone_id: string;
|
|
63
|
-
duration_seconds: number;
|
|
64
64
|
from_geofence_exit_date_time: string;
|
|
65
65
|
to_geofence_enter_date_time: string;
|
|
66
66
|
travel_duration_seconds: number;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { LinkType, LinkStatus, Status,
|
|
1
|
+
import { LinkType, LinkStatus, Status, ShareChannel, 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-DqZC6EYi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -26,7 +26,7 @@ interface GPSLiveTrackShareLink extends Record<string, unknown> {
|
|
|
26
26
|
}
|
|
27
27
|
interface GPSLiveTrackShareLinkNotification extends Record<string, unknown> {
|
|
28
28
|
gps_live_track_share_link_notification_id: string;
|
|
29
|
-
|
|
29
|
+
share_channels: ShareChannel[];
|
|
30
30
|
mobile_numbers?: string;
|
|
31
31
|
email_ids?: string;
|
|
32
32
|
cc_email_ids?: string;
|
|
@@ -42,24 +42,24 @@ interface GPSLiveTrackShareLinkNotification extends Record<string, unknown> {
|
|
|
42
42
|
declare const GPSLiveTrackShareLinkNotificationSchema: z.ZodObject<{
|
|
43
43
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
44
44
|
gps_live_track_share_link_id: z.ZodEffects<z.ZodString, string, string>;
|
|
45
|
-
|
|
45
|
+
share_channels: z.ZodDefault<z.ZodArray<z.ZodNativeEnum<typeof ShareChannel>, "many">>;
|
|
46
46
|
mobile_numbers: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
47
47
|
email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
48
48
|
cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
49
49
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
50
50
|
}, "strip", z.ZodTypeAny, {
|
|
51
|
+
gps_live_track_share_link_id: string;
|
|
51
52
|
status: Status;
|
|
52
53
|
organisation_id: string;
|
|
53
|
-
|
|
54
|
+
share_channels: ShareChannel.Email[];
|
|
54
55
|
mobile_numbers: string;
|
|
55
56
|
email_ids: string;
|
|
56
57
|
cc_email_ids: string;
|
|
57
|
-
gps_live_track_share_link_id: string;
|
|
58
58
|
}, {
|
|
59
|
+
gps_live_track_share_link_id: string;
|
|
59
60
|
status: Status;
|
|
60
61
|
organisation_id: string;
|
|
61
|
-
|
|
62
|
-
notification_channels?: NotificationChannel[] | undefined;
|
|
62
|
+
share_channels?: ShareChannel.Email[] | undefined;
|
|
63
63
|
mobile_numbers?: string | undefined;
|
|
64
64
|
email_ids?: string | undefined;
|
|
65
65
|
cc_email_ids?: string | undefined;
|
|
@@ -74,24 +74,24 @@ declare const GPSLiveTrackShareLinkSchema: z.ZodObject<{
|
|
|
74
74
|
GPSLiveTrackShareLinkNotification: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
75
75
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
76
76
|
gps_live_track_share_link_id: z.ZodEffects<z.ZodString, string, string>;
|
|
77
|
-
|
|
77
|
+
share_channels: z.ZodDefault<z.ZodArray<z.ZodNativeEnum<typeof ShareChannel>, "many">>;
|
|
78
78
|
mobile_numbers: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
79
79
|
email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
80
80
|
cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
81
81
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
82
82
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
83
|
+
gps_live_track_share_link_id: string;
|
|
83
84
|
status: Status;
|
|
84
85
|
organisation_id: string;
|
|
85
|
-
|
|
86
|
+
share_channels: ShareChannel.Email[];
|
|
86
87
|
mobile_numbers: string;
|
|
87
88
|
email_ids: string;
|
|
88
89
|
cc_email_ids: string;
|
|
89
|
-
gps_live_track_share_link_id: string;
|
|
90
90
|
}, {
|
|
91
|
+
gps_live_track_share_link_id: string;
|
|
91
92
|
status: Status;
|
|
92
93
|
organisation_id: string;
|
|
93
|
-
|
|
94
|
-
notification_channels?: NotificationChannel[] | undefined;
|
|
94
|
+
share_channels?: ShareChannel.Email[] | undefined;
|
|
95
95
|
mobile_numbers?: string | undefined;
|
|
96
96
|
email_ids?: string | undefined;
|
|
97
97
|
cc_email_ids?: string | undefined;
|
|
@@ -103,13 +103,13 @@ declare const GPSLiveTrackShareLinkSchema: z.ZodObject<{
|
|
|
103
103
|
vehicle_id: string;
|
|
104
104
|
expire_milliseconds: number;
|
|
105
105
|
GPSLiveTrackShareLinkNotification: {
|
|
106
|
+
gps_live_track_share_link_id: string;
|
|
106
107
|
status: Status;
|
|
107
108
|
organisation_id: string;
|
|
108
|
-
|
|
109
|
+
share_channels: ShareChannel.Email[];
|
|
109
110
|
mobile_numbers: string;
|
|
110
111
|
email_ids: string;
|
|
111
112
|
cc_email_ids: string;
|
|
112
|
-
gps_live_track_share_link_id: string;
|
|
113
113
|
}[];
|
|
114
114
|
}, {
|
|
115
115
|
link_status: LinkStatus;
|
|
@@ -118,10 +118,10 @@ declare const GPSLiveTrackShareLinkSchema: z.ZodObject<{
|
|
|
118
118
|
vehicle_id: string;
|
|
119
119
|
expire_milliseconds?: unknown;
|
|
120
120
|
GPSLiveTrackShareLinkNotification?: {
|
|
121
|
+
gps_live_track_share_link_id: string;
|
|
121
122
|
status: Status;
|
|
122
123
|
organisation_id: string;
|
|
123
|
-
|
|
124
|
-
notification_channels?: NotificationChannel[] | undefined;
|
|
124
|
+
share_channels?: ShareChannel.Email[] | undefined;
|
|
125
125
|
mobile_numbers?: string | undefined;
|
|
126
126
|
email_ids?: string | undefined;
|
|
127
127
|
cc_email_ids?: string | undefined;
|
|
@@ -182,7 +182,6 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
182
182
|
}, "strip", z.ZodTypeAny, {
|
|
183
183
|
link_status: LinkStatus[];
|
|
184
184
|
status: Status[];
|
|
185
|
-
time_zone_id: string;
|
|
186
185
|
search: string;
|
|
187
186
|
paging: PAGING;
|
|
188
187
|
page_count: number;
|
|
@@ -202,12 +201,13 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
|
|
|
202
201
|
}[];
|
|
203
202
|
include_master_data: YesNo;
|
|
204
203
|
date_format_id: string;
|
|
204
|
+
time_zone_id: string;
|
|
205
205
|
organisation_ids: string[];
|
|
206
206
|
vehicle_ids: string[];
|
|
207
207
|
gps_live_track_share_link_ids: string[];
|
|
208
208
|
}, {
|
|
209
|
-
time_zone_id: string;
|
|
210
209
|
date_format_id: string;
|
|
210
|
+
time_zone_id: string;
|
|
211
211
|
link_status?: LinkStatus[] | undefined;
|
|
212
212
|
status?: Status[] | undefined;
|
|
213
213
|
search?: string | undefined;
|
|
@@ -224,11 +224,10 @@ var YesNo = /* @__PURE__ */ ((YesNo2) => {
|
|
|
224
224
|
YesNo2["No"] = "No";
|
|
225
225
|
return YesNo2;
|
|
226
226
|
})(YesNo || {});
|
|
227
|
-
var
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
})(NotificationChannel || {});
|
|
227
|
+
var ShareChannel = /* @__PURE__ */ ((ShareChannel2) => {
|
|
228
|
+
ShareChannel2["Email"] = "Email";
|
|
229
|
+
return ShareChannel2;
|
|
230
|
+
})(ShareChannel || {});
|
|
232
231
|
var LinkStatus = /* @__PURE__ */ ((LinkStatus2) => {
|
|
233
232
|
LinkStatus2["Active"] = "Active";
|
|
234
233
|
LinkStatus2["Inactive"] = "Inactive";
|
|
@@ -308,10 +307,10 @@ var GPSLiveTrackShareLinkNotificationSchema = z3.object({
|
|
|
308
307
|
organisation_id: single_select_optional("UserOrganisation"),
|
|
309
308
|
// ✅ Single-Selection -> UserOrganisation
|
|
310
309
|
gps_live_track_share_link_id: single_select_optional("GPSLiveTrackShareLink"),
|
|
311
|
-
|
|
312
|
-
"
|
|
313
|
-
|
|
314
|
-
getAllEnums(
|
|
310
|
+
share_channels: enumArrayMandatory(
|
|
311
|
+
"Share Channels",
|
|
312
|
+
ShareChannel,
|
|
313
|
+
getAllEnums(ShareChannel)
|
|
315
314
|
),
|
|
316
315
|
mobile_numbers: stringOptional("Mobile Numbers", 0, 300),
|
|
317
316
|
email_ids: stringOptional("Email IDs", 0, 300),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { TrackHistoryLinkStatus, Status,
|
|
1
|
+
import { TrackHistoryLinkStatus, Status, ShareChannel, 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-DqZC6EYi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -26,7 +26,7 @@ interface GPSTrackHistoryShareLink extends Record<string, unknown> {
|
|
|
26
26
|
}
|
|
27
27
|
interface GPSTrackHistoryShareLinkNotification extends Record<string, unknown> {
|
|
28
28
|
gps_track_history_share_link_notification_id: string;
|
|
29
|
-
|
|
29
|
+
share_channels: ShareChannel[];
|
|
30
30
|
mobile_numbers?: string;
|
|
31
31
|
email_ids?: string;
|
|
32
32
|
cc_email_ids?: string;
|
|
@@ -42,24 +42,24 @@ interface GPSTrackHistoryShareLinkNotification extends Record<string, unknown> {
|
|
|
42
42
|
declare const GPSTrackHistoryShareLinkNotificationSchema: z.ZodObject<{
|
|
43
43
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
44
44
|
gps_track_history_share_link_id: z.ZodEffects<z.ZodString, string, string>;
|
|
45
|
-
|
|
45
|
+
share_channels: z.ZodDefault<z.ZodArray<z.ZodNativeEnum<typeof ShareChannel>, "many">>;
|
|
46
46
|
mobile_numbers: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
47
47
|
email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
48
48
|
cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
49
49
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
50
50
|
}, "strip", z.ZodTypeAny, {
|
|
51
|
-
gps_track_history_share_link_id: string;
|
|
52
51
|
status: Status;
|
|
53
52
|
organisation_id: string;
|
|
54
|
-
|
|
53
|
+
share_channels: ShareChannel.Email[];
|
|
55
54
|
mobile_numbers: string;
|
|
56
55
|
email_ids: string;
|
|
57
56
|
cc_email_ids: string;
|
|
58
|
-
}, {
|
|
59
57
|
gps_track_history_share_link_id: string;
|
|
58
|
+
}, {
|
|
60
59
|
status: Status;
|
|
61
60
|
organisation_id: string;
|
|
62
|
-
|
|
61
|
+
gps_track_history_share_link_id: string;
|
|
62
|
+
share_channels?: ShareChannel.Email[] | undefined;
|
|
63
63
|
mobile_numbers?: string | undefined;
|
|
64
64
|
email_ids?: string | undefined;
|
|
65
65
|
cc_email_ids?: string | undefined;
|
|
@@ -76,58 +76,58 @@ declare const GPSTrackHistoryShareLinkSchema: z.ZodObject<{
|
|
|
76
76
|
GPSTrackHistoryShareLinkNotification: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
77
77
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
78
78
|
gps_track_history_share_link_id: z.ZodEffects<z.ZodString, string, string>;
|
|
79
|
-
|
|
79
|
+
share_channels: z.ZodDefault<z.ZodArray<z.ZodNativeEnum<typeof ShareChannel>, "many">>;
|
|
80
80
|
mobile_numbers: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
81
81
|
email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
82
82
|
cc_email_ids: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
83
83
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
84
84
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
85
|
-
gps_track_history_share_link_id: string;
|
|
86
85
|
status: Status;
|
|
87
86
|
organisation_id: string;
|
|
88
|
-
|
|
87
|
+
share_channels: ShareChannel.Email[];
|
|
89
88
|
mobile_numbers: string;
|
|
90
89
|
email_ids: string;
|
|
91
90
|
cc_email_ids: string;
|
|
92
|
-
}, {
|
|
93
91
|
gps_track_history_share_link_id: string;
|
|
92
|
+
}, {
|
|
94
93
|
status: Status;
|
|
95
94
|
organisation_id: string;
|
|
96
|
-
|
|
95
|
+
gps_track_history_share_link_id: string;
|
|
96
|
+
share_channels?: ShareChannel.Email[] | undefined;
|
|
97
97
|
mobile_numbers?: string | undefined;
|
|
98
98
|
email_ids?: string | undefined;
|
|
99
99
|
cc_email_ids?: string | undefined;
|
|
100
100
|
}>, "many">>>;
|
|
101
101
|
}, "strip", z.ZodTypeAny, {
|
|
102
|
-
from_date_time: string;
|
|
103
|
-
to_date_time: string;
|
|
104
102
|
link_status: TrackHistoryLinkStatus;
|
|
105
103
|
status: Status;
|
|
106
104
|
organisation_id: string;
|
|
107
105
|
vehicle_id: string;
|
|
106
|
+
time_zone_id: string;
|
|
107
|
+
from_date_time: string;
|
|
108
|
+
to_date_time: string;
|
|
108
109
|
GPSTrackHistoryShareLinkNotification: {
|
|
109
|
-
gps_track_history_share_link_id: string;
|
|
110
110
|
status: Status;
|
|
111
111
|
organisation_id: string;
|
|
112
|
-
|
|
112
|
+
share_channels: ShareChannel.Email[];
|
|
113
113
|
mobile_numbers: string;
|
|
114
114
|
email_ids: string;
|
|
115
115
|
cc_email_ids: string;
|
|
116
|
+
gps_track_history_share_link_id: string;
|
|
116
117
|
}[];
|
|
117
|
-
time_zone_id: string;
|
|
118
118
|
}, {
|
|
119
|
-
from_date_time: string;
|
|
120
|
-
to_date_time: string;
|
|
121
119
|
link_status: TrackHistoryLinkStatus;
|
|
122
120
|
status: Status;
|
|
123
121
|
organisation_id: string;
|
|
124
122
|
vehicle_id: string;
|
|
125
123
|
time_zone_id: string;
|
|
124
|
+
from_date_time: string;
|
|
125
|
+
to_date_time: string;
|
|
126
126
|
GPSTrackHistoryShareLinkNotification?: {
|
|
127
|
-
gps_track_history_share_link_id: string;
|
|
128
127
|
status: Status;
|
|
129
128
|
organisation_id: string;
|
|
130
|
-
|
|
129
|
+
gps_track_history_share_link_id: string;
|
|
130
|
+
share_channels?: ShareChannel.Email[] | undefined;
|
|
131
131
|
mobile_numbers?: string | undefined;
|
|
132
132
|
email_ids?: string | undefined;
|
|
133
133
|
cc_email_ids?: string | undefined;
|
|
@@ -172,7 +172,6 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
|
|
|
172
172
|
}, "strip", z.ZodTypeAny, {
|
|
173
173
|
link_status: TrackHistoryLinkStatus[];
|
|
174
174
|
status: Status[];
|
|
175
|
-
time_zone_id: string;
|
|
176
175
|
search: string;
|
|
177
176
|
paging: PAGING;
|
|
178
177
|
page_count: number;
|
|
@@ -192,12 +191,13 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
|
|
|
192
191
|
}[];
|
|
193
192
|
include_master_data: YesNo;
|
|
194
193
|
date_format_id: string;
|
|
194
|
+
time_zone_id: string;
|
|
195
195
|
organisation_ids: string[];
|
|
196
196
|
vehicle_ids: string[];
|
|
197
197
|
gps_track_history_share_link_ids: string[];
|
|
198
198
|
}, {
|
|
199
|
-
time_zone_id: string;
|
|
200
199
|
date_format_id: string;
|
|
200
|
+
time_zone_id: string;
|
|
201
201
|
link_status?: TrackHistoryLinkStatus[] | undefined;
|
|
202
202
|
status?: Status[] | undefined;
|
|
203
203
|
search?: string | undefined;
|
|
@@ -210,11 +210,10 @@ var YesNo = /* @__PURE__ */ ((YesNo2) => {
|
|
|
210
210
|
YesNo2["No"] = "No";
|
|
211
211
|
return YesNo2;
|
|
212
212
|
})(YesNo || {});
|
|
213
|
-
var
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
})(NotificationChannel || {});
|
|
213
|
+
var ShareChannel = /* @__PURE__ */ ((ShareChannel2) => {
|
|
214
|
+
ShareChannel2["Email"] = "Email";
|
|
215
|
+
return ShareChannel2;
|
|
216
|
+
})(ShareChannel || {});
|
|
218
217
|
var TrackHistoryLinkStatus = /* @__PURE__ */ ((TrackHistoryLinkStatus2) => {
|
|
219
218
|
TrackHistoryLinkStatus2["Active"] = "Active";
|
|
220
219
|
TrackHistoryLinkStatus2["Inactive"] = "Inactive";
|
|
@@ -295,10 +294,10 @@ var GPSTrackHistoryShareLinkNotificationSchema = z3.object({
|
|
|
295
294
|
gps_track_history_share_link_id: single_select_optional(
|
|
296
295
|
"GPSTrackHistoryShareLink"
|
|
297
296
|
),
|
|
298
|
-
|
|
299
|
-
"
|
|
300
|
-
|
|
301
|
-
getAllEnums(
|
|
297
|
+
share_channels: enumArrayMandatory(
|
|
298
|
+
"Share Channels",
|
|
299
|
+
ShareChannel,
|
|
300
|
+
getAllEnums(ShareChannel)
|
|
302
301
|
),
|
|
303
302
|
mobile_numbers: stringOptional("Mobile Numbers", 0, 300),
|
|
304
303
|
email_ids: stringOptional("Email IDs", 0, 300),
|