@riocrypto/common 1.0.655 → 1.0.656

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.
@@ -1,6 +1,4 @@
1
- declare class AiPriseClient {
1
+ export declare class AiPriseClient {
2
2
  constructor();
3
3
  createVerificationLink(userId: string, firstName: string, lastName: string): Promise<string>;
4
4
  }
5
- declare const _default: AiPriseClient;
6
- export default _default;
@@ -12,6 +12,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
13
13
  };
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.AiPriseClient = void 0;
15
16
  const axios_1 = __importDefault(require("axios"));
16
17
  class AiPriseClient {
17
18
  constructor() { }
@@ -29,4 +30,4 @@ class AiPriseClient {
29
30
  });
30
31
  }
31
32
  }
32
- exports.default = new AiPriseClient();
33
+ exports.AiPriseClient = AiPriseClient;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.655",
3
+ "version": "1.0.656",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",