vms-nest-prisma-api-document 194.0.0 → 196.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 (94) hide show
  1. package/dist/services/account/bookmark_service.d.ts +1 -1
  2. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  3. package/dist/services/account/report_preferences.service.d.ts +1 -1
  4. package/dist/services/account/ticket_service.d.ts +1 -1
  5. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  6. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  7. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  8. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
  10. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  11. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  12. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  13. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  14. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  15. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  16. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  17. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  18. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  19. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  20. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  21. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  22. package/dist/services/main/drivers/master_driver_service.js +35 -38
  23. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  24. package/dist/services/main/users/auth_service.d.ts +1 -1
  25. package/dist/services/main/users/user_admin_service.d.ts +4 -4
  26. package/dist/services/main/users/user_admin_service.js +9 -10
  27. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  28. package/dist/services/main/users/user_organisation_service.js +19 -20
  29. package/dist/services/main/users/user_service.d.ts +1 -1
  30. package/dist/services/main/users/user_service.js +27 -32
  31. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  32. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  33. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  34. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  35. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  36. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  37. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  38. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  39. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  40. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  41. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  42. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  43. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  44. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  45. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  46. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  47. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  48. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +3 -3
  49. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  50. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  51. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +3 -3
  52. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  53. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  54. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  55. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  56. package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
  57. package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
  58. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  59. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  61. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  62. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  63. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  64. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  65. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  66. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  67. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  68. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  69. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  70. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  71. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  72. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  73. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  74. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  75. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +3 -3
  76. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  77. package/dist/services/master/tyre/master_tyre_model_service.d.ts +3 -3
  78. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  79. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  80. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  81. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  82. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  83. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  86. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  87. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  88. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  89. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  90. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  91. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  92. package/dist/services/website/faq_service.d.ts +1 -1
  93. package/dist/{user_organisation_service-D0LL8hds.d.ts → user_organisation_service-Bbr1S3XY.d.ts} +174 -183
  94. package/package.json +1 -1
@@ -1733,6 +1733,113 @@ declare const MasterDriverSchema: z.ZodObject<{
1733
1733
  }[] | undefined;
1734
1734
  }>;
1735
1735
  type MasterDriverDTO = z.infer<typeof MasterDriverSchema>;
1736
+ declare const MasterDriverQuerySchema: z.ZodObject<{
1737
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1738
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
1739
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
1740
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
1741
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
1742
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
1743
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1744
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
1745
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1746
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
1747
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1748
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
1749
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
1750
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1751
+ name: z.ZodEffects<z.ZodString, string, string>;
1752
+ field: z.ZodEffects<z.ZodString, string, string>;
1753
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
1754
+ }, "strip", z.ZodTypeAny, {
1755
+ name: string;
1756
+ field: string;
1757
+ direction: OrderBy;
1758
+ }, {
1759
+ name: string;
1760
+ field: string;
1761
+ direction: OrderBy;
1762
+ }>, "many">>>;
1763
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
1764
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
1765
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
1766
+ } & {
1767
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1768
+ organisation_sub_company_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1769
+ organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1770
+ organisation_color_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1771
+ organisation_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1772
+ vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1773
+ driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1774
+ can_login: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
1775
+ driver_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof DriverType>, "many">>>;
1776
+ is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
1777
+ }, "strip", z.ZodTypeAny, {
1778
+ status: Status[];
1779
+ search: string;
1780
+ paging: PAGING;
1781
+ page_count: number;
1782
+ page_index: number;
1783
+ load_parents: LoadParents;
1784
+ load_parents_list: string[];
1785
+ load_child: LoadChild;
1786
+ load_child_list: string[];
1787
+ load_child_count: LoadChildCount;
1788
+ load_child_count_list: string[];
1789
+ include_details: Record<string, any>;
1790
+ where_relations: Record<string, any>;
1791
+ order_by: {
1792
+ name: string;
1793
+ field: string;
1794
+ direction: OrderBy;
1795
+ }[];
1796
+ include_master_data: YesNo;
1797
+ date_format_id: string;
1798
+ time_zone_id: string;
1799
+ organisation_ids: string[];
1800
+ organisation_sub_company_ids: string[];
1801
+ organisation_branch_ids: string[];
1802
+ organisation_color_ids: string[];
1803
+ organisation_tag_ids: string[];
1804
+ can_login: YesNo[];
1805
+ driver_type: DriverType[];
1806
+ is_vehicle_assigned: YesNo[];
1807
+ vehicle_ids: string[];
1808
+ driver_ids: string[];
1809
+ }, {
1810
+ date_format_id: string;
1811
+ time_zone_id: string;
1812
+ status?: Status[] | undefined;
1813
+ search?: string | undefined;
1814
+ paging?: PAGING | undefined;
1815
+ page_count?: unknown;
1816
+ page_index?: unknown;
1817
+ load_parents?: LoadParents | undefined;
1818
+ load_parents_list?: string[] | undefined;
1819
+ load_child?: LoadChild | undefined;
1820
+ load_child_list?: string[] | undefined;
1821
+ load_child_count?: LoadChildCount | undefined;
1822
+ load_child_count_list?: string[] | undefined;
1823
+ include_details?: Record<string, any> | undefined;
1824
+ where_relations?: Record<string, any> | undefined;
1825
+ order_by?: {
1826
+ name: string;
1827
+ field: string;
1828
+ direction: OrderBy;
1829
+ }[] | undefined;
1830
+ include_master_data?: YesNo | undefined;
1831
+ organisation_ids?: string[] | undefined;
1832
+ organisation_sub_company_ids?: string[] | undefined;
1833
+ organisation_branch_ids?: string[] | undefined;
1834
+ organisation_color_ids?: string[] | undefined;
1835
+ organisation_tag_ids?: string[] | undefined;
1836
+ can_login?: YesNo[] | undefined;
1837
+ driver_type?: DriverType[] | undefined;
1838
+ is_vehicle_assigned?: YesNo[] | undefined;
1839
+ vehicle_ids?: string[] | undefined;
1840
+ driver_ids?: string[] | undefined;
1841
+ }>;
1842
+ type MasterDriverQueryDTO = z.infer<typeof MasterDriverQuerySchema>;
1736
1843
  declare const MasterDriverLogoSchema: z.ZodObject<{
1737
1844
  driver_image_url: z.ZodEffects<z.ZodString, string, string>;
1738
1845
  driver_image_key: z.ZodEffects<z.ZodString, string, string>;
@@ -1759,7 +1866,6 @@ declare const MasterDriverProfileSchema: z.ZodObject<{
1759
1866
  driver_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1760
1867
  driver_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1761
1868
  driver_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1762
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
1763
1869
  MasterDriverFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1764
1870
  usage_type: z.ZodEffects<z.ZodString, string, string>;
1765
1871
  file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
@@ -1799,7 +1905,6 @@ declare const MasterDriverProfileSchema: z.ZodObject<{
1799
1905
  file_metadata?: Record<string, any> | undefined;
1800
1906
  }>, "many">>>;
1801
1907
  }, "strip", z.ZodTypeAny, {
1802
- status: Status;
1803
1908
  driver_code: string;
1804
1909
  driver_first_name: string;
1805
1910
  driver_last_name: string;
@@ -1825,7 +1930,6 @@ declare const MasterDriverProfileSchema: z.ZodObject<{
1825
1930
  driver_id: string;
1826
1931
  }[];
1827
1932
  }, {
1828
- status: Status;
1829
1933
  driver_first_name: string;
1830
1934
  driver_code?: string | undefined;
1831
1935
  driver_last_name?: string | undefined;
@@ -1852,126 +1956,19 @@ declare const MasterDriverProfileSchema: z.ZodObject<{
1852
1956
  }[] | undefined;
1853
1957
  }>;
1854
1958
  type MasterDriverProfileDTO = z.infer<typeof MasterDriverProfileSchema>;
1855
- declare const MasterDriverQuerySchema: z.ZodObject<{
1856
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1857
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
1858
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
1859
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
1860
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
1861
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
1862
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1863
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
1864
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1865
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
1866
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1867
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
1868
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
1869
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1870
- name: z.ZodEffects<z.ZodString, string, string>;
1871
- field: z.ZodEffects<z.ZodString, string, string>;
1872
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
1873
- }, "strip", z.ZodTypeAny, {
1874
- name: string;
1875
- field: string;
1876
- direction: OrderBy;
1877
- }, {
1878
- name: string;
1879
- field: string;
1880
- direction: OrderBy;
1881
- }>, "many">>>;
1882
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
1883
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
1884
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
1885
- } & {
1886
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1887
- organisation_sub_company_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1888
- organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1889
- organisation_color_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1890
- organisation_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1891
- vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1892
- driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1893
- can_login: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
1894
- driver_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof DriverType>, "many">>>;
1895
- is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
1896
- }, "strip", z.ZodTypeAny, {
1897
- status: Status[];
1898
- search: string;
1899
- paging: PAGING;
1900
- page_count: number;
1901
- page_index: number;
1902
- load_parents: LoadParents;
1903
- load_parents_list: string[];
1904
- load_child: LoadChild;
1905
- load_child_list: string[];
1906
- load_child_count: LoadChildCount;
1907
- load_child_count_list: string[];
1908
- include_details: Record<string, any>;
1909
- where_relations: Record<string, any>;
1910
- order_by: {
1911
- name: string;
1912
- field: string;
1913
- direction: OrderBy;
1914
- }[];
1915
- include_master_data: YesNo;
1916
- date_format_id: string;
1917
- time_zone_id: string;
1918
- organisation_ids: string[];
1919
- organisation_sub_company_ids: string[];
1920
- organisation_branch_ids: string[];
1921
- organisation_color_ids: string[];
1922
- organisation_tag_ids: string[];
1923
- can_login: YesNo[];
1924
- driver_type: DriverType[];
1925
- is_vehicle_assigned: YesNo[];
1926
- vehicle_ids: string[];
1927
- driver_ids: string[];
1928
- }, {
1929
- date_format_id: string;
1930
- time_zone_id: string;
1931
- status?: Status[] | undefined;
1932
- search?: string | undefined;
1933
- paging?: PAGING | undefined;
1934
- page_count?: unknown;
1935
- page_index?: unknown;
1936
- load_parents?: LoadParents | undefined;
1937
- load_parents_list?: string[] | undefined;
1938
- load_child?: LoadChild | undefined;
1939
- load_child_list?: string[] | undefined;
1940
- load_child_count?: LoadChildCount | undefined;
1941
- load_child_count_list?: string[] | undefined;
1942
- include_details?: Record<string, any> | undefined;
1943
- where_relations?: Record<string, any> | undefined;
1944
- order_by?: {
1945
- name: string;
1946
- field: string;
1947
- direction: OrderBy;
1948
- }[] | undefined;
1949
- include_master_data?: YesNo | undefined;
1950
- organisation_ids?: string[] | undefined;
1951
- organisation_sub_company_ids?: string[] | undefined;
1952
- organisation_branch_ids?: string[] | undefined;
1953
- organisation_color_ids?: string[] | undefined;
1954
- organisation_tag_ids?: string[] | undefined;
1955
- can_login?: YesNo[] | undefined;
1956
- driver_type?: DriverType[] | undefined;
1957
- is_vehicle_assigned?: YesNo[] | undefined;
1958
- vehicle_ids?: string[] | undefined;
1959
- driver_ids?: string[] | undefined;
1960
- }>;
1961
- type MasterDriverQueryDTO = z.infer<typeof MasterDriverQuerySchema>;
1962
1959
  declare const toDriverPayload: (driver?: MasterDriver) => MasterDriverDTO;
1963
- declare const toDriverLogoPayload: (driver?: MasterDriver) => MasterDriverLogoDTO;
1964
1960
  declare const toDriverProfilePayload: (driver?: MasterDriver) => MasterDriverProfileDTO;
1965
1961
  declare const newDriverPayload: () => MasterDriverDTO;
1966
1962
  declare const findMasterDriver: (data: MasterDriverQueryDTO) => Promise<FBR<MasterDriver[]>>;
1967
1963
  declare const createMasterDriver: (data: MasterDriverDTO) => Promise<SBR>;
1968
1964
  declare const updateMasterDriver: (id: string, data: MasterDriverDTO) => Promise<SBR>;
1965
+ declare const deleteMasterDriver: (id: string) => Promise<SBR>;
1969
1966
  declare const updateMasterDriverLogo: (id: string, data: MasterDriverLogoDTO) => Promise<SBR>;
1967
+ declare const deleteMasterDriverLogo: (id: string) => Promise<SBR>;
1970
1968
  declare const updateMasterDriverProfile: (id: string, data: MasterDriverProfileDTO) => Promise<SBR>;
1971
- declare const deleteMasterDriver: (id: string) => Promise<SBR>;
1972
1969
  declare const getMasterDriverCache: (organisation_id: string) => Promise<FBR<MasterDriver[]>>;
1973
1970
  declare const getMasterDriverCacheSimple: (organisation_id: string) => Promise<FBR<MasterDriver[]>>;
1974
- declare const getMasterDriver_presigned_url: (fileName: string) => Promise<SBR>;
1971
+ declare const get_master_driver_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
1975
1972
  declare const get_master_driver_presigned_url_file: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
1976
1973
  declare const create_file: (data: MasterDriverFileDTO) => Promise<SBR>;
1977
1974
  declare const remove_file: (id: string) => Promise<SBR>;
@@ -5860,55 +5857,6 @@ declare const UserSchema: z.ZodObject<{
5860
5857
  user_image_name?: string | undefined;
5861
5858
  }>;
5862
5859
  type UserDTO = z.infer<typeof UserSchema>;
5863
- declare const UserLogoSchema: z.ZodObject<{
5864
- user_image_url: z.ZodEffects<z.ZodString, string, string>;
5865
- user_image_key: z.ZodEffects<z.ZodString, string, string>;
5866
- user_image_name: z.ZodEffects<z.ZodString, string, string>;
5867
- }, "strip", z.ZodTypeAny, {
5868
- user_image_url: string;
5869
- user_image_key: string;
5870
- user_image_name: string;
5871
- }, {
5872
- user_image_url: string;
5873
- user_image_key: string;
5874
- user_image_name: string;
5875
- }>;
5876
- type UserLogoDTO = z.infer<typeof UserLogoSchema>;
5877
- declare const UserProfileSchema: z.ZodObject<{
5878
- first_name: z.ZodEffects<z.ZodString, string, string>;
5879
- last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5880
- email: z.ZodEffects<z.ZodString, string, string>;
5881
- username: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5882
- mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5883
- password: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5884
- user_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5885
- user_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5886
- user_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5887
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
5888
- }, "strip", z.ZodTypeAny, {
5889
- status: Status;
5890
- password: string;
5891
- first_name: string;
5892
- last_name: string;
5893
- email: string;
5894
- username: string;
5895
- mobile: string;
5896
- user_image_url: string;
5897
- user_image_key: string;
5898
- user_image_name: string;
5899
- }, {
5900
- status: Status;
5901
- first_name: string;
5902
- email: string;
5903
- password?: string | undefined;
5904
- last_name?: string | undefined;
5905
- username?: string | undefined;
5906
- mobile?: string | undefined;
5907
- user_image_url?: string | undefined;
5908
- user_image_key?: string | undefined;
5909
- user_image_name?: string | undefined;
5910
- }>;
5911
- type UserProfileDTO = z.infer<typeof UserProfileSchema>;
5912
5860
  declare const UserQuerySchema: z.ZodObject<{
5913
5861
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5914
5862
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
@@ -6016,6 +5964,49 @@ declare const UserQuerySchema: z.ZodObject<{
6016
5964
  all_vehicles?: YesNo[] | undefined;
6017
5965
  }>;
6018
5966
  type UserQueryDTO = z.infer<typeof UserQuerySchema>;
5967
+ declare const UserLogoSchema: z.ZodObject<{
5968
+ user_image_url: z.ZodEffects<z.ZodString, string, string>;
5969
+ user_image_key: z.ZodEffects<z.ZodString, string, string>;
5970
+ user_image_name: z.ZodEffects<z.ZodString, string, string>;
5971
+ }, "strip", z.ZodTypeAny, {
5972
+ user_image_url: string;
5973
+ user_image_key: string;
5974
+ user_image_name: string;
5975
+ }, {
5976
+ user_image_url: string;
5977
+ user_image_key: string;
5978
+ user_image_name: string;
5979
+ }>;
5980
+ type UserLogoDTO = z.infer<typeof UserLogoSchema>;
5981
+ declare const UserProfileSchema: z.ZodObject<{
5982
+ first_name: z.ZodEffects<z.ZodString, string, string>;
5983
+ last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5984
+ email: z.ZodEffects<z.ZodString, string, string>;
5985
+ username: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5986
+ mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5987
+ user_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5988
+ user_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5989
+ user_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
5990
+ }, "strip", z.ZodTypeAny, {
5991
+ first_name: string;
5992
+ last_name: string;
5993
+ email: string;
5994
+ username: string;
5995
+ mobile: string;
5996
+ user_image_url: string;
5997
+ user_image_key: string;
5998
+ user_image_name: string;
5999
+ }, {
6000
+ first_name: string;
6001
+ email: string;
6002
+ last_name?: string | undefined;
6003
+ username?: string | undefined;
6004
+ mobile?: string | undefined;
6005
+ user_image_url?: string | undefined;
6006
+ user_image_key?: string | undefined;
6007
+ user_image_name?: string | undefined;
6008
+ }>;
6009
+ type UserProfileDTO = z.infer<typeof UserProfileSchema>;
6019
6010
  declare const UserDefaultLanguageSchema: z.ZodObject<{
6020
6011
  language_id: z.ZodEffects<z.ZodString, string, string>;
6021
6012
  }, "strip", z.ZodTypeAny, {
@@ -6042,17 +6033,17 @@ declare const UserDefaultDateFormatSchema: z.ZodObject<{
6042
6033
  type UserDefaultDateFormatDTO = z.infer<typeof UserDefaultDateFormatSchema>;
6043
6034
  declare const newUserPayload: () => UserDTO;
6044
6035
  declare const toUserPayload: (data: User) => UserDTO;
6045
- declare const toUserLogoPayload: (data: User) => UserLogoDTO;
6046
6036
  declare const toUserProfilePayload: (data: User) => UserProfileDTO;
6047
6037
  declare const findUser: (data: UserQueryDTO) => Promise<FBR<User[]>>;
6048
6038
  declare const createUser: (data: UserDTO) => Promise<SBR>;
6049
6039
  declare const updateUser: (id: string, data: UserDTO) => Promise<SBR>;
6040
+ declare const deleteUser: (id: string) => Promise<SBR>;
6050
6041
  declare const updateUserLogo: (id: string, data: UserLogoDTO) => Promise<SBR>;
6042
+ declare const deleteUserLogo: (id: string) => Promise<SBR>;
6051
6043
  declare const updateUserProfile: (id: string, data: UserProfileDTO) => Promise<SBR>;
6052
- declare const deleteUser: (id: string) => Promise<SBR>;
6053
6044
  declare const getUserCache: (organisation_id: string) => Promise<FBR<User[]>>;
6054
6045
  declare const getUserCacheSimple: (organisation_id: string) => Promise<FBR<User[]>>;
6055
- declare const getUser_presigned_url: (fileName: string) => Promise<SBR>;
6046
+ declare const get_user_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
6056
6047
  declare const updateUserDefaultLanguage: (id: string, data: UserDefaultLanguageDTO) => Promise<SBR>;
6057
6048
  declare const updateUserDefaultTimezone: (id: string, data: UserDefaultTimeZoneDTO) => Promise<SBR>;
6058
6049
  declare const updateUserDefaultDateformat: (id: string, data: UserDefaultDateFormatDTO) => Promise<SBR>;
@@ -6278,20 +6269,6 @@ declare const UserOrganisationSchema: z.ZodObject<{
6278
6269
  country?: string | undefined;
6279
6270
  }>;
6280
6271
  type UserOrganisationDTO = z.infer<typeof UserOrganisationSchema>;
6281
- declare const UserOrganisationLogoSchema: z.ZodObject<{
6282
- logo_url: z.ZodEffects<z.ZodString, string, string>;
6283
- logo_key: z.ZodEffects<z.ZodString, string, string>;
6284
- logo_name: z.ZodEffects<z.ZodString, string, string>;
6285
- }, "strip", z.ZodTypeAny, {
6286
- logo_key: string;
6287
- logo_url: string;
6288
- logo_name: string;
6289
- }, {
6290
- logo_key: string;
6291
- logo_url: string;
6292
- logo_name: string;
6293
- }>;
6294
- type UserOrganisationLogoDTO = z.infer<typeof UserOrganisationLogoSchema>;
6295
6272
  declare const UserOrganisationQuerySchema: z.ZodObject<{
6296
6273
  search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6297
6274
  status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
@@ -6396,16 +6373,30 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
6396
6373
  fleet_size?: FleetSize[] | undefined;
6397
6374
  }>;
6398
6375
  type UserOrganisationQueryDTO = z.infer<typeof UserOrganisationQuerySchema>;
6376
+ declare const UserOrganisationLogoSchema: z.ZodObject<{
6377
+ logo_url: z.ZodEffects<z.ZodString, string, string>;
6378
+ logo_key: z.ZodEffects<z.ZodString, string, string>;
6379
+ logo_name: z.ZodEffects<z.ZodString, string, string>;
6380
+ }, "strip", z.ZodTypeAny, {
6381
+ logo_key: string;
6382
+ logo_url: string;
6383
+ logo_name: string;
6384
+ }, {
6385
+ logo_key: string;
6386
+ logo_url: string;
6387
+ logo_name: string;
6388
+ }>;
6389
+ type UserOrganisationLogoDTO = z.infer<typeof UserOrganisationLogoSchema>;
6399
6390
  declare const toUserOrganisationPayload: (organisation: UserOrganisation) => UserOrganisationDTO;
6400
- declare const toUserOrganisationLogoPayload: (organisation: UserOrganisation) => UserOrganisationLogoDTO;
6401
6391
  declare const newUserOrganisationPayload: () => UserOrganisationDTO;
6402
6392
  declare const findUserOrganisation: (data: UserOrganisationQueryDTO) => Promise<FBR<UserOrganisation[]>>;
6403
6393
  declare const createUserOrganisation: (data: UserOrganisationDTO) => Promise<SBR>;
6404
6394
  declare const updateUserOrganisation: (id: string, data: UserOrganisationDTO) => Promise<SBR>;
6405
- declare const updateUserOrganisationLogo: (id: string, data: UserOrganisationLogoDTO) => Promise<SBR>;
6406
6395
  declare const deleteUserOrganisation: (id: string) => Promise<SBR>;
6396
+ declare const updateUserOrganisationLogo: (id: string, data: UserOrganisationLogoDTO) => Promise<SBR>;
6397
+ declare const deleteUserOrganisationLogo: (id: string) => Promise<SBR>;
6398
+ declare const get_user_organisation_presigned_url: (file_name: string) => Promise<BR<AWSPresignedUrl>>;
6407
6399
  declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
6408
6400
  declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
6409
- declare const getUserOrganisation_presigned_url: (file_name: string) => Promise<SBR>;
6410
6401
 
6411
- export { createMasterMainState as $, findMasterMainCurrencies as A, createMasterMainCurrency as B, updateMasterMainCurrency as C, deleteMasterMainCurrency as D, getMasterMainCurrencyCache as E, type MasterMainTimeZone as F, MasterMainTimeZoneSchema as G, type MasterMainTimeZoneDTO as H, MasterMainTimeZoneQuerySchema as I, type MasterMainTimeZoneQueryDTO as J, toMasterMainTimeZonePayload as K, newMasterMainTimeZonePayload as L, type MasterVehicle as M, findMasterMainTimeZones as N, type OrganisationBranch as O, createMasterMainTimeZone as P, updateMasterMainTimeZone as Q, deleteMasterMainTimeZone as R, getMasterMainTimeZoneCache as S, MasterMainStateSchema as T, type UserOrganisation as U, type MasterMainStateDTO as V, MasterMainStateQuerySchema as W, type MasterMainStateQueryDTO as X, toMasterMainStatePayload as Y, newMasterMainStatePayload as Z, findMasterMainStates as _, type User as a, getOrganisationSubCompanyCacheCount as a$, updateMasterMainState as a0, deleteMasterMainState as a1, getMasterMainStateCache as a2, MasterMainCountrySchema as a3, type MasterMainCountryDTO as a4, MasterMainCountryQuerySchema as a5, type MasterMainCountryQueryDTO as a6, toMasterMainCountryPayload as a7, newMasterMainCountryPayload as a8, findMasterMainCountries as a9, updateMasterMainUnitMileage as aA, deleteMasterMainUnitMileage as aB, getMasterMainUnitMileageCache as aC, type MasterMainUnitVolume as aD, MasterMainUnitVolumeSchema as aE, type MasterMainUnitVolumeDTO as aF, MasterMainUnitVolumeQuerySchema as aG, type MasterMainUnitVolumeQueryDTO as aH, toMasterMainUnitVolumePayload as aI, newMasterMainUnitVolumePayload as aJ, findMasterMainUnitVolumes as aK, createMasterMainUnitVolume as aL, updateMasterMainUnitVolume as aM, deleteMasterMainUnitVolume as aN, getMasterMainUnitVolumeCache as aO, type OrganisationSubCompany as aP, OrganisationSubCompanySchema as aQ, type OrganisationSubCompanyDTO as aR, OrganisationSubCompanyQuerySchema as aS, type OrganisationSubCompanyQueryDTO as aT, toOrganisationSubCompanyPayload as aU, newOrganisationSubCompanyPayload as aV, findOrganisationSubCompanyies as aW, createOrganisationSubCompany as aX, updateOrganisationSubCompany as aY, deleteOrganisationSubCompany as aZ, getOrganisationSubCompanyCache as a_, createMasterMainCountry as aa, updateMasterMainCountry as ab, deleteMasterMainCountry as ac, getMasterMainCountryCache as ad, getMasterMainCountryCacheChild as ae, type MasterMainDateFormat as af, MasterMainDateFormatSchema as ag, type MasterMainDateFormatDTO as ah, MasterMainDateFormatQuerySchema as ai, type MasterMainDateFormatQueryDTO as aj, toMasterMainDateFormatPayload as ak, newMasterMainDateFormatPayload as al, findMasterMainDateFormats as am, createMasterMainDateFormat as an, updateMasterMainDateFormat as ao, deleteMasterMainDateFormat as ap, getMasterMainDateFormatCache as aq, type MasterMainUnitMileage as ar, MasterMainUnitMileageSchema as as, type MasterMainUnitMileageDTO as at, MasterMainUnitMileageQuerySchema as au, type MasterMainUnitMileageQueryDTO as av, toMasterMainUnitMileagePayload as aw, newMasterMainUnitMileagePayload as ax, findMasterMainUnitMileages as ay, createMasterMainUnitMileage as az, type MasterDriver as b, updateMasterDriverProfile as b$, getOrganisationSubCompanyCacheChild as b0, OrganisationBranchSchema as b1, type OrganisationBranchDTO as b2, OrganisationBranchQuerySchema as b3, type OrganisationBranchQueryDTO as b4, toOrganisationBranchPayload as b5, newOrganisationBranchPayload as b6, findOrganisationBranchs as b7, createOrganisationBranch as b8, updateOrganisationBranch as b9, createOrganisationTag as bA, updateOrganisationTag as bB, deleteOrganisationTag as bC, getOrganisationTagCache as bD, getOrganisationTagCacheCount as bE, getOrganisationTagCacheChild as bF, type MasterDriverFile as bG, type AssignRemoveDriverHistory as bH, type DriverLoginPush as bI, MasterDriverFileSchema as bJ, type MasterDriverFileDTO as bK, MasterDriverSchema as bL, type MasterDriverDTO as bM, MasterDriverLogoSchema as bN, type MasterDriverLogoDTO as bO, MasterDriverProfileSchema as bP, type MasterDriverProfileDTO as bQ, MasterDriverQuerySchema as bR, type MasterDriverQueryDTO as bS, toDriverPayload as bT, toDriverLogoPayload as bU, toDriverProfilePayload as bV, newDriverPayload as bW, findMasterDriver as bX, createMasterDriver as bY, updateMasterDriver as bZ, updateMasterDriverLogo as b_, deleteOrganisationBranch as ba, getOrganisationBranchCache as bb, getOrganisationBranchCacheCount as bc, getOrganisationBranchCacheChild as bd, type OrganisationColor as be, OrganisationColorSchema as bf, type OrganisationColorDTO as bg, OrganisationColorQuerySchema as bh, type OrganisationColorQueryDTO as bi, toOrganisationColorPayload as bj, newOrganisationColorPayload as bk, findOrganisationColors as bl, createOrganisationColor as bm, updateOrganisationColor as bn, deleteOrganisationColor as bo, getOrganisationColorCache as bp, getOrganisationColorCacheCount as bq, getOrganisationColorCacheChild as br, type OrganisationTag as bs, OrganisationTagSchema as bt, type OrganisationTagDTO as bu, OrganisationTagQuerySchema as bv, type OrganisationTagQueryDTO as bw, toOrganisationTagPayload as bx, newOrganisationTagPayload as by, findOrganisationTags as bz, type MasterDevice as c, type MasterDeviceDTO as c$, deleteMasterDriver as c0, getMasterDriverCache as c1, getMasterDriverCacheSimple as c2, getMasterDriver_presigned_url as c3, get_master_driver_presigned_url_file as c4, create_file as c5, remove_file as c6, type MasterDeviceType as c7, MasterDeviceTypeSchema as c8, type MasterDeviceTypeDTO as c9, MasterDeviceManufacturerSchema as cA, type MasterDeviceManufacturerDTO as cB, MasterDeviceManufacturerQuerySchema as cC, type MasterDeviceManufacturerQueryDTO as cD, toMasterDeviceManufacturerPayload as cE, newMasterDeviceManufacturerPayload as cF, findMasterDeviceManufacturers as cG, createMasterDeviceManufacturer as cH, updateMasterDeviceManufacturer as cI, deleteMasterDeviceManufacturer as cJ, getMasterDeviceManufacturerCache as cK, getMasterDeviceManufacturerCacheCount as cL, getMasterDeviceManufacturerCacheChild as cM, type MasterSim as cN, type AssignRemoveSimHistory as cO, MasterSimSchema as cP, type MasterSimDTO as cQ, MasterSimQuerySchema as cR, type MasterSimQueryDTO as cS, toMasterSimPayload as cT, newMasterSimPayload as cU, findMasterSims as cV, createMasterSim as cW, updateMasterSim as cX, deleteMasterSim as cY, type AssignRemoveDeviceHistory as cZ, MasterDeviceSchema as c_, MasterDeviceTypeQuerySchema as ca, type MasterDeviceTypeQueryDTO as cb, toMasterDeviceTypePayload as cc, newMasterDeviceTypePayload as cd, findMasterDeviceTypes as ce, createMasterDeviceType as cf, updateMasterDeviceType as cg, deleteMasterDeviceType as ch, getMasterDeviceTypeCache as ci, getMasterDeviceTypeCacheCount as cj, getMasterDeviceTypeCacheChild as ck, type MasterDeviceModel as cl, MasterDeviceModelSchema as cm, type MasterDeviceModelDTO as cn, MasterDeviceModelQuerySchema as co, type MasterDeviceModelQueryDTO as cp, toMasterDeviceModelPayload as cq, newMasterDeviceModelPayload as cr, findMasterDeviceModels as cs, createMasterDeviceModel as ct, updateMasterDeviceModel as cu, deleteMasterDeviceModel as cv, getMasterDeviceModelCache as cw, getMasterDeviceModelCacheCount as cx, getMasterDeviceModelCacheChild as cy, type MasterDeviceManufacturer as cz, type MasterVehicleFuelType as d, toMasterVehicleMakePayload as d$, MasterDeviceQuerySchema as d0, type MasterDeviceQueryDTO as d1, DeviceSimLinkSchema as d2, type DeviceSimLinkDTO as d3, toMasterDevicePayload as d4, newMasterDevicePayload as d5, findMasterDevices as d6, createMasterDevice as d7, updateMasterDevice as d8, deleteMasterDevice as d9, newMasterVehicleSubModelPayload as dA, findMasterVehicleSubModels as dB, createMasterVehicleSubModel as dC, updateMasterVehicleSubModel as dD, deleteMasterVehicleSubModel as dE, getMasterVehicleSubModelCache as dF, getMasterVehicleSubModelCacheCount as dG, getMasterVehicleSubModelCacheChild as dH, type MasterVehicleModel as dI, MasterVehicleModelSchema as dJ, type MasterVehicleModelDTO as dK, MasterVehicleModelQuerySchema as dL, type MasterVehicleModelQueryDTO as dM, toMasterVehicleModelPayload as dN, newMasterVehicleModelPayload as dO, findMasterVehicleModels as dP, createMasterVehicleModel as dQ, updateMasterVehicleModel as dR, deleteMasterVehicleModel as dS, getMasterVehicleModelCache as dT, getMasterVehicleModelCacheCount as dU, getMasterVehicleModelCacheChild as dV, type MasterVehicleMake as dW, MasterVehicleMakeSchema as dX, type MasterVehicleMakeDTO as dY, MasterVehicleMakeQuerySchema as dZ, type MasterVehicleMakeQueryDTO as d_, device_sim_link as da, device_sim_unlink as db, get_device_sim_link_history_by_sim as dc, get_device_sim_link_history_by_device as dd, type OrganisationGroup as de, type VehicleOrganisationGroupLink as df, OrganisationGroupSchema as dg, type OrganisationGroupDTO as dh, OrganisationGroupQuerySchema as di, type OrganisationGroupQueryDTO as dj, toOrganisationGroupPayload as dk, newOrganisationGroupPayload as dl, findOrganisationGroups as dm, createOrganisationGroup as dn, updateOrganisationGroup as dp, deleteOrganisationGroup as dq, getOrganisationGroupCache as dr, getOrganisationGroupCacheCount as ds, getOrganisationGroupCacheChild as dt, type MasterVehicleSubModel as du, MasterVehicleSubModelSchema as dv, type MasterVehicleSubModelDTO as dw, MasterVehicleSubModelQuerySchema as dx, type MasterVehicleSubModelQueryDTO as dy, toMasterVehicleSubModelPayload as dz, type MasterVehicleFuelUnit as e, type MasterVehicleAssociatedTo as e$, newMasterVehicleMakePayload as e0, findMasterVehicleMakes as e1, createMasterVehicleMake as e2, updateMasterVehicleMake as e3, deleteMasterVehicleMake as e4, getMasterVehicleMakeCache as e5, getMasterVehicleMakeCacheCount as e6, getMasterVehicleMakeCacheChild as e7, type MasterVehicleStatusType as e8, MasterVehicleStatusTypeSchema as e9, type MasterVehicleType as eA, MasterVehicleTypeSchema as eB, type MasterVehicleTypeDTO as eC, MasterVehicleTypeQuerySchema as eD, type MasterVehicleTypeQueryDTO as eE, toMasterVehicleTypePayload as eF, newMasterVehicleTypePayload as eG, findMasterVehicleTypes as eH, createMasterVehicleType as eI, updateMasterVehicleType as eJ, deleteMasterVehicleType as eK, getMasterVehicleTypeCache as eL, getMasterVehicleTypeCacheCount as eM, getMasterVehicleTypeCacheChild as eN, MasterVehicleFuelTypeSchema as eO, type MasterVehicleFuelTypeDTO as eP, MasterVehicleFuelTypeQuerySchema as eQ, type MasterVehicleFuelTypeQueryDTO as eR, toMasterVehicleFuelTypePayload as eS, newMasterVehicleFuelTypePayload as eT, findMasterVehicleFuelTypes as eU, createMasterVehicleFuelType as eV, updateMasterVehicleFuelType as eW, deleteMasterVehicleFuelType as eX, getMasterVehicleFuelTypeCache as eY, getMasterVehicleFuelTypeCacheCount as eZ, getMasterVehicleFuelTypeCacheChild as e_, type MasterVehicleStatusTypeDTO as ea, MasterVehicleStatusTypeQuerySchema as eb, type MasterVehicleStatusTypeQueryDTO as ec, toMasterVehicleStatusTypePayload as ed, newMasterVehicleStatusTypePayload as ee, findMasterVehicleStatusTypes as ef, createMasterVehicleStatusType as eg, updateMasterVehicleStatusType as eh, deleteMasterVehicleStatusType as ei, getMasterVehicleStatusTypeCache as ej, getMasterVehicleStatusTypeCacheCount as ek, getMasterVehicleStatusTypeCacheChild as el, type MasterVehicleOwnershipType as em, MasterVehicleOwnershipTypeSchema as en, type MasterVehicleOwnershipTypeDTO as eo, MasterVehicleOwnershipTypeQuerySchema as ep, type MasterVehicleOwnershipTypeQueryDTO as eq, toMasterVehicleOwnershipTypePayload as er, newMasterVehicleOwnershipTypePayload as es, findMasterVehicleOwnershipTypes as et, createMasterVehicleOwnershipType as eu, updateMasterVehicleOwnershipType as ev, deleteMasterVehicleOwnershipType as ew, getMasterVehicleOwnershipTypeCache as ex, getMasterVehicleOwnershipTypeCacheCount as ey, getMasterVehicleOwnershipTypeCacheChild as ez, type MasterMainCountry as f, toVehicleDetailsBodyPayload as f$, MasterVehicleAssociatedToSchema as f0, type MasterVehicleAssociatedToDTO as f1, MasterVehicleAssociatedToQuerySchema as f2, type MasterVehicleAssociatedToQueryDTO as f3, toMasterVehicleAssociatedToPayload as f4, newMasterVehicleAssociatedToPayload as f5, findMasterVehicleAssociatedTos as f6, createMasterVehicleAssociatedTo as f7, updateMasterVehicleAssociatedTo as f8, deleteMasterVehicleAssociatedTo as f9, VehicleDeviceUnlinkSchema as fA, type VehicleDeviceUnlinkDTO as fB, VehicleDriverLinkSchema as fC, type VehicleDriverLinkDTO as fD, SimpleFindQuerySchema as fE, type SimpleFindQueryDTO as fF, VehicleDetailBodySchema as fG, type VehicleDetailBodyDTO as fH, VehicleDetailGPSMainSchema as fI, type VehicleDetailGPSMainDTO as fJ, VehicleDetailGPSDataSchema as fK, type VehicleDetailGPSDataDTO as fL, VehicleDetailGPSAnalyticsSchema as fM, type VehicleDetailGPSAnalyticsDTO as fN, VehicleDetailLifeCycleSchema as fO, type VehicleDetailLifeCycleDto as fP, VehicleDetailPurchaseSchema as fQ, type VehicleDetailPurchaseDTO as fR, VehicleDetailTripSchema as fS, type VehicleDetailTripDTO as fT, VehicleQuerySchema as fU, type VehicleQueryDTO as fV, VehicleGPSQuerySchema as fW, type VehicleGPSQueryDTO as fX, toVehiclePayload as fY, newVehiclePayload as fZ, toVehicleDetailsGPSPayload as f_, getMasterVehicleAssociatedToCache as fa, getMasterVehicleAssociatedToCacheCount as fb, getMasterVehicleAssociatedToCacheChild as fc, MasterVehicleFuelUnitSchema as fd, type MasterVehicleFuelUnitDTO as fe, MasterVehicleFuelUnitQuerySchema as ff, type MasterVehicleFuelUnitQueryDTO as fg, toMasterVehicleFuelUnitPayload as fh, newMasterVehicleFuelUnitPayload as fi, findMasterVehicleFuelUnits as fj, createMasterVehicleFuelUnit as fk, updateMasterVehicleFuelUnit as fl, deleteMasterVehicleFuelUnit as fm, getMasterVehicleFuelUnitCache as fn, getMasterVehicleFuelUnitCacheCount as fo, getMasterVehicleFuelUnitCacheChild as fp, type MasterVehicleDropdown as fq, type VehicleDetailBody as fr, type VehicleDetailLifeCycle as fs, type VehicleDetailPurchase as ft, type VehicleDetailGPS as fu, type VehicleDetailTrip as fv, VehicleSchema as fw, type VehicleDTO as fx, VehicleDeviceLinkSchema as fy, type VehicleDeviceLinkDTO as fz, type MasterMainState as g, updateMasterMainLanguage as g$, toVehicleDetailPurchasePayload as g0, toVehicleDetailLifeCyclePayload as g1, findVehicles as g2, findVehiclesLiveDashboard as g3, findVehicleGPSDetails as g4, createVehicle as g5, updateVehicle as g6, deleteVehicle as g7, updateVehicleBodyDetails as g8, updateVehicleLifeCycleDetails as g9, createMasterUserRole as gA, updateMasterUserRole as gB, deleteMasterUserRole as gC, getMasterUserRoleCache as gD, getMasterUserRoleCacheCount as gE, type MasterUserStatus as gF, MasterUserStatusSchema as gG, type MasterUserStatusDTO as gH, MasterUserStatusQuerySchema as gI, type MasterUserStatusQueryDTO as gJ, toMasterUserStatusPayload as gK, newMasterUserStatusPayload as gL, findMasterUserStatuses as gM, createMasterUserStatus as gN, updateMasterUserStatus as gO, deleteMasterUserStatus as gP, getMasterUserStatusCache as gQ, getMasterUserStatusCacheCount as gR, type MasterMainLanguage as gS, MasterMainLanguageSchema as gT, type MasterMainLanguageDTO as gU, MasterMainLanguageQuerySchema as gV, type MasterMainLanguageQueryDTO as gW, toMasterMainLanguagePayload as gX, newMasterMainLanguagePayload as gY, findMasterMainLanguages as gZ, createMasterMainLanguage as g_, updateVehiclePurchaseDetails as ga, updateVehicleGPSDetailsMain as gb, updateVehicleGPSDetailsData as gc, updateVehicleGPSDetailsAnalytics as gd, updateVehicleTripDetails as ge, linkDriverToVehicle as gf, unlinkDriverFromVehicle as gg, getDriverLinkHistoryByVehicle as gh, getDriverLinkHistoryByDriver as gi, linkDeviceToVehicle as gj, unlinkDeviceFromVehicle as gk, getDeviceLinkHistoryByVehicle as gl, getDeviceLinkHistoryByDevice as gm, getVehicleCache as gn, getVehicleSimpleCache as go, getVehicleSimpleDropdownCustom as gp, getVehicleSimpleDropdownCacheLiveData as gq, getVehicleParentCache as gr, type MasterUserRole as gs, MasterUserRoleSchema as gt, type MasterUserRoleDTO as gu, MasterUserRoleQuerySchema as gv, type MasterUserRoleQueryDTO as gw, toMasterUserRolePayload as gx, newMasterUserRolePayload as gy, findMasterUserRoles as gz, type MasterMainIndustry as h, deleteMasterMainLanguage as h0, getMasterMainLanguageCache as h1, type UserVehicleLink as h2, type UserLoginPush as h3, UserSchema as h4, type UserDTO as h5, UserLogoSchema as h6, type UserLogoDTO as h7, UserProfileSchema as h8, type UserProfileDTO as h9, type UserOrganisationDTO as hA, UserOrganisationLogoSchema as hB, type UserOrganisationLogoDTO as hC, UserOrganisationQuerySchema as hD, type UserOrganisationQueryDTO as hE, toUserOrganisationPayload as hF, toUserOrganisationLogoPayload as hG, newUserOrganisationPayload as hH, findUserOrganisation as hI, createUserOrganisation as hJ, updateUserOrganisation as hK, updateUserOrganisationLogo as hL, deleteUserOrganisation as hM, getUserOrganisationCache as hN, getUserOrganisationCacheSimple as hO, getUserOrganisation_presigned_url as hP, UserQuerySchema as ha, type UserQueryDTO as hb, UserDefaultLanguageSchema as hc, type UserDefaultLanguageDTO as hd, UserDefaultTimeZoneSchema as he, type UserDefaultTimeZoneDTO as hf, UserDefaultDateFormatSchema as hg, type UserDefaultDateFormatDTO as hh, newUserPayload as hi, toUserPayload as hj, toUserLogoPayload as hk, toUserProfilePayload as hl, findUser as hm, createUser as hn, updateUser as ho, updateUserLogo as hp, updateUserProfile as hq, deleteUser as hr, getUserCache as hs, getUserCacheSimple as ht, getUser_presigned_url as hu, updateUserDefaultLanguage as hv, updateUserDefaultTimezone as hw, updateUserDefaultDateformat as hx, type UserOrganisationSimple as hy, UserOrganisationSchema as hz, MasterMainIndustrySchema as i, type MasterMainIndustryDTO as j, MasterMainIndustryQuerySchema as k, type MasterMainIndustryQueryDTO as l, findMasterMainIndustrys as m, newMasterMainIndustryPayload as n, createMasterMainIndustry as o, deleteMasterMainIndustry as p, getMasterMainIndustryCache as q, type MasterMainCurrency as r, MasterMainCurrencySchema as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, type MasterMainCurrencyDTO as v, MasterMainCurrencyQuerySchema as w, type MasterMainCurrencyQueryDTO as x, toMasterMainCurrencyPayload as y, newMasterMainCurrencyPayload as z };
6402
+ export { createMasterMainState as $, findMasterMainCurrencies as A, createMasterMainCurrency as B, updateMasterMainCurrency as C, deleteMasterMainCurrency as D, getMasterMainCurrencyCache as E, type MasterMainTimeZone as F, MasterMainTimeZoneSchema as G, type MasterMainTimeZoneDTO as H, MasterMainTimeZoneQuerySchema as I, type MasterMainTimeZoneQueryDTO as J, toMasterMainTimeZonePayload as K, newMasterMainTimeZonePayload as L, type MasterVehicle as M, findMasterMainTimeZones as N, type OrganisationBranch as O, createMasterMainTimeZone as P, updateMasterMainTimeZone as Q, deleteMasterMainTimeZone as R, getMasterMainTimeZoneCache as S, MasterMainStateSchema as T, type UserOrganisation as U, type MasterMainStateDTO as V, MasterMainStateQuerySchema as W, type MasterMainStateQueryDTO as X, toMasterMainStatePayload as Y, newMasterMainStatePayload as Z, findMasterMainStates as _, type User as a, getOrganisationSubCompanyCacheCount as a$, updateMasterMainState as a0, deleteMasterMainState as a1, getMasterMainStateCache as a2, MasterMainCountrySchema as a3, type MasterMainCountryDTO as a4, MasterMainCountryQuerySchema as a5, type MasterMainCountryQueryDTO as a6, toMasterMainCountryPayload as a7, newMasterMainCountryPayload as a8, findMasterMainCountries as a9, updateMasterMainUnitMileage as aA, deleteMasterMainUnitMileage as aB, getMasterMainUnitMileageCache as aC, type MasterMainUnitVolume as aD, MasterMainUnitVolumeSchema as aE, type MasterMainUnitVolumeDTO as aF, MasterMainUnitVolumeQuerySchema as aG, type MasterMainUnitVolumeQueryDTO as aH, toMasterMainUnitVolumePayload as aI, newMasterMainUnitVolumePayload as aJ, findMasterMainUnitVolumes as aK, createMasterMainUnitVolume as aL, updateMasterMainUnitVolume as aM, deleteMasterMainUnitVolume as aN, getMasterMainUnitVolumeCache as aO, type OrganisationSubCompany as aP, OrganisationSubCompanySchema as aQ, type OrganisationSubCompanyDTO as aR, OrganisationSubCompanyQuerySchema as aS, type OrganisationSubCompanyQueryDTO as aT, toOrganisationSubCompanyPayload as aU, newOrganisationSubCompanyPayload as aV, findOrganisationSubCompanyies as aW, createOrganisationSubCompany as aX, updateOrganisationSubCompany as aY, deleteOrganisationSubCompany as aZ, getOrganisationSubCompanyCache as a_, createMasterMainCountry as aa, updateMasterMainCountry as ab, deleteMasterMainCountry as ac, getMasterMainCountryCache as ad, getMasterMainCountryCacheChild as ae, type MasterMainDateFormat as af, MasterMainDateFormatSchema as ag, type MasterMainDateFormatDTO as ah, MasterMainDateFormatQuerySchema as ai, type MasterMainDateFormatQueryDTO as aj, toMasterMainDateFormatPayload as ak, newMasterMainDateFormatPayload as al, findMasterMainDateFormats as am, createMasterMainDateFormat as an, updateMasterMainDateFormat as ao, deleteMasterMainDateFormat as ap, getMasterMainDateFormatCache as aq, type MasterMainUnitMileage as ar, MasterMainUnitMileageSchema as as, type MasterMainUnitMileageDTO as at, MasterMainUnitMileageQuerySchema as au, type MasterMainUnitMileageQueryDTO as av, toMasterMainUnitMileagePayload as aw, newMasterMainUnitMileagePayload as ax, findMasterMainUnitMileages as ay, createMasterMainUnitMileage as az, type MasterDriver as b, deleteMasterDriverLogo as b$, getOrganisationSubCompanyCacheChild as b0, OrganisationBranchSchema as b1, type OrganisationBranchDTO as b2, OrganisationBranchQuerySchema as b3, type OrganisationBranchQueryDTO as b4, toOrganisationBranchPayload as b5, newOrganisationBranchPayload as b6, findOrganisationBranchs as b7, createOrganisationBranch as b8, updateOrganisationBranch as b9, createOrganisationTag as bA, updateOrganisationTag as bB, deleteOrganisationTag as bC, getOrganisationTagCache as bD, getOrganisationTagCacheCount as bE, getOrganisationTagCacheChild as bF, type MasterDriverFile as bG, type AssignRemoveDriverHistory as bH, type DriverLoginPush as bI, MasterDriverFileSchema as bJ, type MasterDriverFileDTO as bK, MasterDriverSchema as bL, type MasterDriverDTO as bM, MasterDriverQuerySchema as bN, type MasterDriverQueryDTO as bO, MasterDriverLogoSchema as bP, type MasterDriverLogoDTO as bQ, MasterDriverProfileSchema as bR, type MasterDriverProfileDTO as bS, toDriverPayload as bT, toDriverProfilePayload as bU, newDriverPayload as bV, findMasterDriver as bW, createMasterDriver as bX, updateMasterDriver as bY, deleteMasterDriver as bZ, updateMasterDriverLogo as b_, deleteOrganisationBranch as ba, getOrganisationBranchCache as bb, getOrganisationBranchCacheCount as bc, getOrganisationBranchCacheChild as bd, type OrganisationColor as be, OrganisationColorSchema as bf, type OrganisationColorDTO as bg, OrganisationColorQuerySchema as bh, type OrganisationColorQueryDTO as bi, toOrganisationColorPayload as bj, newOrganisationColorPayload as bk, findOrganisationColors as bl, createOrganisationColor as bm, updateOrganisationColor as bn, deleteOrganisationColor as bo, getOrganisationColorCache as bp, getOrganisationColorCacheCount as bq, getOrganisationColorCacheChild as br, type OrganisationTag as bs, OrganisationTagSchema as bt, type OrganisationTagDTO as bu, OrganisationTagQuerySchema as bv, type OrganisationTagQueryDTO as bw, toOrganisationTagPayload as bx, newOrganisationTagPayload as by, findOrganisationTags as bz, type MasterDevice as c, type MasterDeviceDTO as c$, updateMasterDriverProfile as c0, getMasterDriverCache as c1, getMasterDriverCacheSimple as c2, get_master_driver_presigned_url as c3, get_master_driver_presigned_url_file as c4, create_file as c5, remove_file as c6, type MasterDeviceType as c7, MasterDeviceTypeSchema as c8, type MasterDeviceTypeDTO as c9, MasterDeviceManufacturerSchema as cA, type MasterDeviceManufacturerDTO as cB, MasterDeviceManufacturerQuerySchema as cC, type MasterDeviceManufacturerQueryDTO as cD, toMasterDeviceManufacturerPayload as cE, newMasterDeviceManufacturerPayload as cF, findMasterDeviceManufacturers as cG, createMasterDeviceManufacturer as cH, updateMasterDeviceManufacturer as cI, deleteMasterDeviceManufacturer as cJ, getMasterDeviceManufacturerCache as cK, getMasterDeviceManufacturerCacheCount as cL, getMasterDeviceManufacturerCacheChild as cM, type MasterSim as cN, type AssignRemoveSimHistory as cO, MasterSimSchema as cP, type MasterSimDTO as cQ, MasterSimQuerySchema as cR, type MasterSimQueryDTO as cS, toMasterSimPayload as cT, newMasterSimPayload as cU, findMasterSims as cV, createMasterSim as cW, updateMasterSim as cX, deleteMasterSim as cY, type AssignRemoveDeviceHistory as cZ, MasterDeviceSchema as c_, MasterDeviceTypeQuerySchema as ca, type MasterDeviceTypeQueryDTO as cb, toMasterDeviceTypePayload as cc, newMasterDeviceTypePayload as cd, findMasterDeviceTypes as ce, createMasterDeviceType as cf, updateMasterDeviceType as cg, deleteMasterDeviceType as ch, getMasterDeviceTypeCache as ci, getMasterDeviceTypeCacheCount as cj, getMasterDeviceTypeCacheChild as ck, type MasterDeviceModel as cl, MasterDeviceModelSchema as cm, type MasterDeviceModelDTO as cn, MasterDeviceModelQuerySchema as co, type MasterDeviceModelQueryDTO as cp, toMasterDeviceModelPayload as cq, newMasterDeviceModelPayload as cr, findMasterDeviceModels as cs, createMasterDeviceModel as ct, updateMasterDeviceModel as cu, deleteMasterDeviceModel as cv, getMasterDeviceModelCache as cw, getMasterDeviceModelCacheCount as cx, getMasterDeviceModelCacheChild as cy, type MasterDeviceManufacturer as cz, type MasterVehicleFuelType as d, toMasterVehicleMakePayload as d$, MasterDeviceQuerySchema as d0, type MasterDeviceQueryDTO as d1, DeviceSimLinkSchema as d2, type DeviceSimLinkDTO as d3, toMasterDevicePayload as d4, newMasterDevicePayload as d5, findMasterDevices as d6, createMasterDevice as d7, updateMasterDevice as d8, deleteMasterDevice as d9, newMasterVehicleSubModelPayload as dA, findMasterVehicleSubModels as dB, createMasterVehicleSubModel as dC, updateMasterVehicleSubModel as dD, deleteMasterVehicleSubModel as dE, getMasterVehicleSubModelCache as dF, getMasterVehicleSubModelCacheCount as dG, getMasterVehicleSubModelCacheChild as dH, type MasterVehicleModel as dI, MasterVehicleModelSchema as dJ, type MasterVehicleModelDTO as dK, MasterVehicleModelQuerySchema as dL, type MasterVehicleModelQueryDTO as dM, toMasterVehicleModelPayload as dN, newMasterVehicleModelPayload as dO, findMasterVehicleModels as dP, createMasterVehicleModel as dQ, updateMasterVehicleModel as dR, deleteMasterVehicleModel as dS, getMasterVehicleModelCache as dT, getMasterVehicleModelCacheCount as dU, getMasterVehicleModelCacheChild as dV, type MasterVehicleMake as dW, MasterVehicleMakeSchema as dX, type MasterVehicleMakeDTO as dY, MasterVehicleMakeQuerySchema as dZ, type MasterVehicleMakeQueryDTO as d_, device_sim_link as da, device_sim_unlink as db, get_device_sim_link_history_by_sim as dc, get_device_sim_link_history_by_device as dd, type OrganisationGroup as de, type VehicleOrganisationGroupLink as df, OrganisationGroupSchema as dg, type OrganisationGroupDTO as dh, OrganisationGroupQuerySchema as di, type OrganisationGroupQueryDTO as dj, toOrganisationGroupPayload as dk, newOrganisationGroupPayload as dl, findOrganisationGroups as dm, createOrganisationGroup as dn, updateOrganisationGroup as dp, deleteOrganisationGroup as dq, getOrganisationGroupCache as dr, getOrganisationGroupCacheCount as ds, getOrganisationGroupCacheChild as dt, type MasterVehicleSubModel as du, MasterVehicleSubModelSchema as dv, type MasterVehicleSubModelDTO as dw, MasterVehicleSubModelQuerySchema as dx, type MasterVehicleSubModelQueryDTO as dy, toMasterVehicleSubModelPayload as dz, type MasterVehicleFuelUnit as e, type MasterVehicleAssociatedTo as e$, newMasterVehicleMakePayload as e0, findMasterVehicleMakes as e1, createMasterVehicleMake as e2, updateMasterVehicleMake as e3, deleteMasterVehicleMake as e4, getMasterVehicleMakeCache as e5, getMasterVehicleMakeCacheCount as e6, getMasterVehicleMakeCacheChild as e7, type MasterVehicleStatusType as e8, MasterVehicleStatusTypeSchema as e9, type MasterVehicleType as eA, MasterVehicleTypeSchema as eB, type MasterVehicleTypeDTO as eC, MasterVehicleTypeQuerySchema as eD, type MasterVehicleTypeQueryDTO as eE, toMasterVehicleTypePayload as eF, newMasterVehicleTypePayload as eG, findMasterVehicleTypes as eH, createMasterVehicleType as eI, updateMasterVehicleType as eJ, deleteMasterVehicleType as eK, getMasterVehicleTypeCache as eL, getMasterVehicleTypeCacheCount as eM, getMasterVehicleTypeCacheChild as eN, MasterVehicleFuelTypeSchema as eO, type MasterVehicleFuelTypeDTO as eP, MasterVehicleFuelTypeQuerySchema as eQ, type MasterVehicleFuelTypeQueryDTO as eR, toMasterVehicleFuelTypePayload as eS, newMasterVehicleFuelTypePayload as eT, findMasterVehicleFuelTypes as eU, createMasterVehicleFuelType as eV, updateMasterVehicleFuelType as eW, deleteMasterVehicleFuelType as eX, getMasterVehicleFuelTypeCache as eY, getMasterVehicleFuelTypeCacheCount as eZ, getMasterVehicleFuelTypeCacheChild as e_, type MasterVehicleStatusTypeDTO as ea, MasterVehicleStatusTypeQuerySchema as eb, type MasterVehicleStatusTypeQueryDTO as ec, toMasterVehicleStatusTypePayload as ed, newMasterVehicleStatusTypePayload as ee, findMasterVehicleStatusTypes as ef, createMasterVehicleStatusType as eg, updateMasterVehicleStatusType as eh, deleteMasterVehicleStatusType as ei, getMasterVehicleStatusTypeCache as ej, getMasterVehicleStatusTypeCacheCount as ek, getMasterVehicleStatusTypeCacheChild as el, type MasterVehicleOwnershipType as em, MasterVehicleOwnershipTypeSchema as en, type MasterVehicleOwnershipTypeDTO as eo, MasterVehicleOwnershipTypeQuerySchema as ep, type MasterVehicleOwnershipTypeQueryDTO as eq, toMasterVehicleOwnershipTypePayload as er, newMasterVehicleOwnershipTypePayload as es, findMasterVehicleOwnershipTypes as et, createMasterVehicleOwnershipType as eu, updateMasterVehicleOwnershipType as ev, deleteMasterVehicleOwnershipType as ew, getMasterVehicleOwnershipTypeCache as ex, getMasterVehicleOwnershipTypeCacheCount as ey, getMasterVehicleOwnershipTypeCacheChild as ez, type MasterMainCountry as f, toVehicleDetailsBodyPayload as f$, MasterVehicleAssociatedToSchema as f0, type MasterVehicleAssociatedToDTO as f1, MasterVehicleAssociatedToQuerySchema as f2, type MasterVehicleAssociatedToQueryDTO as f3, toMasterVehicleAssociatedToPayload as f4, newMasterVehicleAssociatedToPayload as f5, findMasterVehicleAssociatedTos as f6, createMasterVehicleAssociatedTo as f7, updateMasterVehicleAssociatedTo as f8, deleteMasterVehicleAssociatedTo as f9, VehicleDeviceUnlinkSchema as fA, type VehicleDeviceUnlinkDTO as fB, VehicleDriverLinkSchema as fC, type VehicleDriverLinkDTO as fD, SimpleFindQuerySchema as fE, type SimpleFindQueryDTO as fF, VehicleDetailBodySchema as fG, type VehicleDetailBodyDTO as fH, VehicleDetailGPSMainSchema as fI, type VehicleDetailGPSMainDTO as fJ, VehicleDetailGPSDataSchema as fK, type VehicleDetailGPSDataDTO as fL, VehicleDetailGPSAnalyticsSchema as fM, type VehicleDetailGPSAnalyticsDTO as fN, VehicleDetailLifeCycleSchema as fO, type VehicleDetailLifeCycleDto as fP, VehicleDetailPurchaseSchema as fQ, type VehicleDetailPurchaseDTO as fR, VehicleDetailTripSchema as fS, type VehicleDetailTripDTO as fT, VehicleQuerySchema as fU, type VehicleQueryDTO as fV, VehicleGPSQuerySchema as fW, type VehicleGPSQueryDTO as fX, toVehiclePayload as fY, newVehiclePayload as fZ, toVehicleDetailsGPSPayload as f_, getMasterVehicleAssociatedToCache as fa, getMasterVehicleAssociatedToCacheCount as fb, getMasterVehicleAssociatedToCacheChild as fc, MasterVehicleFuelUnitSchema as fd, type MasterVehicleFuelUnitDTO as fe, MasterVehicleFuelUnitQuerySchema as ff, type MasterVehicleFuelUnitQueryDTO as fg, toMasterVehicleFuelUnitPayload as fh, newMasterVehicleFuelUnitPayload as fi, findMasterVehicleFuelUnits as fj, createMasterVehicleFuelUnit as fk, updateMasterVehicleFuelUnit as fl, deleteMasterVehicleFuelUnit as fm, getMasterVehicleFuelUnitCache as fn, getMasterVehicleFuelUnitCacheCount as fo, getMasterVehicleFuelUnitCacheChild as fp, type MasterVehicleDropdown as fq, type VehicleDetailBody as fr, type VehicleDetailLifeCycle as fs, type VehicleDetailPurchase as ft, type VehicleDetailGPS as fu, type VehicleDetailTrip as fv, VehicleSchema as fw, type VehicleDTO as fx, VehicleDeviceLinkSchema as fy, type VehicleDeviceLinkDTO as fz, type MasterMainState as g, updateMasterMainLanguage as g$, toVehicleDetailPurchasePayload as g0, toVehicleDetailLifeCyclePayload as g1, findVehicles as g2, findVehiclesLiveDashboard as g3, findVehicleGPSDetails as g4, createVehicle as g5, updateVehicle as g6, deleteVehicle as g7, updateVehicleBodyDetails as g8, updateVehicleLifeCycleDetails as g9, createMasterUserRole as gA, updateMasterUserRole as gB, deleteMasterUserRole as gC, getMasterUserRoleCache as gD, getMasterUserRoleCacheCount as gE, type MasterUserStatus as gF, MasterUserStatusSchema as gG, type MasterUserStatusDTO as gH, MasterUserStatusQuerySchema as gI, type MasterUserStatusQueryDTO as gJ, toMasterUserStatusPayload as gK, newMasterUserStatusPayload as gL, findMasterUserStatuses as gM, createMasterUserStatus as gN, updateMasterUserStatus as gO, deleteMasterUserStatus as gP, getMasterUserStatusCache as gQ, getMasterUserStatusCacheCount as gR, type MasterMainLanguage as gS, MasterMainLanguageSchema as gT, type MasterMainLanguageDTO as gU, MasterMainLanguageQuerySchema as gV, type MasterMainLanguageQueryDTO as gW, toMasterMainLanguagePayload as gX, newMasterMainLanguagePayload as gY, findMasterMainLanguages as gZ, createMasterMainLanguage as g_, updateVehiclePurchaseDetails as ga, updateVehicleGPSDetailsMain as gb, updateVehicleGPSDetailsData as gc, updateVehicleGPSDetailsAnalytics as gd, updateVehicleTripDetails as ge, linkDriverToVehicle as gf, unlinkDriverFromVehicle as gg, getDriverLinkHistoryByVehicle as gh, getDriverLinkHistoryByDriver as gi, linkDeviceToVehicle as gj, unlinkDeviceFromVehicle as gk, getDeviceLinkHistoryByVehicle as gl, getDeviceLinkHistoryByDevice as gm, getVehicleCache as gn, getVehicleSimpleCache as go, getVehicleSimpleDropdownCustom as gp, getVehicleSimpleDropdownCacheLiveData as gq, getVehicleParentCache as gr, type MasterUserRole as gs, MasterUserRoleSchema as gt, type MasterUserRoleDTO as gu, MasterUserRoleQuerySchema as gv, type MasterUserRoleQueryDTO as gw, toMasterUserRolePayload as gx, newMasterUserRolePayload as gy, findMasterUserRoles as gz, type MasterMainIndustry as h, deleteMasterMainLanguage as h0, getMasterMainLanguageCache as h1, type UserVehicleLink as h2, type UserLoginPush as h3, UserSchema as h4, type UserDTO as h5, UserQuerySchema as h6, type UserQueryDTO as h7, UserLogoSchema as h8, type UserLogoDTO as h9, type UserOrganisationDTO as hA, UserOrganisationQuerySchema as hB, type UserOrganisationQueryDTO as hC, UserOrganisationLogoSchema as hD, type UserOrganisationLogoDTO as hE, toUserOrganisationPayload as hF, newUserOrganisationPayload as hG, findUserOrganisation as hH, createUserOrganisation as hI, updateUserOrganisation as hJ, deleteUserOrganisation as hK, updateUserOrganisationLogo as hL, deleteUserOrganisationLogo as hM, get_user_organisation_presigned_url as hN, getUserOrganisationCache as hO, getUserOrganisationCacheSimple as hP, UserProfileSchema as ha, type UserProfileDTO as hb, UserDefaultLanguageSchema as hc, type UserDefaultLanguageDTO as hd, UserDefaultTimeZoneSchema as he, type UserDefaultTimeZoneDTO as hf, UserDefaultDateFormatSchema as hg, type UserDefaultDateFormatDTO as hh, newUserPayload as hi, toUserPayload as hj, toUserProfilePayload as hk, findUser as hl, createUser as hm, updateUser as hn, deleteUser as ho, updateUserLogo as hp, deleteUserLogo as hq, updateUserProfile as hr, getUserCache as hs, getUserCacheSimple as ht, get_user_presigned_url as hu, updateUserDefaultLanguage as hv, updateUserDefaultTimezone as hw, updateUserDefaultDateformat as hx, type UserOrganisationSimple as hy, UserOrganisationSchema as hz, MasterMainIndustrySchema as i, type MasterMainIndustryDTO as j, MasterMainIndustryQuerySchema as k, type MasterMainIndustryQueryDTO as l, findMasterMainIndustrys as m, newMasterMainIndustryPayload as n, createMasterMainIndustry as o, deleteMasterMainIndustry as p, getMasterMainIndustryCache as q, type MasterMainCurrency as r, MasterMainCurrencySchema as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, type MasterMainCurrencyDTO as v, MasterMainCurrencyQuerySchema as w, type MasterMainCurrencyQueryDTO as x, toMasterMainCurrencyPayload as y, newMasterMainCurrencyPayload as z };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-nest-prisma-api-document",
3
- "version": "194.0.0",
3
+ "version": "196.0.0",
4
4
  "description": "Reusable API SDK built with NestJS, Prisma, Axios, and Zod for VMS frontends.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",