vms-nest-prisma-api-document 320.0.0 → 340.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/{user_organisation_service-Cbc_ZtO4.d.ts → bookmark_service-4h5nJVo2.d.ts} +12605 -8259
- package/dist/services/account/bookmark_service.d.ts +5 -166
- package/dist/services/account/notification_preferences.service.d.ts +5 -220
- package/dist/services/account/report_preferences.service.d.ts +5 -310
- package/dist/services/account/ticket_service.d.ts +2 -2
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +2 -1
- package/dist/services/fleet/bus_mangement/calender.d.ts +5 -146
- package/dist/services/fleet/bus_mangement/master_route.d.ts +2 -1
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +5 -141
- package/dist/services/fleet/bus_mangement/student.d.ts +2 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +5 -410
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +2 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +2 -1
- package/dist/services/fleet/incident_management/incident_management_service.d.ts +2 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +2 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +2 -1
- package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +2 -1
- package/dist/services/fleet/issue_management/issue_management_service.d.ts +2 -1
- package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +2 -1
- package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +2 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +2 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +2 -1
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +2 -1
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +5 -232
- package/dist/services/gps/features/geofence/gps_geofence_service.js +24 -23
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +5 -161
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.js +10 -7
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +5 -174
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.js +9 -6
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +5 -194
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.js +11 -8
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -200
- package/dist/services/gps/features/gps_live_track_share_link_service.js +5 -4
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +5 -197
- package/dist/services/gps/features/gps_track_history_share_link_service.js +7 -6
- package/dist/services/main/devices/master_device_service.d.ts +2 -1
- package/dist/services/main/devices/master_device_service.js +16 -24
- package/dist/services/main/drivers/master_driver_service.d.ts +2 -1
- package/dist/services/main/drivers/master_driver_service.js +84 -81
- package/dist/services/main/sims/master_sim_service.d.ts +2 -1
- package/dist/services/main/sims/master_sim_service.js +8 -7
- package/dist/services/main/users/auth_service.d.ts +2 -2
- package/dist/services/main/users/user_admin_service.d.ts +6 -541
- package/dist/services/main/users/user_admin_service.js +25 -23
- package/dist/services/main/users/user_organisation_service.d.ts +2 -1
- package/dist/services/main/users/user_organisation_service.js +52 -49
- package/dist/services/main/users/user_service.d.ts +2 -1
- package/dist/services/main/users/user_service.js +41 -40
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +2 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +2 -1
- package/dist/services/main/vehicle/master_vehicle_service.js +60 -60
- package/dist/services/master/bus/master_class_service.d.ts +2 -1
- package/dist/services/master/bus/master_program_service.d.ts +2 -1
- package/dist/services/master/bus/master_relationship_service.d.ts +2 -1
- package/dist/services/master/bus/master_section_service.d.ts +2 -1
- package/dist/services/master/bus/master_semester_service.d.ts +2 -1
- package/dist/services/master/bus/master_stream_service.d.ts +2 -1
- package/dist/services/master/bus/master_year_service.d.ts +2 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +2 -1
- package/dist/services/master/device/master_device_model_service.d.ts +2 -1
- package/dist/services/master/device/master_device_type_service.d.ts +2 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +2 -1
- package/dist/services/master/expense/master_expense_type_service.d.ts +5 -125
- package/dist/services/master/expense/master_fuel_company_service.d.ts +2 -1
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +2 -1
- package/dist/services/master/expense/master_vendor_tag_service.d.ts +2 -1
- package/dist/services/master/expense/master_vendor_type_service.d.ts +2 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +2 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +2 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +2 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +2 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +2 -1
- package/dist/services/master/main/master_main_country_service.d.ts +2 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +2 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +2 -1
- package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
- package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
- package/dist/services/master/main/master_main_industry_service.d.ts +2 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +2 -1
- package/dist/services/master/main/master_main_language_service.d.ts +2 -1
- package/dist/services/master/main/master_main_sim_provider_service.d.ts +2 -1
- package/dist/services/master/main/master_main_state_service.d.ts +2 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +2 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +2 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +2 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +2 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +2 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +2 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +2 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +2 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +2 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +2 -2
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +5 -269
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +5 -132
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +5 -127
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +5 -128
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +2 -2
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +5 -261
- package/dist/services/master/user/master_user_role_service.d.ts +2 -1
- package/dist/services/master/user/master_user_status_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +2 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +2 -1
- package/package.json +1 -1
|
@@ -1,270 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
1
|
+
import '../../../core/Enums.js';
|
|
2
|
+
import '../../../core/BaseResponse.js';
|
|
3
|
+
import 'zod';
|
|
4
|
+
export { xe as MasterSparePartSubCategory, xg as MasterSparePartSubCategoryDTO, xf as MasterSparePartSubCategorySchema, xi as SparePartSubCategoryQueryDTO, xh as SparePartSubCategoryQuerySchema, xm as createMasterSparePartSubCategory, xo as deleteMasterSparePartSubCategory, xl as findMasterSparePartSubCategories, xp as getMasterSparePartSubCategoryCache, xq as getMasterSparePartSubCategoryCacheCount, xk as newMasterSparePartSubCategoryPayload, xj as toMasterSparePartSubCategoryPayload, xn as updateMasterSparePartSubCategory } from '../../../bookmark_service-4h5nJVo2.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
|
-
|
|
7
|
-
interface MasterSparePartSubCategory extends Record<string, unknown> {
|
|
8
|
-
spare_part_sub_category_id: string;
|
|
9
|
-
sub_category_name: string;
|
|
10
|
-
sub_category_code: 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
|
-
spare_part_category_id: string;
|
|
18
|
-
MasterSparePartCategory?: MasterSparePartCategory;
|
|
19
|
-
_count?: {
|
|
20
|
-
FleetSpareParts?: number;
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
declare const MasterSparePartSubCategorySchema: z.ZodObject<{
|
|
24
|
-
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
25
|
-
spare_part_category_id: z.ZodEffects<z.ZodString, string, string>;
|
|
26
|
-
sub_category_name: z.ZodEffects<z.ZodString, string, string>;
|
|
27
|
-
sub_category_code: z.ZodEffects<z.ZodString, string, string>;
|
|
28
|
-
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
29
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
30
|
-
}, "strip", z.ZodTypeAny, {
|
|
31
|
-
spare_part_category_id: string;
|
|
32
|
-
description: string;
|
|
33
|
-
status: Status;
|
|
34
|
-
organisation_id: string;
|
|
35
|
-
sub_category_name: string;
|
|
36
|
-
sub_category_code: string;
|
|
37
|
-
}, {
|
|
38
|
-
spare_part_category_id: string;
|
|
39
|
-
status: Status;
|
|
40
|
-
organisation_id: string;
|
|
41
|
-
sub_category_name: string;
|
|
42
|
-
sub_category_code: string;
|
|
43
|
-
description?: string | undefined;
|
|
44
|
-
}>;
|
|
45
|
-
type MasterSparePartSubCategoryDTO = z.infer<typeof MasterSparePartSubCategorySchema>;
|
|
46
|
-
declare const SparePartSubCategoryQuerySchema: z.ZodObject<{
|
|
47
|
-
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
48
|
-
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
49
|
-
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
50
|
-
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
51
|
-
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
52
|
-
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
53
|
-
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
54
|
-
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
55
|
-
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
56
|
-
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
57
|
-
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
58
|
-
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
59
|
-
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
60
|
-
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
61
|
-
name: z.ZodEffects<z.ZodString, string, string>;
|
|
62
|
-
field: z.ZodEffects<z.ZodString, string, string>;
|
|
63
|
-
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
64
|
-
}, "strip", z.ZodTypeAny, {
|
|
65
|
-
name: string;
|
|
66
|
-
field: string;
|
|
67
|
-
direction: OrderBy;
|
|
68
|
-
}, {
|
|
69
|
-
name: string;
|
|
70
|
-
field: string;
|
|
71
|
-
direction: OrderBy;
|
|
72
|
-
}>, "many">>>;
|
|
73
|
-
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
74
|
-
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
75
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
76
|
-
} & {
|
|
77
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
78
|
-
spare_part_category_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
79
|
-
spare_part_sub_category_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
80
|
-
}, "strip", z.ZodTypeAny, {
|
|
81
|
-
status: Status[];
|
|
82
|
-
search: string;
|
|
83
|
-
paging: PAGING;
|
|
84
|
-
page_count: number;
|
|
85
|
-
page_index: number;
|
|
86
|
-
load_parents: LoadParents;
|
|
87
|
-
load_parents_list: string[];
|
|
88
|
-
load_child: LoadChild;
|
|
89
|
-
load_child_list: string[];
|
|
90
|
-
load_child_count: LoadChildCount;
|
|
91
|
-
load_child_count_list: string[];
|
|
92
|
-
include_details: Record<string, any>;
|
|
93
|
-
where_relations: Record<string, any>;
|
|
94
|
-
order_by: {
|
|
95
|
-
name: string;
|
|
96
|
-
field: string;
|
|
97
|
-
direction: OrderBy;
|
|
98
|
-
}[];
|
|
99
|
-
include_master_data: YesNo;
|
|
100
|
-
date_format_id: string;
|
|
101
|
-
time_zone_id: string;
|
|
102
|
-
organisation_ids: string[];
|
|
103
|
-
spare_part_category_ids: string[];
|
|
104
|
-
spare_part_sub_category_ids: string[];
|
|
105
|
-
}, {
|
|
106
|
-
date_format_id: string;
|
|
107
|
-
time_zone_id: string;
|
|
108
|
-
status?: Status[] | undefined;
|
|
109
|
-
search?: string | undefined;
|
|
110
|
-
paging?: PAGING | undefined;
|
|
111
|
-
page_count?: unknown;
|
|
112
|
-
page_index?: unknown;
|
|
113
|
-
load_parents?: LoadParents | undefined;
|
|
114
|
-
load_parents_list?: string[] | undefined;
|
|
115
|
-
load_child?: LoadChild | undefined;
|
|
116
|
-
load_child_list?: string[] | undefined;
|
|
117
|
-
load_child_count?: LoadChildCount | undefined;
|
|
118
|
-
load_child_count_list?: string[] | undefined;
|
|
119
|
-
include_details?: Record<string, any> | undefined;
|
|
120
|
-
where_relations?: Record<string, any> | undefined;
|
|
121
|
-
order_by?: {
|
|
122
|
-
name: string;
|
|
123
|
-
field: string;
|
|
124
|
-
direction: OrderBy;
|
|
125
|
-
}[] | undefined;
|
|
126
|
-
include_master_data?: YesNo | undefined;
|
|
127
|
-
organisation_ids?: string[] | undefined;
|
|
128
|
-
spare_part_category_ids?: string[] | undefined;
|
|
129
|
-
spare_part_sub_category_ids?: string[] | undefined;
|
|
130
|
-
}>;
|
|
131
|
-
type SparePartSubCategoryQueryDTO = z.infer<typeof SparePartSubCategoryQuerySchema>;
|
|
132
|
-
declare const toMasterSparePartSubCategoryPayload: (row: MasterSparePartSubCategory) => MasterSparePartSubCategoryDTO;
|
|
133
|
-
declare const newMasterSparePartSubCategoryPayload: () => MasterSparePartSubCategoryDTO;
|
|
134
|
-
declare const findMasterSparePartSubCategories: (data: SparePartSubCategoryQueryDTO) => Promise<FBR<MasterSparePartSubCategory[]>>;
|
|
135
|
-
declare const createMasterSparePartSubCategory: (data: MasterSparePartSubCategoryDTO) => Promise<SBR>;
|
|
136
|
-
declare const updateMasterSparePartSubCategory: (id: string, data: MasterSparePartSubCategoryDTO) => Promise<SBR>;
|
|
137
|
-
declare const deleteMasterSparePartSubCategory: (id: string) => Promise<SBR>;
|
|
138
|
-
declare const getMasterSparePartSubCategoryCache: (organisation_id: string, spare_part_category_id?: string) => Promise<FBR<MasterSparePartSubCategory[]>>;
|
|
139
|
-
declare const getMasterSparePartSubCategoryCacheCount: (organisation_id: string, spare_part_category_id?: string) => Promise<FBR<MasterSparePartSubCategory[]>>;
|
|
140
|
-
|
|
141
|
-
interface MasterSparePartCategory extends Record<string, unknown> {
|
|
142
|
-
spare_part_category_id: string;
|
|
143
|
-
category_name: string;
|
|
144
|
-
category_code: string;
|
|
145
|
-
description?: string;
|
|
146
|
-
status: Status;
|
|
147
|
-
added_date_time: string;
|
|
148
|
-
modified_date_time: string;
|
|
149
|
-
organisation_id: string;
|
|
150
|
-
UserOrganisation?: UserOrganisation;
|
|
151
|
-
MasterSparePartSubCategory?: MasterSparePartSubCategory[];
|
|
152
|
-
_count?: {
|
|
153
|
-
MasterSparePartSubCategory?: number;
|
|
154
|
-
FleetSpareParts?: number;
|
|
155
|
-
};
|
|
156
|
-
}
|
|
157
|
-
declare const MasterSparePartCategorySchema: z.ZodObject<{
|
|
158
|
-
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
159
|
-
category_name: z.ZodEffects<z.ZodString, string, string>;
|
|
160
|
-
category_code: z.ZodEffects<z.ZodString, string, string>;
|
|
161
|
-
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
162
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
163
|
-
}, "strip", z.ZodTypeAny, {
|
|
164
|
-
category_name: string;
|
|
165
|
-
category_code: string;
|
|
166
|
-
description: string;
|
|
167
|
-
status: Status;
|
|
168
|
-
organisation_id: string;
|
|
169
|
-
}, {
|
|
170
|
-
category_name: string;
|
|
171
|
-
category_code: string;
|
|
172
|
-
status: Status;
|
|
173
|
-
organisation_id: string;
|
|
174
|
-
description?: string | undefined;
|
|
175
|
-
}>;
|
|
176
|
-
type MasterSparePartCategoryDTO = z.infer<typeof MasterSparePartCategorySchema>;
|
|
177
|
-
declare const SparePartCategoryQuerySchema: z.ZodObject<{
|
|
178
|
-
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
179
|
-
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
180
|
-
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
181
|
-
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
182
|
-
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
183
|
-
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
184
|
-
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
185
|
-
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
186
|
-
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
187
|
-
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
188
|
-
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
189
|
-
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
190
|
-
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
191
|
-
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
192
|
-
name: z.ZodEffects<z.ZodString, string, string>;
|
|
193
|
-
field: z.ZodEffects<z.ZodString, string, string>;
|
|
194
|
-
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
195
|
-
}, "strip", z.ZodTypeAny, {
|
|
196
|
-
name: string;
|
|
197
|
-
field: string;
|
|
198
|
-
direction: OrderBy;
|
|
199
|
-
}, {
|
|
200
|
-
name: string;
|
|
201
|
-
field: string;
|
|
202
|
-
direction: OrderBy;
|
|
203
|
-
}>, "many">>>;
|
|
204
|
-
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
205
|
-
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
206
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
207
|
-
} & {
|
|
208
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
209
|
-
spare_part_category_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
210
|
-
}, "strip", z.ZodTypeAny, {
|
|
211
|
-
status: Status[];
|
|
212
|
-
search: string;
|
|
213
|
-
paging: PAGING;
|
|
214
|
-
page_count: number;
|
|
215
|
-
page_index: number;
|
|
216
|
-
load_parents: LoadParents;
|
|
217
|
-
load_parents_list: string[];
|
|
218
|
-
load_child: LoadChild;
|
|
219
|
-
load_child_list: string[];
|
|
220
|
-
load_child_count: LoadChildCount;
|
|
221
|
-
load_child_count_list: string[];
|
|
222
|
-
include_details: Record<string, any>;
|
|
223
|
-
where_relations: Record<string, any>;
|
|
224
|
-
order_by: {
|
|
225
|
-
name: string;
|
|
226
|
-
field: string;
|
|
227
|
-
direction: OrderBy;
|
|
228
|
-
}[];
|
|
229
|
-
include_master_data: YesNo;
|
|
230
|
-
date_format_id: string;
|
|
231
|
-
time_zone_id: string;
|
|
232
|
-
organisation_ids: string[];
|
|
233
|
-
spare_part_category_ids: string[];
|
|
234
|
-
}, {
|
|
235
|
-
date_format_id: string;
|
|
236
|
-
time_zone_id: string;
|
|
237
|
-
status?: Status[] | undefined;
|
|
238
|
-
search?: string | undefined;
|
|
239
|
-
paging?: PAGING | undefined;
|
|
240
|
-
page_count?: unknown;
|
|
241
|
-
page_index?: unknown;
|
|
242
|
-
load_parents?: LoadParents | undefined;
|
|
243
|
-
load_parents_list?: string[] | undefined;
|
|
244
|
-
load_child?: LoadChild | undefined;
|
|
245
|
-
load_child_list?: string[] | undefined;
|
|
246
|
-
load_child_count?: LoadChildCount | undefined;
|
|
247
|
-
load_child_count_list?: string[] | undefined;
|
|
248
|
-
include_details?: Record<string, any> | undefined;
|
|
249
|
-
where_relations?: Record<string, any> | undefined;
|
|
250
|
-
order_by?: {
|
|
251
|
-
name: string;
|
|
252
|
-
field: string;
|
|
253
|
-
direction: OrderBy;
|
|
254
|
-
}[] | undefined;
|
|
255
|
-
include_master_data?: YesNo | undefined;
|
|
256
|
-
organisation_ids?: string[] | undefined;
|
|
257
|
-
spare_part_category_ids?: string[] | undefined;
|
|
258
|
-
}>;
|
|
259
|
-
type SparePartCategoryQueryDTO = z.infer<typeof SparePartCategoryQuerySchema>;
|
|
260
|
-
declare const toMasterSparePartCategoryPayload: (row: MasterSparePartCategory) => MasterSparePartCategoryDTO;
|
|
261
|
-
declare const newMasterSparePartCategoryPayload: () => MasterSparePartCategoryDTO;
|
|
262
|
-
declare const findMasterSparePartCategories: (data: SparePartCategoryQueryDTO) => Promise<FBR<MasterSparePartCategory[]>>;
|
|
263
|
-
declare const createMasterSparePartCategory: (data: MasterSparePartCategoryDTO) => Promise<SBR>;
|
|
264
|
-
declare const updateMasterSparePartCategory: (id: string, data: MasterSparePartCategoryDTO) => Promise<SBR>;
|
|
265
|
-
declare const deleteMasterSparePartCategory: (id: string) => Promise<SBR>;
|
|
266
|
-
declare const getMasterSparePartCategoryCache: (organisation_id: string) => Promise<FBR<MasterSparePartCategory[]>>;
|
|
267
|
-
declare const getMasterSparePartCategoryCacheChild: (organisation_id: string) => Promise<FBR<MasterSparePartCategory[]>>;
|
|
268
|
-
declare const getMasterSparePartCategoryCacheCount: (organisation_id: string) => Promise<FBR<number>>;
|
|
269
|
-
|
|
270
|
-
export { type MasterSparePartCategory as M, type MasterSparePartSubCategory, type MasterSparePartSubCategoryDTO, MasterSparePartSubCategorySchema, SparePartCategoryQuerySchema as S, type SparePartSubCategoryQueryDTO, SparePartSubCategoryQuerySchema, MasterSparePartCategorySchema as a, type MasterSparePartCategoryDTO as b, type SparePartCategoryQueryDTO as c, createMasterSparePartSubCategory, createMasterSparePartCategory as d, deleteMasterSparePartSubCategory, deleteMasterSparePartCategory as e, findMasterSparePartCategories as f, findMasterSparePartSubCategories, getMasterSparePartCategoryCache as g, getMasterSparePartSubCategoryCache, getMasterSparePartSubCategoryCacheCount, getMasterSparePartCategoryCacheChild as h, getMasterSparePartCategoryCacheCount as i, newMasterSparePartCategoryPayload as n, newMasterSparePartSubCategoryPayload, toMasterSparePartCategoryPayload as t, toMasterSparePartSubCategoryPayload, updateMasterSparePartCategory as u, updateMasterSparePartSubCategory };
|
|
6
|
+
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,133 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
1
|
+
import '../../../core/Enums.js';
|
|
2
|
+
import '../../../core/BaseResponse.js';
|
|
3
|
+
import 'zod';
|
|
4
|
+
export { xF as MasterSparePartUnit, xH as MasterSparePartUnitDTO, xG as MasterSparePartUnitSchema, xJ as SparePartUnitQueryDTO, xI as SparePartUnitQuerySchema, xN as createMasterSparePartUnit, xP as deleteMasterSparePartUnit, xM as findMasterSparePartUnits, xQ as getMasterSparePartUnitCache, xR as getMasterSparePartUnitCacheCount, xL as newMasterSparePartUnitPayload, xK as toMasterSparePartUnitPayload, xO as updateMasterSparePartUnit } from '../../../bookmark_service-4h5nJVo2.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
|
-
|
|
7
|
-
interface MasterSparePartUnit extends Record<string, unknown> {
|
|
8
|
-
spare_part_unit_id: string;
|
|
9
|
-
unit_name: string;
|
|
10
|
-
unit_code: 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
|
-
_count?: {
|
|
18
|
-
FleetSpareParts?: number;
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
declare const MasterSparePartUnitSchema: z.ZodObject<{
|
|
22
|
-
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
23
|
-
unit_name: z.ZodEffects<z.ZodString, string, string>;
|
|
24
|
-
unit_code: z.ZodEffects<z.ZodString, string, string>;
|
|
25
|
-
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
26
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
27
|
-
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
description: string;
|
|
29
|
-
status: Status;
|
|
30
|
-
organisation_id: string;
|
|
31
|
-
unit_name: string;
|
|
32
|
-
unit_code: string;
|
|
33
|
-
}, {
|
|
34
|
-
status: Status;
|
|
35
|
-
organisation_id: string;
|
|
36
|
-
unit_name: string;
|
|
37
|
-
unit_code: string;
|
|
38
|
-
description?: string | undefined;
|
|
39
|
-
}>;
|
|
40
|
-
type MasterSparePartUnitDTO = z.infer<typeof MasterSparePartUnitSchema>;
|
|
41
|
-
declare const SparePartUnitQuerySchema: z.ZodObject<{
|
|
42
|
-
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
43
|
-
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
44
|
-
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
45
|
-
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
46
|
-
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
47
|
-
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
48
|
-
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
49
|
-
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
50
|
-
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
51
|
-
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
52
|
-
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
53
|
-
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
54
|
-
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
55
|
-
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
56
|
-
name: z.ZodEffects<z.ZodString, string, string>;
|
|
57
|
-
field: z.ZodEffects<z.ZodString, string, string>;
|
|
58
|
-
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
59
|
-
}, "strip", z.ZodTypeAny, {
|
|
60
|
-
name: string;
|
|
61
|
-
field: string;
|
|
62
|
-
direction: OrderBy;
|
|
63
|
-
}, {
|
|
64
|
-
name: string;
|
|
65
|
-
field: string;
|
|
66
|
-
direction: OrderBy;
|
|
67
|
-
}>, "many">>>;
|
|
68
|
-
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
69
|
-
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
70
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
71
|
-
} & {
|
|
72
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
73
|
-
spare_part_unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
74
|
-
}, "strip", z.ZodTypeAny, {
|
|
75
|
-
status: Status[];
|
|
76
|
-
search: string;
|
|
77
|
-
paging: PAGING;
|
|
78
|
-
page_count: number;
|
|
79
|
-
page_index: number;
|
|
80
|
-
load_parents: LoadParents;
|
|
81
|
-
load_parents_list: string[];
|
|
82
|
-
load_child: LoadChild;
|
|
83
|
-
load_child_list: string[];
|
|
84
|
-
load_child_count: LoadChildCount;
|
|
85
|
-
load_child_count_list: string[];
|
|
86
|
-
include_details: Record<string, any>;
|
|
87
|
-
where_relations: Record<string, any>;
|
|
88
|
-
order_by: {
|
|
89
|
-
name: string;
|
|
90
|
-
field: string;
|
|
91
|
-
direction: OrderBy;
|
|
92
|
-
}[];
|
|
93
|
-
include_master_data: YesNo;
|
|
94
|
-
date_format_id: string;
|
|
95
|
-
time_zone_id: string;
|
|
96
|
-
organisation_ids: string[];
|
|
97
|
-
spare_part_unit_ids: string[];
|
|
98
|
-
}, {
|
|
99
|
-
date_format_id: string;
|
|
100
|
-
time_zone_id: string;
|
|
101
|
-
status?: Status[] | undefined;
|
|
102
|
-
search?: string | undefined;
|
|
103
|
-
paging?: PAGING | undefined;
|
|
104
|
-
page_count?: unknown;
|
|
105
|
-
page_index?: unknown;
|
|
106
|
-
load_parents?: LoadParents | undefined;
|
|
107
|
-
load_parents_list?: string[] | undefined;
|
|
108
|
-
load_child?: LoadChild | undefined;
|
|
109
|
-
load_child_list?: string[] | undefined;
|
|
110
|
-
load_child_count?: LoadChildCount | undefined;
|
|
111
|
-
load_child_count_list?: string[] | undefined;
|
|
112
|
-
include_details?: Record<string, any> | undefined;
|
|
113
|
-
where_relations?: Record<string, any> | undefined;
|
|
114
|
-
order_by?: {
|
|
115
|
-
name: string;
|
|
116
|
-
field: string;
|
|
117
|
-
direction: OrderBy;
|
|
118
|
-
}[] | undefined;
|
|
119
|
-
include_master_data?: YesNo | undefined;
|
|
120
|
-
organisation_ids?: string[] | undefined;
|
|
121
|
-
spare_part_unit_ids?: string[] | undefined;
|
|
122
|
-
}>;
|
|
123
|
-
type SparePartUnitQueryDTO = z.infer<typeof SparePartUnitQuerySchema>;
|
|
124
|
-
declare const toMasterSparePartUnitPayload: (row: MasterSparePartUnit) => MasterSparePartUnitDTO;
|
|
125
|
-
declare const newMasterSparePartUnitPayload: () => MasterSparePartUnitDTO;
|
|
126
|
-
declare const findMasterSparePartUnits: (data: SparePartUnitQueryDTO) => Promise<FBR<MasterSparePartUnit[]>>;
|
|
127
|
-
declare const createMasterSparePartUnit: (data: MasterSparePartUnitDTO) => Promise<SBR>;
|
|
128
|
-
declare const updateMasterSparePartUnit: (id: string, data: MasterSparePartUnitDTO) => Promise<SBR>;
|
|
129
|
-
declare const deleteMasterSparePartUnit: (id: string) => Promise<SBR>;
|
|
130
|
-
declare const getMasterSparePartUnitCache: (organisation_id: string) => Promise<FBR<MasterSparePartUnit[]>>;
|
|
131
|
-
declare const getMasterSparePartUnitCacheCount: (organisation_id: string) => Promise<FBR<MasterSparePartUnit[]>>;
|
|
132
|
-
|
|
133
|
-
export { type MasterSparePartUnit, type MasterSparePartUnitDTO, MasterSparePartUnitSchema, type SparePartUnitQueryDTO, SparePartUnitQuerySchema, createMasterSparePartUnit, deleteMasterSparePartUnit, findMasterSparePartUnits, getMasterSparePartUnitCache, getMasterSparePartUnitCacheCount, newMasterSparePartUnitPayload, toMasterSparePartUnitPayload, updateMasterSparePartUnit };
|
|
6
|
+
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
@@ -1,128 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
1
|
+
import '../../../core/Enums.js';
|
|
2
|
+
import '../../../core/BaseResponse.js';
|
|
3
|
+
import 'zod';
|
|
4
|
+
export { xS as MasterTripPartyType, xU as MasterTripPartyTypeDTO, xW as MasterTripPartyTypeQueryDTO, xV as MasterTripPartyTypeQuerySchema, xT as MasterTripPartyTypeSchema, x_ as createMasterTripPartyType, y0 as deleteMasterTripPartyType, xZ as findMasterTripPartyTypes, y1 as getMasterTripPartyTypeCache, xY as newMasterTripPartyTypePayload, xX as toMasterTripPartyTypePayload, x$ as updateMasterTripPartyType } from '../../../bookmark_service-4h5nJVo2.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
|
-
|
|
7
|
-
interface MasterTripPartyType extends Record<string, unknown> {
|
|
8
|
-
party_type_id: string;
|
|
9
|
-
party_type: string;
|
|
10
|
-
description?: string;
|
|
11
|
-
status: Status;
|
|
12
|
-
added_date_time: string;
|
|
13
|
-
modified_date_time: string;
|
|
14
|
-
organisation_id: string;
|
|
15
|
-
UserOrganisation?: UserOrganisation;
|
|
16
|
-
_count?: {
|
|
17
|
-
FleetTripParty?: number;
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
|
-
declare const MasterTripPartyTypeSchema: z.ZodObject<{
|
|
21
|
-
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
22
|
-
party_type: z.ZodEffects<z.ZodString, string, string>;
|
|
23
|
-
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
24
|
-
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
25
|
-
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
party_type: string;
|
|
27
|
-
description: string;
|
|
28
|
-
status: Status;
|
|
29
|
-
organisation_id: string;
|
|
30
|
-
}, {
|
|
31
|
-
party_type: string;
|
|
32
|
-
status: Status;
|
|
33
|
-
organisation_id: string;
|
|
34
|
-
description?: string | undefined;
|
|
35
|
-
}>;
|
|
36
|
-
type MasterTripPartyTypeDTO = z.infer<typeof MasterTripPartyTypeSchema>;
|
|
37
|
-
declare const MasterTripPartyTypeQuerySchema: z.ZodObject<{
|
|
38
|
-
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
39
|
-
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
40
|
-
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
41
|
-
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
42
|
-
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
43
|
-
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
44
|
-
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
45
|
-
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
46
|
-
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
47
|
-
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
48
|
-
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
49
|
-
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
50
|
-
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
51
|
-
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
52
|
-
name: z.ZodEffects<z.ZodString, string, string>;
|
|
53
|
-
field: z.ZodEffects<z.ZodString, string, string>;
|
|
54
|
-
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
55
|
-
}, "strip", z.ZodTypeAny, {
|
|
56
|
-
name: string;
|
|
57
|
-
field: string;
|
|
58
|
-
direction: OrderBy;
|
|
59
|
-
}, {
|
|
60
|
-
name: string;
|
|
61
|
-
field: string;
|
|
62
|
-
direction: OrderBy;
|
|
63
|
-
}>, "many">>>;
|
|
64
|
-
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
65
|
-
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
66
|
-
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
67
|
-
} & {
|
|
68
|
-
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
69
|
-
party_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
70
|
-
}, "strip", z.ZodTypeAny, {
|
|
71
|
-
status: Status[];
|
|
72
|
-
search: string;
|
|
73
|
-
paging: PAGING;
|
|
74
|
-
page_count: number;
|
|
75
|
-
page_index: number;
|
|
76
|
-
load_parents: LoadParents;
|
|
77
|
-
load_parents_list: string[];
|
|
78
|
-
load_child: LoadChild;
|
|
79
|
-
load_child_list: string[];
|
|
80
|
-
load_child_count: LoadChildCount;
|
|
81
|
-
load_child_count_list: string[];
|
|
82
|
-
include_details: Record<string, any>;
|
|
83
|
-
where_relations: Record<string, any>;
|
|
84
|
-
order_by: {
|
|
85
|
-
name: string;
|
|
86
|
-
field: string;
|
|
87
|
-
direction: OrderBy;
|
|
88
|
-
}[];
|
|
89
|
-
include_master_data: YesNo;
|
|
90
|
-
date_format_id: string;
|
|
91
|
-
time_zone_id: string;
|
|
92
|
-
organisation_ids: string[];
|
|
93
|
-
party_type_ids: string[];
|
|
94
|
-
}, {
|
|
95
|
-
date_format_id: string;
|
|
96
|
-
time_zone_id: string;
|
|
97
|
-
status?: Status[] | undefined;
|
|
98
|
-
search?: string | undefined;
|
|
99
|
-
paging?: PAGING | undefined;
|
|
100
|
-
page_count?: unknown;
|
|
101
|
-
page_index?: unknown;
|
|
102
|
-
load_parents?: LoadParents | undefined;
|
|
103
|
-
load_parents_list?: string[] | undefined;
|
|
104
|
-
load_child?: LoadChild | undefined;
|
|
105
|
-
load_child_list?: string[] | undefined;
|
|
106
|
-
load_child_count?: LoadChildCount | undefined;
|
|
107
|
-
load_child_count_list?: string[] | undefined;
|
|
108
|
-
include_details?: Record<string, any> | undefined;
|
|
109
|
-
where_relations?: Record<string, any> | undefined;
|
|
110
|
-
order_by?: {
|
|
111
|
-
name: string;
|
|
112
|
-
field: string;
|
|
113
|
-
direction: OrderBy;
|
|
114
|
-
}[] | undefined;
|
|
115
|
-
include_master_data?: YesNo | undefined;
|
|
116
|
-
organisation_ids?: string[] | undefined;
|
|
117
|
-
party_type_ids?: string[] | undefined;
|
|
118
|
-
}>;
|
|
119
|
-
type MasterTripPartyTypeQueryDTO = z.infer<typeof MasterTripPartyTypeQuerySchema>;
|
|
120
|
-
declare const toMasterTripPartyTypePayload: (row: MasterTripPartyType) => MasterTripPartyTypeDTO;
|
|
121
|
-
declare const newMasterTripPartyTypePayload: () => MasterTripPartyTypeDTO;
|
|
122
|
-
declare const findMasterTripPartyTypes: (data: MasterTripPartyTypeQueryDTO) => Promise<FBR<MasterTripPartyType[]>>;
|
|
123
|
-
declare const createMasterTripPartyType: (data: MasterTripPartyTypeDTO) => Promise<SBR>;
|
|
124
|
-
declare const updateMasterTripPartyType: (id: string, data: MasterTripPartyTypeDTO) => Promise<SBR>;
|
|
125
|
-
declare const deleteMasterTripPartyType: (id: string) => Promise<SBR>;
|
|
126
|
-
declare const getMasterTripPartyTypeCache: (organisation_id: string) => Promise<FBR<MasterTripPartyType[]>>;
|
|
127
|
-
|
|
128
|
-
export { type MasterTripPartyType, type MasterTripPartyTypeDTO, type MasterTripPartyTypeQueryDTO, MasterTripPartyTypeQuerySchema, MasterTripPartyTypeSchema, createMasterTripPartyType, deleteMasterTripPartyType, findMasterTripPartyTypes, getMasterTripPartyTypeCache, newMasterTripPartyTypePayload, toMasterTripPartyTypePayload, updateMasterTripPartyType };
|
|
6
|
+
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|