@moxi.gmbh/moxi-typescriptmodels 0.1.981 → 0.1.991
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/common.d.ts +0 -9
- package/package.json +1 -1
package/common.d.ts
CHANGED
|
@@ -666,10 +666,6 @@ export interface GetOneSeries {
|
|
|
666
666
|
rideSeriesId?: string;
|
|
667
667
|
}
|
|
668
668
|
|
|
669
|
-
/**
|
|
670
|
-
* Common information shared across all rides in a series. Similar to RideInfo but without appointment-specific details that vary per ride.
|
|
671
|
-
|
|
672
|
-
*/
|
|
673
669
|
export interface GetPotentialDriverIds extends GetPotentialDriversAbstract {
|
|
674
670
|
}
|
|
675
671
|
|
|
@@ -680,14 +676,9 @@ export interface GetPotentialDriverIds extends GetPotentialDriversAbstract {
|
|
|
680
676
|
export interface GetPotentialDrivers extends GetPotentialDriversAbstract {
|
|
681
677
|
}
|
|
682
678
|
|
|
683
|
-
/**
|
|
684
|
-
* Common information shared across all rides in a series. Similar to RideInfo but without appointment-specific details that vary per ride.
|
|
685
|
-
|
|
686
|
-
*/
|
|
687
679
|
export interface GetPotentialDriversAbstract {
|
|
688
680
|
fromDistrict?: string;
|
|
689
681
|
mobility?: Mobility;
|
|
690
|
-
toDistrict?: string;
|
|
691
682
|
vehicleType?: VehicleType;
|
|
692
683
|
weightInKg?: number;
|
|
693
684
|
}
|
package/package.json
CHANGED