@motis-project/motis-client 2.0.84 → 2.0.98

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/dist/index.d.ts CHANGED
@@ -1,129 +1,4 @@
1
- export {
2
- AlertCauseSchema,
3
- AlertEffectSchema,
4
- AlertSchema,
5
- AlertSeverityLevelSchema,
6
- AreaSchema,
7
- DirectionSchema,
8
- DurationSchema,
9
- ElevationCostsSchema,
10
- EncodedPolylineSchema,
11
- FareMediaSchema,
12
- FareMediaTypeSchema,
13
- FareProductSchema,
14
- FareTransferRuleSchema,
15
- FareTransferSchema,
16
- ItinerarySchema,
17
- LegSchema,
18
- LocationTypeSchema,
19
- MatchSchema,
20
- ModeSchema,
21
- PedestrianProfileSchema,
22
- PickupDropoffTypeSchema,
23
- PlaceSchema,
24
- ReachablePlaceSchema,
25
- ReachableSchema,
26
- RentalFormFactorSchema,
27
- RentalPropulsionTypeSchema,
28
- RentalReturnConstraintSchema,
29
- RentalSchema,
30
- RiderCategorySchema,
31
- StepInstructionSchema,
32
- StopTimeSchema,
33
- TimeRangeSchema,
34
- TokenSchema,
35
- TransferSchema,
36
- TripInfoSchema,
37
- TripSegmentSchema,
38
- VertexTypeSchema
39
- } from './schemas.gen.js';
40
- export {
41
- client,
42
- geocode,
43
- initial,
44
- levels,
45
- oneToAll,
46
- oneToMany,
47
- plan,
48
- reverseGeocode,
49
- stops,
50
- stoptimes,
51
- transfers,
52
- trip,
53
- trips
54
- } from './services.gen.js';
55
- export {
56
- Alert,
57
- AlertCause,
58
- AlertEffect,
59
- AlertSeverityLevel,
60
- Area,
61
- Direction,
62
- Duration,
63
- ElevationCosts,
64
- EncodedPolyline,
65
- FareMedia,
66
- FareMediaType,
67
- FareProduct,
68
- FareTransfer,
69
- FareTransferRule,
70
- GeocodeData,
71
- GeocodeError,
72
- GeocodeResponse,
73
- InitialError,
74
- InitialResponse,
75
- Itinerary,
76
- Leg,
77
- LevelsData,
78
- LevelsError,
79
- LevelsResponse,
80
- LocationType,
81
- Match,
82
- Mode,
83
- OneToAllData,
84
- OneToAllError,
85
- OneToAllResponse,
86
- OneToManyData,
87
- OneToManyError,
88
- OneToManyResponse,
89
- PedestrianProfile,
90
- PickupDropoffType,
91
- Place,
92
- PlanData,
93
- PlanError,
94
- PlanResponse,
95
- Reachable,
96
- ReachablePlace,
97
- Rental,
98
- RentalFormFactor,
99
- RentalPropulsionType,
100
- RentalReturnConstraint,
101
- ReverseGeocodeData,
102
- ReverseGeocodeError,
103
- ReverseGeocodeResponse,
104
- RiderCategory,
105
- StepInstruction,
106
- StopTime,
107
- StopsData,
108
- StopsError,
109
- StopsResponse,
110
- StoptimesData,
111
- StoptimesError,
112
- StoptimesResponse,
113
- TimeRange,
114
- Token,
115
- Transfer,
116
- TransfersData,
117
- TransfersError,
118
- TransfersResponse,
119
- TripData,
120
- TripError,
121
- TripInfo,
122
- TripResponse,
123
- TripSegment,
124
- TripsData,
125
- TripsError,
126
- TripsResponse,
127
- VertexType
128
- } from './types.gen.js';
1
+ export { AlertCauseSchema, AlertEffectSchema, AlertSchema, AlertSeverityLevelSchema, AreaSchema, DirectionSchema, DurationSchema, ElevationCostsSchema, EncodedPolylineSchema, FareMediaSchema, FareMediaTypeSchema, FareProductSchema, FareTransferRuleSchema, FareTransferSchema, ItinerarySchema, LegSchema, LocationTypeSchema, MatchSchema, ModeSchema, PedestrianProfileSchema, PickupDropoffTypeSchema, PlaceSchema, ReachablePlaceSchema, ReachableSchema, RentalFormFactorSchema, RentalPropulsionTypeSchema, RentalReturnConstraintSchema, RentalSchema, RiderCategorySchema, StepInstructionSchema, StopTimeSchema, TimeRangeSchema, TokenSchema, TransferSchema, TripInfoSchema, TripSegmentSchema, VertexTypeSchema } from './schemas.gen.js';
2
+ export { client, geocode, initial, levels, oneToAll, oneToMany, plan, reverseGeocode, stops, stoptimes, transfers, trip, trips } from './services.gen.js';
3
+ export { Alert, AlertCause, AlertEffect, AlertSeverityLevel, Area, Direction, Duration, ElevationCosts, EncodedPolyline, FareMedia, FareMediaType, FareProduct, FareTransfer, FareTransferRule, GeocodeData, GeocodeError, GeocodeResponse, InitialError, InitialResponse, Itinerary, Leg, LevelsData, LevelsError, LevelsResponse, LocationType, Match, Mode, OneToAllData, OneToAllError, OneToAllResponse, OneToManyData, OneToManyError, OneToManyResponse, PedestrianProfile, PickupDropoffType, Place, PlanData, PlanError, PlanResponse, Reachable, ReachablePlace, Rental, RentalFormFactor, RentalPropulsionType, RentalReturnConstraint, ReverseGeocodeData, ReverseGeocodeError, ReverseGeocodeResponse, RiderCategory, StepInstruction, StopTime, StopsData, StopsError, StopsResponse, StoptimesData, StoptimesError, StoptimesResponse, TimeRange, Token, Transfer, TransfersData, TransfersError, TransfersResponse, TripData, TripError, TripInfo, TripResponse, TripSegment, TripsData, TripsError, TripsResponse, VertexType } from './types.gen.js';
129
4
  import '@hey-api/client-fetch';
package/dist/index.js CHANGED
@@ -1,107 +1,107 @@
1
1
  import {
2
- AlertCauseSchema,
3
- AlertEffectSchema,
4
- AlertSchema,
5
- AlertSeverityLevelSchema,
6
- AreaSchema,
7
- DirectionSchema,
8
- DurationSchema,
9
- ElevationCostsSchema,
10
- EncodedPolylineSchema,
11
- FareMediaSchema,
12
- FareMediaTypeSchema,
13
- FareProductSchema,
14
- FareTransferRuleSchema,
15
- FareTransferSchema,
16
- ItinerarySchema,
17
- LegSchema,
18
- LocationTypeSchema,
19
- MatchSchema,
20
- ModeSchema,
21
- PedestrianProfileSchema,
22
- PickupDropoffTypeSchema,
23
- PlaceSchema,
24
- ReachablePlaceSchema,
25
- ReachableSchema,
26
- RentalFormFactorSchema,
27
- RentalPropulsionTypeSchema,
28
- RentalReturnConstraintSchema,
29
- RentalSchema,
30
- RiderCategorySchema,
31
- StepInstructionSchema,
32
- StopTimeSchema,
33
- TimeRangeSchema,
34
- TokenSchema,
35
- TransferSchema,
36
- TripInfoSchema,
37
- TripSegmentSchema,
38
- VertexTypeSchema
39
- } from './chunk-CAW6R2LI.js';
2
+ AlertCauseSchema,
3
+ AlertEffectSchema,
4
+ AlertSchema,
5
+ AlertSeverityLevelSchema,
6
+ AreaSchema,
7
+ DirectionSchema,
8
+ DurationSchema,
9
+ ElevationCostsSchema,
10
+ EncodedPolylineSchema,
11
+ FareMediaSchema,
12
+ FareMediaTypeSchema,
13
+ FareProductSchema,
14
+ FareTransferRuleSchema,
15
+ FareTransferSchema,
16
+ ItinerarySchema,
17
+ LegSchema,
18
+ LocationTypeSchema,
19
+ MatchSchema,
20
+ ModeSchema,
21
+ PedestrianProfileSchema,
22
+ PickupDropoffTypeSchema,
23
+ PlaceSchema,
24
+ ReachablePlaceSchema,
25
+ ReachableSchema,
26
+ RentalFormFactorSchema,
27
+ RentalPropulsionTypeSchema,
28
+ RentalReturnConstraintSchema,
29
+ RentalSchema,
30
+ RiderCategorySchema,
31
+ StepInstructionSchema,
32
+ StopTimeSchema,
33
+ TimeRangeSchema,
34
+ TokenSchema,
35
+ TransferSchema,
36
+ TripInfoSchema,
37
+ TripSegmentSchema,
38
+ VertexTypeSchema
39
+ } from "./chunk-RM52T2X5.js";
40
40
  import {
41
- client,
42
- geocode,
43
- initial,
44
- levels,
45
- oneToAll,
46
- oneToMany,
47
- plan,
48
- reverseGeocode,
49
- stops,
50
- stoptimes,
51
- transfers,
52
- trip,
53
- trips
54
- } from './chunk-IHFNO6R3.js';
55
- import './chunk-6DML7NNP.js';
41
+ client,
42
+ geocode,
43
+ initial,
44
+ levels,
45
+ oneToAll,
46
+ oneToMany,
47
+ plan,
48
+ reverseGeocode,
49
+ stops,
50
+ stoptimes,
51
+ transfers,
52
+ trip,
53
+ trips
54
+ } from "./chunk-IHFNO6R3.js";
55
+ import "./chunk-6DML7NNP.js";
56
56
  export {
57
- AlertCauseSchema,
58
- AlertEffectSchema,
59
- AlertSchema,
60
- AlertSeverityLevelSchema,
61
- AreaSchema,
62
- DirectionSchema,
63
- DurationSchema,
64
- ElevationCostsSchema,
65
- EncodedPolylineSchema,
66
- FareMediaSchema,
67
- FareMediaTypeSchema,
68
- FareProductSchema,
69
- FareTransferRuleSchema,
70
- FareTransferSchema,
71
- ItinerarySchema,
72
- LegSchema,
73
- LocationTypeSchema,
74
- MatchSchema,
75
- ModeSchema,
76
- PedestrianProfileSchema,
77
- PickupDropoffTypeSchema,
78
- PlaceSchema,
79
- ReachablePlaceSchema,
80
- ReachableSchema,
81
- RentalFormFactorSchema,
82
- RentalPropulsionTypeSchema,
83
- RentalReturnConstraintSchema,
84
- RentalSchema,
85
- RiderCategorySchema,
86
- StepInstructionSchema,
87
- StopTimeSchema,
88
- TimeRangeSchema,
89
- TokenSchema,
90
- TransferSchema,
91
- TripInfoSchema,
92
- TripSegmentSchema,
93
- VertexTypeSchema,
94
- client,
95
- geocode,
96
- initial,
97
- levels,
98
- oneToAll,
99
- oneToMany,
100
- plan,
101
- reverseGeocode,
102
- stops,
103
- stoptimes,
104
- transfers,
105
- trip,
106
- trips
57
+ AlertCauseSchema,
58
+ AlertEffectSchema,
59
+ AlertSchema,
60
+ AlertSeverityLevelSchema,
61
+ AreaSchema,
62
+ DirectionSchema,
63
+ DurationSchema,
64
+ ElevationCostsSchema,
65
+ EncodedPolylineSchema,
66
+ FareMediaSchema,
67
+ FareMediaTypeSchema,
68
+ FareProductSchema,
69
+ FareTransferRuleSchema,
70
+ FareTransferSchema,
71
+ ItinerarySchema,
72
+ LegSchema,
73
+ LocationTypeSchema,
74
+ MatchSchema,
75
+ ModeSchema,
76
+ PedestrianProfileSchema,
77
+ PickupDropoffTypeSchema,
78
+ PlaceSchema,
79
+ ReachablePlaceSchema,
80
+ ReachableSchema,
81
+ RentalFormFactorSchema,
82
+ RentalPropulsionTypeSchema,
83
+ RentalReturnConstraintSchema,
84
+ RentalSchema,
85
+ RiderCategorySchema,
86
+ StepInstructionSchema,
87
+ StopTimeSchema,
88
+ TimeRangeSchema,
89
+ TokenSchema,
90
+ TransferSchema,
91
+ TripInfoSchema,
92
+ TripSegmentSchema,
93
+ VertexTypeSchema,
94
+ client,
95
+ geocode,
96
+ initial,
97
+ levels,
98
+ oneToAll,
99
+ oneToMany,
100
+ plan,
101
+ reverseGeocode,
102
+ stops,
103
+ stoptimes,
104
+ transfers,
105
+ trip,
106
+ trips
107
107
  };