shred-api-client 1.14.4-rc.1 → 1.14.4-rc.2

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/dist/index.d.ts CHANGED
@@ -11,4 +11,5 @@ export * as Core from "./model/core";
11
11
  export * as Project from "./model/project";
12
12
  export * as Goal from "./model/goal";
13
13
  export * as Notification from "./model/notification";
14
+ export * as Note from "./model/note";
14
15
  export default ShredAPI;
package/dist/index.js CHANGED
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.Notification = exports.Goal = exports.Project = exports.Core = exports.Email = exports.Track = exports.Subscription = exports.User = exports.Tenant = exports.Asset = exports.Prompt = exports.Exceptions = void 0;
26
+ exports.Note = exports.Notification = exports.Goal = exports.Project = exports.Core = exports.Email = exports.Track = exports.Subscription = exports.User = exports.Tenant = exports.Asset = exports.Prompt = exports.Exceptions = void 0;
27
27
  const Api_1 = require("./model/Api");
28
28
  //V2
29
29
  exports.Exceptions = __importStar(require("./model/exceptions"));
@@ -38,4 +38,5 @@ exports.Core = __importStar(require("./model/core"));
38
38
  exports.Project = __importStar(require("./model/project"));
39
39
  exports.Goal = __importStar(require("./model/goal"));
40
40
  exports.Notification = __importStar(require("./model/notification"));
41
+ exports.Note = __importStar(require("./model/note"));
41
42
  exports.default = Api_1.ShredAPI;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shred-api-client",
3
- "version": "1.14.4-rc.1",
3
+ "version": "1.14.4-rc.2",
4
4
  "description": "API Client for Shred",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",