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