vms-nest-prisma-api-document 170.0.0 → 185.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/BaseResponse.d.ts +2 -2
- package/dist/services/account/bookmark_service.d.ts +1 -1
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +87 -16
- package/dist/services/account/ticket_service.js +57 -31
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +19 -19
- package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +41 -41
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.d.ts +20 -20
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +17 -17
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +34 -34
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +48 -48
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
- package/dist/services/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/drivers/master_driver_service.js +40 -140
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +94 -4
- package/dist/services/main/users/auth_service.js +54 -1
- package/dist/services/main/users/user_admin_service.d.ts +3 -3
- package/dist/services/main/users/user_admin_service.js +12 -12
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_organisation_service.js +46 -49
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/users/user_service.js +45 -38
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/master/bus/master_class_service.d.ts +1 -1
- package/dist/services/master/bus/master_program_service.d.ts +1 -1
- package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
- package/dist/services/master/bus/master_section_service.d.ts +1 -1
- package/dist/services/master/bus/master_semester_service.d.ts +1 -1
- package/dist/services/master/bus/master_stream_service.d.ts +1 -1
- package/dist/services/master/bus/master_year_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +7 -7
- package/dist/services/master/expense/master_expense_type_service.d.ts +2 -2
- package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +3 -3
- package/dist/services/master/expense/master_vendor_type_service.d.ts +2 -2
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +4 -4
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +2 -2
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +2 -2
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +2 -2
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +2 -2
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +5 -5
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.js +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +120 -4
- 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 +8 -8
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +2 -2
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +4 -4
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +4 -4
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +3 -3
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +5 -5
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/{user_organisation_service-CEtTkdF3.d.ts → user_organisation_service-CjwE5uAi.d.ts} +78 -221
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ExpenseCategory, 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-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -27,16 +27,16 @@ declare const MasterExpenseNameSchema: z.ZodObject<{
|
|
|
27
27
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
28
28
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
status: Status;
|
|
31
|
-
organisation_id: string;
|
|
32
|
-
description: string;
|
|
33
30
|
expense_name: string;
|
|
34
31
|
expense_category: ExpenseCategory;
|
|
35
|
-
|
|
32
|
+
description: string;
|
|
36
33
|
status: Status;
|
|
37
34
|
organisation_id: string;
|
|
35
|
+
}, {
|
|
38
36
|
expense_name: string;
|
|
39
37
|
expense_category: ExpenseCategory;
|
|
38
|
+
status: Status;
|
|
39
|
+
organisation_id: string;
|
|
40
40
|
description?: string | undefined;
|
|
41
41
|
}>;
|
|
42
42
|
type MasterExpenseNameDTO = z.infer<typeof MasterExpenseNameSchema>;
|
|
@@ -75,6 +75,7 @@ declare const MasterExpenseNameQuerySchema: z.ZodObject<{
|
|
|
75
75
|
expense_name_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
76
76
|
expense_category: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpenseCategory>, "many">>>;
|
|
77
77
|
}, "strip", z.ZodTypeAny, {
|
|
78
|
+
expense_category: ExpenseCategory[];
|
|
78
79
|
status: Status[];
|
|
79
80
|
search: string;
|
|
80
81
|
paging: PAGING;
|
|
@@ -97,11 +98,11 @@ declare const MasterExpenseNameQuerySchema: z.ZodObject<{
|
|
|
97
98
|
date_format_id: string;
|
|
98
99
|
time_zone_id: string;
|
|
99
100
|
organisation_ids: string[];
|
|
100
|
-
expense_category: ExpenseCategory[];
|
|
101
101
|
expense_name_ids: string[];
|
|
102
102
|
}, {
|
|
103
103
|
date_format_id: string;
|
|
104
104
|
time_zone_id: string;
|
|
105
|
+
expense_category?: ExpenseCategory[] | undefined;
|
|
105
106
|
status?: Status[] | undefined;
|
|
106
107
|
search?: string | undefined;
|
|
107
108
|
paging?: PAGING | undefined;
|
|
@@ -122,7 +123,6 @@ declare const MasterExpenseNameQuerySchema: z.ZodObject<{
|
|
|
122
123
|
}[] | undefined;
|
|
123
124
|
include_master_data?: YesNo | undefined;
|
|
124
125
|
organisation_ids?: string[] | undefined;
|
|
125
|
-
expense_category?: ExpenseCategory[] | undefined;
|
|
126
126
|
expense_name_ids?: string[] | undefined;
|
|
127
127
|
}>;
|
|
128
128
|
type MasterExpenseNameQueryDTO = z.infer<typeof MasterExpenseNameQuerySchema>;
|
|
@@ -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-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -22,9 +22,9 @@ declare const MasterExpenseTypeSchema: z.ZodObject<{
|
|
|
22
22
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
23
23
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
24
24
|
}, "strip", z.ZodTypeAny, {
|
|
25
|
+
description: string;
|
|
25
26
|
status: Status;
|
|
26
27
|
organisation_id: string;
|
|
27
|
-
description: string;
|
|
28
28
|
expense_type_name: string;
|
|
29
29
|
}, {
|
|
30
30
|
status: Status;
|
|
@@ -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, f as MasterMainCountry } from '../../../user_organisation_service-
|
|
4
|
+
import { U as UserOrganisation, f as MasterMainCountry } from '../../../user_organisation_service-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -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-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -21,14 +21,14 @@ declare const MasterVendorDocumentTypeSchema: z.ZodObject<{
|
|
|
21
21
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
22
22
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
-
document_type: string;
|
|
25
24
|
description: string;
|
|
26
25
|
status: Status;
|
|
27
26
|
organisation_id: string;
|
|
28
|
-
}, {
|
|
29
27
|
document_type: string;
|
|
28
|
+
}, {
|
|
30
29
|
status: Status;
|
|
31
30
|
organisation_id: string;
|
|
31
|
+
document_type: string;
|
|
32
32
|
description?: string | undefined;
|
|
33
33
|
}>;
|
|
34
34
|
type MasterVendorDocumentTypeDTO = z.infer<typeof MasterVendorDocumentTypeSchema>;
|
|
@@ -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-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -21,9 +21,9 @@ declare const MasterVendorTypeSchema: z.ZodObject<{
|
|
|
21
21
|
description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
22
22
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
|
+
description: string;
|
|
24
25
|
status: Status;
|
|
25
26
|
organisation_id: string;
|
|
26
|
-
description: string;
|
|
27
27
|
vendor_type: string;
|
|
28
28
|
}, {
|
|
29
29
|
status: Status;
|
|
@@ -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-CjwE5uAi.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;
|
|
27
29
|
status: Status;
|
|
28
30
|
organisation_id: string;
|
|
29
|
-
description: string;
|
|
30
|
-
fleet_incident_severity: string;
|
|
31
31
|
}, {
|
|
32
|
+
fleet_incident_severity: string;
|
|
32
33
|
status: Status;
|
|
33
34
|
organisation_id: string;
|
|
34
|
-
fleet_incident_severity: string;
|
|
35
35
|
description?: string | undefined;
|
|
36
36
|
}>;
|
|
37
37
|
type MasterFleetIncidentSeverityDTO = z.infer<typeof MasterFleetIncidentSeveritySchema>;
|
|
@@ -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-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -24,9 +24,9 @@ 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;
|
|
27
28
|
status: Status;
|
|
28
29
|
organisation_id: string;
|
|
29
|
-
description: string;
|
|
30
30
|
fleet_incident_status: string;
|
|
31
31
|
}, {
|
|
32
32
|
status: Status;
|
|
@@ -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-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -24,9 +24,9 @@ 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;
|
|
27
28
|
status: Status;
|
|
28
29
|
organisation_id: string;
|
|
29
|
-
description: string;
|
|
30
30
|
fleet_incident_type: string;
|
|
31
31
|
}, {
|
|
32
32
|
status: Status;
|
|
@@ -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-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -24,9 +24,9 @@ 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;
|
|
27
28
|
status: Status;
|
|
28
29
|
organisation_id: string;
|
|
29
|
-
description: string;
|
|
30
30
|
fleet_insurance_claim_status: string;
|
|
31
31
|
}, {
|
|
32
32
|
status: Status;
|
|
@@ -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-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -24,9 +24,9 @@ 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;
|
|
27
28
|
status: Status;
|
|
28
29
|
organisation_id: string;
|
|
29
|
-
description: string;
|
|
30
30
|
fleet_service_task: string;
|
|
31
31
|
}, {
|
|
32
32
|
status: Status;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export { f as MasterMainCountry, a4 as MasterMainCountryDTO, a6 as MasterMainCountryQueryDTO, a5 as MasterMainCountryQuerySchema, a3 as MasterMainCountrySchema, aa as createMasterMainCountry, ac as deleteMasterMainCountry, a9 as findMasterMainCountries, ad as getMasterMainCountryCache, ae as getMasterMainCountryCacheChild, a8 as newMasterMainCountryPayload, a7 as toMasterMainCountryPayload, ab as updateMasterMainCountry } from '../../../user_organisation_service-
|
|
4
|
+
export { f as MasterMainCountry, a4 as MasterMainCountryDTO, a6 as MasterMainCountryQueryDTO, a5 as MasterMainCountryQuerySchema, a3 as MasterMainCountrySchema, aa as createMasterMainCountry, ac as deleteMasterMainCountry, a9 as findMasterMainCountries, ad as getMasterMainCountryCache, ae as getMasterMainCountryCacheChild, a8 as newMasterMainCountryPayload, a7 as toMasterMainCountryPayload, ab as updateMasterMainCountry } from '../../../user_organisation_service-CjwE5uAi.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 { 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-
|
|
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-CjwE5uAi.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 { af as MasterMainDateFormat, ah as MasterMainDateFormatDTO, aj as MasterMainDateFormatQueryDTO, ai as MasterMainDateFormatQuerySchema, ag as MasterMainDateFormatSchema, an as createMasterMainDateFormat, ap as deleteMasterMainDateFormat, am as findMasterMainDateFormats, aq as getMasterMainDateFormatCache, al as newMasterMainDateFormatPayload, ak as toMasterMainDateFormatPayload, ao as updateMasterMainDateFormat } from '../../../user_organisation_service-
|
|
4
|
+
export { af as MasterMainDateFormat, ah as MasterMainDateFormatDTO, aj as MasterMainDateFormatQueryDTO, ai as MasterMainDateFormatQuerySchema, ag as MasterMainDateFormatSchema, an as createMasterMainDateFormat, ap as deleteMasterMainDateFormat, am as findMasterMainDateFormats, aq as getMasterMainDateFormatCache, al as newMasterMainDateFormatPayload, ak as toMasterMainDateFormatPayload, ao as updateMasterMainDateFormat } from '../../../user_organisation_service-CjwE5uAi.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 { 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-
|
|
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-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -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 { f as MasterMainCountry, g as MasterMainState } from '../../../user_organisation_service-
|
|
4
|
+
import { f as MasterMainCountry, g as MasterMainState } from '../../../user_organisation_service-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -39,6 +39,7 @@ declare const MasterMainLandmarkSchema: z.ZodObject<{
|
|
|
39
39
|
longitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
|
|
40
40
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
|
+
google_location: string;
|
|
42
43
|
status: Status;
|
|
43
44
|
country_id: string;
|
|
44
45
|
state_id: string;
|
|
@@ -47,7 +48,6 @@ declare const MasterMainLandmarkSchema: z.ZodObject<{
|
|
|
47
48
|
locality: string;
|
|
48
49
|
city_district_town: string;
|
|
49
50
|
zip_code: string;
|
|
50
|
-
google_location: string;
|
|
51
51
|
latitude?: number | undefined;
|
|
52
52
|
longitude?: number | undefined;
|
|
53
53
|
}, {
|
|
@@ -57,11 +57,11 @@ declare const MasterMainLandmarkSchema: z.ZodObject<{
|
|
|
57
57
|
landmark_name: string;
|
|
58
58
|
latitude?: unknown;
|
|
59
59
|
longitude?: unknown;
|
|
60
|
+
google_location?: string | undefined;
|
|
60
61
|
location?: string | undefined;
|
|
61
62
|
locality?: string | undefined;
|
|
62
63
|
city_district_town?: string | undefined;
|
|
63
64
|
zip_code?: string | undefined;
|
|
64
|
-
google_location?: string | undefined;
|
|
65
65
|
}>;
|
|
66
66
|
type MasterMainLandmarkDTO = z.infer<typeof MasterMainLandmarkSchema>;
|
|
67
67
|
declare const MasterMainLandmarkQuerySchema: z.ZodObject<{
|
|
@@ -100,6 +100,7 @@ declare const MasterMainLandmarkQuerySchema: z.ZodObject<{
|
|
|
100
100
|
landmark_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
101
101
|
}, "strip", z.ZodTypeAny, {
|
|
102
102
|
status: Status[];
|
|
103
|
+
time_zone_id: string;
|
|
103
104
|
search: string;
|
|
104
105
|
paging: PAGING;
|
|
105
106
|
page_count: number;
|
|
@@ -119,13 +120,12 @@ declare const MasterMainLandmarkQuerySchema: z.ZodObject<{
|
|
|
119
120
|
}[];
|
|
120
121
|
include_master_data: YesNo;
|
|
121
122
|
date_format_id: string;
|
|
122
|
-
time_zone_id: string;
|
|
123
123
|
country_ids: string[];
|
|
124
124
|
state_ids: string[];
|
|
125
125
|
landmark_ids: string[];
|
|
126
126
|
}, {
|
|
127
|
-
date_format_id: string;
|
|
128
127
|
time_zone_id: string;
|
|
128
|
+
date_format_id: string;
|
|
129
129
|
status?: Status[] | undefined;
|
|
130
130
|
search?: string | undefined;
|
|
131
131
|
paging?: PAGING | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { gE as MasterMainLanguage, gG as MasterMainLanguageDTO, gI as MasterMainLanguageQueryDTO, gH as MasterMainLanguageQuerySchema, gF as MasterMainLanguageSchema, gM as createMasterMainLanguage, gO as deleteMasterMainLanguage, gL as findMasterMainLanguages, gP as getMasterMainLanguageCache, gK as newMasterMainLanguagePayload, gJ as toMasterMainLanguagePayload, gN as updateMasterMainLanguage } from '../../../user_organisation_service-CjwE5uAi.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 { g as MasterMainState, V as MasterMainStateDTO, X as MasterMainStateQueryDTO, W as MasterMainStateQuerySchema, T as MasterMainStateSchema, $ as createMasterMainState, a1 as deleteMasterMainState, _ as findMasterMainStates, a2 as getMasterMainStateCache, Z as newMasterMainStatePayload, Y as toMasterMainStatePayload, a0 as updateMasterMainState } from '../../../user_organisation_service-
|
|
4
|
+
export { g as MasterMainState, V as MasterMainStateDTO, X as MasterMainStateQueryDTO, W as MasterMainStateQuerySchema, T as MasterMainStateSchema, $ as createMasterMainState, a1 as deleteMasterMainState, _ as findMasterMainStates, a2 as getMasterMainStateCache, Z as newMasterMainStatePayload, Y as toMasterMainStatePayload, a0 as updateMasterMainState } from '../../../user_organisation_service-CjwE5uAi.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 { F as MasterMainTimeZone, H as MasterMainTimeZoneDTO, J as MasterMainTimeZoneQueryDTO, I as MasterMainTimeZoneQuerySchema, G as MasterMainTimeZoneSchema, P as createMasterMainTimeZone, R as deleteMasterMainTimeZone, N as findMasterMainTimeZones, S as getMasterMainTimeZoneCache, L as newMasterMainTimeZonePayload, K as toMasterMainTimeZonePayload, Q as updateMasterMainTimeZone } from '../../../user_organisation_service-
|
|
4
|
+
export { F as MasterMainTimeZone, H as MasterMainTimeZoneDTO, J as MasterMainTimeZoneQueryDTO, I as MasterMainTimeZoneQuerySchema, G as MasterMainTimeZoneSchema, P as createMasterMainTimeZone, R as deleteMasterMainTimeZone, N as findMasterMainTimeZones, S as getMasterMainTimeZoneCache, L as newMasterMainTimeZonePayload, K as toMasterMainTimeZonePayload, Q as updateMasterMainTimeZone } from '../../../user_organisation_service-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
@@ -271,7 +271,7 @@ var ENDPOINTS = {
|
|
|
271
271
|
var MasterMainTimeZoneSchema = z3.object({
|
|
272
272
|
country_id: single_select_mandatory("MasterMainCountry"),
|
|
273
273
|
// ✅ Single-Selection -> MasterMainCountry
|
|
274
|
-
time_zone_identifier:
|
|
274
|
+
time_zone_identifier: stringMandatory("Time Zone Identifier", 2, 100),
|
|
275
275
|
time_zone_code: stringMandatory("Time Zone Code", 2, 50),
|
|
276
276
|
time_zone_abbrevation: stringMandatory("Time Zone Abbreviation", 2, 100),
|
|
277
277
|
time_zone_offset: stringMandatory("Time Zone Offset", 2, 100),
|
|
@@ -1,6 +1,122 @@
|
|
|
1
|
-
import '../../../core/Enums.js';
|
|
2
|
-
import '../../../core/BaseResponse.js';
|
|
3
|
-
import 'zod';
|
|
4
|
-
|
|
1
|
+
import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
|
+
import { FBR, SBR } from '../../../core/BaseResponse.js';
|
|
3
|
+
import { z } from 'zod';
|
|
4
|
+
import { U as UserOrganisation } from '../../../user_organisation_service-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import './master_main_sim_provider_service.js';
|
|
7
|
+
|
|
8
|
+
interface MasterMainUnitDistance extends Record<string, unknown> {
|
|
9
|
+
unit_id: string;
|
|
10
|
+
unit_name: string;
|
|
11
|
+
unit_code: string;
|
|
12
|
+
status: Status;
|
|
13
|
+
added_date_time: string;
|
|
14
|
+
modified_date_time: string;
|
|
15
|
+
UserOrganisation: UserOrganisation[];
|
|
16
|
+
_count?: {
|
|
17
|
+
UserOrganisation: number;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
declare const MasterMainUnitDistanceSchema: z.ZodObject<{
|
|
21
|
+
unit_name: z.ZodEffects<z.ZodString, string, string>;
|
|
22
|
+
unit_code: z.ZodEffects<z.ZodString, string, string>;
|
|
23
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
24
|
+
}, "strip", z.ZodTypeAny, {
|
|
25
|
+
status: Status;
|
|
26
|
+
unit_name: string;
|
|
27
|
+
unit_code: string;
|
|
28
|
+
}, {
|
|
29
|
+
status: Status;
|
|
30
|
+
unit_name: string;
|
|
31
|
+
unit_code: string;
|
|
32
|
+
}>;
|
|
33
|
+
type MasterMainUnitDistanceDTO = z.infer<typeof MasterMainUnitDistanceSchema>;
|
|
34
|
+
declare const MasterMainUnitDistanceQuerySchema: z.ZodObject<{
|
|
35
|
+
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
36
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
37
|
+
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
38
|
+
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
39
|
+
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
40
|
+
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
41
|
+
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
42
|
+
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
43
|
+
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
44
|
+
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
45
|
+
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
46
|
+
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
47
|
+
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
48
|
+
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
49
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
50
|
+
field: z.ZodEffects<z.ZodString, string, string>;
|
|
51
|
+
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
52
|
+
}, "strip", z.ZodTypeAny, {
|
|
53
|
+
name: string;
|
|
54
|
+
field: string;
|
|
55
|
+
direction: OrderBy;
|
|
56
|
+
}, {
|
|
57
|
+
name: string;
|
|
58
|
+
field: string;
|
|
59
|
+
direction: OrderBy;
|
|
60
|
+
}>, "many">>>;
|
|
61
|
+
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
62
|
+
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
63
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
64
|
+
} & {
|
|
65
|
+
unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
66
|
+
}, "strip", z.ZodTypeAny, {
|
|
67
|
+
status: Status[];
|
|
68
|
+
search: string;
|
|
69
|
+
paging: PAGING;
|
|
70
|
+
page_count: number;
|
|
71
|
+
page_index: number;
|
|
72
|
+
load_parents: LoadParents;
|
|
73
|
+
load_parents_list: string[];
|
|
74
|
+
load_child: LoadChild;
|
|
75
|
+
load_child_list: string[];
|
|
76
|
+
load_child_count: LoadChildCount;
|
|
77
|
+
load_child_count_list: string[];
|
|
78
|
+
include_details: Record<string, any>;
|
|
79
|
+
where_relations: Record<string, any>;
|
|
80
|
+
order_by: {
|
|
81
|
+
name: string;
|
|
82
|
+
field: string;
|
|
83
|
+
direction: OrderBy;
|
|
84
|
+
}[];
|
|
85
|
+
include_master_data: YesNo;
|
|
86
|
+
date_format_id: string;
|
|
87
|
+
time_zone_id: string;
|
|
88
|
+
unit_ids: string[];
|
|
89
|
+
}, {
|
|
90
|
+
date_format_id: string;
|
|
91
|
+
time_zone_id: string;
|
|
92
|
+
status?: Status[] | undefined;
|
|
93
|
+
search?: string | undefined;
|
|
94
|
+
paging?: PAGING | undefined;
|
|
95
|
+
page_count?: unknown;
|
|
96
|
+
page_index?: unknown;
|
|
97
|
+
load_parents?: LoadParents | undefined;
|
|
98
|
+
load_parents_list?: string[] | undefined;
|
|
99
|
+
load_child?: LoadChild | undefined;
|
|
100
|
+
load_child_list?: string[] | undefined;
|
|
101
|
+
load_child_count?: LoadChildCount | undefined;
|
|
102
|
+
load_child_count_list?: string[] | undefined;
|
|
103
|
+
include_details?: Record<string, any> | undefined;
|
|
104
|
+
where_relations?: Record<string, any> | undefined;
|
|
105
|
+
order_by?: {
|
|
106
|
+
name: string;
|
|
107
|
+
field: string;
|
|
108
|
+
direction: OrderBy;
|
|
109
|
+
}[] | undefined;
|
|
110
|
+
include_master_data?: YesNo | undefined;
|
|
111
|
+
unit_ids?: string[] | undefined;
|
|
112
|
+
}>;
|
|
113
|
+
type MasterMainUnitDistanceQueryDTO = z.infer<typeof MasterMainUnitDistanceQuerySchema>;
|
|
114
|
+
declare const toMasterMainUnitDistancePayload: (row: MasterMainUnitDistance) => MasterMainUnitDistanceDTO;
|
|
115
|
+
declare const newMasterMainUnitDistancePayload: () => MasterMainUnitDistanceDTO;
|
|
116
|
+
declare const findMasterMainUnitDistances: (data: MasterMainUnitDistanceQueryDTO) => Promise<FBR<MasterMainUnitDistance[]>>;
|
|
117
|
+
declare const createMasterMainUnitDistance: (data: MasterMainUnitDistanceDTO) => Promise<SBR>;
|
|
118
|
+
declare const updateMasterMainUnitDistance: (id: string, data: MasterMainUnitDistanceDTO) => Promise<SBR>;
|
|
119
|
+
declare const deleteMasterMainUnitDistance: (id: string) => Promise<SBR>;
|
|
120
|
+
declare const getMasterMainUnitDistanceCache: () => Promise<FBR<MasterMainUnitDistance[]>>;
|
|
121
|
+
|
|
122
|
+
export { type MasterMainUnitDistance, type MasterMainUnitDistanceDTO, type MasterMainUnitDistanceQueryDTO, MasterMainUnitDistanceQuerySchema, MasterMainUnitDistanceSchema, createMasterMainUnitDistance, deleteMasterMainUnitDistance, findMasterMainUnitDistances, getMasterMainUnitDistanceCache, newMasterMainUnitDistancePayload, toMasterMainUnitDistancePayload, updateMasterMainUnitDistance };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
export {
|
|
4
|
+
export { ar as MasterMainUnitMileage, at as MasterMainUnitMileageDTO, av as MasterMainUnitMileageQueryDTO, au as MasterMainUnitMileageQuerySchema, as as MasterMainUnitMileageSchema, az as createMasterMainUnitMileage, aB as deleteMasterMainUnitMileage, ay as findMasterMainUnitMileages, aC as getMasterMainUnitMileageCache, ax as newMasterMainUnitMileagePayload, aw as toMasterMainUnitMileagePayload, aA as updateMasterMainUnitMileage } from '../../../user_organisation_service-CjwE5uAi.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 { aD as MasterMainUnitVolume, aF as MasterMainUnitVolumeDTO, aH as MasterMainUnitVolumeQueryDTO, aG as MasterMainUnitVolumeQuerySchema, aE as MasterMainUnitVolumeSchema, aL as createMasterMainUnitVolume, aN as deleteMasterMainUnitVolume, aK as findMasterMainUnitVolumes, aO as getMasterMainUnitVolumeCache, aJ as newMasterMainUnitVolumePayload, aI as toMasterMainUnitVolumePayload, aM as updateMasterMainUnitVolume } from '../../../user_organisation_service-CjwE5uAi.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 { O as OrganisationBranch,
|
|
4
|
+
export { O as OrganisationBranch, b2 as OrganisationBranchDTO, b4 as OrganisationBranchQueryDTO, b3 as OrganisationBranchQuerySchema, b1 as OrganisationBranchSchema, b8 as createOrganisationBranch, ba as deleteOrganisationBranch, b7 as findOrganisationBranchs, bb as getOrganisationBranchCache, bd as getOrganisationBranchCacheChild, bc as getOrganisationBranchCacheCount, b6 as newOrganisationBranchPayload, b5 as toOrganisationBranchPayload, b9 as updateOrganisationBranch } from '../../../user_organisation_service-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/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 { be as OrganisationColor, bg as OrganisationColorDTO, bi as OrganisationColorQueryDTO, bh as OrganisationColorQuerySchema, bf as OrganisationColorSchema, bm as createOrganisationColor, bo as deleteOrganisationColor, bl as findOrganisationColors, bp as getOrganisationColorCache, br as getOrganisationColorCacheChild, bq as getOrganisationColorCacheCount, bk as newOrganisationColorPayload, bj as toOrganisationColorPayload, bn as updateOrganisationColor } from '../../../user_organisation_service-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/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 { d0 as OrganisationGroup, d3 as OrganisationGroupDTO, d5 as OrganisationGroupQueryDTO, d4 as OrganisationGroupQuerySchema, d2 as OrganisationGroupSchema, d1 as VehicleOrganisationGroupLink, d9 as createOrganisationGroup, db as deleteOrganisationGroup, d8 as findOrganisationGroups, dc as getOrganisationGroupCache, de as getOrganisationGroupCacheChild, dd as getOrganisationGroupCacheCount, d7 as newOrganisationGroupPayload, d6 as toOrganisationGroupPayload, da as updateOrganisationGroup } from '../../../user_organisation_service-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/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 { aP as OrganisationSubCompany, aR as OrganisationSubCompanyDTO, aT as OrganisationSubCompanyQueryDTO, aS as OrganisationSubCompanyQuerySchema, aQ as OrganisationSubCompanySchema, aX as createOrganisationSubCompany, aZ as deleteOrganisationSubCompany, aW as findOrganisationSubCompanyies, a_ as getOrganisationSubCompanyCache, b0 as getOrganisationSubCompanyCacheChild, a$ as getOrganisationSubCompanyCacheCount, aV as newOrganisationSubCompanyPayload, aU as toOrganisationSubCompanyPayload, aY as updateOrganisationSubCompany } from '../../../user_organisation_service-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/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 { bs as OrganisationTag, bu as OrganisationTagDTO, bw as OrganisationTagQueryDTO, bv as OrganisationTagQuerySchema, bt as OrganisationTagSchema, bA as createOrganisationTag, bC as deleteOrganisationTag, bz as findOrganisationTags, bD as getOrganisationTagCache, bF as getOrganisationTagCacheChild, bE as getOrganisationTagCacheCount, by as newOrganisationTagPayload, bx as toOrganisationTagPayload, bB as updateOrganisationTag } from '../../../user_organisation_service-CjwE5uAi.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../main/master_main_sim_provider_service.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../../../core/Enums.js';
|
|
2
2
|
import '../../../core/BaseResponse.js';
|
|
3
3
|
import 'zod';
|
|
4
|
-
import '../../../user_organisation_service-
|
|
4
|
+
import '../../../user_organisation_service-CjwE5uAi.js';
|
|
5
5
|
export { M as MasterSparePartCategory, b as MasterSparePartCategoryDTO, a as MasterSparePartCategorySchema, c as SparePartCategoryQueryDTO, S as SparePartCategoryQuerySchema, d as createMasterSparePartCategory, e as deleteMasterSparePartCategory, f as findMasterSparePartCategories, g as getMasterSparePartCategoryCache, h as getMasterSparePartCategoryCacheChild, i as getMasterSparePartCategoryCacheCount, n as newMasterSparePartCategoryPayload, t as toMasterSparePartCategoryPayload, u as updateMasterSparePartCategory } from './master_spare_part_sub_category_service.js';
|
|
6
6
|
import '../../../zod_utils/zod_base_schema.js';
|
|
7
7
|
import '../main/master_main_sim_provider_service.js';
|