Skip to content

Commit

Permalink
Main build (Jenkins)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyTheAlpaca committed Sep 27, 2024
1 parent 7a3338a commit d972986
Show file tree
Hide file tree
Showing 950 changed files with 7,122 additions and 35,912 deletions.
2 changes: 1 addition & 1 deletion docs/en/examples/Bitrix24/AddCustomTaskField.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Result = OPI_Bitrix24.AddCustomTaskField(URL, Type, Name);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";

Type = "string";
Name = "TEXT_FIELD";
Expand Down
2 changes: 1 addition & 1 deletion docs/en/examples/Bitrix24/AddKanbanStage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
Color = "0026FF";

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";

Result = OPI_Bitrix24.AddKanbanStage(URL, Name, Color, PrevStageID, , True, Token);
4 changes: 2 additions & 2 deletions docs/en/examples/Bitrix24/AddPostComment.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
 Text = "Comment for post";
PostID = "604";
PostID = "836";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";

Result = OPI_Bitrix24.AddPostComment(URL, PostID, Text);

Text = "Another comment";
URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";

Result = OPI_Bitrix24.AddPostComment(URL, PostID, Text, Token);
4 changes: 2 additions & 2 deletions docs/en/examples/Bitrix24/AddPostRecipients.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
 Visibility = "UA";
PostID = "604";
PostID = "836";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";

Result = OPI_Bitrix24.AddPostRecipients(URL, PostID, Visibility);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";

Result = OPI_Bitrix24.AddPostRecipients(URL, PostID, Visibility, Token);
4 changes: 2 additions & 2 deletions docs/en/examples/Bitrix24/AddTaskComment.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
TaskID = "1518";
TaskID = "2108";

Text = "Task impossible, let's split up";

Result = OPI_Bitrix24.AddTaskComment(URL, TaskID, Text);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";

Text = "Task uninpossible, don't split up";

Expand Down
4 changes: 2 additions & 2 deletions docs/en/examples/Bitrix24/AddTaskTimeAccounting.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
TaskID = "1524";
TaskID = "2112";

Time = 3600;

Result = OPI_Bitrix24.AddTaskTimeAccounting(URL, TaskID, Time);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";

Text = "Time spent on work";
UserID = 10;
Expand Down
6 changes: 3 additions & 3 deletions docs/en/examples/Bitrix24/AddTaskToFavorites.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
TaskID = "1514";
TaskID = "2104";

Result = OPI_Bitrix24.AddTaskToFavorites(URL, TaskID);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
TaskID = "1516";
Token = "c3abf666006e9f06006b12e400000001000...";
TaskID = "2106";

Result = OPI_Bitrix24.AddTaskToFavorites(URL, TaskID, Token);
6 changes: 3 additions & 3 deletions docs/en/examples/Bitrix24/AddTasksChecklistElement.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
TaskID = "1514";
TaskID = "2104";

Text = "Checklist element";

Result = OPI_Bitrix24.AddTasksChecklistElement(URL, TaskID, Text, True);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
TaskID = "1516";
Token = "c3abf666006e9f06006b12e400000001000...";
TaskID = "2106";

Result = OPI_Bitrix24.AddTasksChecklistElement(URL, TaskID, Text, , Token);
6 changes: 3 additions & 3 deletions docs/en/examples/Bitrix24/AddUsersToChat.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
ChatID = "642";
ChatID = "872";

UserIDs = New Array;
UserIDs.Add(10);
Expand All @@ -8,8 +8,8 @@
Result = OPI_Bitrix24.AddUsersToChat(URL, ChatID, UserIDs);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
ChatID = "644";
Token = "c3abf666006e9f06006b12e400000001000...";
ChatID = "874";
UserID = 10;

Result = OPI_Bitrix24.AddUsersToChat(URL, ChatID, UserID, True, Token);
6 changes: 3 additions & 3 deletions docs/en/examples/Bitrix24/ApproveTask.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
TaskID = "1514";
TaskID = "2104";

Result = OPI_Bitrix24.ApproveTask(URL, TaskID);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
TaskID = "1516";
Token = "c3abf666006e9f06006b12e400000001000...";
TaskID = "2106";

Result = OPI_Bitrix24.ApproveTask(URL, TaskID, Token);
8 changes: 4 additions & 4 deletions docs/en/examples/Bitrix24/AttachFileToTopic.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
TaskID = "1514";
FileID = "7576";
TaskID = "2104";
FileID = "10832";

Result = OPI_Bitrix24.AttachFileToTopic(URL, TaskID, FileID);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
TaskID = "1516";
Token = "c3abf666006e9f06006b12e400000001000...";
TaskID = "2106";

Result = OPI_Bitrix24.AttachFileToTopic(URL, TaskID, FileID, Token);
4 changes: 2 additions & 2 deletions docs/en/examples/Bitrix24/ChangeChatColor.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
ChatID = "642";
ChatID = "872";

Color = "AZURE";

Result = OPI_Bitrix24.ChangeChatColor(URL, ChatID, Color);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";

Color = "PURPLE";

Expand Down
6 changes: 3 additions & 3 deletions docs/en/examples/Bitrix24/ChangeChatOwner.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
ChatID = "642";
ChatID = "872";

UserID = 10;

Result = OPI_Bitrix24.ChangeChatOwner(URL, ChatID, UserID);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
ChatID = "644";
Token = "c3abf666006e9f06006b12e400000001000...";
ChatID = "874";

Result = OPI_Bitrix24.ChangeChatOwner(URL, ChatID, UserID, Token);
6 changes: 3 additions & 3 deletions docs/en/examples/Bitrix24/ChangeChatPicture.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
ChatID = "642";
ChatID = "872";

Image = "https://openintegrations.dev/test_data/picture2.jpg";

Result = OPI_Bitrix24.ChangeChatPicture(URL, ChatID, Image);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
ChatID = "644";
Token = "c3abf666006e9f06006b12e400000001000...";
ChatID = "874";

Result = OPI_Bitrix24.ChangeChatPicture(URL, ChatID, Image, Token);
6 changes: 3 additions & 3 deletions docs/en/examples/Bitrix24/ChangeChatTitle.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
ChatID = "642";
ChatID = "872";

Title = "New chat title";

Result = OPI_Bitrix24.ChangeChatTitle(URL, ChatID, Title);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
ChatID = "644";
Token = "c3abf666006e9f06006b12e400000001000...";
ChatID = "874";

Title = "Another title";

Expand Down
6 changes: 3 additions & 3 deletions docs/en/examples/Bitrix24/ChangeUserStatus.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
UserID = "260";
UserID = "490";

Result = OPI_Bitrix24.ChangeUserStatus(URL, UserID, True);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
UserID = "262";
Token = "c3abf666006e9f06006b12e400000001000...";
UserID = "492";

Result = OPI_Bitrix24.ChangeUserStatus(URL, UserID, True, Token);
6 changes: 3 additions & 3 deletions docs/en/examples/Bitrix24/CheckTaskAccesses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
ArrayOfUsers.Add("10");

URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
TaskID = "1514";
TaskID = "2104";

Result = OPI_Bitrix24.CheckTaskAccesses(URL, TaskID, ArrayOfUsers);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
TaskID = "1516";
Token = "c3abf666006e9f06006b12e400000001000...";
TaskID = "2106";

Result = OPI_Bitrix24.CheckTaskAccesses(URL, TaskID, ArrayOfUsers, Token);
6 changes: 3 additions & 3 deletions docs/en/examples/Bitrix24/CompleteTask.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
TaskID = "1514";
TaskID = "2104";

Result = OPI_Bitrix24.CompleteTask(URL, TaskID);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
TaskID = "1516";
Token = "c3abf666006e9f06006b12e400000001000...";
TaskID = "2106";

Result = OPI_Bitrix24.CompleteTask(URL, TaskID, Token);
10 changes: 5 additions & 5 deletions docs/en/examples/Bitrix24/CompleteTasksChecklistElement.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
TaskID = "1514";
ElementID = "748";
TaskID = "2104";
ElementID = "1218";

Result = OPI_Bitrix24.CompleteTasksChecklistElement(URL, TaskID, ElementID);

TaskID = "1516";
ElementID = "752";
TaskID = "2106";
ElementID = "1222";

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";

Result = OPI_Bitrix24.CompleteTasksChecklistElement(URL, TaskID, ElementID, Token);
2 changes: 1 addition & 1 deletion docs/en/examples/Bitrix24/CreateChat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Result = OPI_Bitrix24.CreateChat(URL, ChatStructure);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";

ChatStructure = New Structure;
ChatStructure.Insert("TYPE" , "CHAT");
Expand Down
2 changes: 1 addition & 1 deletion docs/en/examples/Bitrix24/CreateDeal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
FieldsStructure.Insert("CLOSEDATE", "2031-01-01");

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";

Result = OPI_Bitrix24.CreateDeal(URL, FieldsStructure, Token);
4 changes: 2 additions & 2 deletions docs/en/examples/Bitrix24/CreateDepartment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
Result = OPI_Bitrix24.CreateDepartment(URL, Name, ParentID);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";

Name = "Subordinate department";
ParentID = "246";
ParentID = "478";
HeadID = 1;

Result = OPI_Bitrix24.CreateDepartment(URL, Name, ParentID, HeadID, Token);
2 changes: 1 addition & 1 deletion docs/en/examples/Bitrix24/CreateLead.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
FieldsStructure.Insert("LAST_NAME" , "Ivanov");

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";

Result = OPI_Bitrix24.CreateLead(URL, FieldsStructure, Token);
2 changes: 1 addition & 1 deletion docs/en/examples/Bitrix24/CreatePersonalNotification.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Result = OPI_Bitrix24.CreatePersonalNotification(URL, UserID, Text, ,Attachments);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";
Tag = "New";
UserID = 10;

Expand Down
2 changes: 1 addition & 1 deletion docs/en/examples/Bitrix24/CreatePost.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
Result = OPI_Bitrix24.CreatePost(URL, Text, , Files, Title, True);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";

Result = OPI_Bitrix24.CreatePost(URL, Text, , Files, Title, , Token);
6 changes: 3 additions & 3 deletions docs/en/examples/Bitrix24/CreateResultFromComment.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
CommentID = "3974";
CommentID = "5286";

Result = OPI_Bitrix24.CreateResultFromComment(URL, CommentID);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
CommentID = "3976";
Token = "c3abf666006e9f06006b12e400000001000...";
CommentID = "5288";

Result = OPI_Bitrix24.CreateResultFromComment(URL, CommentID, Token);
2 changes: 1 addition & 1 deletion docs/en/examples/Bitrix24/CreateStorageFolder.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
Result = OPI_Bitrix24.CreateStorageFolder(URL, StorageID, Filename2);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";

Result = OPI_Bitrix24.CreateStorageFolder(URL, StorageID, Name, Token);
4 changes: 2 additions & 2 deletions docs/en/examples/Bitrix24/CreateSubfolder.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
 FolderID = "7586";
 FolderID = "10842";
Name = "New subfolder";
Filename2 = "New subfolder 2";

Expand All @@ -7,6 +7,6 @@
Result = OPI_Bitrix24.CreateSubfolder(URL, FolderID, Filename2);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";

Result = OPI_Bitrix24.CreateSubfolder(URL, FolderID, Name, Token);
2 changes: 1 addition & 1 deletion docs/en/examples/Bitrix24/CreateSystemNotification.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Result = OPI_Bitrix24.CreateSystemNotification(URL, UserID, Text, ,Attachments);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";
Tag = "New";
UserID = 10;

Expand Down
2 changes: 1 addition & 1 deletion docs/en/examples/Bitrix24/CreateTask.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
Result = OPI_Bitrix24.CreateTask(URL, TaskData);

URL = "b24-ar17wx.bitrix24.by";
Token = "b529cb66006e9f06006b12e400000001000...";
Token = "c3abf666006e9f06006b12e400000001000...";

Result = OPI_Bitrix24.CreateTask(URL, TaskData, Token);
Loading

0 comments on commit d972986

Please sign in to comment.