vms-nest-prisma-api-document 216.0.0 → 219.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/Enums.d.ts +50 -1
- package/dist/core/Enums.js +59 -0
- package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
- package/dist/services/account/bookmark_service.d.ts +9 -9
- package/dist/services/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 +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/calender.d.ts +2 -2
- package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.d.ts +8 -8
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +8 -9
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.js +1 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +3 -4
- package/dist/services/fleet/incident_management/incident_management_service.d.ts +603 -0
- package/dist/services/fleet/incident_management/incident_management_service.js +746 -0
- package/dist/services/fleet/issue_management/issue_management_service.d.ts +69 -59
- package/dist/services/fleet/issue_management/issue_management_service.js +100 -91
- package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +400 -0
- package/dist/services/fleet/service_management/fleet_service_management_service.js +573 -0
- package/dist/services/fleet/service_management/fleet_service_management_task_service.d.ts +145 -0
- package/dist/services/fleet/service_management/fleet_service_management_task_service.js +326 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +4 -288
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.js +107 -43
- package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +5 -1219
- package/dist/services/fleet/vendor_management/fleet_vendor_service.js +161 -144
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +4 -312
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.js +58 -55
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +3 -3
- 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 +5 -5
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_admin_service.d.ts +20 -20
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.js +108 -47
- 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 +9 -9
- package/dist/services/master/expense/master_expense_type_service.d.ts +3 -3
- package/dist/services/master/expense/master_fuel_company_service.d.ts +4 -140
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +4 -124
- package/dist/services/master/expense/master_vendor_tag_service.d.ts +4 -124
- package/dist/services/master/expense/master_vendor_type_service.d.ts +4 -124
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +6 -6
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +4 -4
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +4 -4
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +4 -4
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +6 -6
- 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 +4 -158
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +7 -7
- 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 +1 -1
- 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/static_pages_service.d.ts +1 -1
- package/dist/{user_organisation_service-C186BM9A.d.ts → user_organisation_service-Bkq3GOUs.d.ts} +4915 -2363
- package/package.json +1 -1
|
@@ -1,126 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
1
|
+
import '../../../core/Enums.js';
|
|
2
|
+
import '../../../core/BaseResponse.js';
|
|
3
|
+
import 'zod';
|
|
4
|
+
export { hi as MasterVendorDocumentType, hk as MasterVendorDocumentTypeDTO, hm as MasterVendorDocumentTypeQueryDTO, hl as MasterVendorDocumentTypeQuerySchema, hj as MasterVendorDocumentTypeSchema, hq as createMasterVendorDocumentType, hs as deleteMasterVendorDocumentType, hp as findMasterVendorDocumentTypes, ht as getMasterVendorDocumentTypeCache, ho as newMasterVendorDocumentTypePayload, hn as toMasterVendorDocumentTypePayload, hr as updateMasterVendorDocumentType } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
|
-
|
|
8
|
-
interface MasterVendorDocumentType extends Record<string, unknown> {
|
|
9
|
-
document_type_id: string;
|
|
10
|
-
document_type: string;
|
|
11
|
-
description?: string;
|
|
12
|
-
status: Status;
|
|
13
|
-
added_date_time: string;
|
|
14
|
-
modified_date_time: string;
|
|
15
|
-
organisation_id?: string;
|
|
16
|
-
UserOrganisation?: UserOrganisation;
|
|
17
|
-
}
|
|
18
|
-
declare const MasterVendorDocumentTypeSchema: z.ZodObject<{
|
|
19
|
-
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20
|
-
document_type: z.ZodEffects<z.ZodString, string, string>;
|
|
21
|
-
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
22
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
23
|
-
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
status: Status;
|
|
25
|
-
organisation_id: string;
|
|
26
|
-
document_type: string;
|
|
27
|
-
description: string;
|
|
28
|
-
}, {
|
|
29
|
-
status: Status;
|
|
30
|
-
organisation_id: string;
|
|
31
|
-
document_type: string;
|
|
32
|
-
description?: string | undefined;
|
|
33
|
-
}>;
|
|
34
|
-
type MasterVendorDocumentTypeDTO = z.infer<typeof MasterVendorDocumentTypeSchema>;
|
|
35
|
-
declare const MasterVendorDocumentTypeQuerySchema: z.ZodObject<{
|
|
36
|
-
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
37
|
-
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
38
|
-
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
39
|
-
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
40
|
-
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
41
|
-
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
42
|
-
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
43
|
-
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
44
|
-
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
45
|
-
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
46
|
-
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
47
|
-
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
48
|
-
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
49
|
-
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
50
|
-
name: z.ZodEffects<z.ZodString, string, string>;
|
|
51
|
-
field: z.ZodEffects<z.ZodString, string, string>;
|
|
52
|
-
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
53
|
-
}, "strip", z.ZodTypeAny, {
|
|
54
|
-
name: string;
|
|
55
|
-
field: string;
|
|
56
|
-
direction: OrderBy;
|
|
57
|
-
}, {
|
|
58
|
-
name: string;
|
|
59
|
-
field: string;
|
|
60
|
-
direction: OrderBy;
|
|
61
|
-
}>, "many">>>;
|
|
62
|
-
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
63
|
-
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
64
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
65
|
-
} & {
|
|
66
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
67
|
-
document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
68
|
-
}, "strip", z.ZodTypeAny, {
|
|
69
|
-
status: Status[];
|
|
70
|
-
search: string;
|
|
71
|
-
paging: PAGING;
|
|
72
|
-
page_count: number;
|
|
73
|
-
page_index: number;
|
|
74
|
-
load_parents: LoadParents;
|
|
75
|
-
load_parents_list: string[];
|
|
76
|
-
load_child: LoadChild;
|
|
77
|
-
load_child_list: string[];
|
|
78
|
-
load_child_count: LoadChildCount;
|
|
79
|
-
load_child_count_list: string[];
|
|
80
|
-
include_details: Record<string, any>;
|
|
81
|
-
where_relations: Record<string, any>;
|
|
82
|
-
order_by: {
|
|
83
|
-
name: string;
|
|
84
|
-
field: string;
|
|
85
|
-
direction: OrderBy;
|
|
86
|
-
}[];
|
|
87
|
-
include_master_data: YesNo;
|
|
88
|
-
date_format_id: string;
|
|
89
|
-
time_zone_id: string;
|
|
90
|
-
organisation_ids: string[];
|
|
91
|
-
document_type_ids: string[];
|
|
92
|
-
}, {
|
|
93
|
-
date_format_id: string;
|
|
94
|
-
time_zone_id: string;
|
|
95
|
-
status?: Status[] | undefined;
|
|
96
|
-
search?: string | undefined;
|
|
97
|
-
paging?: PAGING | undefined;
|
|
98
|
-
page_count?: unknown;
|
|
99
|
-
page_index?: unknown;
|
|
100
|
-
load_parents?: LoadParents | undefined;
|
|
101
|
-
load_parents_list?: string[] | undefined;
|
|
102
|
-
load_child?: LoadChild | undefined;
|
|
103
|
-
load_child_list?: string[] | undefined;
|
|
104
|
-
load_child_count?: LoadChildCount | undefined;
|
|
105
|
-
load_child_count_list?: string[] | undefined;
|
|
106
|
-
include_details?: Record<string, any> | undefined;
|
|
107
|
-
where_relations?: Record<string, any> | undefined;
|
|
108
|
-
order_by?: {
|
|
109
|
-
name: string;
|
|
110
|
-
field: string;
|
|
111
|
-
direction: OrderBy;
|
|
112
|
-
}[] | undefined;
|
|
113
|
-
include_master_data?: YesNo | undefined;
|
|
114
|
-
organisation_ids?: string[] | undefined;
|
|
115
|
-
document_type_ids?: string[] | undefined;
|
|
116
|
-
}>;
|
|
117
|
-
type MasterVendorDocumentTypeQueryDTO = z.infer<typeof MasterVendorDocumentTypeQuerySchema>;
|
|
118
|
-
declare const toMasterVendorDocumentTypePayload: (row: MasterVendorDocumentType) => MasterVendorDocumentTypeDTO;
|
|
119
|
-
declare const newMasterVendorDocumentTypePayload: () => MasterVendorDocumentTypeDTO;
|
|
120
|
-
declare const findMasterVendorDocumentTypes: (data: MasterVendorDocumentTypeQueryDTO) => Promise<FBR<MasterVendorDocumentType[]>>;
|
|
121
|
-
declare const createMasterVendorDocumentType: (data: MasterVendorDocumentTypeDTO) => Promise<SBR>;
|
|
122
|
-
declare const updateMasterVendorDocumentType: (id: string, data: MasterVendorDocumentTypeDTO) => Promise<SBR>;
|
|
123
|
-
declare const deleteMasterVendorDocumentType: (id: string) => Promise<SBR>;
|
|
124
|
-
declare const getMasterVendorDocumentTypeCache: (organisation_id: string) => Promise<FBR<MasterVendorDocumentType[]>>;
|
|
125
|
-
|
|
126
|
-
export { type MasterVendorDocumentType, type MasterVendorDocumentTypeDTO, type MasterVendorDocumentTypeQueryDTO, MasterVendorDocumentTypeQuerySchema, MasterVendorDocumentTypeSchema, createMasterVendorDocumentType, deleteMasterVendorDocumentType, findMasterVendorDocumentTypes, getMasterVendorDocumentTypeCache, newMasterVendorDocumentTypePayload, toMasterVendorDocumentTypePayload, updateMasterVendorDocumentType };
|
|
@@ -1,126 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
1
|
+
import '../../../core/Enums.js';
|
|
2
|
+
import '../../../core/BaseResponse.js';
|
|
3
|
+
import 'zod';
|
|
4
|
+
export { fS as MasterVendorTag, fU as MasterVendorTagDTO, fW as MasterVendorTagQueryDTO, fV as MasterVendorTagQuerySchema, fT as MasterVendorTagSchema, f_ as createMasterVendorTag, g0 as deleteMasterVendorTag, fZ as findMasterVendorTags, g1 as getMasterVendorTagCache, fY as newMasterVendorTagPayload, fX as toMasterVendorTagPayload, f$ as updateMasterVendorTag } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
|
-
|
|
8
|
-
interface MasterVendorTag extends Record<string, unknown> {
|
|
9
|
-
vendor_tag_id: string;
|
|
10
|
-
vendor_tag: string;
|
|
11
|
-
description?: string;
|
|
12
|
-
status: Status;
|
|
13
|
-
added_date_time: string;
|
|
14
|
-
modified_date_time: string;
|
|
15
|
-
organisation_id: string;
|
|
16
|
-
UserOrganisation?: UserOrganisation;
|
|
17
|
-
}
|
|
18
|
-
declare const MasterVendorTagSchema: z.ZodObject<{
|
|
19
|
-
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20
|
-
vendor_tag: z.ZodEffects<z.ZodString, string, string>;
|
|
21
|
-
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
22
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
23
|
-
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
status: Status;
|
|
25
|
-
organisation_id: string;
|
|
26
|
-
vendor_tag: string;
|
|
27
|
-
description: string;
|
|
28
|
-
}, {
|
|
29
|
-
status: Status;
|
|
30
|
-
organisation_id: string;
|
|
31
|
-
vendor_tag: string;
|
|
32
|
-
description?: string | undefined;
|
|
33
|
-
}>;
|
|
34
|
-
type MasterVendorTagDTO = z.infer<typeof MasterVendorTagSchema>;
|
|
35
|
-
declare const MasterVendorTagQuerySchema: z.ZodObject<{
|
|
36
|
-
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
37
|
-
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
38
|
-
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
39
|
-
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
40
|
-
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
41
|
-
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
42
|
-
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
43
|
-
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
44
|
-
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
45
|
-
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
46
|
-
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
47
|
-
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
48
|
-
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
49
|
-
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
50
|
-
name: z.ZodEffects<z.ZodString, string, string>;
|
|
51
|
-
field: z.ZodEffects<z.ZodString, string, string>;
|
|
52
|
-
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
53
|
-
}, "strip", z.ZodTypeAny, {
|
|
54
|
-
name: string;
|
|
55
|
-
field: string;
|
|
56
|
-
direction: OrderBy;
|
|
57
|
-
}, {
|
|
58
|
-
name: string;
|
|
59
|
-
field: string;
|
|
60
|
-
direction: OrderBy;
|
|
61
|
-
}>, "many">>>;
|
|
62
|
-
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
63
|
-
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
64
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
65
|
-
} & {
|
|
66
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
67
|
-
vendor_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
68
|
-
}, "strip", z.ZodTypeAny, {
|
|
69
|
-
status: Status[];
|
|
70
|
-
vendor_tag_ids: string[];
|
|
71
|
-
search: string;
|
|
72
|
-
paging: PAGING;
|
|
73
|
-
page_count: number;
|
|
74
|
-
page_index: number;
|
|
75
|
-
load_parents: LoadParents;
|
|
76
|
-
load_parents_list: string[];
|
|
77
|
-
load_child: LoadChild;
|
|
78
|
-
load_child_list: string[];
|
|
79
|
-
load_child_count: LoadChildCount;
|
|
80
|
-
load_child_count_list: string[];
|
|
81
|
-
include_details: Record<string, any>;
|
|
82
|
-
where_relations: Record<string, any>;
|
|
83
|
-
order_by: {
|
|
84
|
-
name: string;
|
|
85
|
-
field: string;
|
|
86
|
-
direction: OrderBy;
|
|
87
|
-
}[];
|
|
88
|
-
include_master_data: YesNo;
|
|
89
|
-
date_format_id: string;
|
|
90
|
-
time_zone_id: string;
|
|
91
|
-
organisation_ids: string[];
|
|
92
|
-
}, {
|
|
93
|
-
date_format_id: string;
|
|
94
|
-
time_zone_id: string;
|
|
95
|
-
status?: Status[] | undefined;
|
|
96
|
-
vendor_tag_ids?: string[] | undefined;
|
|
97
|
-
search?: string | undefined;
|
|
98
|
-
paging?: PAGING | undefined;
|
|
99
|
-
page_count?: unknown;
|
|
100
|
-
page_index?: unknown;
|
|
101
|
-
load_parents?: LoadParents | undefined;
|
|
102
|
-
load_parents_list?: string[] | undefined;
|
|
103
|
-
load_child?: LoadChild | undefined;
|
|
104
|
-
load_child_list?: string[] | undefined;
|
|
105
|
-
load_child_count?: LoadChildCount | undefined;
|
|
106
|
-
load_child_count_list?: string[] | undefined;
|
|
107
|
-
include_details?: Record<string, any> | undefined;
|
|
108
|
-
where_relations?: Record<string, any> | undefined;
|
|
109
|
-
order_by?: {
|
|
110
|
-
name: string;
|
|
111
|
-
field: string;
|
|
112
|
-
direction: OrderBy;
|
|
113
|
-
}[] | undefined;
|
|
114
|
-
include_master_data?: YesNo | undefined;
|
|
115
|
-
organisation_ids?: string[] | undefined;
|
|
116
|
-
}>;
|
|
117
|
-
type MasterVendorTagQueryDTO = z.infer<typeof MasterVendorTagQuerySchema>;
|
|
118
|
-
declare const toMasterVendorTagPayload: (row: MasterVendorTag) => MasterVendorTagDTO;
|
|
119
|
-
declare const newMasterVendorTagPayload: () => MasterVendorTagDTO;
|
|
120
|
-
declare const findMasterVendorTags: (data: MasterVendorTagQueryDTO) => Promise<FBR<MasterVendorTag[]>>;
|
|
121
|
-
declare const createMasterVendorTag: (data: MasterVendorTagDTO) => Promise<SBR>;
|
|
122
|
-
declare const updateMasterVendorTag: (id: string, data: MasterVendorTagDTO) => Promise<SBR>;
|
|
123
|
-
declare const deleteMasterVendorTag: (id: string) => Promise<SBR>;
|
|
124
|
-
declare const getMasterVendorTagCache: (organisation_id: string) => Promise<FBR<MasterVendorTag[]>>;
|
|
125
|
-
|
|
126
|
-
export { type MasterVendorTag, type MasterVendorTagDTO, type MasterVendorTagQueryDTO, MasterVendorTagQuerySchema, MasterVendorTagSchema, createMasterVendorTag, deleteMasterVendorTag, findMasterVendorTags, getMasterVendorTagCache, newMasterVendorTagPayload, toMasterVendorTagPayload, updateMasterVendorTag };
|
|
@@ -1,126 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
1
|
+
import '../../../core/Enums.js';
|
|
2
|
+
import '../../../core/BaseResponse.js';
|
|
3
|
+
import 'zod';
|
|
4
|
+
export { fG as MasterVendorType, fI as MasterVendorTypeDTO, fK as MasterVendorTypeQueryDTO, fJ as MasterVendorTypeQuerySchema, fH as MasterVendorTypeSchema, fO as createMasterVendorType, fQ as deleteMasterVendorType, fN as findMasterVendorTypes, fR as getMasterVendorTypeCache, fM as newMasterVendorTypePayload, fL as toMasterVendorTypePayload, fP as updateMasterVendorType } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
|
-
|
|
8
|
-
interface MasterVendorType extends Record<string, unknown> {
|
|
9
|
-
vendor_type_id: string;
|
|
10
|
-
vendor_type: string;
|
|
11
|
-
description?: string;
|
|
12
|
-
status: Status;
|
|
13
|
-
added_date_time: string;
|
|
14
|
-
modified_date_time: string;
|
|
15
|
-
organisation_id: string;
|
|
16
|
-
UserOrganisation?: UserOrganisation;
|
|
17
|
-
}
|
|
18
|
-
declare const MasterVendorTypeSchema: z.ZodObject<{
|
|
19
|
-
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
20
|
-
vendor_type: z.ZodEffects<z.ZodString, string, string>;
|
|
21
|
-
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
22
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
23
|
-
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
status: Status;
|
|
25
|
-
organisation_id: string;
|
|
26
|
-
vendor_type: string;
|
|
27
|
-
description: string;
|
|
28
|
-
}, {
|
|
29
|
-
status: Status;
|
|
30
|
-
organisation_id: string;
|
|
31
|
-
vendor_type: string;
|
|
32
|
-
description?: string | undefined;
|
|
33
|
-
}>;
|
|
34
|
-
type MasterVendorTypeDTO = z.infer<typeof MasterVendorTypeSchema>;
|
|
35
|
-
declare const MasterVendorTypeQuerySchema: z.ZodObject<{
|
|
36
|
-
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
37
|
-
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
38
|
-
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
39
|
-
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
40
|
-
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
41
|
-
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
42
|
-
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
43
|
-
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
44
|
-
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
45
|
-
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
46
|
-
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
47
|
-
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
48
|
-
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
49
|
-
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
50
|
-
name: z.ZodEffects<z.ZodString, string, string>;
|
|
51
|
-
field: z.ZodEffects<z.ZodString, string, string>;
|
|
52
|
-
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
53
|
-
}, "strip", z.ZodTypeAny, {
|
|
54
|
-
name: string;
|
|
55
|
-
field: string;
|
|
56
|
-
direction: OrderBy;
|
|
57
|
-
}, {
|
|
58
|
-
name: string;
|
|
59
|
-
field: string;
|
|
60
|
-
direction: OrderBy;
|
|
61
|
-
}>, "many">>>;
|
|
62
|
-
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
63
|
-
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
64
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
65
|
-
} & {
|
|
66
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
67
|
-
vendor_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
68
|
-
}, "strip", z.ZodTypeAny, {
|
|
69
|
-
status: Status[];
|
|
70
|
-
vendor_type_ids: string[];
|
|
71
|
-
search: string;
|
|
72
|
-
paging: PAGING;
|
|
73
|
-
page_count: number;
|
|
74
|
-
page_index: number;
|
|
75
|
-
load_parents: LoadParents;
|
|
76
|
-
load_parents_list: string[];
|
|
77
|
-
load_child: LoadChild;
|
|
78
|
-
load_child_list: string[];
|
|
79
|
-
load_child_count: LoadChildCount;
|
|
80
|
-
load_child_count_list: string[];
|
|
81
|
-
include_details: Record<string, any>;
|
|
82
|
-
where_relations: Record<string, any>;
|
|
83
|
-
order_by: {
|
|
84
|
-
name: string;
|
|
85
|
-
field: string;
|
|
86
|
-
direction: OrderBy;
|
|
87
|
-
}[];
|
|
88
|
-
include_master_data: YesNo;
|
|
89
|
-
date_format_id: string;
|
|
90
|
-
time_zone_id: string;
|
|
91
|
-
organisation_ids: string[];
|
|
92
|
-
}, {
|
|
93
|
-
date_format_id: string;
|
|
94
|
-
time_zone_id: string;
|
|
95
|
-
status?: Status[] | undefined;
|
|
96
|
-
vendor_type_ids?: string[] | undefined;
|
|
97
|
-
search?: string | undefined;
|
|
98
|
-
paging?: PAGING | undefined;
|
|
99
|
-
page_count?: unknown;
|
|
100
|
-
page_index?: unknown;
|
|
101
|
-
load_parents?: LoadParents | undefined;
|
|
102
|
-
load_parents_list?: string[] | undefined;
|
|
103
|
-
load_child?: LoadChild | undefined;
|
|
104
|
-
load_child_list?: string[] | undefined;
|
|
105
|
-
load_child_count?: LoadChildCount | undefined;
|
|
106
|
-
load_child_count_list?: string[] | undefined;
|
|
107
|
-
include_details?: Record<string, any> | undefined;
|
|
108
|
-
where_relations?: Record<string, any> | undefined;
|
|
109
|
-
order_by?: {
|
|
110
|
-
name: string;
|
|
111
|
-
field: string;
|
|
112
|
-
direction: OrderBy;
|
|
113
|
-
}[] | undefined;
|
|
114
|
-
include_master_data?: YesNo | undefined;
|
|
115
|
-
organisation_ids?: string[] | undefined;
|
|
116
|
-
}>;
|
|
117
|
-
type MasterVendorTypeQueryDTO = z.infer<typeof MasterVendorTypeQuerySchema>;
|
|
118
|
-
declare const toMasterVendorTypePayload: (row: MasterVendorType) => MasterVendorTypeDTO;
|
|
119
|
-
declare const newMasterVendorTypePayload: () => MasterVendorTypeDTO;
|
|
120
|
-
declare const findMasterVendorTypes: (data: MasterVendorTypeQueryDTO) => Promise<FBR<MasterVendorType[]>>;
|
|
121
|
-
declare const createMasterVendorType: (data: MasterVendorTypeDTO) => Promise<SBR>;
|
|
122
|
-
declare const updateMasterVendorType: (id: string, data: MasterVendorTypeDTO) => Promise<SBR>;
|
|
123
|
-
declare const deleteMasterVendorType: (id: string) => Promise<SBR>;
|
|
124
|
-
declare const getMasterVendorTypeCache: (organisation_id: string) => Promise<FBR<MasterVendorType[]>>;
|
|
125
|
-
|
|
126
|
-
export { type MasterVendorType, type MasterVendorTypeDTO, type MasterVendorTypeQueryDTO, MasterVendorTypeQuerySchema, MasterVendorTypeSchema, createMasterVendorType, deleteMasterVendorType, findMasterVendorTypes, getMasterVendorTypeCache, newMasterVendorTypePayload, toMasterVendorTypePayload, updateMasterVendorType };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -24,14 +24,14 @@ declare const MasterFleetIncidentSeveritySchema: z.ZodObject<{
|
|
|
24
24
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
25
25
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
fleet_incident_severity: string;
|
|
28
|
-
description: string;
|
|
29
27
|
status: Status;
|
|
30
28
|
organisation_id: string;
|
|
31
|
-
}, {
|
|
32
29
|
fleet_incident_severity: string;
|
|
30
|
+
description: string;
|
|
31
|
+
}, {
|
|
33
32
|
status: Status;
|
|
34
33
|
organisation_id: string;
|
|
34
|
+
fleet_incident_severity: string;
|
|
35
35
|
description?: string | undefined;
|
|
36
36
|
}>;
|
|
37
37
|
type MasterFleetIncidentSeverityDTO = z.infer<typeof MasterFleetIncidentSeveritySchema>;
|
|
@@ -70,6 +70,7 @@ declare const MasterFleetIncidentSeverityQuerySchema: z.ZodObject<{
|
|
|
70
70
|
fleet_incident_severity_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
status: Status[];
|
|
73
|
+
time_zone_id: string;
|
|
73
74
|
search: string;
|
|
74
75
|
paging: PAGING;
|
|
75
76
|
page_count: number;
|
|
@@ -89,12 +90,11 @@ declare const MasterFleetIncidentSeverityQuerySchema: z.ZodObject<{
|
|
|
89
90
|
}[];
|
|
90
91
|
include_master_data: YesNo;
|
|
91
92
|
date_format_id: string;
|
|
92
|
-
time_zone_id: string;
|
|
93
93
|
organisation_ids: string[];
|
|
94
94
|
fleet_incident_severity_ids: string[];
|
|
95
95
|
}, {
|
|
96
|
-
date_format_id: string;
|
|
97
96
|
time_zone_id: string;
|
|
97
|
+
date_format_id: string;
|
|
98
98
|
status?: Status[] | undefined;
|
|
99
99
|
search?: string | undefined;
|
|
100
100
|
paging?: PAGING | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -24,10 +24,10 @@ declare const MasterFleetIncidentStatusSchema: z.ZodObject<{
|
|
|
24
24
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
25
25
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
description: string;
|
|
28
27
|
status: Status;
|
|
29
28
|
organisation_id: string;
|
|
30
29
|
fleet_incident_status: string;
|
|
30
|
+
description: string;
|
|
31
31
|
}, {
|
|
32
32
|
status: Status;
|
|
33
33
|
organisation_id: string;
|
|
@@ -70,6 +70,7 @@ declare const MasterFleetIncidentStatusQuerySchema: z.ZodObject<{
|
|
|
70
70
|
fleet_incident_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
status: Status[];
|
|
73
|
+
time_zone_id: string;
|
|
73
74
|
search: string;
|
|
74
75
|
paging: PAGING;
|
|
75
76
|
page_count: number;
|
|
@@ -89,12 +90,11 @@ declare const MasterFleetIncidentStatusQuerySchema: z.ZodObject<{
|
|
|
89
90
|
}[];
|
|
90
91
|
include_master_data: YesNo;
|
|
91
92
|
date_format_id: string;
|
|
92
|
-
time_zone_id: string;
|
|
93
93
|
organisation_ids: string[];
|
|
94
94
|
fleet_incident_status_ids: string[];
|
|
95
95
|
}, {
|
|
96
|
-
date_format_id: string;
|
|
97
96
|
time_zone_id: string;
|
|
97
|
+
date_format_id: string;
|
|
98
98
|
status?: Status[] | undefined;
|
|
99
99
|
search?: string | undefined;
|
|
100
100
|
paging?: PAGING | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -24,10 +24,10 @@ declare const MasterFleetIncidentTypeSchema: z.ZodObject<{
|
|
|
24
24
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
25
25
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
description: string;
|
|
28
27
|
status: Status;
|
|
29
28
|
organisation_id: string;
|
|
30
29
|
fleet_incident_type: string;
|
|
30
|
+
description: string;
|
|
31
31
|
}, {
|
|
32
32
|
status: Status;
|
|
33
33
|
organisation_id: string;
|
|
@@ -70,6 +70,7 @@ declare const MasterFleetIncidentTypeQuerySchema: z.ZodObject<{
|
|
|
70
70
|
fleet_incident_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
status: Status[];
|
|
73
|
+
time_zone_id: string;
|
|
73
74
|
search: string;
|
|
74
75
|
paging: PAGING;
|
|
75
76
|
page_count: number;
|
|
@@ -89,12 +90,11 @@ declare const MasterFleetIncidentTypeQuerySchema: z.ZodObject<{
|
|
|
89
90
|
}[];
|
|
90
91
|
include_master_data: YesNo;
|
|
91
92
|
date_format_id: string;
|
|
92
|
-
time_zone_id: string;
|
|
93
93
|
organisation_ids: string[];
|
|
94
94
|
fleet_incident_type_ids: string[];
|
|
95
95
|
}, {
|
|
96
|
-
date_format_id: string;
|
|
97
96
|
time_zone_id: string;
|
|
97
|
+
date_format_id: string;
|
|
98
98
|
status?: Status[] | undefined;
|
|
99
99
|
search?: string | undefined;
|
|
100
100
|
paging?: PAGING | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -24,10 +24,10 @@ declare const MasterFleetInsuranceClaimStatusSchema: z.ZodObject<{
|
|
|
24
24
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
25
25
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
description: string;
|
|
28
27
|
status: Status;
|
|
29
28
|
organisation_id: string;
|
|
30
29
|
fleet_insurance_claim_status: string;
|
|
30
|
+
description: string;
|
|
31
31
|
}, {
|
|
32
32
|
status: Status;
|
|
33
33
|
organisation_id: string;
|
|
@@ -70,6 +70,7 @@ declare const MasterFleetInsuranceClaimStatusQuerySchema: z.ZodObject<{
|
|
|
70
70
|
fleet_insurance_claim_status_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
status: Status[];
|
|
73
|
+
time_zone_id: string;
|
|
73
74
|
search: string;
|
|
74
75
|
paging: PAGING;
|
|
75
76
|
page_count: number;
|
|
@@ -89,12 +90,11 @@ declare const MasterFleetInsuranceClaimStatusQuerySchema: z.ZodObject<{
|
|
|
89
90
|
}[];
|
|
90
91
|
include_master_data: YesNo;
|
|
91
92
|
date_format_id: string;
|
|
92
|
-
time_zone_id: string;
|
|
93
93
|
organisation_ids: string[];
|
|
94
94
|
fleet_insurance_claim_status_ids: string[];
|
|
95
95
|
}, {
|
|
96
|
-
date_format_id: string;
|
|
97
96
|
time_zone_id: string;
|
|
97
|
+
date_format_id: string;
|
|
98
98
|
status?: Status[] | undefined;
|
|
99
99
|
search?: string | undefined;
|
|
100
100
|
paging?: PAGING | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
2
|
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { U as UserOrganisation } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -24,14 +24,14 @@ declare const MasterFleetServiceTaskSchema: z.ZodObject<{
|
|
|
24
24
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
25
25
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
description: string;
|
|
28
27
|
status: Status;
|
|
29
|
-
organisation_id: string;
|
|
30
28
|
fleet_service_task: string;
|
|
29
|
+
description: string;
|
|
30
|
+
organisation_id: string;
|
|
31
31
|
}, {
|
|
32
32
|
status: Status;
|
|
33
|
-
organisation_id: string;
|
|
34
33
|
fleet_service_task: string;
|
|
34
|
+
organisation_id: string;
|
|
35
35
|
description?: string | undefined;
|
|
36
36
|
}>;
|
|
37
37
|
type MasterFleetServiceTaskDTO = z.infer<typeof MasterFleetServiceTaskSchema>;
|
|
@@ -90,8 +90,8 @@ declare const MasterFleetServiceTaskQuerySchema: z.ZodObject<{
|
|
|
90
90
|
include_master_data: YesNo;
|
|
91
91
|
date_format_id: string;
|
|
92
92
|
time_zone_id: string;
|
|
93
|
-
organisation_ids: string[];
|
|
94
93
|
fleet_service_task_ids: string[];
|
|
94
|
+
organisation_ids: string[];
|
|
95
95
|
}, {
|
|
96
96
|
date_format_id: string;
|
|
97
97
|
time_zone_id: string;
|
|
@@ -114,8 +114,8 @@ declare const MasterFleetServiceTaskQuerySchema: z.ZodObject<{
|
|
|
114
114
|
direction: OrderBy;
|
|
115
115
|
}[] | undefined;
|
|
116
116
|
include_master_data?: YesNo | undefined;
|
|
117
|
-
organisation_ids?: string[] | undefined;
|
|
118
117
|
fleet_service_task_ids?: string[] | undefined;
|
|
118
|
+
organisation_ids?: string[] | undefined;
|
|
119
119
|
}>;
|
|
120
120
|
type MasterFleetServiceTaskQueryDTO = z.infer<typeof MasterFleetServiceTaskQuerySchema>;
|
|
121
121
|
declare const toMasterFleetServiceTaskPayload: (row: MasterFleetServiceTask) => MasterFleetServiceTaskDTO;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { a6 as MasterMainCountry, a8 as MasterMainCountryDTO, aa as MasterMainCountryQueryDTO, a9 as MasterMainCountryQuerySchema, a7 as MasterMainCountrySchema, ae as createMasterMainCountry, ag as deleteMasterMainCountry, ad as findMasterMainCountries, ah as getMasterMainCountryCache, ai as getMasterMainCountryCacheChild, ac as newMasterMainCountryPayload, ab as toMasterMainCountryPayload, af as updateMasterMainCountry } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { r as MasterMainCurrency, v as MasterMainCurrencyDTO, x as MasterMainCurrencyQueryDTO, w as MasterMainCurrencyQuerySchema, s as MasterMainCurrencySchema, B as createMasterMainCurrency, D as deleteMasterMainCurrency, A as findMasterMainCurrencies, E as getMasterMainCurrencyCache, z as newMasterMainCurrencyPayload, y as toMasterMainCurrencyPayload, C as updateMasterMainCurrency } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { aj as MasterMainDateFormat, al as MasterMainDateFormatDTO, an as MasterMainDateFormatQueryDTO, am as MasterMainDateFormatQuerySchema, ak as MasterMainDateFormatSchema, ar as createMasterMainDateFormat, at as deleteMasterMainDateFormat, aq as findMasterMainDateFormats, au as getMasterMainDateFormatCache, ap as newMasterMainDateFormatPayload, ao as toMasterMainDateFormatPayload, as as updateMasterMainDateFormat } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { h as MasterMainIndustry, j as MasterMainIndustryDTO, l as MasterMainIndustryQueryDTO, k as MasterMainIndustryQuerySchema, i as MasterMainIndustrySchema, o as createMasterMainIndustry, p as deleteMasterMainIndustry, m as findMasterMainIndustrys, q as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-Bkq3GOUs.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|