Update dependencies

Among others, this updates minio-go, so that the new "eu-west-3" zone
for AWS is supported.
This commit is contained in:
Alexander Neumann 2018-01-23 19:40:42 +01:00
parent b63de7c798
commit 2b39f9f4b2
3435 changed files with 1318042 additions and 315692 deletions

View file

@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/iAmRSwOzrdbZR2Jaj_q1_TiSXuk\"",
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/pdq_G-7e0J9K1HvpHySXgoj-edo\"",
"discoveryVersion": "v1",
"id": "content:v2sandbox",
"name": "content",
"canonicalName": "Shopping Content",
"version": "v2sandbox",
"revision": "20171124",
"revision": "20180111",
"title": "Content API for Shopping",
"description": "Manages product items, inventory, and Merchant Center accounts for Google Shopping.",
"ownerDomain": "google.com",
@ -325,6 +325,13 @@
"id": "OrderLineItem",
"type": "object",
"properties": {
"annotations": {
"type": "array",
"description": "Annotations that are attached to the line item.",
"items": {
"$ref": "OrderMerchantProvidedAnnotation"
}
},
"cancellations": {
"type": "array",
"description": "Cancellations of the line item.",
@ -584,6 +591,20 @@
}
}
},
"OrderMerchantProvidedAnnotation": {
"id": "OrderMerchantProvidedAnnotation",
"type": "object",
"properties": {
"key": {
"type": "string",
"description": "Key for additional merchant provided (as key-value pairs) annotation about the line item."
},
"value": {
"type": "string",
"description": "Value for additional merchant provided (as key-value pairs) annotation about the line item."
}
}
},
"OrderPaymentMethod": {
"id": "OrderPaymentMethod",
"type": "object",
@ -976,6 +997,10 @@
"$ref": "OrdersCustomBatchRequestEntryCancelLineItem",
"description": "Required for cancelLineItem method."
},
"inStoreRefundLineItem": {
"$ref": "OrdersCustomBatchRequestEntryInStoreRefundLineItem",
"description": "Required for inStoreReturnLineItem method."
},
"merchantId": {
"type": "string",
"description": "The ID of the managing account.",
@ -1001,14 +1026,30 @@
"$ref": "OrdersCustomBatchRequestEntryRefund",
"description": "Required for refund method."
},
"rejectReturnLineItem": {
"$ref": "OrdersCustomBatchRequestEntryRejectReturnLineItem",
"description": "Required for rejectReturnLineItem method."
},
"returnLineItem": {
"$ref": "OrdersCustomBatchRequestEntryReturnLineItem",
"description": "Required for returnLineItem method."
},
"returnRefundLineItem": {
"$ref": "OrdersCustomBatchRequestEntryReturnRefundLineItem",
"description": "Required for returnRefundLineItem method."
},
"setLineItemMetadata": {
"$ref": "OrdersCustomBatchRequestEntrySetLineItemMetadata",
"description": "Required for setLineItemMetadata method."
},
"shipLineItems": {
"$ref": "OrdersCustomBatchRequestEntryShipLineItems",
"description": "Required for shipLineItems method."
},
"updateLineItemShippingDetails": {
"$ref": "OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails",
"description": "Required for updateLineItemShippingDate method."
},
"updateShipment": {
"$ref": "OrdersCustomBatchRequestEntryUpdateShipment",
"description": "Required for updateShipment method."
@ -1068,6 +1109,41 @@
}
}
},
"OrdersCustomBatchRequestEntryInStoreRefundLineItem": {
"id": "OrdersCustomBatchRequestEntryInStoreRefundLineItem",
"type": "object",
"properties": {
"amountPretax": {
"$ref": "Price",
"description": "The amount that is refunded. Required."
},
"amountTax": {
"$ref": "Price",
"description": "Tax amount that correspond to refund amount in amountPretax. Required."
},
"lineItemId": {
"type": "string",
"description": "The ID of the line item to return. Either lineItemId or productId is required."
},
"productId": {
"type": "string",
"description": "The ID of the product to return. This is the REST ID used in the products service. Either lineItemId or productId is required."
},
"quantity": {
"type": "integer",
"description": "The quantity to return and refund.",
"format": "uint32"
},
"reason": {
"type": "string",
"description": "The reason for the return."
},
"reasonText": {
"type": "string",
"description": "The explanation of the reason."
}
}
},
"OrdersCustomBatchRequestEntryRefund": {
"id": "OrdersCustomBatchRequestEntryRefund",
"type": "object",
@ -1094,6 +1170,33 @@
}
}
},
"OrdersCustomBatchRequestEntryRejectReturnLineItem": {
"id": "OrdersCustomBatchRequestEntryRejectReturnLineItem",
"type": "object",
"properties": {
"lineItemId": {
"type": "string",
"description": "The ID of the line item to return. Either lineItemId or productId is required."
},
"productId": {
"type": "string",
"description": "The ID of the product to return. This is the REST ID used in the products service. Either lineItemId or productId is required."
},
"quantity": {
"type": "integer",
"description": "The quantity to return and refund.",
"format": "uint32"
},
"reason": {
"type": "string",
"description": "The reason for the return."
},
"reasonText": {
"type": "string",
"description": "The explanation of the reason."
}
}
},
"OrdersCustomBatchRequestEntryReturnLineItem": {
"id": "OrdersCustomBatchRequestEntryReturnLineItem",
"type": "object",
@ -1121,6 +1224,61 @@
}
}
},
"OrdersCustomBatchRequestEntryReturnRefundLineItem": {
"id": "OrdersCustomBatchRequestEntryReturnRefundLineItem",
"type": "object",
"properties": {
"amountPretax": {
"$ref": "Price",
"description": "The amount that is refunded. Optional, but if filled then both amountPretax and amountTax must be set."
},
"amountTax": {
"$ref": "Price",
"description": "Tax amount that correspond to refund amount in amountPretax."
},
"lineItemId": {
"type": "string",
"description": "The ID of the line item to return. Either lineItemId or productId is required."
},
"productId": {
"type": "string",
"description": "The ID of the product to return. This is the REST ID used in the products service. Either lineItemId or productId is required."
},
"quantity": {
"type": "integer",
"description": "The quantity to return and refund.",
"format": "uint32"
},
"reason": {
"type": "string",
"description": "The reason for the return."
},
"reasonText": {
"type": "string",
"description": "The explanation of the reason."
}
}
},
"OrdersCustomBatchRequestEntrySetLineItemMetadata": {
"id": "OrdersCustomBatchRequestEntrySetLineItemMetadata",
"type": "object",
"properties": {
"annotations": {
"type": "array",
"items": {
"$ref": "OrderMerchantProvidedAnnotation"
}
},
"lineItemId": {
"type": "string",
"description": "The ID of the line item to set metadata. Either lineItemId or productId is required."
},
"productId": {
"type": "string",
"description": "The ID of the product to set metadata. This is the REST ID used in the products service. Either lineItemId or productId is required."
}
}
},
"OrdersCustomBatchRequestEntryShipLineItems": {
"id": "OrdersCustomBatchRequestEntryShipLineItems",
"type": "object",
@ -1176,6 +1334,28 @@
}
}
},
"OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails": {
"id": "OrdersCustomBatchRequestEntryUpdateLineItemShippingDetails",
"type": "object",
"properties": {
"deliverByDate": {
"type": "string",
"description": "Updated delivery by date, in ISO 8601 format. If not specified only ship by date is updated."
},
"lineItemId": {
"type": "string",
"description": "The ID of the line item to set metadata. Either lineItemId or productId is required."
},
"productId": {
"type": "string",
"description": "The ID of the product to set metadata. This is the REST ID used in the products service. Either lineItemId or productId is required."
},
"shipByDate": {
"type": "string",
"description": "Updated ship by date, in ISO 8601 format. If not specified only deliver by date is updated."
}
}
},
"OrdersCustomBatchRequestEntryUpdateShipment": {
"id": "OrdersCustomBatchRequestEntryUpdateShipment",
"type": "object",
@ -1274,6 +1454,60 @@
}
}
},
"OrdersInStoreRefundLineItemRequest": {
"id": "OrdersInStoreRefundLineItemRequest",
"type": "object",
"properties": {
"amountPretax": {
"$ref": "Price",
"description": "The amount that is refunded. Required."
},
"amountTax": {
"$ref": "Price",
"description": "Tax amount that correspond to refund amount in amountPretax. Required."
},
"lineItemId": {
"type": "string",
"description": "The ID of the line item to return. Either lineItemId or productId is required."
},
"operationId": {
"type": "string",
"description": "The ID of the operation. Unique across all operations for a given order."
},
"productId": {
"type": "string",
"description": "The ID of the product to return. This is the REST ID used in the products service. Either lineItemId or productId is required."
},
"quantity": {
"type": "integer",
"description": "The quantity to return and refund.",
"format": "uint32"
},
"reason": {
"type": "string",
"description": "The reason for the return."
},
"reasonText": {
"type": "string",
"description": "The explanation of the reason."
}
}
},
"OrdersInStoreRefundLineItemResponse": {
"id": "OrdersInStoreRefundLineItemResponse",
"type": "object",
"properties": {
"executionStatus": {
"type": "string",
"description": "The status of the execution."
},
"kind": {
"type": "string",
"description": "Identifies what kind of resource this is. Value: the fixed string \"content#ordersInStoreRefundLineItemResponse\".",
"default": "content#ordersInStoreRefundLineItemResponse"
}
}
},
"OrdersListResponse": {
"id": "OrdersListResponse",
"type": "object",
@ -1340,6 +1574,52 @@
}
}
},
"OrdersRejectReturnLineItemRequest": {
"id": "OrdersRejectReturnLineItemRequest",
"type": "object",
"properties": {
"lineItemId": {
"type": "string",
"description": "The ID of the line item to return. Either lineItemId or productId is required."
},
"operationId": {
"type": "string",
"description": "The ID of the operation. Unique across all operations for a given order."
},
"productId": {
"type": "string",
"description": "The ID of the product to return. This is the REST ID used in the products service. Either lineItemId or productId is required."
},
"quantity": {
"type": "integer",
"description": "The quantity to return and refund.",
"format": "uint32"
},
"reason": {
"type": "string",
"description": "The reason for the return."
},
"reasonText": {
"type": "string",
"description": "The explanation of the reason."
}
}
},
"OrdersRejectReturnLineItemResponse": {
"id": "OrdersRejectReturnLineItemResponse",
"type": "object",
"properties": {
"executionStatus": {
"type": "string",
"description": "The status of the execution."
},
"kind": {
"type": "string",
"description": "Identifies what kind of resource this is. Value: the fixed string \"content#ordersRejectReturnLineItemResponse\".",
"default": "content#ordersRejectReturnLineItemResponse"
}
}
},
"OrdersReturnLineItemRequest": {
"id": "OrdersReturnLineItemRequest",
"type": "object",
@ -1386,6 +1666,99 @@
}
}
},
"OrdersReturnRefundLineItemRequest": {
"id": "OrdersReturnRefundLineItemRequest",
"type": "object",
"properties": {
"amountPretax": {
"$ref": "Price",
"description": "The amount that is refunded. Optional, but if filled then both amountPretax and amountTax must be set."
},
"amountTax": {
"$ref": "Price",
"description": "Tax amount that correspond to refund amount in amountPretax."
},
"lineItemId": {
"type": "string",
"description": "The ID of the line item to return. Either lineItemId or productId is required."
},
"operationId": {
"type": "string",
"description": "The ID of the operation. Unique across all operations for a given order."
},
"productId": {
"type": "string",
"description": "The ID of the product to return. This is the REST ID used in the products service. Either lineItemId or productId is required."
},
"quantity": {
"type": "integer",
"description": "The quantity to return and refund.",
"format": "uint32"
},
"reason": {
"type": "string",
"description": "The reason for the return."
},
"reasonText": {
"type": "string",
"description": "The explanation of the reason."
}
}
},
"OrdersReturnRefundLineItemResponse": {
"id": "OrdersReturnRefundLineItemResponse",
"type": "object",
"properties": {
"executionStatus": {
"type": "string",
"description": "The status of the execution."
},
"kind": {
"type": "string",
"description": "Identifies what kind of resource this is. Value: the fixed string \"content#ordersReturnRefundLineItemResponse\".",
"default": "content#ordersReturnRefundLineItemResponse"
}
}
},
"OrdersSetLineItemMetadataRequest": {
"id": "OrdersSetLineItemMetadataRequest",
"type": "object",
"properties": {
"annotations": {
"type": "array",
"items": {
"$ref": "OrderMerchantProvidedAnnotation"
}
},
"lineItemId": {
"type": "string",
"description": "The ID of the line item to set metadata. Either lineItemId or productId is required."
},
"operationId": {
"type": "string",
"description": "The ID of the operation. Unique across all operations for a given order."
},
"productId": {
"type": "string",
"description": "The ID of the product to set metadata. This is the REST ID used in the products service. Either lineItemId or productId is required."
}
}
},
"OrdersSetLineItemMetadataResponse": {
"id": "OrdersSetLineItemMetadataResponse",
"type": "object",
"properties": {
"executionStatus": {
"type": "string",
"description": "The status of the execution."
},
"kind": {
"type": "string",
"description": "Identifies what kind of resource this is. Value: the fixed string \"content#ordersSetLineItemMetadataResponse\".",
"default": "content#ordersSetLineItemMetadataResponse"
}
}
},
"OrdersShipLineItemsRequest": {
"id": "OrdersShipLineItemsRequest",
"type": "object",
@ -1437,6 +1810,47 @@
}
}
},
"OrdersUpdateLineItemShippingDetailsRequest": {
"id": "OrdersUpdateLineItemShippingDetailsRequest",
"type": "object",
"properties": {
"deliverByDate": {
"type": "string",
"description": "Updated delivery by date, in ISO 8601 format. If not specified only ship by date is updated."
},
"lineItemId": {
"type": "string",
"description": "The ID of the line item to set metadata. Either lineItemId or productId is required."
},
"operationId": {
"type": "string",
"description": "The ID of the operation. Unique across all operations for a given order."
},
"productId": {
"type": "string",
"description": "The ID of the product to set metadata. This is the REST ID used in the products service. Either lineItemId or productId is required."
},
"shipByDate": {
"type": "string",
"description": "Updated ship by date, in ISO 8601 format. If not specified only deliver by date is updated."
}
}
},
"OrdersUpdateLineItemShippingDetailsResponse": {
"id": "OrdersUpdateLineItemShippingDetailsResponse",
"type": "object",
"properties": {
"executionStatus": {
"type": "string",
"description": "The status of the execution."
},
"kind": {
"type": "string",
"description": "Identifies what kind of resource this is. Value: the fixed string \"content#ordersUpdateLineItemShippingDetailsResponse\".",
"default": "content#ordersUpdateLineItemShippingDetailsResponse"
}
}
},
"OrdersUpdateMerchantOrderIdRequest": {
"id": "OrdersUpdateMerchantOrderIdRequest",
"type": "object",
@ -2092,6 +2506,40 @@
"https://www.googleapis.com/auth/content"
]
},
"instorerefundlineitem": {
"id": "content.orders.instorerefundlineitem",
"path": "{merchantId}/orders/{orderId}/inStoreRefundLineItem",
"httpMethod": "POST",
"description": "Notifies that item return and refund was handled directly in store.",
"parameters": {
"merchantId": {
"type": "string",
"description": "The ID of the account that manages the order. This cannot be a multi-client account.",
"required": true,
"format": "uint64",
"location": "path"
},
"orderId": {
"type": "string",
"description": "The ID of the order.",
"required": true,
"location": "path"
}
},
"parameterOrder": [
"merchantId",
"orderId"
],
"request": {
"$ref": "OrdersInStoreRefundLineItemRequest"
},
"response": {
"$ref": "OrdersInStoreRefundLineItemResponse"
},
"scopes": [
"https://www.googleapis.com/auth/content"
]
},
"list": {
"id": "content.orders.list",
"path": "{merchantId}/orders",
@ -2221,6 +2669,40 @@
"https://www.googleapis.com/auth/content"
]
},
"rejectreturnlineitem": {
"id": "content.orders.rejectreturnlineitem",
"path": "{merchantId}/orders/{orderId}/rejectReturnLineItem",
"httpMethod": "POST",
"description": "Rejects return on an line item.",
"parameters": {
"merchantId": {
"type": "string",
"description": "The ID of the account that manages the order. This cannot be a multi-client account.",
"required": true,
"format": "uint64",
"location": "path"
},
"orderId": {
"type": "string",
"description": "The ID of the order.",
"required": true,
"location": "path"
}
},
"parameterOrder": [
"merchantId",
"orderId"
],
"request": {
"$ref": "OrdersRejectReturnLineItemRequest"
},
"response": {
"$ref": "OrdersRejectReturnLineItemResponse"
},
"scopes": [
"https://www.googleapis.com/auth/content"
]
},
"returnlineitem": {
"id": "content.orders.returnlineitem",
"path": "{merchantId}/orders/{orderId}/returnLineItem",
@ -2255,6 +2737,74 @@
"https://www.googleapis.com/auth/content"
]
},
"returnrefundlineitem": {
"id": "content.orders.returnrefundlineitem",
"path": "{merchantId}/orders/{orderId}/returnRefundLineItem",
"httpMethod": "POST",
"description": "Returns and refunds a line item. Note that this method can only be called on fully shipped orders.",
"parameters": {
"merchantId": {
"type": "string",
"description": "The ID of the account that manages the order. This cannot be a multi-client account.",
"required": true,
"format": "uint64",
"location": "path"
},
"orderId": {
"type": "string",
"description": "The ID of the order.",
"required": true,
"location": "path"
}
},
"parameterOrder": [
"merchantId",
"orderId"
],
"request": {
"$ref": "OrdersReturnRefundLineItemRequest"
},
"response": {
"$ref": "OrdersReturnRefundLineItemResponse"
},
"scopes": [
"https://www.googleapis.com/auth/content"
]
},
"setlineitemmetadata": {
"id": "content.orders.setlineitemmetadata",
"path": "{merchantId}/orders/{orderId}/setLineItemMetadata",
"httpMethod": "POST",
"description": "Sets (overrides) merchant provided annotations on the line item.",
"parameters": {
"merchantId": {
"type": "string",
"description": "The ID of the account that manages the order. This cannot be a multi-client account.",
"required": true,
"format": "uint64",
"location": "path"
},
"orderId": {
"type": "string",
"description": "The ID of the order.",
"required": true,
"location": "path"
}
},
"parameterOrder": [
"merchantId",
"orderId"
],
"request": {
"$ref": "OrdersSetLineItemMetadataRequest"
},
"response": {
"$ref": "OrdersSetLineItemMetadataResponse"
},
"scopes": [
"https://www.googleapis.com/auth/content"
]
},
"shiplineitems": {
"id": "content.orders.shiplineitems",
"path": "{merchantId}/orders/{orderId}/shipLineItems",
@ -2289,6 +2839,40 @@
"https://www.googleapis.com/auth/content"
]
},
"updatelineitemshippingdetails": {
"id": "content.orders.updatelineitemshippingdetails",
"path": "{merchantId}/orders/{orderId}/updateLineItemShippingDetails",
"httpMethod": "POST",
"description": "Updates ship by and delivery by dates for a line item.",
"parameters": {
"merchantId": {
"type": "string",
"description": "The ID of the account that manages the order. This cannot be a multi-client account.",
"required": true,
"format": "uint64",
"location": "path"
},
"orderId": {
"type": "string",
"description": "The ID of the order.",
"required": true,
"location": "path"
}
},
"parameterOrder": [
"merchantId",
"orderId"
],
"request": {
"$ref": "OrdersUpdateLineItemShippingDetailsRequest"
},
"response": {
"$ref": "OrdersUpdateLineItemShippingDetailsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/content"
]
},
"updatemerchantorderid": {
"id": "content.orders.updatemerchantorderid",
"path": "{merchantId}/orders/{orderId}/updateMerchantOrderId",

File diff suppressed because it is too large Load diff