chore(update): all jsons; version-up

As we are now back to serde 0.6, the patch-level was upped too.
This commit is contained in:
Sebastian Thiel
2016-04-10 14:04:44 +02:00
parent d2c12c2964
commit 930ce6d5c2
107 changed files with 25620 additions and 733 deletions

View File

@@ -1,11 +1,11 @@
{
"kind": "discovery#restDescription",
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/2Ar_hXPHmnxe2mV6uxVVcPSU_1Y\"",
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/fQ7gMSQqLPLbacQ9HzpdBnMKn-E\"",
"discoveryVersion": "v1",
"id": "books:v1",
"name": "books",
"version": "v1",
"revision": "20160113",
"revision": "20160226",
"title": "Books API",
"description": "Lets you search for books and manage your Google Books library.",
"ownerDomain": "google.com",
@@ -1142,8 +1142,7 @@
"type": "string"
},
"dont_show_notification": {
"type": "boolean",
"default": "false"
"type": "boolean"
},
"iconUrl": {
"type": "string"
@@ -1159,6 +1158,9 @@
"pcampaign_id": {
"type": "string"
},
"reason": {
"type": "string"
},
"show_notification_settings_action": {
"type": "boolean"
},
@@ -4303,6 +4305,11 @@
"repeated": true,
"location": "query"
},
"country": {
"type": "string",
"description": "ISO-3166-1 code to override the IP-based location.",
"location": "query"
},
"locale": {
"type": "string",
"description": "ISO-639-1 language and ISO-3166-1 country code. Ex:'en_US'. Used for generating recommendations.",