ojp-shared-types 0.1.1 → 0.1.2
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 +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +17 -2
- package/dist/index.d.ts +17 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const VERSION = "0.1.
|
|
1
|
+
declare const VERSION = "0.1.2";
|
|
2
2
|
|
|
3
3
|
interface components$j {
|
|
4
4
|
schemas: {
|
|
@@ -16,6 +16,8 @@ interface components$j {
|
|
|
16
16
|
SituationSourceTypeEnum: "directReport" | "email" | "phone" | "fax" | "post" | "feed" | "radio" | "tv" | "web" | "pager" | "text" | "other";
|
|
17
17
|
/** @enum {string} */
|
|
18
18
|
PerspectiveEnum: "general" | "stopPoint" | "vehicleJourney";
|
|
19
|
+
/** @enum {string} */
|
|
20
|
+
OptimisationMethodEnum: "fastest" | "minChanges" | "leastWalking" | "leastCost" | "leastDistance" | "earliestArrival" | "latestDeparture" | "earliestArrivalAndLatestDeparture" | "minNonLevelEntrances" | "minStairs" | "bestForVisualImpairment" | "bestForAuditoryImpairment" | "environmentalSafety" | "extraSafe" | "extraReliable" | "scenic" | "quietTravel";
|
|
19
21
|
InternationalText: {
|
|
20
22
|
text: string;
|
|
21
23
|
};
|
|
@@ -7530,6 +7532,8 @@ interface components$5 {
|
|
|
7530
7532
|
numberOfResultsAfter?: number;
|
|
7531
7533
|
/** @enum {string} */
|
|
7532
7534
|
useRealtimeData?: "full" | "explanatory" | "none";
|
|
7535
|
+
/** @enum {string} */
|
|
7536
|
+
optimisationMethod?: "fastest" | "minChanges" | "leastWalking" | "leastCost" | "leastDistance" | "earliestArrival" | "latestDeparture" | "earliestArrivalAndLatestDeparture" | "minNonLevelEntrances" | "minStairs" | "bestForVisualImpairment" | "bestForAuditoryImpairment" | "environmentalSafety" | "extraSafe" | "extraReliable" | "scenic" | "quietTravel";
|
|
7533
7537
|
includeAllRestrictedLines?: boolean;
|
|
7534
7538
|
includeTrackSections?: boolean;
|
|
7535
7539
|
includeLegProjection?: boolean;
|
|
@@ -7655,6 +7659,8 @@ interface components$5 {
|
|
|
7655
7659
|
numberOfResultsAfter?: number;
|
|
7656
7660
|
/** @enum {string} */
|
|
7657
7661
|
useRealtimeData?: "full" | "explanatory" | "none";
|
|
7662
|
+
/** @enum {string} */
|
|
7663
|
+
optimisationMethod?: "fastest" | "minChanges" | "leastWalking" | "leastCost" | "leastDistance" | "earliestArrival" | "latestDeparture" | "earliestArrivalAndLatestDeparture" | "minNonLevelEntrances" | "minStairs" | "bestForVisualImpairment" | "bestForAuditoryImpairment" | "environmentalSafety" | "extraSafe" | "extraReliable" | "scenic" | "quietTravel";
|
|
7658
7664
|
includeAllRestrictedLines?: boolean;
|
|
7659
7665
|
includeTrackSections?: boolean;
|
|
7660
7666
|
includeLegProjection?: boolean;
|
|
@@ -7775,6 +7781,8 @@ interface components$5 {
|
|
|
7775
7781
|
numberOfResultsAfter?: number;
|
|
7776
7782
|
/** @enum {string} */
|
|
7777
7783
|
useRealtimeData?: "full" | "explanatory" | "none";
|
|
7784
|
+
/** @enum {string} */
|
|
7785
|
+
optimisationMethod?: "fastest" | "minChanges" | "leastWalking" | "leastCost" | "leastDistance" | "earliestArrival" | "latestDeparture" | "earliestArrivalAndLatestDeparture" | "minNonLevelEntrances" | "minStairs" | "bestForVisualImpairment" | "bestForAuditoryImpairment" | "environmentalSafety" | "extraSafe" | "extraReliable" | "scenic" | "quietTravel";
|
|
7778
7786
|
includeAllRestrictedLines?: boolean;
|
|
7779
7787
|
includeTrackSections?: boolean;
|
|
7780
7788
|
includeLegProjection?: boolean;
|
|
@@ -10788,6 +10796,8 @@ interface components$3 {
|
|
|
10788
10796
|
/** @enum {string} */
|
|
10789
10797
|
useRealtimeData?: "full" | "explanatory" | "none";
|
|
10790
10798
|
includeAllRestrictedLines?: boolean;
|
|
10799
|
+
includeLegProjection?: boolean;
|
|
10800
|
+
includeTurnDescription?: boolean;
|
|
10791
10801
|
includeIntermediateStops?: boolean;
|
|
10792
10802
|
};
|
|
10793
10803
|
OJPTripRefineRequest: {
|
|
@@ -10797,6 +10807,8 @@ interface components$3 {
|
|
|
10797
10807
|
/** @enum {string} */
|
|
10798
10808
|
useRealtimeData?: "full" | "explanatory" | "none";
|
|
10799
10809
|
includeAllRestrictedLines?: boolean;
|
|
10810
|
+
includeLegProjection?: boolean;
|
|
10811
|
+
includeTurnDescription?: boolean;
|
|
10800
10812
|
includeIntermediateStops?: boolean;
|
|
10801
10813
|
};
|
|
10802
10814
|
tripResult: {
|
|
@@ -11229,6 +11241,8 @@ interface components$3 {
|
|
|
11229
11241
|
/** @enum {string} */
|
|
11230
11242
|
useRealtimeData?: "full" | "explanatory" | "none";
|
|
11231
11243
|
includeAllRestrictedLines?: boolean;
|
|
11244
|
+
includeLegProjection?: boolean;
|
|
11245
|
+
includeTurnDescription?: boolean;
|
|
11232
11246
|
includeIntermediateStops?: boolean;
|
|
11233
11247
|
};
|
|
11234
11248
|
tripResult: {
|
|
@@ -14394,6 +14408,7 @@ type UseRealtimeDataEnum = components$j["schemas"]["UseRealtimeDataEnum"];
|
|
|
14394
14408
|
type PersonalModesEnum = components$j["schemas"]['PersonalModesEnumeration'];
|
|
14395
14409
|
type VehicleModesOfTransportEnum = components$j["schemas"]["VehicleModesOfTransportEnum"];
|
|
14396
14410
|
type PlaceTypeEnum = components$j["schemas"]["PlaceTypeEnum"];
|
|
14411
|
+
type OptimisationMethodEnum = components$j["schemas"]["OptimisationMethodEnum"];
|
|
14397
14412
|
type GeoPositionSchema = components$j["schemas"]["GeoPosition"];
|
|
14398
14413
|
type PlaceRefSchema = components$j["schemas"]["PlaceRef"];
|
|
14399
14414
|
type InternationalTextSchema = components$j["schemas"]["InternationalText"];
|
|
@@ -14484,4 +14499,4 @@ declare const OpenAPI_Dependencies: {
|
|
|
14484
14499
|
readonly MapStringValues: Record<string, boolean>;
|
|
14485
14500
|
};
|
|
14486
14501
|
|
|
14487
|
-
export { type AddressSchema, type CallAtStopSchema, type ContinuousLegSchema, type DatedJourneySchema, type FareDeliverySchema, type FareRequestOJP, type FareRequestParamsSchema, type FareRequestSchema, type FareRequestsSchema, type FareResponseOJP, type FareResultSchema, type GeneralAttributeSchema, type GeoPositionSchema, type GeoRestrictionsSchema, type IndividualTransportOptionSchema, type InitialInputSchema, type InternationalTextSchema, type LIR_RequestParamsSchema, type LegSchema, type LocationInformationDeliverySchema, type LocationInformationRequestOJP, type LocationInformationRequestResponseOJP, type LocationInformationRequestSchema, type ModeFilterSchema, type ModeStructureSchema, type OJPv1_DatedJourneySchema, type OJPv1_GeneralAttributeSchema, type OJPv1_InitialInputSchema, type OJPv1_LocationInformationDeliverySchema, type OJPv1_LocationInformationRequestOJP, type OJPv1_LocationInformationRequestResponseOJP, type OJPv1_LocationInformationRequestSchema, type OJPv1_LocationResultSchema, type OJPv1_LocationSchema, type OJPv1_PlaceRefSchema, type OJPv1_PointOfInterestSchema, type OJPv1_PtSituationElement, type OJPv1_SER_RequestLocationSchema, type OJPv1_StopEventDeliverySchema, type OJPv1_StopEventRequestOJP, type OJPv1_StopEventRequestSchema, type OJPv1_StopEventResponseOJP, type OJPv1_StopEventResultSchema, type OJPv1_TimedLegSchema, type OJPv1_TripInfoDeliverySchema, type OJPv1_TripInfoResponseOJP, type OJPv1_TripInfoResultStructureSchema, type OJPv1_TripLegSchema, type OJPv1_TripSchema, OpenAPI_Dependencies, type PersonalModesEnum, type PlaceContextSchema, type PlaceRefSchema, type PlaceResultSchema, type PlaceSchema, type PlaceTypeEnum, type PointOfInterestSchema, type ProductCategorySchema, type PtSituationElement, type ResponseContextSchema, type SER_RequestLocationSchema, type SER_RequestOJP, type SER_RequestParamsSchema, type StopEventDeliverySchema, type StopEventRequestResponseOJP, type StopEventRequestSchema, type StopEventResultSchema, type StopEventSchema, type StopPlaceSchema, type StopPointSchema, type TIR_RequestOJP, type TIR_RequestParamsSchema, type TIR_RequestSchema, type TRR_DeliverySchema, type TRR_RequestOJP, type TRR_RequestParamsSchema, type TRR_RequestSchema, type TRR_ResponseOJP, type TimedLegSchema, type TopographicPlaceSchema, type TrackSectionSchema, type TransferLegSchema, type TripDeliverySchema, type TripInfoDeliverySchema, type TripInfoResponseOJP, type TripInfoResultStructureSchema, type TripParamsSchema, type TripRequestOJP, type TripRequestResponseOJP, type TripRequestSchema, type TripResultSchema, type TripSchema, type UseRealtimeDataEnum, VERSION, type VehicleModesOfTransportEnum, type ViaPointSchema };
|
|
14502
|
+
export { type AddressSchema, type CallAtStopSchema, type ContinuousLegSchema, type DatedJourneySchema, type FareDeliverySchema, type FareRequestOJP, type FareRequestParamsSchema, type FareRequestSchema, type FareRequestsSchema, type FareResponseOJP, type FareResultSchema, type GeneralAttributeSchema, type GeoPositionSchema, type GeoRestrictionsSchema, type IndividualTransportOptionSchema, type InitialInputSchema, type InternationalTextSchema, type LIR_RequestParamsSchema, type LegSchema, type LocationInformationDeliverySchema, type LocationInformationRequestOJP, type LocationInformationRequestResponseOJP, type LocationInformationRequestSchema, type ModeFilterSchema, type ModeStructureSchema, type OJPv1_DatedJourneySchema, type OJPv1_GeneralAttributeSchema, type OJPv1_InitialInputSchema, type OJPv1_LocationInformationDeliverySchema, type OJPv1_LocationInformationRequestOJP, type OJPv1_LocationInformationRequestResponseOJP, type OJPv1_LocationInformationRequestSchema, type OJPv1_LocationResultSchema, type OJPv1_LocationSchema, type OJPv1_PlaceRefSchema, type OJPv1_PointOfInterestSchema, type OJPv1_PtSituationElement, type OJPv1_SER_RequestLocationSchema, type OJPv1_StopEventDeliverySchema, type OJPv1_StopEventRequestOJP, type OJPv1_StopEventRequestSchema, type OJPv1_StopEventResponseOJP, type OJPv1_StopEventResultSchema, type OJPv1_TimedLegSchema, type OJPv1_TripInfoDeliverySchema, type OJPv1_TripInfoResponseOJP, type OJPv1_TripInfoResultStructureSchema, type OJPv1_TripLegSchema, type OJPv1_TripSchema, OpenAPI_Dependencies, type OptimisationMethodEnum, type PersonalModesEnum, type PlaceContextSchema, type PlaceRefSchema, type PlaceResultSchema, type PlaceSchema, type PlaceTypeEnum, type PointOfInterestSchema, type ProductCategorySchema, type PtSituationElement, type ResponseContextSchema, type SER_RequestLocationSchema, type SER_RequestOJP, type SER_RequestParamsSchema, type StopEventDeliverySchema, type StopEventRequestResponseOJP, type StopEventRequestSchema, type StopEventResultSchema, type StopEventSchema, type StopPlaceSchema, type StopPointSchema, type TIR_RequestOJP, type TIR_RequestParamsSchema, type TIR_RequestSchema, type TRR_DeliverySchema, type TRR_RequestOJP, type TRR_RequestParamsSchema, type TRR_RequestSchema, type TRR_ResponseOJP, type TimedLegSchema, type TopographicPlaceSchema, type TrackSectionSchema, type TransferLegSchema, type TripDeliverySchema, type TripInfoDeliverySchema, type TripInfoResponseOJP, type TripInfoResultStructureSchema, type TripParamsSchema, type TripRequestOJP, type TripRequestResponseOJP, type TripRequestSchema, type TripResultSchema, type TripSchema, type UseRealtimeDataEnum, VERSION, type VehicleModesOfTransportEnum, type ViaPointSchema };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const VERSION = "0.1.
|
|
1
|
+
declare const VERSION = "0.1.2";
|
|
2
2
|
|
|
3
3
|
interface components$j {
|
|
4
4
|
schemas: {
|
|
@@ -16,6 +16,8 @@ interface components$j {
|
|
|
16
16
|
SituationSourceTypeEnum: "directReport" | "email" | "phone" | "fax" | "post" | "feed" | "radio" | "tv" | "web" | "pager" | "text" | "other";
|
|
17
17
|
/** @enum {string} */
|
|
18
18
|
PerspectiveEnum: "general" | "stopPoint" | "vehicleJourney";
|
|
19
|
+
/** @enum {string} */
|
|
20
|
+
OptimisationMethodEnum: "fastest" | "minChanges" | "leastWalking" | "leastCost" | "leastDistance" | "earliestArrival" | "latestDeparture" | "earliestArrivalAndLatestDeparture" | "minNonLevelEntrances" | "minStairs" | "bestForVisualImpairment" | "bestForAuditoryImpairment" | "environmentalSafety" | "extraSafe" | "extraReliable" | "scenic" | "quietTravel";
|
|
19
21
|
InternationalText: {
|
|
20
22
|
text: string;
|
|
21
23
|
};
|
|
@@ -7530,6 +7532,8 @@ interface components$5 {
|
|
|
7530
7532
|
numberOfResultsAfter?: number;
|
|
7531
7533
|
/** @enum {string} */
|
|
7532
7534
|
useRealtimeData?: "full" | "explanatory" | "none";
|
|
7535
|
+
/** @enum {string} */
|
|
7536
|
+
optimisationMethod?: "fastest" | "minChanges" | "leastWalking" | "leastCost" | "leastDistance" | "earliestArrival" | "latestDeparture" | "earliestArrivalAndLatestDeparture" | "minNonLevelEntrances" | "minStairs" | "bestForVisualImpairment" | "bestForAuditoryImpairment" | "environmentalSafety" | "extraSafe" | "extraReliable" | "scenic" | "quietTravel";
|
|
7533
7537
|
includeAllRestrictedLines?: boolean;
|
|
7534
7538
|
includeTrackSections?: boolean;
|
|
7535
7539
|
includeLegProjection?: boolean;
|
|
@@ -7655,6 +7659,8 @@ interface components$5 {
|
|
|
7655
7659
|
numberOfResultsAfter?: number;
|
|
7656
7660
|
/** @enum {string} */
|
|
7657
7661
|
useRealtimeData?: "full" | "explanatory" | "none";
|
|
7662
|
+
/** @enum {string} */
|
|
7663
|
+
optimisationMethod?: "fastest" | "minChanges" | "leastWalking" | "leastCost" | "leastDistance" | "earliestArrival" | "latestDeparture" | "earliestArrivalAndLatestDeparture" | "minNonLevelEntrances" | "minStairs" | "bestForVisualImpairment" | "bestForAuditoryImpairment" | "environmentalSafety" | "extraSafe" | "extraReliable" | "scenic" | "quietTravel";
|
|
7658
7664
|
includeAllRestrictedLines?: boolean;
|
|
7659
7665
|
includeTrackSections?: boolean;
|
|
7660
7666
|
includeLegProjection?: boolean;
|
|
@@ -7775,6 +7781,8 @@ interface components$5 {
|
|
|
7775
7781
|
numberOfResultsAfter?: number;
|
|
7776
7782
|
/** @enum {string} */
|
|
7777
7783
|
useRealtimeData?: "full" | "explanatory" | "none";
|
|
7784
|
+
/** @enum {string} */
|
|
7785
|
+
optimisationMethod?: "fastest" | "minChanges" | "leastWalking" | "leastCost" | "leastDistance" | "earliestArrival" | "latestDeparture" | "earliestArrivalAndLatestDeparture" | "minNonLevelEntrances" | "minStairs" | "bestForVisualImpairment" | "bestForAuditoryImpairment" | "environmentalSafety" | "extraSafe" | "extraReliable" | "scenic" | "quietTravel";
|
|
7778
7786
|
includeAllRestrictedLines?: boolean;
|
|
7779
7787
|
includeTrackSections?: boolean;
|
|
7780
7788
|
includeLegProjection?: boolean;
|
|
@@ -10788,6 +10796,8 @@ interface components$3 {
|
|
|
10788
10796
|
/** @enum {string} */
|
|
10789
10797
|
useRealtimeData?: "full" | "explanatory" | "none";
|
|
10790
10798
|
includeAllRestrictedLines?: boolean;
|
|
10799
|
+
includeLegProjection?: boolean;
|
|
10800
|
+
includeTurnDescription?: boolean;
|
|
10791
10801
|
includeIntermediateStops?: boolean;
|
|
10792
10802
|
};
|
|
10793
10803
|
OJPTripRefineRequest: {
|
|
@@ -10797,6 +10807,8 @@ interface components$3 {
|
|
|
10797
10807
|
/** @enum {string} */
|
|
10798
10808
|
useRealtimeData?: "full" | "explanatory" | "none";
|
|
10799
10809
|
includeAllRestrictedLines?: boolean;
|
|
10810
|
+
includeLegProjection?: boolean;
|
|
10811
|
+
includeTurnDescription?: boolean;
|
|
10800
10812
|
includeIntermediateStops?: boolean;
|
|
10801
10813
|
};
|
|
10802
10814
|
tripResult: {
|
|
@@ -11229,6 +11241,8 @@ interface components$3 {
|
|
|
11229
11241
|
/** @enum {string} */
|
|
11230
11242
|
useRealtimeData?: "full" | "explanatory" | "none";
|
|
11231
11243
|
includeAllRestrictedLines?: boolean;
|
|
11244
|
+
includeLegProjection?: boolean;
|
|
11245
|
+
includeTurnDescription?: boolean;
|
|
11232
11246
|
includeIntermediateStops?: boolean;
|
|
11233
11247
|
};
|
|
11234
11248
|
tripResult: {
|
|
@@ -14394,6 +14408,7 @@ type UseRealtimeDataEnum = components$j["schemas"]["UseRealtimeDataEnum"];
|
|
|
14394
14408
|
type PersonalModesEnum = components$j["schemas"]['PersonalModesEnumeration'];
|
|
14395
14409
|
type VehicleModesOfTransportEnum = components$j["schemas"]["VehicleModesOfTransportEnum"];
|
|
14396
14410
|
type PlaceTypeEnum = components$j["schemas"]["PlaceTypeEnum"];
|
|
14411
|
+
type OptimisationMethodEnum = components$j["schemas"]["OptimisationMethodEnum"];
|
|
14397
14412
|
type GeoPositionSchema = components$j["schemas"]["GeoPosition"];
|
|
14398
14413
|
type PlaceRefSchema = components$j["schemas"]["PlaceRef"];
|
|
14399
14414
|
type InternationalTextSchema = components$j["schemas"]["InternationalText"];
|
|
@@ -14484,4 +14499,4 @@ declare const OpenAPI_Dependencies: {
|
|
|
14484
14499
|
readonly MapStringValues: Record<string, boolean>;
|
|
14485
14500
|
};
|
|
14486
14501
|
|
|
14487
|
-
export { type AddressSchema, type CallAtStopSchema, type ContinuousLegSchema, type DatedJourneySchema, type FareDeliverySchema, type FareRequestOJP, type FareRequestParamsSchema, type FareRequestSchema, type FareRequestsSchema, type FareResponseOJP, type FareResultSchema, type GeneralAttributeSchema, type GeoPositionSchema, type GeoRestrictionsSchema, type IndividualTransportOptionSchema, type InitialInputSchema, type InternationalTextSchema, type LIR_RequestParamsSchema, type LegSchema, type LocationInformationDeliverySchema, type LocationInformationRequestOJP, type LocationInformationRequestResponseOJP, type LocationInformationRequestSchema, type ModeFilterSchema, type ModeStructureSchema, type OJPv1_DatedJourneySchema, type OJPv1_GeneralAttributeSchema, type OJPv1_InitialInputSchema, type OJPv1_LocationInformationDeliverySchema, type OJPv1_LocationInformationRequestOJP, type OJPv1_LocationInformationRequestResponseOJP, type OJPv1_LocationInformationRequestSchema, type OJPv1_LocationResultSchema, type OJPv1_LocationSchema, type OJPv1_PlaceRefSchema, type OJPv1_PointOfInterestSchema, type OJPv1_PtSituationElement, type OJPv1_SER_RequestLocationSchema, type OJPv1_StopEventDeliverySchema, type OJPv1_StopEventRequestOJP, type OJPv1_StopEventRequestSchema, type OJPv1_StopEventResponseOJP, type OJPv1_StopEventResultSchema, type OJPv1_TimedLegSchema, type OJPv1_TripInfoDeliverySchema, type OJPv1_TripInfoResponseOJP, type OJPv1_TripInfoResultStructureSchema, type OJPv1_TripLegSchema, type OJPv1_TripSchema, OpenAPI_Dependencies, type PersonalModesEnum, type PlaceContextSchema, type PlaceRefSchema, type PlaceResultSchema, type PlaceSchema, type PlaceTypeEnum, type PointOfInterestSchema, type ProductCategorySchema, type PtSituationElement, type ResponseContextSchema, type SER_RequestLocationSchema, type SER_RequestOJP, type SER_RequestParamsSchema, type StopEventDeliverySchema, type StopEventRequestResponseOJP, type StopEventRequestSchema, type StopEventResultSchema, type StopEventSchema, type StopPlaceSchema, type StopPointSchema, type TIR_RequestOJP, type TIR_RequestParamsSchema, type TIR_RequestSchema, type TRR_DeliverySchema, type TRR_RequestOJP, type TRR_RequestParamsSchema, type TRR_RequestSchema, type TRR_ResponseOJP, type TimedLegSchema, type TopographicPlaceSchema, type TrackSectionSchema, type TransferLegSchema, type TripDeliverySchema, type TripInfoDeliverySchema, type TripInfoResponseOJP, type TripInfoResultStructureSchema, type TripParamsSchema, type TripRequestOJP, type TripRequestResponseOJP, type TripRequestSchema, type TripResultSchema, type TripSchema, type UseRealtimeDataEnum, VERSION, type VehicleModesOfTransportEnum, type ViaPointSchema };
|
|
14502
|
+
export { type AddressSchema, type CallAtStopSchema, type ContinuousLegSchema, type DatedJourneySchema, type FareDeliverySchema, type FareRequestOJP, type FareRequestParamsSchema, type FareRequestSchema, type FareRequestsSchema, type FareResponseOJP, type FareResultSchema, type GeneralAttributeSchema, type GeoPositionSchema, type GeoRestrictionsSchema, type IndividualTransportOptionSchema, type InitialInputSchema, type InternationalTextSchema, type LIR_RequestParamsSchema, type LegSchema, type LocationInformationDeliverySchema, type LocationInformationRequestOJP, type LocationInformationRequestResponseOJP, type LocationInformationRequestSchema, type ModeFilterSchema, type ModeStructureSchema, type OJPv1_DatedJourneySchema, type OJPv1_GeneralAttributeSchema, type OJPv1_InitialInputSchema, type OJPv1_LocationInformationDeliverySchema, type OJPv1_LocationInformationRequestOJP, type OJPv1_LocationInformationRequestResponseOJP, type OJPv1_LocationInformationRequestSchema, type OJPv1_LocationResultSchema, type OJPv1_LocationSchema, type OJPv1_PlaceRefSchema, type OJPv1_PointOfInterestSchema, type OJPv1_PtSituationElement, type OJPv1_SER_RequestLocationSchema, type OJPv1_StopEventDeliverySchema, type OJPv1_StopEventRequestOJP, type OJPv1_StopEventRequestSchema, type OJPv1_StopEventResponseOJP, type OJPv1_StopEventResultSchema, type OJPv1_TimedLegSchema, type OJPv1_TripInfoDeliverySchema, type OJPv1_TripInfoResponseOJP, type OJPv1_TripInfoResultStructureSchema, type OJPv1_TripLegSchema, type OJPv1_TripSchema, OpenAPI_Dependencies, type OptimisationMethodEnum, type PersonalModesEnum, type PlaceContextSchema, type PlaceRefSchema, type PlaceResultSchema, type PlaceSchema, type PlaceTypeEnum, type PointOfInterestSchema, type ProductCategorySchema, type PtSituationElement, type ResponseContextSchema, type SER_RequestLocationSchema, type SER_RequestOJP, type SER_RequestParamsSchema, type StopEventDeliverySchema, type StopEventRequestResponseOJP, type StopEventRequestSchema, type StopEventResultSchema, type StopEventSchema, type StopPlaceSchema, type StopPointSchema, type TIR_RequestOJP, type TIR_RequestParamsSchema, type TIR_RequestSchema, type TRR_DeliverySchema, type TRR_RequestOJP, type TRR_RequestParamsSchema, type TRR_RequestSchema, type TRR_ResponseOJP, type TimedLegSchema, type TopographicPlaceSchema, type TrackSectionSchema, type TransferLegSchema, type TripDeliverySchema, type TripInfoDeliverySchema, type TripInfoResponseOJP, type TripInfoResultStructureSchema, type TripParamsSchema, type TripRequestOJP, type TripRequestResponseOJP, type TripRequestSchema, type TripResultSchema, type TripSchema, type UseRealtimeDataEnum, VERSION, type VehicleModesOfTransportEnum, type ViaPointSchema };
|
package/dist/index.js
CHANGED