chore(code-gen): update to latest version

Which is to be published
This commit is contained in:
Sebastian Thiel
2016-09-11 10:13:33 +02:00
parent 13ed4eaecb
commit 45d86f31f2
626 changed files with 285857 additions and 24274 deletions

View File

@@ -4,7 +4,7 @@
[package]
name = "google-qpxexpress1"
version = "0.1.14+20160307"
version = "0.1.14+20160708"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with QPX Express (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/qpxexpress1"
@@ -18,10 +18,10 @@ build = "src/build.rs"
[dependencies]
hyper = "^ 0.9"
mime = "^ 0.2.0"
serde = "^ 0.7.5"
serde_json = "^ 0.7.0"
yup-oauth2 = { version = "^ 0.6.0", optional = true, default-features = false }
serde_macros = { version = "^ 0.7.5", optional = true }
serde = "^ 0.8"
serde_json = "^ 0.8"
yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false }
serde_macros = { version = "^ 0.8", optional = true }
url = "= 0.5"
[features]
@@ -30,5 +30,5 @@ nightly = ["serde_macros","yup-oauth2/nightly"]
with-serde-codegen = ["serde_codegen","yup-oauth2/with-serde-codegen"]
[build-dependencies]
serde_codegen = { version = "^ 0.7.14", optional = true }
serde_codegen = { version = "^ 0.8", optional = true }

View File

@@ -5,7 +5,7 @@ DO NOT EDIT !
-->
The `google-qpxexpress1` library allows access to all features of the *Google QPX Express* service.
This documentation was generated from *QPX Express* crate version *0.1.14+20160307*, where *20160307* is the exact revision of the *qpxExpress:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*.
This documentation was generated from *QPX Express* crate version *0.1.14+20160708*, where *20160708* is the exact revision of the *qpxExpress:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*.
Everything else about the *QPX Express* *v1* API can be found at the
[official documentation site](http://developers.google.com/qpx-express).

View File

@@ -2,7 +2,7 @@
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
// DO NOT EDIT !
//! This documentation was generated from *QPX Express* crate version *0.1.14+20160307*, where *20160307* is the exact revision of the *qpxExpress:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*.
//! This documentation was generated from *QPX Express* crate version *0.1.14+20160708*, where *20160708* is the exact revision of the *qpxExpress:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*.
//!
//! Everything else about the *QPX Express* *v1* API can be found at the
//! [official documentation site](http://developers.google.com/qpx-express).

View File

@@ -309,6 +309,9 @@ impl Part for SegmentInfo {}
pub struct TripOptionsRequest {
/// Counts for each passenger type in the request.
pub passengers: Option<PassengerCounts>,
/// IATA country code representing the point of ticketing.
#[serde(rename="ticketingCountry")]
pub ticketing_country: Option<i64>,
/// The slices that make up the itinerary of this trip. A slice represents a traveler's intent, the portion of a low-fare search corresponding to a traveler's request to get between two points. One-way journeys are generally expressed using one slice, round-trips using two. An example of a one slice trip with three segments might be BOS-SYD, SYD-LAX, LAX-BOS if the traveler only stopped in SYD and LAX just long enough to change planes.
pub slice: Option<Vec<SliceInput>>,
/// The number of solutions to return, maximum 500.