1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-25 21:39:21 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2025-01-21 14:30:05 +03:00
parent 7c8a238546
commit db21fd03ee
5 changed files with 6268 additions and 6239 deletions
docs/en/md/Bitrix24/Calendars-management
service/dictionaries
src/en/OPI/src
CommonTemplates/OPI_TCPServer
Configuration

@ -63,4 +63,18 @@ Method at API documentation: [calendar.section.add](https://apidocs.bitrix24.ru/
```json title="Result"
{
"result": 80,
"time": {
"start": 1737396240.60307,
"finish": 1737396240.65016,
"duration": 0.0470879077911377,
"processing": 0.0163719654083252,
"date_start": "2025-01-20T21:04:00+03:00",
"date_finish": "2025-01-20T21:04:00+03:00",
"operating_reset_at": 1737396840,
"operating": 0
}
}
```

@ -55,4 +55,18 @@ Method at API documentation: [calendar.section.update](https://apidocs.bitrix24.
```json title="Result"
{
"result": 80,
"time": {
"start": 1737396243.58751,
"finish": 1737396243.63005,
"duration": 0.0425360202789307,
"processing": 0.0164361000061035,
"date_start": "2025-01-20T21:04:03+03:00",
"date_finish": "2025-01-20T21:04:03+03:00",
"operating_reset_at": 1737396843,
"operating": 0
}
}
```

File diff suppressed because it is too large Load Diff

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<mdclass:CommonTemplate xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="4c9ebab6-8e20-4690-b509-2e32b293ad75">
<name>OPI_TCPClient</name>
<?xml version="1.0" encoding="UTF-8"?>
<mdclass:CommonTemplate xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="4c9ebab6-8e20-4690-b509-2e32b293ad76">
<name>OPI_TCPServer</name>
<synonym>
<key>ru</key>
<value>TCPClient</value>
<key>en</key>
<value>TCPServer</value>
</synonym>
<synonym>
<key></key>
<value>OPI TCPClient</value>
<value>OPI TCPServer</value>
</synonym>
<templateType>AddIn</templateType>
</mdclass:CommonTemplate>

@ -41,6 +41,7 @@
<subsystems>Subsystem.OPI_Integrations</subsystems>
<commonTemplates>CommonTemplate.OPI_TCPClient</commonTemplates>
<commonTemplates>CommonTemplate.OPI_SQLite</commonTemplates>
<commonTemplates>CommonTemplate.OPI_TCPServer</commonTemplates>
<commonModules>CommonModule.OPI_Airtable</commonModules>
<commonModules>CommonModule.OPI_Bitrix24</commonModules>
<commonModules>CommonModule.OPI_CDEK</commonModules>