@lukiteam/luki-be-general 0.2.67 → 0.2.69
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/constants/rabbitmq.d.ts +2 -1
- package/dist/constants/rabbitmq.js +1 -0
- package/dist/constants/rabbitmq.js.map +1 -1
- package/dist/locales/mobile/ar/common.json +2 -1
- package/dist/locales/mobile/en/common.json +2 -1
- package/dist/locales/mobile/es/common.json +2 -1
- package/dist/locales/mobile/fr/common.json +2 -1
- package/dist/locales/mobile/pt/common.json +2 -1
- package/dist/locales/mobile/ru/common.json +2 -1
- package/dist/locales/mobile/tr/common.json +5 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -10,5 +10,6 @@ export declare enum IRabbitTopics {
|
|
|
10
10
|
prepare_purchase = "prepare_purchase",
|
|
11
11
|
send_notification = "send_notification",
|
|
12
12
|
send_general_notification = "send_general_notification",
|
|
13
|
-
daily_mission_operation = "daily_mission_operation"
|
|
13
|
+
daily_mission_operation = "daily_mission_operation",
|
|
14
|
+
elk_operation = "elk_operation"
|
|
14
15
|
}
|
|
@@ -15,5 +15,6 @@ var IRabbitTopics;
|
|
|
15
15
|
IRabbitTopics["send_notification"] = "send_notification";
|
|
16
16
|
IRabbitTopics["send_general_notification"] = "send_general_notification";
|
|
17
17
|
IRabbitTopics["daily_mission_operation"] = "daily_mission_operation";
|
|
18
|
+
IRabbitTopics["elk_operation"] = "elk_operation";
|
|
18
19
|
})(IRabbitTopics = exports.IRabbitTopics || (exports.IRabbitTopics = {}));
|
|
19
20
|
//# sourceMappingURL=rabbitmq.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rabbitmq.js","sourceRoot":"","sources":["../../src/constants/rabbitmq.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"rabbitmq.js","sourceRoot":"","sources":["../../src/constants/rabbitmq.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAcX;AAdD,WAAY,aAAa;IACrB,oDAAmC,CAAA;IACnC,sCAAqB,CAAA;IACrB,sDAAqC,CAAA;IACrC,kDAAiC,CAAA;IACjC,8DAA6C,CAAA;IAC7C,sDAAqC,CAAA;IACrC,gDAA+B,CAAA;IAC/B,oDAAmC,CAAA;IACnC,sDAAqC,CAAA;IACrC,wDAAuC,CAAA;IACvC,wEAAuD,CAAA;IACvD,oEAAmD,CAAA;IACnD,gDAA+B,CAAA;AACnC,CAAC,EAdW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAcxB"}
|
|
@@ -73,7 +73,8 @@
|
|
|
73
73
|
"gift-not-found": "تعذر الوصول إلى معلومات الهدية المرسلة.",
|
|
74
74
|
"no-audio": "المستخدم لا يجري مكالمات صوتية.",
|
|
75
75
|
"no-video": "المستخدم لا يجري مكالمات فيديو.",
|
|
76
|
-
"publisher-cannot-communicate": "بصفتك ناشرًا، يمكنك التواصل فقط مع المستخدمين."
|
|
76
|
+
"publisher-cannot-communicate": "بصفتك ناشرًا، يمكنك التواصل فقط مع المستخدمين.",
|
|
77
|
+
"warning": "تحذير"
|
|
77
78
|
},
|
|
78
79
|
"jwt-strategy": {
|
|
79
80
|
"not-authorized": "ليس لديك صلاحيات كافية لتنفيذ هذه العملية."
|
|
@@ -72,7 +72,8 @@
|
|
|
72
72
|
"gift-not-found": "Gift information could not be found.",
|
|
73
73
|
"no-video": "User does not wish to make video calls.",
|
|
74
74
|
"no-audio": "User does not wish to make video calls.",
|
|
75
|
-
"publisher-cannot-communicate": "As a publisher, you can communicate only with users."
|
|
75
|
+
"publisher-cannot-communicate": "As a publisher, you can communicate only with users.",
|
|
76
|
+
"warning": "Warning"
|
|
76
77
|
},
|
|
77
78
|
"jwt-strategy": {
|
|
78
79
|
"not-authorized": "You do not have sufficient permission to perform this operation."
|
|
@@ -73,7 +73,8 @@
|
|
|
73
73
|
"gift-not-found": "No se pudo encontrar la información del regalo.",
|
|
74
74
|
"no-video": "El usuario no desea realizar videollamadas.",
|
|
75
75
|
"no-audio": "El usuario no desea realizar videollamadas.",
|
|
76
|
-
"publisher-cannot-communicate": "Como publicador, puedes comunicarte solo con usuarios."
|
|
76
|
+
"publisher-cannot-communicate": "Como publicador, puedes comunicarte solo con usuarios.",
|
|
77
|
+
"warning": "Advertencia"
|
|
77
78
|
},
|
|
78
79
|
"jwt-strategy": {
|
|
79
80
|
"not-authorized": "No tienes permisos suficientes para realizar esta operación."
|
|
@@ -73,7 +73,8 @@
|
|
|
73
73
|
"gift-not-found": "Informations sur le cadeau introuvables.",
|
|
74
74
|
"no-video": "L'utilisateur ne souhaite pas passer d'appels vidéo.",
|
|
75
75
|
"no-audio": "L'utilisateur ne souhaite pas passer d'appels vidéo.",
|
|
76
|
-
"publisher-cannot-communicate": "En tant que diffuseur, vous ne pouvez communiquer qu'avec des utilisateurs."
|
|
76
|
+
"publisher-cannot-communicate": "En tant que diffuseur, vous ne pouvez communiquer qu'avec des utilisateurs.",
|
|
77
|
+
"warning": "Avertissement"
|
|
77
78
|
},
|
|
78
79
|
"jwt-strategy": {
|
|
79
80
|
"not-authorized": "Vous n'avez pas les autorisations suffisantes pour effectuer cette opération."
|
|
@@ -73,7 +73,8 @@
|
|
|
73
73
|
"gift-not-found": "Informações do presente não encontradas.",
|
|
74
74
|
"no-video": "O usuário não deseja fazer chamadas de vídeo.",
|
|
75
75
|
"no-audio": "O usuário não deseja fazer chamadas de áudio.",
|
|
76
|
-
"publisher-cannot-communicate": "Como publicador, você pode se comunicar apenas com usuários."
|
|
76
|
+
"publisher-cannot-communicate": "Como publicador, você pode se comunicar apenas com usuários.",
|
|
77
|
+
"warning": "Aviso"
|
|
77
78
|
},
|
|
78
79
|
"jwt-strategy": {
|
|
79
80
|
"not-authorized": "Você não tem permissão suficiente para realizar esta operação."
|
|
@@ -73,7 +73,8 @@
|
|
|
73
73
|
"gift-not-found": "Информация о подарке не найдена.",
|
|
74
74
|
"no-video": "Пользователь не совершает видеозвонки.",
|
|
75
75
|
"no-audio": "Пользователь не совершает голосовые звонки.",
|
|
76
|
-
"publisher-cannot-communicate": "Как издатель, вы можете общаться только с пользователями."
|
|
76
|
+
"publisher-cannot-communicate": "Как издатель, вы можете общаться только с пользователями.",
|
|
77
|
+
"warning": "Предупреждение"
|
|
77
78
|
},
|
|
78
79
|
"jwt-strategy": {
|
|
79
80
|
"not-authorized": "У вас нет достаточных прав для выполнения этой операции."
|
|
@@ -73,7 +73,8 @@
|
|
|
73
73
|
"gift-not-found": "Gönderilen hediye bilgilerine ulaşılamadı.",
|
|
74
74
|
"no-video": "Kullanıcı görüntülü arama yapmıyor.",
|
|
75
75
|
"no-audio": "Kullanıcı sesli arama yapmıyor.",
|
|
76
|
-
"publisher-cannot-communicate": "Yayıncı kullanıcılar sadece kullanıcılarla iletişim kurabilir."
|
|
76
|
+
"publisher-cannot-communicate": "Yayıncı kullanıcılar sadece kullanıcılarla iletişim kurabilir.",
|
|
77
|
+
"warning": "Uyarı"
|
|
77
78
|
},
|
|
78
79
|
"jwt-strategy": {
|
|
79
80
|
"not-authorized": "Bu işlemi gerçekleştirebilmek için yeterli yetkiniz yok."
|
|
@@ -82,12 +83,12 @@
|
|
|
82
83
|
"unauthorized": "Yetkisiz erişim!",
|
|
83
84
|
"credentials-verification": "Kimlik doğrulama başarısız.",
|
|
84
85
|
"another-device": "Başka bir cihazdan giriş yapıldığı için çıkış yapıldı. Lütfen tekrar giriş yapın.",
|
|
85
|
-
"block-device":"Cihazınız engellenmiştir."
|
|
86
|
+
"block-device": "Cihazınız engellenmiştir."
|
|
86
87
|
},
|
|
87
88
|
"story": {
|
|
88
89
|
"max_limit": "24 saat içinde en fazla 5 Vibe paylaşabilirsin."
|
|
89
90
|
},
|
|
90
|
-
"payment":{
|
|
91
|
+
"payment": {
|
|
91
92
|
"payment-creation-failed": "Ödeme oluşturma başarısız oldu."
|
|
92
93
|
}
|
|
93
|
-
}
|
|
94
|
+
}
|