vms-nest-prisma-api-document 24.0.0 → 26.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 +28 -12
- package/dist/core/Enums.js +34 -14
- 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 +9 -9
- package/dist/services/{gps/features/user_notification_preferences.service.d.ts → account/notification_preferences.service.d.ts} +78 -46
- package/dist/services/{gps/features/user_notification_preferences.service.js → account/notification_preferences.service.js} +80 -63
- package/dist/services/{gps/features/user_report_preferences.service.d.ts → account/report_preferences.service.d.ts} +70 -59
- package/dist/services/{gps/features/user_report_preferences.service.js → account/report_preferences.service.js} +64 -31
- package/dist/services/account/ticket_service.d.ts +40 -32
- package/dist/services/account/ticket_service.js +27 -23
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +17 -17
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +45 -45
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +30 -30
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +28 -28
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +16 -16
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +11 -11
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +7 -7
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +79 -64
- package/dist/services/gps/features/gps_live_track_share_link_service.js +62 -84
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +69 -47
- package/dist/services/gps/features/gps_track_history_share_link_service.js +68 -44
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
- 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_organisation_service.js +73 -63
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
- package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +6 -6
- 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/{user_organisation_service-C-FbPQmd.d.ts → user_organisation_service-DL7cDTcV.d.ts} +115 -89
- package/package.json +1 -1
package/dist/{user_organisation_service-C-FbPQmd.d.ts → user_organisation_service-DL7cDTcV.d.ts}
RENAMED
|
@@ -1290,9 +1290,9 @@ declare const DriverQuerySchema: z.ZodObject<{
|
|
|
1290
1290
|
date_format_id: string;
|
|
1291
1291
|
time_zone_id: string;
|
|
1292
1292
|
organisation_ids: string[];
|
|
1293
|
+
vehicle_ids: string[];
|
|
1293
1294
|
can_login: YesNo[];
|
|
1294
1295
|
is_vehicle_assigned: YesNo[];
|
|
1295
|
-
vehicle_ids: string[];
|
|
1296
1296
|
driver_ids: string[];
|
|
1297
1297
|
}, {
|
|
1298
1298
|
date_format_id: string;
|
|
@@ -1317,9 +1317,9 @@ declare const DriverQuerySchema: z.ZodObject<{
|
|
|
1317
1317
|
}[] | undefined;
|
|
1318
1318
|
include_master_data?: YesNo | undefined;
|
|
1319
1319
|
organisation_ids?: string[] | undefined;
|
|
1320
|
+
vehicle_ids?: string[] | undefined;
|
|
1320
1321
|
can_login?: YesNo[] | undefined;
|
|
1321
1322
|
is_vehicle_assigned?: YesNo[] | undefined;
|
|
1322
|
-
vehicle_ids?: string[] | undefined;
|
|
1323
1323
|
driver_ids?: string[] | undefined;
|
|
1324
1324
|
}>;
|
|
1325
1325
|
type DriverQueryDTO = z.infer<typeof DriverQuerySchema>;
|
|
@@ -2036,9 +2036,9 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2036
2036
|
date_format_id: string;
|
|
2037
2037
|
time_zone_id: string;
|
|
2038
2038
|
organisation_ids: string[];
|
|
2039
|
+
vehicle_ids: string[];
|
|
2039
2040
|
country_ids: string[];
|
|
2040
2041
|
time_zone_ids: string[];
|
|
2041
|
-
vehicle_ids: string[];
|
|
2042
2042
|
device_manufacturer_ids: string[];
|
|
2043
2043
|
device_model_ids: string[];
|
|
2044
2044
|
device_type_ids: string[];
|
|
@@ -2069,9 +2069,9 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
|
|
|
2069
2069
|
}[] | undefined;
|
|
2070
2070
|
include_master_data?: YesNo | undefined;
|
|
2071
2071
|
organisation_ids?: string[] | undefined;
|
|
2072
|
+
vehicle_ids?: string[] | undefined;
|
|
2072
2073
|
country_ids?: string[] | undefined;
|
|
2073
2074
|
time_zone_ids?: string[] | undefined;
|
|
2074
|
-
vehicle_ids?: string[] | undefined;
|
|
2075
2075
|
device_manufacturer_ids?: string[] | undefined;
|
|
2076
2076
|
device_model_ids?: string[] | undefined;
|
|
2077
2077
|
device_type_ids?: string[] | undefined;
|
|
@@ -2648,17 +2648,17 @@ declare const OrganisationGroupSchema: z.ZodObject<{
|
|
|
2648
2648
|
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
2649
2649
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
2650
2650
|
}, "strip", z.ZodTypeAny, {
|
|
2651
|
-
group_name: string;
|
|
2652
2651
|
status: Status;
|
|
2653
2652
|
organisation_id: string;
|
|
2654
|
-
description: string;
|
|
2655
2653
|
vehicle_ids: string[];
|
|
2656
|
-
|
|
2654
|
+
description: string;
|
|
2657
2655
|
group_name: string;
|
|
2656
|
+
}, {
|
|
2658
2657
|
status: Status;
|
|
2659
2658
|
organisation_id: string;
|
|
2660
|
-
|
|
2659
|
+
group_name: string;
|
|
2661
2660
|
vehicle_ids?: string[] | undefined;
|
|
2661
|
+
description?: string | undefined;
|
|
2662
2662
|
}>;
|
|
2663
2663
|
type OrganisationGroupDTO = z.infer<typeof OrganisationGroupSchema>;
|
|
2664
2664
|
declare const OrganisationGroupQuerySchema: z.ZodObject<{
|
|
@@ -3425,8 +3425,8 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
|
|
|
3425
3425
|
}, "strip", z.ZodTypeAny, {
|
|
3426
3426
|
status: Status;
|
|
3427
3427
|
organisation_id: string;
|
|
3428
|
-
description: string;
|
|
3429
3428
|
vehicle_type: string;
|
|
3429
|
+
description: string;
|
|
3430
3430
|
}, {
|
|
3431
3431
|
status: Status;
|
|
3432
3432
|
organisation_id: string;
|
|
@@ -4329,6 +4329,7 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4329
4329
|
}, "strip", z.ZodTypeAny, {
|
|
4330
4330
|
status: Status;
|
|
4331
4331
|
organisation_id: string;
|
|
4332
|
+
vehicle_number: string;
|
|
4332
4333
|
organisation_sub_company_id: string;
|
|
4333
4334
|
organisation_branch_id: string;
|
|
4334
4335
|
organisation_color_id: string;
|
|
@@ -4343,7 +4344,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4343
4344
|
vehicle_fuel_type_id: string;
|
|
4344
4345
|
vehicle_associated_to_id: string;
|
|
4345
4346
|
vehicle_fuel_unit_id: string;
|
|
4346
|
-
vehicle_number: string;
|
|
4347
4347
|
vehicle_name: string;
|
|
4348
4348
|
engine_number: string;
|
|
4349
4349
|
chassis_number: string;
|
|
@@ -4366,6 +4366,7 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4366
4366
|
}, {
|
|
4367
4367
|
status: Status;
|
|
4368
4368
|
organisation_id: string;
|
|
4369
|
+
vehicle_number: string;
|
|
4369
4370
|
organisation_sub_company_id: string;
|
|
4370
4371
|
organisation_branch_id: string;
|
|
4371
4372
|
organisation_color_id: string;
|
|
@@ -4379,7 +4380,6 @@ declare const VehicleSchema: z.ZodObject<{
|
|
|
4379
4380
|
vehicle_fuel_type_id: string;
|
|
4380
4381
|
vehicle_associated_to_id: string;
|
|
4381
4382
|
vehicle_fuel_unit_id: string;
|
|
4382
|
-
vehicle_number: string;
|
|
4383
4383
|
is_fleet_active: YesNo;
|
|
4384
4384
|
is_gps_active: YesNo;
|
|
4385
4385
|
is_trip_active: YesNo;
|
|
@@ -4427,9 +4427,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4427
4427
|
camera_extra_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
4428
4428
|
}, "strip", z.ZodTypeAny, {
|
|
4429
4429
|
organisation_id: string;
|
|
4430
|
+
vehicle_id: string;
|
|
4430
4431
|
time_zone_id: string;
|
|
4431
4432
|
country_id: string;
|
|
4432
|
-
vehicle_id: string;
|
|
4433
4433
|
device_type_id: string;
|
|
4434
4434
|
device_manufacturer_id: string;
|
|
4435
4435
|
device_model_id: string;
|
|
@@ -4450,9 +4450,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
|
|
|
4450
4450
|
camera_extra_count: number;
|
|
4451
4451
|
}, {
|
|
4452
4452
|
organisation_id: string;
|
|
4453
|
+
vehicle_id: string;
|
|
4453
4454
|
time_zone_id: string;
|
|
4454
4455
|
country_id: string;
|
|
4455
|
-
vehicle_id: string;
|
|
4456
4456
|
device_type_id: string;
|
|
4457
4457
|
device_manufacturer_id: string;
|
|
4458
4458
|
device_model_id: string;
|
|
@@ -4490,12 +4490,12 @@ declare const VehicleDriverLinkSchema: z.ZodObject<{
|
|
|
4490
4490
|
driver_id: z.ZodEffects<z.ZodString, string, string>;
|
|
4491
4491
|
}, "strip", z.ZodTypeAny, {
|
|
4492
4492
|
organisation_id: string;
|
|
4493
|
-
driver_id: string;
|
|
4494
4493
|
vehicle_id: string;
|
|
4494
|
+
driver_id: string;
|
|
4495
4495
|
}, {
|
|
4496
4496
|
organisation_id: string;
|
|
4497
|
-
driver_id: string;
|
|
4498
4497
|
vehicle_id: string;
|
|
4498
|
+
driver_id: string;
|
|
4499
4499
|
}>;
|
|
4500
4500
|
type VehicleDriverLinkDTO = z.infer<typeof VehicleDriverLinkSchema>;
|
|
4501
4501
|
declare const SimpleFindQuerySchema: z.ZodObject<{
|
|
@@ -5119,6 +5119,7 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
5119
5119
|
}, "strip", z.ZodTypeAny, {
|
|
5120
5120
|
status: Status[];
|
|
5121
5121
|
organisation_id: string;
|
|
5122
|
+
vehicle_id: string;
|
|
5122
5123
|
search: string;
|
|
5123
5124
|
paging: PAGING;
|
|
5124
5125
|
page_count: number;
|
|
@@ -5139,12 +5140,11 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
|
|
|
5139
5140
|
include_master_data: YesNo;
|
|
5140
5141
|
date_format_id: string;
|
|
5141
5142
|
time_zone_id: string;
|
|
5142
|
-
vehicle_id: string;
|
|
5143
5143
|
}, {
|
|
5144
5144
|
organisation_id: string;
|
|
5145
|
+
vehicle_id: string;
|
|
5145
5146
|
date_format_id: string;
|
|
5146
5147
|
time_zone_id: string;
|
|
5147
|
-
vehicle_id: string;
|
|
5148
5148
|
status?: Status[] | undefined;
|
|
5149
5149
|
search?: string | undefined;
|
|
5150
5150
|
paging?: PAGING | undefined;
|
|
@@ -5624,13 +5624,14 @@ declare const CreateUserSchema: z.ZodObject<{
|
|
|
5624
5624
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
5625
5625
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
5626
5626
|
}, "strip", z.ZodTypeAny, {
|
|
5627
|
+
all_vehicles: YesNo;
|
|
5627
5628
|
status: Status;
|
|
5628
5629
|
organisation_id: string;
|
|
5629
5630
|
date_format_id: string;
|
|
5630
5631
|
time_zone_id: string;
|
|
5632
|
+
vehicle_ids: string[];
|
|
5631
5633
|
password: string;
|
|
5632
5634
|
can_login: YesNo;
|
|
5633
|
-
vehicle_ids: string[];
|
|
5634
5635
|
user_role_id: string;
|
|
5635
5636
|
user_status_id: string;
|
|
5636
5637
|
language_id: string;
|
|
@@ -5640,10 +5641,10 @@ declare const CreateUserSchema: z.ZodObject<{
|
|
|
5640
5641
|
username: string;
|
|
5641
5642
|
mobile: string;
|
|
5642
5643
|
is_root_user: YesNo;
|
|
5643
|
-
all_vehicles: YesNo;
|
|
5644
5644
|
user_image_url: string;
|
|
5645
5645
|
user_image_key: string;
|
|
5646
5646
|
}, {
|
|
5647
|
+
all_vehicles: YesNo;
|
|
5647
5648
|
status: Status;
|
|
5648
5649
|
organisation_id: string;
|
|
5649
5650
|
date_format_id: string;
|
|
@@ -5655,9 +5656,8 @@ declare const CreateUserSchema: z.ZodObject<{
|
|
|
5655
5656
|
first_name: string;
|
|
5656
5657
|
email: string;
|
|
5657
5658
|
is_root_user: YesNo;
|
|
5658
|
-
all_vehicles: YesNo;
|
|
5659
|
-
password?: string | undefined;
|
|
5660
5659
|
vehicle_ids?: string[] | undefined;
|
|
5660
|
+
password?: string | undefined;
|
|
5661
5661
|
last_name?: string | undefined;
|
|
5662
5662
|
username?: string | undefined;
|
|
5663
5663
|
mobile?: string | undefined;
|
|
@@ -5707,6 +5707,7 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5707
5707
|
is_root_user: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
5708
5708
|
all_vehicles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
|
|
5709
5709
|
}, "strip", z.ZodTypeAny, {
|
|
5710
|
+
all_vehicles: YesNo[];
|
|
5710
5711
|
status: Status[];
|
|
5711
5712
|
search: string;
|
|
5712
5713
|
paging: PAGING;
|
|
@@ -5729,7 +5730,6 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5729
5730
|
date_format_id: string;
|
|
5730
5731
|
time_zone_id: string;
|
|
5731
5732
|
organisation_ids: string[];
|
|
5732
|
-
user_ids: string[];
|
|
5733
5733
|
time_zone_ids: string[];
|
|
5734
5734
|
date_format_ids: string[];
|
|
5735
5735
|
can_login: YesNo[];
|
|
@@ -5737,10 +5737,11 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5737
5737
|
user_status_ids: string[];
|
|
5738
5738
|
language_ids: string[];
|
|
5739
5739
|
is_root_user: YesNo[];
|
|
5740
|
-
|
|
5740
|
+
user_ids: string[];
|
|
5741
5741
|
}, {
|
|
5742
5742
|
date_format_id: string;
|
|
5743
5743
|
time_zone_id: string;
|
|
5744
|
+
all_vehicles?: YesNo[] | undefined;
|
|
5744
5745
|
status?: Status[] | undefined;
|
|
5745
5746
|
search?: string | undefined;
|
|
5746
5747
|
paging?: PAGING | undefined;
|
|
@@ -5761,7 +5762,6 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5761
5762
|
}[] | undefined;
|
|
5762
5763
|
include_master_data?: YesNo | undefined;
|
|
5763
5764
|
organisation_ids?: string[] | undefined;
|
|
5764
|
-
user_ids?: string[] | undefined;
|
|
5765
5765
|
time_zone_ids?: string[] | undefined;
|
|
5766
5766
|
date_format_ids?: string[] | undefined;
|
|
5767
5767
|
can_login?: YesNo[] | undefined;
|
|
@@ -5769,7 +5769,7 @@ declare const UserQuerySchema: z.ZodObject<{
|
|
|
5769
5769
|
user_status_ids?: string[] | undefined;
|
|
5770
5770
|
language_ids?: string[] | undefined;
|
|
5771
5771
|
is_root_user?: YesNo[] | undefined;
|
|
5772
|
-
|
|
5772
|
+
user_ids?: string[] | undefined;
|
|
5773
5773
|
}>;
|
|
5774
5774
|
type UserQueryDTO = z.infer<typeof UserQuerySchema>;
|
|
5775
5775
|
declare const UserDefaultLanguageSchema: z.ZodObject<{
|
|
@@ -7672,29 +7672,35 @@ interface UserOrganisation extends Record<string, unknown> {
|
|
|
7672
7672
|
organisation_name: string;
|
|
7673
7673
|
organisation_email: string;
|
|
7674
7674
|
organisation_mobile?: string;
|
|
7675
|
+
organisation_code?: string;
|
|
7676
|
+
organisation_utrack_id?: string;
|
|
7675
7677
|
fleet_size: FleetSize;
|
|
7676
7678
|
db_instance: string;
|
|
7677
7679
|
db_group: string;
|
|
7678
7680
|
organisation_logo_url?: string;
|
|
7679
7681
|
organisation_logo_key?: string;
|
|
7680
|
-
address?: string;
|
|
7681
|
-
locality?: string;
|
|
7682
|
-
city_district_town?: string;
|
|
7683
|
-
state?: string;
|
|
7684
|
-
zip_code?: string;
|
|
7685
|
-
landmark?: string;
|
|
7686
|
-
latitude?: number;
|
|
7687
|
-
longitude?: number;
|
|
7688
7682
|
company_cin?: string;
|
|
7689
7683
|
company_tin_gstin?: string;
|
|
7690
|
-
|
|
7691
|
-
|
|
7692
|
-
|
|
7693
|
-
|
|
7694
|
-
|
|
7695
|
-
|
|
7696
|
-
|
|
7697
|
-
|
|
7684
|
+
billing_address_line1?: string;
|
|
7685
|
+
billing_address_line2?: string;
|
|
7686
|
+
billing_locality_landmark?: string;
|
|
7687
|
+
billing_neighborhood?: string;
|
|
7688
|
+
billing_town_city?: string;
|
|
7689
|
+
billing_district_county?: string;
|
|
7690
|
+
billing_state_province_region?: string;
|
|
7691
|
+
billing_postal_code?: string;
|
|
7692
|
+
billing_country?: string;
|
|
7693
|
+
billing_country_code?: string;
|
|
7694
|
+
address_line1?: string;
|
|
7695
|
+
address_line2?: string;
|
|
7696
|
+
locality_landmark?: string;
|
|
7697
|
+
neighborhood?: string;
|
|
7698
|
+
town_city?: string;
|
|
7699
|
+
district_county?: string;
|
|
7700
|
+
state_province_region?: string;
|
|
7701
|
+
postal_code?: string;
|
|
7702
|
+
country?: string;
|
|
7703
|
+
country_code?: string;
|
|
7698
7704
|
status: Status;
|
|
7699
7705
|
added_date_time: string;
|
|
7700
7706
|
modified_date_time: string;
|
|
@@ -7710,6 +7716,8 @@ interface UserOrganisation extends Record<string, unknown> {
|
|
|
7710
7716
|
MasterMainCurrency?: MasterMainCurrency;
|
|
7711
7717
|
date_format_id?: string;
|
|
7712
7718
|
MasterMainDateFormat?: MasterMainDateFormat;
|
|
7719
|
+
language_id?: string;
|
|
7720
|
+
MasterMainLanguage?: MasterMainLanguage;
|
|
7713
7721
|
distance_unit_id?: string;
|
|
7714
7722
|
MasterMainUnitDistance?: MasterMainUnitDistance;
|
|
7715
7723
|
mileage_unit_id?: string;
|
|
@@ -7781,22 +7789,26 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
7781
7789
|
organisation_logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7782
7790
|
company_cin: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7783
7791
|
company_tin_gstin: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7784
|
-
|
|
7785
|
-
|
|
7786
|
-
|
|
7787
|
-
|
|
7788
|
-
|
|
7789
|
-
|
|
7790
|
-
|
|
7791
|
-
|
|
7792
|
-
|
|
7793
|
-
|
|
7794
|
-
|
|
7795
|
-
|
|
7796
|
-
|
|
7797
|
-
|
|
7798
|
-
|
|
7799
|
-
|
|
7792
|
+
billing_address_line1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7793
|
+
billing_address_line2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7794
|
+
billing_locality_landmark: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7795
|
+
billing_neighborhood: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7796
|
+
billing_town_city: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7797
|
+
billing_district_county: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7798
|
+
billing_state_province_region: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7799
|
+
billing_postal_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7800
|
+
billing_country: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7801
|
+
billing_country_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7802
|
+
address_line1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7803
|
+
address_line2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7804
|
+
locality_landmark: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7805
|
+
neighborhood: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7806
|
+
town_city: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7807
|
+
district_county: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7808
|
+
state_province_region: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7809
|
+
postal_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7810
|
+
country: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7811
|
+
country_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
7800
7812
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
7801
7813
|
industry_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7802
7814
|
country_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -7804,6 +7816,7 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
7804
7816
|
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7805
7817
|
currency_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7806
7818
|
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7819
|
+
language_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7807
7820
|
distance_unit_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7808
7821
|
mileage_unit_id: z.ZodEffects<z.ZodString, string, string>;
|
|
7809
7822
|
volume_unit_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -7815,33 +7828,38 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
7815
7828
|
currency_id: string;
|
|
7816
7829
|
country_id: string;
|
|
7817
7830
|
state_id: string;
|
|
7831
|
+
country_code: string;
|
|
7832
|
+
language_id: string;
|
|
7818
7833
|
organisation_name: string;
|
|
7819
7834
|
organisation_email: string;
|
|
7820
7835
|
organisation_mobile: string;
|
|
7821
7836
|
fleet_size: FleetSize;
|
|
7822
7837
|
organisation_logo_url: string;
|
|
7823
7838
|
organisation_logo_key: string;
|
|
7824
|
-
address: string;
|
|
7825
|
-
locality: string;
|
|
7826
|
-
city_district_town: string;
|
|
7827
|
-
state: string;
|
|
7828
|
-
zip_code: string;
|
|
7829
|
-
landmark: string;
|
|
7830
7839
|
company_cin: string;
|
|
7831
7840
|
company_tin_gstin: string;
|
|
7832
|
-
|
|
7833
|
-
|
|
7834
|
-
|
|
7835
|
-
|
|
7836
|
-
|
|
7837
|
-
|
|
7841
|
+
billing_address_line1: string;
|
|
7842
|
+
billing_address_line2: string;
|
|
7843
|
+
billing_locality_landmark: string;
|
|
7844
|
+
billing_neighborhood: string;
|
|
7845
|
+
billing_town_city: string;
|
|
7846
|
+
billing_district_county: string;
|
|
7847
|
+
billing_state_province_region: string;
|
|
7848
|
+
billing_postal_code: string;
|
|
7849
|
+
billing_country: string;
|
|
7850
|
+
billing_country_code: string;
|
|
7851
|
+
address_line1: string;
|
|
7852
|
+
address_line2: string;
|
|
7853
|
+
locality_landmark: string;
|
|
7854
|
+
neighborhood: string;
|
|
7855
|
+
town_city: string;
|
|
7856
|
+
district_county: string;
|
|
7857
|
+
state_province_region: string;
|
|
7858
|
+
postal_code: string;
|
|
7859
|
+
country: string;
|
|
7838
7860
|
distance_unit_id: string;
|
|
7839
7861
|
mileage_unit_id: string;
|
|
7840
7862
|
volume_unit_id: string;
|
|
7841
|
-
latitude?: number | undefined;
|
|
7842
|
-
longitude?: number | undefined;
|
|
7843
|
-
billing_latitude?: number | undefined;
|
|
7844
|
-
billing_longitude?: number | undefined;
|
|
7845
7863
|
}, {
|
|
7846
7864
|
status: Status;
|
|
7847
7865
|
date_format_id: string;
|
|
@@ -7850,33 +7868,38 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
7850
7868
|
currency_id: string;
|
|
7851
7869
|
country_id: string;
|
|
7852
7870
|
state_id: string;
|
|
7871
|
+
language_id: string;
|
|
7853
7872
|
organisation_name: string;
|
|
7854
7873
|
organisation_email: string;
|
|
7855
7874
|
fleet_size: FleetSize;
|
|
7856
7875
|
distance_unit_id: string;
|
|
7857
7876
|
mileage_unit_id: string;
|
|
7858
7877
|
volume_unit_id: string;
|
|
7878
|
+
country_code?: string | undefined;
|
|
7859
7879
|
organisation_mobile?: string | undefined;
|
|
7860
7880
|
organisation_logo_url?: string | undefined;
|
|
7861
7881
|
organisation_logo_key?: string | undefined;
|
|
7862
|
-
address?: string | undefined;
|
|
7863
|
-
locality?: string | undefined;
|
|
7864
|
-
city_district_town?: string | undefined;
|
|
7865
|
-
state?: string | undefined;
|
|
7866
|
-
zip_code?: string | undefined;
|
|
7867
|
-
landmark?: string | undefined;
|
|
7868
|
-
latitude?: unknown;
|
|
7869
|
-
longitude?: unknown;
|
|
7870
7882
|
company_cin?: string | undefined;
|
|
7871
7883
|
company_tin_gstin?: string | undefined;
|
|
7872
|
-
|
|
7873
|
-
|
|
7874
|
-
|
|
7875
|
-
|
|
7876
|
-
|
|
7877
|
-
|
|
7878
|
-
|
|
7879
|
-
|
|
7884
|
+
billing_address_line1?: string | undefined;
|
|
7885
|
+
billing_address_line2?: string | undefined;
|
|
7886
|
+
billing_locality_landmark?: string | undefined;
|
|
7887
|
+
billing_neighborhood?: string | undefined;
|
|
7888
|
+
billing_town_city?: string | undefined;
|
|
7889
|
+
billing_district_county?: string | undefined;
|
|
7890
|
+
billing_state_province_region?: string | undefined;
|
|
7891
|
+
billing_postal_code?: string | undefined;
|
|
7892
|
+
billing_country?: string | undefined;
|
|
7893
|
+
billing_country_code?: string | undefined;
|
|
7894
|
+
address_line1?: string | undefined;
|
|
7895
|
+
address_line2?: string | undefined;
|
|
7896
|
+
locality_landmark?: string | undefined;
|
|
7897
|
+
neighborhood?: string | undefined;
|
|
7898
|
+
town_city?: string | undefined;
|
|
7899
|
+
district_county?: string | undefined;
|
|
7900
|
+
state_province_region?: string | undefined;
|
|
7901
|
+
postal_code?: string | undefined;
|
|
7902
|
+
country?: string | undefined;
|
|
7880
7903
|
}>;
|
|
7881
7904
|
type UserOrganisationDTO = z.infer<typeof UserOrganisationSchema>;
|
|
7882
7905
|
declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
@@ -7916,6 +7939,7 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
|
7916
7939
|
time_zone_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7917
7940
|
currency_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7918
7941
|
date_format_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7942
|
+
language_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7919
7943
|
distance_unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7920
7944
|
mileage_unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
7921
7945
|
volume_unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
@@ -7949,6 +7973,7 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
|
7949
7973
|
time_zone_ids: string[];
|
|
7950
7974
|
state_ids: string[];
|
|
7951
7975
|
date_format_ids: string[];
|
|
7976
|
+
language_ids: string[];
|
|
7952
7977
|
distance_unit_ids: string[];
|
|
7953
7978
|
mileage_unit_ids: string[];
|
|
7954
7979
|
volume_unit_ids: string[];
|
|
@@ -7981,6 +8006,7 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
|
7981
8006
|
time_zone_ids?: string[] | undefined;
|
|
7982
8007
|
state_ids?: string[] | undefined;
|
|
7983
8008
|
date_format_ids?: string[] | undefined;
|
|
8009
|
+
language_ids?: string[] | undefined;
|
|
7984
8010
|
distance_unit_ids?: string[] | undefined;
|
|
7985
8011
|
mileage_unit_ids?: string[] | undefined;
|
|
7986
8012
|
volume_unit_ids?: string[] | undefined;
|
package/package.json
CHANGED