@tapd/tapd-node-sdk 1.44.1-alpha.0 → 1.44.1-alpha.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.
@@ -7252,7 +7252,7 @@ module.exports = class API extends SDK {
7252
7252
  getAttachments(...args) {
7253
7253
  return this.oAuthRequest.apply(
7254
7254
  this, [
7255
- '/attachments/_get',
7255
+ '/attachments',
7256
7256
  'GET',
7257
7257
  ...args
7258
7258
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tapd/tapd-node-sdk",
3
- "version": "1.44.1-alpha.0",
3
+ "version": "1.44.1-alpha.1",
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": "86a65ee540d9949c0579526f0d7d8aa8b8dea74a"
47
+ "gitHead": "258ff2cc1d712c179b56df7bb27aae178fbf1508"
48
48
  }