@riocrypto/common 1.0.1393 → 1.0.1395

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.
@@ -168,7 +168,7 @@ class RioClient {
168
168
  }
169
169
  getOnboardingRequirements(userType, country, countryOfOrigin) {
170
170
  return __awaiter(this, void 0, void 0, function* () {
171
- const { data } = yield this.axios.get(`/api/users/javier`, {
171
+ const { data } = yield this.axios.get(`/api/users/requirements`, {
172
172
  params: {
173
173
  type: userType,
174
174
  country,
@@ -1,4 +1,5 @@
1
1
  export declare enum AuthorizationType {
2
+ genesisAdmin = "genesisAdmin",
2
3
  UserNoKYC = "newUserNoKYC",
3
4
  User = "user",
4
5
  AdminAuth = "adminAuth",
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AuthorizationType = void 0;
4
4
  var AuthorizationType;
5
5
  (function (AuthorizationType) {
6
+ AuthorizationType["genesisAdmin"] = "genesisAdmin";
6
7
  AuthorizationType["UserNoKYC"] = "newUserNoKYC";
7
8
  AuthorizationType["User"] = "user";
8
9
  AuthorizationType["AdminAuth"] = "adminAuth";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1393",
3
+ "version": "1.0.1395",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",