vms-nest-prisma-api-document 5.0.5 → 6.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 +23 -1
- package/dist/core/Enums.js +28 -0
- package/dist/services/account/alert_service.d.ts +1 -1
- package/dist/services/account/bookmark_service.d.ts +3 -3
- package/dist/services/account/notification_service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +299 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.js +372 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +351 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.js +562 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +295 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.js +484 -0
- package/dist/services/gps/features/fuel/gps_fuel_vehicle_daily_summary_service.d.ts +1 -1
- package/dist/services/gps/features/fuel/gps_fuel_vehicle_refill_service.d.ts +1 -1
- package/dist/services/gps/features/fuel/gps_fuel_vehicle_removal_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_data_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 +5 -5
- 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 +17 -17
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +10 -10
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +43 -43
- 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_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/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.js +8 -5
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.js +14 -11
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.js +19 -19
- package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.js +15 -12
- package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_type_service.js +13 -10
- package/dist/services/master/expense/master_fuel_company_service.d.ts +6 -6
- package/dist/services/master/expense/master_fuel_company_service.js +18 -21
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +4 -4
- package/dist/services/master/expense/master_vendor_document_type_service.js +13 -16
- package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_type_service.js +11 -14
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.js +13 -8
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.js +11 -8
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.js +12 -11
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.js +14 -19
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.js +13 -15
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_country_service.js +7 -10
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.js +12 -15
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.js +5 -8
- package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +1 -1
- package/dist/services/master/main/master_main_eway_bill_provider_service.js +6 -8
- package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +10 -10
- package/dist/services/master/main/master_main_fasttag_bank_service.js +10 -12
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.js +11 -14
- package/dist/services/master/main/master_main_landmark_service.d.ts +4 -4
- package/dist/services/master/main/master_main_landmark_service.js +19 -19
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_language_service.js +5 -8
- package/dist/services/master/main/master_main_sim_provider_service.d.ts +2 -2
- package/dist/services/master/main/master_main_sim_provider_service.js +4 -7
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.js +10 -13
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.js +34 -16
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.js +5 -8
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.js +5 -8
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.js +5 -8
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.js +28 -32
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.js +23 -27
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.js +25 -29
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.js +22 -36
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.js +19 -19
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.js +17 -26
- 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_sub_category_service.js +26 -21
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_unit_service.js +19 -14
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.js +12 -12
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.js +18 -13
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.js +12 -17
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.js +23 -20
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_role_service.js +18 -13
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.js +18 -13
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +132 -0
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.js +293 -0
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +129 -0
- package/dist/services/master/vehicle/master_vehicle_document_type_service.js +283 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +131 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.js +297 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.js +25 -15
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +137 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.js +293 -0
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.js +19 -21
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.js +30 -22
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.js +28 -18
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.js +25 -14
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.js +36 -29
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.js +18 -20
- 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-DJWj2iMa.d.ts → user_organisation_service-_rBwGIT-.d.ts} +253 -121
- package/package.json +1 -1
|
@@ -229,47 +229,39 @@ var ENDPOINTS = {
|
|
|
229
229
|
update: (id) => `${URL}/${id}`,
|
|
230
230
|
delete: (id) => `${URL}/${id}`,
|
|
231
231
|
cache: (organisation_id) => `${URL}/cache/${organisation_id}`,
|
|
232
|
-
|
|
233
|
-
|
|
232
|
+
cache_count: (organisation_id) => `${URL}/cache_count/${organisation_id}`,
|
|
233
|
+
cache_child: (organisation_id) => `${URL}/cache_child/${organisation_id}`
|
|
234
234
|
};
|
|
235
235
|
var OrganisationSubCompanySchema = z3.object({
|
|
236
|
-
organisation_id: single_select_mandatory("
|
|
237
|
-
// ✅ Single-
|
|
236
|
+
organisation_id: single_select_mandatory("UserOrganisation"),
|
|
237
|
+
// ✅ Single-Selection -> UserOrganisation
|
|
238
238
|
sub_company_name: stringMandatory("Sub Company Name", 3, 100),
|
|
239
|
-
sub_company_logo_url: stringOptional("Sub Company Logo URL", 0, 300),
|
|
240
|
-
sub_company_logo_key: stringOptional("Sub Company Logo Key", 0, 300),
|
|
241
239
|
sub_company_GSTIN: stringMandatory("Sub Company GSTIN", 3, 100),
|
|
240
|
+
description: stringOptional("Description", 0, 300),
|
|
242
241
|
status: enumMandatory("Status", Status, "Active" /* Active */)
|
|
243
242
|
});
|
|
244
243
|
var OrganisationSubCompanyQuerySchema = BaseQuerySchema.extend({
|
|
245
|
-
organisation_ids: multi_select_optional("
|
|
244
|
+
organisation_ids: multi_select_optional("UserOrganisation"),
|
|
246
245
|
// ✅ Multi-selection -> UserOrganisation
|
|
247
|
-
organisation_sub_company_ids: multi_select_optional(
|
|
248
|
-
"Organisation Sub Company"
|
|
249
|
-
)
|
|
246
|
+
organisation_sub_company_ids: multi_select_optional("OrganisationSubCompany")
|
|
250
247
|
// ✅ Multi-selection -> OrganisationSubCompany
|
|
251
248
|
});
|
|
252
|
-
var toOrganisationSubCompanyPayload = (
|
|
253
|
-
organisation_id:
|
|
254
|
-
sub_company_name:
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
status: subCompany.status
|
|
249
|
+
var toOrganisationSubCompanyPayload = (row) => ({
|
|
250
|
+
organisation_id: row.organisation_id,
|
|
251
|
+
sub_company_name: row.sub_company_name,
|
|
252
|
+
sub_company_GSTIN: row.sub_company_GSTIN,
|
|
253
|
+
description: row.description || "",
|
|
254
|
+
status: row.status
|
|
259
255
|
});
|
|
260
256
|
var newOrganisationSubCompanyPayload = () => ({
|
|
261
257
|
organisation_id: "",
|
|
262
258
|
sub_company_name: "",
|
|
263
|
-
sub_company_logo_url: "",
|
|
264
|
-
sub_company_logo_key: "",
|
|
265
259
|
sub_company_GSTIN: "",
|
|
260
|
+
description: "",
|
|
266
261
|
status: "Active" /* Active */
|
|
267
262
|
});
|
|
268
|
-
var
|
|
269
|
-
return apiPost(
|
|
270
|
-
ENDPOINTS.find,
|
|
271
|
-
data
|
|
272
|
-
);
|
|
263
|
+
var findOrganisationSubCompanyies = async (data) => {
|
|
264
|
+
return apiPost(ENDPOINTS.find, data);
|
|
273
265
|
};
|
|
274
266
|
var createOrganisationSubCompany = async (data) => {
|
|
275
267
|
return apiPost(ENDPOINTS.create, data);
|
|
@@ -281,26 +273,20 @@ var deleteOrganisationSubCompany = async (id) => {
|
|
|
281
273
|
return apiDelete(ENDPOINTS.delete(id));
|
|
282
274
|
};
|
|
283
275
|
var getOrganisationSubCompanyCache = async (organisation_id) => {
|
|
284
|
-
return apiGet(
|
|
285
|
-
ENDPOINTS.cache(organisation_id)
|
|
286
|
-
);
|
|
287
|
-
};
|
|
288
|
-
var getOrganisationSubCompanyCacheChild = async (organisation_id) => {
|
|
289
|
-
return apiGet(
|
|
290
|
-
ENDPOINTS.cache_child(organisation_id)
|
|
291
|
-
);
|
|
276
|
+
return apiGet(ENDPOINTS.cache(organisation_id));
|
|
292
277
|
};
|
|
293
278
|
var getOrganisationSubCompanyCacheCount = async (organisation_id) => {
|
|
294
|
-
return apiGet(
|
|
295
|
-
|
|
296
|
-
|
|
279
|
+
return apiGet(ENDPOINTS.cache_count(organisation_id));
|
|
280
|
+
};
|
|
281
|
+
var getOrganisationSubCompanyCacheChild = async (organisation_id) => {
|
|
282
|
+
return apiGet(ENDPOINTS.cache_child(organisation_id));
|
|
297
283
|
};
|
|
298
284
|
export {
|
|
299
285
|
OrganisationSubCompanyQuerySchema,
|
|
300
286
|
OrganisationSubCompanySchema,
|
|
301
287
|
createOrganisationSubCompany,
|
|
302
288
|
deleteOrganisationSubCompany,
|
|
303
|
-
|
|
289
|
+
findOrganisationSubCompanyies,
|
|
304
290
|
getOrganisationSubCompanyCache,
|
|
305
291
|
getOrganisationSubCompanyCacheChild,
|
|
306
292
|
getOrganisationSubCompanyCacheCount,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { cY as OrganisationTag, c_ as OrganisationTagDTO, d0 as OrganisationTagQueryDTO, c$ as OrganisationTagQuerySchema, cZ as OrganisationTagSchema, d4 as createOrganisationTag, d6 as deleteOrganisationTag, d3 as findOrganisationTags, d7 as getOrganisationTagCache, d9 as getOrganisationTagCacheChild, d8 as getOrganisationTagCacheCount, d2 as newOrganisationTagPayload, d1 as toOrganisationTagPayload, d5 as updateOrganisationTag } from '../../../user_organisation_service-_rBwGIT-.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -229,36 +229,36 @@ var ENDPOINTS = {
|
|
|
229
229
|
update: (id) => `${URL}/${id}`,
|
|
230
230
|
delete: (id) => `${URL}/${id}`,
|
|
231
231
|
cache: (organisation_id) => `${URL}/cache/${organisation_id}`,
|
|
232
|
-
|
|
233
|
-
|
|
232
|
+
cache_count: (organisation_id) => `${URL}/cache_count/${organisation_id}`,
|
|
233
|
+
cache_child: (organisation_id) => `${URL}/cache_child/${organisation_id}`
|
|
234
234
|
};
|
|
235
235
|
var OrganisationTagSchema = z3.object({
|
|
236
|
-
organisation_id: single_select_mandatory("
|
|
237
|
-
// ✅ Single-
|
|
238
|
-
|
|
236
|
+
organisation_id: single_select_mandatory("UserOrganisation"),
|
|
237
|
+
// ✅ Single-Selection -> UserOrganisation
|
|
238
|
+
tag_name: stringMandatory("Tag Name", 3, 100),
|
|
239
|
+
description: stringOptional("Description", 0, 300),
|
|
239
240
|
status: enumMandatory("Status", Status, "Active" /* Active */)
|
|
240
241
|
});
|
|
241
242
|
var OrganisationTagQuerySchema = BaseQuerySchema.extend({
|
|
242
|
-
organisation_ids: multi_select_optional("
|
|
243
|
+
organisation_ids: multi_select_optional("UserOrganisation"),
|
|
243
244
|
// ✅ Multi-selection -> UserOrganisation
|
|
244
|
-
organisation_tag_ids: multi_select_optional("
|
|
245
|
+
organisation_tag_ids: multi_select_optional("OrganisationTag")
|
|
245
246
|
// ✅ Multi-selection -> OrganisationTag
|
|
246
247
|
});
|
|
247
|
-
var toOrganisationTagPayload = (
|
|
248
|
-
organisation_id:
|
|
249
|
-
|
|
250
|
-
|
|
248
|
+
var toOrganisationTagPayload = (row) => ({
|
|
249
|
+
organisation_id: row.organisation_id,
|
|
250
|
+
tag_name: row.tag_name,
|
|
251
|
+
description: row.description || "",
|
|
252
|
+
status: row.status
|
|
251
253
|
});
|
|
252
254
|
var newOrganisationTagPayload = () => ({
|
|
253
255
|
organisation_id: "",
|
|
254
|
-
|
|
256
|
+
tag_name: "",
|
|
257
|
+
description: "",
|
|
255
258
|
status: "Active" /* Active */
|
|
256
259
|
});
|
|
257
260
|
var findOrganisationTags = async (data) => {
|
|
258
|
-
return apiPost(
|
|
259
|
-
ENDPOINTS.find,
|
|
260
|
-
data
|
|
261
|
-
);
|
|
261
|
+
return apiPost(ENDPOINTS.find, data);
|
|
262
262
|
};
|
|
263
263
|
var createOrganisationTag = async (data) => {
|
|
264
264
|
return apiPost(ENDPOINTS.create, data);
|
|
@@ -272,12 +272,12 @@ var deleteOrganisationTag = async (id) => {
|
|
|
272
272
|
var getOrganisationTagCache = async (organisation_id) => {
|
|
273
273
|
return apiGet(ENDPOINTS.cache(organisation_id));
|
|
274
274
|
};
|
|
275
|
-
var getOrganisationTagCacheChild = async (organisation_id) => {
|
|
276
|
-
return apiGet(ENDPOINTS.cache_child(organisation_id));
|
|
277
|
-
};
|
|
278
275
|
var getOrganisationTagCacheCount = async (organisation_id) => {
|
|
279
276
|
return apiGet(ENDPOINTS.cache_count(organisation_id));
|
|
280
277
|
};
|
|
278
|
+
var getOrganisationTagCacheChild = async (organisation_id) => {
|
|
279
|
+
return apiGet(ENDPOINTS.cache_child(organisation_id));
|
|
280
|
+
};
|
|
281
281
|
export {
|
|
282
282
|
OrganisationTagQuerySchema,
|
|
283
283
|
OrganisationTagSchema,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { jF as MasterSparePartCategory, jH as MasterSparePartCategoryDTO, jG as MasterSparePartCategorySchema, jJ as SparePartCategoryQueryDTO, jI as SparePartCategoryQuerySchema, jN as createMasterSparePartCategory, jP as deleteMasterSparePartCategory, jM as findMasterSparePartCategories, jQ as getMasterSparePartCategoryCache, jR as getMasterSparePartCategoryCacheChild, jS as getMasterSparePartCategoryCacheCount, jL as newMasterSparePartCategoryPayload, jK as toMasterSparePartCategoryPayload, jO as updateMasterSparePartCategory } from '../../../user_organisation_service-_rBwGIT-.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -228,41 +228,40 @@ var ENDPOINTS = {
|
|
|
228
228
|
create: URL,
|
|
229
229
|
update: (id) => `${URL}/${id}`,
|
|
230
230
|
delete: (id) => `${URL}/${id}`,
|
|
231
|
-
cache_admin: `${URL}/cache`,
|
|
232
231
|
cache: (organisation_id) => `${URL}/cache/${organisation_id}`,
|
|
233
|
-
|
|
234
|
-
|
|
232
|
+
cache_count: (organisation_id) => `${URL}/cache_count/${organisation_id}`,
|
|
233
|
+
cache_child: (organisation_id) => `${URL}/cache_child/${organisation_id}`
|
|
235
234
|
};
|
|
236
235
|
var MasterSparePartCategorySchema = z3.object({
|
|
237
|
-
organisation_id: single_select_mandatory("
|
|
238
|
-
// ✅ Single-
|
|
236
|
+
organisation_id: single_select_mandatory("UserOrganisation"),
|
|
237
|
+
// ✅ Single-Selection -> UserOrganisation
|
|
239
238
|
category_name: stringMandatory("Category Name", 3, 50),
|
|
240
239
|
category_code: stringMandatory("Category Code", 2, 10),
|
|
240
|
+
description: stringOptional("Description", 0, 300),
|
|
241
241
|
status: enumMandatory("Status", Status, "Active" /* Active */)
|
|
242
242
|
});
|
|
243
243
|
var SparePartCategoryQuerySchema = BaseQuerySchema.extend({
|
|
244
|
-
organisation_ids: multi_select_optional("
|
|
244
|
+
organisation_ids: multi_select_optional("UserOrganisation"),
|
|
245
245
|
// ✅ Multi-selection -> UserOrganisation
|
|
246
|
-
spare_part_category_ids: multi_select_optional("
|
|
246
|
+
spare_part_category_ids: multi_select_optional("MasterSparePartCategory")
|
|
247
247
|
// ✅ Multi-selection -> MasterSparePartCategory
|
|
248
248
|
});
|
|
249
|
-
var toMasterSparePartCategoryPayload = (
|
|
250
|
-
organisation_id:
|
|
251
|
-
category_name:
|
|
252
|
-
category_code:
|
|
253
|
-
|
|
249
|
+
var toMasterSparePartCategoryPayload = (row) => ({
|
|
250
|
+
organisation_id: row.organisation_id ?? "",
|
|
251
|
+
category_name: row.category_name,
|
|
252
|
+
category_code: row.category_code,
|
|
253
|
+
description: row.description || "",
|
|
254
|
+
status: row.status
|
|
254
255
|
});
|
|
255
256
|
var newMasterSparePartCategoryPayload = () => ({
|
|
256
257
|
organisation_id: "",
|
|
257
258
|
category_name: "",
|
|
258
259
|
category_code: "",
|
|
260
|
+
description: "",
|
|
259
261
|
status: "Active" /* Active */
|
|
260
262
|
});
|
|
261
263
|
var findMasterSparePartCategories = async (data) => {
|
|
262
|
-
return apiPost(
|
|
263
|
-
ENDPOINTS.find,
|
|
264
|
-
data
|
|
265
|
-
);
|
|
264
|
+
return apiPost(ENDPOINTS.find, data);
|
|
266
265
|
};
|
|
267
266
|
var createMasterSparePartCategory = async (data) => {
|
|
268
267
|
return apiPost(ENDPOINTS.create, data);
|
|
@@ -273,18 +272,11 @@ var updateMasterSparePartCategory = async (id, data) => {
|
|
|
273
272
|
var deleteMasterSparePartCategory = async (id) => {
|
|
274
273
|
return apiDelete(ENDPOINTS.delete(id));
|
|
275
274
|
};
|
|
276
|
-
var getMasterSparePartCategoryCacheAdmin = async () => {
|
|
277
|
-
return apiGet(ENDPOINTS.cache_admin);
|
|
278
|
-
};
|
|
279
275
|
var getMasterSparePartCategoryCache = async (organisation_id) => {
|
|
280
|
-
return apiGet(
|
|
281
|
-
ENDPOINTS.cache(organisation_id)
|
|
282
|
-
);
|
|
276
|
+
return apiGet(ENDPOINTS.cache(organisation_id));
|
|
283
277
|
};
|
|
284
278
|
var getMasterSparePartCategoryCacheChild = async (organisation_id) => {
|
|
285
|
-
return apiGet(
|
|
286
|
-
ENDPOINTS.cache_child(organisation_id)
|
|
287
|
-
);
|
|
279
|
+
return apiGet(ENDPOINTS.cache_child(organisation_id));
|
|
288
280
|
};
|
|
289
281
|
var getMasterSparePartCategoryCacheCount = async (organisation_id) => {
|
|
290
282
|
return apiGet(ENDPOINTS.cache_count(organisation_id));
|
|
@@ -296,7 +288,6 @@ export {
|
|
|
296
288
|
deleteMasterSparePartCategory,
|
|
297
289
|
findMasterSparePartCategories,
|
|
298
290
|
getMasterSparePartCategoryCache,
|
|
299
|
-
getMasterSparePartCategoryCacheAdmin,
|
|
300
291
|
getMasterSparePartCategoryCacheChild,
|
|
301
292
|
getMasterSparePartCategoryCacheCount,
|
|
302
293
|
newMasterSparePartCategoryPayload,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { js as MasterSparePartSubCategory, ju as MasterSparePartSubCategoryDTO, jt as MasterSparePartSubCategorySchema, jw as SparePartSubCategoryQueryDTO, jv as SparePartSubCategoryQuerySchema, jA as createMasterSparePartSubCategory, jC as deleteMasterSparePartSubCategory, jz as findMasterSparePartSubCategories, jD as getMasterSparePartSubCategoryCache, jE as getMasterSparePartSubCategoryCacheCount, jy as newMasterSparePartSubCategoryPayload, jx as toMasterSparePartSubCategoryPayload, jB as updateMasterSparePartSubCategory } from '../../../user_organisation_service-_rBwGIT-.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -228,37 +228,43 @@ var ENDPOINTS = {
|
|
|
228
228
|
create: URL,
|
|
229
229
|
update: (id) => `${URL}/${id}`,
|
|
230
230
|
delete: (id) => `${URL}/${id}`,
|
|
231
|
-
cache: (organisation_id, spare_part_category_id = "0") => `${URL}/cache/${organisation_id}?spare_part_category_id=${spare_part_category_id}
|
|
231
|
+
cache: (organisation_id, spare_part_category_id = "0") => `${URL}/cache/${organisation_id}?spare_part_category_id=${spare_part_category_id}`,
|
|
232
|
+
cache_count: (organisation_id, spare_part_category_id = "0") => `${URL}/cache_count/${organisation_id}?spare_part_category_id=${spare_part_category_id}`
|
|
232
233
|
};
|
|
233
234
|
var MasterSparePartSubCategorySchema = z3.object({
|
|
234
|
-
organisation_id: single_select_mandatory("
|
|
235
|
-
// ✅ Single-
|
|
236
|
-
spare_part_category_id: single_select_mandatory("
|
|
237
|
-
// ✅ Single-
|
|
235
|
+
organisation_id: single_select_mandatory("UserOrganisation"),
|
|
236
|
+
// ✅ Single-Selection -> UserOrganisation
|
|
237
|
+
spare_part_category_id: single_select_mandatory("MasterSparePartCategory"),
|
|
238
|
+
// ✅ Single-Selection -> MasterSparePartCategory
|
|
238
239
|
sub_category_name: stringMandatory("Sub Category Name", 3, 50),
|
|
239
240
|
sub_category_code: stringMandatory("Sub Category Code", 2, 10),
|
|
241
|
+
description: stringOptional("Description", 0, 300),
|
|
240
242
|
status: enumMandatory("Status", Status, "Active" /* Active */)
|
|
241
243
|
});
|
|
242
244
|
var SparePartSubCategoryQuerySchema = BaseQuerySchema.extend({
|
|
243
|
-
organisation_ids: multi_select_optional("
|
|
245
|
+
organisation_ids: multi_select_optional("UserOrganisation"),
|
|
244
246
|
// ✅ Multi-selection -> UserOrganisation
|
|
245
|
-
spare_part_category_ids: multi_select_optional("
|
|
247
|
+
spare_part_category_ids: multi_select_optional("MasterSparePartCategory"),
|
|
246
248
|
// ✅ Multi-selection -> MasterSparePartCategory
|
|
247
|
-
spare_part_sub_category_ids: multi_select_optional(
|
|
249
|
+
spare_part_sub_category_ids: multi_select_optional(
|
|
250
|
+
"MasterSparePartSubCategory"
|
|
251
|
+
)
|
|
248
252
|
// ✅ Multi-selection -> MasterSparePartSubCategory
|
|
249
253
|
});
|
|
250
|
-
var toMasterSparePartSubCategoryPayload = (
|
|
251
|
-
organisation_id:
|
|
252
|
-
spare_part_category_id:
|
|
253
|
-
sub_category_name:
|
|
254
|
-
sub_category_code:
|
|
255
|
-
|
|
254
|
+
var toMasterSparePartSubCategoryPayload = (row) => ({
|
|
255
|
+
organisation_id: row.organisation_id ?? "",
|
|
256
|
+
spare_part_category_id: row.spare_part_category_id,
|
|
257
|
+
sub_category_name: row.sub_category_name,
|
|
258
|
+
sub_category_code: row.sub_category_code,
|
|
259
|
+
description: row.description || "",
|
|
260
|
+
status: row.status
|
|
256
261
|
});
|
|
257
262
|
var newMasterSparePartSubCategoryPayload = () => ({
|
|
258
263
|
organisation_id: "",
|
|
259
264
|
spare_part_category_id: "",
|
|
260
265
|
sub_category_name: "",
|
|
261
266
|
sub_category_code: "",
|
|
267
|
+
description: "",
|
|
262
268
|
status: "Active" /* Active */
|
|
263
269
|
});
|
|
264
270
|
var findMasterSparePartSubCategories = async (data) => {
|
|
@@ -268,18 +274,16 @@ var createMasterSparePartSubCategory = async (data) => {
|
|
|
268
274
|
return apiPost(ENDPOINTS.create, data);
|
|
269
275
|
};
|
|
270
276
|
var updateMasterSparePartSubCategory = async (id, data) => {
|
|
271
|
-
return apiPatch(
|
|
272
|
-
ENDPOINTS.update(id),
|
|
273
|
-
data
|
|
274
|
-
);
|
|
277
|
+
return apiPatch(ENDPOINTS.update(id), data);
|
|
275
278
|
};
|
|
276
279
|
var deleteMasterSparePartSubCategory = async (id) => {
|
|
277
280
|
return apiDelete(ENDPOINTS.delete(id));
|
|
278
281
|
};
|
|
279
282
|
var getMasterSparePartSubCategoryCache = async (organisation_id, spare_part_category_id) => {
|
|
280
|
-
return apiGet(
|
|
281
|
-
|
|
282
|
-
|
|
283
|
+
return apiGet(ENDPOINTS.cache(organisation_id, spare_part_category_id));
|
|
284
|
+
};
|
|
285
|
+
var getMasterSparePartSubCategoryCacheCount = async (organisation_id, spare_part_category_id) => {
|
|
286
|
+
return apiGet(ENDPOINTS.cache_count(organisation_id, spare_part_category_id));
|
|
283
287
|
};
|
|
284
288
|
export {
|
|
285
289
|
MasterSparePartSubCategorySchema,
|
|
@@ -288,6 +292,7 @@ export {
|
|
|
288
292
|
deleteMasterSparePartSubCategory,
|
|
289
293
|
findMasterSparePartSubCategories,
|
|
290
294
|
getMasterSparePartSubCategoryCache,
|
|
295
|
+
getMasterSparePartSubCategoryCacheCount,
|
|
291
296
|
newMasterSparePartSubCategoryPayload,
|
|
292
297
|
toMasterSparePartSubCategoryPayload,
|
|
293
298
|
updateMasterSparePartSubCategory
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { jT as MasterSparePartUnit, jV as MasterSparePartUnitDTO, jU as MasterSparePartUnitSchema, jX as SparePartUnitQueryDTO, jW as SparePartUnitQuerySchema, j$ as createMasterSparePartUnit, k1 as deleteMasterSparePartUnit, j_ as findMasterSparePartUnits, k2 as getMasterSparePartUnitCache, k3 as getMasterSparePartUnitCacheCount, jZ as newMasterSparePartUnitPayload, jY as toMasterSparePartUnitPayload, k0 as updateMasterSparePartUnit } from '../../../user_organisation_service-_rBwGIT-.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -228,38 +228,39 @@ var ENDPOINTS = {
|
|
|
228
228
|
create: URL,
|
|
229
229
|
update: (id) => `${URL}/${id}`,
|
|
230
230
|
delete: (id) => `${URL}/${id}`,
|
|
231
|
-
cache: (organisation_id) => `${URL}/cache/${organisation_id}
|
|
231
|
+
cache: (organisation_id) => `${URL}/cache/${organisation_id}`,
|
|
232
|
+
cache_count: (organisation_id) => `${URL}/cache_count/${organisation_id}`
|
|
232
233
|
};
|
|
233
234
|
var MasterSparePartUnitSchema = z3.object({
|
|
234
|
-
organisation_id: single_select_mandatory("
|
|
235
|
-
// ✅ Single-
|
|
235
|
+
organisation_id: single_select_mandatory("UserOrganisation"),
|
|
236
|
+
// ✅ Single-Selection -> UserOrganisation
|
|
236
237
|
unit_name: stringMandatory("Unit Name", 3, 50),
|
|
237
238
|
unit_code: stringMandatory("Unit Code", 2, 10),
|
|
239
|
+
description: stringOptional("Description", 0, 300),
|
|
238
240
|
status: enumMandatory("Status", Status, "Active" /* Active */)
|
|
239
241
|
});
|
|
240
242
|
var SparePartUnitQuerySchema = BaseQuerySchema.extend({
|
|
241
|
-
organisation_ids: multi_select_optional("
|
|
243
|
+
organisation_ids: multi_select_optional("UserOrganisation"),
|
|
242
244
|
// ✅ Multi-selection -> UserOrganisation
|
|
243
|
-
spare_part_unit_ids: multi_select_optional("
|
|
245
|
+
spare_part_unit_ids: multi_select_optional("MasterSparePartUnit")
|
|
244
246
|
// ✅ Multi-selection -> MasterSparePartUnit
|
|
245
247
|
});
|
|
246
|
-
var toMasterSparePartUnitPayload = (
|
|
247
|
-
organisation_id:
|
|
248
|
-
unit_name:
|
|
249
|
-
unit_code:
|
|
250
|
-
|
|
248
|
+
var toMasterSparePartUnitPayload = (row) => ({
|
|
249
|
+
organisation_id: row.organisation_id ?? "",
|
|
250
|
+
unit_name: row.unit_name,
|
|
251
|
+
unit_code: row.unit_code,
|
|
252
|
+
description: row.description || "",
|
|
253
|
+
status: row.status
|
|
251
254
|
});
|
|
252
255
|
var newMasterSparePartUnitPayload = () => ({
|
|
253
256
|
organisation_id: "",
|
|
254
257
|
unit_name: "",
|
|
255
258
|
unit_code: "",
|
|
259
|
+
description: "",
|
|
256
260
|
status: "Active" /* Active */
|
|
257
261
|
});
|
|
258
262
|
var findMasterSparePartUnits = async (data) => {
|
|
259
|
-
return apiPost(
|
|
260
|
-
ENDPOINTS.find,
|
|
261
|
-
data
|
|
262
|
-
);
|
|
263
|
+
return apiPost(ENDPOINTS.find, data);
|
|
263
264
|
};
|
|
264
265
|
var createMasterSparePartUnit = async (data) => {
|
|
265
266
|
return apiPost(ENDPOINTS.create, data);
|
|
@@ -273,6 +274,9 @@ var deleteMasterSparePartUnit = async (id) => {
|
|
|
273
274
|
var getMasterSparePartUnitCache = async (organisation_id) => {
|
|
274
275
|
return apiGet(ENDPOINTS.cache(organisation_id));
|
|
275
276
|
};
|
|
277
|
+
var getMasterSparePartUnitCacheCount = async (organisation_id) => {
|
|
278
|
+
return apiGet(ENDPOINTS.cache_count(organisation_id));
|
|
279
|
+
};
|
|
276
280
|
export {
|
|
277
281
|
MasterSparePartUnitSchema,
|
|
278
282
|
SparePartUnitQuerySchema,
|
|
@@ -280,6 +284,7 @@ export {
|
|
|
280
284
|
deleteMasterSparePartUnit,
|
|
281
285
|
findMasterSparePartUnits,
|
|
282
286
|
getMasterSparePartUnitCache,
|
|
287
|
+
getMasterSparePartUnitCacheCount,
|
|
283
288
|
newMasterSparePartUnitPayload,
|
|
284
289
|
toMasterSparePartUnitPayload,
|
|
285
290
|
updateMasterSparePartUnit
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { j4 as MasterTripPartyType, j6 as MasterTripPartyTypeDTO, j8 as MasterTripPartyTypeQueryDTO, j7 as MasterTripPartyTypeQuerySchema, j5 as MasterTripPartyTypeSchema, jc as createMasterTripPartyType, je as deleteMasterTripPartyType, jb as findMasterTripPartyTypes, jf as getMasterTripPartyTypeCache, ja as newMasterTripPartyTypePayload, j9 as toMasterTripPartyTypePayload, jd as updateMasterTripPartyType } from '../../../user_organisation_service-_rBwGIT-.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -231,32 +231,32 @@ var ENDPOINTS = {
|
|
|
231
231
|
cache: (organisation_id) => `${URL}/cache/${organisation_id}`
|
|
232
232
|
};
|
|
233
233
|
var MasterTripPartyTypeSchema = z3.object({
|
|
234
|
-
organisation_id: single_select_mandatory("
|
|
235
|
-
// ✅ Single-
|
|
234
|
+
organisation_id: single_select_mandatory("UserOrganisation"),
|
|
235
|
+
// ✅ Single-Selection -> UserOrganisation
|
|
236
236
|
party_type: stringMandatory("Party Type", 3, 100),
|
|
237
|
+
description: stringOptional("Description", 0, 300),
|
|
237
238
|
status: enumMandatory("Status", Status, "Active" /* Active */)
|
|
238
239
|
});
|
|
239
240
|
var MasterTripPartyTypeQuerySchema = BaseQuerySchema.extend({
|
|
240
|
-
organisation_ids: multi_select_optional("
|
|
241
|
+
organisation_ids: multi_select_optional("UserOrganisation"),
|
|
241
242
|
// ✅ Multi-selection -> UserOrganisation
|
|
242
|
-
party_type_ids: multi_select_optional("
|
|
243
|
+
party_type_ids: multi_select_optional("MasterTripPartyType")
|
|
243
244
|
// ✅ Multi-selection -> MasterTripPartyType
|
|
244
245
|
});
|
|
245
|
-
var toMasterTripPartyTypePayload = (
|
|
246
|
-
organisation_id:
|
|
247
|
-
party_type:
|
|
248
|
-
|
|
246
|
+
var toMasterTripPartyTypePayload = (row) => ({
|
|
247
|
+
organisation_id: row.organisation_id ?? "",
|
|
248
|
+
party_type: row.party_type,
|
|
249
|
+
description: row.description || "",
|
|
250
|
+
status: row.status
|
|
249
251
|
});
|
|
250
252
|
var newMasterTripPartyTypePayload = () => ({
|
|
251
253
|
organisation_id: "",
|
|
252
254
|
party_type: "",
|
|
255
|
+
description: "",
|
|
253
256
|
status: "Active" /* Active */
|
|
254
257
|
});
|
|
255
258
|
var findMasterTripPartyTypes = async (data) => {
|
|
256
|
-
return apiPost(
|
|
257
|
-
ENDPOINTS.find,
|
|
258
|
-
data
|
|
259
|
-
);
|
|
259
|
+
return apiPost(ENDPOINTS.find, data);
|
|
260
260
|
};
|
|
261
261
|
var createMasterTripPartyType = async (data) => {
|
|
262
262
|
return apiPost(ENDPOINTS.create, data);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { hu as MasterTyreGrade, hw as MasterTyreGradeDTO, hy as MasterTyreGradeQueryDTO, hx as MasterTyreGradeQuerySchema, hv as MasterTyreGradeSchema, hC as createMasterTyreGrade, hE as deleteMasterTyreGrade, hB as findMasterTyreGrades, hF as getMasterTyreGradeCache, hG as getMasterTyreGradeCacheCount, hA as newMasterTyreGradePayload, hz as toMasterTyreGradePayload, hD as updateMasterTyreGrade } from '../../../user_organisation_service-_rBwGIT-.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -228,35 +228,36 @@ var ENDPOINTS = {
|
|
|
228
228
|
create: URL,
|
|
229
229
|
update: (id) => `${URL}/${id}`,
|
|
230
230
|
delete: (id) => `${URL}/${id}`,
|
|
231
|
-
cache: (organisation_id) => `${URL}/cache/${organisation_id}
|
|
231
|
+
cache: (organisation_id) => `${URL}/cache/${organisation_id}`,
|
|
232
|
+
cache_count: (organisation_id) => `${URL}/cache_count/${organisation_id}`
|
|
232
233
|
};
|
|
233
234
|
var MasterTyreGradeSchema = z3.object({
|
|
234
|
-
organisation_id: single_select_mandatory("
|
|
235
|
-
// ✅ Single-
|
|
235
|
+
organisation_id: single_select_mandatory("UserOrganisation"),
|
|
236
|
+
// ✅ Single-Selection -> UserOrganisation
|
|
236
237
|
tyre_grade: stringMandatory("Tyre Grade", 1, 100),
|
|
238
|
+
description: stringOptional("Description", 0, 300),
|
|
237
239
|
status: enumMandatory("Status", Status, "Active" /* Active */)
|
|
238
240
|
});
|
|
239
241
|
var MasterTyreGradeQuerySchema = BaseQuerySchema.extend({
|
|
240
|
-
organisation_ids: multi_select_optional("
|
|
242
|
+
organisation_ids: multi_select_optional("UserOrganisation"),
|
|
241
243
|
// ✅ Multi-selection -> UserOrganisation
|
|
242
|
-
tyre_grade_ids: multi_select_optional("
|
|
244
|
+
tyre_grade_ids: multi_select_optional("MasterTyreGrade")
|
|
243
245
|
// ✅ Multi-selection -> MasterTyreGrade
|
|
244
246
|
});
|
|
245
|
-
var toMasterTyreGradePayload = (
|
|
246
|
-
organisation_id:
|
|
247
|
-
tyre_grade:
|
|
248
|
-
|
|
247
|
+
var toMasterTyreGradePayload = (row) => ({
|
|
248
|
+
organisation_id: row.organisation_id ?? "",
|
|
249
|
+
tyre_grade: row.tyre_grade,
|
|
250
|
+
description: row.description || "",
|
|
251
|
+
status: row.status
|
|
249
252
|
});
|
|
250
253
|
var newMasterTyreGradePayload = () => ({
|
|
251
254
|
organisation_id: "",
|
|
252
255
|
tyre_grade: "",
|
|
256
|
+
description: "",
|
|
253
257
|
status: "Active" /* Active */
|
|
254
258
|
});
|
|
255
259
|
var findMasterTyreGrades = async (data) => {
|
|
256
|
-
return apiPost(
|
|
257
|
-
ENDPOINTS.find,
|
|
258
|
-
data
|
|
259
|
-
);
|
|
260
|
+
return apiPost(ENDPOINTS.find, data);
|
|
260
261
|
};
|
|
261
262
|
var createMasterTyreGrade = async (data) => {
|
|
262
263
|
return apiPost(ENDPOINTS.create, data);
|
|
@@ -270,6 +271,9 @@ var deleteMasterTyreGrade = async (id) => {
|
|
|
270
271
|
var getMasterTyreGradeCache = async (organisation_id) => {
|
|
271
272
|
return apiGet(ENDPOINTS.cache(organisation_id));
|
|
272
273
|
};
|
|
274
|
+
var getMasterTyreGradeCacheCount = async (organisation_id) => {
|
|
275
|
+
return apiGet(ENDPOINTS.cache_count(organisation_id));
|
|
276
|
+
};
|
|
273
277
|
export {
|
|
274
278
|
MasterTyreGradeQuerySchema,
|
|
275
279
|
MasterTyreGradeSchema,
|
|
@@ -277,6 +281,7 @@ export {
|
|
|
277
281
|
deleteMasterTyreGrade,
|
|
278
282
|
findMasterTyreGrades,
|
|
279
283
|
getMasterTyreGradeCache,
|
|
284
|
+
getMasterTyreGradeCacheCount,
|
|
280
285
|
newMasterTyreGradePayload,
|
|
281
286
|
toMasterTyreGradePayload,
|
|
282
287
|
updateMasterTyreGrade
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { hU as MasterTyreMake, hW as MasterTyreMakeDTO, hY as MasterTyreMakeQueryDTO, hX as MasterTyreMakeQuerySchema, hV as MasterTyreMakeSchema, i0 as createMasterTyreMake, i2 as deleteMasterTyreMake, h$ as findMasterTyreMakes, i3 as getMasterTyreMakeCache, i5 as getMasterTyreMakeCacheChild, i4 as getMasterTyreMakeCacheCount, h_ as newMasterTyreMakePayload, hZ as toMasterTyreMakePayload, i1 as updateMasterTyreMake } from '../../../user_organisation_service-_rBwGIT-.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|