1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-10-21 21:43:05 +03:00
parent 8f5694a5d3
commit cdef2d02ab
1692 changed files with 118757 additions and 12073 deletions

View File

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

View File

@@ -1,6 +1,6 @@
 Parameters = GetVKParameters();
Product = "12037197";
Product = "12055342";
Selection = "142";
Result = OPI_VK.AddProductToCollection(Product, Selection, Parameters);

View File

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

View File

@@ -1,9 +1,9 @@
 Parameters = GetVKParameters();
CampaignNumber = "1031634669";
CampaignNumber = "1031639808";
DailyLimit = 150;
CategoryNumber = 126;
PostID = "10106";
PostID = "10134";
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 = "8573";
PropVariant2 = "8574";
PropVariant1 = "8702";
PropVariant2 = "8703";
ImageArray = New Array;
ImageArray.Add(Image1);

View File

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

View File

@@ -1,4 +1,4 @@
 Parameters = GetVKParameters();
ImageID = "457259963";
ImageID = "457260018";
Result = OPI_VK.DeleteImage(ImageID, Parameters);

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
 Parameters = GetVKParameters();
Property = "4743";
Option = "8573";
Property = "4788";
Option = "8702";
Value = "New variant name";
Result = OPI_VK.EditProductPropertyVariant(Value, Property, Option, Parameters);

View File

@@ -1,7 +1,7 @@
 Parameters = GetVKParameters();
Item1 = "12037199";
Item2 = "12037200";
Item1 = "12055345";
Item2 = "12055347";
ProductsArray = New Array;
ProductsArray.Add(Item1);

View File

@@ -1,7 +1,7 @@
 Parameters = GetVKParameters();
Item1 = "12037199";
Item2 = "12037200";
Item1 = "12055345";
Item2 = "12055347";
ProductsArray = New Array;
ProductsArray.Add(Item1);

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
 Parameters = GetVKParameters();
Product = "12037197";
Product = "12055342";
Selection = "142";
Result = OPI_VK.RemoveProductFromSelection(Product, Selection, Parameters);

View File

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

View File

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

View File

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