vms-nest-prisma-api-document 1.4.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core/apiCall.js +1 -1
- package/dist/core/sdk-config.js +1 -1
- package/dist/services/account/alert_service.js +1 -1
- package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
- package/dist/services/account/analytics/user_login_analytics_service.js +1 -1
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
- package/dist/services/account/analytics/user_page_analytics_service.js +1 -1
- package/dist/services/account/bookmark_service.js +1 -1
- package/dist/services/account/notification_service.js +1 -1
- package/dist/services/account/ticket_service.js +1 -1
- package/dist/services/gps/features/fuel/gps_fuel_vehicle_daily_summary_service.d.ts +12 -12
- package/dist/services/gps/features/fuel/gps_fuel_vehicle_daily_summary_service.js +1 -1
- package/dist/services/gps/features/fuel/gps_fuel_vehicle_refill_service.d.ts +27 -27
- package/dist/services/gps/features/fuel/gps_fuel_vehicle_refill_service.js +1 -1
- package/dist/services/gps/features/fuel/gps_fuel_vehicle_removal_service.d.ts +22 -22
- package/dist/services/gps/features/fuel/gps_fuel_vehicle_removal_service.js +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_data_service.d.ts +10 -10
- package/dist/services/gps/features/geofence/gps_geofence_data_service.js +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +9 -9
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.js +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +4 -4
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.js +1 -1
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.js +1 -1
- package/dist/services/gps/features/gps_live_track_share_link_service.js +1 -1
- package/dist/services/gps/features/gps_track_history_share_link_service.js +1 -1
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +43 -43
- package/dist/services/gps/reports/gps_reports_mongo_service.js +1 -1
- package/dist/services/main/devices/master_device_service.js +1 -1
- package/dist/services/main/drivers/master_driver_service.js +1 -1
- package/dist/services/main/sims/master_sim_service.js +1 -1
- package/dist/services/main/users/auth_service.js +1 -1
- package/dist/services/main/users/user_admin_service.js +1 -1
- package/dist/services/main/users/user_organisation_service.js +1 -1
- package/dist/services/main/users/user_service.js +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.js +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.js +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.js +1 -1
- package/dist/services/master/device/master_device_model_service.js +1 -1
- package/dist/services/master/device/master_device_type_service.js +1 -1
- package/dist/services/master/expense/master_expense_name_service.js +1 -1
- package/dist/services/master/expense/master_expense_type_service.js +1 -1
- package/dist/services/master/expense/master_vendor_type_service.js +1 -1
- package/dist/services/master/fleet/master_fleet_incident_severity_service.js +1 -1
- package/dist/services/master/fleet/master_fleet_incident_status_service.js +1 -1
- package/dist/services/master/fleet/master_fleet_incident_type_service.js +1 -1
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.js +1 -1
- package/dist/services/master/fleet/master_fleet_service_task_service.js +1 -1
- package/dist/services/master/main/master_main_country_service.js +1 -1
- package/dist/services/master/main/master_main_currency_service.js +1 -1
- package/dist/services/master/main/master_main_date_format_service.js +1 -1
- package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
- package/dist/services/master/main/master_main_eway_bill_provider_service.js +1 -1
- package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
- package/dist/services/master/main/master_main_fasttag_bank_service.js +1 -1
- package/dist/services/master/main/master_main_industry_service.js +1 -1
- package/dist/services/master/main/master_main_landmark_service.js +1 -1
- package/dist/services/master/main/master_main_language_service.js +1 -1
- package/dist/services/master/main/master_main_sim_provider_service.js +1 -1
- package/dist/services/master/main/master_main_state_service.js +1 -1
- package/dist/services/master/main/master_main_timezone_service.js +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.js +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.js +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.js +1 -1
- package/dist/services/master/organisation/organisation_branch_service.js +1 -1
- package/dist/services/master/organisation/organisation_color_service.js +1 -1
- package/dist/services/master/organisation/organisation_group_service.js +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.js +1 -1
- package/dist/services/master/organisation/organisation_tag_service.js +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.js +1 -1
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.js +1 -1
- package/dist/services/master/spare_part/master_spare_part_unit_service.js +1 -1
- package/dist/services/master/trip/master_trip_party_type_service.js +1 -1
- package/dist/services/master/tyre/master_tyre_grade_service.js +1 -1
- package/dist/services/master/tyre/master_tyre_make_service.js +1 -1
- package/dist/services/master/tyre/master_tyre_model_service.js +1 -1
- package/dist/services/master/user/master_user_role_service.js +1 -1
- package/dist/services/master/user/master_user_status_service.js +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.js +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.js +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.js +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.js +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.js +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.js +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.js +1 -1
- package/dist/services/website/contact_us_detail_service.js +1 -1
- package/dist/services/website/faq_service.js +1 -1
- package/dist/services/website/static_pages_service.js +1 -1
- package/package.json +6 -6
|
@@ -33,41 +33,41 @@ declare const MultipleVehicleReportSchema: z.ZodObject<{
|
|
|
33
33
|
vehicle_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
34
34
|
driver_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
35
35
|
}, "strip", z.ZodTypeAny, {
|
|
36
|
+
db_index: string;
|
|
37
|
+
db_instance: string;
|
|
38
|
+
night_driving: NightDriving;
|
|
36
39
|
search: string;
|
|
37
40
|
paging: PAGING;
|
|
38
41
|
page_count: number;
|
|
39
42
|
page_index: number;
|
|
40
|
-
login_from: LoginFrom;
|
|
41
43
|
date_format_id: string;
|
|
42
44
|
time_zone_id: string;
|
|
45
|
+
login_from: LoginFrom;
|
|
43
46
|
organisation_id: string;
|
|
44
|
-
db_instance: string;
|
|
45
|
-
db_index: string;
|
|
46
47
|
vehicle_ids: string[];
|
|
47
48
|
from_date: string;
|
|
48
49
|
to_date: string;
|
|
49
50
|
time_slot: TimeSlot;
|
|
50
|
-
night_driving: NightDriving;
|
|
51
51
|
over_speed: OverSpeed;
|
|
52
52
|
utilization_km: number;
|
|
53
53
|
vehicle_summary: YesNo;
|
|
54
54
|
driver_summary: YesNo;
|
|
55
55
|
}, {
|
|
56
|
-
|
|
56
|
+
db_index: string;
|
|
57
|
+
db_instance: string;
|
|
57
58
|
date_format_id: string;
|
|
58
59
|
time_zone_id: string;
|
|
60
|
+
login_from: LoginFrom;
|
|
59
61
|
organisation_id: string;
|
|
60
|
-
db_instance: string;
|
|
61
|
-
db_index: string;
|
|
62
62
|
from_date: string;
|
|
63
63
|
to_date: string;
|
|
64
|
+
night_driving?: NightDriving | undefined;
|
|
64
65
|
search?: string | undefined;
|
|
65
66
|
paging?: PAGING | undefined;
|
|
66
67
|
page_count?: unknown;
|
|
67
68
|
page_index?: unknown;
|
|
68
69
|
vehicle_ids?: string[] | undefined;
|
|
69
70
|
time_slot?: TimeSlot | undefined;
|
|
70
|
-
night_driving?: NightDriving | undefined;
|
|
71
71
|
over_speed?: OverSpeed | undefined;
|
|
72
72
|
utilization_km?: unknown;
|
|
73
73
|
vehicle_summary?: YesNo | undefined;
|
|
@@ -96,40 +96,40 @@ declare const MultipleDriverReportSchema: z.ZodObject<{
|
|
|
96
96
|
vehicle_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
97
97
|
driver_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
+
db_index: string;
|
|
100
|
+
db_instance: string;
|
|
101
|
+
night_driving: NightDriving;
|
|
99
102
|
search: string;
|
|
100
103
|
paging: PAGING;
|
|
101
104
|
page_count: number;
|
|
102
105
|
page_index: number;
|
|
103
|
-
login_from: LoginFrom;
|
|
104
106
|
date_format_id: string;
|
|
105
107
|
time_zone_id: string;
|
|
108
|
+
login_from: LoginFrom;
|
|
106
109
|
organisation_id: string;
|
|
107
|
-
db_instance: string;
|
|
108
|
-
db_index: string;
|
|
109
110
|
from_date: string;
|
|
110
111
|
to_date: string;
|
|
111
112
|
time_slot: TimeSlot;
|
|
112
|
-
night_driving: NightDriving;
|
|
113
113
|
over_speed: OverSpeed;
|
|
114
114
|
utilization_km: number;
|
|
115
115
|
vehicle_summary: YesNo;
|
|
116
116
|
driver_summary: YesNo;
|
|
117
117
|
driver_ids: string[];
|
|
118
118
|
}, {
|
|
119
|
-
|
|
119
|
+
db_index: string;
|
|
120
|
+
db_instance: string;
|
|
120
121
|
date_format_id: string;
|
|
121
122
|
time_zone_id: string;
|
|
123
|
+
login_from: LoginFrom;
|
|
122
124
|
organisation_id: string;
|
|
123
|
-
db_instance: string;
|
|
124
|
-
db_index: string;
|
|
125
125
|
from_date: string;
|
|
126
126
|
to_date: string;
|
|
127
|
+
night_driving?: NightDriving | undefined;
|
|
127
128
|
search?: string | undefined;
|
|
128
129
|
paging?: PAGING | undefined;
|
|
129
130
|
page_count?: unknown;
|
|
130
131
|
page_index?: unknown;
|
|
131
132
|
time_slot?: TimeSlot | undefined;
|
|
132
|
-
night_driving?: NightDriving | undefined;
|
|
133
133
|
over_speed?: OverSpeed | undefined;
|
|
134
134
|
utilization_km?: unknown;
|
|
135
135
|
vehicle_summary?: YesNo | undefined;
|
|
@@ -156,16 +156,16 @@ declare const SimpleReportSchema: z.ZodObject<{
|
|
|
156
156
|
interval_seconds: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
157
157
|
boolean_type: z.ZodType<BooleanType, z.ZodTypeDef, BooleanType>;
|
|
158
158
|
}, "strip", z.ZodTypeAny, {
|
|
159
|
+
db_index: string;
|
|
160
|
+
db_instance: string;
|
|
159
161
|
search: string;
|
|
160
162
|
paging: PAGING;
|
|
161
163
|
page_count: number;
|
|
162
164
|
page_index: number;
|
|
163
|
-
login_from: LoginFrom;
|
|
164
165
|
date_format_id: string;
|
|
165
166
|
time_zone_id: string;
|
|
167
|
+
login_from: LoginFrom;
|
|
166
168
|
organisation_id: string;
|
|
167
|
-
db_instance: string;
|
|
168
|
-
db_index: string;
|
|
169
169
|
vehicle_ids: string[];
|
|
170
170
|
from_date: string;
|
|
171
171
|
to_date: string;
|
|
@@ -173,12 +173,12 @@ declare const SimpleReportSchema: z.ZodObject<{
|
|
|
173
173
|
interval_seconds: number;
|
|
174
174
|
boolean_type: BooleanType;
|
|
175
175
|
}, {
|
|
176
|
-
|
|
176
|
+
db_index: string;
|
|
177
|
+
db_instance: string;
|
|
177
178
|
date_format_id: string;
|
|
178
179
|
time_zone_id: string;
|
|
180
|
+
login_from: LoginFrom;
|
|
179
181
|
organisation_id: string;
|
|
180
|
-
db_instance: string;
|
|
181
|
-
db_index: string;
|
|
182
182
|
from_date: string;
|
|
183
183
|
to_date: string;
|
|
184
184
|
gps_type: GPSType;
|
|
@@ -207,26 +207,26 @@ declare const MultipleVehicleLast24HoursReportSchema: z.ZodObject<{
|
|
|
207
207
|
utilization_km: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
208
208
|
is12am: z.ZodType<Is12AM, z.ZodTypeDef, Is12AM>;
|
|
209
209
|
}, "strip", z.ZodTypeAny, {
|
|
210
|
+
db_index: string;
|
|
211
|
+
db_instance: string;
|
|
210
212
|
search: string;
|
|
211
213
|
paging: PAGING;
|
|
212
214
|
page_count: number;
|
|
213
215
|
page_index: number;
|
|
214
|
-
login_from: LoginFrom;
|
|
215
216
|
date_format_id: string;
|
|
216
217
|
time_zone_id: string;
|
|
218
|
+
login_from: LoginFrom;
|
|
217
219
|
organisation_id: string;
|
|
218
|
-
db_instance: string;
|
|
219
|
-
db_index: string;
|
|
220
220
|
vehicle_ids: string[];
|
|
221
221
|
utilization_km: number;
|
|
222
222
|
is12am: Is12AM;
|
|
223
223
|
}, {
|
|
224
|
-
|
|
224
|
+
db_index: string;
|
|
225
|
+
db_instance: string;
|
|
225
226
|
date_format_id: string;
|
|
226
227
|
time_zone_id: string;
|
|
228
|
+
login_from: LoginFrom;
|
|
227
229
|
organisation_id: string;
|
|
228
|
-
db_instance: string;
|
|
229
|
-
db_index: string;
|
|
230
230
|
is12am: Is12AM;
|
|
231
231
|
search?: string | undefined;
|
|
232
232
|
paging?: PAGING | undefined;
|
|
@@ -253,28 +253,28 @@ declare const SingleVehicleReportSchema: z.ZodObject<{
|
|
|
253
253
|
to_date_time: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
|
|
254
254
|
interval_seconds: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
|
+
db_index: string;
|
|
257
|
+
db_instance: string;
|
|
258
|
+
vehicle_id: string;
|
|
256
259
|
search: string;
|
|
257
260
|
paging: PAGING;
|
|
258
261
|
page_count: number;
|
|
259
262
|
page_index: number;
|
|
260
|
-
login_from: LoginFrom;
|
|
261
263
|
date_format_id: string;
|
|
262
264
|
time_zone_id: string;
|
|
265
|
+
login_from: LoginFrom;
|
|
263
266
|
organisation_id: string;
|
|
264
|
-
db_instance: string;
|
|
265
|
-
db_index: string;
|
|
266
267
|
interval_seconds: number;
|
|
267
|
-
vehicle_id: string;
|
|
268
268
|
from_date_time: string;
|
|
269
269
|
to_date_time: string;
|
|
270
270
|
}, {
|
|
271
|
-
|
|
271
|
+
db_index: string;
|
|
272
|
+
db_instance: string;
|
|
273
|
+
vehicle_id: string;
|
|
272
274
|
date_format_id: string;
|
|
273
275
|
time_zone_id: string;
|
|
276
|
+
login_from: LoginFrom;
|
|
274
277
|
organisation_id: string;
|
|
275
|
-
db_instance: string;
|
|
276
|
-
db_index: string;
|
|
277
|
-
vehicle_id: string;
|
|
278
278
|
from_date_time: string;
|
|
279
279
|
to_date_time: string;
|
|
280
280
|
search?: string | undefined;
|
|
@@ -298,25 +298,25 @@ declare const VehicleDashboardSummaryQuerySchema: z.ZodObject<{
|
|
|
298
298
|
db_index: z.ZodEffects<z.ZodString, string, string>;
|
|
299
299
|
vehicle_id: z.ZodEffects<z.ZodString, string, string>;
|
|
300
300
|
}, "strip", z.ZodTypeAny, {
|
|
301
|
+
db_index: string;
|
|
302
|
+
db_instance: string;
|
|
303
|
+
vehicle_id: string;
|
|
301
304
|
search: string;
|
|
302
305
|
paging: PAGING;
|
|
303
306
|
page_count: number;
|
|
304
307
|
page_index: number;
|
|
305
|
-
login_from: LoginFrom;
|
|
306
308
|
date_format_id: string;
|
|
307
309
|
time_zone_id: string;
|
|
310
|
+
login_from: LoginFrom;
|
|
308
311
|
organisation_id: string;
|
|
309
|
-
|
|
312
|
+
}, {
|
|
310
313
|
db_index: string;
|
|
314
|
+
db_instance: string;
|
|
311
315
|
vehicle_id: string;
|
|
312
|
-
}, {
|
|
313
|
-
login_from: LoginFrom;
|
|
314
316
|
date_format_id: string;
|
|
315
317
|
time_zone_id: string;
|
|
318
|
+
login_from: LoginFrom;
|
|
316
319
|
organisation_id: string;
|
|
317
|
-
db_instance: string;
|
|
318
|
-
db_index: string;
|
|
319
|
-
vehicle_id: string;
|
|
320
320
|
search?: string | undefined;
|
|
321
321
|
paging?: PAGING | undefined;
|
|
322
322
|
page_count?: unknown;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -15,12 +15,12 @@ declare const MasterMainEwayBillProviderSchema: z.ZodObject<{
|
|
|
15
15
|
provider_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
16
16
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
+
status: Status;
|
|
18
19
|
provider_name: string;
|
|
19
20
|
provider_code: string;
|
|
20
|
-
status: Status;
|
|
21
21
|
}, {
|
|
22
|
-
provider_name: string;
|
|
23
22
|
status: Status;
|
|
23
|
+
provider_name: string;
|
|
24
24
|
provider_code?: string | undefined;
|
|
25
25
|
}>;
|
|
26
26
|
type MasterMainEwayBillProviderDTO = z.infer<typeof MasterMainEwayBillProviderSchema>;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -15,12 +15,12 @@ declare const MasterMainFasttagSchema: z.ZodObject<{
|
|
|
15
15
|
bank_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
16
16
|
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
|
18
|
-
status: Status;
|
|
19
18
|
bank_name: string;
|
|
20
19
|
bank_code: string;
|
|
21
|
-
}, {
|
|
22
20
|
status: Status;
|
|
21
|
+
}, {
|
|
23
22
|
bank_name: string;
|
|
23
|
+
status: Status;
|
|
24
24
|
bank_code?: string | undefined;
|
|
25
25
|
}>;
|
|
26
26
|
type MasterMainFasttagDTO = z.infer<typeof MasterMainFasttagSchema>;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var axiosInstance;
|
|
3
3
|
var getAxiosInstance = () => {
|
|
4
4
|
if (!axiosInstance) {
|
|
5
|
-
throw new Error("\u274C Axios instance not configured. Call
|
|
5
|
+
throw new Error("\u274C Axios instance not configured. Call setAxiosInstance() first.");
|
|
6
6
|
}
|
|
7
7
|
return axiosInstance;
|
|
8
8
|
};
|