ojp-shared-types 0.0.7 → 0.0.9
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 +6 -2
- package/dist/index.d.ts +6 -2
- package/dist/index.js +1 -1
- package/package.json +2 -4
package/README.md
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const VERSION = "0.0.
|
|
1
|
+
declare const VERSION = "0.0.9";
|
|
2
2
|
|
|
3
3
|
interface components$f {
|
|
4
4
|
schemas: {
|
|
@@ -4665,6 +4665,7 @@ interface components$5 {
|
|
|
4665
4665
|
exclude?: boolean;
|
|
4666
4666
|
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
4667
4667
|
}[];
|
|
4668
|
+
walkSpeed?: number;
|
|
4668
4669
|
numberOfResults?: number;
|
|
4669
4670
|
numberOfResultsBefore?: number;
|
|
4670
4671
|
numberOfResultsAfter?: number;
|
|
@@ -4739,6 +4740,7 @@ interface components$5 {
|
|
|
4739
4740
|
exclude?: boolean;
|
|
4740
4741
|
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
4741
4742
|
}[];
|
|
4743
|
+
walkSpeed?: number;
|
|
4742
4744
|
numberOfResults?: number;
|
|
4743
4745
|
numberOfResultsBefore?: number;
|
|
4744
4746
|
numberOfResultsAfter?: number;
|
|
@@ -4808,6 +4810,7 @@ interface components$5 {
|
|
|
4808
4810
|
exclude?: boolean;
|
|
4809
4811
|
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
4810
4812
|
}[];
|
|
4813
|
+
walkSpeed?: number;
|
|
4811
4814
|
numberOfResults?: number;
|
|
4812
4815
|
numberOfResultsBefore?: number;
|
|
4813
4816
|
numberOfResultsAfter?: number;
|
|
@@ -9169,6 +9172,7 @@ type FareRequestSchema = components$1['schemas']['OJPFareRequest'];
|
|
|
9169
9172
|
type FareRequestsSchema = components$1['schemas']['OJPFareRequests'];
|
|
9170
9173
|
type FareRequestOJP = components$1['schemas']['OJP'];
|
|
9171
9174
|
type FareResponseOJP = components['schemas']['OJP'];
|
|
9175
|
+
type FareDeliverySchema = components['schemas']['OJPFareDelivery'];
|
|
9172
9176
|
type FareResultSchema = components['schemas']['FareResult'];
|
|
9173
9177
|
type TIR_RequestParamsSchema = components$8['schemas']['TripInfoParamStructure'];
|
|
9174
9178
|
type TIR_RequestSchema = components$8['schemas']['OJPTripInfoRequest'];
|
|
@@ -9187,4 +9191,4 @@ declare const OpenAPI_Dependencies: {
|
|
|
9187
9191
|
readonly MapStringValues: Record<string, boolean>;
|
|
9188
9192
|
};
|
|
9189
9193
|
|
|
9190
|
-
export { type AddressSchema, type CallAtStopSchema, type ContinuousLegSchema, type DatedJourneySchema, type FareRequestOJP, type FareRequestParamsSchema, type FareRequestSchema, type FareRequestsSchema, type FareResponseOJP, type FareResultSchema, type GeneralAttributeSchema, type GeoPositionSchema, type InitialInputSchema, type InternationalTextSchema, type LIR_RequestParamsSchema, type LegSchema, type LocationInformationDeliverySchema, type LocationInformationRequestOJP, type LocationInformationRequestResponseOJP, type LocationInformationRequestSchema, type ModeAndModeOfOperationFilterSchema, type ModeStructureSchema, type OJPv1_DatedJourneySchema, type OJPv1_TimedLegSchema, type OJPv1_TripInfoDeliverySchema, type OJPv1_TripInfoResponseOJP, type OJPv1_TripInfoResultStructureSchema, type OJPv1_TripLegSchema, type OJPv1_TripSchema, OpenAPI_Dependencies, type PlaceContextSchema, type PlaceRefSchema, type PlaceResultSchema, type PlaceSchema, type PlaceTypeEnum, type PointOfInterestSchema, type ProductCategorySchema, 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 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 };
|
|
9194
|
+
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 InitialInputSchema, type InternationalTextSchema, type LIR_RequestParamsSchema, type LegSchema, type LocationInformationDeliverySchema, type LocationInformationRequestOJP, type LocationInformationRequestResponseOJP, type LocationInformationRequestSchema, type ModeAndModeOfOperationFilterSchema, type ModeStructureSchema, type OJPv1_DatedJourneySchema, type OJPv1_TimedLegSchema, type OJPv1_TripInfoDeliverySchema, type OJPv1_TripInfoResponseOJP, type OJPv1_TripInfoResultStructureSchema, type OJPv1_TripLegSchema, type OJPv1_TripSchema, OpenAPI_Dependencies, type PlaceContextSchema, type PlaceRefSchema, type PlaceResultSchema, type PlaceSchema, type PlaceTypeEnum, type PointOfInterestSchema, type ProductCategorySchema, 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 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.0.
|
|
1
|
+
declare const VERSION = "0.0.9";
|
|
2
2
|
|
|
3
3
|
interface components$f {
|
|
4
4
|
schemas: {
|
|
@@ -4665,6 +4665,7 @@ interface components$5 {
|
|
|
4665
4665
|
exclude?: boolean;
|
|
4666
4666
|
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
4667
4667
|
}[];
|
|
4668
|
+
walkSpeed?: number;
|
|
4668
4669
|
numberOfResults?: number;
|
|
4669
4670
|
numberOfResultsBefore?: number;
|
|
4670
4671
|
numberOfResultsAfter?: number;
|
|
@@ -4739,6 +4740,7 @@ interface components$5 {
|
|
|
4739
4740
|
exclude?: boolean;
|
|
4740
4741
|
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
4741
4742
|
}[];
|
|
4743
|
+
walkSpeed?: number;
|
|
4742
4744
|
numberOfResults?: number;
|
|
4743
4745
|
numberOfResultsBefore?: number;
|
|
4744
4746
|
numberOfResultsAfter?: number;
|
|
@@ -4808,6 +4810,7 @@ interface components$5 {
|
|
|
4808
4810
|
exclude?: boolean;
|
|
4809
4811
|
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
4810
4812
|
}[];
|
|
4813
|
+
walkSpeed?: number;
|
|
4811
4814
|
numberOfResults?: number;
|
|
4812
4815
|
numberOfResultsBefore?: number;
|
|
4813
4816
|
numberOfResultsAfter?: number;
|
|
@@ -9169,6 +9172,7 @@ type FareRequestSchema = components$1['schemas']['OJPFareRequest'];
|
|
|
9169
9172
|
type FareRequestsSchema = components$1['schemas']['OJPFareRequests'];
|
|
9170
9173
|
type FareRequestOJP = components$1['schemas']['OJP'];
|
|
9171
9174
|
type FareResponseOJP = components['schemas']['OJP'];
|
|
9175
|
+
type FareDeliverySchema = components['schemas']['OJPFareDelivery'];
|
|
9172
9176
|
type FareResultSchema = components['schemas']['FareResult'];
|
|
9173
9177
|
type TIR_RequestParamsSchema = components$8['schemas']['TripInfoParamStructure'];
|
|
9174
9178
|
type TIR_RequestSchema = components$8['schemas']['OJPTripInfoRequest'];
|
|
@@ -9187,4 +9191,4 @@ declare const OpenAPI_Dependencies: {
|
|
|
9187
9191
|
readonly MapStringValues: Record<string, boolean>;
|
|
9188
9192
|
};
|
|
9189
9193
|
|
|
9190
|
-
export { type AddressSchema, type CallAtStopSchema, type ContinuousLegSchema, type DatedJourneySchema, type FareRequestOJP, type FareRequestParamsSchema, type FareRequestSchema, type FareRequestsSchema, type FareResponseOJP, type FareResultSchema, type GeneralAttributeSchema, type GeoPositionSchema, type InitialInputSchema, type InternationalTextSchema, type LIR_RequestParamsSchema, type LegSchema, type LocationInformationDeliverySchema, type LocationInformationRequestOJP, type LocationInformationRequestResponseOJP, type LocationInformationRequestSchema, type ModeAndModeOfOperationFilterSchema, type ModeStructureSchema, type OJPv1_DatedJourneySchema, type OJPv1_TimedLegSchema, type OJPv1_TripInfoDeliverySchema, type OJPv1_TripInfoResponseOJP, type OJPv1_TripInfoResultStructureSchema, type OJPv1_TripLegSchema, type OJPv1_TripSchema, OpenAPI_Dependencies, type PlaceContextSchema, type PlaceRefSchema, type PlaceResultSchema, type PlaceSchema, type PlaceTypeEnum, type PointOfInterestSchema, type ProductCategorySchema, 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 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 };
|
|
9194
|
+
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 InitialInputSchema, type InternationalTextSchema, type LIR_RequestParamsSchema, type LegSchema, type LocationInformationDeliverySchema, type LocationInformationRequestOJP, type LocationInformationRequestResponseOJP, type LocationInformationRequestSchema, type ModeAndModeOfOperationFilterSchema, type ModeStructureSchema, type OJPv1_DatedJourneySchema, type OJPv1_TimedLegSchema, type OJPv1_TripInfoDeliverySchema, type OJPv1_TripInfoResponseOJP, type OJPv1_TripInfoResultStructureSchema, type OJPv1_TripLegSchema, type OJPv1_TripSchema, OpenAPI_Dependencies, type PlaceContextSchema, type PlaceRefSchema, type PlaceResultSchema, type PlaceSchema, type PlaceTypeEnum, type PointOfInterestSchema, type ProductCategorySchema, 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 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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ojp-shared-types",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"description": "Shared types for OJP models based on OpenAPI / XSD Schema",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -21,10 +21,8 @@
|
|
|
21
21
|
"keywords": [],
|
|
22
22
|
"author": "Vasile Cotovanu",
|
|
23
23
|
"license": "MIT",
|
|
24
|
-
"dependencies": {
|
|
25
|
-
"openapi-typescript": "7.8.0"
|
|
26
|
-
},
|
|
27
24
|
"devDependencies": {
|
|
25
|
+
"openapi-typescript": "7.8.0",
|
|
28
26
|
"tsup": "8.4.0",
|
|
29
27
|
"typescript": "5.8.3"
|
|
30
28
|
}
|