mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 00:28:09 +02:00
vendor: update all dependencies
This commit is contained in:
15
vendor/google.golang.org/api/proximitybeacon/v1beta1/proximitybeacon-api.json
generated
vendored
15
vendor/google.golang.org/api/proximitybeacon/v1beta1/proximitybeacon-api.json
generated
vendored
@ -58,11 +58,6 @@
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"bearer_token": {
|
||||
"description": "OAuth bearer token.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"callback": {
|
||||
"description": "JSONP",
|
||||
"location": "query",
|
||||
@ -83,12 +78,6 @@
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"pp": {
|
||||
"default": "true",
|
||||
"description": "Pretty-print response.",
|
||||
"location": "query",
|
||||
"type": "boolean"
|
||||
},
|
||||
"prettyPrint": {
|
||||
"default": "true",
|
||||
"description": "Returns response with indentations and line breaks.",
|
||||
@ -653,7 +642,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180305",
|
||||
"revision": "20180610",
|
||||
"rootUrl": "https://proximitybeacon.googleapis.com/",
|
||||
"schemas": {
|
||||
"AdvertisedId": {
|
||||
@ -850,7 +839,7 @@
|
||||
"type": "integer"
|
||||
},
|
||||
"month": {
|
||||
"description": "Month of year. Must be from 1 to 12.",
|
||||
"description": "Month of year. Must be from 1 to 12, or 0 if specifying a date without a\nmonth.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
|
4
vendor/google.golang.org/api/proximitybeacon/v1beta1/proximitybeacon-gen.go
generated
vendored
4
vendor/google.golang.org/api/proximitybeacon/v1beta1/proximitybeacon-gen.go
generated
vendored
@ -586,7 +586,9 @@ type Date struct {
|
||||
// if specifying a year/month where the day is not significant.
|
||||
Day int64 `json:"day,omitempty"`
|
||||
|
||||
// Month: Month of year. Must be from 1 to 12.
|
||||
// Month: Month of year. Must be from 1 to 12, or 0 if specifying a date
|
||||
// without a
|
||||
// month.
|
||||
Month int64 `json:"month,omitempty"`
|
||||
|
||||
// Year: Year of date. Must be from 1 to 9999, or 0 if specifying a date
|
||||
|
Reference in New Issue
Block a user