vms-nest-prisma-api-document 110.0.0 → 140.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 (97) hide show
  1. package/dist/core/Enums.d.ts +34 -1
  2. package/dist/core/Enums.js +47 -0
  3. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  4. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  5. package/dist/services/account/bookmark_service.d.ts +1 -1
  6. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  7. package/dist/services/account/report_preferences.service.d.ts +1 -1
  8. package/dist/services/account/ticket_service.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +250 -0
  10. package/dist/services/fleet/bus_mangement/bus_stop.js +453 -0
  11. package/dist/services/fleet/bus_mangement/calender.d.ts +145 -0
  12. package/dist/services/fleet/bus_mangement/calender.js +342 -0
  13. package/dist/services/fleet/bus_mangement/master_route.d.ts +801 -0
  14. package/dist/services/fleet/bus_mangement/master_route.js +763 -0
  15. package/dist/services/fleet/bus_mangement/notice_board.d.ts +138 -0
  16. package/dist/services/fleet/bus_mangement/notice_board.js +329 -0
  17. package/dist/services/fleet/bus_mangement/student.d.ts +1192 -0
  18. package/dist/services/fleet/bus_mangement/student.js +948 -0
  19. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  20. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  21. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  22. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +5 -5
  23. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  24. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  25. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  26. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
  27. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
  28. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  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_organisation_service.d.ts +1 -1
  34. package/dist/services/main/users/user_service.d.ts +1 -1
  35. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  36. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  37. package/dist/services/main/vehicle/master_vehicle_service.js +8 -1
  38. package/dist/services/master/bus/master_class_service.d.ts +2 -2
  39. package/dist/services/master/bus/master_program_service.d.ts +4 -4
  40. package/dist/services/master/bus/master_relationship_service.d.ts +2 -2
  41. package/dist/services/master/bus/master_section_service.d.ts +2 -2
  42. package/dist/services/master/bus/master_semester_service.d.ts +2 -2
  43. package/dist/services/master/bus/master_stream_service.d.ts +2 -2
  44. package/dist/services/master/bus/master_year_service.d.ts +2 -2
  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_type_service.d.ts +1 -1
  53. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  54. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  55. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  56. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  57. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  58. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  59. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  61. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  62. package/dist/services/master/main/master_main_landmark_service.d.ts +3 -3
  63. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  64. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  65. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  66. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  67. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  68. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  69. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  70. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  71. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  72. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  73. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  74. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  75. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  76. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  77. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  78. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  79. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  80. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  81. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  82. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  83. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  86. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  87. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  88. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  89. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  90. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  91. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  92. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  93. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  94. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  95. package/dist/services/website/faq_service.d.ts +1 -1
  96. package/dist/{user_organisation_service-Dkh1nIGX.d.ts → user_organisation_service-CdoeXDR4.d.ts} +6 -1
  97. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -25,14 +25,14 @@ declare const MasterProgramSchema: z.ZodObject<{
25
25
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
26
26
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
27
27
  }, "strip", z.ZodTypeAny, {
28
- program_name: string;
29
- description: string;
30
28
  status: Status;
31
29
  organisation_id: string;
32
- }, {
30
+ description: string;
33
31
  program_name: string;
32
+ }, {
34
33
  status: Status;
35
34
  organisation_id: string;
35
+ program_name: string;
36
36
  description?: string | undefined;
37
37
  }>;
38
38
  type MasterProgramDTO = z.infer<typeof MasterProgramSchema>;
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -25,9 +25,9 @@ declare const MasterRelationshipSchema: z.ZodObject<{
25
25
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
26
26
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
27
27
  }, "strip", z.ZodTypeAny, {
28
- description: string;
29
28
  status: Status;
30
29
  organisation_id: string;
30
+ description: string;
31
31
  relationship_name: string;
32
32
  }, {
33
33
  status: Status;
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -25,9 +25,9 @@ declare const MasterSectionSchema: z.ZodObject<{
25
25
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
26
26
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
27
27
  }, "strip", z.ZodTypeAny, {
28
- description: string;
29
28
  status: Status;
30
29
  organisation_id: string;
30
+ description: string;
31
31
  section_name: string;
32
32
  }, {
33
33
  status: Status;
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -25,9 +25,9 @@ declare const MasterSemesterSchema: z.ZodObject<{
25
25
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
26
26
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
27
27
  }, "strip", z.ZodTypeAny, {
28
- description: string;
29
28
  status: Status;
30
29
  organisation_id: string;
30
+ description: string;
31
31
  semester_name: string;
32
32
  }, {
33
33
  status: Status;
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -25,9 +25,9 @@ declare const MasterStreamSchema: z.ZodObject<{
25
25
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
26
26
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
27
27
  }, "strip", z.ZodTypeAny, {
28
- description: string;
29
28
  status: Status;
30
29
  organisation_id: string;
30
+ description: string;
31
31
  stream_name: string;
32
32
  }, {
33
33
  status: Status;
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ import { U as UserOrganisation, a as User } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -25,9 +25,9 @@ declare const MasterYearSchema: z.ZodObject<{
25
25
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
26
26
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
27
27
  }, "strip", z.ZodTypeAny, {
28
- description: string;
29
28
  status: Status;
30
29
  organisation_id: string;
30
+ description: string;
31
31
  year_name: string;
32
32
  }, {
33
33
  status: Status;
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { bE as MasterDeviceManufacturer, bG as MasterDeviceManufacturerDTO, bI as MasterDeviceManufacturerQueryDTO, bH as MasterDeviceManufacturerQuerySchema, bF as MasterDeviceManufacturerSchema, bM as createMasterDeviceManufacturer, bO as deleteMasterDeviceManufacturer, bL as findMasterDeviceManufacturers, bP as getMasterDeviceManufacturerCache, bR as getMasterDeviceManufacturerCacheChild, bQ as getMasterDeviceManufacturerCacheCount, bK as newMasterDeviceManufacturerPayload, bJ as toMasterDeviceManufacturerPayload, bN as updateMasterDeviceManufacturer } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { bF as MasterDeviceManufacturer, bH as MasterDeviceManufacturerDTO, bJ as MasterDeviceManufacturerQueryDTO, bI as MasterDeviceManufacturerQuerySchema, bG as MasterDeviceManufacturerSchema, bN as createMasterDeviceManufacturer, bP as deleteMasterDeviceManufacturer, bM as findMasterDeviceManufacturers, bQ as getMasterDeviceManufacturerCache, bS as getMasterDeviceManufacturerCacheChild, bR as getMasterDeviceManufacturerCacheCount, bL as newMasterDeviceManufacturerPayload, bK as toMasterDeviceManufacturerPayload, bO as updateMasterDeviceManufacturer } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { bq as MasterDeviceModel, bs as MasterDeviceModelDTO, bu as MasterDeviceModelQueryDTO, bt as MasterDeviceModelQuerySchema, br as MasterDeviceModelSchema, by as createMasterDeviceModel, bA as deleteMasterDeviceModel, bx as findMasterDeviceModels, bB as getMasterDeviceModelCache, bD as getMasterDeviceModelCacheChild, bC as getMasterDeviceModelCacheCount, bw as newMasterDeviceModelPayload, bv as toMasterDeviceModelPayload, bz as updateMasterDeviceModel } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { br as MasterDeviceModel, bt as MasterDeviceModelDTO, bv as MasterDeviceModelQueryDTO, bu as MasterDeviceModelQuerySchema, bs as MasterDeviceModelSchema, bz as createMasterDeviceModel, bB as deleteMasterDeviceModel, by as findMasterDeviceModels, bC as getMasterDeviceModelCache, bE as getMasterDeviceModelCacheChild, bD as getMasterDeviceModelCacheCount, bx as newMasterDeviceModelPayload, bw as toMasterDeviceModelPayload, bA as updateMasterDeviceModel } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { bc as MasterDeviceType, be as MasterDeviceTypeDTO, bg as MasterDeviceTypeQueryDTO, bf as MasterDeviceTypeQuerySchema, bd as MasterDeviceTypeSchema, bk as createMasterDeviceType, bm as deleteMasterDeviceType, bj as findMasterDeviceTypes, bn as getMasterDeviceTypeCache, bp as getMasterDeviceTypeCacheChild, bo as getMasterDeviceTypeCacheCount, bi as newMasterDeviceTypePayload, bh as toMasterDeviceTypePayload, bl as updateMasterDeviceType } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { bd as MasterDeviceType, bf as MasterDeviceTypeDTO, bh as MasterDeviceTypeQueryDTO, bg as MasterDeviceTypeQuerySchema, be as MasterDeviceTypeSchema, bl as createMasterDeviceType, bn as deleteMasterDeviceType, bk as findMasterDeviceTypes, bo as getMasterDeviceTypeCache, bq as getMasterDeviceTypeCacheChild, bp as getMasterDeviceTypeCacheCount, bj as newMasterDeviceTypePayload, bi as toMasterDeviceTypePayload, bm as updateMasterDeviceType } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { hl as MasterExpenseName, hn as MasterExpenseNameDTO, hp as MasterExpenseNameQueryDTO, ho as MasterExpenseNameQuerySchema, hm as MasterExpenseNameSchema, ht as createMasterExpenseName, hv as deleteMasterExpenseName, hs as findMasterExpenseNames, hw as getMasterExpenseNameCache, hr as newMasterExpenseNamePayload, hq as toMasterExpenseNamePayload, hu as updateMasterExpenseName } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { hm as MasterExpenseName, ho as MasterExpenseNameDTO, hq as MasterExpenseNameQueryDTO, hp as MasterExpenseNameQuerySchema, hn as MasterExpenseNameSchema, hu as createMasterExpenseName, hw as deleteMasterExpenseName, ht as findMasterExpenseNames, hx as getMasterExpenseNameCache, hs as newMasterExpenseNamePayload, hr as toMasterExpenseNamePayload, hv as updateMasterExpenseName } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { hx as MasterExpenseType, hz as MasterExpenseTypeDTO, hB as MasterExpenseTypeQueryDTO, hA as MasterExpenseTypeQuerySchema, hy as MasterExpenseTypeSchema, hF as createMasterExpenseType, hH as deleteMasterExpenseType, hE as findMasterExpenseTypes, hI as getMasterExpenseTypeCache, hD as newMasterExpenseTypePayload, hC as toMasterExpenseTypePayload, hG as updateMasterExpenseType } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { hy as MasterExpenseType, hA as MasterExpenseTypeDTO, hC as MasterExpenseTypeQueryDTO, hB as MasterExpenseTypeQuerySchema, hz as MasterExpenseTypeSchema, hG as createMasterExpenseType, hI as deleteMasterExpenseType, hF as findMasterExpenseTypes, hJ as getMasterExpenseTypeCache, hE as newMasterExpenseTypePayload, hD as toMasterExpenseTypePayload, hH as updateMasterExpenseType } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, f as MasterMainCountry } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ import { U as UserOrganisation, f as MasterMainCountry } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { jv as MasterVendorType, jx as MasterVendorTypeDTO, jz as MasterVendorTypeQueryDTO, jy as MasterVendorTypeQuerySchema, jw as MasterVendorTypeSchema, jD as createMasterVendorType, jF as deleteMasterVendorType, jC as findMasterVendorTypes, jG as getMasterVendorTypeCache, jB as newMasterVendorTypePayload, jA as toMasterVendorTypePayload, jE as updateMasterVendorType } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { jw as MasterVendorType, jy as MasterVendorTypeDTO, jA as MasterVendorTypeQueryDTO, jz as MasterVendorTypeQuerySchema, jx as MasterVendorTypeSchema, jE as createMasterVendorType, jG as deleteMasterVendorType, jD as findMasterVendorTypes, jH as getMasterVendorTypeCache, jC as newMasterVendorTypePayload, jB as toMasterVendorTypePayload, jF as updateMasterVendorType } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { iL as MasterFleetIncidentSeverity, iN as MasterFleetIncidentSeverityDTO, iP as MasterFleetIncidentSeverityQueryDTO, iO as MasterFleetIncidentSeverityQuerySchema, iM as MasterFleetIncidentSeveritySchema, iT as createMasterFleetIncidentSeverity, iV as deleteMasterFleetIncidentSeverity, iS as findMasterFleetIncidentSeverities, iW as getMasterFleetIncidentSeverityCache, iR as newMasterFleetIncidentSeverityPayload, iQ as toMasterFleetIncidentSeverityPayload, iU as updateMasterFleetIncidentSeverity } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { iM as MasterFleetIncidentSeverity, iO as MasterFleetIncidentSeverityDTO, iQ as MasterFleetIncidentSeverityQueryDTO, iP as MasterFleetIncidentSeverityQuerySchema, iN as MasterFleetIncidentSeveritySchema, iU as createMasterFleetIncidentSeverity, iW as deleteMasterFleetIncidentSeverity, iT as findMasterFleetIncidentSeverities, iX as getMasterFleetIncidentSeverityCache, iS as newMasterFleetIncidentSeverityPayload, iR as toMasterFleetIncidentSeverityPayload, iV as updateMasterFleetIncidentSeverity } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { iz as MasterFleetIncidentStatus, iB as MasterFleetIncidentStatusDTO, iD as MasterFleetIncidentStatusQueryDTO, iC as MasterFleetIncidentStatusQuerySchema, iA as MasterFleetIncidentStatusSchema, iH as createMasterFleetIncidentStatus, iJ as deleteMasterFleetIncidentStatus, iG as findMasterFleetIncidentStatuses, iK as getMasterFleetIncidentStatusCache, iF as newMasterFleetIncidentStatusPayload, iE as toMasterFleetIncidentStatusPayload, iI as updateMasterFleetIncidentStatus } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { iA as MasterFleetIncidentStatus, iC as MasterFleetIncidentStatusDTO, iE as MasterFleetIncidentStatusQueryDTO, iD as MasterFleetIncidentStatusQuerySchema, iB as MasterFleetIncidentStatusSchema, iI as createMasterFleetIncidentStatus, iK as deleteMasterFleetIncidentStatus, iH as findMasterFleetIncidentStatuses, iL as getMasterFleetIncidentStatusCache, iG as newMasterFleetIncidentStatusPayload, iF as toMasterFleetIncidentStatusPayload, iJ as updateMasterFleetIncidentStatus } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { im as MasterFleetIncidentType, ip as MasterFleetIncidentTypeDTO, ir as MasterFleetIncidentTypeQueryDTO, iq as MasterFleetIncidentTypeQuerySchema, io as MasterFleetIncidentTypeSchema, iv as createMasterFleetIncidentType, ix as deleteMasterFleetIncidentType, iu as findMasterFleetIncidentTypes, iy as getMasterFleetIncidentTypeCache, it as newMasterFleetIncidentTypePayload, is as toMasterFleetIncidentTypePayload, iw as updateMasterFleetIncidentType } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { io as MasterFleetIncidentType, iq as MasterFleetIncidentTypeDTO, is as MasterFleetIncidentTypeQueryDTO, ir as MasterFleetIncidentTypeQuerySchema, ip as MasterFleetIncidentTypeSchema, iw as createMasterFleetIncidentType, iy as deleteMasterFleetIncidentType, iv as findMasterFleetIncidentTypes, iz as getMasterFleetIncidentTypeCache, iu as newMasterFleetIncidentTypePayload, it as toMasterFleetIncidentTypePayload, ix as updateMasterFleetIncidentType } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { iX as MasterFleetInsuranceClaimStatus, iZ as MasterFleetInsuranceClaimStatusDTO, i$ as MasterFleetInsuranceClaimStatusQueryDTO, i_ as MasterFleetInsuranceClaimStatusQuerySchema, iY as MasterFleetInsuranceClaimStatusSchema, j3 as createMasterFleetInsuranceClaimStatus, j5 as deleteMasterFleetInsuranceClaimStatus, j2 as findMasterFleetInsuranceClaimStatuses, j6 as getMasterFleetInsuranceClaimStatusCache, j1 as newMasterFleetInsuranceClaimStatusPayload, j0 as toMasterFleetInsuranceClaimStatusPayload, j4 as updateMasterFleetInsuranceClaimStatus } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { iY as MasterFleetInsuranceClaimStatus, i_ as MasterFleetInsuranceClaimStatusDTO, j0 as MasterFleetInsuranceClaimStatusQueryDTO, i$ as MasterFleetInsuranceClaimStatusQuerySchema, iZ as MasterFleetInsuranceClaimStatusSchema, j4 as createMasterFleetInsuranceClaimStatus, j6 as deleteMasterFleetInsuranceClaimStatus, j3 as findMasterFleetInsuranceClaimStatuses, j7 as getMasterFleetInsuranceClaimStatusCache, j2 as newMasterFleetInsuranceClaimStatusPayload, j1 as toMasterFleetInsuranceClaimStatusPayload, j5 as updateMasterFleetInsuranceClaimStatus } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { j7 as MasterFleetServiceTask, j9 as MasterFleetServiceTaskDTO, jb as MasterFleetServiceTaskQueryDTO, ja as MasterFleetServiceTaskQuerySchema, j8 as MasterFleetServiceTaskSchema, jf as createMasterFleetServiceTask, jh as deleteMasterFleetServiceTask, je as findMasterFleetServiceTasks, ji as getMasterFleetServiceTaskCache, jd as newMasterFleetServiceTaskPayload, jc as toMasterFleetServiceTaskPayload, jg as updateMasterFleetServiceTask } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { j8 as MasterFleetServiceTask, ja as MasterFleetServiceTaskDTO, jc as MasterFleetServiceTaskQueryDTO, jb as MasterFleetServiceTaskQuerySchema, j9 as MasterFleetServiceTaskSchema, jg as createMasterFleetServiceTask, ji as deleteMasterFleetServiceTask, jf as findMasterFleetServiceTasks, jj as getMasterFleetServiceTaskCache, je as newMasterFleetServiceTaskPayload, jd as toMasterFleetServiceTaskPayload, jh as updateMasterFleetServiceTask } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { f as MasterMainCountry, a3 as MasterMainCountryDTO, a5 as MasterMainCountryQueryDTO, a4 as MasterMainCountryQuerySchema, a2 as MasterMainCountrySchema, a9 as createMasterMainCountry, ab as deleteMasterMainCountry, a8 as findMasterMainCountries, ac as getMasterMainCountryCache, ad as getMasterMainCountryCacheChild, a7 as newMasterMainCountryPayload, a6 as toMasterMainCountryPayload, aa as updateMasterMainCountry } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { f as MasterMainCountry, a4 as MasterMainCountryDTO, a6 as MasterMainCountryQueryDTO, a5 as MasterMainCountryQuerySchema, a3 as MasterMainCountrySchema, aa as createMasterMainCountry, ac as deleteMasterMainCountry, a9 as findMasterMainCountries, ad as getMasterMainCountryCache, ae as getMasterMainCountryCacheChild, a8 as newMasterMainCountryPayload, a7 as toMasterMainCountryPayload, ab as updateMasterMainCountry } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { r as MasterMainCurrency, v as MasterMainCurrencyDTO, x as MasterMainCurrencyQueryDTO, w as MasterMainCurrencyQuerySchema, s as MasterMainCurrencySchema, B as createMasterMainCurrency, D as deleteMasterMainCurrency, A as findMasterMainCurrencies, E as getMasterMainCurrencyCache, z as newMasterMainCurrencyPayload, y as toMasterMainCurrencyPayload, C as updateMasterMainCurrency } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { r as MasterMainCurrency, v as MasterMainCurrencyDTO, x as MasterMainCurrencyQueryDTO, w as MasterMainCurrencyQuerySchema, s as MasterMainCurrencySchema, B as createMasterMainCurrency, D as deleteMasterMainCurrency, A as findMasterMainCurrencies, E as getMasterMainCurrencyCache, z as newMasterMainCurrencyPayload, y as toMasterMainCurrencyPayload, C as updateMasterMainCurrency } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { ae as MasterMainDateFormat, ag as MasterMainDateFormatDTO, ai as MasterMainDateFormatQueryDTO, ah as MasterMainDateFormatQuerySchema, af as MasterMainDateFormatSchema, am as createMasterMainDateFormat, ao as deleteMasterMainDateFormat, al as findMasterMainDateFormats, ap as getMasterMainDateFormatCache, ak as newMasterMainDateFormatPayload, aj as toMasterMainDateFormatPayload, an as updateMasterMainDateFormat } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { af as MasterMainDateFormat, ah as MasterMainDateFormatDTO, aj as MasterMainDateFormatQueryDTO, ai as MasterMainDateFormatQuerySchema, ag as MasterMainDateFormatSchema, an as createMasterMainDateFormat, ap as deleteMasterMainDateFormat, am as findMasterMainDateFormats, aq as getMasterMainDateFormatCache, al as newMasterMainDateFormatPayload, ak as toMasterMainDateFormatPayload, ao as updateMasterMainDateFormat } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { h as MasterMainIndustry, j as MasterMainIndustryDTO, l as MasterMainIndustryQueryDTO, k as MasterMainIndustryQuerySchema, i as MasterMainIndustrySchema, o as createMasterMainIndustry, p as deleteMasterMainIndustry, m as findMasterMainIndustrys, q as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { h as MasterMainIndustry, j as MasterMainIndustryDTO, l as MasterMainIndustryQueryDTO, k as MasterMainIndustryQuerySchema, i as MasterMainIndustrySchema, o as createMasterMainIndustry, p as deleteMasterMainIndustry, m as findMasterMainIndustrys, q as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { f as MasterMainCountry, g as MasterMainState } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ import { f as MasterMainCountry, g as MasterMainState } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
7
7
 
@@ -55,12 +55,12 @@ declare const MasterMainLandmarkSchema: z.ZodObject<{
55
55
  country_id: string;
56
56
  state_id: string;
57
57
  landmark_name: string;
58
+ latitude?: unknown;
59
+ longitude?: unknown;
58
60
  location?: string | undefined;
59
61
  locality?: string | undefined;
60
62
  city_district_town?: string | undefined;
61
63
  zip_code?: string | undefined;
62
- latitude?: unknown;
63
- longitude?: unknown;
64
64
  google_location?: string | undefined;
65
65
  }>;
66
66
  type MasterMainLandmarkDTO = z.infer<typeof MasterMainLandmarkSchema>;
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { gO as MasterMainLanguage, gQ as MasterMainLanguageDTO, gS as MasterMainLanguageQueryDTO, gR as MasterMainLanguageQuerySchema, gP as MasterMainLanguageSchema, gW as createMasterMainLanguage, gY as deleteMasterMainLanguage, gV as findMasterMainLanguages, gZ as getMasterMainLanguageCache, gU as newMasterMainLanguagePayload, gT as toMasterMainLanguagePayload, gX as updateMasterMainLanguage } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { gP as MasterMainLanguage, gR as MasterMainLanguageDTO, gT as MasterMainLanguageQueryDTO, gS as MasterMainLanguageQuerySchema, gQ as MasterMainLanguageSchema, gX as createMasterMainLanguage, gZ as deleteMasterMainLanguage, gW as findMasterMainLanguages, g_ as getMasterMainLanguageCache, gV as newMasterMainLanguagePayload, gU as toMasterMainLanguagePayload, gY as updateMasterMainLanguage } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { g as MasterMainState, T as MasterMainStateDTO, W as MasterMainStateQueryDTO, V as MasterMainStateQuerySchema, S as MasterMainStateSchema, _ as createMasterMainState, a0 as deleteMasterMainState, Z as findMasterMainStates, a1 as getMasterMainStateCache, Y as newMasterMainStatePayload, X as toMasterMainStatePayload, $ as updateMasterMainState } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { g as MasterMainState, V as MasterMainStateDTO, X as MasterMainStateQueryDTO, W as MasterMainStateQuerySchema, T as MasterMainStateSchema, $ as createMasterMainState, a1 as deleteMasterMainState, _ as findMasterMainStates, a2 as getMasterMainStateCache, Z as newMasterMainStatePayload, Y as toMasterMainStatePayload, a0 as updateMasterMainState } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { F as MasterMainTimeZone, H as MasterMainTimeZoneDTO, J as MasterMainTimeZoneQueryDTO, I as MasterMainTimeZoneQuerySchema, G as MasterMainTimeZoneSchema, O as createMasterMainTimeZone, Q as deleteMasterMainTimeZone, N as findMasterMainTimeZones, R as getMasterMainTimeZoneCache, L as newMasterMainTimeZonePayload, K as toMasterMainTimeZonePayload, P as updateMasterMainTimeZone } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { F as MasterMainTimeZone, H as MasterMainTimeZoneDTO, J as MasterMainTimeZoneQueryDTO, I as MasterMainTimeZoneQuerySchema, G as MasterMainTimeZoneSchema, P as createMasterMainTimeZone, R as deleteMasterMainTimeZone, N as findMasterMainTimeZones, S as getMasterMainTimeZoneCache, L as newMasterMainTimeZonePayload, K as toMasterMainTimeZonePayload, Q as updateMasterMainTimeZone } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { aq as MasterMainUnitDistance, as as MasterMainUnitDistanceDTO, au as MasterMainUnitDistanceQueryDTO, at as MasterMainUnitDistanceQuerySchema, ar as MasterMainUnitDistanceSchema, ay as createMasterMainUnitDistance, aA as deleteMasterMainUnitDistance, ax as findMasterMainUnitDistances, aB as getMasterMainUnitDistanceCache, aw as newMasterMainUnitDistancePayload, av as toMasterMainUnitDistancePayload, az as updateMasterMainUnitDistance } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { ar as MasterMainUnitDistance, at as MasterMainUnitDistanceDTO, av as MasterMainUnitDistanceQueryDTO, au as MasterMainUnitDistanceQuerySchema, as as MasterMainUnitDistanceSchema, az as createMasterMainUnitDistance, aB as deleteMasterMainUnitDistance, ay as findMasterMainUnitDistances, aC as getMasterMainUnitDistanceCache, ax as newMasterMainUnitDistancePayload, aw as toMasterMainUnitDistancePayload, aA as updateMasterMainUnitDistance } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { aC as MasterMainUnitMileage, aE as MasterMainUnitMileageDTO, aG as MasterMainUnitMileageQueryDTO, aF as MasterMainUnitMileageQuerySchema, aD as MasterMainUnitMileageSchema, aK as createMasterMainUnitMileage, aM as deleteMasterMainUnitMileage, aJ as findMasterMainUnitMileages, aN as getMasterMainUnitMileageCache, aI as newMasterMainUnitMileagePayload, aH as toMasterMainUnitMileagePayload, aL as updateMasterMainUnitMileage } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { aD as MasterMainUnitMileage, aF as MasterMainUnitMileageDTO, aH as MasterMainUnitMileageQueryDTO, aG as MasterMainUnitMileageQuerySchema, aE as MasterMainUnitMileageSchema, aL as createMasterMainUnitMileage, aN as deleteMasterMainUnitMileage, aK as findMasterMainUnitMileages, aO as getMasterMainUnitMileageCache, aJ as newMasterMainUnitMileagePayload, aI as toMasterMainUnitMileagePayload, aM as updateMasterMainUnitMileage } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { aO as MasterMainUnitVolume, aQ as MasterMainUnitVolumeDTO, aS as MasterMainUnitVolumeQueryDTO, aR as MasterMainUnitVolumeQuerySchema, aP as MasterMainUnitVolumeSchema, aW as createMasterMainUnitVolume, aY as deleteMasterMainUnitVolume, aV as findMasterMainUnitVolumes, aZ as getMasterMainUnitVolumeCache, aU as newMasterMainUnitVolumePayload, aT as toMasterMainUnitVolumePayload, aX as updateMasterMainUnitVolume } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { aP as MasterMainUnitVolume, aR as MasterMainUnitVolumeDTO, aT as MasterMainUnitVolumeQueryDTO, aS as MasterMainUnitVolumeQuerySchema, aQ as MasterMainUnitVolumeSchema, aX as createMasterMainUnitVolume, aZ as deleteMasterMainUnitVolume, aW as findMasterMainUnitVolumes, a_ as getMasterMainUnitVolumeCache, aV as newMasterMainUnitVolumePayload, aU as toMasterMainUnitVolumePayload, aY as updateMasterMainUnitVolume } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { cx as OrganisationBranch, cz as OrganisationBranchDTO, cB as OrganisationBranchQueryDTO, cA as OrganisationBranchQuerySchema, cy as OrganisationBranchSchema, cF as createOrganisationBranch, cH as deleteOrganisationBranch, cE as findOrganisationBranchs, cI as getOrganisationBranchCache, cK as getOrganisationBranchCacheChild, cJ as getOrganisationBranchCacheCount, cD as newOrganisationBranchPayload, cC as toOrganisationBranchPayload, cG as updateOrganisationBranch } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { O as OrganisationBranch, cz as OrganisationBranchDTO, cB as OrganisationBranchQueryDTO, cA as OrganisationBranchQuerySchema, cy as OrganisationBranchSchema, cF as createOrganisationBranch, cH as deleteOrganisationBranch, cE as findOrganisationBranchs, cI as getOrganisationBranchCache, cK as getOrganisationBranchCacheChild, cJ as getOrganisationBranchCacheCount, cD as newOrganisationBranchPayload, cC as toOrganisationBranchPayload, cG as updateOrganisationBranch } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { cL as OrganisationColor, cN as OrganisationColorDTO, cP as OrganisationColorQueryDTO, cO as OrganisationColorQuerySchema, cM as OrganisationColorSchema, cT as createOrganisationColor, cV as deleteOrganisationColor, cS as findOrganisationColors, cW as getOrganisationColorCache, cY as getOrganisationColorCacheChild, cX as getOrganisationColorCacheCount, cR as newOrganisationColorPayload, cQ as toOrganisationColorPayload, cU as updateOrganisationColor } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { cL as OrganisationColor, cN as OrganisationColorDTO, cP as OrganisationColorQueryDTO, cO as OrganisationColorQuerySchema, cM as OrganisationColorSchema, cT as createOrganisationColor, cV as deleteOrganisationColor, cS as findOrganisationColors, cW as getOrganisationColorCache, cY as getOrganisationColorCacheChild, cX as getOrganisationColorCacheCount, cR as newOrganisationColorPayload, cQ as toOrganisationColorPayload, cU as updateOrganisationColor } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { db as OrganisationGroup, de as OrganisationGroupDTO, dg as OrganisationGroupQueryDTO, df as OrganisationGroupQuerySchema, dd as OrganisationGroupSchema, dc as VehicleOrganisationGroupLink, dk as createOrganisationGroup, dm as deleteOrganisationGroup, dj as findOrganisationGroups, dn as getOrganisationGroupCache, dq as getOrganisationGroupCacheChild, dp as getOrganisationGroupCacheCount, di as newOrganisationGroupPayload, dh as toOrganisationGroupPayload, dl as updateOrganisationGroup } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { db as OrganisationGroup, de as OrganisationGroupDTO, dg as OrganisationGroupQueryDTO, df as OrganisationGroupQuerySchema, dd as OrganisationGroupSchema, dc as VehicleOrganisationGroupLink, dk as createOrganisationGroup, dm as deleteOrganisationGroup, dj as findOrganisationGroups, dn as getOrganisationGroupCache, dq as getOrganisationGroupCacheChild, dp as getOrganisationGroupCacheCount, di as newOrganisationGroupPayload, dh as toOrganisationGroupPayload, dl as updateOrganisationGroup } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { cj as OrganisationSubCompany, cl as OrganisationSubCompanyDTO, cn as OrganisationSubCompanyQueryDTO, cm as OrganisationSubCompanyQuerySchema, ck as OrganisationSubCompanySchema, cr as createOrganisationSubCompany, ct as deleteOrganisationSubCompany, cq as findOrganisationSubCompanyies, cu as getOrganisationSubCompanyCache, cw as getOrganisationSubCompanyCacheChild, cv as getOrganisationSubCompanyCacheCount, cp as newOrganisationSubCompanyPayload, co as toOrganisationSubCompanyPayload, cs as updateOrganisationSubCompany } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { ck as OrganisationSubCompany, cm as OrganisationSubCompanyDTO, co as OrganisationSubCompanyQueryDTO, cn as OrganisationSubCompanyQuerySchema, cl as OrganisationSubCompanySchema, cs as createOrganisationSubCompany, cu as deleteOrganisationSubCompany, cr as findOrganisationSubCompanyies, cv as getOrganisationSubCompanyCache, cx as getOrganisationSubCompanyCacheChild, cw as getOrganisationSubCompanyCacheCount, cq as newOrganisationSubCompanyPayload, cp as toOrganisationSubCompanyPayload, ct as updateOrganisationSubCompany } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { cZ as OrganisationTag, c$ as OrganisationTagDTO, d1 as OrganisationTagQueryDTO, d0 as OrganisationTagQuerySchema, c_ as OrganisationTagSchema, d5 as createOrganisationTag, d7 as deleteOrganisationTag, d4 as findOrganisationTags, d8 as getOrganisationTagCache, da as getOrganisationTagCacheChild, d9 as getOrganisationTagCacheCount, d3 as newOrganisationTagPayload, d2 as toOrganisationTagPayload, d6 as updateOrganisationTag } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { cZ as OrganisationTag, c$ as OrganisationTagDTO, d1 as OrganisationTagQueryDTO, d0 as OrganisationTagQuerySchema, c_ as OrganisationTagSchema, d5 as createOrganisationTag, d7 as deleteOrganisationTag, d4 as findOrganisationTags, d8 as getOrganisationTagCache, da as getOrganisationTagCacheChild, d9 as getOrganisationTagCacheCount, d3 as newOrganisationTagPayload, d2 as toOrganisationTagPayload, d6 as updateOrganisationTag } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { jU as MasterSparePartCategory, jW as MasterSparePartCategoryDTO, jV as MasterSparePartCategorySchema, jY as SparePartCategoryQueryDTO, jX as SparePartCategoryQuerySchema, k0 as createMasterSparePartCategory, k2 as deleteMasterSparePartCategory, j$ as findMasterSparePartCategories, k3 as getMasterSparePartCategoryCache, k4 as getMasterSparePartCategoryCacheChild, k5 as getMasterSparePartCategoryCacheCount, j_ as newMasterSparePartCategoryPayload, jZ as toMasterSparePartCategoryPayload, k1 as updateMasterSparePartCategory } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { jV as MasterSparePartCategory, jX as MasterSparePartCategoryDTO, jW as MasterSparePartCategorySchema, jZ as SparePartCategoryQueryDTO, jY as SparePartCategoryQuerySchema, k1 as createMasterSparePartCategory, k3 as deleteMasterSparePartCategory, k0 as findMasterSparePartCategories, k4 as getMasterSparePartCategoryCache, k5 as getMasterSparePartCategoryCacheChild, k6 as getMasterSparePartCategoryCacheCount, j$ as newMasterSparePartCategoryPayload, j_ as toMasterSparePartCategoryPayload, k2 as updateMasterSparePartCategory } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { jH as MasterSparePartSubCategory, jJ as MasterSparePartSubCategoryDTO, jI as MasterSparePartSubCategorySchema, jL as SparePartSubCategoryQueryDTO, jK as SparePartSubCategoryQuerySchema, jP as createMasterSparePartSubCategory, jR as deleteMasterSparePartSubCategory, jO as findMasterSparePartSubCategories, jS as getMasterSparePartSubCategoryCache, jT as getMasterSparePartSubCategoryCacheCount, jN as newMasterSparePartSubCategoryPayload, jM as toMasterSparePartSubCategoryPayload, jQ as updateMasterSparePartSubCategory } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { jI as MasterSparePartSubCategory, jK as MasterSparePartSubCategoryDTO, jJ as MasterSparePartSubCategorySchema, jM as SparePartSubCategoryQueryDTO, jL as SparePartSubCategoryQuerySchema, jQ as createMasterSparePartSubCategory, jS as deleteMasterSparePartSubCategory, jP as findMasterSparePartSubCategories, jT as getMasterSparePartSubCategoryCache, jU as getMasterSparePartSubCategoryCacheCount, jO as newMasterSparePartSubCategoryPayload, jN as toMasterSparePartSubCategoryPayload, jR as updateMasterSparePartSubCategory } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { k6 as MasterSparePartUnit, k8 as MasterSparePartUnitDTO, k7 as MasterSparePartUnitSchema, ka as SparePartUnitQueryDTO, k9 as SparePartUnitQuerySchema, ke as createMasterSparePartUnit, kg as deleteMasterSparePartUnit, kd as findMasterSparePartUnits, kh as getMasterSparePartUnitCache, ki as getMasterSparePartUnitCacheCount, kc as newMasterSparePartUnitPayload, kb as toMasterSparePartUnitPayload, kf as updateMasterSparePartUnit } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { k7 as MasterSparePartUnit, k9 as MasterSparePartUnitDTO, k8 as MasterSparePartUnitSchema, kb as SparePartUnitQueryDTO, ka as SparePartUnitQuerySchema, kf as createMasterSparePartUnit, kh as deleteMasterSparePartUnit, ke as findMasterSparePartUnits, ki as getMasterSparePartUnitCache, kj as getMasterSparePartUnitCacheCount, kd as newMasterSparePartUnitPayload, kc as toMasterSparePartUnitPayload, kg as updateMasterSparePartUnit } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { jj as MasterTripPartyType, jl as MasterTripPartyTypeDTO, jn as MasterTripPartyTypeQueryDTO, jm as MasterTripPartyTypeQuerySchema, jk as MasterTripPartyTypeSchema, jr as createMasterTripPartyType, jt as deleteMasterTripPartyType, jq as findMasterTripPartyTypes, ju as getMasterTripPartyTypeCache, jp as newMasterTripPartyTypePayload, jo as toMasterTripPartyTypePayload, js as updateMasterTripPartyType } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { jk as MasterTripPartyType, jm as MasterTripPartyTypeDTO, jo as MasterTripPartyTypeQueryDTO, jn as MasterTripPartyTypeQuerySchema, jl as MasterTripPartyTypeSchema, js as createMasterTripPartyType, ju as deleteMasterTripPartyType, jr as findMasterTripPartyTypes, jv as getMasterTripPartyTypeCache, jq as newMasterTripPartyTypePayload, jp as toMasterTripPartyTypePayload, jt as updateMasterTripPartyType } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { hJ as MasterTyreGrade, hL as MasterTyreGradeDTO, hN as MasterTyreGradeQueryDTO, hM as MasterTyreGradeQuerySchema, hK as MasterTyreGradeSchema, hR as createMasterTyreGrade, hT as deleteMasterTyreGrade, hQ as findMasterTyreGrades, hU as getMasterTyreGradeCache, hV as getMasterTyreGradeCacheCount, hP as newMasterTyreGradePayload, hO as toMasterTyreGradePayload, hS as updateMasterTyreGrade } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { hK as MasterTyreGrade, hM as MasterTyreGradeDTO, hO as MasterTyreGradeQueryDTO, hN as MasterTyreGradeQuerySchema, hL as MasterTyreGradeSchema, hS as createMasterTyreGrade, hU as deleteMasterTyreGrade, hR as findMasterTyreGrades, hV as getMasterTyreGradeCache, hW as getMasterTyreGradeCacheCount, hQ as newMasterTyreGradePayload, hP as toMasterTyreGradePayload, hT as updateMasterTyreGrade } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { i7 as MasterTyreMake, i9 as MasterTyreMakeDTO, ib as MasterTyreMakeQueryDTO, ia as MasterTyreMakeQuerySchema, i8 as MasterTyreMakeSchema, ig as createMasterTyreMake, ii as deleteMasterTyreMake, ie as findMasterTyreMakes, ij as getMasterTyreMakeCache, il as getMasterTyreMakeCacheChild, ik as getMasterTyreMakeCacheCount, id as newMasterTyreMakePayload, ic as toMasterTyreMakePayload, ih as updateMasterTyreMake } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { i8 as MasterTyreMake, ia as MasterTyreMakeDTO, ic as MasterTyreMakeQueryDTO, ib as MasterTyreMakeQuerySchema, i9 as MasterTyreMakeSchema, ih as createMasterTyreMake, ij as deleteMasterTyreMake, ig as findMasterTyreMakes, ik as getMasterTyreMakeCache, im as getMasterTyreMakeCacheChild, il as getMasterTyreMakeCacheCount, ie as newMasterTyreMakePayload, id as toMasterTyreMakePayload, ii as updateMasterTyreMake } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { hW as MasterTyreModel, hY as MasterTyreModelDTO, h_ as MasterTyreModelQueryDTO, hZ as MasterTyreModelQuerySchema, hX as MasterTyreModelSchema, i2 as createMasterTyreModel, i4 as deleteMasterTyreModel, i1 as findMasterTyreModels, i5 as getMasterTyreModelCache, i6 as getMasterTyreModelCacheCount, i0 as newMasterTyreModelPayload, h$ as toMasterTyreModelPayload, i3 as updateMasterTyreModel } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { hX as MasterTyreModel, hZ as MasterTyreModelDTO, h$ as MasterTyreModelQueryDTO, h_ as MasterTyreModelQuerySchema, hY as MasterTyreModelSchema, i3 as createMasterTyreModel, i5 as deleteMasterTyreModel, i2 as findMasterTyreModels, i6 as getMasterTyreModelCache, i7 as getMasterTyreModelCacheCount, i1 as newMasterTyreModelPayload, i0 as toMasterTyreModelPayload, i4 as updateMasterTyreModel } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { go as MasterUserRole, gq as MasterUserRoleDTO, gs as MasterUserRoleQueryDTO, gr as MasterUserRoleQuerySchema, gp as MasterUserRoleSchema, gw as createMasterUserRole, gy as deleteMasterUserRole, gv as findMasterUserRoles, gz as getMasterUserRoleCache, gA as getMasterUserRoleCacheCount, gu as newMasterUserRolePayload, gt as toMasterUserRolePayload, gx as updateMasterUserRole } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { gp as MasterUserRole, gr as MasterUserRoleDTO, gt as MasterUserRoleQueryDTO, gs as MasterUserRoleQuerySchema, gq as MasterUserRoleSchema, gx as createMasterUserRole, gz as deleteMasterUserRole, gw as findMasterUserRoles, gA as getMasterUserRoleCache, gB as getMasterUserRoleCacheCount, gv as newMasterUserRolePayload, gu as toMasterUserRolePayload, gy as updateMasterUserRole } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { gB as MasterUserStatus, gD as MasterUserStatusDTO, gF as MasterUserStatusQueryDTO, gE as MasterUserStatusQuerySchema, gC as MasterUserStatusSchema, gJ as createMasterUserStatus, gL as deleteMasterUserStatus, gI as findMasterUserStatuses, gM as getMasterUserStatusCache, gN as getMasterUserStatusCacheCount, gH as newMasterUserStatusPayload, gG as toMasterUserStatusPayload, gK as updateMasterUserStatus } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { gC as MasterUserStatus, gE as MasterUserStatusDTO, gG as MasterUserStatusQueryDTO, gF as MasterUserStatusQuerySchema, gD as MasterUserStatusSchema, gK as createMasterUserStatus, gM as deleteMasterUserStatus, gJ as findMasterUserStatuses, gN as getMasterUserStatusCache, gO as getMasterUserStatusCacheCount, gI as newMasterUserStatusPayload, gH as toMasterUserStatusPayload, gL as updateMasterUserStatus } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { eY as MasterVehicleAssociatedTo, e_ as MasterVehicleAssociatedToDTO, f0 as MasterVehicleAssociatedToQueryDTO, e$ as MasterVehicleAssociatedToQuerySchema, eZ as MasterVehicleAssociatedToSchema, f4 as createMasterVehicleAssociatedTo, f6 as deleteMasterVehicleAssociatedTo, f3 as findMasterVehicleAssociatedTos, f7 as getMasterVehicleAssociatedToCache, f9 as getMasterVehicleAssociatedToCacheChild, f8 as getMasterVehicleAssociatedToCacheCount, f2 as newMasterVehicleAssociatedToPayload, f1 as toMasterVehicleAssociatedToPayload, f5 as updateMasterVehicleAssociatedTo } from '../../../user_organisation_service-Dkh1nIGX.js';
4
+ export { eY as MasterVehicleAssociatedTo, e_ as MasterVehicleAssociatedToDTO, f0 as MasterVehicleAssociatedToQueryDTO, e$ as MasterVehicleAssociatedToQuerySchema, eZ as MasterVehicleAssociatedToSchema, f4 as createMasterVehicleAssociatedTo, f6 as deleteMasterVehicleAssociatedTo, f3 as findMasterVehicleAssociatedTos, f7 as getMasterVehicleAssociatedToCache, f9 as getMasterVehicleAssociatedToCacheChild, f8 as getMasterVehicleAssociatedToCacheCount, f2 as newMasterVehicleAssociatedToPayload, f1 as toMasterVehicleAssociatedToPayload, f5 as updateMasterVehicleAssociatedTo } from '../../../user_organisation_service-CdoeXDR4.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';