vms-nest-prisma-api-document 216.0.0 → 219.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist/core/Enums.d.ts +50 -1
  2. package/dist/core/Enums.js +59 -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 +9 -9
  6. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  7. package/dist/services/account/report_preferences.service.d.ts +1 -1
  8. package/dist/services/account/ticket_service.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  10. package/dist/services/fleet/bus_mangement/calender.d.ts +2 -2
  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 +8 -8
  14. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  15. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +8 -9
  16. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.js +1 -0
  17. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +3 -4
  18. package/dist/services/fleet/incident_management/incident_management_service.d.ts +603 -0
  19. package/dist/services/fleet/incident_management/incident_management_service.js +746 -0
  20. package/dist/services/fleet/issue_management/issue_management_service.d.ts +69 -59
  21. package/dist/services/fleet/issue_management/issue_management_service.js +100 -91
  22. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +400 -0
  23. package/dist/services/fleet/service_management/fleet_service_management_service.js +573 -0
  24. package/dist/services/fleet/service_management/fleet_service_management_task_service.d.ts +145 -0
  25. package/dist/services/fleet/service_management/fleet_service_management_task_service.js +326 -0
  26. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +4 -288
  27. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.js +107 -43
  28. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +5 -1219
  29. package/dist/services/fleet/vendor_management/fleet_vendor_service.js +161 -144
  30. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +4 -312
  31. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.js +58 -55
  32. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +3 -3
  33. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
  34. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
  35. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
  36. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
  37. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
  38. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  39. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  40. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  41. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  42. package/dist/services/main/users/auth_service.d.ts +1 -1
  43. package/dist/services/main/users/user_admin_service.d.ts +20 -20
  44. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  45. package/dist/services/main/users/user_service.d.ts +1 -1
  46. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  47. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  48. package/dist/services/main/vehicle/master_vehicle_service.js +108 -47
  49. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  50. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  51. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  52. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  53. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  54. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  55. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  56. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  57. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  58. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  59. package/dist/services/master/expense/master_expense_name_service.d.ts +9 -9
  60. package/dist/services/master/expense/master_expense_type_service.d.ts +3 -3
  61. package/dist/services/master/expense/master_fuel_company_service.d.ts +4 -140
  62. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +4 -124
  63. package/dist/services/master/expense/master_vendor_tag_service.d.ts +4 -124
  64. package/dist/services/master/expense/master_vendor_type_service.d.ts +4 -124
  65. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +6 -6
  66. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +4 -4
  67. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +4 -4
  68. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +4 -4
  69. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +6 -6
  70. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  71. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  72. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  73. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  74. package/dist/services/master/main/master_main_landmark_service.d.ts +4 -158
  75. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  76. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  77. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  78. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  79. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  80. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  81. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  82. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  83. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  84. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  85. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  86. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  87. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  88. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  89. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  90. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  91. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  92. package/dist/services/master/tyre/master_tyre_model_service.d.ts +7 -7
  93. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  94. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  95. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  96. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  97. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  98. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  99. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  100. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  101. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  102. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  103. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  104. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  105. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  106. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  107. package/dist/services/website/static_pages_service.d.ts +1 -1
  108. package/dist/{user_organisation_service-C186BM9A.d.ts → user_organisation_service-Bkq3GOUs.d.ts} +4915 -2363
  109. package/package.json +1 -1
@@ -1,1220 +1,6 @@
1
- import { Status, FleetVendorAddressLabel, YesNo, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, FileType } from '../../../core/Enums.js';
2
- import { BaseCommonFile, BR, AWSPresignedUrl, FBR, SBR } from '../../../core/BaseResponse.js';
3
- import { z } from 'zod';
4
- import { FilePresignedUrlDTO } from '../../../zod_utils/zod_base_schema.js';
5
- import { U as UserOrganisation, a as User, f as MasterDriverFileDTO } from '../../../user_organisation_service-C186BM9A.js';
6
- import { MasterVendorType } from '../../master/expense/master_vendor_type_service.js';
7
- import { MasterVendorTag } from '../../master/expense/master_vendor_tag_service.js';
8
- import { MasterMainLandmark } from '../../master/main/master_main_landmark_service.js';
9
- import { MasterVendorDocumentType } from '../../master/expense/master_vendor_document_type_service.js';
1
+ import '../../../core/Enums.js';
2
+ import '../../../core/BaseResponse.js';
3
+ import 'zod';
4
+ import '../../../zod_utils/zod_base_schema.js';
5
+ export { F as FleetVendor, i5 as FleetVendorAddress, ij as FleetVendorAddressDTO, il as FleetVendorAddressQueryDTO, ik as FleetVendorAddressQuerySchema, ii as FleetVendorAddressSchema, i6 as FleetVendorBankAccount, io as FleetVendorBankAccountDTO, iq as FleetVendorBankAccountQueryDTO, ip as FleetVendorBankAccountQuerySchema, im as FleetVendorBankAccountSchema, i7 as FleetVendorContactPersons, iu as FleetVendorContactPersonsDTO, is as FleetVendorContactPersonsLogoDTO, ir as FleetVendorContactPersonsLogoSchema, iw as FleetVendorContactPersonsQueryDTO, iv as FleetVendorContactPersonsQuerySchema, it as FleetVendorContactPersonsSchema, ie as FleetVendorDTO, i9 as FleetVendorDocument, iE as FleetVendorDocumentDTO, ia as FleetVendorDocumentFile, iC as FleetVendorDocumentFileDTO, iB as FleetVendorDocumentFileSchema, iG as FleetVendorDocumentQueryDTO, iF as FleetVendorDocumentQuerySchema, iD as FleetVendorDocumentSchema, ic as FleetVendorLogoDTO, ib as FleetVendorLogoSchema, ih as FleetVendorQueryDTO, ig as FleetVendorQuerySchema, i8 as FleetVendorReview, iy as FleetVendorReviewDTO, iA as FleetVendorReviewQueryDTO, iz as FleetVendorReviewQuerySchema, ix as FleetVendorReviewSchema, id as FleetVendorSchema, i4 as FleetVendorTagLink, i3 as FleetVendorTypeLink, iZ as createFleetVendor, j0 as createFleetVendorAddress, j4 as createFleetVendorBankAccount, j8 as createFleetVendorContactPersons, jk as createFleetVendorDocument, je as createFleetVendorReview, ji as create_file, i$ as deleteFleetVendor, j3 as deleteFleetVendorAddress, j7 as deleteFleetVendorBankAccount, jb as deleteFleetVendorContactPersons, jd as deleteFleetVendorContactPersonsLogo, jn as deleteFleetVendorDocument, iX as deleteFleetVendorLogo, jh as deleteFleetVendorReview, iY as findFleetVendor, j1 as findFleetVendorAddress, j5 as findFleetVendorBankAccount, j9 as findFleetVendorContactPersons, jl as findFleetVendorDocument, jf as findFleetVendorReview, jo as getFleetVendorCacheSimple, iV as get_vendor_document_file_presigned_url, iK as newFleetVendorAddressPayload, iM as newFleetVendorBankAccountPayload, iO as newFleetVendorContactPersonsPayload, iS as newFleetVendorDocumentPayload, iI as newFleetVendorPayload, iQ as newFleetVendorReviewPayload, jj as remove_file, iJ as toFleetVendorAddressPayload, iL as toFleetVendorBankAccountPayload, iN as toFleetVendorContactPersonsPayload, iR as toFleetVendorDocumentPayload, iH as toFleetVendorPayload, iP as toFleetVendorReviewPayload, i_ as updateFleetVendor, j2 as updateFleetVendorAddress, j6 as updateFleetVendorBankAccount, ja as updateFleetVendorContactPersons, jc as updateFleetVendorContactPersonsLogo, jm as updateFleetVendorDocument, iW as updateFleetVendorLogo, jg as updateFleetVendorReview, iU as vendor_contact_person_logo_presigned_url, iT as vendor_logo_presigned_url } from '../../../user_organisation_service-Bkq3GOUs.js';
10
6
  import '../../master/main/master_main_sim_provider_service.js';
11
-
12
- interface FleetVendor extends Record<string, unknown> {
13
- vendor_id: string;
14
- vendor_name: string;
15
- vendor_code?: string;
16
- business_mobile?: string;
17
- business_email?: string;
18
- logo_url?: string;
19
- logo_key?: string;
20
- logo_name?: string;
21
- organisation_name?: string;
22
- gst_number?: string;
23
- pan_number?: string;
24
- tax_id_number?: string;
25
- vat_number?: string;
26
- business_registration_number?: string;
27
- payment_terms?: string;
28
- financial_notes?: string;
29
- additional_details_1?: string;
30
- additional_details_2?: string;
31
- additional_details_3?: string;
32
- status: Status;
33
- added_date_time: string;
34
- modified_date_time: string;
35
- organisation_id: string;
36
- UserOrganisation: UserOrganisation;
37
- FleetVendorTypeLink?: FleetVendorTypeLink[];
38
- FleetVendorTagLink?: FleetVendorTagLink[];
39
- FleetVendorAddress?: FleetVendorAddress[];
40
- FleetVendorBankAccount?: FleetVendorBankAccount[];
41
- FleetVendorContactPersons?: FleetVendorContactPersons[];
42
- FleetVendorReview?: FleetVendorReview[];
43
- FleetVendorDocument?: FleetVendorDocument[];
44
- _count?: {
45
- FleetVendorTypeLink: number;
46
- FleetVendorTagLink: number;
47
- FleetVendorAddress: number;
48
- FleetVendorBankAccount: number;
49
- FleetVendorContactPersons: number;
50
- FleetVendorReview: number;
51
- FleetVendorDocument: number;
52
- FleetVendorServiceCenter: number;
53
- FleetVendorFuelStation: number;
54
- };
55
- }
56
- interface FleetVendorTypeLink extends Record<string, unknown> {
57
- vendor_type_link_id: string;
58
- status: Status;
59
- added_date_time: string;
60
- modified_date_time: string;
61
- vendor_id: string;
62
- FleetVendor?: FleetVendor;
63
- vendor_name?: string;
64
- vendor_type_id: string;
65
- MasterVendorType?: MasterVendorType;
66
- vendor_type?: string;
67
- _count?: {};
68
- }
69
- interface FleetVendorTagLink extends Record<string, unknown> {
70
- vendor_tag_link_id: string;
71
- status: Status;
72
- added_date_time: string;
73
- modified_date_time: string;
74
- vendor_id: string;
75
- FleetVendor?: FleetVendor;
76
- vendor_name?: string;
77
- vendor_tag_id: string;
78
- MasterVendorTag?: MasterVendorTag;
79
- vendor_tag?: string;
80
- _count?: {};
81
- }
82
- interface FleetVendorAddress extends Record<string, unknown> {
83
- vendor_address_id: string;
84
- vendor_address_label: FleetVendorAddressLabel;
85
- address_line1?: string;
86
- address_line2?: string;
87
- locality_landmark?: string;
88
- neighborhood?: string;
89
- town_city?: string;
90
- district_county?: string;
91
- state_province_region?: string;
92
- postal_code?: string;
93
- country?: string;
94
- country_code?: string;
95
- latitude?: number;
96
- longitude?: number;
97
- google_location?: string;
98
- landmark_id?: string;
99
- MasterMainLandMark?: MasterMainLandmark;
100
- landmark_location?: string;
101
- landmark_distance?: number;
102
- is_default: YesNo;
103
- notes?: string;
104
- status: Status;
105
- added_date_time: string;
106
- modified_date_time: string;
107
- organisation_id: string;
108
- UserOrganisation?: UserOrganisation;
109
- vendor_id: string;
110
- FleetVendor?: FleetVendor;
111
- vendor_name?: string;
112
- _count?: {};
113
- }
114
- interface FleetVendorBankAccount extends Record<string, unknown> {
115
- vendor_bank_account_id: string;
116
- bank_name?: string;
117
- bank_branch_name?: string;
118
- bank_account_name?: string;
119
- bank_account_number?: string;
120
- ifsc_code?: string;
121
- swift_code?: string;
122
- iban_number?: string;
123
- upi_id?: string;
124
- is_primary: YesNo;
125
- notes?: string;
126
- status: Status;
127
- added_date_time: string;
128
- modified_date_time: string;
129
- organisation_id: string;
130
- UserOrganisation?: UserOrganisation;
131
- vendor_id: string;
132
- FleetVendor?: FleetVendor;
133
- vendor_name?: string;
134
- _count?: {};
135
- }
136
- interface FleetVendorContactPersons extends Record<string, unknown> {
137
- contact_person_id: string;
138
- image_url?: string;
139
- image_key?: string;
140
- image_name?: string;
141
- name: string;
142
- mobile?: string;
143
- alternative_mobile?: string;
144
- email?: string;
145
- designation?: string;
146
- branch_name?: string;
147
- preferred_language?: string;
148
- is_primary: YesNo;
149
- is_active_contact: YesNo;
150
- notes?: string;
151
- status: Status;
152
- added_date_time: string;
153
- modified_date_time: string;
154
- organisation_id: string;
155
- UserOrganisation?: UserOrganisation;
156
- vendor_id: string;
157
- FleetVendor?: FleetVendor;
158
- vendor_name?: string;
159
- _count?: {};
160
- }
161
- interface FleetVendorReview extends Record<string, unknown> {
162
- vendor_review_id: string;
163
- rating: number;
164
- comment?: string;
165
- status: Status;
166
- added_date_time: string;
167
- modified_date_time: string;
168
- organisation_id: string;
169
- UserOrganisation?: UserOrganisation;
170
- user_id?: string;
171
- User?: User;
172
- vendor_id: string;
173
- FleetVendor?: FleetVendor;
174
- vendor_name?: string;
175
- _count?: {};
176
- }
177
- interface FleetVendorDocument extends Record<string, unknown> {
178
- fleet_vendor_document_id: string;
179
- document_name?: string;
180
- document_number?: string;
181
- issuing_authority?: string;
182
- issue_date?: string;
183
- issue_date_f?: string;
184
- expiry_date?: string;
185
- expiry_date_f?: string;
186
- remarks?: string;
187
- status: Status;
188
- added_date_time: string;
189
- modified_date_time: string;
190
- organisation_id: string;
191
- UserOrganisation?: UserOrganisation;
192
- user_id?: string;
193
- User?: User;
194
- vendor_id: string;
195
- FleetVendor?: FleetVendor;
196
- vendor_name?: string;
197
- document_type_id: string;
198
- MasterVendorDocumentType?: MasterVendorDocumentType;
199
- document_type?: string;
200
- FleetVendorDocumentFile: FleetVendorDocumentFile[];
201
- _count?: {
202
- FleetVendorDocumentFile: number;
203
- };
204
- }
205
- interface FleetVendorDocumentFile extends BaseCommonFile {
206
- fleet_vendor_document_file_id: string;
207
- organisation_id: string;
208
- UserOrganisation?: UserOrganisation;
209
- fleet_vendor_document_id: string;
210
- FleetVendorDocument?: FleetVendorDocument;
211
- }
212
- declare const FleetVendorSchema: z.ZodObject<{
213
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
214
- vendor_name: z.ZodEffects<z.ZodString, string, string>;
215
- vendor_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
216
- business_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
217
- business_email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
218
- logo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
219
- logo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
220
- logo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
221
- organisation_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
222
- gst_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
223
- pan_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
224
- tax_id_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
225
- vat_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
226
- business_registration_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
227
- payment_terms: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
228
- financial_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
229
- additional_details_1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
230
- additional_details_2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
231
- additional_details_3: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
232
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
233
- vendor_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
234
- vendor_tag_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
235
- }, "strip", z.ZodTypeAny, {
236
- vendor_name: string;
237
- vendor_code: string;
238
- business_mobile: string;
239
- business_email: string;
240
- logo_url: string;
241
- logo_key: string;
242
- logo_name: string;
243
- organisation_name: string;
244
- gst_number: string;
245
- pan_number: string;
246
- tax_id_number: string;
247
- vat_number: string;
248
- business_registration_number: string;
249
- payment_terms: string;
250
- financial_notes: string;
251
- additional_details_1: string;
252
- additional_details_2: string;
253
- additional_details_3: string;
254
- status: Status;
255
- organisation_id: string;
256
- vendor_type_ids: string[];
257
- vendor_tag_ids: string[];
258
- }, {
259
- vendor_name: string;
260
- status: Status;
261
- organisation_id: string;
262
- vendor_code?: string | undefined;
263
- business_mobile?: string | undefined;
264
- business_email?: string | undefined;
265
- logo_url?: string | undefined;
266
- logo_key?: string | undefined;
267
- logo_name?: string | undefined;
268
- organisation_name?: string | undefined;
269
- gst_number?: string | undefined;
270
- pan_number?: string | undefined;
271
- tax_id_number?: string | undefined;
272
- vat_number?: string | undefined;
273
- business_registration_number?: string | undefined;
274
- payment_terms?: string | undefined;
275
- financial_notes?: string | undefined;
276
- additional_details_1?: string | undefined;
277
- additional_details_2?: string | undefined;
278
- additional_details_3?: string | undefined;
279
- vendor_type_ids?: string[] | undefined;
280
- vendor_tag_ids?: string[] | undefined;
281
- }>;
282
- type FleetVendorDTO = z.infer<typeof FleetVendorSchema>;
283
- declare const FleetVendorLogoSchema: z.ZodObject<{
284
- logo_url: z.ZodEffects<z.ZodString, string, string>;
285
- logo_key: z.ZodEffects<z.ZodString, string, string>;
286
- logo_name: z.ZodEffects<z.ZodString, string, string>;
287
- }, "strip", z.ZodTypeAny, {
288
- logo_url: string;
289
- logo_key: string;
290
- logo_name: string;
291
- }, {
292
- logo_url: string;
293
- logo_key: string;
294
- logo_name: string;
295
- }>;
296
- type FleetVendorLogoDTO = z.infer<typeof FleetVendorLogoSchema>;
297
- declare const FleetVendorQuerySchema: z.ZodObject<{
298
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
299
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
300
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
301
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
302
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
303
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
304
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
305
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
306
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
307
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
308
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
309
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
310
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
311
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
312
- name: z.ZodEffects<z.ZodString, string, string>;
313
- field: z.ZodEffects<z.ZodString, string, string>;
314
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
315
- }, "strip", z.ZodTypeAny, {
316
- name: string;
317
- field: string;
318
- direction: OrderBy;
319
- }, {
320
- name: string;
321
- field: string;
322
- direction: OrderBy;
323
- }>, "many">>>;
324
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
325
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
326
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
327
- } & {
328
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
329
- vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
330
- }, "strip", z.ZodTypeAny, {
331
- status: Status[];
332
- search: string;
333
- paging: PAGING;
334
- page_count: number;
335
- page_index: number;
336
- load_parents: LoadParents;
337
- load_parents_list: string[];
338
- load_child: LoadChild;
339
- load_child_list: string[];
340
- load_child_count: LoadChildCount;
341
- load_child_count_list: string[];
342
- include_details: Record<string, any>;
343
- where_relations: Record<string, any>;
344
- order_by: {
345
- name: string;
346
- field: string;
347
- direction: OrderBy;
348
- }[];
349
- include_master_data: YesNo;
350
- date_format_id: string;
351
- time_zone_id: string;
352
- organisation_ids: string[];
353
- vendor_ids: string[];
354
- }, {
355
- date_format_id: string;
356
- time_zone_id: string;
357
- status?: Status[] | undefined;
358
- search?: string | undefined;
359
- paging?: PAGING | undefined;
360
- page_count?: unknown;
361
- page_index?: unknown;
362
- load_parents?: LoadParents | undefined;
363
- load_parents_list?: string[] | undefined;
364
- load_child?: LoadChild | undefined;
365
- load_child_list?: string[] | undefined;
366
- load_child_count?: LoadChildCount | undefined;
367
- load_child_count_list?: string[] | undefined;
368
- include_details?: Record<string, any> | undefined;
369
- where_relations?: Record<string, any> | undefined;
370
- order_by?: {
371
- name: string;
372
- field: string;
373
- direction: OrderBy;
374
- }[] | undefined;
375
- include_master_data?: YesNo | undefined;
376
- organisation_ids?: string[] | undefined;
377
- vendor_ids?: string[] | undefined;
378
- }>;
379
- type FleetVendorQueryDTO = z.infer<typeof FleetVendorQuerySchema>;
380
- declare const FleetVendorAddressSchema: z.ZodObject<{
381
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
382
- vendor_id: z.ZodEffects<z.ZodString, string, string>;
383
- vendor_address_label: z.ZodType<FleetVendorAddressLabel, z.ZodTypeDef, FleetVendorAddressLabel>;
384
- address_line1: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
385
- address_line2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
386
- locality_landmark: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
387
- neighborhood: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
388
- town_city: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
389
- district_county: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
390
- state_province_region: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
391
- postal_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
392
- country: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
393
- country_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
394
- latitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
395
- longitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
396
- google_location: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
397
- is_default: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
398
- notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
399
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
400
- }, "strip", z.ZodTypeAny, {
401
- vendor_id: string;
402
- status: Status;
403
- organisation_id: string;
404
- vendor_address_label: FleetVendorAddressLabel;
405
- address_line1: string;
406
- address_line2: string;
407
- locality_landmark: string;
408
- neighborhood: string;
409
- town_city: string;
410
- district_county: string;
411
- state_province_region: string;
412
- postal_code: string;
413
- country: string;
414
- country_code: string;
415
- google_location: string;
416
- is_default: YesNo;
417
- notes: string;
418
- latitude?: number | undefined;
419
- longitude?: number | undefined;
420
- }, {
421
- vendor_id: string;
422
- status: Status;
423
- organisation_id: string;
424
- vendor_address_label: FleetVendorAddressLabel;
425
- is_default: YesNo;
426
- address_line1?: string | undefined;
427
- address_line2?: string | undefined;
428
- locality_landmark?: string | undefined;
429
- neighborhood?: string | undefined;
430
- town_city?: string | undefined;
431
- district_county?: string | undefined;
432
- state_province_region?: string | undefined;
433
- postal_code?: string | undefined;
434
- country?: string | undefined;
435
- country_code?: string | undefined;
436
- latitude?: unknown;
437
- longitude?: unknown;
438
- google_location?: string | undefined;
439
- notes?: string | undefined;
440
- }>;
441
- type FleetVendorAddressDTO = z.infer<typeof FleetVendorAddressSchema>;
442
- declare const FleetVendorAddressQuerySchema: z.ZodObject<{
443
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
444
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
445
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
446
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
447
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
448
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
449
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
450
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
451
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
452
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
453
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
454
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
455
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
456
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
457
- name: z.ZodEffects<z.ZodString, string, string>;
458
- field: z.ZodEffects<z.ZodString, string, string>;
459
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
460
- }, "strip", z.ZodTypeAny, {
461
- name: string;
462
- field: string;
463
- direction: OrderBy;
464
- }, {
465
- name: string;
466
- field: string;
467
- direction: OrderBy;
468
- }>, "many">>>;
469
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
470
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
471
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
472
- } & {
473
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
474
- vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
475
- landmark_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
476
- vendor_address_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
477
- vendor_address_label: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof FleetVendorAddressLabel>, "many">>>;
478
- is_default: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
479
- }, "strip", z.ZodTypeAny, {
480
- status: Status[];
481
- vendor_address_label: FleetVendorAddressLabel[];
482
- is_default: YesNo[];
483
- search: string;
484
- paging: PAGING;
485
- page_count: number;
486
- page_index: number;
487
- load_parents: LoadParents;
488
- load_parents_list: string[];
489
- load_child: LoadChild;
490
- load_child_list: string[];
491
- load_child_count: LoadChildCount;
492
- load_child_count_list: string[];
493
- include_details: Record<string, any>;
494
- where_relations: Record<string, any>;
495
- order_by: {
496
- name: string;
497
- field: string;
498
- direction: OrderBy;
499
- }[];
500
- include_master_data: YesNo;
501
- date_format_id: string;
502
- time_zone_id: string;
503
- organisation_ids: string[];
504
- vendor_ids: string[];
505
- landmark_ids: string[];
506
- vendor_address_ids: string[];
507
- }, {
508
- date_format_id: string;
509
- time_zone_id: string;
510
- status?: Status[] | undefined;
511
- vendor_address_label?: FleetVendorAddressLabel[] | undefined;
512
- is_default?: YesNo[] | undefined;
513
- search?: string | undefined;
514
- paging?: PAGING | undefined;
515
- page_count?: unknown;
516
- page_index?: unknown;
517
- load_parents?: LoadParents | undefined;
518
- load_parents_list?: string[] | undefined;
519
- load_child?: LoadChild | undefined;
520
- load_child_list?: string[] | undefined;
521
- load_child_count?: LoadChildCount | undefined;
522
- load_child_count_list?: string[] | undefined;
523
- include_details?: Record<string, any> | undefined;
524
- where_relations?: Record<string, any> | undefined;
525
- order_by?: {
526
- name: string;
527
- field: string;
528
- direction: OrderBy;
529
- }[] | undefined;
530
- include_master_data?: YesNo | undefined;
531
- organisation_ids?: string[] | undefined;
532
- vendor_ids?: string[] | undefined;
533
- landmark_ids?: string[] | undefined;
534
- vendor_address_ids?: string[] | undefined;
535
- }>;
536
- type FleetVendorAddressQueryDTO = z.infer<typeof FleetVendorAddressQuerySchema>;
537
- declare const FleetVendorBankAccountSchema: z.ZodObject<{
538
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
539
- vendor_id: z.ZodEffects<z.ZodString, string, string>;
540
- bank_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
541
- bank_branch_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
542
- bank_account_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
543
- bank_account_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
544
- ifsc_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
545
- swift_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
546
- iban_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
547
- upi_id: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
548
- is_primary: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
549
- notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
550
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
551
- }, "strip", z.ZodTypeAny, {
552
- vendor_id: string;
553
- status: Status;
554
- organisation_id: string;
555
- notes: string;
556
- bank_name: string;
557
- bank_branch_name: string;
558
- bank_account_name: string;
559
- bank_account_number: string;
560
- ifsc_code: string;
561
- swift_code: string;
562
- iban_number: string;
563
- upi_id: string;
564
- is_primary: YesNo;
565
- }, {
566
- vendor_id: string;
567
- status: Status;
568
- organisation_id: string;
569
- is_primary: YesNo;
570
- notes?: string | undefined;
571
- bank_name?: string | undefined;
572
- bank_branch_name?: string | undefined;
573
- bank_account_name?: string | undefined;
574
- bank_account_number?: string | undefined;
575
- ifsc_code?: string | undefined;
576
- swift_code?: string | undefined;
577
- iban_number?: string | undefined;
578
- upi_id?: string | undefined;
579
- }>;
580
- type FleetVendorBankAccountDTO = z.infer<typeof FleetVendorBankAccountSchema>;
581
- declare const FleetVendorBankAccountQuerySchema: z.ZodObject<{
582
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
583
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
584
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
585
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
586
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
587
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
588
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
589
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
590
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
591
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
592
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
593
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
594
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
595
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
596
- name: z.ZodEffects<z.ZodString, string, string>;
597
- field: z.ZodEffects<z.ZodString, string, string>;
598
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
599
- }, "strip", z.ZodTypeAny, {
600
- name: string;
601
- field: string;
602
- direction: OrderBy;
603
- }, {
604
- name: string;
605
- field: string;
606
- direction: OrderBy;
607
- }>, "many">>>;
608
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
609
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
610
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
611
- } & {
612
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
613
- vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
614
- vendor_bank_account_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
615
- is_primary: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
616
- }, "strip", z.ZodTypeAny, {
617
- status: Status[];
618
- is_primary: YesNo[];
619
- search: string;
620
- paging: PAGING;
621
- page_count: number;
622
- page_index: number;
623
- load_parents: LoadParents;
624
- load_parents_list: string[];
625
- load_child: LoadChild;
626
- load_child_list: string[];
627
- load_child_count: LoadChildCount;
628
- load_child_count_list: string[];
629
- include_details: Record<string, any>;
630
- where_relations: Record<string, any>;
631
- order_by: {
632
- name: string;
633
- field: string;
634
- direction: OrderBy;
635
- }[];
636
- include_master_data: YesNo;
637
- date_format_id: string;
638
- time_zone_id: string;
639
- organisation_ids: string[];
640
- vendor_ids: string[];
641
- vendor_bank_account_ids: string[];
642
- }, {
643
- date_format_id: string;
644
- time_zone_id: string;
645
- status?: Status[] | undefined;
646
- is_primary?: YesNo[] | undefined;
647
- search?: string | undefined;
648
- paging?: PAGING | undefined;
649
- page_count?: unknown;
650
- page_index?: unknown;
651
- load_parents?: LoadParents | undefined;
652
- load_parents_list?: string[] | undefined;
653
- load_child?: LoadChild | undefined;
654
- load_child_list?: string[] | undefined;
655
- load_child_count?: LoadChildCount | undefined;
656
- load_child_count_list?: string[] | undefined;
657
- include_details?: Record<string, any> | undefined;
658
- where_relations?: Record<string, any> | undefined;
659
- order_by?: {
660
- name: string;
661
- field: string;
662
- direction: OrderBy;
663
- }[] | undefined;
664
- include_master_data?: YesNo | undefined;
665
- organisation_ids?: string[] | undefined;
666
- vendor_ids?: string[] | undefined;
667
- vendor_bank_account_ids?: string[] | undefined;
668
- }>;
669
- type FleetVendorBankAccountQueryDTO = z.infer<typeof FleetVendorBankAccountQuerySchema>;
670
- declare const FleetVendorContactPersonsSchema: z.ZodObject<{
671
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
672
- vendor_id: z.ZodEffects<z.ZodString, string, string>;
673
- image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
674
- image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
675
- image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
676
- name: z.ZodEffects<z.ZodString, string, string>;
677
- mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
678
- alternative_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
679
- email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
680
- designation: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
681
- branch_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
682
- preferred_language: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
683
- is_primary: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
684
- is_active_contact: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
685
- notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
686
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
687
- }, "strip", z.ZodTypeAny, {
688
- vendor_id: string;
689
- status: Status;
690
- organisation_id: string;
691
- notes: string;
692
- is_primary: YesNo;
693
- image_url: string;
694
- image_key: string;
695
- image_name: string;
696
- name: string;
697
- mobile: string;
698
- alternative_mobile: string;
699
- email: string;
700
- designation: string;
701
- branch_name: string;
702
- preferred_language: string;
703
- is_active_contact: YesNo;
704
- }, {
705
- vendor_id: string;
706
- status: Status;
707
- organisation_id: string;
708
- is_primary: YesNo;
709
- name: string;
710
- is_active_contact: YesNo;
711
- notes?: string | undefined;
712
- image_url?: string | undefined;
713
- image_key?: string | undefined;
714
- image_name?: string | undefined;
715
- mobile?: string | undefined;
716
- alternative_mobile?: string | undefined;
717
- email?: string | undefined;
718
- designation?: string | undefined;
719
- branch_name?: string | undefined;
720
- preferred_language?: string | undefined;
721
- }>;
722
- type FleetVendorContactPersonsDTO = z.infer<typeof FleetVendorContactPersonsSchema>;
723
- declare const FleetVendorContactPersonsLogoSchema: z.ZodObject<{
724
- image_url: z.ZodEffects<z.ZodString, string, string>;
725
- image_key: z.ZodEffects<z.ZodString, string, string>;
726
- image_name: z.ZodEffects<z.ZodString, string, string>;
727
- }, "strip", z.ZodTypeAny, {
728
- image_url: string;
729
- image_key: string;
730
- image_name: string;
731
- }, {
732
- image_url: string;
733
- image_key: string;
734
- image_name: string;
735
- }>;
736
- type FleetVendorContactPersonsLogoDTO = z.infer<typeof FleetVendorContactPersonsLogoSchema>;
737
- declare const FleetVendorContactPersonsQuerySchema: z.ZodObject<{
738
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
739
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
740
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
741
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
742
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
743
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
744
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
745
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
746
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
747
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
748
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
749
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
750
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
751
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
752
- name: z.ZodEffects<z.ZodString, string, string>;
753
- field: z.ZodEffects<z.ZodString, string, string>;
754
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
755
- }, "strip", z.ZodTypeAny, {
756
- name: string;
757
- field: string;
758
- direction: OrderBy;
759
- }, {
760
- name: string;
761
- field: string;
762
- direction: OrderBy;
763
- }>, "many">>>;
764
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
765
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
766
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
767
- } & {
768
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
769
- vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
770
- contact_person_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
771
- is_primary: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
772
- is_active_contact: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
773
- }, "strip", z.ZodTypeAny, {
774
- status: Status[];
775
- is_primary: YesNo[];
776
- is_active_contact: YesNo[];
777
- search: string;
778
- paging: PAGING;
779
- page_count: number;
780
- page_index: number;
781
- load_parents: LoadParents;
782
- load_parents_list: string[];
783
- load_child: LoadChild;
784
- load_child_list: string[];
785
- load_child_count: LoadChildCount;
786
- load_child_count_list: string[];
787
- include_details: Record<string, any>;
788
- where_relations: Record<string, any>;
789
- order_by: {
790
- name: string;
791
- field: string;
792
- direction: OrderBy;
793
- }[];
794
- include_master_data: YesNo;
795
- date_format_id: string;
796
- time_zone_id: string;
797
- organisation_ids: string[];
798
- vendor_ids: string[];
799
- contact_person_ids: string[];
800
- }, {
801
- date_format_id: string;
802
- time_zone_id: string;
803
- status?: Status[] | undefined;
804
- is_primary?: YesNo[] | undefined;
805
- is_active_contact?: YesNo[] | undefined;
806
- search?: string | undefined;
807
- paging?: PAGING | undefined;
808
- page_count?: unknown;
809
- page_index?: unknown;
810
- load_parents?: LoadParents | undefined;
811
- load_parents_list?: string[] | undefined;
812
- load_child?: LoadChild | undefined;
813
- load_child_list?: string[] | undefined;
814
- load_child_count?: LoadChildCount | undefined;
815
- load_child_count_list?: string[] | undefined;
816
- include_details?: Record<string, any> | undefined;
817
- where_relations?: Record<string, any> | undefined;
818
- order_by?: {
819
- name: string;
820
- field: string;
821
- direction: OrderBy;
822
- }[] | undefined;
823
- include_master_data?: YesNo | undefined;
824
- organisation_ids?: string[] | undefined;
825
- vendor_ids?: string[] | undefined;
826
- contact_person_ids?: string[] | undefined;
827
- }>;
828
- type FleetVendorContactPersonsQueryDTO = z.infer<typeof FleetVendorContactPersonsQuerySchema>;
829
- declare const FleetVendorReviewSchema: z.ZodObject<{
830
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
831
- vendor_id: z.ZodEffects<z.ZodString, string, string>;
832
- user_id: z.ZodEffects<z.ZodString, string, string>;
833
- rating: z.ZodEffects<z.ZodNumber, number, unknown>;
834
- comment: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
835
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
836
- }, "strip", z.ZodTypeAny, {
837
- vendor_id: string;
838
- status: Status;
839
- organisation_id: string;
840
- rating: number;
841
- comment: string;
842
- user_id: string;
843
- }, {
844
- vendor_id: string;
845
- status: Status;
846
- organisation_id: string;
847
- user_id: string;
848
- rating?: unknown;
849
- comment?: string | undefined;
850
- }>;
851
- type FleetVendorReviewDTO = z.infer<typeof FleetVendorReviewSchema>;
852
- declare const FleetVendorReviewQuerySchema: z.ZodObject<{
853
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
854
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
855
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
856
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
857
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
858
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
859
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
860
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
861
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
862
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
863
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
864
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
865
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
866
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
867
- name: z.ZodEffects<z.ZodString, string, string>;
868
- field: z.ZodEffects<z.ZodString, string, string>;
869
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
870
- }, "strip", z.ZodTypeAny, {
871
- name: string;
872
- field: string;
873
- direction: OrderBy;
874
- }, {
875
- name: string;
876
- field: string;
877
- direction: OrderBy;
878
- }>, "many">>>;
879
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
880
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
881
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
882
- } & {
883
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
884
- vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
885
- user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
886
- vendor_review_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
887
- }, "strip", z.ZodTypeAny, {
888
- status: Status[];
889
- search: string;
890
- paging: PAGING;
891
- page_count: number;
892
- page_index: number;
893
- load_parents: LoadParents;
894
- load_parents_list: string[];
895
- load_child: LoadChild;
896
- load_child_list: string[];
897
- load_child_count: LoadChildCount;
898
- load_child_count_list: string[];
899
- include_details: Record<string, any>;
900
- where_relations: Record<string, any>;
901
- order_by: {
902
- name: string;
903
- field: string;
904
- direction: OrderBy;
905
- }[];
906
- include_master_data: YesNo;
907
- date_format_id: string;
908
- time_zone_id: string;
909
- organisation_ids: string[];
910
- vendor_ids: string[];
911
- user_ids: string[];
912
- vendor_review_ids: string[];
913
- }, {
914
- date_format_id: string;
915
- time_zone_id: string;
916
- status?: Status[] | undefined;
917
- search?: string | undefined;
918
- paging?: PAGING | undefined;
919
- page_count?: unknown;
920
- page_index?: unknown;
921
- load_parents?: LoadParents | undefined;
922
- load_parents_list?: string[] | undefined;
923
- load_child?: LoadChild | undefined;
924
- load_child_list?: string[] | undefined;
925
- load_child_count?: LoadChildCount | undefined;
926
- load_child_count_list?: string[] | undefined;
927
- include_details?: Record<string, any> | undefined;
928
- where_relations?: Record<string, any> | undefined;
929
- order_by?: {
930
- name: string;
931
- field: string;
932
- direction: OrderBy;
933
- }[] | undefined;
934
- include_master_data?: YesNo | undefined;
935
- organisation_ids?: string[] | undefined;
936
- vendor_ids?: string[] | undefined;
937
- user_ids?: string[] | undefined;
938
- vendor_review_ids?: string[] | undefined;
939
- }>;
940
- type FleetVendorReviewQueryDTO = z.infer<typeof FleetVendorReviewQuerySchema>;
941
- declare const FleetVendorDocumentFileSchema: z.ZodObject<{
942
- usage_type: z.ZodEffects<z.ZodString, string, string>;
943
- file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
944
- file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
945
- file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
946
- file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
947
- file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
948
- file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
949
- file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
950
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
951
- } & {
952
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
953
- fleet_vendor_document_id: z.ZodEffects<z.ZodString, string, string>;
954
- }, "strip", z.ZodTypeAny, {
955
- status: Status;
956
- organisation_id: string;
957
- fleet_vendor_document_id: string;
958
- usage_type: string;
959
- file_type: FileType;
960
- file_url: string;
961
- file_key: string;
962
- file_name: string;
963
- file_description: string;
964
- file_size: number;
965
- file_metadata: Record<string, any>;
966
- }, {
967
- status: Status;
968
- organisation_id: string;
969
- fleet_vendor_document_id: string;
970
- usage_type: string;
971
- file_type: FileType;
972
- file_url?: string | undefined;
973
- file_key?: string | undefined;
974
- file_name?: string | undefined;
975
- file_description?: string | undefined;
976
- file_size?: unknown;
977
- file_metadata?: Record<string, any> | undefined;
978
- }>;
979
- type FleetVendorDocumentFileDTO = z.infer<typeof FleetVendorDocumentFileSchema>;
980
- declare const FleetVendorDocumentSchema: z.ZodObject<{
981
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
982
- user_id: z.ZodEffects<z.ZodString, string, string>;
983
- vendor_id: z.ZodEffects<z.ZodString, string, string>;
984
- document_type_id: z.ZodEffects<z.ZodString, string, string>;
985
- document_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
986
- document_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
987
- issuing_authority: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
988
- issue_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
989
- expiry_date: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
990
- remarks: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
991
- FleetVendorDocumentFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
992
- usage_type: z.ZodEffects<z.ZodString, string, string>;
993
- file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
994
- file_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
995
- file_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
996
- file_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
997
- file_description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
998
- file_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
999
- file_metadata: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
1000
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
1001
- } & {
1002
- organisation_id: z.ZodEffects<z.ZodString, string, string>;
1003
- fleet_vendor_document_id: z.ZodEffects<z.ZodString, string, string>;
1004
- }, z.UnknownKeysParam, z.ZodTypeAny, {
1005
- status: Status;
1006
- organisation_id: string;
1007
- fleet_vendor_document_id: string;
1008
- usage_type: string;
1009
- file_type: FileType;
1010
- file_url: string;
1011
- file_key: string;
1012
- file_name: string;
1013
- file_description: string;
1014
- file_size: number;
1015
- file_metadata: Record<string, any>;
1016
- }, {
1017
- status: Status;
1018
- organisation_id: string;
1019
- fleet_vendor_document_id: string;
1020
- usage_type: string;
1021
- file_type: FileType;
1022
- file_url?: string | undefined;
1023
- file_key?: string | undefined;
1024
- file_name?: string | undefined;
1025
- file_description?: string | undefined;
1026
- file_size?: unknown;
1027
- file_metadata?: Record<string, any> | undefined;
1028
- }>, "many">>>;
1029
- status: z.ZodType<Status, z.ZodTypeDef, Status>;
1030
- }, "strip", z.ZodTypeAny, {
1031
- vendor_id: string;
1032
- status: Status;
1033
- organisation_id: string;
1034
- user_id: string;
1035
- document_name: string;
1036
- document_number: string;
1037
- issuing_authority: string;
1038
- issue_date: string;
1039
- expiry_date: string;
1040
- remarks: string;
1041
- document_type_id: string;
1042
- FleetVendorDocumentFileSchema: {
1043
- status: Status;
1044
- organisation_id: string;
1045
- fleet_vendor_document_id: string;
1046
- usage_type: string;
1047
- file_type: FileType;
1048
- file_url: string;
1049
- file_key: string;
1050
- file_name: string;
1051
- file_description: string;
1052
- file_size: number;
1053
- file_metadata: Record<string, any>;
1054
- }[];
1055
- }, {
1056
- vendor_id: string;
1057
- status: Status;
1058
- organisation_id: string;
1059
- user_id: string;
1060
- document_type_id: string;
1061
- document_name?: string | undefined;
1062
- document_number?: string | undefined;
1063
- issuing_authority?: string | undefined;
1064
- issue_date?: string | undefined;
1065
- expiry_date?: string | undefined;
1066
- remarks?: string | undefined;
1067
- FleetVendorDocumentFileSchema?: {
1068
- status: Status;
1069
- organisation_id: string;
1070
- fleet_vendor_document_id: string;
1071
- usage_type: string;
1072
- file_type: FileType;
1073
- file_url?: string | undefined;
1074
- file_key?: string | undefined;
1075
- file_name?: string | undefined;
1076
- file_description?: string | undefined;
1077
- file_size?: unknown;
1078
- file_metadata?: Record<string, any> | undefined;
1079
- }[] | undefined;
1080
- }>;
1081
- type FleetVendorDocumentDTO = z.infer<typeof FleetVendorDocumentSchema>;
1082
- declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
1083
- search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1084
- status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
1085
- paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
1086
- page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
1087
- page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
1088
- load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
1089
- load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1090
- load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
1091
- load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1092
- load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
1093
- load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1094
- include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
1095
- where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
1096
- order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1097
- name: z.ZodEffects<z.ZodString, string, string>;
1098
- field: z.ZodEffects<z.ZodString, string, string>;
1099
- direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
1100
- }, "strip", z.ZodTypeAny, {
1101
- name: string;
1102
- field: string;
1103
- direction: OrderBy;
1104
- }, {
1105
- name: string;
1106
- field: string;
1107
- direction: OrderBy;
1108
- }>, "many">>>;
1109
- include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
1110
- date_format_id: z.ZodEffects<z.ZodString, string, string>;
1111
- time_zone_id: z.ZodEffects<z.ZodString, string, string>;
1112
- } & {
1113
- organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1114
- user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1115
- vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1116
- document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1117
- fleet_vendor_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1118
- }, "strip", z.ZodTypeAny, {
1119
- status: Status[];
1120
- search: string;
1121
- paging: PAGING;
1122
- page_count: number;
1123
- page_index: number;
1124
- load_parents: LoadParents;
1125
- load_parents_list: string[];
1126
- load_child: LoadChild;
1127
- load_child_list: string[];
1128
- load_child_count: LoadChildCount;
1129
- load_child_count_list: string[];
1130
- include_details: Record<string, any>;
1131
- where_relations: Record<string, any>;
1132
- order_by: {
1133
- name: string;
1134
- field: string;
1135
- direction: OrderBy;
1136
- }[];
1137
- include_master_data: YesNo;
1138
- date_format_id: string;
1139
- time_zone_id: string;
1140
- organisation_ids: string[];
1141
- vendor_ids: string[];
1142
- user_ids: string[];
1143
- document_type_ids: string[];
1144
- fleet_vendor_document_ids: string[];
1145
- }, {
1146
- date_format_id: string;
1147
- time_zone_id: string;
1148
- status?: Status[] | undefined;
1149
- search?: string | undefined;
1150
- paging?: PAGING | undefined;
1151
- page_count?: unknown;
1152
- page_index?: unknown;
1153
- load_parents?: LoadParents | undefined;
1154
- load_parents_list?: string[] | undefined;
1155
- load_child?: LoadChild | undefined;
1156
- load_child_list?: string[] | undefined;
1157
- load_child_count?: LoadChildCount | undefined;
1158
- load_child_count_list?: string[] | undefined;
1159
- include_details?: Record<string, any> | undefined;
1160
- where_relations?: Record<string, any> | undefined;
1161
- order_by?: {
1162
- name: string;
1163
- field: string;
1164
- direction: OrderBy;
1165
- }[] | undefined;
1166
- include_master_data?: YesNo | undefined;
1167
- organisation_ids?: string[] | undefined;
1168
- vendor_ids?: string[] | undefined;
1169
- user_ids?: string[] | undefined;
1170
- document_type_ids?: string[] | undefined;
1171
- fleet_vendor_document_ids?: string[] | undefined;
1172
- }>;
1173
- type FleetVendorDocumentQueryDTO = z.infer<typeof FleetVendorDocumentQuerySchema>;
1174
- declare const toFleetVendorPayload: (vendor: FleetVendor) => FleetVendorDTO;
1175
- declare const newFleetVendorPayload: () => FleetVendorDTO;
1176
- declare const toFleetVendorAddressPayload: (vendorAddress: FleetVendorAddress) => FleetVendorAddressDTO;
1177
- declare const newFleetVendorAddressPayload: () => FleetVendorAddressDTO;
1178
- declare const toFleetVendorBankAccountPayload: (vendorBankAccount: FleetVendorBankAccount) => FleetVendorBankAccountDTO;
1179
- declare const newFleetVendorBankAccountPayload: () => FleetVendorBankAccountDTO;
1180
- declare const toFleetVendorContactPersonsPayload: (vendorContactPersons: FleetVendorContactPersons) => FleetVendorContactPersonsDTO;
1181
- declare const newFleetVendorContactPersonsPayload: () => FleetVendorContactPersonsDTO;
1182
- declare const toFleetVendorReviewPayload: (vendorReview: FleetVendorReview) => FleetVendorReviewDTO;
1183
- declare const newFleetVendorReviewPayload: () => FleetVendorReviewDTO;
1184
- declare const toFleetVendorDocumentPayload: (vendorDocument: FleetVendorDocument) => FleetVendorDocumentDTO;
1185
- declare const newFleetVendorDocumentPayload: () => FleetVendorDocumentDTO;
1186
- declare const vendor_logo_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
1187
- declare const vendor_contact_person_logo_presigned_url: (fileName: string) => Promise<BR<AWSPresignedUrl>>;
1188
- declare const presigned_url_file: (data: FilePresignedUrlDTO) => Promise<BR<AWSPresignedUrl>>;
1189
- declare const findFleetVendor: (data: FleetVendorQueryDTO) => Promise<FBR<FleetVendor[]>>;
1190
- declare const createFleetVendor: (data: FleetVendorDTO) => Promise<SBR>;
1191
- declare const updateFleetVendor: (id: string, data: FleetVendorDTO) => Promise<SBR>;
1192
- declare const deleteFleetVendor: (id: string) => Promise<SBR>;
1193
- declare const updateFleetVendorLogo: (id: string, data: FleetVendorLogoDTO) => Promise<SBR>;
1194
- declare const deleteFleetVendorLogo: (id: string) => Promise<SBR>;
1195
- declare const createFleetVendorAddress: (data: FleetVendorAddressDTO) => Promise<SBR>;
1196
- declare const findFleetVendorAddress: (data: FleetVendorAddressQueryDTO) => Promise<FBR<FleetVendorAddress[]>>;
1197
- declare const updateFleetVendorAddress: (id: string, data: FleetVendorAddressDTO) => Promise<SBR>;
1198
- declare const deleteFleetVendorAddress: (id: string) => Promise<SBR>;
1199
- declare const createFleetVendorBankAccount: (data: FleetVendorBankAccountDTO) => Promise<SBR>;
1200
- declare const findFleetVendorBankAccount: (data: FleetVendorBankAccountQueryDTO) => Promise<FBR<FleetVendorBankAccount[]>>;
1201
- declare const updateFleetVendorBankAccount: (id: string, data: FleetVendorBankAccountDTO) => Promise<SBR>;
1202
- declare const deleteFleetVendorBankAccount: (id: string) => Promise<SBR>;
1203
- declare const createFleetVendorContactPersons: (data: FleetVendorContactPersonsDTO) => Promise<SBR>;
1204
- declare const findFleetVendorContactPersons: (data: FleetVendorContactPersonsQueryDTO) => Promise<FBR<FleetVendorContactPersons[]>>;
1205
- declare const updateFleetVendorContactPersons: (id: string, data: FleetVendorContactPersonsDTO) => Promise<SBR>;
1206
- declare const deleteFleetVendorContactPersons: (id: string) => Promise<SBR>;
1207
- declare const updateFleetVendorContactPersonsLogo: (id: string, data: FleetVendorContactPersonsLogoDTO) => Promise<SBR>;
1208
- declare const deleteFleetVendorContactPersonsLogo: (id: string) => Promise<SBR>;
1209
- declare const createFleetVendorReview: (data: FleetVendorReviewDTO) => Promise<SBR>;
1210
- declare const findFleetVendorReview: (data: FleetVendorReviewQueryDTO) => Promise<FBR<FleetVendorReview[]>>;
1211
- declare const updateFleetVendorReview: (id: string, data: FleetVendorReviewDTO) => Promise<SBR>;
1212
- declare const deleteFleetVendorReview: (id: string) => Promise<SBR>;
1213
- declare const createFleetVendorDocument: (data: FleetVendorDocumentDTO) => Promise<SBR>;
1214
- declare const findFleetVendorDocument: (data: FleetVendorDocumentQueryDTO) => Promise<FBR<FleetVendorDocument[]>>;
1215
- declare const updateFleetVendorDocument: (id: string, data: FleetVendorDocumentDTO) => Promise<SBR>;
1216
- declare const deleteFleetVendorDocument: (id: string) => Promise<SBR>;
1217
- declare const create_file: (data: MasterDriverFileDTO) => Promise<SBR>;
1218
- declare const remove_file: (id: string) => Promise<SBR>;
1219
-
1220
- export { type FleetVendor, type FleetVendorAddress, type FleetVendorAddressDTO, type FleetVendorAddressQueryDTO, FleetVendorAddressQuerySchema, FleetVendorAddressSchema, type FleetVendorBankAccount, type FleetVendorBankAccountDTO, type FleetVendorBankAccountQueryDTO, FleetVendorBankAccountQuerySchema, FleetVendorBankAccountSchema, type FleetVendorContactPersons, type FleetVendorContactPersonsDTO, type FleetVendorContactPersonsLogoDTO, FleetVendorContactPersonsLogoSchema, type FleetVendorContactPersonsQueryDTO, FleetVendorContactPersonsQuerySchema, FleetVendorContactPersonsSchema, type FleetVendorDTO, type FleetVendorDocument, type FleetVendorDocumentDTO, type FleetVendorDocumentFile, type FleetVendorDocumentFileDTO, FleetVendorDocumentFileSchema, type FleetVendorDocumentQueryDTO, FleetVendorDocumentQuerySchema, FleetVendorDocumentSchema, type FleetVendorLogoDTO, FleetVendorLogoSchema, type FleetVendorQueryDTO, FleetVendorQuerySchema, type FleetVendorReview, type FleetVendorReviewDTO, type FleetVendorReviewQueryDTO, FleetVendorReviewQuerySchema, FleetVendorReviewSchema, FleetVendorSchema, type FleetVendorTagLink, type FleetVendorTypeLink, createFleetVendor, createFleetVendorAddress, createFleetVendorBankAccount, createFleetVendorContactPersons, createFleetVendorDocument, createFleetVendorReview, create_file, deleteFleetVendor, deleteFleetVendorAddress, deleteFleetVendorBankAccount, deleteFleetVendorContactPersons, deleteFleetVendorContactPersonsLogo, deleteFleetVendorDocument, deleteFleetVendorLogo, deleteFleetVendorReview, findFleetVendor, findFleetVendorAddress, findFleetVendorBankAccount, findFleetVendorContactPersons, findFleetVendorDocument, findFleetVendorReview, newFleetVendorAddressPayload, newFleetVendorBankAccountPayload, newFleetVendorContactPersonsPayload, newFleetVendorDocumentPayload, newFleetVendorPayload, newFleetVendorReviewPayload, presigned_url_file, remove_file, toFleetVendorAddressPayload, toFleetVendorBankAccountPayload, toFleetVendorContactPersonsPayload, toFleetVendorDocumentPayload, toFleetVendorPayload, toFleetVendorReviewPayload, updateFleetVendor, updateFleetVendorAddress, updateFleetVendorBankAccount, updateFleetVendorContactPersons, updateFleetVendorContactPersonsLogo, updateFleetVendorDocument, updateFleetVendorLogo, updateFleetVendorReview, vendor_contact_person_logo_presigned_url, vendor_logo_presigned_url };