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-04-24 11:36:13 +03:00
parent 80009ae067
commit c81cce789a
274 changed files with 8028 additions and 8052 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,9 +1,9 @@
 Parameters = GetVKParameters();
CampaignNumber = "1031251310";
CampaignNumber = "1031272465";
DailyLimit = 150;
CategoryNumber = 126;
PostID = "7591";
PostID = "7657";
AccountID = "1607951446";
Result = OPI_VK.CreateAd(CampaignNumber, DailyLimit, CategoryNumber, PostID, AccountID,

View File

@@ -2,8 +2,8 @@
Image1 = "https://api.athenaeum.digital/test_data/picture.jpg";
Image2 = "https://api.athenaeum.digital/test_data/picture2.jpg";
PropVariant1 = "5595";
PropVariant2 = "5596";
PropVariant1 = "5758";
PropVariant2 = "5759";
ImageArray = New Array;
ImageArray.Add(Image1);

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
 Parameters = GetVKParameters();
Option = "5595";
Option = "5758";
Result = OPI_VK.DeleteProductPropertyVariant(Option, Parameters);

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
 Parameters = GetVKParameters();
Property = "2794";
Option = "5595";
Property = "2922";
Option = "5758";
Value = "New variant name";
Result = OPI_VK.EditProductPropertyVariant(Value, Property, Option, Parameters);

View File

@@ -1,7 +1,7 @@
 Parameters = GetVKParameters();
Item1 = "10984143";
Item2 = "10984145";
Item1 = "11015555";
Item2 = "11015558";
ProductsArray = New Array;
ProductsArray.Add(Item1);

View File

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

View File

@@ -1,7 +1,7 @@
 Parameters = GetVKParameters();
Item1 = "10984143";
Item2 = "10984145";
Item1 = "11015555";
Item2 = "11015558";
ProductsArray = New Array;
ProductsArray.Add(Item1);

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
 Parameters = GetVKParameters();
ImageDescription = "AutoTestImage";
AlbumID = "308463410";
AlbumID = "308542768";
Image = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, File path or Binary Data
TFN = GetTempFileName("png");

View File

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