1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-09-01 20:11:52 +03:00
parent a02e43334c
commit fa3ecdbbe5
191 changed files with 9165 additions and 9091 deletions

View File

@@ -1,5 +1,5 @@
 Token = "6129457865:AAFyzNYOAFbu...";
Chat = "-1001971186208";
Topic = "11197";
Topic = "11208";
Result = OPI_Telegram.ClearThreadPinnedMessagesList(Token, Chat);

View File

@@ -1,6 +1,6 @@
 Token = "6129457865:AAFyzNYOAFbu...";
Chat = "-1001971186208";
Topic = "11197";
Topic = "11208";
Result = OPI_Telegram.CloseForumThread(Token, Chat); // Closes main topic

View File

@@ -1,5 +1,5 @@
 Token = "6129457865:AAFyzNYOAFbu...";
Chat = "-1001971186208";
Topic = "11197";
Topic = "11208";
Result = OPI_Telegram.DeleteForumTopic(Token, Chat, Topic);

View File

@@ -1,5 +1,5 @@
 Token = "6129457865:AAFyzNYOAFbu...";
ChatID = "@testsichee";
MessageID = "19999";
MessageID = "20020";
Result = OPI_Telegram.DeleteMessage(Token, ChatID, MessageID);

View File

@@ -1,4 +1,4 @@
 FileID = "CQACAgIAAx0EcNsaZQACTihotVy19BG8OfJeroIh8z_3_rjp4AACnXsAAsO6qUkMYnSqVYQTSzYE";
 FileID = "CQACAgIAAx0EcNsaZQACTj1otafA9qOMeepy5tr0PRhcriTDswACt4AAAsO6qUksrgZAK0QmsjYE";
Token = "6129457865:AAFyzNYOAFbu...";
Result = OPI_Telegram.DownloadFile(Token, FileID);

View File

@@ -1,6 +1,6 @@
 Token = "6129457865:AAFyzNYOAFbu...";
Chat = "-1001971186208";
Topic = "11197";
Topic = "11208";
NewName = "NewTestTitle";
NewIcon = "5310132165583840589";

View File

@@ -1,6 +1,6 @@
 Token = "6129457865:AAFyzNYOAFbu...";
ChatID = "461699897";
ChannelID = "@testsichee";
MessageID = "19999";
MessageID = "20020";
Result = OPI_Telegram.ForwardMessage(Token, MessageID, ChannelID, ChatID);

View File

@@ -1,6 +1,6 @@
 Token = "6129457865:AAFyzNYOAFbu...";
Chat = "-1001971186208";
Topic = "11197";
Topic = "11208";
Result = OPI_Telegram.OpenForumThread(Token, Chat); // Opens main topic

View File

@@ -1,5 +1,5 @@
 Token = "6129457865:AAFyzNYOAFbu...";
ChannelID = "@testsichee";
MessageID = "19999";
MessageID = "20020";
Result = OPI_Telegram.PinMessage(Token, ChannelID, MessageID);

View File

@@ -1,6 +1,6 @@
 Token = "6129457865:AAFyzNYOAFbu...";
ChatID = "461699897";
MessageID = "15789";
MessageID = "15805";
Description = "New picture description";
Result = OPI_Telegram.ReplaceMessageCaption(Token, ChatID, MessageID, Description);

View File

@@ -1,6 +1,6 @@
 Token = "6129457865:AAFyzNYOAFbu...";
ChatID = "461699897";
MessageID = "15786";
MessageID = "15802";
ButtonArray = New Array;
ButtonArray.Add("New button 3");

View File

@@ -1,6 +1,6 @@
 Token = "6129457865:AAFyzNYOAFbu...";
ChatID = "@testsichee";
MessageID = "19999";
MessageID = "20020";
Text = "New message text";
Result = OPI_Telegram.ReplaceMessageText(Token, ChatID, MessageID, Text);

View File

@@ -1,5 +1,5 @@
 Token = "6129457865:AAFyzNYOAFbu...";
ChannelID = "@testsichee";
MessageID = "19999";
MessageID = "20020";
Result = OPI_Telegram.UnpinMessage(Token, ChannelID, MessageID);

View File

@@ -2,7 +2,7 @@
Image1 = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, Binary or File path
Image2 = "https://hut.openintegrations.dev/test_data/picture2.jpg"; // URL, Binary or File path
Selection = "136";
Selection = "137";
ImageArray = New Array;
ImageArray.Add(Image1);

View File

@@ -1,6 +1,6 @@
 Parameters = GetVKParameters();
Property = "4135";
Property = "4154";
OptionArray = New Array;
OptionArray.Add("Yellow");
OptionArray.Add("Blue");

View File

@@ -1,6 +1,6 @@
 Parameters = GetVKParameters();
Product = "11761304";
Selection = "136";
Product = "11763275";
Selection = "137";
Result = OPI_VK.AddProductToCollection(Product, Selection, Parameters);

View File

@@ -1,3 +1,3 @@
 Parameters = GetVKParameters();
DiscussionID = "54086168";
DiscussionID = "54086682";
Result = OPI_VK.CloseDiscussion(DiscussionID, False, Parameters);

View File

@@ -1,9 +1,9 @@
 Parameters = GetVKParameters();
CampaignNumber = "1031536174";
CampaignNumber = "1031537328";
DailyLimit = 150;
CategoryNumber = 126;
PostID = "9269";
PostID = "9279";
AccountID = "1607951446";
Result = OPI_VK.CreateAd(CampaignNumber

View File

@@ -2,8 +2,8 @@
Image1 = "https://hut.openintegrations.dev/test_data/picture.jpg";
Image2 = "https://hut.openintegrations.dev/test_data/picture2.jpg";
PropVariant1 = "7701";
PropVariant2 = "7702";
PropVariant1 = "7722";
PropVariant2 = "7723";
ImageArray = New Array;
ImageArray.Add(Image1);

View File

@@ -1,4 +1,4 @@
 Parameters = GetVKParameters();
AlbumID = "309903969";
AlbumID = "309910317";
Result = OPI_VK.DeleteAlbum(AlbumID, Parameters);

View File

@@ -1,5 +1,5 @@
 Parameters = GetVKParameters();
Selection = "136";
Selection = "137";
Result = OPI_VK.DeleteSelection(Selection, Parameters);

View File

@@ -1,4 +1,4 @@
 Parameters = GetVKParameters();
PostID = "9269";
PostID = "9279";
Result = OPI_VK.DeletePost(PostID, Parameters);

View File

@@ -1,5 +1,5 @@
 Parameters = GetVKParameters();
Product = "11761304";
Product = "11763275";
Result = OPI_VK.DeleteProduct(Product, Parameters);

View File

@@ -1,5 +1,5 @@
 Parameters = GetVKParameters();
Property = "4135";
Property = "4154";
Result = OPI_VK.DeleteProductProperty(Property, Parameters);

View File

@@ -1,5 +1,5 @@
 Parameters = GetVKParameters();
Option = "7701";
Option = "7722";
Result = OPI_VK.DeleteProductPropertyVariant(Option, Parameters);

View File

@@ -1,6 +1,6 @@
 Parameters = GetVKParameters();
Product = "11761304";
Product = "11763275";
ProductDescription = New Map;
ProductDescription.Insert("Name", "EditedTestProduct");

View File

@@ -1,6 +1,6 @@
 Parameters = GetVKParameters();
Name = "EditedCollection";
Selection = "136";
Selection = "137";
Result = OPI_VK.EditProductCollection(Name, Selection, , , , Parameters);

View File

@@ -1,6 +1,6 @@
 Parameters = GetVKParameters();
Name = "Color (change.)";
Property = "4135";
Property = "4154";
Result = OPI_VK.EditProductProperty(Name, Property, Parameters);

View File

@@ -1,7 +1,7 @@
 Parameters = GetVKParameters();
Property = "4135";
Option = "7701";
Property = "4154";
Option = "7722";
Value = "New variant name";
Result = OPI_VK.EditProductPropertyVariant(Value, Property, Option, Parameters);

View File

@@ -1,7 +1,7 @@
 Parameters = GetVKParameters();
Item1 = "11761312";
Item2 = "11761313";
Item1 = "11763281";
Item2 = "11763284";
ProductsArray = New Array;
ProductsArray.Add(Item1);

View File

@@ -1,4 +1,4 @@
 Parameters = GetVKParameters();
Selection = "136";
Selection = "137";
Result = OPI_VK.GetSelectionsByID(Selection, Parameters);

View File

@@ -1,7 +1,7 @@
 Parameters = GetVKParameters();
Item1 = "11761312";
Item2 = "11761313";
Item1 = "11763281";
Item2 = "11763284";
ProductsArray = New Array;
ProductsArray.Add(Item1);

View File

@@ -1,4 +1,4 @@
 Parameters = GetVKParameters();
PostID = "9269";
PostID = "9279";
Result = OPI_VK.LikePost(PostID, , Parameters);

View File

@@ -1,3 +1,3 @@
 Parameters = GetVKParameters();
DiscussionID = "54086168";
DiscussionID = "54086682";
Result = OPI_VK.OpenDiscussion(DiscussionID, Parameters);

View File

@@ -1,5 +1,5 @@
 Parameters = GetVKParameters();
DiscussionID = "54086168";
DiscussionID = "54086682";
Message = "I like yellow more";
Result = OPI_VK.WriteInDiscussion(DiscussionID, Message, Parameters);

View File

@@ -1,6 +1,6 @@
 Parameters = GetVKParameters();
Product = "11761304";
Selection = "136";
Product = "11763275";
Selection = "137";
Result = OPI_VK.RemoveProductFromSelection(Product, Selection, Parameters);

View File

@@ -1,6 +1,6 @@
 Parameters = GetVKParameters();
ImageDescription = "AutoTestImage";
AlbumID = "309903969";
AlbumID = "309910317";
Image = "https://hut.openintegrations.dev/test_data/picture.jpg"; // URL, File path or Binary Data
TFN = GetTempFileName("png");

View File

@@ -1,6 +1,6 @@
 Parameters = GetVKParameters();
Text = "NewComment";
PostID = "9269";
PostID = "9279";
WallID = Parameters["owner_id"];
Result = OPI_VK.WriteComment(PostID, WallID, Text, Parameters);

View File

@@ -1,5 +1,5 @@
 Token = "001.3501506236.091...";
ChatID = "689203963@chat.agent";
MessageID = "7545052422788364692";
MessageID = "7545164542909626792";
Result = OPI_VKTeams.DeleteMessage(Token, ChatID, MessageID);

View File

@@ -1,6 +1,6 @@
 Token = "001.3501506236.091...";
ChatID = "689203963@chat.agent";
MessageID = "7545052422788364692";
MessageID = "7545164542909626792";
Text = "New message text";
Result = OPI_VKTeams.EditMessageText(Token, ChatID, MessageID, Text);

View File

@@ -1,7 +1,7 @@
 Token = "001.3501506236.091...";
ChatID = "AoLI0egLWBSLR1Ngn2w";
FromChatID = "689203963@chat.agent";
MessageID = "7545052422788364692";
MessageID = "7545164542909626792";
Result = OPI_VKTeams.ForwardMessage(Token, MessageID, FromChatID, ChatID);

View File

@@ -1,4 +1,4 @@
 Token = "001.3501506236.091...";
FileID = "vTf1dBa6vzW7zPvuxkZXFm68b5695f1bd";
FileID = "cpn1c1fb5o0jJs4XqMX1vy68b5cf5e1bd";
Result = OPI_VKTeams.GetFileInformation(Token, FileID);

View File

@@ -1,5 +1,5 @@
 Token = "001.3501506236.091...";
ChatID = "689203963@chat.agent";
MessageID = "7545052422788364692";
MessageID = "7545164542909626792";
Result = OPI_VKTeams.PinMessage(Token, ChatID, MessageID);

View File

@@ -1,6 +1,6 @@
 Token = "001.3501506236.091...";
ChatID = "AoLI0egLWBSLR1Ngn2w";
FileID = "vTf1dBa6vzW7zPvuxkZXFm68b5695f1bd";
FileID = "cpn1c1fb5o0jJs4XqMX1vy68b5cf5e1bd";
Text = "File caption";
Result = OPI_VKTeams.ResendFile(Token, ChatID, FileID, Text);

View File

@@ -1,5 +1,5 @@
 Token = "001.3501506236.091...";
ChatID = "AoLI0egLWBSLR1Ngn2w";
FileID = "I000bjiruPu2ndBOmJ3DQA68b569691bd";
FileID = "I000bxEy98V9yePQkITrsH68b5cf741bd";
Result = OPI_VKTeams.ResendVoice(Token, ChatID, FileID);

View File

@@ -5,7 +5,7 @@
Result = OPI_VKTeams.SendTextMessage(Token, ChatID, Text);
ChatID = "689203963@chat.agent";
ReplyID = "7545052422788364692";
ReplyID = "7545164542909626792";
Text = "<b>Bold text</b>";
Markup = "HTML";

View File

@@ -1,6 +1,6 @@
 Token = "001.3501506236.091...";
ChatID = "689203963@chat.agent";
ReplyID = "7545052422788364692";
ReplyID = "7545164542909626792";
File = "https://hut.openintegrations.dev/test_data/song.m4a"; // URL
FilePath = GetTempFileName("m4a"); // Path

View File

@@ -1,5 +1,5 @@
 Token = "001.3501506236.091...";
ChatID = "689203963@chat.agent";
MessageID = "7545052422788364692";
MessageID = "7545164542909626792";
Result = OPI_VKTeams.UnpinMessage(Token, ChatID, MessageID);