@hapl/api-queries 0.1.106 → 0.1.107

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.
@@ -31,6 +31,7 @@ export declare const UserDictionary: {
31
31
  trainee: string;
32
32
  expert: string;
33
33
  mentor: string;
34
+ invest: string;
34
35
  teamlead: string;
35
36
  call_operator: string;
36
37
  admin: string;
@@ -34,6 +34,7 @@ export declare enum UserRole {
34
34
  Trainee = "trainee",
35
35
  Expert = "expert",
36
36
  Mentor = "mentor",
37
+ Invest = "invest",
37
38
  Teamlead = "teamlead",
38
39
  CallOperator = "call_operator",
39
40
  Admin = "admin",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.106",
2
+ "version": "0.1.107",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -42,6 +42,7 @@ export const UserDictionary = {
42
42
  [UserRole.Trainee]: 'Стажер',
43
43
  [UserRole.Expert]: 'Эксперт',
44
44
  [UserRole.Mentor]: 'Наставник',
45
+ [UserRole.Invest]: 'Сотрудник инвестотдела',
45
46
  [UserRole.Teamlead]: 'Руководитель отдела продаж',
46
47
  [UserRole.CallOperator]: 'Оператор',
47
48
  [UserRole.Admin]: 'Администратор',
@@ -40,6 +40,7 @@ export enum UserRole {
40
40
  Trainee = 'trainee',
41
41
  Expert = 'expert',
42
42
  Mentor = 'mentor',
43
+ Invest = 'invest',
43
44
  Teamlead = 'teamlead',
44
45
  CallOperator = 'call_operator',
45
46
  Admin = 'admin',