@moxi.gmbh/moxi-typescriptmodels 0.1.1071 → 0.1.1081
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 +2 -0
- package/package.json +1 -1
package/common.d.ts
CHANGED
|
@@ -1049,6 +1049,7 @@ export interface Ride extends RideOrSeries, RideOrMinimizedSeries {
|
|
|
1049
1049
|
* 'accepted' is true if a driver has accepted the ride.
|
|
1050
1050
|
*/
|
|
1051
1051
|
accepted?: boolean;
|
|
1052
|
+
acceptedTime?: string;
|
|
1052
1053
|
actualEndTime?: string;
|
|
1053
1054
|
actualStartTime?: string;
|
|
1054
1055
|
/**
|
|
@@ -1088,6 +1089,7 @@ export interface Ride extends RideOrSeries, RideOrMinimizedSeries {
|
|
|
1088
1089
|
*/
|
|
1089
1090
|
expectedStartTime?: string;
|
|
1090
1091
|
info?: RideInfo;
|
|
1092
|
+
marketplaceTime?: string;
|
|
1091
1093
|
/**
|
|
1092
1094
|
* 'planned' is true if the driver has reported a planned time for the ride.
|
|
1093
1095
|
*/
|
package/package.json
CHANGED