vms-nest-prisma-api-document 185.0.0 → 190.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
- package/dist/services/account/bookmark_service.d.ts +1 -1
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +6 -338
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +4 -4
- package/dist/services/fleet/bus_mangement/calender.d.ts +7 -7
- package/dist/services/fleet/bus_mangement/master_route.d.ts +41 -41
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.d.ts +17 -17
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +17 -17
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +32 -32
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +46 -46
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.js +131 -5
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_admin_service.d.ts +408 -3
- package/dist/services/main/users/user_admin_service.js +52 -8
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_organisation_service.js +20 -3
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/users/user_service.js +49 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/master/bus/master_class_service.d.ts +1 -1
- package/dist/services/master/bus/master_program_service.d.ts +1 -1
- package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
- package/dist/services/master/bus/master_section_service.d.ts +1 -1
- package/dist/services/master/bus/master_semester_service.d.ts +1 -1
- package/dist/services/master/bus/master_stream_service.d.ts +1 -1
- package/dist/services/master/bus/master_year_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +5 -5
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +9 -9
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +5 -5
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/services/website/contact_us_detail_service.d.ts +1 -1
- package/dist/services/website/faq_service.d.ts +1 -1
- package/dist/{user_organisation_service-CjwE5uAi.d.ts → user_organisation_service-D0LL8hds.d.ts} +309 -4
- package/package.json +1 -1
package/dist/{user_organisation_service-CjwE5uAi.d.ts → user_organisation_service-D0LL8hds.d.ts}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, LoginFrom, SimStatus, BillingStatus, DeviceStatus, GPSSource, LifeExpiry, PurchaseVehicleType, PurchaseType, FleetSize } from './core/Enums.js';
|
|
2
|
-
import { FBR, SBR, BR } from './core/BaseResponse.js';
|
|
1
|
+
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, LoginFrom, FileType, SimStatus, BillingStatus, DeviceStatus, GPSSource, LifeExpiry, PurchaseVehicleType, PurchaseType, FleetSize } from './core/Enums.js';
|
|
2
|
+
import { FBR, SBR, BaseCommonFile, BR, AWSPresignedUrl } from './core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { BaseQueryDTO } from './zod_utils/zod_base_schema.js';
|
|
4
|
+
import { FilePresignedUrlDTO, BaseQueryDTO } from './zod_utils/zod_base_schema.js';
|
|
5
5
|
import { MasterMainSimProvider } from './services/master/main/master_main_sim_provider_service.js';
|
|
6
6
|
|
|
7
7
|
interface MasterMainIndustry extends Record<string, unknown> {
|
|
@@ -1520,11 +1520,18 @@ interface MasterDriver extends Record<string, unknown> {
|
|
|
1520
1520
|
OrganisationTag?: OrganisationTag;
|
|
1521
1521
|
Dummy_MasterVehicle?: MasterVehicle[];
|
|
1522
1522
|
DriverLoginPush?: DriverLoginPush[];
|
|
1523
|
+
MasterDriverFile?: MasterDriverFile[];
|
|
1523
1524
|
_count?: {
|
|
1524
1525
|
AssignRemoveDriverHistory: number;
|
|
1525
1526
|
DriverLoginPush: number;
|
|
1527
|
+
MasterDriverFile: number;
|
|
1526
1528
|
};
|
|
1527
1529
|
}
|
|
1530
|
+
interface MasterDriverFile extends BaseCommonFile {
|
|
1531
|
+
driver_file_id: string;
|
|
1532
|
+
driver_id: string;
|
|
1533
|
+
organisation_id: string;
|
|
1534
|
+
}
|
|
1528
1535
|
interface AssignRemoveDriverHistory extends Record<string, unknown> {
|
|
1529
1536
|
history_id: string;
|
|
1530
1537
|
assign_date?: string;
|
|
@@ -1558,6 +1565,45 @@ interface DriverLoginPush extends Record<string, unknown> {
|
|
|
1558
1565
|
driver_id: string;
|
|
1559
1566
|
MasterDriver?: MasterDriver;
|
|
1560
1567
|
}
|
|
1568
|
+
declare const MasterDriverFileSchema: z.ZodObject<{
|
|
1569
|
+
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
1570
|
+
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
1571
|
+
file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1572
|
+
file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1573
|
+
file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1574
|
+
file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1575
|
+
file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
1576
|
+
file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
1577
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1578
|
+
} & {
|
|
1579
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1580
|
+
driver_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1581
|
+
}, "strip", z.ZodTypeAny, {
|
|
1582
|
+
status: Status;
|
|
1583
|
+
organisation_id: string;
|
|
1584
|
+
usage_type: string;
|
|
1585
|
+
file_type: FileType;
|
|
1586
|
+
file_url: string;
|
|
1587
|
+
file_key: string;
|
|
1588
|
+
file_name: string;
|
|
1589
|
+
file_description: string;
|
|
1590
|
+
file_size: number;
|
|
1591
|
+
file_metadata: Record<string, any>;
|
|
1592
|
+
driver_id: string;
|
|
1593
|
+
}, {
|
|
1594
|
+
status: Status;
|
|
1595
|
+
organisation_id: string;
|
|
1596
|
+
usage_type: string;
|
|
1597
|
+
file_type: FileType;
|
|
1598
|
+
driver_id: string;
|
|
1599
|
+
file_url?: string | undefined;
|
|
1600
|
+
file_key?: string | undefined;
|
|
1601
|
+
file_name?: string | undefined;
|
|
1602
|
+
file_description?: string | undefined;
|
|
1603
|
+
file_size?: unknown;
|
|
1604
|
+
file_metadata?: Record<string, any> | undefined;
|
|
1605
|
+
}>;
|
|
1606
|
+
type MasterDriverFileDTO = z.infer<typeof MasterDriverFileSchema>;
|
|
1561
1607
|
declare const MasterDriverSchema: z.ZodObject<{
|
|
1562
1608
|
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1563
1609
|
organisation_sub_company_id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -1579,6 +1625,44 @@ declare const MasterDriverSchema: z.ZodObject<{
|
|
|
1579
1625
|
driver_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1580
1626
|
driver_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1581
1627
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1628
|
+
MasterDriverFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1629
|
+
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
1630
|
+
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
1631
|
+
file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1632
|
+
file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1633
|
+
file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1634
|
+
file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1635
|
+
file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
1636
|
+
file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
1637
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1638
|
+
} & {
|
|
1639
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1640
|
+
driver_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1641
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1642
|
+
status: Status;
|
|
1643
|
+
organisation_id: string;
|
|
1644
|
+
usage_type: string;
|
|
1645
|
+
file_type: FileType;
|
|
1646
|
+
file_url: string;
|
|
1647
|
+
file_key: string;
|
|
1648
|
+
file_name: string;
|
|
1649
|
+
file_description: string;
|
|
1650
|
+
file_size: number;
|
|
1651
|
+
file_metadata: Record<string, any>;
|
|
1652
|
+
driver_id: string;
|
|
1653
|
+
}, {
|
|
1654
|
+
status: Status;
|
|
1655
|
+
organisation_id: string;
|
|
1656
|
+
usage_type: string;
|
|
1657
|
+
file_type: FileType;
|
|
1658
|
+
driver_id: string;
|
|
1659
|
+
file_url?: string | undefined;
|
|
1660
|
+
file_key?: string | undefined;
|
|
1661
|
+
file_name?: string | undefined;
|
|
1662
|
+
file_description?: string | undefined;
|
|
1663
|
+
file_size?: unknown;
|
|
1664
|
+
file_metadata?: Record<string, any> | undefined;
|
|
1665
|
+
}>, "many">>>;
|
|
1582
1666
|
}, "strip", z.ZodTypeAny, {
|
|
1583
1667
|
status: Status;
|
|
1584
1668
|
organisation_id: string;
|
|
@@ -1600,6 +1684,19 @@ declare const MasterDriverSchema: z.ZodObject<{
|
|
|
1600
1684
|
driver_image_url: string;
|
|
1601
1685
|
driver_image_key: string;
|
|
1602
1686
|
driver_image_name: string;
|
|
1687
|
+
MasterDriverFileSchema: {
|
|
1688
|
+
status: Status;
|
|
1689
|
+
organisation_id: string;
|
|
1690
|
+
usage_type: string;
|
|
1691
|
+
file_type: FileType;
|
|
1692
|
+
file_url: string;
|
|
1693
|
+
file_key: string;
|
|
1694
|
+
file_name: string;
|
|
1695
|
+
file_description: string;
|
|
1696
|
+
file_size: number;
|
|
1697
|
+
file_metadata: Record<string, any>;
|
|
1698
|
+
driver_id: string;
|
|
1699
|
+
}[];
|
|
1603
1700
|
}, {
|
|
1604
1701
|
status: Status;
|
|
1605
1702
|
organisation_id: string;
|
|
@@ -1621,8 +1718,140 @@ declare const MasterDriverSchema: z.ZodObject<{
|
|
|
1621
1718
|
driver_image_url?: string | undefined;
|
|
1622
1719
|
driver_image_key?: string | undefined;
|
|
1623
1720
|
driver_image_name?: string | undefined;
|
|
1721
|
+
MasterDriverFileSchema?: {
|
|
1722
|
+
status: Status;
|
|
1723
|
+
organisation_id: string;
|
|
1724
|
+
usage_type: string;
|
|
1725
|
+
file_type: FileType;
|
|
1726
|
+
driver_id: string;
|
|
1727
|
+
file_url?: string | undefined;
|
|
1728
|
+
file_key?: string | undefined;
|
|
1729
|
+
file_name?: string | undefined;
|
|
1730
|
+
file_description?: string | undefined;
|
|
1731
|
+
file_size?: unknown;
|
|
1732
|
+
file_metadata?: Record<string, any> | undefined;
|
|
1733
|
+
}[] | undefined;
|
|
1624
1734
|
}>;
|
|
1625
1735
|
type MasterDriverDTO = z.infer<typeof MasterDriverSchema>;
|
|
1736
|
+
declare const MasterDriverLogoSchema: z.ZodObject<{
|
|
1737
|
+
driver_image_url: z.ZodEffects<z.ZodString, string, string>;
|
|
1738
|
+
driver_image_key: z.ZodEffects<z.ZodString, string, string>;
|
|
1739
|
+
driver_image_name: z.ZodEffects<z.ZodString, string, string>;
|
|
1740
|
+
}, "strip", z.ZodTypeAny, {
|
|
1741
|
+
driver_image_url: string;
|
|
1742
|
+
driver_image_key: string;
|
|
1743
|
+
driver_image_name: string;
|
|
1744
|
+
}, {
|
|
1745
|
+
driver_image_url: string;
|
|
1746
|
+
driver_image_key: string;
|
|
1747
|
+
driver_image_name: string;
|
|
1748
|
+
}>;
|
|
1749
|
+
type MasterDriverLogoDTO = z.infer<typeof MasterDriverLogoSchema>;
|
|
1750
|
+
declare const MasterDriverProfileSchema: z.ZodObject<{
|
|
1751
|
+
driver_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1752
|
+
driver_first_name: z.ZodEffects<z.ZodString, string, string>;
|
|
1753
|
+
driver_last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1754
|
+
driver_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1755
|
+
driver_email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1756
|
+
driver_license: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1757
|
+
driver_pan: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1758
|
+
driver_aadhaar: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1759
|
+
driver_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1760
|
+
driver_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1761
|
+
driver_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1762
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1763
|
+
MasterDriverFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1764
|
+
usage_type: z.ZodEffects<z.ZodString, string, string>;
|
|
1765
|
+
file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
|
|
1766
|
+
file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1767
|
+
file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1768
|
+
file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1769
|
+
file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1770
|
+
file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
1771
|
+
file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
1772
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
1773
|
+
} & {
|
|
1774
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1775
|
+
driver_id: z.ZodEffects<z.ZodString, string, string>;
|
|
1776
|
+
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
1777
|
+
status: Status;
|
|
1778
|
+
organisation_id: string;
|
|
1779
|
+
usage_type: string;
|
|
1780
|
+
file_type: FileType;
|
|
1781
|
+
file_url: string;
|
|
1782
|
+
file_key: string;
|
|
1783
|
+
file_name: string;
|
|
1784
|
+
file_description: string;
|
|
1785
|
+
file_size: number;
|
|
1786
|
+
file_metadata: Record<string, any>;
|
|
1787
|
+
driver_id: string;
|
|
1788
|
+
}, {
|
|
1789
|
+
status: Status;
|
|
1790
|
+
organisation_id: string;
|
|
1791
|
+
usage_type: string;
|
|
1792
|
+
file_type: FileType;
|
|
1793
|
+
driver_id: string;
|
|
1794
|
+
file_url?: string | undefined;
|
|
1795
|
+
file_key?: string | undefined;
|
|
1796
|
+
file_name?: string | undefined;
|
|
1797
|
+
file_description?: string | undefined;
|
|
1798
|
+
file_size?: unknown;
|
|
1799
|
+
file_metadata?: Record<string, any> | undefined;
|
|
1800
|
+
}>, "many">>>;
|
|
1801
|
+
}, "strip", z.ZodTypeAny, {
|
|
1802
|
+
status: Status;
|
|
1803
|
+
driver_code: string;
|
|
1804
|
+
driver_first_name: string;
|
|
1805
|
+
driver_last_name: string;
|
|
1806
|
+
driver_mobile: string;
|
|
1807
|
+
driver_email: string;
|
|
1808
|
+
driver_license: string;
|
|
1809
|
+
driver_pan: string;
|
|
1810
|
+
driver_aadhaar: string;
|
|
1811
|
+
driver_image_url: string;
|
|
1812
|
+
driver_image_key: string;
|
|
1813
|
+
driver_image_name: string;
|
|
1814
|
+
MasterDriverFileSchema: {
|
|
1815
|
+
status: Status;
|
|
1816
|
+
organisation_id: string;
|
|
1817
|
+
usage_type: string;
|
|
1818
|
+
file_type: FileType;
|
|
1819
|
+
file_url: string;
|
|
1820
|
+
file_key: string;
|
|
1821
|
+
file_name: string;
|
|
1822
|
+
file_description: string;
|
|
1823
|
+
file_size: number;
|
|
1824
|
+
file_metadata: Record<string, any>;
|
|
1825
|
+
driver_id: string;
|
|
1826
|
+
}[];
|
|
1827
|
+
}, {
|
|
1828
|
+
status: Status;
|
|
1829
|
+
driver_first_name: string;
|
|
1830
|
+
driver_code?: string | undefined;
|
|
1831
|
+
driver_last_name?: string | undefined;
|
|
1832
|
+
driver_mobile?: string | undefined;
|
|
1833
|
+
driver_email?: string | undefined;
|
|
1834
|
+
driver_license?: string | undefined;
|
|
1835
|
+
driver_pan?: string | undefined;
|
|
1836
|
+
driver_aadhaar?: string | undefined;
|
|
1837
|
+
driver_image_url?: string | undefined;
|
|
1838
|
+
driver_image_key?: string | undefined;
|
|
1839
|
+
driver_image_name?: string | undefined;
|
|
1840
|
+
MasterDriverFileSchema?: {
|
|
1841
|
+
status: Status;
|
|
1842
|
+
organisation_id: string;
|
|
1843
|
+
usage_type: string;
|
|
1844
|
+
file_type: FileType;
|
|
1845
|
+
driver_id: string;
|
|
1846
|
+
file_url?: string | undefined;
|
|
1847
|
+
file_key?: string | undefined;
|
|
1848
|
+
file_name?: string | undefined;
|
|
1849
|
+
file_description?: string | undefined;
|
|
1850
|
+
file_size?: unknown;
|
|
1851
|
+
file_metadata?: Record<string, any> | undefined;
|
|
1852
|
+
}[] | undefined;
|
|
1853
|
+
}>;
|
|
1854
|
+
type MasterDriverProfileDTO = z.infer<typeof MasterDriverProfileSchema>;
|
|
1626
1855
|
declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
1627
1856
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
1628
1857
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
@@ -1731,14 +1960,21 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
|
|
|
1731
1960
|
}>;
|
|
1732
1961
|
type MasterDriverQueryDTO = z.infer<typeof MasterDriverQuerySchema>;
|
|
1733
1962
|
declare const toDriverPayload: (driver?: MasterDriver) => MasterDriverDTO;
|
|
1963
|
+
declare const toDriverLogoPayload: (driver?: MasterDriver) => MasterDriverLogoDTO;
|
|
1964
|
+
declare const toDriverProfilePayload: (driver?: MasterDriver) => MasterDriverProfileDTO;
|
|
1734
1965
|
declare const newDriverPayload: () => MasterDriverDTO;
|
|
1735
1966
|
declare const findMasterDriver: (data: MasterDriverQueryDTO) => Promise<FBR<MasterDriver[]>>;
|
|
1736
1967
|
declare const createMasterDriver: (data: MasterDriverDTO) => Promise<SBR>;
|
|
1737
1968
|
declare const updateMasterDriver: (id: string, data: MasterDriverDTO) => Promise<SBR>;
|
|
1969
|
+
declare const updateMasterDriverLogo: (id: string, data: MasterDriverLogoDTO) => Promise<SBR>;
|
|
1970
|
+
declare const updateMasterDriverProfile: (id: string, data: MasterDriverProfileDTO) => Promise<SBR>;
|
|
1738
1971
|
declare const deleteMasterDriver: (id: string) => Promise<SBR>;
|
|
1739
1972
|
declare const getMasterDriverCache: (organisation_id: string) => Promise<FBR<MasterDriver[]>>;
|
|
1740
1973
|
declare const getMasterDriverCacheSimple: (organisation_id: string) => Promise<FBR<MasterDriver[]>>;
|
|
1741
1974
|
declare const getMasterDriver_presigned_url: (fileName: string) => Promise<SBR>;
|
|
1975
|
+
declare const get_master_driver_presigned_url_file: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
|
|
1976
|
+
declare const create_file: (data: MasterDriverFileDTO) => Promise<SBR>;
|
|
1977
|
+
declare const remove_file: (id: string) => Promise<SBR>;
|
|
1742
1978
|
|
|
1743
1979
|
interface MasterDeviceType extends Record<string, unknown> {
|
|
1744
1980
|
device_type_id: string;
|
|
@@ -5624,6 +5860,55 @@ declare const UserSchema: z.ZodObject<{
|
|
|
5624
5860
|
user_image_name?: string | undefined;
|
|
5625
5861
|
}>;
|
|
5626
5862
|
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>;
|
|
5627
5912
|
declare const UserQuerySchema: z.ZodObject<{
|
|
5628
5913
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5629
5914
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
@@ -5757,9 +6042,13 @@ declare const UserDefaultDateFormatSchema: z.ZodObject<{
|
|
|
5757
6042
|
type UserDefaultDateFormatDTO = z.infer<typeof UserDefaultDateFormatSchema>;
|
|
5758
6043
|
declare const newUserPayload: () => UserDTO;
|
|
5759
6044
|
declare const toUserPayload: (data: User) => UserDTO;
|
|
6045
|
+
declare const toUserLogoPayload: (data: User) => UserLogoDTO;
|
|
6046
|
+
declare const toUserProfilePayload: (data: User) => UserProfileDTO;
|
|
5760
6047
|
declare const findUser: (data: UserQueryDTO) => Promise<FBR<User[]>>;
|
|
5761
6048
|
declare const createUser: (data: UserDTO) => Promise<SBR>;
|
|
5762
6049
|
declare const updateUser: (id: string, data: UserDTO) => Promise<SBR>;
|
|
6050
|
+
declare const updateUserLogo: (id: string, data: UserLogoDTO) => Promise<SBR>;
|
|
6051
|
+
declare const updateUserProfile: (id: string, data: UserProfileDTO) => Promise<SBR>;
|
|
5763
6052
|
declare const deleteUser: (id: string) => Promise<SBR>;
|
|
5764
6053
|
declare const getUserCache: (organisation_id: string) => Promise<FBR<User[]>>;
|
|
5765
6054
|
declare const getUserCacheSimple: (organisation_id: string) => Promise<FBR<User[]>>;
|
|
@@ -5989,6 +6278,20 @@ declare const UserOrganisationSchema: z.ZodObject<{
|
|
|
5989
6278
|
country?: string | undefined;
|
|
5990
6279
|
}>;
|
|
5991
6280
|
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>;
|
|
5992
6295
|
declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
5993
6296
|
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
5994
6297
|
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
@@ -6094,13 +6397,15 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
|
|
|
6094
6397
|
}>;
|
|
6095
6398
|
type UserOrganisationQueryDTO = z.infer<typeof UserOrganisationQuerySchema>;
|
|
6096
6399
|
declare const toUserOrganisationPayload: (organisation: UserOrganisation) => UserOrganisationDTO;
|
|
6400
|
+
declare const toUserOrganisationLogoPayload: (organisation: UserOrganisation) => UserOrganisationLogoDTO;
|
|
6097
6401
|
declare const newUserOrganisationPayload: () => UserOrganisationDTO;
|
|
6098
6402
|
declare const findUserOrganisation: (data: UserOrganisationQueryDTO) => Promise<FBR<UserOrganisation[]>>;
|
|
6099
6403
|
declare const createUserOrganisation: (data: UserOrganisationDTO) => Promise<SBR>;
|
|
6100
6404
|
declare const updateUserOrganisation: (id: string, data: UserOrganisationDTO) => Promise<SBR>;
|
|
6405
|
+
declare const updateUserOrganisationLogo: (id: string, data: UserOrganisationLogoDTO) => Promise<SBR>;
|
|
6101
6406
|
declare const deleteUserOrganisation: (id: string) => Promise<SBR>;
|
|
6102
6407
|
declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
|
|
6103
6408
|
declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
|
|
6104
6409
|
declare const getUserOrganisation_presigned_url: (file_name: string) => Promise<SBR>;
|
|
6105
6410
|
|
|
6106
|
-
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, newMasterDeviceTypePayload 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 AssignRemoveDriverHistory as bG, type DriverLoginPush as bH, MasterDriverSchema as bI, type MasterDriverDTO as bJ, MasterDriverQuerySchema as bK, type MasterDriverQueryDTO as bL, toDriverPayload as bM, newDriverPayload as bN, findMasterDriver as bO, createMasterDriver as bP, updateMasterDriver as bQ, deleteMasterDriver as bR, getMasterDriverCache as bS, getMasterDriverCacheSimple as bT, getMasterDriver_presigned_url as bU, type MasterDeviceType as bV, MasterDeviceTypeSchema as bW, type MasterDeviceTypeDTO as bX, MasterDeviceTypeQuerySchema as bY, type MasterDeviceTypeQueryDTO as bZ, toMasterDeviceTypePayload 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, get_device_sim_link_history_by_device as c$, findMasterDeviceTypes as c0, createMasterDeviceType as c1, updateMasterDeviceType as c2, deleteMasterDeviceType as c3, getMasterDeviceTypeCache as c4, getMasterDeviceTypeCacheCount as c5, getMasterDeviceTypeCacheChild as c6, type MasterDeviceModel as c7, MasterDeviceModelSchema as c8, type MasterDeviceModelDTO as c9, type AssignRemoveSimHistory as cA, MasterSimSchema as cB, type MasterSimDTO as cC, MasterSimQuerySchema as cD, type MasterSimQueryDTO as cE, toMasterSimPayload as cF, newMasterSimPayload as cG, findMasterSims as cH, createMasterSim as cI, updateMasterSim as cJ, deleteMasterSim as cK, type AssignRemoveDeviceHistory as cL, MasterDeviceSchema as cM, type MasterDeviceDTO as cN, MasterDeviceQuerySchema as cO, type MasterDeviceQueryDTO as cP, DeviceSimLinkSchema as cQ, type DeviceSimLinkDTO as cR, toMasterDevicePayload as cS, newMasterDevicePayload as cT, findMasterDevices as cU, createMasterDevice as cV, updateMasterDevice as cW, deleteMasterDevice as cX, device_sim_link as cY, device_sim_unlink as cZ, get_device_sim_link_history_by_sim as c_, MasterDeviceModelQuerySchema as ca, type MasterDeviceModelQueryDTO as cb, toMasterDeviceModelPayload as cc, newMasterDeviceModelPayload as cd, findMasterDeviceModels as ce, createMasterDeviceModel as cf, updateMasterDeviceModel as cg, deleteMasterDeviceModel as ch, getMasterDeviceModelCache as ci, getMasterDeviceModelCacheCount as cj, getMasterDeviceModelCacheChild as ck, type MasterDeviceManufacturer as cl, MasterDeviceManufacturerSchema as cm, type MasterDeviceManufacturerDTO as cn, MasterDeviceManufacturerQuerySchema as co, type MasterDeviceManufacturerQueryDTO as cp, toMasterDeviceManufacturerPayload as cq, newMasterDeviceManufacturerPayload as cr, findMasterDeviceManufacturers as cs, createMasterDeviceManufacturer as ct, updateMasterDeviceManufacturer as cu, deleteMasterDeviceManufacturer as cv, getMasterDeviceManufacturerCache as cw, getMasterDeviceManufacturerCacheCount as cx, getMasterDeviceManufacturerCacheChild as cy, type MasterSim as cz, type MasterVehicleFuelType as d, toMasterVehicleStatusTypePayload as d$, type OrganisationGroup as d0, type VehicleOrganisationGroupLink as d1, OrganisationGroupSchema as d2, type OrganisationGroupDTO as d3, OrganisationGroupQuerySchema as d4, type OrganisationGroupQueryDTO as d5, toOrganisationGroupPayload as d6, newOrganisationGroupPayload as d7, findOrganisationGroups as d8, createOrganisationGroup as d9, newMasterVehicleModelPayload as dA, findMasterVehicleModels as dB, createMasterVehicleModel as dC, updateMasterVehicleModel as dD, deleteMasterVehicleModel as dE, getMasterVehicleModelCache as dF, getMasterVehicleModelCacheCount as dG, getMasterVehicleModelCacheChild as dH, type MasterVehicleMake as dI, MasterVehicleMakeSchema as dJ, type MasterVehicleMakeDTO as dK, MasterVehicleMakeQuerySchema as dL, type MasterVehicleMakeQueryDTO as dM, toMasterVehicleMakePayload as dN, newMasterVehicleMakePayload as dO, findMasterVehicleMakes as dP, createMasterVehicleMake as dQ, updateMasterVehicleMake as dR, deleteMasterVehicleMake as dS, getMasterVehicleMakeCache as dT, getMasterVehicleMakeCacheCount as dU, getMasterVehicleMakeCacheChild as dV, type MasterVehicleStatusType as dW, MasterVehicleStatusTypeSchema as dX, type MasterVehicleStatusTypeDTO as dY, MasterVehicleStatusTypeQuerySchema as dZ, type MasterVehicleStatusTypeQueryDTO as d_, updateOrganisationGroup as da, deleteOrganisationGroup as db, getOrganisationGroupCache as dc, getOrganisationGroupCacheCount as dd, getOrganisationGroupCacheChild as de, type MasterVehicleSubModel as df, MasterVehicleSubModelSchema as dg, type MasterVehicleSubModelDTO as dh, MasterVehicleSubModelQuerySchema as di, type MasterVehicleSubModelQueryDTO as dj, toMasterVehicleSubModelPayload as dk, newMasterVehicleSubModelPayload as dl, findMasterVehicleSubModels as dm, createMasterVehicleSubModel as dn, updateMasterVehicleSubModel as dp, deleteMasterVehicleSubModel as dq, getMasterVehicleSubModelCache as dr, getMasterVehicleSubModelCacheCount as ds, getMasterVehicleSubModelCacheChild as dt, type MasterVehicleModel as du, MasterVehicleModelSchema as dv, type MasterVehicleModelDTO as dw, MasterVehicleModelQuerySchema as dx, type MasterVehicleModelQueryDTO as dy, toMasterVehicleModelPayload as dz, type MasterVehicleFuelUnit as e, MasterVehicleFuelUnitSchema as e$, newMasterVehicleStatusTypePayload as e0, findMasterVehicleStatusTypes as e1, createMasterVehicleStatusType as e2, updateMasterVehicleStatusType as e3, deleteMasterVehicleStatusType as e4, getMasterVehicleStatusTypeCache as e5, getMasterVehicleStatusTypeCacheCount as e6, getMasterVehicleStatusTypeCacheChild as e7, type MasterVehicleOwnershipType as e8, MasterVehicleOwnershipTypeSchema as e9, MasterVehicleFuelTypeSchema as eA, type MasterVehicleFuelTypeDTO as eB, MasterVehicleFuelTypeQuerySchema as eC, type MasterVehicleFuelTypeQueryDTO as eD, toMasterVehicleFuelTypePayload as eE, newMasterVehicleFuelTypePayload as eF, findMasterVehicleFuelTypes as eG, createMasterVehicleFuelType as eH, updateMasterVehicleFuelType as eI, deleteMasterVehicleFuelType as eJ, getMasterVehicleFuelTypeCache as eK, getMasterVehicleFuelTypeCacheCount as eL, getMasterVehicleFuelTypeCacheChild as eM, type MasterVehicleAssociatedTo as eN, MasterVehicleAssociatedToSchema as eO, type MasterVehicleAssociatedToDTO as eP, MasterVehicleAssociatedToQuerySchema as eQ, type MasterVehicleAssociatedToQueryDTO as eR, toMasterVehicleAssociatedToPayload as eS, newMasterVehicleAssociatedToPayload as eT, findMasterVehicleAssociatedTos as eU, createMasterVehicleAssociatedTo as eV, updateMasterVehicleAssociatedTo as eW, deleteMasterVehicleAssociatedTo as eX, getMasterVehicleAssociatedToCache as eY, getMasterVehicleAssociatedToCacheCount as eZ, getMasterVehicleAssociatedToCacheChild as e_, type MasterVehicleOwnershipTypeDTO as ea, MasterVehicleOwnershipTypeQuerySchema as eb, type MasterVehicleOwnershipTypeQueryDTO as ec, toMasterVehicleOwnershipTypePayload as ed, newMasterVehicleOwnershipTypePayload as ee, findMasterVehicleOwnershipTypes as ef, createMasterVehicleOwnershipType as eg, updateMasterVehicleOwnershipType as eh, deleteMasterVehicleOwnershipType as ei, getMasterVehicleOwnershipTypeCache as ej, getMasterVehicleOwnershipTypeCacheCount as ek, getMasterVehicleOwnershipTypeCacheChild as el, type MasterVehicleType as em, MasterVehicleTypeSchema as en, type MasterVehicleTypeDTO as eo, MasterVehicleTypeQuerySchema as ep, type MasterVehicleTypeQueryDTO as eq, toMasterVehicleTypePayload as er, newMasterVehicleTypePayload as es, findMasterVehicleTypes as et, createMasterVehicleType as eu, updateMasterVehicleType as ev, deleteMasterVehicleType as ew, getMasterVehicleTypeCache as ex, getMasterVehicleTypeCacheCount as ey, getMasterVehicleTypeCacheChild as ez, type MasterMainCountry as f, updateVehicleGPSDetailsAnalytics as f$, type MasterVehicleFuelUnitDTO as f0, MasterVehicleFuelUnitQuerySchema as f1, type MasterVehicleFuelUnitQueryDTO as f2, toMasterVehicleFuelUnitPayload as f3, newMasterVehicleFuelUnitPayload as f4, findMasterVehicleFuelUnits as f5, createMasterVehicleFuelUnit as f6, updateMasterVehicleFuelUnit as f7, deleteMasterVehicleFuelUnit as f8, getMasterVehicleFuelUnitCache as f9, VehicleDetailLifeCycleSchema as fA, type VehicleDetailLifeCycleDto as fB, VehicleDetailPurchaseSchema as fC, type VehicleDetailPurchaseDTO as fD, VehicleDetailTripSchema as fE, type VehicleDetailTripDTO as fF, VehicleQuerySchema as fG, type VehicleQueryDTO as fH, VehicleGPSQuerySchema as fI, type VehicleGPSQueryDTO as fJ, toVehiclePayload as fK, newVehiclePayload as fL, toVehicleDetailsGPSPayload as fM, toVehicleDetailsBodyPayload as fN, toVehicleDetailPurchasePayload as fO, toVehicleDetailLifeCyclePayload as fP, findVehicles as fQ, findVehiclesLiveDashboard as fR, findVehicleGPSDetails as fS, createVehicle as fT, updateVehicle as fU, deleteVehicle as fV, updateVehicleBodyDetails as fW, updateVehicleLifeCycleDetails as fX, updateVehiclePurchaseDetails as fY, updateVehicleGPSDetailsMain as fZ, updateVehicleGPSDetailsData as f_, getMasterVehicleFuelUnitCacheCount as fa, getMasterVehicleFuelUnitCacheChild as fb, type MasterVehicleDropdown as fc, type VehicleDetailBody as fd, type VehicleDetailLifeCycle as fe, type VehicleDetailPurchase as ff, type VehicleDetailGPS as fg, type VehicleDetailTrip as fh, VehicleSchema as fi, type VehicleDTO as fj, VehicleDeviceLinkSchema as fk, type VehicleDeviceLinkDTO as fl, VehicleDeviceUnlinkSchema as fm, type VehicleDeviceUnlinkDTO as fn, VehicleDriverLinkSchema as fo, type VehicleDriverLinkDTO as fp, SimpleFindQuerySchema as fq, type SimpleFindQueryDTO as fr, VehicleDetailBodySchema as fs, type VehicleDetailBodyDTO as ft, VehicleDetailGPSMainSchema as fu, type VehicleDetailGPSMainDTO as fv, VehicleDetailGPSDataSchema as fw, type VehicleDetailGPSDataDTO as fx, VehicleDetailGPSAnalyticsSchema as fy, type VehicleDetailGPSAnalyticsDTO as fz, type MasterMainState as g, type UserDefaultDateFormatDTO as g$, updateVehicleTripDetails as g0, linkDriverToVehicle as g1, unlinkDriverFromVehicle as g2, getDriverLinkHistoryByVehicle as g3, getDriverLinkHistoryByDriver as g4, linkDeviceToVehicle as g5, unlinkDeviceFromVehicle as g6, getDeviceLinkHistoryByVehicle as g7, getDeviceLinkHistoryByDevice as g8, getVehicleCache as g9, updateMasterUserStatus as gA, deleteMasterUserStatus as gB, getMasterUserStatusCache as gC, getMasterUserStatusCacheCount as gD, type MasterMainLanguage as gE, MasterMainLanguageSchema as gF, type MasterMainLanguageDTO as gG, MasterMainLanguageQuerySchema as gH, type MasterMainLanguageQueryDTO as gI, toMasterMainLanguagePayload as gJ, newMasterMainLanguagePayload as gK, findMasterMainLanguages as gL, createMasterMainLanguage as gM, updateMasterMainLanguage as gN, deleteMasterMainLanguage as gO, getMasterMainLanguageCache as gP, type UserVehicleLink as gQ, type UserLoginPush as gR, UserSchema as gS, type UserDTO as gT, UserQuerySchema as gU, type UserQueryDTO as gV, UserDefaultLanguageSchema as gW, type UserDefaultLanguageDTO as gX, UserDefaultTimeZoneSchema as gY, type UserDefaultTimeZoneDTO as gZ, UserDefaultDateFormatSchema as g_, getVehicleSimpleCache as ga, getVehicleSimpleDropdownCustom as gb, getVehicleSimpleDropdownCacheLiveData as gc, getVehicleParentCache as gd, type MasterUserRole as ge, MasterUserRoleSchema as gf, type MasterUserRoleDTO as gg, MasterUserRoleQuerySchema as gh, type MasterUserRoleQueryDTO as gi, toMasterUserRolePayload as gj, newMasterUserRolePayload as gk, findMasterUserRoles as gl, createMasterUserRole as gm, updateMasterUserRole as gn, deleteMasterUserRole as go, getMasterUserRoleCache as gp, getMasterUserRoleCacheCount as gq, type MasterUserStatus as gr, MasterUserStatusSchema as gs, type MasterUserStatusDTO as gt, MasterUserStatusQuerySchema as gu, type MasterUserStatusQueryDTO as gv, toMasterUserStatusPayload as gw, newMasterUserStatusPayload as gx, findMasterUserStatuses as gy, createMasterUserStatus as gz, type MasterMainIndustry as h, newUserPayload as h0, toUserPayload as h1, findUser as h2, createUser as h3, updateUser as h4, deleteUser as h5, getUserCache as h6, getUserCacheSimple as h7, getUser_presigned_url as h8, updateUserDefaultLanguage as h9, updateUserDefaultTimezone as ha, updateUserDefaultDateformat as hb, type UserOrganisationSimple as hc, UserOrganisationSchema as hd, type UserOrganisationDTO as he, UserOrganisationQuerySchema as hf, type UserOrganisationQueryDTO as hg, toUserOrganisationPayload as hh, newUserOrganisationPayload as hi, findUserOrganisation as hj, createUserOrganisation as hk, updateUserOrganisation as hl, deleteUserOrganisation as hm, getUserOrganisationCache as hn, getUserOrganisationCacheSimple as ho, getUserOrganisation_presigned_url as hp, 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 };
|
|
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 };
|
package/package.json
CHANGED