You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Main build (Jenkins)
This commit is contained in:
16654
service/dictionaries/en.json
vendored
16654
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
#Use "./internal"
|
||||
#Use "../../../oint/tools"
|
||||
#Use "../../../oint/Moudles/internal"
|
||||
#Use "../../../oint/tools/Modules/internal"
|
||||
|
||||
Var ModuleCommandMapping;
|
||||
Var Version;
|
||||
|
@@ -817,10 +817,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_Airtable"", Undefined);
|
||||
|
|
||||
| OPI_Airtable = LoadScript(""%1/oint/core/Modules/OPI_Airtable.os"", Context);
|
||||
| Context.Insert(""OPI_Airtable"", OPI_Airtable);
|
||||
|
|
||||
| OPI_Airtable = LoadScript(""%1/oint/core/Modules/OPI_Airtable.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -6514,10 +6514,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_Bitrix24"", Undefined);
|
||||
|
|
||||
| OPI_Bitrix24 = LoadScript(""%1/oint/core/Modules/OPI_Bitrix24.os"", Context);
|
||||
| Context.Insert(""OPI_Bitrix24"", OPI_Bitrix24);
|
||||
|
|
||||
| OPI_Bitrix24 = LoadScript(""%1/oint/core/Modules/OPI_Bitrix24.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -1095,10 +1095,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_CDEK"", Undefined);
|
||||
|
|
||||
| OPI_CDEK = LoadScript(""%1/oint/core/Modules/OPI_CDEK.os"", Context);
|
||||
| Context.Insert(""OPI_CDEK"", OPI_CDEK);
|
||||
|
|
||||
| OPI_CDEK = LoadScript(""%1/oint/core/Modules/OPI_CDEK.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -783,10 +783,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_Dropbox"", Undefined);
|
||||
|
|
||||
| OPI_Dropbox = LoadScript(""%1/oint/core/Modules/OPI_Dropbox.os"", Context);
|
||||
| Context.Insert(""OPI_Dropbox"", OPI_Dropbox);
|
||||
|
|
||||
| OPI_Dropbox = LoadScript(""%1/oint/core/Modules/OPI_Dropbox.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -504,13 +504,13 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_GoogleCalendar"", Undefined);
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", Undefined);
|
||||
|
|
||||
| OPI_GoogleCalendar = LoadScript(""%1/oint/core/Modules/OPI_GoogleCalendar.os"", Context);
|
||||
| Context.Insert(""OPI_GoogleCalendar"", OPI_GoogleCalendar);
|
||||
| OPI_GoogleWorkspace = LoadScript(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"", Context);
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleCalendar = LoadScript(""%1/oint/core/Modules/OPI_GoogleCalendar.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -437,13 +437,13 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_GoogleDrive"", Undefined);
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", Undefined);
|
||||
|
|
||||
| OPI_GoogleDrive = LoadScript(""%1/oint/core/Modules/OPI_GoogleDrive.os"", Context);
|
||||
| Context.Insert(""OPI_GoogleDrive"", OPI_GoogleDrive);
|
||||
| OPI_GoogleWorkspace = LoadScript(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"", Context);
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleDrive = LoadScript(""%1/oint/core/Modules/OPI_GoogleDrive.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -159,10 +159,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", Undefined);
|
||||
|
|
||||
| OPI_GoogleWorkspace = LoadScript(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"", Context);
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleWorkspace = LoadScript(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -1258,10 +1258,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_GreenAPI"", Undefined);
|
||||
|
|
||||
| OPI_GreenAPI = LoadScript(""%1/oint/core/Modules/OPI_GreenAPI.os"", Context);
|
||||
| Context.Insert(""OPI_GreenAPI"", OPI_GreenAPI);
|
||||
|
|
||||
| OPI_GreenAPI = LoadScript(""%1/oint/core/Modules/OPI_GreenAPI.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -351,13 +351,13 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_GoogleSheets"", Undefined);
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", Undefined);
|
||||
|
|
||||
| OPI_GoogleSheets = LoadScript(""%1/oint/core/Modules/OPI_GoogleSheets.os"", Context);
|
||||
| Context.Insert(""OPI_GoogleSheets"", OPI_GoogleSheets);
|
||||
| OPI_GoogleWorkspace = LoadScript(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"", Context);
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleSheets = LoadScript(""%1/oint/core/Modules/OPI_GoogleSheets.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -309,13 +309,13 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_YandexID"", Undefined);
|
||||
| Context.Insert(""OPI_YandexMetrika"", Undefined);
|
||||
|
|
||||
| OPI_YandexID = LoadScript(""%1/oint/core/Modules/OPI_YandexID.os"", Context);
|
||||
| Context.Insert(""OPI_YandexID"", OPI_YandexID);
|
||||
| OPI_YandexMetrika = LoadScript(""%1/oint/core/Modules/OPI_YandexMetrika.os"", Context);
|
||||
| Context.Insert(""OPI_YandexMetrika"", OPI_YandexMetrika);
|
||||
|
|
||||
| OPI_YandexMetrika = LoadScript(""%1/oint/core/Modules/OPI_YandexMetrika.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -712,10 +712,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_MSSQL"", Undefined);
|
||||
|
|
||||
| OPI_MSSQL = LoadScript(""%1/oint/core/Modules/OPI_MSSQL.os"", Context);
|
||||
| Context.Insert(""OPI_MSSQL"", OPI_MSSQL);
|
||||
|
|
||||
| OPI_MSSQL = LoadScript(""%1/oint/core/Modules/OPI_MSSQL.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -702,10 +702,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_MySQL"", Undefined);
|
||||
|
|
||||
| OPI_MySQL = LoadScript(""%1/oint/core/Modules/OPI_MySQL.os"", Context);
|
||||
| Context.Insert(""OPI_MySQL"", OPI_MySQL);
|
||||
|
|
||||
| OPI_MySQL = LoadScript(""%1/oint/core/Modules/OPI_MySQL.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -202,10 +202,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_Neocities"", Undefined);
|
||||
|
|
||||
| OPI_Neocities = LoadScript(""%1/oint/core/Modules/OPI_Neocities.os"", Context);
|
||||
| Context.Insert(""OPI_Neocities"", OPI_Neocities);
|
||||
|
|
||||
| OPI_Neocities = LoadScript(""%1/oint/core/Modules/OPI_Neocities.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -472,10 +472,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_Notion"", Undefined);
|
||||
|
|
||||
| OPI_Notion = LoadScript(""%1/oint/core/Modules/OPI_Notion.os"", Context);
|
||||
| Context.Insert(""OPI_Notion"", OPI_Notion);
|
||||
|
|
||||
| OPI_Notion = LoadScript(""%1/oint/core/Modules/OPI_Notion.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -696,10 +696,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_Ollama"", Undefined);
|
||||
|
|
||||
| OPI_Ollama = LoadScript(""%1/oint/core/Modules/OPI_Ollama.os"", Context);
|
||||
| Context.Insert(""OPI_Ollama"", OPI_Ollama);
|
||||
|
|
||||
| OPI_Ollama = LoadScript(""%1/oint/core/Modules/OPI_Ollama.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -966,10 +966,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_OpenAI"", Undefined);
|
||||
|
|
||||
| OPI_OpenAI = LoadScript(""%1/oint/core/Modules/OPI_OpenAI.os"", Context);
|
||||
| Context.Insert(""OPI_OpenAI"", OPI_OpenAI);
|
||||
|
|
||||
| OPI_OpenAI = LoadScript(""%1/oint/core/Modules/OPI_OpenAI.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -1808,10 +1808,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_Ozon"", Undefined);
|
||||
|
|
||||
| OPI_Ozon = LoadScript(""%1/oint/core/Modules/OPI_Ozon.os"", Context);
|
||||
| Context.Insert(""OPI_Ozon"", OPI_Ozon);
|
||||
|
|
||||
| OPI_Ozon = LoadScript(""%1/oint/core/Modules/OPI_Ozon.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -733,10 +733,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_PostgreSQL"", Undefined);
|
||||
|
|
||||
| OPI_PostgreSQL = LoadScript(""%1/oint/core/Modules/OPI_PostgreSQL.os"", Context);
|
||||
| Context.Insert(""OPI_PostgreSQL"", OPI_PostgreSQL);
|
||||
|
|
||||
| OPI_PostgreSQL = LoadScript(""%1/oint/core/Modules/OPI_PostgreSQL.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -87,10 +87,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_RCON"", Undefined);
|
||||
|
|
||||
| OPI_RCON = LoadScript(""%1/oint/core/Modules/OPI_RCON.os"", Context);
|
||||
| Context.Insert(""OPI_RCON"", OPI_RCON);
|
||||
|
|
||||
| OPI_RCON = LoadScript(""%1/oint/core/Modules/OPI_RCON.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -1617,10 +1617,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_S3"", Undefined);
|
||||
|
|
||||
| OPI_S3 = LoadScript(""%1/oint/core/Modules/OPI_S3.os"", Context);
|
||||
| Context.Insert(""OPI_S3"", OPI_S3);
|
||||
|
|
||||
| OPI_S3 = LoadScript(""%1/oint/core/Modules/OPI_S3.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -1093,10 +1093,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_Slack"", Undefined);
|
||||
|
|
||||
| OPI_Slack = LoadScript(""%1/oint/core/Modules/OPI_Slack.os"", Context);
|
||||
| Context.Insert(""OPI_Slack"", OPI_Slack);
|
||||
|
|
||||
| OPI_Slack = LoadScript(""%1/oint/core/Modules/OPI_Slack.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -458,10 +458,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_SQLite"", Undefined);
|
||||
|
|
||||
| OPI_SQLite = LoadScript(""%1/oint/core/Modules/OPI_SQLite.os"", Context);
|
||||
| Context.Insert(""OPI_SQLite"", OPI_SQLite);
|
||||
|
|
||||
| OPI_SQLite = LoadScript(""%1/oint/core/Modules/OPI_SQLite.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -87,10 +87,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_TCP"", Undefined);
|
||||
|
|
||||
| OPI_TCP = LoadScript(""%1/oint/core/Modules/OPI_TCP.os"", Context);
|
||||
| Context.Insert(""OPI_TCP"", OPI_TCP);
|
||||
|
|
||||
| OPI_TCP = LoadScript(""%1/oint/core/Modules/OPI_TCP.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -1469,10 +1469,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_Telegram"", Undefined);
|
||||
|
|
||||
| OPI_Telegram = LoadScript(""%1/oint/core/Modules/OPI_Telegram.os"", Context);
|
||||
| Context.Insert(""OPI_Telegram"", OPI_Telegram);
|
||||
|
|
||||
| OPI_Telegram = LoadScript(""%1/oint/core/Modules/OPI_Telegram.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -78,10 +78,10 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""Utils"", Undefined);
|
||||
|
|
||||
|
||||
|
|
||||
| Utils = LoadScript(""C:/ProgramData/Jenkins/.jenkins/workspace/OpiMain/src/en/cli/tools/Modules/Utils.os"", Context);
|
||||
| Context.Insert(""Utils"", Utils);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -435,10 +435,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_Twitter"", Undefined);
|
||||
|
|
||||
| OPI_Twitter = LoadScript(""%1/oint/core/Modules/OPI_Twitter.os"", Context);
|
||||
| Context.Insert(""OPI_Twitter"", OPI_Twitter);
|
||||
|
|
||||
| OPI_Twitter = LoadScript(""%1/oint/core/Modules/OPI_Twitter.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -430,10 +430,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_Viber"", Undefined);
|
||||
|
|
||||
| OPI_Viber = LoadScript(""%1/oint/core/Modules/OPI_Viber.os"", Context);
|
||||
| Context.Insert(""OPI_Viber"", OPI_Viber);
|
||||
|
|
||||
| OPI_Viber = LoadScript(""%1/oint/core/Modules/OPI_Viber.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -1961,10 +1961,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_VK"", Undefined);
|
||||
|
|
||||
| OPI_VK = LoadScript(""%1/oint/core/Modules/OPI_VK.os"", Context);
|
||||
| Context.Insert(""OPI_VK"", OPI_VK);
|
||||
|
|
||||
| OPI_VK = LoadScript(""%1/oint/core/Modules/OPI_VK.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -1044,13 +1044,13 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_VK"", Undefined);
|
||||
| Context.Insert(""OPI_VKTeams"", Undefined);
|
||||
|
|
||||
| OPI_VK = LoadScript(""%1/oint/core/Modules/OPI_VK.os"", Context);
|
||||
| Context.Insert(""OPI_VK"", OPI_VK);
|
||||
| OPI_VKTeams = LoadScript(""%1/oint/core/Modules/OPI_VKTeams.os"", Context);
|
||||
| Context.Insert(""OPI_VKTeams"", OPI_VKTeams);
|
||||
|
|
||||
| OPI_VKTeams = LoadScript(""%1/oint/core/Modules/OPI_VKTeams.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -555,13 +555,13 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_YandexDisk"", Undefined);
|
||||
| Context.Insert(""OPI_YandexID"", Undefined);
|
||||
|
|
||||
| OPI_YandexDisk = LoadScript(""%1/oint/core/Modules/OPI_YandexDisk.os"", Context);
|
||||
| Context.Insert(""OPI_YandexDisk"", OPI_YandexDisk);
|
||||
| OPI_YandexID = LoadScript(""%1/oint/core/Modules/OPI_YandexID.os"", Context);
|
||||
| Context.Insert(""OPI_YandexID"", OPI_YandexID);
|
||||
|
|
||||
| OPI_YandexDisk = LoadScript(""%1/oint/core/Modules/OPI_YandexDisk.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -243,13 +243,13 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_YandexID"", Undefined);
|
||||
| Context.Insert(""OPI_YandexMarket"", Undefined);
|
||||
|
|
||||
| OPI_YandexID = LoadScript(""%1/oint/core/Modules/OPI_YandexID.os"", Context);
|
||||
| Context.Insert(""OPI_YandexID"", OPI_YandexID);
|
||||
| OPI_YandexMarket = LoadScript(""%1/oint/core/Modules/OPI_YandexMarket.os"", Context);
|
||||
| Context.Insert(""OPI_YandexMarket"", OPI_YandexMarket);
|
||||
|
|
||||
| OPI_YandexMarket = LoadScript(""%1/oint/core/Modules/OPI_YandexMarket.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -98,10 +98,11 @@ Function GetConnectionString() Export
|
||||
|
||||
Return "
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_YandexID"", Undefined);
|
||||
|
|
||||
| OPI_YandexID = LoadScript(""%1/oint/core/Modules/OPI_YandexID.os"", Context);
|
||||
| Context.Insert(""OPI_YandexID"", OPI_YandexID);
|
||||
|
|
||||
| OPI_YandexID = LoadScript(""%1/oint/core/Modules/OPI_YandexID.os"", Context);
|
||||
|" + Chars.LF;
|
||||
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#Использовать "./internal"
|
||||
#Использовать "../../../oint/tools"
|
||||
#Использовать "../../../oint/Moudles/internal"
|
||||
#Использовать "../../../oint/tools/Modules/internal"
|
||||
|
||||
Перем СоответствиеКомандМодулей;
|
||||
Перем Версия;
|
||||
|
@@ -829,10 +829,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_Airtable"", Неопределено);
|
||||
|
|
||||
| OPI_Airtable = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Airtable.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_Airtable"", OPI_Airtable);
|
||||
|
|
||||
| OPI_Airtable = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Airtable.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -6568,10 +6568,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_Bitrix24"", Неопределено);
|
||||
|
|
||||
| OPI_Bitrix24 = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Bitrix24.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_Bitrix24"", OPI_Bitrix24);
|
||||
|
|
||||
| OPI_Bitrix24 = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Bitrix24.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -1135,10 +1135,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_CDEK"", Неопределено);
|
||||
|
|
||||
| OPI_CDEK = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_CDEK.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_CDEK"", OPI_CDEK);
|
||||
|
|
||||
| OPI_CDEK = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_CDEK.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -795,10 +795,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_Dropbox"", Неопределено);
|
||||
|
|
||||
| OPI_Dropbox = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Dropbox.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_Dropbox"", OPI_Dropbox);
|
||||
|
|
||||
| OPI_Dropbox = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Dropbox.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -504,13 +504,13 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_GoogleCalendar"", Неопределено);
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", Неопределено);
|
||||
|
|
||||
| OPI_GoogleCalendar = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleCalendar.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_GoogleCalendar"", OPI_GoogleCalendar);
|
||||
| OPI_GoogleWorkspace = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleCalendar = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleCalendar.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -437,13 +437,13 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_GoogleDrive"", Неопределено);
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", Неопределено);
|
||||
|
|
||||
| OPI_GoogleDrive = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleDrive.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_GoogleDrive"", OPI_GoogleDrive);
|
||||
| OPI_GoogleWorkspace = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleDrive = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleDrive.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -163,10 +163,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", Неопределено);
|
||||
|
|
||||
| OPI_GoogleWorkspace = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleWorkspace = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -1270,10 +1270,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_GreenAPI"", Неопределено);
|
||||
|
|
||||
| OPI_GreenAPI = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GreenAPI.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_GreenAPI"", OPI_GreenAPI);
|
||||
|
|
||||
| OPI_GreenAPI = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GreenAPI.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -363,13 +363,13 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_GoogleSheets"", Неопределено);
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", Неопределено);
|
||||
|
|
||||
| OPI_GoogleSheets = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleSheets.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_GoogleSheets"", OPI_GoogleSheets);
|
||||
| OPI_GoogleWorkspace = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleSheets = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleSheets.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -309,13 +309,13 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_YandexID"", Неопределено);
|
||||
| Контекст.Вставить(""OPI_YandexMetrika"", Неопределено);
|
||||
|
|
||||
| OPI_YandexID = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexID.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_YandexID"", OPI_YandexID);
|
||||
| OPI_YandexMetrika = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexMetrika.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_YandexMetrika"", OPI_YandexMetrika);
|
||||
|
|
||||
| OPI_YandexMetrika = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexMetrika.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -732,10 +732,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_MSSQL"", Неопределено);
|
||||
|
|
||||
| OPI_MSSQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_MSSQL.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_MSSQL"", OPI_MSSQL);
|
||||
|
|
||||
| OPI_MSSQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_MSSQL.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -722,10 +722,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_MySQL"", Неопределено);
|
||||
|
|
||||
| OPI_MySQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_MySQL.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_MySQL"", OPI_MySQL);
|
||||
|
|
||||
| OPI_MySQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_MySQL.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -206,10 +206,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_Neocities"", Неопределено);
|
||||
|
|
||||
| OPI_Neocities = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Neocities.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_Neocities"", OPI_Neocities);
|
||||
|
|
||||
| OPI_Neocities = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Neocities.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -472,10 +472,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_Notion"", Неопределено);
|
||||
|
|
||||
| OPI_Notion = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Notion.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_Notion"", OPI_Notion);
|
||||
|
|
||||
| OPI_Notion = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Notion.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -708,10 +708,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_Ollama"", Неопределено);
|
||||
|
|
||||
| OPI_Ollama = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Ollama.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_Ollama"", OPI_Ollama);
|
||||
|
|
||||
| OPI_Ollama = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Ollama.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -974,10 +974,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_OpenAI"", Неопределено);
|
||||
|
|
||||
| OPI_OpenAI = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_OpenAI.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_OpenAI"", OPI_OpenAI);
|
||||
|
|
||||
| OPI_OpenAI = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_OpenAI.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -1894,10 +1894,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_Ozon"", Неопределено);
|
||||
|
|
||||
| OPI_Ozon = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Ozon.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_Ozon"", OPI_Ozon);
|
||||
|
|
||||
| OPI_Ozon = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Ozon.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -753,10 +753,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_PostgreSQL"", Неопределено);
|
||||
|
|
||||
| OPI_PostgreSQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_PostgreSQL.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_PostgreSQL"", OPI_PostgreSQL);
|
||||
|
|
||||
| OPI_PostgreSQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_PostgreSQL.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -87,10 +87,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_RCON"", Неопределено);
|
||||
|
|
||||
| OPI_RCON = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_RCON.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_RCON"", OPI_RCON);
|
||||
|
|
||||
| OPI_RCON = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_RCON.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -1621,10 +1621,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_S3"", Неопределено);
|
||||
|
|
||||
| OPI_S3 = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_S3.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_S3"", OPI_S3);
|
||||
|
|
||||
| OPI_S3 = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_S3.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -1123,10 +1123,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_Slack"", Неопределено);
|
||||
|
|
||||
| OPI_Slack = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Slack.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_Slack"", OPI_Slack);
|
||||
|
|
||||
| OPI_Slack = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Slack.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -478,10 +478,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_SQLite"", Неопределено);
|
||||
|
|
||||
| OPI_SQLite = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_SQLite.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_SQLite"", OPI_SQLite);
|
||||
|
|
||||
| OPI_SQLite = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_SQLite.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -87,10 +87,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_TCP"", Неопределено);
|
||||
|
|
||||
| OPI_TCP = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_TCP.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_TCP"", OPI_TCP);
|
||||
|
|
||||
| OPI_TCP = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_TCP.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -1483,10 +1483,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_Telegram"", Неопределено);
|
||||
|
|
||||
| OPI_Telegram = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Telegram.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_Telegram"", OPI_Telegram);
|
||||
|
|
||||
| OPI_Telegram = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Telegram.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -78,10 +78,10 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""Utils"", Неопределено);
|
||||
|
|
||||
|
||||
|
|
||||
| Utils = ЗагрузитьСценарий(""C:/ProgramData/Jenkins/.jenkins/workspace/OpiMain/src/ru/cli/tools/Modules/Utils.os"", Контекст);
|
||||
| Контекст.Вставить(""Utils"", Utils);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -459,10 +459,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_Twitter"", Неопределено);
|
||||
|
|
||||
| OPI_Twitter = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Twitter.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_Twitter"", OPI_Twitter);
|
||||
|
|
||||
| OPI_Twitter = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Twitter.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -438,10 +438,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_Viber"", Неопределено);
|
||||
|
|
||||
| OPI_Viber = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Viber.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_Viber"", OPI_Viber);
|
||||
|
|
||||
| OPI_Viber = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_Viber.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -2003,10 +2003,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_VK"", Неопределено);
|
||||
|
|
||||
| OPI_VK = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_VK.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_VK"", OPI_VK);
|
||||
|
|
||||
| OPI_VK = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_VK.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -1056,13 +1056,13 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_VK"", Неопределено);
|
||||
| Контекст.Вставить(""OPI_VKTeams"", Неопределено);
|
||||
|
|
||||
| OPI_VK = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_VK.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_VK"", OPI_VK);
|
||||
| OPI_VKTeams = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_VKTeams.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_VKTeams"", OPI_VKTeams);
|
||||
|
|
||||
| OPI_VKTeams = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_VKTeams.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -555,13 +555,13 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_YandexDisk"", Неопределено);
|
||||
| Контекст.Вставить(""OPI_YandexID"", Неопределено);
|
||||
|
|
||||
| OPI_YandexDisk = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexDisk.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_YandexDisk"", OPI_YandexDisk);
|
||||
| OPI_YandexID = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexID.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_YandexID"", OPI_YandexID);
|
||||
|
|
||||
| OPI_YandexDisk = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexDisk.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -247,13 +247,13 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_YandexID"", Неопределено);
|
||||
| Контекст.Вставить(""OPI_YandexMarket"", Неопределено);
|
||||
|
|
||||
| OPI_YandexID = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexID.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_YandexID"", OPI_YandexID);
|
||||
| OPI_YandexMarket = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexMarket.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_YandexMarket"", OPI_YandexMarket);
|
||||
|
|
||||
| OPI_YandexMarket = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexMarket.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
@@ -98,10 +98,11 @@
|
||||
|
||||
Возврат "
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_YandexID"", Неопределено);
|
||||
|
|
||||
| OPI_YandexID = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexID.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_YandexID"", OPI_YandexID);
|
||||
|
|
||||
| OPI_YandexID = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexID.os"", Контекст);
|
||||
|" + Символы.ПС;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user