1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-07 21:19:07 +03:00
parent e6b69d395f
commit 1420ca1c8e
329 changed files with 7140 additions and 7146 deletions
@@ -7,4 +7,4 @@
Token = "37d1fe66006e9f06006b12e400000001000...";
FieldID = "257";
Result = OPI_Bitrix24.DeleteCustomTaskField(URL, FieldID, );
Result = OPI_Bitrix24.DeleteCustomTaskField(URL, FieldID, Token);
@@ -8,4 +8,4 @@
Time = OPI_Tools.GetCurrentDate();
Report = "Time off";
Result = OPI_Bitrix24.StopTimekeeping(URL, UserID, Time, Report, );
Result = OPI_Bitrix24.StopTimekeeping(URL, UserID, Time, Report, Token);
@@ -4,4 +4,8 @@
SecondaryColor = "#ffd800";
Hidden = False;
Result = OPI_GoogleCalendar.EditListCalendar(Token, Calendar, PrimaryColor, SecondaryColor, False);
Result = OPI_GoogleCalendar.EditListCalendar(Token
, Calendar
, PrimaryColor
, SecondaryColor
, Hidden);
@@ -1,3 +1 @@
Parameters = GetVKParameters();
Result = OPI_VK.GetProductDescription();
Result = OPI_VK.GetProductDescription();
@@ -36,7 +36,7 @@ Method at API documentation: [task.item.userfield.delete](https://dev.1c-bitrix.
Token = "37d1fe66006e9f06006b12e400000001000...";
FieldID = "257";
Result = OPI_Bitrix24.DeleteCustomTaskField(URL, FieldID, );
Result = OPI_Bitrix24.DeleteCustomTaskField(URL, FieldID, Token);
```
@@ -39,7 +39,7 @@ Method at API documentation: [timeman.close](https://dev.1c-bitrix.ru/rest_help/
Time = OPI_Tools.GetCurrentDate();
Report = "Time off";
Result = OPI_Bitrix24.StopTimekeeping(URL, UserID, Time, Report, );
Result = OPI_Bitrix24.StopTimekeeping(URL, UserID, Time, Report, Token);
```
@@ -32,7 +32,11 @@ sidebar_position: 5
SecondaryColor = "#ffd800";
Hidden = False;
Result = OPI_GoogleCalendar.EditListCalendar(Token, Calendar, PrimaryColor, SecondaryColor, False);
Result = OPI_GoogleCalendar.EditListCalendar(Token
, Calendar
, PrimaryColor
, SecondaryColor
, Hidden);
```
@@ -22,8 +22,6 @@ sidebar_position: 8
```bsl title="Code example"
Parameters = GetVKParameters();
Result = OPI_VK.GetProductDescription();
```