diff --git a/docs/departures.md b/docs/departures.md index ed2f15ca..32058896 100644 --- a/docs/departures.md +++ b/docs/departures.md @@ -97,7 +97,6 @@ The response may look like this: metro: false, express: false, night: false, - productCode: 0, operator: { type: 'operator', id: 's-bahn-berlin-gmbh', @@ -125,7 +124,6 @@ The response may look like this: metro: false, express: false, night: false, - productCode: 0, operator: { /* … */ } }, direction: 'S Westkreuz', @@ -150,7 +148,6 @@ The response may look like this: metro: false, express: false, night: false, - productCode: 1, operator: { /* … */ } }, direction: 'U Rudow' diff --git a/docs/journeys.md b/docs/journeys.md index 651b5922..1a5662e2 100644 --- a/docs/journeys.md +++ b/docs/journeys.md @@ -155,8 +155,7 @@ The response may look like this: nr: 7, metro: false, express: false, - night: false, - productCode: 0 + night: false }, direction: 'S Ahrensfelde', stopovers: [ { diff --git a/docs/stop.md b/docs/stop.md index 4a349e68..097f2e7e 100644 --- a/docs/stop.md +++ b/docs/stop.md @@ -71,7 +71,6 @@ The response may look like this: product: 'subway', public: true, name: 'U1', - class: 2, symbol: 'U', nr: 1, metro: false, @@ -86,7 +85,6 @@ The response may look like this: product: 'bus', public: true, name: 'N9', - class: 8, symbol: 'N', nr: 9, metro: false, diff --git a/docs/trip.md b/docs/trip.md index 6de4a798..6b64792a 100644 --- a/docs/trip.md +++ b/docs/trip.md @@ -110,7 +110,6 @@ The response looked like this: metro: false, express: false, night: false, - productCode: 0, operator: { type: 'operator', id: 's-bahn-berlin-gmbh', diff --git a/readme.md b/readme.md index d8482534..e5f79da2 100644 --- a/readme.md +++ b/readme.md @@ -95,8 +95,6 @@ The returned [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript public: true, mode: 'train', product: 'suburban', - class: 16, - productCode: 4, operator: { type: 'operator', id: 's-bahn-berlin-gmbh',