@google-cloud/scheduler
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -7,2 +7,9 @@ # Changelog | ||
### [1.1.1](https://www.github.com/googleapis/nodejs-scheduler/compare/v1.1.0...v1.1.1) (2019-06-14) | ||
### Bug Fixes | ||
* **docs:** move to new client docs URL ([#108](https://www.github.com/googleapis/nodejs-scheduler/issues/108)) ([a09fa34](https://www.github.com/googleapis/nodejs-scheduler/commit/a09fa34)) | ||
## [1.1.0](https://www.github.com/googleapis/nodejs-scheduler/compare/v1.0.0...v1.1.0) (2019-06-05) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/scheduler", | ||
"description": "Cloud Scheduler API client for Node.js", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"license": "Apache-2.0", | ||
@@ -49,5 +49,5 @@ "author": "Google LLC", | ||
"intelli-espower-loader": "^1.0.1", | ||
"jsdoc": "^3.5.5", | ||
"jsdoc": "^3.6.2", | ||
"jsdoc-baseline": "^0.1.0", | ||
"linkinator": "^1.1.2", | ||
"linkinator": "^1.4.3", | ||
"mocha": "^6.0.0", | ||
@@ -54,0 +54,0 @@ "nyc": "^14.0.0", |
@@ -139,3 +139,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
[client-docs]: https://cloud.google.com/nodejs/docs/reference/scheduler/latest/ | ||
[client-docs]: https://googleapis.dev/nodejs/scheduler/latest | ||
[product-docs]: https://cloud.google.com/scheduler | ||
@@ -142,0 +142,0 @@ [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png |
@@ -58,3 +58,3 @@ // Copyright 2019 Google LLC | ||
* | ||
* @property {string} body | ||
* @property {Buffer} body | ||
* HTTP request body. A request body is allowed only if the HTTP | ||
@@ -158,3 +158,3 @@ * method is POST, PUT, or PATCH. It is an error to set body on a job with an | ||
* | ||
* @property {string} body | ||
* @property {Buffer} body | ||
* Body. | ||
@@ -189,3 +189,3 @@ * | ||
* | ||
* @property {string} data | ||
* @property {Buffer} data | ||
* The message payload for PubsubMessage. | ||
@@ -192,0 +192,0 @@ * |
@@ -128,3 +128,3 @@ // Copyright 2019 Google LLC | ||
* | ||
* @property {string} value | ||
* @property {Buffer} value | ||
* Must be a valid serialized protocol buffer of the above specified type. | ||
@@ -131,0 +131,0 @@ * |
@@ -58,3 +58,3 @@ // Copyright 2019 Google LLC | ||
* | ||
* @property {string} body | ||
* @property {Buffer} body | ||
* HTTP request body. A request body is allowed only if the HTTP | ||
@@ -158,3 +158,3 @@ * method is POST, PUT, or PATCH. It is an error to set body on a job with an | ||
* | ||
* @property {string} body | ||
* @property {Buffer} body | ||
* Body. | ||
@@ -189,3 +189,3 @@ * | ||
* | ||
* @property {string} data | ||
* @property {Buffer} data | ||
* The message payload for PubsubMessage. | ||
@@ -192,0 +192,0 @@ * |
@@ -128,3 +128,3 @@ // Copyright 2019 Google LLC | ||
* | ||
* @property {string} value | ||
* @property {Buffer} value | ||
* Must be a valid serialized protocol buffer of the above specified type. | ||
@@ -131,0 +131,0 @@ * |
284519