@motis-project/motis-client 2.0.83 → 2.0.92
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 +9 -9
- package/dist/chunk-CAW6R2LI.js +1049 -913
- package/dist/chunk-IHFNO6R3.js +91 -0
- package/dist/chunk-RM52T2X5.js +1293 -0
- package/dist/chunk-VOTN5CAZ.js +62 -62
- package/dist/chunk-ZBHU6VX2.js +1291 -0
- package/dist/index.d.ts +128 -3
- package/dist/index.js +103 -103
- package/dist/schemas.gen.d.ts +1051 -877
- package/dist/schemas.gen.js +75 -75
- package/dist/services.gen.d.ts +85 -17
- package/dist/services.gen.js +27 -27
- package/dist/types.gen.d.ts +1790 -1595
- package/dist/types.gen.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,129 @@
|
|
|
1
|
-
export {
|
|
2
|
-
|
|
3
|
-
|
|
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';
|
|
4
129
|
import '@hey-api/client-fetch';
|
package/dist/index.js
CHANGED
|
@@ -1,107 +1,107 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
} from
|
|
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
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
} from
|
|
55
|
-
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';
|
|
56
56
|
export {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
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
|
};
|