1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-05 11:21:35 +03:00
parent be817c5596
commit 6268c582ba
718 changed files with 6390 additions and 6261 deletions

View File

@@ -1,8 +1,8 @@
 Parameters = GetVKParameters();
Image1 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Binary or Path to file
Image2 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg"; // URL, Binary or Path to file
Selection = "123";
Image1 = "https://openyellow.neocities.org/test_data/picture.jpg"; // URL, Binary or Path to file
Image2 = "https://openyellow.neocities.org/test_data/picture2.jpg"; // URL, Binary or Path to file
Selection = "121";
ImageArray = New Array;
ImageArray.Add(Image1);

View File

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

View File

@@ -1,6 +1,6 @@
 Parameters = GetVKParameters();
Product = "9642666";
Selection = "123";
Product = "9639517";
Selection = "121";
Result = OPI_VK.AddProductToCollection(Product, Selection, Parameters);

View File

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

View File

@@ -1,9 +1,9 @@
 Parameters = GetVKParameters();
CampaignNumber = "1030671569";
CampaignNumber = "1030667319";
DailyLimit = 150;
CategoryNumber = 126;
PostID = "4353";
PostID = "4272";
AccountID = "1607951446";
Result = OPI_VK.CreateAd(CampaignNumber

View File

@@ -2,8 +2,8 @@
Text = "Post from autotest";
URL = "https://github.com/Bayselonarrend/OpenIntegrations";
Image = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Path or Binary Data
Video = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4"; // URL, Path or Binary Data
Image = "https://openyellow.neocities.org/test_data/picture.jpg"; // URL, Path or Binary Data
Video = "https://openyellow.neocities.org/test_data/video.mp4"; // URL, Path or Binary Data
TFN = GetTempFileName("png");
CopyFile(Image, TFN);

View File

@@ -2,8 +2,8 @@
Text = "Post from autotest";
URL = "https://github.com/Bayselonarrend/OpenIntegrations";
Image = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Path or Binary Data
Image2 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg"; // URL, Path or Binary Data
Image = "https://openyellow.neocities.org/test_data/picture.jpg"; // URL, Path or Binary Data
Image2 = "https://openyellow.neocities.org/test_data/picture2.jpg"; // URL, Path or Binary Data
TFN = GetTempFileName("png");
CopyFile(Image2, TFN);

View File

@@ -1,7 +1,7 @@
 Parameters = GetVKParameters();
Name = "TestCollection";
Image = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
Image = "https://openyellow.neocities.org/test_data/picture.jpg";
Main = True;
Hidden = False;

View File

@@ -1,9 +1,9 @@
 Parameters = GetVKParameters();
Image1 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
Image2 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg";
PropVariant1 = "2477";
PropVariant2 = "2478";
Image1 = "https://openyellow.neocities.org/test_data/picture.jpg";
Image2 = "https://openyellow.neocities.org/test_data/picture2.jpg";
PropVariant1 = "2450";
PropVariant2 = "2451";
ImageArray = New Array;
ImageArray.Add(Image1);

View File

@@ -1,7 +1,7 @@
 Parameters = GetVKParameters();
URL = "https://github.com/Bayselonarrend/OpenIntegrations";
Image = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Path to file or Binary Data
Image = "https://openyellow.neocities.org/test_data/picture.jpg"; // URL, Path to file or Binary Data
TFN = GetTempFileName("png");
CopyFile(Image, TFN);
Image = New BinaryData(TFN);

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
 Parameters = GetVKParameters();
Property = "820";
Option = "2477";
Property = "809";
Option = "2450";
Value = "New variant name";
Result = OPI_VK.EditProductPropertyVariant(Value

View File

@@ -1,7 +1,7 @@
 Parameters = GetVKParameters();
Item1 = "9642668";
Item2 = "9642669";
Item1 = "9639557";
Item2 = "9639562";
ProductsArray = New Array;
ProductsArray.Add(Item1);

View File

@@ -1,7 +1,7 @@
 Parameters = GetVKParameters();
Item1 = "9642668";
Item2 = "9642669";
Item1 = "9639557";
Item2 = "9639562";
ProductsArray = New Array;
ProductsArray.Add(Item1);

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
 Parameters = GetVKParameters();
Product = "9642666";
Selection = "123";
Product = "9639517";
Selection = "121";
Result = OPI_VK.RemoveProductFromSelection(Product, Selection, Parameters);

View File

@@ -1,8 +1,8 @@
 Parameters = GetVKParameters();
ImageDescription = "AutoTestImage";
AlbumID = "305922871";
AlbumID = "305905563";
Image = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Path to file or Binary Data
Image = "https://openyellow.neocities.org/test_data/picture.jpg"; // URL, Path to file or Binary Data
TFN = GetTempFileName("png");
CopyFile(Image, TFN);

View File

@@ -1,6 +1,6 @@
 Parameters = GetVKParameters();
Video = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4";
Video = "https://openyellow.neocities.org/test_data/video.mp4";
Name = "NewVideo";
Description = "Video description";

View File

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