vms-nest-prisma-api-document 224.0.0 → 226.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.
Files changed (98) hide show
  1. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  2. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  3. package/dist/services/account/bookmark_service.d.ts +9 -9
  4. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  5. package/dist/services/account/report_preferences.service.d.ts +1 -1
  6. package/dist/services/account/ticket_service.d.ts +1 -1
  7. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +4 -4
  8. package/dist/services/fleet/bus_mangement/calender.d.ts +8 -8
  9. package/dist/services/fleet/bus_mangement/master_route.d.ts +41 -41
  10. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/student.d.ts +17 -17
  12. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +20 -20
  13. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +34 -34
  14. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +50 -48
  15. package/dist/services/fleet/incident_management/incident_management_service.d.ts +2 -2
  16. package/dist/services/fleet/incident_management/incident_management_service.js +10 -12
  17. package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
  18. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +40 -40
  19. package/dist/services/fleet/service_management/fleet_service_management_task_service.d.ts +6 -6
  20. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
  21. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
  22. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
  23. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  24. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  25. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  26. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  27. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
  28. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
  29. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  30. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  31. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  32. package/dist/services/main/users/auth_service.d.ts +1 -1
  33. package/dist/services/main/users/user_admin_service.d.ts +20 -20
  34. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  35. package/dist/services/main/users/user_service.d.ts +1 -1
  36. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  37. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  38. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  39. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  40. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  41. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  42. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  43. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  44. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  45. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  46. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  47. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  48. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  49. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  50. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  51. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  52. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
  53. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  54. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  55. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  56. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  57. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  58. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +6 -6
  59. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  61. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  62. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  63. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  64. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  65. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  66. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  67. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  68. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  69. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  70. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  71. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  72. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  73. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  74. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  75. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  76. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  77. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  78. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  79. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  80. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  81. package/dist/services/master/tyre/master_tyre_model_service.d.ts +7 -7
  82. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  83. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  86. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +5 -5
  87. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  88. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  89. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  90. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  91. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  92. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  93. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  94. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  95. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  96. package/dist/services/website/faq_service.d.ts +1 -1
  97. package/package.json +1 -1
  98. package/dist/{user_organisation_service-gB6DgPZW.d.ts → user_organisation_service-DGGuB4hh.d.ts} +27 -27
@@ -21,9 +21,9 @@ declare const MasterMainIndustrySchema: z.ZodObject<{
21
21
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
22
22
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
23
23
  }, "strip", z.ZodTypeAny, {
24
- description: string;
25
24
  status: Status;
26
25
  industry_name: string;
26
+ description: string;
27
27
  }, {
28
28
  status: Status;
29
29
  industry_name: string;
@@ -994,9 +994,9 @@ declare const OrganisationSubCompanySchema: z.ZodObject<{
994
994
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
995
995
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
996
996
  }, "strip", z.ZodTypeAny, {
997
- description: string;
998
997
  status: Status;
999
998
  organisation_id: string;
999
+ description: string;
1000
1000
  sub_company_name: string;
1001
1001
  sub_company_GSTIN: string;
1002
1002
  }, {
@@ -1124,9 +1124,9 @@ declare const OrganisationBranchSchema: z.ZodObject<{
1124
1124
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1125
1125
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1126
1126
  }, "strip", z.ZodTypeAny, {
1127
- description: string;
1128
1127
  status: Status;
1129
1128
  organisation_id: string;
1129
+ description: string;
1130
1130
  branch_name: string;
1131
1131
  branch_city: string;
1132
1132
  branch_address: string;
@@ -1254,9 +1254,9 @@ declare const OrganisationColorSchema: z.ZodObject<{
1254
1254
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1255
1255
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1256
1256
  }, "strip", z.ZodTypeAny, {
1257
- description: string;
1258
1257
  status: Status;
1259
1258
  organisation_id: string;
1259
+ description: string;
1260
1260
  color_name: string;
1261
1261
  color_code: string;
1262
1262
  }, {
@@ -1380,9 +1380,9 @@ declare const OrganisationTagSchema: z.ZodObject<{
1380
1380
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1381
1381
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1382
1382
  }, "strip", z.ZodTypeAny, {
1383
- description: string;
1384
1383
  status: Status;
1385
1384
  organisation_id: string;
1385
+ description: string;
1386
1386
  tag_name: string;
1387
1387
  }, {
1388
1388
  status: Status;
@@ -2002,8 +2002,8 @@ declare const MasterDeviceTypeSchema: z.ZodObject<{
2002
2002
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2003
2003
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2004
2004
  }, "strip", z.ZodTypeAny, {
2005
- description: string;
2006
2005
  status: Status;
2006
+ description: string;
2007
2007
  device_type_name: string;
2008
2008
  device_type_code: string;
2009
2009
  device_manufacturer_id: string;
@@ -2137,8 +2137,8 @@ declare const MasterDeviceModelSchema: z.ZodObject<{
2137
2137
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2138
2138
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2139
2139
  }, "strip", z.ZodTypeAny, {
2140
- description: string;
2141
2140
  status: Status;
2141
+ description: string;
2142
2142
  device_manufacturer_id: string;
2143
2143
  device_model_name: string;
2144
2144
  device_model_code: string;
@@ -2266,8 +2266,8 @@ declare const MasterDeviceManufacturerSchema: z.ZodObject<{
2266
2266
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2267
2267
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2268
2268
  }, "strip", z.ZodTypeAny, {
2269
- description: string;
2270
2269
  status: Status;
2270
+ description: string;
2271
2271
  device_manufacturer_name: string;
2272
2272
  device_manufacturer_code: string;
2273
2273
  }, {
@@ -2784,15 +2784,15 @@ declare const OrganisationGroupSchema: z.ZodObject<{
2784
2784
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2785
2785
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2786
2786
  }, "strip", z.ZodTypeAny, {
2787
- description: string;
2787
+ group_name: string;
2788
2788
  status: Status;
2789
2789
  organisation_id: string;
2790
+ description: string;
2790
2791
  vehicle_ids: string[];
2791
- group_name: string;
2792
2792
  }, {
2793
+ group_name: string;
2793
2794
  status: Status;
2794
2795
  organisation_id: string;
2795
- group_name: string;
2796
2796
  description?: string | undefined;
2797
2797
  vehicle_ids?: string[] | undefined;
2798
2798
  }>;
@@ -2917,9 +2917,9 @@ declare const MasterVehicleSubModelSchema: z.ZodObject<{
2917
2917
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2918
2918
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2919
2919
  }, "strip", z.ZodTypeAny, {
2920
- description: string;
2921
2920
  status: Status;
2922
2921
  organisation_id: string;
2922
+ description: string;
2923
2923
  vehicle_sub_model: string;
2924
2924
  vehicle_model_id: string;
2925
2925
  vehicle_make_id: string;
@@ -3056,9 +3056,9 @@ declare const MasterVehicleModelSchema: z.ZodObject<{
3056
3056
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3057
3057
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3058
3058
  }, "strip", z.ZodTypeAny, {
3059
- description: string;
3060
3059
  status: Status;
3061
3060
  organisation_id: string;
3061
+ description: string;
3062
3062
  vehicle_make_id: string;
3063
3063
  vehicle_model: string;
3064
3064
  }, {
@@ -3187,9 +3187,9 @@ declare const MasterVehicleMakeSchema: z.ZodObject<{
3187
3187
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3188
3188
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3189
3189
  }, "strip", z.ZodTypeAny, {
3190
- description: string;
3191
3190
  status: Status;
3192
3191
  organisation_id: string;
3192
+ description: string;
3193
3193
  vehicle_make: string;
3194
3194
  }, {
3195
3195
  status: Status;
@@ -3311,9 +3311,9 @@ declare const MasterVehicleStatusTypeSchema: z.ZodObject<{
3311
3311
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3312
3312
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3313
3313
  }, "strip", z.ZodTypeAny, {
3314
- description: string;
3315
3314
  status: Status;
3316
3315
  organisation_id: string;
3316
+ description: string;
3317
3317
  status_type: string;
3318
3318
  }, {
3319
3319
  status: Status;
@@ -3435,9 +3435,9 @@ declare const MasterVehicleOwnershipTypeSchema: z.ZodObject<{
3435
3435
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3436
3436
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3437
3437
  }, "strip", z.ZodTypeAny, {
3438
- description: string;
3439
3438
  status: Status;
3440
3439
  organisation_id: string;
3440
+ description: string;
3441
3441
  ownership_type: string;
3442
3442
  }, {
3443
3443
  status: Status;
@@ -3559,9 +3559,9 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
3559
3559
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3560
3560
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3561
3561
  }, "strip", z.ZodTypeAny, {
3562
- description: string;
3563
3562
  status: Status;
3564
3563
  organisation_id: string;
3564
+ description: string;
3565
3565
  vehicle_type: string;
3566
3566
  }, {
3567
3567
  status: Status;
@@ -3683,9 +3683,9 @@ declare const MasterVehicleFuelTypeSchema: z.ZodObject<{
3683
3683
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3684
3684
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3685
3685
  }, "strip", z.ZodTypeAny, {
3686
- description: string;
3687
3686
  status: Status;
3688
3687
  organisation_id: string;
3688
+ description: string;
3689
3689
  fuel_type: string;
3690
3690
  }, {
3691
3691
  status: Status;
@@ -3807,9 +3807,9 @@ declare const MasterVehicleAssociatedToSchema: z.ZodObject<{
3807
3807
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3808
3808
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3809
3809
  }, "strip", z.ZodTypeAny, {
3810
- description: string;
3811
3810
  status: Status;
3812
3811
  organisation_id: string;
3812
+ description: string;
3813
3813
  associated_to: string;
3814
3814
  }, {
3815
3815
  status: Status;
@@ -3936,9 +3936,9 @@ declare const MasterVehicleFuelUnitSchema: z.ZodObject<{
3936
3936
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3937
3937
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3938
3938
  }, "strip", z.ZodTypeAny, {
3939
- description: string;
3940
3939
  status: Status;
3941
3940
  organisation_id: string;
3941
+ description: string;
3942
3942
  fuel_unit: string;
3943
3943
  }, {
3944
3944
  status: Status;
@@ -4059,9 +4059,9 @@ declare const MasterVehicleDocumentTypeSchema: z.ZodObject<{
4059
4059
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4060
4060
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
4061
4061
  }, "strip", z.ZodTypeAny, {
4062
- description: string;
4063
4062
  status: Status;
4064
4063
  organisation_id: string;
4064
+ description: string;
4065
4065
  document_type: string;
4066
4066
  }, {
4067
4067
  status: Status;
@@ -4177,9 +4177,9 @@ declare const MasterVendorTypeSchema: z.ZodObject<{
4177
4177
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4178
4178
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
4179
4179
  }, "strip", z.ZodTypeAny, {
4180
- description: string;
4181
4180
  status: Status;
4182
4181
  organisation_id: string;
4182
+ description: string;
4183
4183
  vendor_type: string;
4184
4184
  }, {
4185
4185
  status: Status;
@@ -4295,9 +4295,9 @@ declare const MasterVendorTagSchema: z.ZodObject<{
4295
4295
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4296
4296
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
4297
4297
  }, "strip", z.ZodTypeAny, {
4298
- description: string;
4299
4298
  status: Status;
4300
4299
  organisation_id: string;
4300
+ description: string;
4301
4301
  vendor_tag: string;
4302
4302
  }, {
4303
4303
  status: Status;
@@ -4569,9 +4569,9 @@ declare const MasterUserRoleSchema: z.ZodObject<{
4569
4569
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4570
4570
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
4571
4571
  }, "strip", z.ZodTypeAny, {
4572
- description: string;
4573
4572
  status: Status;
4574
4573
  organisation_id: string;
4574
+ description: string;
4575
4575
  user_role: string;
4576
4576
  }, {
4577
4577
  status: Status;
@@ -4692,9 +4692,9 @@ declare const MasterUserStatusSchema: z.ZodObject<{
4692
4692
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4693
4693
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
4694
4694
  }, "strip", z.ZodTypeAny, {
4695
- description: string;
4696
4695
  status: Status;
4697
4696
  organisation_id: string;
4697
+ description: string;
4698
4698
  user_status: string;
4699
4699
  }, {
4700
4700
  status: Status;
@@ -5253,9 +5253,9 @@ declare const MasterVendorDocumentTypeSchema: z.ZodObject<{
5253
5253
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5254
5254
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
5255
5255
  }, "strip", z.ZodTypeAny, {
5256
- description: string;
5257
5256
  status: Status;
5258
5257
  organisation_id: string;
5258
+ description: string;
5259
5259
  document_type: string;
5260
5260
  }, {
5261
5261
  status: Status;
@@ -5676,9 +5676,9 @@ declare const MasterFuelCompanySchema: z.ZodObject<{
5676
5676
  logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5677
5677
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
5678
5678
  }, "strip", z.ZodTypeAny, {
5679
- description: string;
5680
5679
  status: Status;
5681
5680
  organisation_id: string;
5681
+ description: string;
5682
5682
  country_id: string;
5683
5683
  logo_key: string;
5684
5684
  logo_url: string;