vms-nest-prisma-api-document 216.0.0 → 218.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.
Files changed (101) hide show
  1. package/dist/core/Enums.d.ts +43 -1
  2. package/dist/core/Enums.js +50 -0
  3. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  4. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  5. package/dist/services/account/bookmark_service.d.ts +3 -3
  6. package/dist/services/account/notification_preferences.service.d.ts +18 -18
  7. package/dist/services/account/report_preferences.service.d.ts +7 -7
  8. package/dist/services/account/ticket_service.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +23 -23
  10. package/dist/services/fleet/bus_mangement/calender.d.ts +7 -7
  11. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  12. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  13. package/dist/services/fleet/bus_mangement/student.d.ts +24 -24
  14. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +17 -17
  15. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +47 -48
  16. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +30 -31
  17. package/dist/services/fleet/incident_management/incident_management_service.d.ts +597 -0
  18. package/dist/services/fleet/incident_management/incident_management_service.js +734 -0
  19. package/dist/services/fleet/issue_management/issue_management_service.d.ts +54 -50
  20. package/dist/services/fleet/issue_management/issue_management_service.js +90 -87
  21. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +4 -288
  22. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.js +66 -2
  23. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +5 -1219
  24. package/dist/services/fleet/vendor_management/fleet_vendor_service.js +63 -52
  25. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +4 -312
  26. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.js +5 -2
  27. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +5 -5
  28. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  29. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  30. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  31. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
  32. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
  33. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  34. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  35. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  36. package/dist/services/main/users/auth_service.d.ts +1 -1
  37. package/dist/services/main/users/user_admin_service.d.ts +22 -22
  38. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  39. package/dist/services/main/users/user_service.d.ts +1 -1
  40. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  41. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  42. package/dist/services/main/vehicle/master_vehicle_service.js +108 -47
  43. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  44. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  45. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  46. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  47. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  48. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  49. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  50. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  51. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  52. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  53. package/dist/services/master/expense/master_expense_name_service.d.ts +7 -7
  54. package/dist/services/master/expense/master_expense_type_service.d.ts +3 -3
  55. package/dist/services/master/expense/master_fuel_company_service.d.ts +4 -140
  56. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +4 -124
  57. package/dist/services/master/expense/master_vendor_tag_service.d.ts +4 -124
  58. package/dist/services/master/expense/master_vendor_type_service.d.ts +4 -124
  59. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +4 -4
  60. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +2 -2
  61. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +2 -2
  62. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +2 -2
  63. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +3 -3
  64. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  65. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  66. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  67. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  68. package/dist/services/master/main/master_main_landmark_service.d.ts +4 -158
  69. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  70. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  71. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  72. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  73. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  74. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  75. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  76. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  77. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  78. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  79. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  80. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  81. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  82. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  83. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  84. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +3 -3
  85. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  86. package/dist/services/master/tyre/master_tyre_model_service.d.ts +3 -3
  87. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  88. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  89. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  90. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  91. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +3 -3
  92. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  93. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  94. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  95. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  96. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  97. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  98. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  99. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  100. package/dist/{user_organisation_service-C186BM9A.d.ts → user_organisation_service-BE5iA8UK.d.ts} +4913 -2364
  101. package/package.json +1 -1
@@ -1,126 +1,6 @@
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-C186BM9A.js';
1
+ import '../../../core/Enums.js';
2
+ import '../../../core/BaseResponse.js';
3
+ import 'zod';
4
+ export { hg as MasterVendorDocumentType, hi as MasterVendorDocumentTypeDTO, hk as MasterVendorDocumentTypeQueryDTO, hj as MasterVendorDocumentTypeQuerySchema, hh as MasterVendorDocumentTypeSchema, ho as createMasterVendorDocumentType, hq as deleteMasterVendorDocumentType, hn as findMasterVendorDocumentTypes, hr as getMasterVendorDocumentTypeCache, hm as newMasterVendorDocumentTypePayload, hl as toMasterVendorDocumentTypePayload, hp as updateMasterVendorDocumentType } from '../../../user_organisation_service-BE5iA8UK.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
-
8
- interface MasterVendorDocumentType extends Record<string, unknown> {
9
- document_type_id: string;
10
- document_type: string;
11
- description?: string;
12
- status: Status;
13
- added_date_time: string;
14
- modified_date_time: string;
15
- organisation_id?: string;
16
- UserOrganisation?: UserOrganisation;
17
- }
18
- declare const MasterVendorDocumentTypeSchema: z.ZodObject<{
19
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
20
- document_type: z.ZodEffects<z.ZodString, string, string>;
21
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
22
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
23
- }, "strip", z.ZodTypeAny, {
24
- status: Status;
25
- organisation_id: string;
26
- document_type: string;
27
- description: string;
28
- }, {
29
- status: Status;
30
- organisation_id: string;
31
- document_type: string;
32
- description?: string | undefined;
33
- }>;
34
- type MasterVendorDocumentTypeDTO = z.infer<typeof MasterVendorDocumentTypeSchema>;
35
- declare const MasterVendorDocumentTypeQuerySchema: z.ZodObject<{
36
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
37
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
38
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
39
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
40
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
41
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
42
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
43
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
44
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
45
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
46
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
47
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
48
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
49
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
50
- name: z.ZodEffects<z.ZodString, string, string>;
51
- field: z.ZodEffects<z.ZodString, string, string>;
52
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
53
- }, "strip", z.ZodTypeAny, {
54
- name: string;
55
- field: string;
56
- direction: OrderBy;
57
- }, {
58
- name: string;
59
- field: string;
60
- direction: OrderBy;
61
- }>, "many">>>;
62
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
63
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
64
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
65
- } & {
66
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
67
- document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
68
- }, "strip", z.ZodTypeAny, {
69
- status: Status[];
70
- search: string;
71
- paging: PAGING;
72
- page_count: number;
73
- page_index: number;
74
- load_parents: LoadParents;
75
- load_parents_list: string[];
76
- load_child: LoadChild;
77
- load_child_list: string[];
78
- load_child_count: LoadChildCount;
79
- load_child_count_list: string[];
80
- include_details: Record<string, any>;
81
- where_relations: Record<string, any>;
82
- order_by: {
83
- name: string;
84
- field: string;
85
- direction: OrderBy;
86
- }[];
87
- include_master_data: YesNo;
88
- date_format_id: string;
89
- time_zone_id: string;
90
- organisation_ids: string[];
91
- document_type_ids: string[];
92
- }, {
93
- date_format_id: string;
94
- time_zone_id: string;
95
- status?: Status[] | undefined;
96
- search?: string | undefined;
97
- paging?: PAGING | undefined;
98
- page_count?: unknown;
99
- page_index?: unknown;
100
- load_parents?: LoadParents | undefined;
101
- load_parents_list?: string[] | undefined;
102
- load_child?: LoadChild | undefined;
103
- load_child_list?: string[] | undefined;
104
- load_child_count?: LoadChildCount | undefined;
105
- load_child_count_list?: string[] | undefined;
106
- include_details?: Record<string, any> | undefined;
107
- where_relations?: Record<string, any> | undefined;
108
- order_by?: {
109
- name: string;
110
- field: string;
111
- direction: OrderBy;
112
- }[] | undefined;
113
- include_master_data?: YesNo | undefined;
114
- organisation_ids?: string[] | undefined;
115
- document_type_ids?: string[] | undefined;
116
- }>;
117
- type MasterVendorDocumentTypeQueryDTO = z.infer<typeof MasterVendorDocumentTypeQuerySchema>;
118
- declare const toMasterVendorDocumentTypePayload: (row: MasterVendorDocumentType) => MasterVendorDocumentTypeDTO;
119
- declare const newMasterVendorDocumentTypePayload: () => MasterVendorDocumentTypeDTO;
120
- declare const findMasterVendorDocumentTypes: (data: MasterVendorDocumentTypeQueryDTO) => Promise<FBR<MasterVendorDocumentType[]>>;
121
- declare const createMasterVendorDocumentType: (data: MasterVendorDocumentTypeDTO) => Promise<SBR>;
122
- declare const updateMasterVendorDocumentType: (id: string, data: MasterVendorDocumentTypeDTO) => Promise<SBR>;
123
- declare const deleteMasterVendorDocumentType: (id: string) => Promise<SBR>;
124
- declare const getMasterVendorDocumentTypeCache: (organisation_id: string) => Promise<FBR<MasterVendorDocumentType[]>>;
125
-
126
- export { type MasterVendorDocumentType, type MasterVendorDocumentTypeDTO, type MasterVendorDocumentTypeQueryDTO, MasterVendorDocumentTypeQuerySchema, MasterVendorDocumentTypeSchema, createMasterVendorDocumentType, deleteMasterVendorDocumentType, findMasterVendorDocumentTypes, getMasterVendorDocumentTypeCache, newMasterVendorDocumentTypePayload, toMasterVendorDocumentTypePayload, updateMasterVendorDocumentType };
@@ -1,126 +1,6 @@
1
- import { 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-C186BM9A.js';
1
+ import '../../../core/Enums.js';
2
+ import '../../../core/BaseResponse.js';
3
+ import 'zod';
4
+ export { fQ as MasterVendorTag, fS as MasterVendorTagDTO, fU as MasterVendorTagQueryDTO, fT as MasterVendorTagQuerySchema, fR as MasterVendorTagSchema, fY as createMasterVendorTag, f_ as deleteMasterVendorTag, fX as findMasterVendorTags, f$ as getMasterVendorTagCache, fW as newMasterVendorTagPayload, fV as toMasterVendorTagPayload, fZ as updateMasterVendorTag } from '../../../user_organisation_service-BE5iA8UK.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
-
8
- interface MasterVendorTag extends Record<string, unknown> {
9
- vendor_tag_id: string;
10
- vendor_tag: string;
11
- description?: string;
12
- status: Status;
13
- added_date_time: string;
14
- modified_date_time: string;
15
- organisation_id: string;
16
- UserOrganisation?: UserOrganisation;
17
- }
18
- declare const MasterVendorTagSchema: z.ZodObject<{
19
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
20
- vendor_tag: z.ZodEffects<z.ZodString, string, string>;
21
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
22
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
23
- }, "strip", z.ZodTypeAny, {
24
- status: Status;
25
- organisation_id: string;
26
- vendor_tag: string;
27
- description: string;
28
- }, {
29
- status: Status;
30
- organisation_id: string;
31
- vendor_tag: string;
32
- description?: string | undefined;
33
- }>;
34
- type MasterVendorTagDTO = z.infer<typeof MasterVendorTagSchema>;
35
- declare const MasterVendorTagQuerySchema: z.ZodObject<{
36
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
37
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
38
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
39
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
40
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
41
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
42
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
43
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
44
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
45
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
46
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
47
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
48
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
49
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
50
- name: z.ZodEffects<z.ZodString, string, string>;
51
- field: z.ZodEffects<z.ZodString, string, string>;
52
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
53
- }, "strip", z.ZodTypeAny, {
54
- name: string;
55
- field: string;
56
- direction: OrderBy;
57
- }, {
58
- name: string;
59
- field: string;
60
- direction: OrderBy;
61
- }>, "many">>>;
62
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
63
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
64
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
65
- } & {
66
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
67
- vendor_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
68
- }, "strip", z.ZodTypeAny, {
69
- status: Status[];
70
- vendor_tag_ids: string[];
71
- search: string;
72
- paging: PAGING;
73
- page_count: number;
74
- page_index: number;
75
- load_parents: LoadParents;
76
- load_parents_list: string[];
77
- load_child: LoadChild;
78
- load_child_list: string[];
79
- load_child_count: LoadChildCount;
80
- load_child_count_list: string[];
81
- include_details: Record<string, any>;
82
- where_relations: Record<string, any>;
83
- order_by: {
84
- name: string;
85
- field: string;
86
- direction: OrderBy;
87
- }[];
88
- include_master_data: YesNo;
89
- date_format_id: string;
90
- time_zone_id: string;
91
- organisation_ids: string[];
92
- }, {
93
- date_format_id: string;
94
- time_zone_id: string;
95
- status?: Status[] | undefined;
96
- vendor_tag_ids?: string[] | undefined;
97
- search?: string | undefined;
98
- paging?: PAGING | undefined;
99
- page_count?: unknown;
100
- page_index?: unknown;
101
- load_parents?: LoadParents | undefined;
102
- load_parents_list?: string[] | undefined;
103
- load_child?: LoadChild | undefined;
104
- load_child_list?: string[] | undefined;
105
- load_child_count?: LoadChildCount | undefined;
106
- load_child_count_list?: string[] | undefined;
107
- include_details?: Record<string, any> | undefined;
108
- where_relations?: Record<string, any> | undefined;
109
- order_by?: {
110
- name: string;
111
- field: string;
112
- direction: OrderBy;
113
- }[] | undefined;
114
- include_master_data?: YesNo | undefined;
115
- organisation_ids?: string[] | undefined;
116
- }>;
117
- type MasterVendorTagQueryDTO = z.infer<typeof MasterVendorTagQuerySchema>;
118
- declare const toMasterVendorTagPayload: (row: MasterVendorTag) => MasterVendorTagDTO;
119
- declare const newMasterVendorTagPayload: () => MasterVendorTagDTO;
120
- declare const findMasterVendorTags: (data: MasterVendorTagQueryDTO) => Promise<FBR<MasterVendorTag[]>>;
121
- declare const createMasterVendorTag: (data: MasterVendorTagDTO) => Promise<SBR>;
122
- declare const updateMasterVendorTag: (id: string, data: MasterVendorTagDTO) => Promise<SBR>;
123
- declare const deleteMasterVendorTag: (id: string) => Promise<SBR>;
124
- declare const getMasterVendorTagCache: (organisation_id: string) => Promise<FBR<MasterVendorTag[]>>;
125
-
126
- export { type MasterVendorTag, type MasterVendorTagDTO, type MasterVendorTagQueryDTO, MasterVendorTagQuerySchema, MasterVendorTagSchema, createMasterVendorTag, deleteMasterVendorTag, findMasterVendorTags, getMasterVendorTagCache, newMasterVendorTagPayload, toMasterVendorTagPayload, updateMasterVendorTag };
@@ -1,126 +1,6 @@
1
- import { 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-C186BM9A.js';
1
+ import '../../../core/Enums.js';
2
+ import '../../../core/BaseResponse.js';
3
+ import 'zod';
4
+ export { fE as MasterVendorType, fG as MasterVendorTypeDTO, fI as MasterVendorTypeQueryDTO, fH as MasterVendorTypeQuerySchema, fF as MasterVendorTypeSchema, fM as createMasterVendorType, fO as deleteMasterVendorType, fL as findMasterVendorTypes, fP as getMasterVendorTypeCache, fK as newMasterVendorTypePayload, fJ as toMasterVendorTypePayload, fN as updateMasterVendorType } from '../../../user_organisation_service-BE5iA8UK.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
-
8
- interface MasterVendorType extends Record<string, unknown> {
9
- vendor_type_id: string;
10
- vendor_type: string;
11
- description?: string;
12
- status: Status;
13
- added_date_time: string;
14
- modified_date_time: string;
15
- organisation_id: string;
16
- UserOrganisation?: UserOrganisation;
17
- }
18
- declare const MasterVendorTypeSchema: z.ZodObject<{
19
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
20
- vendor_type: z.ZodEffects<z.ZodString, string, string>;
21
- description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
22
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
23
- }, "strip", z.ZodTypeAny, {
24
- status: Status;
25
- organisation_id: string;
26
- vendor_type: string;
27
- description: string;
28
- }, {
29
- status: Status;
30
- organisation_id: string;
31
- vendor_type: string;
32
- description?: string | undefined;
33
- }>;
34
- type MasterVendorTypeDTO = z.infer<typeof MasterVendorTypeSchema>;
35
- declare const MasterVendorTypeQuerySchema: z.ZodObject<{
36
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
37
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
38
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
39
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
40
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
41
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
42
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
43
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
44
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
45
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
46
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
47
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
48
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
49
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
50
- name: z.ZodEffects<z.ZodString, string, string>;
51
- field: z.ZodEffects<z.ZodString, string, string>;
52
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
53
- }, "strip", z.ZodTypeAny, {
54
- name: string;
55
- field: string;
56
- direction: OrderBy;
57
- }, {
58
- name: string;
59
- field: string;
60
- direction: OrderBy;
61
- }>, "many">>>;
62
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
63
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
64
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
65
- } & {
66
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
67
- vendor_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
68
- }, "strip", z.ZodTypeAny, {
69
- status: Status[];
70
- vendor_type_ids: string[];
71
- search: string;
72
- paging: PAGING;
73
- page_count: number;
74
- page_index: number;
75
- load_parents: LoadParents;
76
- load_parents_list: string[];
77
- load_child: LoadChild;
78
- load_child_list: string[];
79
- load_child_count: LoadChildCount;
80
- load_child_count_list: string[];
81
- include_details: Record<string, any>;
82
- where_relations: Record<string, any>;
83
- order_by: {
84
- name: string;
85
- field: string;
86
- direction: OrderBy;
87
- }[];
88
- include_master_data: YesNo;
89
- date_format_id: string;
90
- time_zone_id: string;
91
- organisation_ids: string[];
92
- }, {
93
- date_format_id: string;
94
- time_zone_id: string;
95
- status?: Status[] | undefined;
96
- vendor_type_ids?: string[] | undefined;
97
- search?: string | undefined;
98
- paging?: PAGING | undefined;
99
- page_count?: unknown;
100
- page_index?: unknown;
101
- load_parents?: LoadParents | undefined;
102
- load_parents_list?: string[] | undefined;
103
- load_child?: LoadChild | undefined;
104
- load_child_list?: string[] | undefined;
105
- load_child_count?: LoadChildCount | undefined;
106
- load_child_count_list?: string[] | undefined;
107
- include_details?: Record<string, any> | undefined;
108
- where_relations?: Record<string, any> | undefined;
109
- order_by?: {
110
- name: string;
111
- field: string;
112
- direction: OrderBy;
113
- }[] | undefined;
114
- include_master_data?: YesNo | undefined;
115
- organisation_ids?: string[] | undefined;
116
- }>;
117
- type MasterVendorTypeQueryDTO = z.infer<typeof MasterVendorTypeQuerySchema>;
118
- declare const toMasterVendorTypePayload: (row: MasterVendorType) => MasterVendorTypeDTO;
119
- declare const newMasterVendorTypePayload: () => MasterVendorTypeDTO;
120
- declare const findMasterVendorTypes: (data: MasterVendorTypeQueryDTO) => Promise<FBR<MasterVendorType[]>>;
121
- declare const createMasterVendorType: (data: MasterVendorTypeDTO) => Promise<SBR>;
122
- declare const updateMasterVendorType: (id: string, data: MasterVendorTypeDTO) => Promise<SBR>;
123
- declare const deleteMasterVendorType: (id: string) => Promise<SBR>;
124
- declare const getMasterVendorTypeCache: (organisation_id: string) => Promise<FBR<MasterVendorType[]>>;
125
-
126
- export { type MasterVendorType, type MasterVendorTypeDTO, type MasterVendorTypeQueryDTO, MasterVendorTypeQuerySchema, MasterVendorTypeSchema, createMasterVendorType, deleteMasterVendorType, findMasterVendorTypes, getMasterVendorTypeCache, newMasterVendorTypePayload, toMasterVendorTypePayload, updateMasterVendorType };
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation } from '../../../user_organisation_service-C186BM9A.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-BE5iA8UK.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -24,14 +24,14 @@ declare const MasterFleetIncidentSeveritySchema: z.ZodObject<{
24
24
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
25
25
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
26
26
  }, "strip", z.ZodTypeAny, {
27
- fleet_incident_severity: string;
28
- description: string;
29
27
  status: Status;
30
28
  organisation_id: string;
31
- }, {
29
+ description: string;
32
30
  fleet_incident_severity: string;
31
+ }, {
33
32
  status: Status;
34
33
  organisation_id: string;
34
+ fleet_incident_severity: string;
35
35
  description?: string | undefined;
36
36
  }>;
37
37
  type MasterFleetIncidentSeverityDTO = z.infer<typeof MasterFleetIncidentSeveritySchema>;
@@ -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-C186BM9A.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-BE5iA8UK.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;
28
27
  status: Status;
29
28
  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-C186BM9A.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-BE5iA8UK.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;
28
27
  status: Status;
29
28
  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-C186BM9A.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-BE5iA8UK.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;
28
27
  status: Status;
29
28
  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-C186BM9A.js';
4
+ import { U as UserOrganisation } from '../../../user_organisation_service-BE5iA8UK.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../main/master_main_sim_provider_service.js';
7
7
 
@@ -24,14 +24,14 @@ declare const MasterFleetServiceTaskSchema: z.ZodObject<{
24
24
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
25
25
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
26
26
  }, "strip", z.ZodTypeAny, {
27
+ fleet_service_task: string;
27
28
  description: string;
28
29
  status: Status;
29
30
  organisation_id: string;
30
- fleet_service_task: string;
31
31
  }, {
32
+ fleet_service_task: string;
32
33
  status: Status;
33
34
  organisation_id: string;
34
- fleet_service_task: string;
35
35
  description?: string | undefined;
36
36
  }>;
37
37
  type MasterFleetServiceTaskDTO = z.infer<typeof MasterFleetServiceTaskSchema>;
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { g as MasterMainCountry, a6 as MasterMainCountryDTO, a8 as MasterMainCountryQueryDTO, a7 as MasterMainCountryQuerySchema, a5 as MasterMainCountrySchema, ac as createMasterMainCountry, ae as deleteMasterMainCountry, ab as findMasterMainCountries, af as getMasterMainCountryCache, ag as getMasterMainCountryCacheChild, aa as newMasterMainCountryPayload, a9 as toMasterMainCountryPayload, ad as updateMasterMainCountry } from '../../../user_organisation_service-C186BM9A.js';
4
+ export { a4 as MasterMainCountry, a6 as MasterMainCountryDTO, a8 as MasterMainCountryQueryDTO, a7 as MasterMainCountryQuerySchema, a5 as MasterMainCountrySchema, ac as createMasterMainCountry, ae as deleteMasterMainCountry, ab as findMasterMainCountries, af as getMasterMainCountryCache, ag as getMasterMainCountryCacheChild, aa as newMasterMainCountryPayload, a9 as toMasterMainCountryPayload, ad as updateMasterMainCountry } from '../../../user_organisation_service-BE5iA8UK.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 { s as MasterMainCurrency, w as MasterMainCurrencyDTO, y as MasterMainCurrencyQueryDTO, x as MasterMainCurrencyQuerySchema, v as MasterMainCurrencySchema, C as createMasterMainCurrency, E as deleteMasterMainCurrency, B as findMasterMainCurrencies, F as getMasterMainCurrencyCache, A as newMasterMainCurrencyPayload, z as toMasterMainCurrencyPayload, D as updateMasterMainCurrency } from '../../../user_organisation_service-C186BM9A.js';
4
+ export { q as MasterMainCurrency, s as MasterMainCurrencyDTO, w as MasterMainCurrencyQueryDTO, v as MasterMainCurrencyQuerySchema, r as MasterMainCurrencySchema, A as createMasterMainCurrency, C as deleteMasterMainCurrency, z as findMasterMainCurrencies, D as getMasterMainCurrencyCache, y as newMasterMainCurrencyPayload, x as toMasterMainCurrencyPayload, B as updateMasterMainCurrency } from '../../../user_organisation_service-BE5iA8UK.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 { ah as MasterMainDateFormat, aj as MasterMainDateFormatDTO, al as MasterMainDateFormatQueryDTO, ak as MasterMainDateFormatQuerySchema, ai as MasterMainDateFormatSchema, ap as createMasterMainDateFormat, ar as deleteMasterMainDateFormat, ao as findMasterMainDateFormats, as as getMasterMainDateFormatCache, an as newMasterMainDateFormatPayload, am as toMasterMainDateFormatPayload, aq as updateMasterMainDateFormat } from '../../../user_organisation_service-C186BM9A.js';
4
+ export { ah as MasterMainDateFormat, aj as MasterMainDateFormatDTO, al as MasterMainDateFormatQueryDTO, ak as MasterMainDateFormatQuerySchema, ai as MasterMainDateFormatSchema, ap as createMasterMainDateFormat, ar as deleteMasterMainDateFormat, ao as findMasterMainDateFormats, as as getMasterMainDateFormatCache, an as newMasterMainDateFormatPayload, am as toMasterMainDateFormatPayload, aq as updateMasterMainDateFormat } from '../../../user_organisation_service-BE5iA8UK.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 { i as MasterMainIndustry, k as MasterMainIndustryDTO, m as MasterMainIndustryQueryDTO, l as MasterMainIndustryQuerySchema, j as MasterMainIndustrySchema, p as createMasterMainIndustry, q as deleteMasterMainIndustry, o as findMasterMainIndustrys, r as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-C186BM9A.js';
4
+ export { g as MasterMainIndustry, i as MasterMainIndustryDTO, k as MasterMainIndustryQueryDTO, j as MasterMainIndustryQuerySchema, h as MasterMainIndustrySchema, m as createMasterMainIndustry, o as deleteMasterMainIndustry, l as findMasterMainIndustrys, p as getMasterMainIndustryCache, n as newMasterMainIndustryPayload, t as toMasterMainIndustryPayload, u as updateMasterMainIndustry } from '../../../user_organisation_service-BE5iA8UK.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import './master_main_sim_provider_service.js';