@tapd/tapd-node-sdk 1.60.0 → 1.61.0

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.
@@ -8513,22 +8513,6 @@ module.exports = class API extends SDK {
8513
8513
  );
8514
8514
  }
8515
8515
 
8516
- /**
8517
- * @description 获取项目报告
8518
- * @link o.tapd.tencent.com/document/api-doc/API%E6%96%87%E6%A1%A3/api_reference/report/get_workspace_reports.html
8519
- * @scope report#r
8520
-
8521
- */
8522
- getWorkspaceReports(...args) {
8523
- return this.oAuthRequest.apply(
8524
- this, [
8525
- '/workspace_reports',
8526
- 'GET',
8527
- ...args
8528
- ]
8529
- );
8530
- }
8531
-
8532
8516
  /**
8533
8517
  * @description 获取已发送项目报告详情
8534
8518
  * @link o.tapd.tencent.com/document/api-doc/API%E6%96%87%E6%A1%A3/api_reference/report/get_report_detail_html.html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tapd/tapd-node-sdk",
3
- "version": "1.60.0",
3
+ "version": "1.61.0",
4
4
  "description": "node sdk for open tapd ",
5
5
  "main": "node-sdk/src/index.js",
6
6
  "scripts": {
@@ -44,5 +44,5 @@
44
44
  "directories": {
45
45
  "test": "test"
46
46
  },
47
- "gitHead": "b1a42a4e2ae2eca55f6088356fab8a05a80ea678"
47
+ "gitHead": "b7037683489540e13063d47f08a788e3a7fa6982"
48
48
  }