@moxi.gmbh/moxi-typescriptmodels 0.1.2451-test-server → 0.1.2471-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 +2 -0
- package/package.json +1 -1
package/common.d.ts
CHANGED
|
@@ -1155,6 +1155,7 @@ export interface Ride extends RideOrSeries, RideOrMinimizedSeries {
|
|
|
1155
1155
|
* Derived from driver != null
|
|
1156
1156
|
*/
|
|
1157
1157
|
accepted?: boolean;
|
|
1158
|
+
acceptedTime?: string;
|
|
1158
1159
|
actualEndTime?: string;
|
|
1159
1160
|
actualStartTime?: string;
|
|
1160
1161
|
/**
|
|
@@ -1194,6 +1195,7 @@ export interface Ride extends RideOrSeries, RideOrMinimizedSeries {
|
|
|
1194
1195
|
*/
|
|
1195
1196
|
expectedStartTime?: string;
|
|
1196
1197
|
info?: RideInfoUnion;
|
|
1198
|
+
marketplaceTime?: string;
|
|
1197
1199
|
/**
|
|
1198
1200
|
* Derived from plannedStartTime != null
|
|
1199
1201
|
*/
|
package/package.json
CHANGED