@tmlmobilidade/types 20251205.1154.10 → 20251211.1230.30
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.
|
@@ -26,6 +26,7 @@ export declare const FileExportSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
26
26
|
line_ids: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
27
27
|
stop_ids: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
28
28
|
acceptance_status: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodEnum<["justification_required", "under_review", "accepted", "rejected", "none"]>, "many">>>;
|
|
29
|
+
search: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
29
30
|
}, "strip", z.ZodTypeAny, {
|
|
30
31
|
date_end: number & {
|
|
31
32
|
__brand: "UnixTimestamp";
|
|
@@ -34,6 +35,7 @@ export declare const FileExportSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
34
35
|
__brand: "UnixTimestamp";
|
|
35
36
|
};
|
|
36
37
|
agency_ids?: string[] | null | undefined;
|
|
38
|
+
search?: string | null | undefined;
|
|
37
39
|
acceptance_status?: ("none" | "rejected" | "justification_required" | "under_review" | "accepted")[] | null | undefined;
|
|
38
40
|
analysis_ended_at_last_stop?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
39
41
|
analysis_expected_apex_validation_interval?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
@@ -48,6 +50,7 @@ export declare const FileExportSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
48
50
|
date_end: number;
|
|
49
51
|
date_start: number;
|
|
50
52
|
agency_ids?: string[] | null | undefined;
|
|
53
|
+
search?: string | null | undefined;
|
|
51
54
|
acceptance_status?: ("none" | "rejected" | "justification_required" | "under_review" | "accepted")[] | null | undefined;
|
|
52
55
|
analysis_ended_at_last_stop?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
53
56
|
analysis_expected_apex_validation_interval?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
@@ -79,6 +82,7 @@ export declare const FileExportSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
79
82
|
__brand: "UnixTimestamp";
|
|
80
83
|
};
|
|
81
84
|
agency_ids?: string[] | null | undefined;
|
|
85
|
+
search?: string | null | undefined;
|
|
82
86
|
acceptance_status?: ("none" | "rejected" | "justification_required" | "under_review" | "accepted")[] | null | undefined;
|
|
83
87
|
analysis_ended_at_last_stop?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
84
88
|
analysis_expected_apex_validation_interval?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
@@ -104,6 +108,7 @@ export declare const FileExportSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObj
|
|
|
104
108
|
date_end: number;
|
|
105
109
|
date_start: number;
|
|
106
110
|
agency_ids?: string[] | null | undefined;
|
|
111
|
+
search?: string | null | undefined;
|
|
107
112
|
acceptance_status?: ("none" | "rejected" | "justification_required" | "under_review" | "accepted")[] | null | undefined;
|
|
108
113
|
analysis_ended_at_last_stop?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
109
114
|
analysis_expected_apex_validation_interval?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
@@ -216,6 +216,7 @@ export declare const RideExportPropertiesSchema: z.ZodObject<{
|
|
|
216
216
|
line_ids: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
217
217
|
stop_ids: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
218
218
|
acceptance_status: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodEnum<["justification_required", "under_review", "accepted", "rejected", "none"]>, "many">>>;
|
|
219
|
+
search: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
219
220
|
}, "strip", z.ZodTypeAny, {
|
|
220
221
|
date_end: number & {
|
|
221
222
|
__brand: "UnixTimestamp";
|
|
@@ -224,6 +225,7 @@ export declare const RideExportPropertiesSchema: z.ZodObject<{
|
|
|
224
225
|
__brand: "UnixTimestamp";
|
|
225
226
|
};
|
|
226
227
|
agency_ids?: string[] | null | undefined;
|
|
228
|
+
search?: string | null | undefined;
|
|
227
229
|
acceptance_status?: ("none" | "rejected" | "justification_required" | "under_review" | "accepted")[] | null | undefined;
|
|
228
230
|
analysis_ended_at_last_stop?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
229
231
|
analysis_expected_apex_validation_interval?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
@@ -238,6 +240,7 @@ export declare const RideExportPropertiesSchema: z.ZodObject<{
|
|
|
238
240
|
date_end: number;
|
|
239
241
|
date_start: number;
|
|
240
242
|
agency_ids?: string[] | null | undefined;
|
|
243
|
+
search?: string | null | undefined;
|
|
241
244
|
acceptance_status?: ("none" | "rejected" | "justification_required" | "under_review" | "accepted")[] | null | undefined;
|
|
242
245
|
analysis_ended_at_last_stop?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
243
246
|
analysis_expected_apex_validation_interval?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
@@ -260,6 +263,7 @@ export declare const RideExportPropertiesSchema: z.ZodObject<{
|
|
|
260
263
|
__brand: "UnixTimestamp";
|
|
261
264
|
};
|
|
262
265
|
agency_ids?: string[] | null | undefined;
|
|
266
|
+
search?: string | null | undefined;
|
|
263
267
|
acceptance_status?: ("none" | "rejected" | "justification_required" | "under_review" | "accepted")[] | null | undefined;
|
|
264
268
|
analysis_ended_at_last_stop?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
265
269
|
analysis_expected_apex_validation_interval?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
@@ -277,6 +281,7 @@ export declare const RideExportPropertiesSchema: z.ZodObject<{
|
|
|
277
281
|
date_end: number;
|
|
278
282
|
date_start: number;
|
|
279
283
|
agency_ids?: string[] | null | undefined;
|
|
284
|
+
search?: string | null | undefined;
|
|
280
285
|
acceptance_status?: ("none" | "rejected" | "justification_required" | "under_review" | "accepted")[] | null | undefined;
|
|
281
286
|
analysis_ended_at_last_stop?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
282
287
|
analysis_expected_apex_validation_interval?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
@@ -313,6 +318,7 @@ export declare const RideExportSchema: z.ZodObject<{
|
|
|
313
318
|
line_ids: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
314
319
|
stop_ids: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
315
320
|
acceptance_status: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodEnum<["justification_required", "under_review", "accepted", "rejected", "none"]>, "many">>>;
|
|
321
|
+
search: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
316
322
|
}, "strip", z.ZodTypeAny, {
|
|
317
323
|
date_end: number & {
|
|
318
324
|
__brand: "UnixTimestamp";
|
|
@@ -321,6 +327,7 @@ export declare const RideExportSchema: z.ZodObject<{
|
|
|
321
327
|
__brand: "UnixTimestamp";
|
|
322
328
|
};
|
|
323
329
|
agency_ids?: string[] | null | undefined;
|
|
330
|
+
search?: string | null | undefined;
|
|
324
331
|
acceptance_status?: ("none" | "rejected" | "justification_required" | "under_review" | "accepted")[] | null | undefined;
|
|
325
332
|
analysis_ended_at_last_stop?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
326
333
|
analysis_expected_apex_validation_interval?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
@@ -335,6 +342,7 @@ export declare const RideExportSchema: z.ZodObject<{
|
|
|
335
342
|
date_end: number;
|
|
336
343
|
date_start: number;
|
|
337
344
|
agency_ids?: string[] | null | undefined;
|
|
345
|
+
search?: string | null | undefined;
|
|
338
346
|
acceptance_status?: ("none" | "rejected" | "justification_required" | "under_review" | "accepted")[] | null | undefined;
|
|
339
347
|
analysis_ended_at_last_stop?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
340
348
|
analysis_expected_apex_validation_interval?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
@@ -366,6 +374,7 @@ export declare const RideExportSchema: z.ZodObject<{
|
|
|
366
374
|
__brand: "UnixTimestamp";
|
|
367
375
|
};
|
|
368
376
|
agency_ids?: string[] | null | undefined;
|
|
377
|
+
search?: string | null | undefined;
|
|
369
378
|
acceptance_status?: ("none" | "rejected" | "justification_required" | "under_review" | "accepted")[] | null | undefined;
|
|
370
379
|
analysis_ended_at_last_stop?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
371
380
|
analysis_expected_apex_validation_interval?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
@@ -391,6 +400,7 @@ export declare const RideExportSchema: z.ZodObject<{
|
|
|
391
400
|
date_end: number;
|
|
392
401
|
date_start: number;
|
|
393
402
|
agency_ids?: string[] | null | undefined;
|
|
403
|
+
search?: string | null | undefined;
|
|
394
404
|
acceptance_status?: ("none" | "rejected" | "justification_required" | "under_review" | "accepted")[] | null | undefined;
|
|
395
405
|
analysis_ended_at_last_stop?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
396
406
|
analysis_expected_apex_validation_interval?: ("error" | "none" | "pass" | "fail" | "skip")[] | null | undefined;
|
|
@@ -123,6 +123,7 @@ export const RideExportPropertiesSchema = z.object({
|
|
|
123
123
|
stop_ids: z.array(z.string()).optional().nullable(),
|
|
124
124
|
/* * */
|
|
125
125
|
acceptance_status: z.array(z.enum([...RideAcceptanceStatusSchema.options, 'none'])).optional().nullable(),
|
|
126
|
+
search: z.string().optional().nullable(),
|
|
126
127
|
}),
|
|
127
128
|
type: z.literal('ride'),
|
|
128
129
|
});
|