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-groupssettings1"
version = "0.1.14+20160323"
version = "0.1.14+20160525"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with groupssettings (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/groupssettings1"
@@ -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-groupssettings1` library allows access to all features of the *Google groupssettings* service.
This documentation was generated from *groupssettings* crate version *0.1.14+20160323*, where *20160323* is the exact revision of the *groupssettings:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*.
This documentation was generated from *groupssettings* crate version *0.1.14+20160525*, where *20160525* is the exact revision of the *groupssettings:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*.
Everything else about the *groupssettings* *v1* API can be found at the
[official documentation site](https://developers.google.com/google-apps/groups-settings/get_started).

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 *groupssettings* crate version *0.1.14+20160323*, where *20160323* is the exact revision of the *groupssettings:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*.
//! This documentation was generated from *groupssettings* crate version *0.1.14+20160525*, where *20160525* is the exact revision of the *groupssettings:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*.
//!
//! Everything else about the *groupssettings* *v1* API can be found at the
//! [official documentation site](https://developers.google.com/google-apps/groups-settings/get_started).

View File

@@ -169,9 +169,9 @@ impl<'a, C, A> Groupssettings<C, A>
///
#[derive(Default, Clone, Debug, Serialize, Deserialize)]
pub struct Groups {
/// Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
#[serde(rename="messageModerationLevel")]
pub message_moderation_level: Option<String>,
/// Should the member be notified if his message is denied by owner.
#[serde(rename="sendMessageDenyNotification")]
pub send_message_deny_notification: Option<String>,
/// Description of the group
pub description: Option<String>,
/// Are external members allowed to join the group.
@@ -183,9 +183,9 @@ pub struct Groups {
/// Default email to which reply to any message should go.
#[serde(rename="customReplyTo")]
pub custom_reply_to: Option<String>,
/// Should the member be notified if his message is denied by owner.
#[serde(rename="sendMessageDenyNotification")]
pub send_message_deny_notification: Option<String>,
/// Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
#[serde(rename="messageModerationLevel")]
pub message_moderation_level: Option<String>,
/// Permission to contact owner of the group via web UI. Possible values are: ANYONE_CAN_CONTACT ALL_IN_DOMAIN_CAN_CONTACT ALL_MEMBERS_CAN_CONTACT ALL_MANAGERS_CAN_CONTACT
#[serde(rename="whoCanContactOwner")]
pub who_can_contact_owner: Option<String>,
@@ -217,9 +217,15 @@ pub struct Groups {
pub kind: Option<String>,
/// Name of the Group
pub name: Option<String>,
/// Whether to include custom footer.
#[serde(rename="includeCustomFooter")]
pub include_custom_footer: Option<String>,
/// Moderation level for messages detected as spam. Possible values are: ALLOW MODERATE SILENTLY_MODERATE REJECT
#[serde(rename="spamModerationLevel")]
pub spam_moderation_level: Option<String>,
/// Custom footer text.
#[serde(rename="customFooterText")]
pub custom_footer_text: Option<String>,
/// Default message deny notification message
#[serde(rename="defaultMessageDenyNotificationText")]
pub default_message_deny_notification_text: Option<String>,