gtfs 4.19.3 → 4.19.4
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/README.md +3 -3
- package/dist/bin/gtfs-export.js +1 -1
- package/dist/bin/gtfs-import.js +1 -1
- package/dist/bin/gtfsrealtime-update.js +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/models/models.js +1 -1
- package/dist/{models-9NvwLHlL.js → models-2shTGms8.js} +9 -1
- package/dist/{models-9NvwLHlL.js.map → models-2shTGms8.js.map} +1 -1
- package/dist/{src-gj91FR8c.js → src-DQnU2Hzw.js} +3 -2
- package/dist/{src-gj91FR8c.js.map → src-DQnU2Hzw.js.map} +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as tripUpdates, b as vehiclePositions, t as models_exports, v as serviceAlertInformedEntities, x as stopTimeUpdates, y as serviceAlerts } from "./models-
|
|
1
|
+
import { S as tripUpdates, b as vehiclePositions, t as models_exports, v as serviceAlertInformedEntities, x as stopTimeUpdates, y as serviceAlerts } from "./models-2shTGms8.js";
|
|
2
2
|
import path from "node:path";
|
|
3
3
|
import { createReadStream, existsSync, lstatSync } from "node:fs";
|
|
4
4
|
import { cp, mkdir, readFile, readdir, rename, rm, writeFile } from "node:fs/promises";
|
|
@@ -2371,6 +2371,7 @@ function getVehiclePositions(query = {}, fields = [], orderBy = [], options = {}
|
|
|
2371
2371
|
//#region src/lib/gtfs-realtime/service-alerts.ts
|
|
2372
2372
|
const ENTITY_COLUMNS = /* @__PURE__ */ new Set([
|
|
2373
2373
|
"alert_id",
|
|
2374
|
+
"agency_id",
|
|
2374
2375
|
"stop_id",
|
|
2375
2376
|
"route_id",
|
|
2376
2377
|
"route_type",
|
|
@@ -2475,4 +2476,4 @@ function getRunsPieces(query = {}, fields = [], orderBy = [], options = {}) {
|
|
|
2475
2476
|
|
|
2476
2477
|
//#endregion
|
|
2477
2478
|
export { getCalendars as $, getStopsAsGeoJSON as A, getNetworks as B, getCalendarAttributes as C, untildify as Ct, getTimeframes as D, getTransfers as E, getRouteAttributes as F, getFrequencies as G, getLocationGroupStops as H, getRoutes as I, getFareRules as J, getFeedInfo as K, getRouteNetworks as L, getStopAreas as M, getShapes as N, getStoptimes as O, getShapesAsGeoJSON as P, getFareAttributes as Q, getRiderCategories as R, getDirections as S, prepDirectory as St, getTranslations as T, formatError as Tt, getLocationGroups as U, getLocations as V, getLevels as W, getFareMedia as X, getFareProducts as Y, getFareLegRules as Z, getTimetableNotesReferences as _, formatGtfsError as _t, getDeadheads as a, getAgencies as at, getTimetableStopOrders as b, generateFolderName as bt, getVehiclePositions as c, importGtfs as ct, getTripCapacities as d, deleteDb as dt, getServiceIdsByDate as et, getRidership as f, openDb as ft, getTripsDatedVehicleJourneys as g, GtfsWarningCode as gt, getBoardAlights as h, GtfsErrorCode as ht, getDeadheadTimes as i, getAreas as it, getStopAttributes as j, getStops as k, getTripUpdates as l, updateGtfsRealtime as lt, getRideFeedInfo as m, GtfsErrorCategory as mt, getRunEvents as n, getBookingRules as nt, getServiceAlertInformedEntities as o, advancedQuery as ot, getRiderTrips as p, GtfsError as pt, getFareTransferRules as q, getOpsLocations as r, getAttributions as rt, getServiceAlerts as s, exportGtfs as st, getRunsPieces as t, getCalendarDates as tt, getStopTimeUpdates as u, closeDb as ut, getTimetableNotes as v, isGtfsError as vt, getTrips as w, unzip as wt, getTimetables as x, getConfig as xt, getTimetablePages as y, isGtfsValidationError as yt, getPathways as z };
|
|
2478
|
-
//# sourceMappingURL=src-
|
|
2479
|
+
//# sourceMappingURL=src-DQnU2Hzw.js.map
|