@tmlmobilidade/types 20260716.1737.51 → 20260717.1052.50

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.
@@ -453,6 +453,7 @@ export declare const RideNormalizedSchema: z.ZodObject<Omit<{
453
453
  apex_on_board_sales_amount: z.ZodNullable<z.ZodNumber>;
454
454
  apex_on_board_sales_qty: z.ZodNullable<z.ZodNumber>;
455
455
  apex_validations_qty: z.ZodNullable<z.ZodNumber>;
456
+ direction_id: z.ZodNumber;
456
457
  driver_ids: z.ZodArray<z.ZodString, "many">;
457
458
  end_time_observed: z.ZodNullable<z.ZodEffects<z.ZodNumber, import("@tmlmobilidade/go-types-shared").UnixTimestamp, number>>;
458
459
  end_time_scheduled: z.ZodEffects<z.ZodNumber, import("@tmlmobilidade/go-types-shared").UnixTimestamp, number>;
@@ -558,6 +559,7 @@ export declare const RideNormalizedSchema: z.ZodObject<Omit<{
558
559
  apex_validations_qty: number | null;
559
560
  analysis_expected_apex_validation_interval: "error" | "pass" | "fail" | "skip" | "none";
560
561
  analysis_transaction_sequentiality: "error" | "pass" | "fail" | "skip" | "none";
562
+ direction_id: number;
561
563
  analysis_ended_at_last_stop_grade: "error" | "pass" | "fail" | "skip" | "none";
562
564
  analysis_simple_three_vehicle_events_grade: "error" | "pass" | "fail" | "skip" | "none";
563
565
  analysis: {
@@ -707,6 +709,7 @@ export declare const RideNormalizedSchema: z.ZodObject<Omit<{
707
709
  apex_validations_qty: number | null;
708
710
  analysis_expected_apex_validation_interval: "error" | "pass" | "fail" | "skip" | "none";
709
711
  analysis_transaction_sequentiality: "error" | "pass" | "fail" | "skip" | "none";
712
+ direction_id: number;
710
713
  analysis_ended_at_last_stop_grade: "error" | "pass" | "fail" | "skip" | "none";
711
714
  analysis_simple_three_vehicle_events_grade: "error" | "pass" | "fail" | "skip" | "none";
712
715
  analysis: {
@@ -453,6 +453,7 @@ export declare const RideSchema: z.ZodObject<Omit<{
453
453
  apex_on_board_sales_amount: z.ZodNullable<z.ZodNumber>;
454
454
  apex_on_board_sales_qty: z.ZodNullable<z.ZodNumber>;
455
455
  apex_validations_qty: z.ZodNullable<z.ZodNumber>;
456
+ direction_id: z.ZodNumber;
456
457
  driver_ids: z.ZodArray<z.ZodString, "many">;
457
458
  end_time_observed: z.ZodNullable<z.ZodEffects<z.ZodNumber, import("@tmlmobilidade/go-types-shared").UnixTimestamp, number>>;
458
459
  end_time_scheduled: z.ZodEffects<z.ZodNumber, import("@tmlmobilidade/go-types-shared").UnixTimestamp, number>;
@@ -527,6 +528,7 @@ export declare const RideSchema: z.ZodObject<Omit<{
527
528
  apex_on_board_sales_amount: number | null;
528
529
  apex_on_board_sales_qty: number | null;
529
530
  apex_validations_qty: number | null;
531
+ direction_id: number;
530
532
  analysis: {
531
533
  EXPECTED_DRIVER_ID_QTY: {
532
534
  value: number | null;
@@ -659,6 +661,7 @@ export declare const RideSchema: z.ZodObject<Omit<{
659
661
  apex_on_board_sales_amount: number | null;
660
662
  apex_on_board_sales_qty: number | null;
661
663
  apex_validations_qty: number | null;
664
+ direction_id: number;
662
665
  analysis: {
663
666
  EXPECTED_DRIVER_ID_QTY: {
664
667
  value: number | null;
@@ -795,6 +798,7 @@ export declare const CreateRideSchema: z.ZodObject<Omit<{
795
798
  apex_on_board_sales_amount: z.ZodNullable<z.ZodNumber>;
796
799
  apex_on_board_sales_qty: z.ZodNullable<z.ZodNumber>;
797
800
  apex_validations_qty: z.ZodNullable<z.ZodNumber>;
801
+ direction_id: z.ZodNumber;
798
802
  analysis: z.ZodNullable<z.ZodObject<{
799
803
  AT_LEAST_ONE_VEHICLE_EVENT_ON_FIRST_STOP: z.ZodObject<{
800
804
  error_message: z.ZodOptional<z.ZodString>;
@@ -1277,6 +1281,7 @@ export declare const CreateRideSchema: z.ZodObject<Omit<{
1277
1281
  apex_on_board_sales_amount: number | null;
1278
1282
  apex_on_board_sales_qty: number | null;
1279
1283
  apex_validations_qty: number | null;
1284
+ direction_id: number;
1280
1285
  analysis: {
1281
1286
  EXPECTED_DRIVER_ID_QTY: {
1282
1287
  value: number | null;
@@ -1407,6 +1412,7 @@ export declare const CreateRideSchema: z.ZodObject<Omit<{
1407
1412
  apex_on_board_sales_amount: number | null;
1408
1413
  apex_on_board_sales_qty: number | null;
1409
1414
  apex_validations_qty: number | null;
1415
+ direction_id: number;
1410
1416
  analysis: {
1411
1417
  EXPECTED_DRIVER_ID_QTY: {
1412
1418
  value: number | null;
@@ -1541,6 +1547,7 @@ export declare const UpdateRideSchema: z.ZodObject<{
1541
1547
  apex_on_board_sales_amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1542
1548
  apex_on_board_sales_qty: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1543
1549
  apex_validations_qty: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1550
+ direction_id: z.ZodOptional<z.ZodNumber>;
1544
1551
  analysis: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1545
1552
  AT_LEAST_ONE_VEHICLE_EVENT_ON_FIRST_STOP: z.ZodObject<{
1546
1553
  error_message: z.ZodOptional<z.ZodString>;
@@ -2018,6 +2025,7 @@ export declare const UpdateRideSchema: z.ZodObject<{
2018
2025
  apex_on_board_sales_amount?: number | null | undefined;
2019
2026
  apex_on_board_sales_qty?: number | null | undefined;
2020
2027
  apex_validations_qty?: number | null | undefined;
2028
+ direction_id?: number | undefined;
2021
2029
  analysis?: {
2022
2030
  EXPECTED_DRIVER_ID_QTY: {
2023
2031
  value: number | null;
@@ -2148,6 +2156,7 @@ export declare const UpdateRideSchema: z.ZodObject<{
2148
2156
  apex_on_board_sales_amount?: number | null | undefined;
2149
2157
  apex_on_board_sales_qty?: number | null | undefined;
2150
2158
  apex_validations_qty?: number | null | undefined;
2159
+ direction_id?: number | undefined;
2151
2160
  analysis?: {
2152
2161
  EXPECTED_DRIVER_ID_QTY: {
2153
2162
  value: number | null;
@@ -30,6 +30,7 @@ export const RideSchema = DocumentSchema
30
30
  apex_on_board_sales_amount: z.number().nullable(),
31
31
  apex_on_board_sales_qty: z.number().nullable(),
32
32
  apex_validations_qty: z.number().nullable(),
33
+ direction_id: z.number(),
33
34
  driver_ids: z.array(z.string()),
34
35
  end_time_observed: UnixTimestampSchema.nullable(),
35
36
  end_time_scheduled: UnixTimestampSchema,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/types",
3
- "version": "20260716.1737.51",
3
+ "version": "20260717.1052.50",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"