1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-27 02:43:54 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-12-20 11:20:56 +03:00
parent d06c68c5c3
commit 24c582538d
10 changed files with 5873 additions and 5851 deletions

View File

@ -39,4 +39,6 @@ import TabItem from '@theme/TabItem';
```json title="Result"
true
```

View File

@ -39,4 +39,6 @@ import TabItem from '@theme/TabItem';
```json title="Result"
"AddIn.OPI_TCPClient.Main"
```

View File

@ -58,4 +58,6 @@ Parameters with Binary data type can also accept file paths on disk and URLs
```json title="Result"
"Hello server!\n"
```

View File

@ -55,4 +55,6 @@ Parameters with Binary data type can also accept file paths on disk and URLs
```json title="Result"
"Hello server!\n"
```

View File

@ -53,4 +53,6 @@ Parameters with Binary data type can also accept file paths on disk and URLs
```json title="Result"
true
```

View File

@ -50,4 +50,6 @@ import TabItem from '@theme/TabItem';
```json title="Result"
true
```

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<mdclass:CommonTemplate xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="db1c4d3a-787c-4744-b110-653437f7096e">
<name>OPI_TCPServer</name>
<synonym>
<key>en</key>
<value>TCPServer</value>
</synonym>
<templateType>AddIn</templateType>
</mdclass:CommonTemplate>

View File

@ -40,6 +40,7 @@
</configurationInformationAddress>
<subsystems>Subsystem.OPI_Integrations</subsystems>
<commonTemplates>CommonTemplate.OPI_TCPClient</commonTemplates>
<commonTemplates>CommonTemplate.OPI_TCPServer</commonTemplates>
<commonModules>CommonModule.OPI_Tools</commonModules>
<commonModules>CommonModule.OPI_Cryptography</commonModules>
<commonModules>CommonModule.OPI_TypeConversion</commonModules>