@googleapis/searchconsole 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ### [0.4.1](https://github.com/googleapis/google-api-nodejs-client/compare/searchconsole-v0.4.0...searchconsole-v0.4.1) (2022-01-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **searchconsole:** update the API ([f12ab81](https://github.com/googleapis/google-api-nodejs-client/commit/f12ab81bf358ba69f5cea0c99168f8df19025101))
9
+
3
10
  ## [0.4.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/searchconsole-v0.3.0...searchconsole-v0.4.0) (2021-10-28)
4
11
 
5
12
 
package/build/v1.d.ts CHANGED
@@ -426,7 +426,7 @@ export declare namespace searchconsole_v1 {
426
426
  context: APIRequestContext;
427
427
  constructor(context: APIRequestContext);
428
428
  /**
429
- * Deletes a sitemap from this site.
429
+ * Deletes a sitemap from the Sitemaps report. Does not stop Google from crawling this sitemap or the URLs that were previously crawled in the deleted sitemap.
430
430
  * @example
431
431
  * ```js
432
432
  * // Before running the sample:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/searchconsole",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "searchconsole",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -35,7 +35,7 @@
35
35
  "@microsoft/api-extractor": "^7.8.10",
36
36
  "gts": "^2.0.0",
37
37
  "null-loader": "^4.0.0",
38
- "ts-loader": "^8.0.0",
38
+ "ts-loader": "^9.0.0",
39
39
  "typescript": "~3.7.0",
40
40
  "webpack": "^5.0.0",
41
41
  "webpack-cli": "^4.0.0"
package/v1.ts CHANGED
@@ -575,7 +575,7 @@ export namespace searchconsole_v1 {
575
575
  }
576
576
 
577
577
  /**
578
- * Deletes a sitemap from this site.
578
+ * Deletes a sitemap from the Sitemaps report. Does not stop Google from crawling this sitemap or the URLs that were previously crawled in the deleted sitemap.
579
579
  * @example
580
580
  * ```js
581
581
  * // Before running the sample: