@bigbinary/neeto-integrations-frontend 4.0.13 → 4.0.15
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/app/javascript/src/translations/ar.json +10 -0
- package/app/javascript/src/translations/bg.json +10 -0
- package/app/javascript/src/translations/ca.json +10 -0
- package/app/javascript/src/translations/cs.json +10 -0
- package/app/javascript/src/translations/da.json +10 -0
- package/app/javascript/src/translations/de.json +10 -0
- package/app/javascript/src/translations/es-MX.json +10 -0
- package/app/javascript/src/translations/es.json +10 -0
- package/app/javascript/src/translations/et.json +10 -0
- package/app/javascript/src/translations/fi.json +10 -0
- package/app/javascript/src/translations/fil.json +10 -0
- package/app/javascript/src/translations/fr.json +10 -0
- package/app/javascript/src/translations/he.json +10 -0
- package/app/javascript/src/translations/hi.json +10 -0
- package/app/javascript/src/translations/hr.json +10 -0
- package/app/javascript/src/translations/id.json +10 -0
- package/app/javascript/src/translations/it.json +10 -0
- package/app/javascript/src/translations/ja.json +10 -0
- package/app/javascript/src/translations/ko.json +10 -0
- package/app/javascript/src/translations/nl.json +10 -0
- package/app/javascript/src/translations/pl.json +10 -0
- package/app/javascript/src/translations/pt-BR.json +10 -0
- package/app/javascript/src/translations/pt.json +10 -0
- package/app/javascript/src/translations/ro.json +10 -0
- package/app/javascript/src/translations/ru.json +10 -0
- package/app/javascript/src/translations/sk.json +10 -0
- package/app/javascript/src/translations/sl.json +10 -0
- package/app/javascript/src/translations/sv.json +10 -0
- package/app/javascript/src/translations/th.json +10 -0
- package/app/javascript/src/translations/tr.json +10 -0
- package/app/javascript/src/translations/uk.json +10 -0
- package/app/javascript/src/translations/vi.json +10 -0
- package/app/javascript/src/translations/zh-CN.json +10 -0
- package/app/javascript/src/translations/zh-TW.json +10 -0
- package/dist/Daily.js +2 -2
- package/dist/DailyForm.js +2 -2
- package/dist/{Form-DGYvhKlX.js → Form-DKAK6ylB.js} +2 -2
- package/dist/{Form-DGYvhKlX.js.map → Form-DKAK6ylB.js.map} +1 -1
- package/dist/Telnyx.js +218 -0
- package/dist/Telnyx.js.map +1 -0
- package/dist/Twilio.js +1 -1
- package/dist/Zoom.js +1 -1
- package/dist/cjs/Telnyx.js +239 -0
- package/dist/cjs/Telnyx.js.map +1 -0
- package/dist/cjs/index.js +20 -233
- package/dist/cjs/index.js.map +1 -1
- package/dist/index.js +20 -218
- package/dist/index.js.map +1 -1
- package/dist/{query-CSH3yyWi.js → query-DWavsm0z.js} +2 -2
- package/dist/{query-CSH3yyWi.js.map → query-DWavsm0z.js.map} +1 -1
- package/package.json +5 -5
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "تقويم جوجل",
|
|
124
124
|
"statusForbidden": "حدث خطأ غير معروف في تكامل جوجل الخاص بك، يرجى إعادة الاتصال."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "مفتاح API",
|
|
128
|
+
"messagingProfileId": "معرّف ملف الرسائل",
|
|
129
|
+
"phoneNumber": "رقم الهاتف",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "مفتاح API مطلوب.",
|
|
132
|
+
"messagingProfileIdRequired": "معرّف ملف الرسائل مطلوب.",
|
|
133
|
+
"phoneNumberRequired": "رقم الهاتف مطلوب."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google календар",
|
|
124
124
|
"statusForbidden": "Настъпи непознато грешка в интеграцията с Google, моля, преконфигурирайте."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API ключ",
|
|
128
|
+
"messagingProfileId": "Идентификатор на профила за съобщения",
|
|
129
|
+
"phoneNumber": "Телефонен номер",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "API ключът е задължителен.",
|
|
132
|
+
"messagingProfileIdRequired": "Идентификаторът на профила за съобщения е задължителен.",
|
|
133
|
+
"phoneNumberRequired": "Телефонният номер е задължителен."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Calendari de Google",
|
|
124
124
|
"statusForbidden": "Ha ocorregut un error desconegut en la teva integració amb Google, si us plau torna a connectar."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "Clau API",
|
|
128
|
+
"messagingProfileId": "ID del perfil de missatgeria",
|
|
129
|
+
"phoneNumber": "Número de telèfon",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "La clau API és requerida.",
|
|
132
|
+
"messagingProfileIdRequired": "L'ID del perfil de missatgeria és requerida.",
|
|
133
|
+
"phoneNumberRequired": "El número de telèfon és requerit."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google kalendář",
|
|
124
124
|
"statusForbidden": "Došlo k neznámé chybě ve vaší integraci Google, prosím, připojte se znovu."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API klíč",
|
|
128
|
+
"messagingProfileId": "ID profilu zprávy",
|
|
129
|
+
"phoneNumber": "Telefonní číslo",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "API klíč je vyžadován.",
|
|
132
|
+
"messagingProfileIdRequired": "ID profilu zprávy je vyžadováno.",
|
|
133
|
+
"phoneNumberRequired": "Telefonní číslo je vyžadováno."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google kalender",
|
|
124
124
|
"statusForbidden": "Der opstod en ukendt fejl i din Google-integration, venligst genforbind."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API-nøgle",
|
|
128
|
+
"messagingProfileId": "Messaging Profil ID",
|
|
129
|
+
"phoneNumber": "Telefonnummer",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "API-nøgle er påkrævet.",
|
|
132
|
+
"messagingProfileIdRequired": "Messaging Profil ID er påkrævet.",
|
|
133
|
+
"phoneNumberRequired": "Telefonnummer er påkrævet."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google Kalender",
|
|
124
124
|
"statusForbidden": "Ein unbekannter Fehler ist in Ihrer Google-Integration aufgetreten, bitte verbinden Sie sich erneut."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API-Schlüssel",
|
|
128
|
+
"messagingProfileId": "Messaging-Profil-ID",
|
|
129
|
+
"phoneNumber": "Telefonnummer",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "API-Schlüssel ist erforderlich.",
|
|
132
|
+
"messagingProfileIdRequired": "Messaging-Profil-ID ist erforderlich.",
|
|
133
|
+
"phoneNumberRequired": "Telefonnummer ist erforderlich."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Calendario de Google",
|
|
124
124
|
"statusForbidden": "Ocurrió un error desconocido en tu integración de Google, por favor vuelve a conectar."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "Clave de API",
|
|
128
|
+
"messagingProfileId": "ID de perfil de mensajería",
|
|
129
|
+
"phoneNumber": "Número de teléfono",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "Se requiere clave de API.",
|
|
132
|
+
"messagingProfileIdRequired": "Se requiere ID de perfil de mensajería.",
|
|
133
|
+
"phoneNumberRequired": "Se requiere número de teléfono."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Calendario de Google",
|
|
124
124
|
"statusForbidden": "Ocurrió un error desconocido en tu integración de Google, por favor reconéctate."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "Clave API",
|
|
128
|
+
"messagingProfileId": "ID del perfil de mensajería",
|
|
129
|
+
"phoneNumber": "Número de teléfono",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "Se requiere la clave API.",
|
|
132
|
+
"messagingProfileIdRequired": "Se requiere el ID del perfil de mensajería.",
|
|
133
|
+
"phoneNumberRequired": "Se requiere el número de teléfono."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google kalender",
|
|
124
124
|
"statusForbidden": "Teie Google integreerimises tekkis tundmatu viga, palun ühenda uuesti."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API võti",
|
|
128
|
+
"messagingProfileId": "Sõnumi profiili ID",
|
|
129
|
+
"phoneNumber": "Telefoninumber",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "API võti on kohustuslik.",
|
|
132
|
+
"messagingProfileIdRequired": "Sõnumi profiili ID on kohustuslik.",
|
|
133
|
+
"phoneNumberRequired": "Telefoninumber on kohustuslik."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google Kalenteri",
|
|
124
124
|
"statusForbidden": "Tuntematon virhe tapahtui Google-integraatiossasi, yritä yhdistää uudelleen."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API-avain",
|
|
128
|
+
"messagingProfileId": "Viestiprofiilin ID",
|
|
129
|
+
"phoneNumber": "Puhelinnumero",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "API-avain on pakollinen.",
|
|
132
|
+
"messagingProfileIdRequired": "Viestiprofiilin ID on pakollinen.",
|
|
133
|
+
"phoneNumberRequired": "Puhelinnumero on pakollinen."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google Calendar",
|
|
124
124
|
"statusForbidden": "Nagkaroon ng hindi kilalang error sa iyong integrasyon sa google, pakisubukang kumonekta muli."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "Susikaping API",
|
|
128
|
+
"messagingProfileId": "ID ng Messaging Profile",
|
|
129
|
+
"phoneNumber": "Numero ng telepono",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "Kinakailangan ang susikaping API.",
|
|
132
|
+
"messagingProfileIdRequired": "Kinakailangan ang ID ng Messaging Profile.",
|
|
133
|
+
"phoneNumberRequired": "Kinakailangan ang numero ng telepono."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Calendrier Google",
|
|
124
124
|
"statusForbidden": "Une erreur inconnue est survenue dans votre intégration Google, veuillez vous reconnecter."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "Clé API",
|
|
128
|
+
"messagingProfileId": "ID de Profil de Messagerie",
|
|
129
|
+
"phoneNumber": "Numéro de téléphone",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "La clé API est requise.",
|
|
132
|
+
"messagingProfileIdRequired": "L'ID de Profil de Messagerie est requis.",
|
|
133
|
+
"phoneNumberRequired": "Le numéro de téléphone est requis."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "לוח השנה של Google",
|
|
124
124
|
"statusForbidden": "אירעה שגיאה לא ידועה באינטגרציה שלך עם Google, אנא חבר מחדש."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "מפתח API",
|
|
128
|
+
"messagingProfileId": "זהות פרופיל הודעות",
|
|
129
|
+
"phoneNumber": "מספר טלפון",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "נדרש מפתח API.",
|
|
132
|
+
"messagingProfileIdRequired": "נדרשת זהות פרופיל הודעות.",
|
|
133
|
+
"phoneNumberRequired": "נדרש מספר טלפון."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "गूगल कैलेंडर",
|
|
124
124
|
"statusForbidden": "आपके गूगल एकीकरण में एक अज्ञात त्रुटि हुई, कृपया फिर से कनेक्ट करें।"
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "एपीआई कुंजी",
|
|
128
|
+
"messagingProfileId": "मैसेजिंग प्रोफाइल आईडी",
|
|
129
|
+
"phoneNumber": "फोन नंबर",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "एपीआई कुंजी आवश्यक है।",
|
|
132
|
+
"messagingProfileIdRequired": "मैसेजिंग प्रोफाइल आईडी आवश्यक है।",
|
|
133
|
+
"phoneNumberRequired": "फोन नंबर आवश्यक है।"
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google kalendar",
|
|
124
124
|
"statusForbidden": "Došlo je do nepoznate greške u vašoj Google integraciji, molimo vas da se ponovo povežete."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API ključ",
|
|
128
|
+
"messagingProfileId": "ID profila za poruke",
|
|
129
|
+
"phoneNumber": "Broj telefona",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "API ključ je obavezan.",
|
|
132
|
+
"messagingProfileIdRequired": "ID profila za poruke je obavezan.",
|
|
133
|
+
"phoneNumberRequired": "Broj telefona je obavezan."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Kalender Google",
|
|
124
124
|
"statusForbidden": "Terjadi kesalahan yang tidak diketahui dalam integrasi google Anda, silakan sambungkan kembali."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "Kunci API",
|
|
128
|
+
"messagingProfileId": "ID Profil Pesan",
|
|
129
|
+
"phoneNumber": "Nomor telepon",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "Kunci API diperlukan.",
|
|
132
|
+
"messagingProfileIdRequired": "ID Profil Pesan diperlukan.",
|
|
133
|
+
"phoneNumberRequired": "Nomor telepon diperlukan."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Calendario Google",
|
|
124
124
|
"statusForbidden": "Si è verificato un errore sconosciuto nella tua integrazione Google, per favore riconnettiti."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "Chiave API",
|
|
128
|
+
"messagingProfileId": "ID Profilo Messaggistica",
|
|
129
|
+
"phoneNumber": "Numero di telefono",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "La chiave API è richiesta.",
|
|
132
|
+
"messagingProfileIdRequired": "L'ID del profilo messaggistica è richiesto.",
|
|
133
|
+
"phoneNumberRequired": "Il numero di telefono è richiesto."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google カレンダー",
|
|
124
124
|
"statusForbidden": "Google インテグレーションで未知のエラーが発生しました。再接続してください。"
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "APIキー",
|
|
128
|
+
"messagingProfileId": "メッセージプロファイルID",
|
|
129
|
+
"phoneNumber": "電話番号",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "APIキーは必須です。",
|
|
132
|
+
"messagingProfileIdRequired": "メッセージプロファイルIDは必須です。",
|
|
133
|
+
"phoneNumberRequired": "電話番号は必須です。"
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google 캘린더",
|
|
124
124
|
"statusForbidden": "Google 통합에서 알 수 없는 오류가 발생했습니다. 다시 연결하십시오."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API 키",
|
|
128
|
+
"messagingProfileId": "메시징 프로필 ID",
|
|
129
|
+
"phoneNumber": "전화번호",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "API 키가 필요합니다.",
|
|
132
|
+
"messagingProfileIdRequired": "메시징 프로필 ID가 필요합니다.",
|
|
133
|
+
"phoneNumberRequired": "전화번호가 필요합니다."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google-agenda",
|
|
124
124
|
"statusForbidden": "Er is een onbekende fout opgetreden in je Google-integratie, probeer opnieuw te verbinden."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API-sleutel",
|
|
128
|
+
"messagingProfileId": "Berichtenprofiel-ID",
|
|
129
|
+
"phoneNumber": "Telefoonnummer",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "API-sleutel is vereist.",
|
|
132
|
+
"messagingProfileIdRequired": "Berichtenprofiel-ID is vereist.",
|
|
133
|
+
"phoneNumberRequired": "Telefoonnummer is vereist."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Kalendarz Google",
|
|
124
124
|
"statusForbidden": "Wystąpił nieznany błąd w integracji z Google, prosimy o ponowne połączenie."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "Klucz API",
|
|
128
|
+
"messagingProfileId": "ID profilu wiadomości",
|
|
129
|
+
"phoneNumber": "Numer telefonu",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "Klucz API jest wymagany.",
|
|
132
|
+
"messagingProfileIdRequired": "ID profilu wiadomości jest wymagane.",
|
|
133
|
+
"phoneNumberRequired": "Numer telefonu jest wymagany."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google Calendar",
|
|
124
124
|
"statusForbidden": "Ocorreu um erro desconhecido em sua integração com o Google, por favor, reconecte."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "Chave de API",
|
|
128
|
+
"messagingProfileId": "ID do Perfil de Mensagens",
|
|
129
|
+
"phoneNumber": "Número de telefone",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "Chave de API é necessária.",
|
|
132
|
+
"messagingProfileIdRequired": "ID do Perfil de Mensagens é necessário.",
|
|
133
|
+
"phoneNumberRequired": "Número de telefone é necessário."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google Calendar",
|
|
124
124
|
"statusForbidden": "Ocorreu um erro desconhecido em sua integração do Google, por favor reconecte."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "Chave da API",
|
|
128
|
+
"messagingProfileId": "ID do Perfil de Mensagens",
|
|
129
|
+
"phoneNumber": "Número de telefone",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "A chave da API é obrigatória.",
|
|
132
|
+
"messagingProfileIdRequired": "O ID do Perfil de Mensagens é obrigatório.",
|
|
133
|
+
"phoneNumberRequired": "O número de telefone é obrigatório."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Calendar Google",
|
|
124
124
|
"statusForbidden": "A apărut o eroare necunoscută în integrarea dumneavoastră Google, vă rugăm să vă reconectați."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "Cheia API",
|
|
128
|
+
"messagingProfileId": "ID-ul profilului de mesagerie",
|
|
129
|
+
"phoneNumber": "Număr de telefon",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "Cheia API este obligatorie.",
|
|
132
|
+
"messagingProfileIdRequired": "ID-ul profilului de mesagerie este obligatoriu.",
|
|
133
|
+
"phoneNumberRequired": "Numărul de telefon este obligatoriu."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Календарь Google",
|
|
124
124
|
"statusForbidden": "Произошла неизвестная ошибка в вашей интеграции Google, пожалуйста, переподключите."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API ключ",
|
|
128
|
+
"messagingProfileId": "Идентификатор профиля для обмена сообщениями",
|
|
129
|
+
"phoneNumber": "Номер телефона",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "API ключ обязателен.",
|
|
132
|
+
"messagingProfileIdRequired": "Идентификатор профиля для обмена сообщениями обязателен.",
|
|
133
|
+
"phoneNumberRequired": "Номер телефона обязателен."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google kalendár",
|
|
124
124
|
"statusForbidden": "Pri vašej google integrácii došlo k neznámej chybe, prosím, pripojte sa znova."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API kľúč",
|
|
128
|
+
"messagingProfileId": "ID profilu správ",
|
|
129
|
+
"phoneNumber": "Telefónne číslo",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "API kľúč je povinný.",
|
|
132
|
+
"messagingProfileIdRequired": "ID profilu správ je povinné.",
|
|
133
|
+
"phoneNumberRequired": "Telefónne číslo je povinné."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google koledar",
|
|
124
124
|
"statusForbidden": "Prišlo je do neznane napake v vaši Google integraciji, prosim znova povežite."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API ključ",
|
|
128
|
+
"messagingProfileId": "ID profila sporočanja",
|
|
129
|
+
"phoneNumber": "Telefonska številka",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "API ključ je obvezen.",
|
|
132
|
+
"messagingProfileIdRequired": "ID profila sporočanja je obvezen.",
|
|
133
|
+
"phoneNumberRequired": "Telefonska številka je obvezna."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google-kalender",
|
|
124
124
|
"statusForbidden": "Ett okänt fel inträffade i din Google-integration, vänligen återanslut."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API nyckel",
|
|
128
|
+
"messagingProfileId": "Meddelandeprofil-ID",
|
|
129
|
+
"phoneNumber": "Telefonnummer",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "API nyckel är obligatorisk.",
|
|
132
|
+
"messagingProfileIdRequired": "Meddelandeprofil-ID är obligatorisk.",
|
|
133
|
+
"phoneNumberRequired": "Telefonnummer är obligatoriskt."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "ปฏิทิน Google",
|
|
124
124
|
"statusForbidden": "เกิดข้อผิดพลาดที่ไม่ทราบในเชื่อมต่อน Google ของคุณ กรุณาเชื่อมต่ออีกครั้ง."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "คีย์ API",
|
|
128
|
+
"messagingProfileId": "หมายเลขโปรไฟล์ข้อความ",
|
|
129
|
+
"phoneNumber": "หมายเลขโทรศัพท์",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "ต้องมีคีย์ API",
|
|
132
|
+
"messagingProfileIdRequired": "ต้องมีหมายเลขโปรไฟล์ข้อความ",
|
|
133
|
+
"phoneNumberRequired": "ต้องมีหมายเลขโทรศัพท์"
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google takvimi",
|
|
124
124
|
"statusForbidden": "Google entegrasyonunuzda bilinmeyen bir hata oluştu, lütfen yeniden bağlanın."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API anahtarı",
|
|
128
|
+
"messagingProfileId": "Mesaj Profili Kimliği",
|
|
129
|
+
"phoneNumber": "Telefon numarası",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "API anahtarı gereklidir.",
|
|
132
|
+
"messagingProfileIdRequired": "Mesaj Profili Kimliği gereklidir.",
|
|
133
|
+
"phoneNumberRequired": "Telefon numarası gereklidir."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google Календар",
|
|
124
124
|
"statusForbidden": "Виникла невідома помилка в вашій інтеграції Google, будь ласка, перепідключіть."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API ключ",
|
|
128
|
+
"messagingProfileId": "Ідентифікатор профілю повідомлень",
|
|
129
|
+
"phoneNumber": "Номер телефону",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "API ключ обов'язковий.",
|
|
132
|
+
"messagingProfileIdRequired": "Ідентифікатор профілю повідомлень обов'язковий.",
|
|
133
|
+
"phoneNumberRequired": "Номер телефону обов'язковий."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Lịch Google",
|
|
124
124
|
"statusForbidden": "Một lỗi không xác định đã xảy ra trong tích hợp google của bạn, vui lòng kết nối lại."
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "Khóa API",
|
|
128
|
+
"messagingProfileId": "ID Hồ sơ Tin nhắn",
|
|
129
|
+
"phoneNumber": "Số điện thoại",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "Khóa API là bắt buộc.",
|
|
132
|
+
"messagingProfileIdRequired": "ID Hồ sơ Tin nhắn là bắt buộc.",
|
|
133
|
+
"phoneNumberRequired": "Số điện thoại là bắt buộc."
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google 日历",
|
|
124
124
|
"statusForbidden": "您的 Google 集成中发生了未知错误,请重新连接。"
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API 密钥",
|
|
128
|
+
"messagingProfileId": "消息配置文件 ID",
|
|
129
|
+
"phoneNumber": "电话号码",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "必需提供 API 密钥。",
|
|
132
|
+
"messagingProfileIdRequired": "必需提供消息配置文件 ID。",
|
|
133
|
+
"phoneNumberRequired": "必需提供电话号码。"
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
|
@@ -122,6 +122,16 @@
|
|
|
122
122
|
},
|
|
123
123
|
"calendar": "Google 日曆",
|
|
124
124
|
"statusForbidden": "您的 Google 集成中出現未知錯誤,請重新連接。"
|
|
125
|
+
},
|
|
126
|
+
"telnyx": {
|
|
127
|
+
"apiKey": "API 金鑰",
|
|
128
|
+
"messagingProfileId": "訊息配置檔 ID",
|
|
129
|
+
"phoneNumber": "電話號碼",
|
|
130
|
+
"validations": {
|
|
131
|
+
"apiKeyRequired": "API 金鑰是必需的。",
|
|
132
|
+
"messagingProfileIdRequired": "訊息配置檔 ID 是必需的。",
|
|
133
|
+
"phoneNumberRequired": "電話號碼是必需的。"
|
|
134
|
+
}
|
|
125
135
|
}
|
|
126
136
|
}
|
|
127
137
|
}
|
package/dist/Daily.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import i18next from 'i18next';
|
|
2
2
|
import { isPresent, noop } from '@bigbinary/neeto-cist';
|
|
3
3
|
import { withTitle, useQueryParams } from '@bigbinary/neeto-commons-frontend/react-utils';
|
|
4
|
-
import { u as useFetchDaily, a as useDestroyDaily, F as Form } from './Form-
|
|
4
|
+
import { u as useFetchDaily, a as useDestroyDaily, F as Form } from './Form-DKAK6ylB.js';
|
|
5
5
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
6
6
|
import { useState } from 'react';
|
|
7
7
|
import { buildUrl } from '@bigbinary/neeto-commons-frontend/utils';
|
|
@@ -27,7 +27,7 @@ import '@babel/runtime/helpers/defineProperty';
|
|
|
27
27
|
import '@tanstack/react-query';
|
|
28
28
|
import '@bigbinary/neeto-commons-frontend/constants';
|
|
29
29
|
import 'axios';
|
|
30
|
-
import './query-
|
|
30
|
+
import './query-DWavsm0z.js';
|
|
31
31
|
import 'yup';
|
|
32
32
|
import '@bigbinary/neeto-icons/Check';
|
|
33
33
|
import '@bigbinary/neetoui/Tooltip';
|
package/dist/DailyForm.js
CHANGED
|
@@ -14,7 +14,7 @@ import '@bigbinary/neetoui/formik/ActionBlock';
|
|
|
14
14
|
import 'react-i18next';
|
|
15
15
|
import 'react-router-dom';
|
|
16
16
|
import './WalkthroughModal.js';
|
|
17
|
-
export { F as default } from './Form-
|
|
17
|
+
export { F as default } from './Form-DKAK6ylB.js';
|
|
18
18
|
import 'react/jsx-runtime';
|
|
19
19
|
import '@bigbinary/neeto-cist';
|
|
20
20
|
import '@bigbinary/neeto-commons-frontend/react-utils/withT';
|
|
@@ -23,6 +23,6 @@ import '@babel/runtime/helpers/defineProperty';
|
|
|
23
23
|
import '@tanstack/react-query';
|
|
24
24
|
import '@bigbinary/neeto-commons-frontend/constants';
|
|
25
25
|
import 'axios';
|
|
26
|
-
import './query-
|
|
26
|
+
import './query-DWavsm0z.js';
|
|
27
27
|
import 'yup';
|
|
28
28
|
//# sourceMappingURL=DailyForm.js.map
|