1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-01 22:29:52 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-11 09:59:59 +03:00
parent 20ffe61fc5
commit 4064c6233e
120 changed files with 5723 additions and 5386 deletions

View File

@@ -7,4 +7,4 @@
Token = "37d1fe66006e9f06006b12e400000001000...";
FieldID = "257";
Result = OPI_Bitrix24.GetCustomTaskField(URL, FieldID, );
Result = OPI_Bitrix24.GetCustomTaskField(URL, FieldID);

View File

@@ -2,10 +2,8 @@
Result = OPI_Bitrix24.GetTimekeepingSettings(URL);
Hour = 3600;
URL = "b24-ar17wx.bitrix24.by";
Token = "37d1fe66006e9f06006b12e400000001000...";
UserID = 1;
Result = OPI_Bitrix24.GetTimekeepingSettings(URL, UserID);
Result = OPI_Bitrix24.GetTimekeepingSettings(URL, UserID, Token);

View File

@@ -2,10 +2,8 @@
Result = OPI_Bitrix24.GetTimekeepingStatus(URL);
Hour = 3600;
URL = "b24-ar17wx.bitrix24.by";
Token = "37d1fe66006e9f06006b12e400000001000...";
UserID = 1;
Result = OPI_Bitrix24.GetTimekeepingStatus(URL, UserID);
Result = OPI_Bitrix24.GetTimekeepingStatus(URL, UserID, Token);

View File

@@ -2,10 +2,8 @@
Result = OPI_Bitrix24.PauseTimekeeping(URL);
Hour = 3600;
URL = "b24-ar17wx.bitrix24.by";
Token = "37d1fe66006e9f06006b12e400000001000...";
UserID = 1;
Result = OPI_Bitrix24.PauseTimekeeping(URL, UserID);
Result = OPI_Bitrix24.PauseTimekeeping(URL, UserID, Token);

View File

@@ -10,4 +10,4 @@
Time = OPI_Tools.GetCurrentDate() - Hour;
Report = "Late";
Result = OPI_Bitrix24.StartTimekeeping(URL, UserID, Time, Report, );
Result = OPI_Bitrix24.StartTimekeeping(URL, UserID, Time, Report, Token);