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-09-15 13:14:53 +03:00
parent 181203129f
commit 50e6ac2e6d
2047 changed files with 28610 additions and 29279 deletions

View File

@@ -29,7 +29,7 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "appKMWlzHnsARgFzq";
Base = "appaKLx2yhnY45n6b";
Result = OPI_Airtable.GetDatabaseTables(Token, Base);
```
@@ -59,27 +59,27 @@ import TabItem from '@theme/TabItem';
{
"tables": [
{
"id": "tbll5JoiMd6uc8jhL",
"id": "tblF3mgQF17U7nYA5",
"name": "TestTable",
"primaryFieldId": "fldpjBzcmHsCPydGC",
"primaryFieldId": "fldPhgrcdYk48vENc",
"fields": [
{
"type": "number",
"options": {
"precision": 0
},
"id": "fldpjBzcmHsCPydGC",
"id": "fldPhgrcdYk48vENc",
"name": "Number"
},
{
"type": "richText",
"id": "fldF3620ORqEKn7W1",
"id": "fldoMlfTZy8YTy3q4",
"name": "String"
}
],
"views": [
{
"id": "viwimMUbitxjh9Dq0",
"id": "viwFfCPiwvA8E8OnU",
"name": "Grid view",
"type": "grid"
}