mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(json): update all apis
And bring in 5 new ones, including cloudkms. Also update dependencies to make things compile again.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/Cbqw6SyhEKakWSF49vX9PZlU5es\"",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/9T19oRJaub8kQ0DM1Id4nnnZ16I\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "calendar:v3",
|
||||
"name": "calendar",
|
||||
"version": "v3",
|
||||
"revision": "20161211",
|
||||
"revision": "20170514",
|
||||
"title": "Calendar API",
|
||||
"description": "Manipulates events and other calendar data.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -337,7 +337,7 @@
|
||||
"properties": {
|
||||
"method": {
|
||||
"type": "string",
|
||||
"description": "The method used to deliver the notification. Possible values are: \n- \"email\" - Reminders are sent via email. \n- \"sms\" - Reminders are sent via SMS. This value is read-only and is ignored on inserts and updates. SMS reminders are only available for Google Apps for Work, Education, and Government customers.",
|
||||
"description": "The method used to deliver the notification. Possible values are: \n- \"email\" - Reminders are sent via email. \n- \"sms\" - Reminders are sent via SMS. This value is read-only and is ignored on inserts and updates. SMS reminders are only available for G Suite customers.",
|
||||
"annotations": {
|
||||
"required": [
|
||||
"calendar.calendarList.insert",
|
||||
@@ -455,6 +455,42 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"DeepLinkData": {
|
||||
"id": "DeepLinkData",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"links": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "Link"
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DisplayInfo": {
|
||||
"id": "DisplayInfo",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"appIconUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"appShortTitle": {
|
||||
"type": "string"
|
||||
},
|
||||
"appTitle": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkShortTitle": {
|
||||
"type": "string"
|
||||
},
|
||||
"linkTitle": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Error": {
|
||||
"id": "Error",
|
||||
"type": "object",
|
||||
@@ -895,13 +931,27 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"EventHabitInstance": {
|
||||
"id": "EventHabitInstance",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"$ref": "HabitInstanceData",
|
||||
"description": "Metadata specific to this instance."
|
||||
},
|
||||
"parentId": {
|
||||
"type": "string",
|
||||
"description": "Id of the habit this instance belongs to."
|
||||
}
|
||||
}
|
||||
},
|
||||
"EventReminder": {
|
||||
"id": "EventReminder",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"method": {
|
||||
"type": "string",
|
||||
"description": "The method used by this reminder. Possible values are: \n- \"email\" - Reminders are sent via email. \n- \"sms\" - Reminders are sent via SMS. These are only available for Google Apps for Work, Education, and Government customers. Requests to set SMS reminders for other account types are ignored. \n- \"popup\" - Reminders are sent via a UI popup.",
|
||||
"description": "The method used by this reminder. Possible values are: \n- \"email\" - Reminders are sent via email. \n- \"sms\" - Reminders are sent via SMS. These are only available for G Suite customers. Requests to set SMS reminders for other account types are ignored. \n- \"popup\" - Reminders are sent via a UI popup.",
|
||||
"annotations": {
|
||||
"required": [
|
||||
"calendar.calendarList.insert",
|
||||
@@ -1111,6 +1161,60 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"HabitInstanceData": {
|
||||
"id": "HabitInstanceData",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"statusInferred": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"LaunchInfo": {
|
||||
"id": "LaunchInfo",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"appId": {
|
||||
"type": "string"
|
||||
},
|
||||
"installUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"intentAction": {
|
||||
"type": "string"
|
||||
},
|
||||
"uri": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Link": {
|
||||
"id": "Link",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"applinkingSource": {
|
||||
"type": "string"
|
||||
},
|
||||
"displayInfo": {
|
||||
"$ref": "DisplayInfo"
|
||||
},
|
||||
"launchInfo": {
|
||||
"$ref": "LaunchInfo"
|
||||
},
|
||||
"platform": {
|
||||
"type": "string"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Setting": {
|
||||
"id": "Setting",
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user