shred-api-client 1.3.0 → 1.3.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/dist/model/Api.js CHANGED
@@ -8,7 +8,7 @@ const SMS_api_1 = __importDefault(require("../api/SMS.api"));
8
8
  const Prompt_api_1 = __importDefault(require("../api/Prompt.api"));
9
9
  const Subscription_api_1 = __importDefault(require("../api/Subscription.api"));
10
10
  const User_api_1 = __importDefault(require("../api/User.api"));
11
- const Email_api_1 = __importDefault(require("../src/api/Email.api"));
11
+ const Email_api_1 = __importDefault(require("../api/Email.api"));
12
12
  class ShredAPI {
13
13
  constructor(env) {
14
14
  this.user = new User_api_1.default(env);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shred-api-client",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "API Client for Shred",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",