diff --git a/docs/api_support/commercial_modes.md b/docs/api_support/commercial_modes.md index e631580..054c700 100644 --- a/docs/api_support/commercial_modes.md +++ b/docs/api_support/commercial_modes.md @@ -14,7 +14,8 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, - odt: str = "all", + disable_geojson: bool = False, + odt: str = "all", distance: int = 200, headsign: Optional[str] = None, ) -> Tuple[Sequence[CommercialMode], Pagination]: @@ -26,7 +27,8 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, - odt: str = "all", + disable_geojson: bool = False, + odt: str = "all", distance: int = 200, headsign: Optional[str] = None, ) -> Tuple[Sequence[CommercialMode], Pagination]: @@ -38,7 +40,8 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, - odt: str = "all", + disable_geojson: bool = False, + odt: str = "all", distance: int = 200, headsign: Optional[str] = None, ) -> Tuple[Sequence[CommercialMode], Pagination]: @@ -51,7 +54,8 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, - odt: str = "all", + disable_geojson: bool = False, + odt: str = "all", distance: int = 200, headsign: Optional[str] = None, ) -> Tuple[Sequence[CommercialMode], Pagination]: diff --git a/docs/api_support/companies.md b/docs/api_support/companies.md index b676c2a..cf688a5 100644 --- a/docs/api_support/companies.md +++ b/docs/api_support/companies.md @@ -14,6 +14,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -26,6 +27,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -38,6 +40,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -51,6 +54,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None diff --git a/docs/api_support/disruptions.md b/docs/api_support/disruptions.md index 80ba3bf..1684346 100644 --- a/docs/api_support/disruptions.md +++ b/docs/api_support/disruptions.md @@ -15,6 +15,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -27,6 +28,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -39,6 +41,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -52,6 +55,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None diff --git a/docs/api_support/lines.md b/docs/api_support/lines.md index 0532306..223e63a 100644 --- a/docs/api_support/lines.md +++ b/docs/api_support/lines.md @@ -15,6 +15,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -27,6 +28,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -39,6 +41,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -52,6 +55,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None diff --git a/docs/api_support/networks.md b/docs/api_support/networks.md index 775e39d..6ddfb42 100644 --- a/docs/api_support/networks.md +++ b/docs/api_support/networks.md @@ -14,6 +14,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -26,6 +27,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -38,6 +40,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -51,6 +54,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None diff --git a/docs/api_support/physical_modes.md b/docs/api_support/physical_modes.md index 54c45d8..f3401d8 100644 --- a/docs/api_support/physical_modes.md +++ b/docs/api_support/physical_modes.md @@ -14,6 +14,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -26,6 +27,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -38,6 +40,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -51,6 +54,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None diff --git a/docs/api_support/routes.md b/docs/api_support/routes.md index a04d658..38af5d6 100644 --- a/docs/api_support/routes.md +++ b/docs/api_support/routes.md @@ -15,6 +15,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -27,6 +28,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -39,6 +41,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -52,6 +55,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None diff --git a/docs/api_support/stop_areas.md b/docs/api_support/stop_areas.md index 0c9b7ac..d74f325 100644 --- a/docs/api_support/stop_areas.md +++ b/docs/api_support/stop_areas.md @@ -15,6 +15,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -27,6 +28,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -39,6 +41,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -52,6 +55,7 @@ Methods: start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None diff --git a/docs/api_support/stop_points.md b/docs/api_support/stop_points.md index a05a7e1..a175a73 100644 --- a/docs/api_support/stop_points.md +++ b/docs/api_support/stop_points.md @@ -15,6 +15,7 @@ Methods start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -27,6 +28,7 @@ Methods start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -39,6 +41,7 @@ Methods start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -52,6 +55,7 @@ Methods start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None diff --git a/docs/api_support/vehicle_journeys.md b/docs/api_support/vehicle_journeys.md index c6ba180..747591d 100644 --- a/docs/api_support/vehicle_journeys.md +++ b/docs/api_support/vehicle_journeys.md @@ -15,6 +15,7 @@ Methods start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -27,6 +28,7 @@ Methods start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -39,6 +41,7 @@ Methods start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None @@ -52,6 +55,7 @@ Methods start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None diff --git a/navitia_client/client/apis/public_transportation_apis/commercial_mode_apis.py b/navitia_client/client/apis/public_transportation_apis/commercial_mode_apis.py index 14aa0c2..2ae952f 100644 --- a/navitia_client/client/apis/public_transportation_apis/commercial_mode_apis.py +++ b/navitia_client/client/apis/public_transportation_apis/commercial_mode_apis.py @@ -93,6 +93,7 @@ def list_entity_collection_from_region( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -116,6 +117,7 @@ def list_entity_collection_from_region( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -132,6 +134,7 @@ def get_entity_by_id( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -156,6 +159,7 @@ def get_entity_by_id( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -173,6 +177,7 @@ def list_entity_collection_from_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -197,6 +202,7 @@ def list_entity_collection_from_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -215,6 +221,7 @@ def get_entity_by_id_and_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -240,6 +247,7 @@ def get_entity_by_id_and_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } diff --git a/navitia_client/client/apis/public_transportation_apis/company_apis.py b/navitia_client/client/apis/public_transportation_apis/company_apis.py index 24df4a2..0cd84e5 100644 --- a/navitia_client/client/apis/public_transportation_apis/company_apis.py +++ b/navitia_client/client/apis/public_transportation_apis/company_apis.py @@ -101,6 +101,7 @@ def list_entity_collection_from_region( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -118,6 +119,8 @@ def list_entity_collection_from_region( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -134,6 +137,7 @@ def list_entity_collection_from_region( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -150,6 +154,7 @@ def get_entity_by_id( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -169,6 +174,8 @@ def get_entity_by_id( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -185,6 +192,7 @@ def get_entity_by_id( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -202,6 +210,7 @@ def list_entity_collection_from_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -221,6 +230,8 @@ def list_entity_collection_from_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -237,6 +248,7 @@ def list_entity_collection_from_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -255,6 +267,7 @@ def get_entity_by_id_and_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -276,6 +289,8 @@ def get_entity_by_id_and_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -292,6 +307,7 @@ def get_entity_by_id_and_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } diff --git a/navitia_client/client/apis/public_transportation_apis/disruption_apis.py b/navitia_client/client/apis/public_transportation_apis/disruption_apis.py index d4e6ea6..e620562 100644 --- a/navitia_client/client/apis/public_transportation_apis/disruption_apis.py +++ b/navitia_client/client/apis/public_transportation_apis/disruption_apis.py @@ -103,6 +103,7 @@ def list_entity_collection_from_region( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -120,6 +121,8 @@ def list_entity_collection_from_region( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -136,6 +139,7 @@ def list_entity_collection_from_region( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -152,6 +156,7 @@ def get_entity_by_id( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -171,6 +176,8 @@ def get_entity_by_id( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -187,6 +194,7 @@ def get_entity_by_id( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -204,6 +212,7 @@ def list_entity_collection_from_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -223,6 +232,8 @@ def list_entity_collection_from_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -239,6 +250,7 @@ def list_entity_collection_from_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -257,6 +269,7 @@ def get_entity_by_id_and_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -278,6 +291,8 @@ def get_entity_by_id_and_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -294,6 +309,7 @@ def get_entity_by_id_and_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } diff --git a/navitia_client/client/apis/public_transportation_apis/entity_apis.py b/navitia_client/client/apis/public_transportation_apis/entity_apis.py index 2e4ebd2..e306378 100644 --- a/navitia_client/client/apis/public_transportation_apis/entity_apis.py +++ b/navitia_client/client/apis/public_transportation_apis/entity_apis.py @@ -172,6 +172,7 @@ def list_entity_collection_from_region( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -211,6 +212,7 @@ def get_entity_by_id( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -230,6 +232,8 @@ def get_entity_by_id( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -252,6 +256,7 @@ def list_entity_collection_from_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -271,6 +276,8 @@ def list_entity_collection_from_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -294,6 +301,7 @@ def get_entity_by_id_and_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -315,6 +323,8 @@ def get_entity_by_id_and_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional diff --git a/navitia_client/client/apis/public_transportation_apis/line_apis.py b/navitia_client/client/apis/public_transportation_apis/line_apis.py index fd57d65..58abdd2 100644 --- a/navitia_client/client/apis/public_transportation_apis/line_apis.py +++ b/navitia_client/client/apis/public_transportation_apis/line_apis.py @@ -101,6 +101,7 @@ def list_entity_collection_from_region( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -118,6 +119,8 @@ def list_entity_collection_from_region( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -134,6 +137,7 @@ def list_entity_collection_from_region( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -150,6 +154,7 @@ def get_entity_by_id( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -169,6 +174,8 @@ def get_entity_by_id( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -185,6 +192,7 @@ def get_entity_by_id( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -202,6 +210,7 @@ def list_entity_collection_from_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -221,6 +230,8 @@ def list_entity_collection_from_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -237,6 +248,7 @@ def list_entity_collection_from_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -255,6 +267,7 @@ def get_entity_by_id_and_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -276,6 +289,8 @@ def get_entity_by_id_and_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -292,6 +307,7 @@ def get_entity_by_id_and_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } diff --git a/navitia_client/client/apis/public_transportation_apis/network_apis.py b/navitia_client/client/apis/public_transportation_apis/network_apis.py index 1d22e38..ac922bd 100644 --- a/navitia_client/client/apis/public_transportation_apis/network_apis.py +++ b/navitia_client/client/apis/public_transportation_apis/network_apis.py @@ -101,6 +101,7 @@ def list_entity_collection_from_region( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -118,6 +119,8 @@ def list_entity_collection_from_region( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -134,6 +137,7 @@ def list_entity_collection_from_region( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -150,6 +154,7 @@ def get_entity_by_id( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -169,6 +174,8 @@ def get_entity_by_id( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -185,6 +192,7 @@ def get_entity_by_id( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -202,6 +210,7 @@ def list_entity_collection_from_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -221,6 +230,8 @@ def list_entity_collection_from_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -237,6 +248,7 @@ def list_entity_collection_from_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -255,6 +267,7 @@ def get_entity_by_id_and_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -276,6 +289,8 @@ def get_entity_by_id_and_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -292,6 +307,7 @@ def get_entity_by_id_and_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } diff --git a/navitia_client/client/apis/public_transportation_apis/physical_mode_apis.py b/navitia_client/client/apis/public_transportation_apis/physical_mode_apis.py index 6c5e08e..c634f43 100644 --- a/navitia_client/client/apis/public_transportation_apis/physical_mode_apis.py +++ b/navitia_client/client/apis/public_transportation_apis/physical_mode_apis.py @@ -101,6 +101,7 @@ def list_entity_collection_from_region( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -118,6 +119,8 @@ def list_entity_collection_from_region( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -134,6 +137,7 @@ def list_entity_collection_from_region( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -150,6 +154,7 @@ def get_entity_by_id( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -169,6 +174,8 @@ def get_entity_by_id( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -185,6 +192,7 @@ def get_entity_by_id( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -202,6 +210,7 @@ def list_entity_collection_from_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -221,6 +230,8 @@ def list_entity_collection_from_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -237,6 +248,7 @@ def list_entity_collection_from_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -255,6 +267,7 @@ def get_entity_by_id_and_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -276,6 +289,8 @@ def get_entity_by_id_and_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -292,6 +307,7 @@ def get_entity_by_id_and_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } diff --git a/navitia_client/client/apis/public_transportation_apis/route_apis.py b/navitia_client/client/apis/public_transportation_apis/route_apis.py index 87b877e..6c0780f 100644 --- a/navitia_client/client/apis/public_transportation_apis/route_apis.py +++ b/navitia_client/client/apis/public_transportation_apis/route_apis.py @@ -101,6 +101,7 @@ def list_entity_collection_from_region( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -118,6 +119,8 @@ def list_entity_collection_from_region( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -134,6 +137,7 @@ def list_entity_collection_from_region( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -150,6 +154,7 @@ def get_entity_by_id( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -169,6 +174,8 @@ def get_entity_by_id( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -185,6 +192,7 @@ def get_entity_by_id( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -202,6 +210,7 @@ def list_entity_collection_from_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -221,6 +230,8 @@ def list_entity_collection_from_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -237,6 +248,7 @@ def list_entity_collection_from_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -255,6 +267,7 @@ def get_entity_by_id_and_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -276,6 +289,8 @@ def get_entity_by_id_and_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -292,6 +307,7 @@ def get_entity_by_id_and_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } diff --git a/navitia_client/client/apis/public_transportation_apis/stop_area_apis.py b/navitia_client/client/apis/public_transportation_apis/stop_area_apis.py index f348b84..fcb2b15 100644 --- a/navitia_client/client/apis/public_transportation_apis/stop_area_apis.py +++ b/navitia_client/client/apis/public_transportation_apis/stop_area_apis.py @@ -101,6 +101,7 @@ def list_entity_collection_from_region( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -118,6 +119,8 @@ def list_entity_collection_from_region( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -134,6 +137,7 @@ def list_entity_collection_from_region( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -150,6 +154,7 @@ def get_entity_by_id( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -169,6 +174,8 @@ def get_entity_by_id( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -185,6 +192,7 @@ def get_entity_by_id( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -202,6 +210,7 @@ def list_entity_collection_from_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -221,6 +230,8 @@ def list_entity_collection_from_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -237,6 +248,7 @@ def list_entity_collection_from_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -255,6 +267,7 @@ def get_entity_by_id_and_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -276,6 +289,8 @@ def get_entity_by_id_and_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -292,6 +307,7 @@ def get_entity_by_id_and_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } diff --git a/navitia_client/client/apis/public_transportation_apis/stop_point_apis.py b/navitia_client/client/apis/public_transportation_apis/stop_point_apis.py index 620a54b..e76525f 100644 --- a/navitia_client/client/apis/public_transportation_apis/stop_point_apis.py +++ b/navitia_client/client/apis/public_transportation_apis/stop_point_apis.py @@ -101,6 +101,7 @@ def list_entity_collection_from_region( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -118,6 +119,8 @@ def list_entity_collection_from_region( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -134,6 +137,7 @@ def list_entity_collection_from_region( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -150,6 +154,7 @@ def get_entity_by_id( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -169,6 +174,8 @@ def get_entity_by_id( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -185,6 +192,7 @@ def get_entity_by_id( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -202,6 +210,7 @@ def list_entity_collection_from_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -221,6 +230,8 @@ def list_entity_collection_from_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -237,6 +248,7 @@ def list_entity_collection_from_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -255,6 +267,7 @@ def get_entity_by_id_and_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -276,6 +289,8 @@ def get_entity_by_id_and_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -292,6 +307,7 @@ def get_entity_by_id_and_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } diff --git a/navitia_client/client/apis/public_transportation_apis/vehicle_journey_apis.py b/navitia_client/client/apis/public_transportation_apis/vehicle_journey_apis.py index 3f437e8..c99a1c5 100644 --- a/navitia_client/client/apis/public_transportation_apis/vehicle_journey_apis.py +++ b/navitia_client/client/apis/public_transportation_apis/vehicle_journey_apis.py @@ -101,6 +101,7 @@ def list_entity_collection_from_region( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -118,6 +119,8 @@ def list_entity_collection_from_region( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -135,6 +138,7 @@ def list_entity_collection_from_region( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -151,6 +155,7 @@ def get_entity_by_id( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -170,6 +175,8 @@ def get_entity_by_id( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -186,6 +193,7 @@ def get_entity_by_id( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -203,6 +211,7 @@ def list_entity_collection_from_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -222,6 +231,8 @@ def list_entity_collection_from_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -238,6 +249,7 @@ def list_entity_collection_from_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, } @@ -256,6 +268,7 @@ def get_entity_by_id_and_coordinates( start_page: int = 0, count: int = 25, depth: int = 1, + disable_geojson: bool = False, odt: str = "all", distance: int = 200, headsign: Optional[str] = None, @@ -277,6 +290,8 @@ def get_entity_by_id_and_coordinates( Number of items per page (default is 25). depth : int, optional Search depth (default is 1). + disable_geojson : bool, optional + Whether to disable GeoJSON in the response (default is False). odt : str, optional ODT type filter (default is "all"). distance : int, optional @@ -293,6 +308,7 @@ def get_entity_by_id_and_coordinates( "start_page": start_page, "count": count, "depth": depth, + "disable_geojson": disable_geojson, "odt": odt, "distance": distance, }