@moxi.gmbh/moxi-typescriptmodels 0.1.2931-test-server → 0.1.2951-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.
@@ -1749,17 +1749,6 @@ export namespace com.moxi.api.ride {
1749
1749
 
1750
1750
  }
1751
1751
 
1752
- export namespace com.moxi.api.ride.common {
1753
-
1754
- /**
1755
- * Information for advanced medical transport, like intensive care rides or emergency ambulances
1756
- */
1757
- export interface AdvancedRideInfo extends com.moxi.api.rideseries.common.GenericRideInfo<com.moxi.api.ride.common.AdvancedRideInfo> {
1758
- medicalData?: com.moxi.api.ride.common.MedicalData;
1759
- }
1760
-
1761
- }
1762
-
1763
1752
  export namespace com.moxi.api.ride.common {
1764
1753
 
1765
1754
  /**
@@ -2076,7 +2065,8 @@ export namespace com.moxi.api.ride.common {
2076
2065
  export namespace com.moxi.api.ride.common {
2077
2066
 
2078
2067
  /**
2079
- * Base class for different types of RideInfo
2068
+ * Common information shared across all rides in a series. Similar to RideInfo but without appointment-specific details that vary per ride.
2069
+
2080
2070
  */
2081
2071
  export interface RideInfo extends com.moxi.api.rideseries.common.GenericRideInfo<com.moxi.api.ride.common.RideInfoUnion> {
2082
2072
  appointment?: com.moxi.api.ride.common.Appointment;
@@ -2498,7 +2488,8 @@ export namespace com.moxi.api.rideseries.common {
2498
2488
  export namespace com.moxi.api.rideseries.common {
2499
2489
 
2500
2490
  /**
2501
- * Information about the ride, from the creator of the ride
2491
+ * Common information shared across all rides in a series. Similar to RideInfo but without appointment-specific details that vary per ride.
2492
+
2502
2493
  */
2503
2494
  export interface SeriesRideInfo extends com.moxi.api.rideseries.common.GenericRideInfo<com.moxi.api.rideseries.common.SeriesRideInfo> {
2504
2495
  purpose?: com.moxi.api.rideseries.common.SeriesPurpose;
@@ -2509,7 +2500,8 @@ export namespace com.moxi.api.rideseries.common {
2509
2500
  export namespace com.moxi.api.rideseries.common.SeriesRideInfo {
2510
2501
 
2511
2502
  /**
2512
- * Information about the ride, from the creator of the ride
2503
+ * Common information shared across all rides in a series. Similar to RideInfo but without appointment-specific details that vary per ride.
2504
+
2513
2505
  */
2514
2506
  export interface AnonymizedSeriesRideInfo extends com.moxi.api.rideseries.common.SeriesRideInfo {
2515
2507
  }
package/common.d.ts CHANGED
@@ -162,13 +162,6 @@ export interface AdminSetUserPassword {
162
162
  userId?: string;
163
163
  }
164
164
 
165
- /**
166
- * Information for advanced medical transport, like intensive care rides or emergency ambulances
167
- */
168
- export interface AdvancedRideInfo extends GenericRideInfo {
169
- medicalData?: MedicalData;
170
- }
171
-
172
165
  export interface AmbulanceFilter extends DrivePermissionFilter {
173
166
  heavyWeightAllowed?: boolean;
174
167
  type: "ambulance";
@@ -197,7 +190,8 @@ export interface AmbulanceInfo {
197
190
  }
198
191
 
199
192
  /**
200
- * Information about the ride, from the creator of the ride
193
+ * Common information shared across all rides in a series. Similar to RideInfo but without appointment-specific details that vary per ride.
194
+
201
195
  */
202
196
  export interface AnonymizedSeriesRideInfo extends SeriesRideInfo {
203
197
  }
@@ -1325,7 +1319,8 @@ export interface RideIdResult {
1325
1319
  }
1326
1320
 
1327
1321
  /**
1328
- * Base class for different types of RideInfo
1322
+ * Common information shared across all rides in a series. Similar to RideInfo but without appointment-specific details that vary per ride.
1323
+
1329
1324
  */
1330
1325
  export interface RideInfo extends GenericRideInfo {
1331
1326
  appointment?: Appointment;
@@ -1531,7 +1526,8 @@ export interface SeriesOperatorCommand extends SeriesCommand {
1531
1526
  }
1532
1527
 
1533
1528
  /**
1534
- * Information about the ride, from the creator of the ride
1529
+ * Common information shared across all rides in a series. Similar to RideInfo but without appointment-specific details that vary per ride.
1530
+
1535
1531
  */
1536
1532
  export interface SeriesRideInfo extends GenericRideInfo {
1537
1533
  purpose?: SeriesPurpose;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@moxi.gmbh/moxi-typescriptmodels",
3
- "version": "0.1.2931-test-server",
3
+ "version": "0.1.2951-test-server",
4
4
  "types": "common.d.ts"
5
5
  }