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)
2025-10-10 09:59:43 +03:00
parent 28e133a327
commit a905471e08
1154 changed files with 18150 additions and 17938 deletions

View File

@@ -142,10 +142,10 @@ Without specifying the `ForcifyResult` flag, result data is returned only for qu
"data": {
"BYTES": "Base64"
},
"date": "2025-10-07T00:00:00+00:00",
"date": "2025-10-09T00:00:00+00:00",
"name": "Vitaly",
"salary": 1000.12,
"time": "1970-01-01T14:14:07+00:00",
"time": "1970-01-01T20:54:29+00:00",
"type": 1
}
],

View File

@@ -42,14 +42,14 @@ Passing Tls settings together with passing an already created connection to the
<TabItem value="bash" label="Bash" default>
```bash
oint mysql GetTLSSettings \
--trust "true"
--trust true
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint mysql GetTLSSettings ^
--trust "true"
--trust true
```
</TabItem>
</Tabs>