vms-nest-prisma-api-document 6.0.17 → 6.0.21
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/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_service.d.ts +27 -27
- 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 +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_data_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 +5 -5
- 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 +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 +38 -0
- package/dist/services/gps/reports/gps_models/GpsAlert.js +0 -0
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +67 -2
- package/dist/services/gps/reports/gps_reports_mongo_service.js +155 -0
- 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_admin_service.d.ts +2 -2
- 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 +7 -7
- 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 +2 -2
- 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/package.json +1 -1
- package/dist/{user_organisation_service-CukiDGua.d.ts → user_organisation_service-BLMLICYW.d.ts} +123 -123
package/dist/{user_organisation_service-CukiDGua.d.ts → user_organisation_service-BLMLICYW.d.ts}
RENAMED
|
@@ -64,7 +64,6 @@ declare const MasterMainIndustryQuerySchema: z.ZodObject<{
|
|
|
64
64
|
industry_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
66
|
status: Status[];
|
|
67
|
-
time_zone_id: string;
|
|
68
67
|
search: string;
|
|
69
68
|
paging: PAGING;
|
|
70
69
|
page_count: number;
|
|
@@ -84,10 +83,11 @@ declare const MasterMainIndustryQuerySchema: z.ZodObject<{
|
|
|
84
83
|
}[];
|
|
85
84
|
include_master_data: YesNo;
|
|
86
85
|
date_format_id: string;
|
|
86
|
+
time_zone_id: string;
|
|
87
87
|
industry_ids: string[];
|
|
88
88
|
}, {
|
|
89
|
-
time_zone_id: string;
|
|
90
89
|
date_format_id: string;
|
|
90
|
+
time_zone_id: string;
|
|
91
91
|
status?: Status[] | undefined;
|
|
92
92
|
search?: string | undefined;
|
|
93
93
|
paging?: PAGING | undefined;
|
|
@@ -188,7 +188,6 @@ declare const MasterMainCurrencyQuerySchema: z.ZodObject<{
|
|
|
188
188
|
currency_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
189
189
|
}, "strip", z.ZodTypeAny, {
|
|
190
190
|
status: Status[];
|
|
191
|
-
time_zone_id: string;
|
|
192
191
|
search: string;
|
|
193
192
|
paging: PAGING;
|
|
194
193
|
page_count: number;
|
|
@@ -208,11 +207,12 @@ declare const MasterMainCurrencyQuerySchema: z.ZodObject<{
|
|
|
208
207
|
}[];
|
|
209
208
|
include_master_data: YesNo;
|
|
210
209
|
date_format_id: string;
|
|
210
|
+
time_zone_id: string;
|
|
211
211
|
country_ids: string[];
|
|
212
212
|
currency_ids: string[];
|
|
213
213
|
}, {
|
|
214
|
-
time_zone_id: string;
|
|
215
214
|
date_format_id: string;
|
|
215
|
+
time_zone_id: string;
|
|
216
216
|
status?: Status[] | undefined;
|
|
217
217
|
search?: string | undefined;
|
|
218
218
|
paging?: PAGING | undefined;
|
|
@@ -322,7 +322,6 @@ declare const MasterMainTimeZoneQuerySchema: z.ZodObject<{
|
|
|
322
322
|
time_zone_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
323
323
|
}, "strip", z.ZodTypeAny, {
|
|
324
324
|
status: Status[];
|
|
325
|
-
time_zone_id: string;
|
|
326
325
|
search: string;
|
|
327
326
|
paging: PAGING;
|
|
328
327
|
page_count: number;
|
|
@@ -342,11 +341,12 @@ declare const MasterMainTimeZoneQuerySchema: z.ZodObject<{
|
|
|
342
341
|
}[];
|
|
343
342
|
include_master_data: YesNo;
|
|
344
343
|
date_format_id: string;
|
|
344
|
+
time_zone_id: string;
|
|
345
345
|
country_ids: string[];
|
|
346
346
|
time_zone_ids: string[];
|
|
347
347
|
}, {
|
|
348
|
-
time_zone_id: string;
|
|
349
348
|
date_format_id: string;
|
|
349
|
+
time_zone_id: string;
|
|
350
350
|
status?: Status[] | undefined;
|
|
351
351
|
search?: string | undefined;
|
|
352
352
|
paging?: PAGING | undefined;
|
|
@@ -445,7 +445,6 @@ declare const MasterMainStateQuerySchema: z.ZodObject<{
|
|
|
445
445
|
state_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
446
446
|
}, "strip", z.ZodTypeAny, {
|
|
447
447
|
status: Status[];
|
|
448
|
-
time_zone_id: string;
|
|
449
448
|
search: string;
|
|
450
449
|
paging: PAGING;
|
|
451
450
|
page_count: number;
|
|
@@ -465,11 +464,12 @@ declare const MasterMainStateQuerySchema: z.ZodObject<{
|
|
|
465
464
|
}[];
|
|
466
465
|
include_master_data: YesNo;
|
|
467
466
|
date_format_id: string;
|
|
467
|
+
time_zone_id: string;
|
|
468
468
|
country_ids: string[];
|
|
469
469
|
state_ids: string[];
|
|
470
470
|
}, {
|
|
471
|
-
time_zone_id: string;
|
|
472
471
|
date_format_id: string;
|
|
472
|
+
time_zone_id: string;
|
|
473
473
|
status?: Status[] | undefined;
|
|
474
474
|
search?: string | undefined;
|
|
475
475
|
paging?: PAGING | undefined;
|
|
@@ -572,7 +572,6 @@ declare const MasterMainCountryQuerySchema: z.ZodObject<{
|
|
|
572
572
|
country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
573
573
|
}, "strip", z.ZodTypeAny, {
|
|
574
574
|
status: Status[];
|
|
575
|
-
time_zone_id: string;
|
|
576
575
|
search: string;
|
|
577
576
|
paging: PAGING;
|
|
578
577
|
page_count: number;
|
|
@@ -592,10 +591,11 @@ declare const MasterMainCountryQuerySchema: z.ZodObject<{
|
|
|
592
591
|
}[];
|
|
593
592
|
include_master_data: YesNo;
|
|
594
593
|
date_format_id: string;
|
|
594
|
+
time_zone_id: string;
|
|
595
595
|
country_ids: string[];
|
|
596
596
|
}, {
|
|
597
|
-
time_zone_id: string;
|
|
598
597
|
date_format_id: string;
|
|
598
|
+
time_zone_id: string;
|
|
599
599
|
status?: Status[] | undefined;
|
|
600
600
|
search?: string | undefined;
|
|
601
601
|
paging?: PAGING | undefined;
|
|
@@ -687,7 +687,6 @@ declare const MasterMainDateFormatQuerySchema: z.ZodObject<{
|
|
|
687
687
|
date_format_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
688
688
|
}, "strip", z.ZodTypeAny, {
|
|
689
689
|
status: Status[];
|
|
690
|
-
time_zone_id: string;
|
|
691
690
|
search: string;
|
|
692
691
|
paging: PAGING;
|
|
693
692
|
page_count: number;
|
|
@@ -707,10 +706,11 @@ declare const MasterMainDateFormatQuerySchema: z.ZodObject<{
|
|
|
707
706
|
}[];
|
|
708
707
|
include_master_data: YesNo;
|
|
709
708
|
date_format_id: string;
|
|
709
|
+
time_zone_id: string;
|
|
710
710
|
date_format_ids: string[];
|
|
711
711
|
}, {
|
|
712
|
-
time_zone_id: string;
|
|
713
712
|
date_format_id: string;
|
|
713
|
+
time_zone_id: string;
|
|
714
714
|
status?: Status[] | undefined;
|
|
715
715
|
search?: string | undefined;
|
|
716
716
|
paging?: PAGING | undefined;
|
|
@@ -801,7 +801,6 @@ declare const MasterMainUnitDistanceQuerySchema: z.ZodObject<{
|
|
|
801
801
|
unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
802
802
|
}, "strip", z.ZodTypeAny, {
|
|
803
803
|
status: Status[];
|
|
804
|
-
time_zone_id: string;
|
|
805
804
|
search: string;
|
|
806
805
|
paging: PAGING;
|
|
807
806
|
page_count: number;
|
|
@@ -821,10 +820,11 @@ declare const MasterMainUnitDistanceQuerySchema: z.ZodObject<{
|
|
|
821
820
|
}[];
|
|
822
821
|
include_master_data: YesNo;
|
|
823
822
|
date_format_id: string;
|
|
823
|
+
time_zone_id: string;
|
|
824
824
|
unit_ids: string[];
|
|
825
825
|
}, {
|
|
826
|
-
time_zone_id: string;
|
|
827
826
|
date_format_id: string;
|
|
827
|
+
time_zone_id: string;
|
|
828
828
|
status?: Status[] | undefined;
|
|
829
829
|
search?: string | undefined;
|
|
830
830
|
paging?: PAGING | undefined;
|
|
@@ -915,7 +915,6 @@ declare const MasterMainUnitMileageQuerySchema: z.ZodObject<{
|
|
|
915
915
|
unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
916
916
|
}, "strip", z.ZodTypeAny, {
|
|
917
917
|
status: Status[];
|
|
918
|
-
time_zone_id: string;
|
|
919
918
|
search: string;
|
|
920
919
|
paging: PAGING;
|
|
921
920
|
page_count: number;
|
|
@@ -935,10 +934,11 @@ declare const MasterMainUnitMileageQuerySchema: z.ZodObject<{
|
|
|
935
934
|
}[];
|
|
936
935
|
include_master_data: YesNo;
|
|
937
936
|
date_format_id: string;
|
|
937
|
+
time_zone_id: string;
|
|
938
938
|
unit_ids: string[];
|
|
939
939
|
}, {
|
|
940
|
-
time_zone_id: string;
|
|
941
940
|
date_format_id: string;
|
|
941
|
+
time_zone_id: string;
|
|
942
942
|
status?: Status[] | undefined;
|
|
943
943
|
search?: string | undefined;
|
|
944
944
|
paging?: PAGING | undefined;
|
|
@@ -1029,7 +1029,6 @@ declare const MasterMainUnitVolumeQuerySchema: z.ZodObject<{
|
|
|
1029
1029
|
unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1030
1030
|
}, "strip", z.ZodTypeAny, {
|
|
1031
1031
|
status: Status[];
|
|
1032
|
-
time_zone_id: string;
|
|
1033
1032
|
search: string;
|
|
1034
1033
|
paging: PAGING;
|
|
1035
1034
|
page_count: number;
|
|
@@ -1049,10 +1048,11 @@ declare const MasterMainUnitVolumeQuerySchema: z.ZodObject<{
|
|
|
1049
1048
|
}[];
|
|
1050
1049
|
include_master_data: YesNo;
|
|
1051
1050
|
date_format_id: string;
|
|
1051
|
+
time_zone_id: string;
|
|
1052
1052
|
unit_ids: string[];
|
|
1053
1053
|
}, {
|
|
1054
|
-
time_zone_id: string;
|
|
1055
1054
|
date_format_id: string;
|
|
1055
|
+
time_zone_id: string;
|
|
1056
1056
|
status?: Status[] | undefined;
|
|
1057
1057
|
search?: string | undefined;
|
|
1058
1058
|
paging?: PAGING | undefined;
|
|
@@ -1268,7 +1268,6 @@ declare const DriverQuerySchema: z.ZodObject<{
|
|
|
1268
1268
|
is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
1269
1269
|
}, "strip", z.ZodTypeAny, {
|
|
1270
1270
|
status: Status[];
|
|
1271
|
-
time_zone_id: string;
|
|
1272
1271
|
search: string;
|
|
1273
1272
|
paging: PAGING;
|
|
1274
1273
|
page_count: number;
|
|
@@ -1288,14 +1287,15 @@ declare const DriverQuerySchema: z.ZodObject<{
|
|
|
1288
1287
|
}[];
|
|
1289
1288
|
include_master_data: YesNo;
|
|
1290
1289
|
date_format_id: string;
|
|
1290
|
+
time_zone_id: string;
|
|
1291
1291
|
organisation_ids: string[];
|
|
1292
|
-
vehicle_ids: string[];
|
|
1293
|
-
driver_ids: string[];
|
|
1294
1292
|
can_login: YesNo[];
|
|
1295
1293
|
is_vehicle_assigned: YesNo[];
|
|
1294
|
+
vehicle_ids: string[];
|
|
1295
|
+
driver_ids: string[];
|
|
1296
1296
|
}, {
|
|
1297
|
-
time_zone_id: string;
|
|
1298
1297
|
date_format_id: string;
|
|
1298
|
+
time_zone_id: string;
|
|
1299
1299
|
status?: Status[] | undefined;
|
|
1300
1300
|
search?: string | undefined;
|
|
1301
1301
|
paging?: PAGING | undefined;
|
|
@@ -1316,10 +1316,10 @@ declare const DriverQuerySchema: z.ZodObject<{
|
|
|
1316
1316
|
}[] | undefined;
|
|
1317
1317
|
include_master_data?: YesNo | undefined;
|
|
1318
1318
|
organisation_ids?: string[] | undefined;
|
|
1319
|
-
vehicle_ids?: string[] | undefined;
|
|
1320
|
-
driver_ids?: string[] | undefined;
|
|
1321
1319
|
can_login?: YesNo[] | undefined;
|
|
1322
1320
|
is_vehicle_assigned?: YesNo[] | undefined;
|
|
1321
|
+
vehicle_ids?: string[] | undefined;
|
|
1322
|
+
driver_ids?: string[] | undefined;
|
|
1323
1323
|
}>;
|
|
1324
1324
|
type DriverQueryDTO = z.infer<typeof DriverQuerySchema>;
|
|
1325
1325
|
declare const toDriverPayload: (driver?: MasterDriver) => MasterDriverDTO;
|
|
@@ -1408,7 +1408,6 @@ declare const MasterDeviceTypeQuerySchema: z.ZodObject<{
|
|
|
1408
1408
|
device_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1409
1409
|
}, "strip", z.ZodTypeAny, {
|
|
1410
1410
|
status: Status[];
|
|
1411
|
-
time_zone_id: string;
|
|
1412
1411
|
search: string;
|
|
1413
1412
|
paging: PAGING;
|
|
1414
1413
|
page_count: number;
|
|
@@ -1428,12 +1427,13 @@ declare const MasterDeviceTypeQuerySchema: z.ZodObject<{
|
|
|
1428
1427
|
}[];
|
|
1429
1428
|
include_master_data: YesNo;
|
|
1430
1429
|
date_format_id: string;
|
|
1430
|
+
time_zone_id: string;
|
|
1431
1431
|
device_manufacturer_ids: string[];
|
|
1432
1432
|
device_model_ids: string[];
|
|
1433
1433
|
device_type_ids: string[];
|
|
1434
1434
|
}, {
|
|
1435
|
-
time_zone_id: string;
|
|
1436
1435
|
date_format_id: string;
|
|
1436
|
+
time_zone_id: string;
|
|
1437
1437
|
status?: Status[] | undefined;
|
|
1438
1438
|
search?: string | undefined;
|
|
1439
1439
|
paging?: PAGING | undefined;
|
|
@@ -1540,7 +1540,6 @@ declare const MasterDeviceModelQuerySchema: z.ZodObject<{
|
|
|
1540
1540
|
device_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1541
1541
|
}, "strip", z.ZodTypeAny, {
|
|
1542
1542
|
status: Status[];
|
|
1543
|
-
time_zone_id: string;
|
|
1544
1543
|
search: string;
|
|
1545
1544
|
paging: PAGING;
|
|
1546
1545
|
page_count: number;
|
|
@@ -1560,11 +1559,12 @@ declare const MasterDeviceModelQuerySchema: z.ZodObject<{
|
|
|
1560
1559
|
}[];
|
|
1561
1560
|
include_master_data: YesNo;
|
|
1562
1561
|
date_format_id: string;
|
|
1562
|
+
time_zone_id: string;
|
|
1563
1563
|
device_manufacturer_ids: string[];
|
|
1564
1564
|
device_model_ids: string[];
|
|
1565
1565
|
}, {
|
|
1566
|
-
time_zone_id: string;
|
|
1567
1566
|
date_format_id: string;
|
|
1567
|
+
time_zone_id: string;
|
|
1568
1568
|
status?: Status[] | undefined;
|
|
1569
1569
|
search?: string | undefined;
|
|
1570
1570
|
paging?: PAGING | undefined;
|
|
@@ -1666,7 +1666,6 @@ declare const MasterDeviceManufacturerQuerySchema: z.ZodObject<{
|
|
|
1666
1666
|
device_manufacturer_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
1667
1667
|
}, "strip", z.ZodTypeAny, {
|
|
1668
1668
|
status: Status[];
|
|
1669
|
-
time_zone_id: string;
|
|
1670
1669
|
search: string;
|
|
1671
1670
|
paging: PAGING;
|
|
1672
1671
|
page_count: number;
|
|
@@ -1686,10 +1685,11 @@ declare const MasterDeviceManufacturerQuerySchema: z.ZodObject<{
|
|
|
1686
1685
|
}[];
|
|
1687
1686
|
include_master_data: YesNo;
|
|
1688
1687
|
date_format_id: string;
|
|
1688
|
+
time_zone_id: string;
|
|
1689
1689
|
device_manufacturer_ids: string[];
|
|
1690
1690
|
}, {
|
|
1691
|
-
time_zone_id: string;
|
|
1692
1691
|
date_format_id: string;
|
|
1692
|
+
time_zone_id: string;
|
|
1693
1693
|
status?: Status[] | undefined;
|
|
1694
1694
|
search?: string | undefined;
|
|
1695
1695
|
paging?: PAGING | undefined;
|
|
@@ -1819,7 +1819,6 @@ declare const MasterSimQuerySchema: z.ZodObject<{
|
|
|
1819
1819
|
billing_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BillingStatus>, "many">>>;
|
|
1820
1820
|
}, "strip", z.ZodTypeAny, {
|
|
1821
1821
|
status: Status[];
|
|
1822
|
-
time_zone_id: string;
|
|
1823
1822
|
search: string;
|
|
1824
1823
|
paging: PAGING;
|
|
1825
1824
|
page_count: number;
|
|
@@ -1839,13 +1838,14 @@ declare const MasterSimQuerySchema: z.ZodObject<{
|
|
|
1839
1838
|
}[];
|
|
1840
1839
|
include_master_data: YesNo;
|
|
1841
1840
|
date_format_id: string;
|
|
1841
|
+
time_zone_id: string;
|
|
1842
1842
|
sim_provider_ids: string[];
|
|
1843
1843
|
sim_status: SimStatus[];
|
|
1844
1844
|
billing_status: BillingStatus[];
|
|
1845
1845
|
sim_ids: string[];
|
|
1846
1846
|
}, {
|
|
1847
|
-
time_zone_id: string;
|
|
1848
1847
|
date_format_id: string;
|
|
1848
|
+
time_zone_id: string;
|
|
1849
1849
|
status?: Status[] | undefined;
|
|
1850
1850
|
search?: string | undefined;
|
|
1851
1851
|
paging?: PAGING | undefined;
|
|
@@ -2014,7 +2014,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2014
2014
|
device_gps_source: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GPSSource>, "many">>>;
|
|
2015
2015
|
}, "strip", z.ZodTypeAny, {
|
|
2016
2016
|
status: Status[];
|
|
2017
|
-
time_zone_id: string;
|
|
2018
2017
|
search: string;
|
|
2019
2018
|
paging: PAGING;
|
|
2020
2019
|
page_count: number;
|
|
@@ -2034,10 +2033,11 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2034
2033
|
}[];
|
|
2035
2034
|
include_master_data: YesNo;
|
|
2036
2035
|
date_format_id: string;
|
|
2036
|
+
time_zone_id: string;
|
|
2037
2037
|
organisation_ids: string[];
|
|
2038
|
-
vehicle_ids: string[];
|
|
2039
2038
|
country_ids: string[];
|
|
2040
2039
|
time_zone_ids: string[];
|
|
2040
|
+
vehicle_ids: string[];
|
|
2041
2041
|
device_manufacturer_ids: string[];
|
|
2042
2042
|
device_model_ids: string[];
|
|
2043
2043
|
device_type_ids: string[];
|
|
@@ -2046,8 +2046,8 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2046
2046
|
device_gps_source: GPSSource[];
|
|
2047
2047
|
device_ids: string[];
|
|
2048
2048
|
}, {
|
|
2049
|
-
time_zone_id: string;
|
|
2050
2049
|
date_format_id: string;
|
|
2050
|
+
time_zone_id: string;
|
|
2051
2051
|
status?: Status[] | undefined;
|
|
2052
2052
|
search?: string | undefined;
|
|
2053
2053
|
paging?: PAGING | undefined;
|
|
@@ -2068,9 +2068,9 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2068
2068
|
}[] | undefined;
|
|
2069
2069
|
include_master_data?: YesNo | undefined;
|
|
2070
2070
|
organisation_ids?: string[] | undefined;
|
|
2071
|
-
vehicle_ids?: string[] | undefined;
|
|
2072
2071
|
country_ids?: string[] | undefined;
|
|
2073
2072
|
time_zone_ids?: string[] | undefined;
|
|
2073
|
+
vehicle_ids?: string[] | undefined;
|
|
2074
2074
|
device_manufacturer_ids?: string[] | undefined;
|
|
2075
2075
|
device_model_ids?: string[] | undefined;
|
|
2076
2076
|
device_type_ids?: string[] | undefined;
|
|
@@ -2174,7 +2174,6 @@ declare const OrganisationSubCompanyQuerySchema: z.ZodObject<{
|
|
|
2174
2174
|
organisation_sub_company_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2175
2175
|
}, "strip", z.ZodTypeAny, {
|
|
2176
2176
|
status: Status[];
|
|
2177
|
-
time_zone_id: string;
|
|
2178
2177
|
search: string;
|
|
2179
2178
|
paging: PAGING;
|
|
2180
2179
|
page_count: number;
|
|
@@ -2194,11 +2193,12 @@ declare const OrganisationSubCompanyQuerySchema: z.ZodObject<{
|
|
|
2194
2193
|
}[];
|
|
2195
2194
|
include_master_data: YesNo;
|
|
2196
2195
|
date_format_id: string;
|
|
2196
|
+
time_zone_id: string;
|
|
2197
2197
|
organisation_ids: string[];
|
|
2198
2198
|
organisation_sub_company_ids: string[];
|
|
2199
2199
|
}, {
|
|
2200
|
-
time_zone_id: string;
|
|
2201
2200
|
date_format_id: string;
|
|
2201
|
+
time_zone_id: string;
|
|
2202
2202
|
status?: Status[] | undefined;
|
|
2203
2203
|
search?: string | undefined;
|
|
2204
2204
|
paging?: PAGING | undefined;
|
|
@@ -2306,7 +2306,6 @@ declare const OrganisationBranchQuerySchema: z.ZodObject<{
|
|
|
2306
2306
|
organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2307
2307
|
}, "strip", z.ZodTypeAny, {
|
|
2308
2308
|
status: Status[];
|
|
2309
|
-
time_zone_id: string;
|
|
2310
2309
|
search: string;
|
|
2311
2310
|
paging: PAGING;
|
|
2312
2311
|
page_count: number;
|
|
@@ -2326,11 +2325,12 @@ declare const OrganisationBranchQuerySchema: z.ZodObject<{
|
|
|
2326
2325
|
}[];
|
|
2327
2326
|
include_master_data: YesNo;
|
|
2328
2327
|
date_format_id: string;
|
|
2328
|
+
time_zone_id: string;
|
|
2329
2329
|
organisation_ids: string[];
|
|
2330
2330
|
organisation_branch_ids: string[];
|
|
2331
2331
|
}, {
|
|
2332
|
-
time_zone_id: string;
|
|
2333
2332
|
date_format_id: string;
|
|
2333
|
+
time_zone_id: string;
|
|
2334
2334
|
status?: Status[] | undefined;
|
|
2335
2335
|
search?: string | undefined;
|
|
2336
2336
|
paging?: PAGING | undefined;
|
|
@@ -2434,7 +2434,6 @@ declare const OrganisationColorQuerySchema: z.ZodObject<{
|
|
|
2434
2434
|
organisation_color_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2435
2435
|
}, "strip", z.ZodTypeAny, {
|
|
2436
2436
|
status: Status[];
|
|
2437
|
-
time_zone_id: string;
|
|
2438
2437
|
search: string;
|
|
2439
2438
|
paging: PAGING;
|
|
2440
2439
|
page_count: number;
|
|
@@ -2454,11 +2453,12 @@ declare const OrganisationColorQuerySchema: z.ZodObject<{
|
|
|
2454
2453
|
}[];
|
|
2455
2454
|
include_master_data: YesNo;
|
|
2456
2455
|
date_format_id: string;
|
|
2456
|
+
time_zone_id: string;
|
|
2457
2457
|
organisation_ids: string[];
|
|
2458
2458
|
organisation_color_ids: string[];
|
|
2459
2459
|
}, {
|
|
2460
|
-
time_zone_id: string;
|
|
2461
2460
|
date_format_id: string;
|
|
2461
|
+
time_zone_id: string;
|
|
2462
2462
|
status?: Status[] | undefined;
|
|
2463
2463
|
search?: string | undefined;
|
|
2464
2464
|
paging?: PAGING | undefined;
|
|
@@ -2558,7 +2558,6 @@ declare const OrganisationTagQuerySchema: z.ZodObject<{
|
|
|
2558
2558
|
organisation_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2559
2559
|
}, "strip", z.ZodTypeAny, {
|
|
2560
2560
|
status: Status[];
|
|
2561
|
-
time_zone_id: string;
|
|
2562
2561
|
search: string;
|
|
2563
2562
|
paging: PAGING;
|
|
2564
2563
|
page_count: number;
|
|
@@ -2578,11 +2577,12 @@ declare const OrganisationTagQuerySchema: z.ZodObject<{
|
|
|
2578
2577
|
}[];
|
|
2579
2578
|
include_master_data: YesNo;
|
|
2580
2579
|
date_format_id: string;
|
|
2580
|
+
time_zone_id: string;
|
|
2581
2581
|
organisation_ids: string[];
|
|
2582
2582
|
organisation_tag_ids: string[];
|
|
2583
2583
|
}, {
|
|
2584
|
-
time_zone_id: string;
|
|
2585
2584
|
date_format_id: string;
|
|
2585
|
+
time_zone_id: string;
|
|
2586
2586
|
status?: Status[] | undefined;
|
|
2587
2587
|
search?: string | undefined;
|
|
2588
2588
|
paging?: PAGING | undefined;
|
|
@@ -2647,17 +2647,17 @@ declare const OrganisationGroupSchema: z.ZodObject<{
|
|
|
2647
2647
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2648
2648
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2649
2649
|
}, "strip", z.ZodTypeAny, {
|
|
2650
|
+
group_name: string;
|
|
2650
2651
|
status: Status;
|
|
2651
2652
|
organisation_id: string;
|
|
2652
|
-
vehicle_ids: string[];
|
|
2653
2653
|
description: string;
|
|
2654
|
-
|
|
2654
|
+
vehicle_ids: string[];
|
|
2655
2655
|
}, {
|
|
2656
|
+
group_name: string;
|
|
2656
2657
|
status: Status;
|
|
2657
2658
|
organisation_id: string;
|
|
2658
|
-
group_name: string;
|
|
2659
|
-
vehicle_ids?: string[] | undefined;
|
|
2660
2659
|
description?: string | undefined;
|
|
2660
|
+
vehicle_ids?: string[] | undefined;
|
|
2661
2661
|
}>;
|
|
2662
2662
|
type OrganisationGroupDTO = z.infer<typeof OrganisationGroupSchema>;
|
|
2663
2663
|
declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
@@ -2696,7 +2696,6 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
|
2696
2696
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2697
2697
|
}, "strip", z.ZodTypeAny, {
|
|
2698
2698
|
status: Status[];
|
|
2699
|
-
time_zone_id: string;
|
|
2700
2699
|
search: string;
|
|
2701
2700
|
paging: PAGING;
|
|
2702
2701
|
page_count: number;
|
|
@@ -2716,12 +2715,13 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
|
2716
2715
|
}[];
|
|
2717
2716
|
include_master_data: YesNo;
|
|
2718
2717
|
date_format_id: string;
|
|
2718
|
+
time_zone_id: string;
|
|
2719
2719
|
organisation_ids: string[];
|
|
2720
2720
|
vehicle_ids: string[];
|
|
2721
2721
|
organisation_group_ids: string[];
|
|
2722
2722
|
}, {
|
|
2723
|
-
time_zone_id: string;
|
|
2724
2723
|
date_format_id: string;
|
|
2724
|
+
time_zone_id: string;
|
|
2725
2725
|
status?: Status[] | undefined;
|
|
2726
2726
|
search?: string | undefined;
|
|
2727
2727
|
paging?: PAGING | undefined;
|
|
@@ -2832,7 +2832,6 @@ declare const MasterVehicleSubModelQuerySchema: z.ZodObject<{
|
|
|
2832
2832
|
vehicle_sub_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2833
2833
|
}, "strip", z.ZodTypeAny, {
|
|
2834
2834
|
status: Status[];
|
|
2835
|
-
time_zone_id: string;
|
|
2836
2835
|
search: string;
|
|
2837
2836
|
paging: PAGING;
|
|
2838
2837
|
page_count: number;
|
|
@@ -2852,13 +2851,14 @@ declare const MasterVehicleSubModelQuerySchema: z.ZodObject<{
|
|
|
2852
2851
|
}[];
|
|
2853
2852
|
include_master_data: YesNo;
|
|
2854
2853
|
date_format_id: string;
|
|
2854
|
+
time_zone_id: string;
|
|
2855
2855
|
organisation_ids: string[];
|
|
2856
2856
|
vehicle_make_ids: string[];
|
|
2857
2857
|
vehicle_model_ids: string[];
|
|
2858
2858
|
vehicle_sub_model_ids: string[];
|
|
2859
2859
|
}, {
|
|
2860
|
-
time_zone_id: string;
|
|
2861
2860
|
date_format_id: string;
|
|
2861
|
+
time_zone_id: string;
|
|
2862
2862
|
status?: Status[] | undefined;
|
|
2863
2863
|
search?: string | undefined;
|
|
2864
2864
|
paging?: PAGING | undefined;
|
|
@@ -2968,7 +2968,6 @@ declare const MasterVehicleModelQuerySchema: z.ZodObject<{
|
|
|
2968
2968
|
vehicle_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2969
2969
|
}, "strip", z.ZodTypeAny, {
|
|
2970
2970
|
status: Status[];
|
|
2971
|
-
time_zone_id: string;
|
|
2972
2971
|
search: string;
|
|
2973
2972
|
paging: PAGING;
|
|
2974
2973
|
page_count: number;
|
|
@@ -2988,12 +2987,13 @@ declare const MasterVehicleModelQuerySchema: z.ZodObject<{
|
|
|
2988
2987
|
}[];
|
|
2989
2988
|
include_master_data: YesNo;
|
|
2990
2989
|
date_format_id: string;
|
|
2990
|
+
time_zone_id: string;
|
|
2991
2991
|
organisation_ids: string[];
|
|
2992
2992
|
vehicle_make_ids: string[];
|
|
2993
2993
|
vehicle_model_ids: string[];
|
|
2994
2994
|
}, {
|
|
2995
|
-
time_zone_id: string;
|
|
2996
2995
|
date_format_id: string;
|
|
2996
|
+
time_zone_id: string;
|
|
2997
2997
|
status?: Status[] | undefined;
|
|
2998
2998
|
search?: string | undefined;
|
|
2999
2999
|
paging?: PAGING | undefined;
|
|
@@ -3096,7 +3096,6 @@ declare const MasterVehicleMakeQuerySchema: z.ZodObject<{
|
|
|
3096
3096
|
vehicle_make_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3097
3097
|
}, "strip", z.ZodTypeAny, {
|
|
3098
3098
|
status: Status[];
|
|
3099
|
-
time_zone_id: string;
|
|
3100
3099
|
search: string;
|
|
3101
3100
|
paging: PAGING;
|
|
3102
3101
|
page_count: number;
|
|
@@ -3116,11 +3115,12 @@ declare const MasterVehicleMakeQuerySchema: z.ZodObject<{
|
|
|
3116
3115
|
}[];
|
|
3117
3116
|
include_master_data: YesNo;
|
|
3118
3117
|
date_format_id: string;
|
|
3118
|
+
time_zone_id: string;
|
|
3119
3119
|
organisation_ids: string[];
|
|
3120
3120
|
vehicle_make_ids: string[];
|
|
3121
3121
|
}, {
|
|
3122
|
-
time_zone_id: string;
|
|
3123
3122
|
date_format_id: string;
|
|
3123
|
+
time_zone_id: string;
|
|
3124
3124
|
status?: Status[] | undefined;
|
|
3125
3125
|
search?: string | undefined;
|
|
3126
3126
|
paging?: PAGING | undefined;
|
|
@@ -3220,7 +3220,6 @@ declare const MasterVehicleStatusTypeQuerySchema: z.ZodObject<{
|
|
|
3220
3220
|
vehicle_status_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3221
3221
|
}, "strip", z.ZodTypeAny, {
|
|
3222
3222
|
status: Status[];
|
|
3223
|
-
time_zone_id: string;
|
|
3224
3223
|
search: string;
|
|
3225
3224
|
paging: PAGING;
|
|
3226
3225
|
page_count: number;
|
|
@@ -3240,11 +3239,12 @@ declare const MasterVehicleStatusTypeQuerySchema: z.ZodObject<{
|
|
|
3240
3239
|
}[];
|
|
3241
3240
|
include_master_data: YesNo;
|
|
3242
3241
|
date_format_id: string;
|
|
3242
|
+
time_zone_id: string;
|
|
3243
3243
|
organisation_ids: string[];
|
|
3244
3244
|
vehicle_status_type_ids: string[];
|
|
3245
3245
|
}, {
|
|
3246
|
-
time_zone_id: string;
|
|
3247
3246
|
date_format_id: string;
|
|
3247
|
+
time_zone_id: string;
|
|
3248
3248
|
status?: Status[] | undefined;
|
|
3249
3249
|
search?: string | undefined;
|
|
3250
3250
|
paging?: PAGING | undefined;
|
|
@@ -3344,7 +3344,6 @@ declare const MasterVehicleOwnershipTypeQuerySchema: z.ZodObject<{
|
|
|
3344
3344
|
vehicle_ownership_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3345
3345
|
}, "strip", z.ZodTypeAny, {
|
|
3346
3346
|
status: Status[];
|
|
3347
|
-
time_zone_id: string;
|
|
3348
3347
|
search: string;
|
|
3349
3348
|
paging: PAGING;
|
|
3350
3349
|
page_count: number;
|
|
@@ -3364,11 +3363,12 @@ declare const MasterVehicleOwnershipTypeQuerySchema: z.ZodObject<{
|
|
|
3364
3363
|
}[];
|
|
3365
3364
|
include_master_data: YesNo;
|
|
3366
3365
|
date_format_id: string;
|
|
3366
|
+
time_zone_id: string;
|
|
3367
3367
|
organisation_ids: string[];
|
|
3368
3368
|
vehicle_ownership_type_ids: string[];
|
|
3369
3369
|
}, {
|
|
3370
|
-
time_zone_id: string;
|
|
3371
3370
|
date_format_id: string;
|
|
3371
|
+
time_zone_id: string;
|
|
3372
3372
|
status?: Status[] | undefined;
|
|
3373
3373
|
search?: string | undefined;
|
|
3374
3374
|
paging?: PAGING | undefined;
|
|
@@ -3424,8 +3424,8 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
|
|
|
3424
3424
|
}, "strip", z.ZodTypeAny, {
|
|
3425
3425
|
status: Status;
|
|
3426
3426
|
organisation_id: string;
|
|
3427
|
-
vehicle_type: string;
|
|
3428
3427
|
description: string;
|
|
3428
|
+
vehicle_type: string;
|
|
3429
3429
|
}, {
|
|
3430
3430
|
status: Status;
|
|
3431
3431
|
organisation_id: string;
|
|
@@ -3468,7 +3468,6 @@ declare const MasterVehicleTypeQuerySchema: z.ZodObject<{
|
|
|
3468
3468
|
vehicle_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3469
3469
|
}, "strip", z.ZodTypeAny, {
|
|
3470
3470
|
status: Status[];
|
|
3471
|
-
time_zone_id: string;
|
|
3472
3471
|
search: string;
|
|
3473
3472
|
paging: PAGING;
|
|
3474
3473
|
page_count: number;
|
|
@@ -3488,11 +3487,12 @@ declare const MasterVehicleTypeQuerySchema: z.ZodObject<{
|
|
|
3488
3487
|
}[];
|
|
3489
3488
|
include_master_data: YesNo;
|
|
3490
3489
|
date_format_id: string;
|
|
3490
|
+
time_zone_id: string;
|
|
3491
3491
|
organisation_ids: string[];
|
|
3492
3492
|
vehicle_type_ids: string[];
|
|
3493
3493
|
}, {
|
|
3494
|
-
time_zone_id: string;
|
|
3495
3494
|
date_format_id: string;
|
|
3495
|
+
time_zone_id: string;
|
|
3496
3496
|
status?: Status[] | undefined;
|
|
3497
3497
|
search?: string | undefined;
|
|
3498
3498
|
paging?: PAGING | undefined;
|
|
@@ -3592,7 +3592,6 @@ declare const MasterVehicleFuelTypeQuerySchema: z.ZodObject<{
|
|
|
3592
3592
|
fuel_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
3593
3593
|
}, "strip", z.ZodTypeAny, {
|
|
3594
3594
|
status: Status[];
|
|
3595
|
-
time_zone_id: string;
|
|
3596
3595
|
search: string;
|
|
3597
3596
|
paging: PAGING;
|
|
3598
3597
|
page_count: number;
|
|
@@ -3612,11 +3611,12 @@ declare const MasterVehicleFuelTypeQuerySchema: z.ZodObject<{
|
|
|
3612
3611
|
}[];
|
|
3613
3612
|
include_master_data: YesNo;
|
|
3614
3613
|
date_format_id: string;
|
|
3614
|
+
time_zone_id: string;
|
|
3615
3615
|
organisation_ids: string[];
|
|
3616
3616
|
fuel_type_ids: string[];
|
|
3617
3617
|
}, {
|
|
3618
|
-
time_zone_id: string;
|
|
3619
3618
|
date_format_id: string;
|
|
3619
|
+
time_zone_id: string;
|
|
3620
3620
|
status?: Status[] | undefined;
|
|
3621
3621
|
search?: string | undefined;
|
|
3622
3622
|
paging?: PAGING | undefined;
|
|
@@ -4032,7 +4032,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4032
4032
|
}, "strip", z.ZodTypeAny, {
|
|
4033
4033
|
status: Status;
|
|
4034
4034
|
organisation_id: string;
|
|
4035
|
-
vehicle_number: string;
|
|
4036
4035
|
organisation_sub_company_id: string;
|
|
4037
4036
|
organisation_branch_id: string;
|
|
4038
4037
|
organisation_color_id: string;
|
|
@@ -4045,6 +4044,7 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4045
4044
|
vehicle_ownership_type_id: string;
|
|
4046
4045
|
vehicle_type_id: string;
|
|
4047
4046
|
vehicle_fuel_type_id: string;
|
|
4047
|
+
vehicle_number: string;
|
|
4048
4048
|
vehicle_name: string;
|
|
4049
4049
|
engine_number: string;
|
|
4050
4050
|
chassis_number: string;
|
|
@@ -4062,7 +4062,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4062
4062
|
}, {
|
|
4063
4063
|
status: Status;
|
|
4064
4064
|
organisation_id: string;
|
|
4065
|
-
vehicle_number: string;
|
|
4066
4065
|
organisation_sub_company_id: string;
|
|
4067
4066
|
organisation_branch_id: string;
|
|
4068
4067
|
organisation_color_id: string;
|
|
@@ -4074,6 +4073,7 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4074
4073
|
vehicle_ownership_type_id: string;
|
|
4075
4074
|
vehicle_type_id: string;
|
|
4076
4075
|
vehicle_fuel_type_id: string;
|
|
4076
|
+
vehicle_number: string;
|
|
4077
4077
|
is_fleet_active: YesNo;
|
|
4078
4078
|
is_gps_active: YesNo;
|
|
4079
4079
|
is_trip_active: YesNo;
|
|
@@ -4116,9 +4116,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4116
4116
|
camera_extra_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4117
4117
|
}, "strip", z.ZodTypeAny, {
|
|
4118
4118
|
organisation_id: string;
|
|
4119
|
-
vehicle_id: string;
|
|
4120
4119
|
time_zone_id: string;
|
|
4121
4120
|
country_id: string;
|
|
4121
|
+
vehicle_id: string;
|
|
4122
4122
|
device_type_id: string;
|
|
4123
4123
|
device_manufacturer_id: string;
|
|
4124
4124
|
device_model_id: string;
|
|
@@ -4139,9 +4139,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4139
4139
|
camera_extra_count: number;
|
|
4140
4140
|
}, {
|
|
4141
4141
|
organisation_id: string;
|
|
4142
|
-
vehicle_id: string;
|
|
4143
4142
|
time_zone_id: string;
|
|
4144
4143
|
country_id: string;
|
|
4144
|
+
vehicle_id: string;
|
|
4145
4145
|
device_type_id: string;
|
|
4146
4146
|
device_manufacturer_id: string;
|
|
4147
4147
|
device_model_id: string;
|
|
@@ -4179,12 +4179,12 @@ declare const VehicleDriverLinkSchema: z.ZodObject<{
|
|
|
4179
4179
|
driver_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4180
4180
|
}, "strip", z.ZodTypeAny, {
|
|
4181
4181
|
organisation_id: string;
|
|
4182
|
-
vehicle_id: string;
|
|
4183
4182
|
driver_id: string;
|
|
4183
|
+
vehicle_id: string;
|
|
4184
4184
|
}, {
|
|
4185
4185
|
organisation_id: string;
|
|
4186
|
-
vehicle_id: string;
|
|
4187
4186
|
driver_id: string;
|
|
4187
|
+
vehicle_id: string;
|
|
4188
4188
|
}>;
|
|
4189
4189
|
type VehicleDriverLinkDTO = z.infer<typeof VehicleDriverLinkSchema>;
|
|
4190
4190
|
declare const SimpleFindQuerySchema: z.ZodObject<{
|
|
@@ -4222,7 +4222,6 @@ declare const SimpleFindQuerySchema: z.ZodObject<{
|
|
|
4222
4222
|
}, "strip", z.ZodTypeAny, {
|
|
4223
4223
|
status: Status[];
|
|
4224
4224
|
organisation_id: string;
|
|
4225
|
-
time_zone_id: string;
|
|
4226
4225
|
search: string;
|
|
4227
4226
|
paging: PAGING;
|
|
4228
4227
|
page_count: number;
|
|
@@ -4242,10 +4241,11 @@ declare const SimpleFindQuerySchema: z.ZodObject<{
|
|
|
4242
4241
|
}[];
|
|
4243
4242
|
include_master_data: YesNo;
|
|
4244
4243
|
date_format_id: string;
|
|
4244
|
+
time_zone_id: string;
|
|
4245
4245
|
}, {
|
|
4246
4246
|
organisation_id: string;
|
|
4247
|
-
time_zone_id: string;
|
|
4248
4247
|
date_format_id: string;
|
|
4248
|
+
time_zone_id: string;
|
|
4249
4249
|
status?: Status[] | undefined;
|
|
4250
4250
|
search?: string | undefined;
|
|
4251
4251
|
paging?: PAGING | undefined;
|
|
@@ -4694,7 +4694,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
4694
4694
|
is_driver_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
4695
4695
|
}, "strip", z.ZodTypeAny, {
|
|
4696
4696
|
status: Status[];
|
|
4697
|
-
time_zone_id: string;
|
|
4698
4697
|
search: string;
|
|
4699
4698
|
paging: PAGING;
|
|
4700
4699
|
page_count: number;
|
|
@@ -4714,6 +4713,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
4714
4713
|
}[];
|
|
4715
4714
|
include_master_data: YesNo;
|
|
4716
4715
|
date_format_id: string;
|
|
4716
|
+
time_zone_id: string;
|
|
4717
4717
|
organisation_ids: string[];
|
|
4718
4718
|
vehicle_ids: string[];
|
|
4719
4719
|
driver_ids: string[];
|
|
@@ -4732,8 +4732,8 @@ declare const VehicleQuerySchema: z.ZodObject<{
|
|
|
4732
4732
|
is_device_installed: YesNo[];
|
|
4733
4733
|
vehicle_fuel_type_ids: string[];
|
|
4734
4734
|
}, {
|
|
4735
|
-
time_zone_id: string;
|
|
4736
4735
|
date_format_id: string;
|
|
4736
|
+
time_zone_id: string;
|
|
4737
4737
|
status?: Status[] | undefined;
|
|
4738
4738
|
search?: string | undefined;
|
|
4739
4739
|
paging?: PAGING | undefined;
|
|
@@ -4808,8 +4808,6 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
4808
4808
|
}, "strip", z.ZodTypeAny, {
|
|
4809
4809
|
status: Status[];
|
|
4810
4810
|
organisation_id: string;
|
|
4811
|
-
vehicle_id: string;
|
|
4812
|
-
time_zone_id: string;
|
|
4813
4811
|
search: string;
|
|
4814
4812
|
paging: PAGING;
|
|
4815
4813
|
page_count: number;
|
|
@@ -4829,11 +4827,13 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
4829
4827
|
}[];
|
|
4830
4828
|
include_master_data: YesNo;
|
|
4831
4829
|
date_format_id: string;
|
|
4830
|
+
time_zone_id: string;
|
|
4831
|
+
vehicle_id: string;
|
|
4832
4832
|
}, {
|
|
4833
4833
|
organisation_id: string;
|
|
4834
|
-
vehicle_id: string;
|
|
4835
|
-
time_zone_id: string;
|
|
4836
4834
|
date_format_id: string;
|
|
4835
|
+
time_zone_id: string;
|
|
4836
|
+
vehicle_id: string;
|
|
4837
4837
|
status?: Status[] | undefined;
|
|
4838
4838
|
search?: string | undefined;
|
|
4839
4839
|
paging?: PAGING | undefined;
|
|
@@ -4953,7 +4953,6 @@ declare const MasterUserRoleQuerySchema: z.ZodObject<{
|
|
|
4953
4953
|
user_role_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
4954
4954
|
}, "strip", z.ZodTypeAny, {
|
|
4955
4955
|
status: Status[];
|
|
4956
|
-
time_zone_id: string;
|
|
4957
4956
|
search: string;
|
|
4958
4957
|
paging: PAGING;
|
|
4959
4958
|
page_count: number;
|
|
@@ -4973,11 +4972,12 @@ declare const MasterUserRoleQuerySchema: z.ZodObject<{
|
|
|
4973
4972
|
}[];
|
|
4974
4973
|
include_master_data: YesNo;
|
|
4975
4974
|
date_format_id: string;
|
|
4975
|
+
time_zone_id: string;
|
|
4976
4976
|
organisation_ids: string[];
|
|
4977
4977
|
user_role_ids: string[];
|
|
4978
4978
|
}, {
|
|
4979
|
-
time_zone_id: string;
|
|
4980
4979
|
date_format_id: string;
|
|
4980
|
+
time_zone_id: string;
|
|
4981
4981
|
status?: Status[] | undefined;
|
|
4982
4982
|
search?: string | undefined;
|
|
4983
4983
|
paging?: PAGING | undefined;
|
|
@@ -5076,7 +5076,6 @@ declare const MasterUserStatusQuerySchema: z.ZodObject<{
|
|
|
5076
5076
|
user_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5077
5077
|
}, "strip", z.ZodTypeAny, {
|
|
5078
5078
|
status: Status[];
|
|
5079
|
-
time_zone_id: string;
|
|
5080
5079
|
search: string;
|
|
5081
5080
|
paging: PAGING;
|
|
5082
5081
|
page_count: number;
|
|
@@ -5096,11 +5095,12 @@ declare const MasterUserStatusQuerySchema: z.ZodObject<{
|
|
|
5096
5095
|
}[];
|
|
5097
5096
|
include_master_data: YesNo;
|
|
5098
5097
|
date_format_id: string;
|
|
5098
|
+
time_zone_id: string;
|
|
5099
5099
|
organisation_ids: string[];
|
|
5100
5100
|
user_status_ids: string[];
|
|
5101
5101
|
}, {
|
|
5102
|
-
time_zone_id: string;
|
|
5103
5102
|
date_format_id: string;
|
|
5103
|
+
time_zone_id: string;
|
|
5104
5104
|
status?: Status[] | undefined;
|
|
5105
5105
|
search?: string | undefined;
|
|
5106
5106
|
paging?: PAGING | undefined;
|
|
@@ -5193,7 +5193,6 @@ declare const MasterMainLanguageQuerySchema: z.ZodObject<{
|
|
|
5193
5193
|
language_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
5194
5194
|
}, "strip", z.ZodTypeAny, {
|
|
5195
5195
|
status: Status[];
|
|
5196
|
-
time_zone_id: string;
|
|
5197
5196
|
search: string;
|
|
5198
5197
|
paging: PAGING;
|
|
5199
5198
|
page_count: number;
|
|
@@ -5213,10 +5212,11 @@ declare const MasterMainLanguageQuerySchema: z.ZodObject<{
|
|
|
5213
5212
|
}[];
|
|
5214
5213
|
include_master_data: YesNo;
|
|
5215
5214
|
date_format_id: string;
|
|
5215
|
+
time_zone_id: string;
|
|
5216
5216
|
language_ids: string[];
|
|
5217
5217
|
}, {
|
|
5218
|
-
time_zone_id: string;
|
|
5219
5218
|
date_format_id: string;
|
|
5219
|
+
time_zone_id: string;
|
|
5220
5220
|
status?: Status[] | undefined;
|
|
5221
5221
|
search?: string | undefined;
|
|
5222
5222
|
paging?: PAGING | undefined;
|
|
@@ -5706,7 +5706,6 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5706
5706
|
is_activated: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
5707
5707
|
}, "strip", z.ZodTypeAny, {
|
|
5708
5708
|
status: Status[];
|
|
5709
|
-
time_zone_id: string;
|
|
5710
5709
|
search: string;
|
|
5711
5710
|
paging: PAGING;
|
|
5712
5711
|
page_count: number;
|
|
@@ -5726,6 +5725,7 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5726
5725
|
}[];
|
|
5727
5726
|
include_master_data: YesNo;
|
|
5728
5727
|
date_format_id: string;
|
|
5728
|
+
time_zone_id: string;
|
|
5729
5729
|
organisation_ids: string[];
|
|
5730
5730
|
user_ids: string[];
|
|
5731
5731
|
country_ids: string[];
|
|
@@ -5735,8 +5735,8 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5735
5735
|
language_ids: string[];
|
|
5736
5736
|
is_activated: YesNo[];
|
|
5737
5737
|
}, {
|
|
5738
|
-
time_zone_id: string;
|
|
5739
5738
|
date_format_id: string;
|
|
5739
|
+
time_zone_id: string;
|
|
5740
5740
|
status?: Status[] | undefined;
|
|
5741
5741
|
search?: string | undefined;
|
|
5742
5742
|
paging?: PAGING | undefined;
|
|
@@ -5927,7 +5927,6 @@ declare const MasterExpenseNameQuerySchema: z.ZodObject<{
|
|
|
5927
5927
|
expense_category: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpenseCategory>, "many">>>;
|
|
5928
5928
|
}, "strip", z.ZodTypeAny, {
|
|
5929
5929
|
status: Status[];
|
|
5930
|
-
time_zone_id: string;
|
|
5931
5930
|
search: string;
|
|
5932
5931
|
paging: PAGING;
|
|
5933
5932
|
page_count: number;
|
|
@@ -5947,12 +5946,13 @@ declare const MasterExpenseNameQuerySchema: z.ZodObject<{
|
|
|
5947
5946
|
}[];
|
|
5948
5947
|
include_master_data: YesNo;
|
|
5949
5948
|
date_format_id: string;
|
|
5949
|
+
time_zone_id: string;
|
|
5950
5950
|
organisation_ids: string[];
|
|
5951
5951
|
expense_category: ExpenseCategory[];
|
|
5952
5952
|
expense_name_ids: string[];
|
|
5953
5953
|
}, {
|
|
5954
|
-
time_zone_id: string;
|
|
5955
5954
|
date_format_id: string;
|
|
5955
|
+
time_zone_id: string;
|
|
5956
5956
|
status?: Status[] | undefined;
|
|
5957
5957
|
search?: string | undefined;
|
|
5958
5958
|
paging?: PAGING | undefined;
|
|
@@ -6048,7 +6048,6 @@ declare const MasterExpenseTypeQuerySchema: z.ZodObject<{
|
|
|
6048
6048
|
expense_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
6049
6049
|
}, "strip", z.ZodTypeAny, {
|
|
6050
6050
|
status: Status[];
|
|
6051
|
-
time_zone_id: string;
|
|
6052
6051
|
search: string;
|
|
6053
6052
|
paging: PAGING;
|
|
6054
6053
|
page_count: number;
|
|
@@ -6068,11 +6067,12 @@ declare const MasterExpenseTypeQuerySchema: z.ZodObject<{
|
|
|
6068
6067
|
}[];
|
|
6069
6068
|
include_master_data: YesNo;
|
|
6070
6069
|
date_format_id: string;
|
|
6070
|
+
time_zone_id: string;
|
|
6071
6071
|
organisation_ids: string[];
|
|
6072
6072
|
expense_type_ids: string[];
|
|
6073
6073
|
}, {
|
|
6074
|
-
time_zone_id: string;
|
|
6075
6074
|
date_format_id: string;
|
|
6075
|
+
time_zone_id: string;
|
|
6076
6076
|
status?: Status[] | undefined;
|
|
6077
6077
|
search?: string | undefined;
|
|
6078
6078
|
paging?: PAGING | undefined;
|
|
@@ -6169,7 +6169,6 @@ declare const MasterTyreGradeQuerySchema: z.ZodObject<{
|
|
|
6169
6169
|
tyre_grade_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
6170
6170
|
}, "strip", z.ZodTypeAny, {
|
|
6171
6171
|
status: Status[];
|
|
6172
|
-
time_zone_id: string;
|
|
6173
6172
|
search: string;
|
|
6174
6173
|
paging: PAGING;
|
|
6175
6174
|
page_count: number;
|
|
@@ -6189,11 +6188,12 @@ declare const MasterTyreGradeQuerySchema: z.ZodObject<{
|
|
|
6189
6188
|
}[];
|
|
6190
6189
|
include_master_data: YesNo;
|
|
6191
6190
|
date_format_id: string;
|
|
6191
|
+
time_zone_id: string;
|
|
6192
6192
|
organisation_ids: string[];
|
|
6193
6193
|
tyre_grade_ids: string[];
|
|
6194
6194
|
}, {
|
|
6195
|
-
time_zone_id: string;
|
|
6196
6195
|
date_format_id: string;
|
|
6196
|
+
time_zone_id: string;
|
|
6197
6197
|
status?: Status[] | undefined;
|
|
6198
6198
|
search?: string | undefined;
|
|
6199
6199
|
paging?: PAGING | undefined;
|
|
@@ -6297,7 +6297,6 @@ declare const MasterTyreModelQuerySchema: z.ZodObject<{
|
|
|
6297
6297
|
tyre_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
6298
6298
|
}, "strip", z.ZodTypeAny, {
|
|
6299
6299
|
status: Status[];
|
|
6300
|
-
time_zone_id: string;
|
|
6301
6300
|
search: string;
|
|
6302
6301
|
paging: PAGING;
|
|
6303
6302
|
page_count: number;
|
|
@@ -6317,12 +6316,13 @@ declare const MasterTyreModelQuerySchema: z.ZodObject<{
|
|
|
6317
6316
|
}[];
|
|
6318
6317
|
include_master_data: YesNo;
|
|
6319
6318
|
date_format_id: string;
|
|
6319
|
+
time_zone_id: string;
|
|
6320
6320
|
organisation_ids: string[];
|
|
6321
6321
|
tyre_make_ids: string[];
|
|
6322
6322
|
tyre_model_ids: string[];
|
|
6323
6323
|
}, {
|
|
6324
|
-
time_zone_id: string;
|
|
6325
6324
|
date_format_id: string;
|
|
6325
|
+
time_zone_id: string;
|
|
6326
6326
|
status?: Status[] | undefined;
|
|
6327
6327
|
search?: string | undefined;
|
|
6328
6328
|
paging?: PAGING | undefined;
|
|
@@ -6423,7 +6423,6 @@ declare const MasterTyreMakeQuerySchema: z.ZodObject<{
|
|
|
6423
6423
|
tyre_make_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
6424
6424
|
}, "strip", z.ZodTypeAny, {
|
|
6425
6425
|
status: Status[];
|
|
6426
|
-
time_zone_id: string;
|
|
6427
6426
|
search: string;
|
|
6428
6427
|
paging: PAGING;
|
|
6429
6428
|
page_count: number;
|
|
@@ -6443,11 +6442,12 @@ declare const MasterTyreMakeQuerySchema: z.ZodObject<{
|
|
|
6443
6442
|
}[];
|
|
6444
6443
|
include_master_data: YesNo;
|
|
6445
6444
|
date_format_id: string;
|
|
6445
|
+
time_zone_id: string;
|
|
6446
6446
|
organisation_ids: string[];
|
|
6447
6447
|
tyre_make_ids: string[];
|
|
6448
6448
|
}, {
|
|
6449
|
-
time_zone_id: string;
|
|
6450
6449
|
date_format_id: string;
|
|
6450
|
+
time_zone_id: string;
|
|
6451
6451
|
status?: Status[] | undefined;
|
|
6452
6452
|
search?: string | undefined;
|
|
6453
6453
|
paging?: PAGING | undefined;
|
|
@@ -6546,7 +6546,6 @@ declare const MasterFleetIncidentTypeQuerySchema: z.ZodObject<{
|
|
|
6546
6546
|
fleet_incident_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
6547
6547
|
}, "strip", z.ZodTypeAny, {
|
|
6548
6548
|
status: Status[];
|
|
6549
|
-
time_zone_id: string;
|
|
6550
6549
|
search: string;
|
|
6551
6550
|
paging: PAGING;
|
|
6552
6551
|
page_count: number;
|
|
@@ -6566,11 +6565,12 @@ declare const MasterFleetIncidentTypeQuerySchema: z.ZodObject<{
|
|
|
6566
6565
|
}[];
|
|
6567
6566
|
include_master_data: YesNo;
|
|
6568
6567
|
date_format_id: string;
|
|
6568
|
+
time_zone_id: string;
|
|
6569
6569
|
organisation_ids: string[];
|
|
6570
6570
|
fleet_incident_type_ids: string[];
|
|
6571
6571
|
}, {
|
|
6572
|
-
time_zone_id: string;
|
|
6573
6572
|
date_format_id: string;
|
|
6573
|
+
time_zone_id: string;
|
|
6574
6574
|
status?: Status[] | undefined;
|
|
6575
6575
|
search?: string | undefined;
|
|
6576
6576
|
paging?: PAGING | undefined;
|
|
@@ -6667,7 +6667,6 @@ declare const MasterFleetIncidentStatusQuerySchema: z.ZodObject<{
|
|
|
6667
6667
|
fleet_incident_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
6668
6668
|
}, "strip", z.ZodTypeAny, {
|
|
6669
6669
|
status: Status[];
|
|
6670
|
-
time_zone_id: string;
|
|
6671
6670
|
search: string;
|
|
6672
6671
|
paging: PAGING;
|
|
6673
6672
|
page_count: number;
|
|
@@ -6687,11 +6686,12 @@ declare const MasterFleetIncidentStatusQuerySchema: z.ZodObject<{
|
|
|
6687
6686
|
}[];
|
|
6688
6687
|
include_master_data: YesNo;
|
|
6689
6688
|
date_format_id: string;
|
|
6689
|
+
time_zone_id: string;
|
|
6690
6690
|
organisation_ids: string[];
|
|
6691
6691
|
fleet_incident_status_ids: string[];
|
|
6692
6692
|
}, {
|
|
6693
|
-
time_zone_id: string;
|
|
6694
6693
|
date_format_id: string;
|
|
6694
|
+
time_zone_id: string;
|
|
6695
6695
|
status?: Status[] | undefined;
|
|
6696
6696
|
search?: string | undefined;
|
|
6697
6697
|
paging?: PAGING | undefined;
|
|
@@ -6788,7 +6788,6 @@ declare const MasterFleetIncidentSeverityQuerySchema: z.ZodObject<{
|
|
|
6788
6788
|
fleet_incident_severity_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
6789
6789
|
}, "strip", z.ZodTypeAny, {
|
|
6790
6790
|
status: Status[];
|
|
6791
|
-
time_zone_id: string;
|
|
6792
6791
|
search: string;
|
|
6793
6792
|
paging: PAGING;
|
|
6794
6793
|
page_count: number;
|
|
@@ -6808,11 +6807,12 @@ declare const MasterFleetIncidentSeverityQuerySchema: z.ZodObject<{
|
|
|
6808
6807
|
}[];
|
|
6809
6808
|
include_master_data: YesNo;
|
|
6810
6809
|
date_format_id: string;
|
|
6810
|
+
time_zone_id: string;
|
|
6811
6811
|
organisation_ids: string[];
|
|
6812
6812
|
fleet_incident_severity_ids: string[];
|
|
6813
6813
|
}, {
|
|
6814
|
-
time_zone_id: string;
|
|
6815
6814
|
date_format_id: string;
|
|
6815
|
+
time_zone_id: string;
|
|
6816
6816
|
status?: Status[] | undefined;
|
|
6817
6817
|
search?: string | undefined;
|
|
6818
6818
|
paging?: PAGING | undefined;
|
|
@@ -6909,7 +6909,6 @@ declare const MasterFleetInsuranceClaimStatusQuerySchema: z.ZodObject<{
|
|
|
6909
6909
|
fleet_insurance_claim_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
6910
6910
|
}, "strip", z.ZodTypeAny, {
|
|
6911
6911
|
status: Status[];
|
|
6912
|
-
time_zone_id: string;
|
|
6913
6912
|
search: string;
|
|
6914
6913
|
paging: PAGING;
|
|
6915
6914
|
page_count: number;
|
|
@@ -6929,11 +6928,12 @@ declare const MasterFleetInsuranceClaimStatusQuerySchema: z.ZodObject<{
|
|
|
6929
6928
|
}[];
|
|
6930
6929
|
include_master_data: YesNo;
|
|
6931
6930
|
date_format_id: string;
|
|
6931
|
+
time_zone_id: string;
|
|
6932
6932
|
organisation_ids: string[];
|
|
6933
6933
|
fleet_insurance_claim_status_ids: string[];
|
|
6934
6934
|
}, {
|
|
6935
|
-
time_zone_id: string;
|
|
6936
6935
|
date_format_id: string;
|
|
6936
|
+
time_zone_id: string;
|
|
6937
6937
|
status?: Status[] | undefined;
|
|
6938
6938
|
search?: string | undefined;
|
|
6939
6939
|
paging?: PAGING | undefined;
|
|
@@ -7030,7 +7030,6 @@ declare const MasterFleetServiceTaskQuerySchema: z.ZodObject<{
|
|
|
7030
7030
|
fleet_service_task_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7031
7031
|
}, "strip", z.ZodTypeAny, {
|
|
7032
7032
|
status: Status[];
|
|
7033
|
-
time_zone_id: string;
|
|
7034
7033
|
search: string;
|
|
7035
7034
|
paging: PAGING;
|
|
7036
7035
|
page_count: number;
|
|
@@ -7050,11 +7049,12 @@ declare const MasterFleetServiceTaskQuerySchema: z.ZodObject<{
|
|
|
7050
7049
|
}[];
|
|
7051
7050
|
include_master_data: YesNo;
|
|
7052
7051
|
date_format_id: string;
|
|
7052
|
+
time_zone_id: string;
|
|
7053
7053
|
organisation_ids: string[];
|
|
7054
7054
|
fleet_service_task_ids: string[];
|
|
7055
7055
|
}, {
|
|
7056
|
-
time_zone_id: string;
|
|
7057
7056
|
date_format_id: string;
|
|
7057
|
+
time_zone_id: string;
|
|
7058
7058
|
status?: Status[] | undefined;
|
|
7059
7059
|
search?: string | undefined;
|
|
7060
7060
|
paging?: PAGING | undefined;
|
|
@@ -7151,7 +7151,6 @@ declare const MasterTripPartyTypeQuerySchema: z.ZodObject<{
|
|
|
7151
7151
|
party_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7152
7152
|
}, "strip", z.ZodTypeAny, {
|
|
7153
7153
|
status: Status[];
|
|
7154
|
-
time_zone_id: string;
|
|
7155
7154
|
search: string;
|
|
7156
7155
|
paging: PAGING;
|
|
7157
7156
|
page_count: number;
|
|
@@ -7171,11 +7170,12 @@ declare const MasterTripPartyTypeQuerySchema: z.ZodObject<{
|
|
|
7171
7170
|
}[];
|
|
7172
7171
|
include_master_data: YesNo;
|
|
7173
7172
|
date_format_id: string;
|
|
7173
|
+
time_zone_id: string;
|
|
7174
7174
|
organisation_ids: string[];
|
|
7175
7175
|
party_type_ids: string[];
|
|
7176
7176
|
}, {
|
|
7177
|
-
time_zone_id: string;
|
|
7178
7177
|
date_format_id: string;
|
|
7178
|
+
time_zone_id: string;
|
|
7179
7179
|
status?: Status[] | undefined;
|
|
7180
7180
|
search?: string | undefined;
|
|
7181
7181
|
paging?: PAGING | undefined;
|
|
@@ -7269,7 +7269,6 @@ declare const MasterVendorTypeQuerySchema: z.ZodObject<{
|
|
|
7269
7269
|
vendor_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7270
7270
|
}, "strip", z.ZodTypeAny, {
|
|
7271
7271
|
status: Status[];
|
|
7272
|
-
time_zone_id: string;
|
|
7273
7272
|
search: string;
|
|
7274
7273
|
paging: PAGING;
|
|
7275
7274
|
page_count: number;
|
|
@@ -7289,11 +7288,12 @@ declare const MasterVendorTypeQuerySchema: z.ZodObject<{
|
|
|
7289
7288
|
}[];
|
|
7290
7289
|
include_master_data: YesNo;
|
|
7291
7290
|
date_format_id: string;
|
|
7291
|
+
time_zone_id: string;
|
|
7292
7292
|
organisation_ids: string[];
|
|
7293
7293
|
vendor_type_ids: string[];
|
|
7294
7294
|
}, {
|
|
7295
|
-
time_zone_id: string;
|
|
7296
7295
|
date_format_id: string;
|
|
7296
|
+
time_zone_id: string;
|
|
7297
7297
|
status?: Status[] | undefined;
|
|
7298
7298
|
search?: string | undefined;
|
|
7299
7299
|
paging?: PAGING | undefined;
|
|
@@ -7400,7 +7400,6 @@ declare const SparePartSubCategoryQuerySchema: z.ZodObject<{
|
|
|
7400
7400
|
spare_part_sub_category_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7401
7401
|
}, "strip", z.ZodTypeAny, {
|
|
7402
7402
|
status: Status[];
|
|
7403
|
-
time_zone_id: string;
|
|
7404
7403
|
search: string;
|
|
7405
7404
|
paging: PAGING;
|
|
7406
7405
|
page_count: number;
|
|
@@ -7420,12 +7419,13 @@ declare const SparePartSubCategoryQuerySchema: z.ZodObject<{
|
|
|
7420
7419
|
}[];
|
|
7421
7420
|
include_master_data: YesNo;
|
|
7422
7421
|
date_format_id: string;
|
|
7422
|
+
time_zone_id: string;
|
|
7423
7423
|
organisation_ids: string[];
|
|
7424
7424
|
spare_part_category_ids: string[];
|
|
7425
7425
|
spare_part_sub_category_ids: string[];
|
|
7426
7426
|
}, {
|
|
7427
|
-
time_zone_id: string;
|
|
7428
7427
|
date_format_id: string;
|
|
7428
|
+
time_zone_id: string;
|
|
7429
7429
|
status?: Status[] | undefined;
|
|
7430
7430
|
search?: string | undefined;
|
|
7431
7431
|
paging?: PAGING | undefined;
|
|
@@ -7530,7 +7530,6 @@ declare const SparePartCategoryQuerySchema: z.ZodObject<{
|
|
|
7530
7530
|
spare_part_category_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7531
7531
|
}, "strip", z.ZodTypeAny, {
|
|
7532
7532
|
status: Status[];
|
|
7533
|
-
time_zone_id: string;
|
|
7534
7533
|
search: string;
|
|
7535
7534
|
paging: PAGING;
|
|
7536
7535
|
page_count: number;
|
|
@@ -7550,11 +7549,12 @@ declare const SparePartCategoryQuerySchema: z.ZodObject<{
|
|
|
7550
7549
|
}[];
|
|
7551
7550
|
include_master_data: YesNo;
|
|
7552
7551
|
date_format_id: string;
|
|
7552
|
+
time_zone_id: string;
|
|
7553
7553
|
organisation_ids: string[];
|
|
7554
7554
|
spare_part_category_ids: string[];
|
|
7555
7555
|
}, {
|
|
7556
|
-
time_zone_id: string;
|
|
7557
7556
|
date_format_id: string;
|
|
7557
|
+
time_zone_id: string;
|
|
7558
7558
|
status?: Status[] | undefined;
|
|
7559
7559
|
search?: string | undefined;
|
|
7560
7560
|
paging?: PAGING | undefined;
|
|
@@ -7657,7 +7657,6 @@ declare const SparePartUnitQuerySchema: z.ZodObject<{
|
|
|
7657
7657
|
spare_part_unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7658
7658
|
}, "strip", z.ZodTypeAny, {
|
|
7659
7659
|
status: Status[];
|
|
7660
|
-
time_zone_id: string;
|
|
7661
7660
|
search: string;
|
|
7662
7661
|
paging: PAGING;
|
|
7663
7662
|
page_count: number;
|
|
@@ -7677,11 +7676,12 @@ declare const SparePartUnitQuerySchema: z.ZodObject<{
|
|
|
7677
7676
|
}[];
|
|
7678
7677
|
include_master_data: YesNo;
|
|
7679
7678
|
date_format_id: string;
|
|
7679
|
+
time_zone_id: string;
|
|
7680
7680
|
organisation_ids: string[];
|
|
7681
7681
|
spare_part_unit_ids: string[];
|
|
7682
7682
|
}, {
|
|
7683
|
-
time_zone_id: string;
|
|
7684
7683
|
date_format_id: string;
|
|
7684
|
+
time_zone_id: string;
|
|
7685
7685
|
status?: Status[] | undefined;
|
|
7686
7686
|
search?: string | undefined;
|
|
7687
7687
|
paging?: PAGING | undefined;
|
|
@@ -7856,8 +7856,8 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
7856
7856
|
volume_unit_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7857
7857
|
}, "strip", z.ZodTypeAny, {
|
|
7858
7858
|
status: Status;
|
|
7859
|
-
time_zone_id: string;
|
|
7860
7859
|
date_format_id: string;
|
|
7860
|
+
time_zone_id: string;
|
|
7861
7861
|
industry_id: string;
|
|
7862
7862
|
currency_id: string;
|
|
7863
7863
|
country_id: string;
|
|
@@ -7891,8 +7891,8 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
7891
7891
|
billing_longitude?: number | undefined;
|
|
7892
7892
|
}, {
|
|
7893
7893
|
status: Status;
|
|
7894
|
-
time_zone_id: string;
|
|
7895
7894
|
date_format_id: string;
|
|
7895
|
+
time_zone_id: string;
|
|
7896
7896
|
industry_id: string;
|
|
7897
7897
|
currency_id: string;
|
|
7898
7898
|
country_id: string;
|
|
@@ -7903,8 +7903,6 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
7903
7903
|
distance_unit_id: string;
|
|
7904
7904
|
mileage_unit_id: string;
|
|
7905
7905
|
volume_unit_id: string;
|
|
7906
|
-
latitude?: unknown;
|
|
7907
|
-
longitude?: unknown;
|
|
7908
7906
|
organisation_mobile?: string | undefined;
|
|
7909
7907
|
organisation_logo_url?: string | undefined;
|
|
7910
7908
|
organisation_logo_key?: string | undefined;
|
|
@@ -7914,6 +7912,8 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
7914
7912
|
state?: string | undefined;
|
|
7915
7913
|
zip_code?: string | undefined;
|
|
7916
7914
|
landmark?: string | undefined;
|
|
7915
|
+
latitude?: unknown;
|
|
7916
|
+
longitude?: unknown;
|
|
7917
7917
|
company_cin?: string | undefined;
|
|
7918
7918
|
company_tin_gstin?: string | undefined;
|
|
7919
7919
|
billing_address?: string | undefined;
|
|
@@ -7969,7 +7969,6 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
|
7969
7969
|
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7970
7970
|
}, "strip", z.ZodTypeAny, {
|
|
7971
7971
|
status: Status[];
|
|
7972
|
-
time_zone_id: string;
|
|
7973
7972
|
search: string;
|
|
7974
7973
|
paging: PAGING;
|
|
7975
7974
|
page_count: number;
|
|
@@ -7989,6 +7988,7 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
|
7989
7988
|
}[];
|
|
7990
7989
|
include_master_data: YesNo;
|
|
7991
7990
|
date_format_id: string;
|
|
7991
|
+
time_zone_id: string;
|
|
7992
7992
|
organisation_ids: string[];
|
|
7993
7993
|
industry_ids: string[];
|
|
7994
7994
|
country_ids: string[];
|
|
@@ -8000,8 +8000,8 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
|
8000
8000
|
mileage_unit_ids: string[];
|
|
8001
8001
|
volume_unit_ids: string[];
|
|
8002
8002
|
}, {
|
|
8003
|
-
time_zone_id: string;
|
|
8004
8003
|
date_format_id: string;
|
|
8004
|
+
time_zone_id: string;
|
|
8005
8005
|
status?: Status[] | undefined;
|
|
8006
8006
|
search?: string | undefined;
|
|
8007
8007
|
paging?: PAGING | undefined;
|