gtfs 4.18.5 → 4.18.7

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.
@@ -1177,6 +1177,16 @@ declare const trips: {
1177
1177
  prefix?: undefined;
1178
1178
  primary?: undefined;
1179
1179
  nocase?: undefined;
1180
+ } | {
1181
+ name: string;
1182
+ type: string;
1183
+ required?: undefined;
1184
+ index?: undefined;
1185
+ prefix?: undefined;
1186
+ primary?: undefined;
1187
+ nocase?: undefined;
1188
+ min?: undefined;
1189
+ max?: undefined;
1180
1190
  })[];
1181
1191
  };
1182
1192
 
@@ -1457,6 +1457,14 @@ var trips = {
1457
1457
  type: "integer",
1458
1458
  min: 0,
1459
1459
  max: 2
1460
+ },
1461
+ {
1462
+ name: "safe_duration_factor",
1463
+ type: "real"
1464
+ },
1465
+ {
1466
+ name: "safe_duration_offset",
1467
+ type: "real"
1460
1468
  }
1461
1469
  ]
1462
1470
  };