@botpress/api 1.47.0 → 1.48.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import * as opapi from '@bpinternal/opapi';
2
- export type State = opapi.State<'Bot' | 'Integration' | 'Interface' | 'Plugin' | 'Workspace' | 'WorkspaceMember' | 'Account' | 'Usage' | 'Issue' | 'IssueEvent' | 'Activity' | 'Version' | 'User' | 'Conversation' | 'Event' | 'Message' | 'State' | 'Task' | 'Workflow' | 'Table' | 'Column' | 'Row' | 'File', never, 'user' | 'conversation' | 'event' | 'message' | 'state' | 'hub' | 'action' | 'task' | 'workflow' | 'tag' | 'bot' | 'integration' | 'interface' | 'plugin' | 'workspace' | 'workspaceMember' | 'account' | 'usage' | 'quotas' | 'helper' | 'activity' | 'tables' | 'files'>;
2
+ export type State = opapi.State<'Table' | 'Column' | 'Row', never, 'tables'>;
3
3
  export declare const state: {
4
4
  operations: {
5
5
  listTables: {
@@ -893,6 +893,7 @@ export declare const state: {
893
893
  type: "array";
894
894
  items: {
895
895
  type: "number";
896
+ maximum: number;
896
897
  };
897
898
  maxItems: number;
898
899
  };
@@ -951,6 +952,7 @@ export declare const state: {
951
952
  properties: {
952
953
  id: {
953
954
  type: "number";
955
+ maximum: number;
954
956
  };
955
957
  };
956
958
  required: string[];
@@ -1027,6 +1029,7 @@ export declare const state: {
1027
1029
  properties: {
1028
1030
  id: {
1029
1031
  type: "number";
1032
+ maximum: number;
1030
1033
  };
1031
1034
  };
1032
1035
  additionalProperties: true;
@@ -1134,6 +1137,10 @@ export declare const state: {
1134
1137
  status: 409;
1135
1138
  type: string;
1136
1139
  description: string;
1140
+ } | {
1141
+ status: 410;
1142
+ type: string;
1143
+ description: string;
1137
1144
  } | {
1138
1145
  status: 429;
1139
1146
  type: string;
@@ -1173,2528 +1180,17 @@ export declare const state: {
1173
1180
  getTableRowResponse: true;
1174
1181
  findTableRowsResponse: true;
1175
1182
  createTableRowsResponse: true;
1176
- deleteTableRowsResponse: true;
1177
- updateTableRowsResponse: true;
1178
- upsertTableRowsResponse: true;
1179
- };
1180
- schemas: {
1181
- Bot: true;
1182
- Integration: true;
1183
- Interface: true;
1184
- Plugin: true;
1185
- Workspace: true;
1186
- WorkspaceMember: true;
1187
- Account: true;
1188
- Usage: true;
1189
- Issue: true;
1190
- IssueEvent: true;
1191
- Activity: true;
1192
- Version: true;
1193
- User: true;
1194
- Conversation: true;
1195
- Event: true;
1196
- Message: true;
1197
- State: true;
1198
- Task: true;
1199
- Workflow: true;
1200
- Table: true;
1201
- Column: true;
1202
- Row: true;
1203
- File: true;
1204
- };
1205
- };
1206
- schemas: {
1207
- Bot: {
1208
- section: "bot";
1209
- schema: {
1210
- type: "object";
1211
- properties: {
1212
- id: {
1213
- type: "string";
1214
- minLength: number;
1215
- maxLength: number;
1216
- description: string;
1217
- };
1218
- createdAt: {
1219
- type: "string";
1220
- format: string;
1221
- description: string;
1222
- };
1223
- updatedAt: {
1224
- type: "string";
1225
- format: string;
1226
- description: string;
1227
- };
1228
- signingSecret: {
1229
- type: "string";
1230
- maxLength: number;
1231
- description: string;
1232
- };
1233
- integrations: {
1234
- type: "object";
1235
- additionalProperties: {
1236
- type: "object";
1237
- properties: {
1238
- enabled: {
1239
- type: "boolean";
1240
- };
1241
- name: {
1242
- type: "string";
1243
- maxLength: number;
1244
- description: string;
1245
- };
1246
- version: {
1247
- type: "string";
1248
- maxLength: number;
1249
- description: string;
1250
- };
1251
- webhookUrl: {
1252
- type: "string";
1253
- maxLength: number;
1254
- };
1255
- webhookId: {
1256
- type: "string";
1257
- maxLength: number;
1258
- };
1259
- identifier: {
1260
- type: "string";
1261
- maxLength: number;
1262
- };
1263
- configurationType: {
1264
- type: "string";
1265
- maxLength: number;
1266
- nullable: true;
1267
- };
1268
- configuration: {
1269
- type: "object";
1270
- additionalProperties: true;
1271
- };
1272
- status: {
1273
- type: "string";
1274
- enum: string[];
1275
- };
1276
- statusReason: {
1277
- type: "string";
1278
- maxLength: number;
1279
- nullable: true;
1280
- };
1281
- disabledChannels: {
1282
- type: "array";
1283
- items: {
1284
- type: "string";
1285
- description: string;
1286
- };
1287
- description: string;
1288
- };
1289
- id: {
1290
- type: "string";
1291
- minLength: number;
1292
- maxLength: number;
1293
- description: string;
1294
- };
1295
- createdAt: {
1296
- type: "string";
1297
- format: string;
1298
- description: string;
1299
- };
1300
- updatedAt: {
1301
- type: "string";
1302
- format: string;
1303
- description: string;
1304
- };
1305
- title: {
1306
- type: "string";
1307
- minLength: number;
1308
- maxLength: number;
1309
- description: string;
1310
- };
1311
- description: {
1312
- type: "string";
1313
- maxLength: number;
1314
- description: string;
1315
- };
1316
- iconUrl: {
1317
- type: "string";
1318
- description: string;
1319
- };
1320
- public: {
1321
- type: "boolean";
1322
- description: string;
1323
- deprecated: true;
1324
- };
1325
- visibility: {
1326
- type: "string";
1327
- enum: string[];
1328
- description: string;
1329
- };
1330
- verificationStatus: {
1331
- type: "string";
1332
- enum: string[];
1333
- description: string;
1334
- };
1335
- };
1336
- required: string[];
1337
- additionalProperties: false;
1338
- };
1339
- description: string;
1340
- };
1341
- plugins: {
1342
- type: "object";
1343
- additionalProperties: {
1344
- type: "object";
1345
- properties: {
1346
- enabled: {
1347
- type: "boolean";
1348
- };
1349
- name: {
1350
- type: "string";
1351
- maxLength: number;
1352
- description: string;
1353
- };
1354
- version: {
1355
- type: "string";
1356
- maxLength: number;
1357
- description: string;
1358
- };
1359
- configuration: {
1360
- type: "object";
1361
- additionalProperties: true;
1362
- };
1363
- interfaces: {
1364
- type: "object";
1365
- additionalProperties: {
1366
- type: "object";
1367
- properties: {
1368
- integrationId: {
1369
- type: "string";
1370
- minLength: number;
1371
- maxLength: number;
1372
- };
1373
- integrationAlias: {
1374
- type: "string";
1375
- maxLength: number;
1376
- };
1377
- integrationInterfaceAlias: {
1378
- type: "string";
1379
- maxLength: number;
1380
- };
1381
- interfaceId: {
1382
- type: "string";
1383
- minLength: number;
1384
- maxLength: number;
1385
- };
1386
- };
1387
- required: string[];
1388
- additionalProperties: false;
1389
- };
1390
- description: string;
1391
- };
1392
- integrations: {
1393
- type: "object";
1394
- additionalProperties: {
1395
- type: "object";
1396
- properties: {
1397
- integrationId: {
1398
- type: "string";
1399
- minLength: number;
1400
- maxLength: number;
1401
- };
1402
- integrationAlias: {
1403
- type: "string";
1404
- maxLength: number;
1405
- };
1406
- };
1407
- required: string[];
1408
- additionalProperties: false;
1409
- };
1410
- description: string;
1411
- };
1412
- id: {
1413
- type: "string";
1414
- minLength: number;
1415
- maxLength: number;
1416
- description: string;
1417
- };
1418
- createdAt: {
1419
- type: "string";
1420
- format: string;
1421
- description: string;
1422
- };
1423
- updatedAt: {
1424
- type: "string";
1425
- format: string;
1426
- description: string;
1427
- };
1428
- title: {
1429
- type: "string";
1430
- minLength: number;
1431
- maxLength: number;
1432
- description: string;
1433
- };
1434
- description: {
1435
- type: "string";
1436
- maxLength: number;
1437
- description: string;
1438
- };
1439
- iconUrl: {
1440
- type: "string";
1441
- description: string;
1442
- };
1443
- readmeUrl: {
1444
- type: "string";
1445
- description: string;
1446
- };
1447
- public: {
1448
- type: "boolean";
1449
- description: string;
1450
- };
1451
- };
1452
- required: string[];
1453
- additionalProperties: false;
1454
- };
1455
- description: string;
1456
- };
1457
- maxExecutionTime: {
1458
- type: "number";
1459
- description: string;
1460
- };
1461
- user: {
1462
- type: "object";
1463
- properties: {
1464
- tags: {
1465
- type: "object";
1466
- additionalProperties: {
1467
- type: "object";
1468
- properties: {
1469
- title: {
1470
- type: "string";
1471
- maxLength: number;
1472
- description: string;
1473
- };
1474
- description: {
1475
- type: "string";
1476
- maxLength: number;
1477
- description: string;
1478
- };
1479
- };
1480
- description: string;
1481
- additionalProperties: false;
1482
- };
1483
- };
1484
- };
1485
- required: string[];
1486
- description: string;
1487
- additionalProperties: false;
1488
- };
1489
- conversation: {
1490
- type: "object";
1491
- properties: {
1492
- tags: {
1493
- type: "object";
1494
- additionalProperties: {
1495
- type: "object";
1496
- properties: {
1497
- title: {
1498
- type: "string";
1499
- maxLength: number;
1500
- description: string;
1501
- };
1502
- description: {
1503
- type: "string";
1504
- maxLength: number;
1505
- description: string;
1506
- };
1507
- };
1508
- description: string;
1509
- additionalProperties: false;
1510
- };
1511
- };
1512
- };
1513
- required: string[];
1514
- description: string;
1515
- additionalProperties: false;
1516
- };
1517
- message: {
1518
- type: "object";
1519
- properties: {
1520
- tags: {
1521
- type: "object";
1522
- additionalProperties: {
1523
- type: "object";
1524
- properties: {
1525
- title: {
1526
- type: "string";
1527
- maxLength: number;
1528
- description: string;
1529
- };
1530
- description: {
1531
- type: "string";
1532
- maxLength: number;
1533
- description: string;
1534
- };
1535
- };
1536
- description: string;
1537
- additionalProperties: false;
1538
- };
1539
- };
1540
- };
1541
- required: string[];
1542
- description: string;
1543
- additionalProperties: false;
1544
- };
1545
- states: {
1546
- type: "object";
1547
- additionalProperties: {
1548
- type: "object";
1549
- properties: {
1550
- type: {
1551
- type: "string";
1552
- enum: string[];
1553
- description: string;
1554
- };
1555
- schema: {
1556
- type: "object";
1557
- additionalProperties: true;
1558
- description: string;
1559
- };
1560
- expiry: {
1561
- type: "number";
1562
- minimum: number;
1563
- description: string;
1564
- };
1565
- };
1566
- required: string[];
1567
- additionalProperties: false;
1568
- };
1569
- description: string;
1570
- };
1571
- configuration: {
1572
- type: "object";
1573
- properties: {
1574
- data: {
1575
- type: "object";
1576
- additionalProperties: true;
1577
- description: string;
1578
- };
1579
- schema: {
1580
- type: "object";
1581
- additionalProperties: true;
1582
- description: string;
1583
- };
1584
- };
1585
- required: string[];
1586
- description: string;
1587
- additionalProperties: false;
1588
- };
1589
- events: {
1590
- type: "object";
1591
- additionalProperties: {
1592
- type: "object";
1593
- properties: {
1594
- title: {
1595
- type: "string";
1596
- maxLength: number;
1597
- description: string;
1598
- };
1599
- description: {
1600
- type: "string";
1601
- maxLength: number;
1602
- description: string;
1603
- };
1604
- schema: {
1605
- type: "object";
1606
- additionalProperties: true;
1607
- };
1608
- attributes: {
1609
- type: "object";
1610
- additionalProperties: {
1611
- type: "string";
1612
- maxLength: number;
1613
- };
1614
- description: string;
1615
- };
1616
- };
1617
- required: string[];
1618
- description: string;
1619
- additionalProperties: false;
1620
- };
1621
- description: string;
1622
- };
1623
- recurringEvents: {
1624
- type: "object";
1625
- additionalProperties: {
1626
- type: "object";
1627
- properties: {
1628
- schedule: {
1629
- type: "object";
1630
- properties: {
1631
- cron: {
1632
- type: "string";
1633
- maxLength: number;
1634
- };
1635
- };
1636
- required: string[];
1637
- additionalProperties: false;
1638
- };
1639
- type: {
1640
- type: "string";
1641
- maxLength: number;
1642
- };
1643
- payload: {
1644
- type: "object";
1645
- additionalProperties: true;
1646
- };
1647
- failedAttempts: {
1648
- type: "number";
1649
- description: string;
1650
- };
1651
- lastFailureReason: {
1652
- type: "string";
1653
- maxLength: number;
1654
- description: string;
1655
- nullable: true;
1656
- };
1657
- };
1658
- required: string[];
1659
- additionalProperties: false;
1660
- };
1661
- description: string;
1662
- };
1663
- subscriptions: {
1664
- type: "object";
1665
- properties: {
1666
- events: {
1667
- type: "object";
1668
- additionalProperties: {
1669
- type: "object";
1670
- additionalProperties: false;
1671
- };
1672
- nullable: true;
1673
- description: string;
1674
- };
1675
- };
1676
- required: string[];
1677
- description: string;
1678
- additionalProperties: false;
1679
- };
1680
- actions: {
1681
- type: "object";
1682
- additionalProperties: {
1683
- type: "object";
1684
- properties: {
1685
- title: {
1686
- type: "string";
1687
- maxLength: number;
1688
- description: string;
1689
- };
1690
- description: {
1691
- type: "string";
1692
- maxLength: number;
1693
- description: string;
1694
- };
1695
- billable: {
1696
- type: "boolean";
1697
- };
1698
- cacheable: {
1699
- type: "boolean";
1700
- };
1701
- input: {
1702
- type: "object";
1703
- properties: {
1704
- schema: {
1705
- type: "object";
1706
- additionalProperties: true;
1707
- };
1708
- };
1709
- required: string[];
1710
- additionalProperties: false;
1711
- };
1712
- output: {
1713
- type: "object";
1714
- properties: {
1715
- schema: {
1716
- type: "object";
1717
- additionalProperties: true;
1718
- };
1719
- };
1720
- required: string[];
1721
- additionalProperties: false;
1722
- };
1723
- attributes: {
1724
- type: "object";
1725
- additionalProperties: {
1726
- type: "string";
1727
- maxLength: number;
1728
- };
1729
- description: string;
1730
- };
1731
- };
1732
- required: string[];
1733
- description: string;
1734
- additionalProperties: false;
1735
- };
1736
- description: string;
1737
- };
1738
- tags: {
1739
- type: "object";
1740
- additionalProperties: {
1741
- type: "string";
1742
- };
1743
- description: string;
1744
- };
1745
- name: {
1746
- type: "string";
1747
- description: string;
1748
- };
1749
- deployedAt: {
1750
- type: "string";
1751
- format: string;
1752
- description: string;
1753
- };
1754
- dev: {
1755
- type: "boolean";
1756
- description: string;
1757
- };
1758
- createdBy: {
1759
- type: "string";
1760
- description: string;
1761
- };
1762
- alwaysAlive: {
1763
- type: "boolean";
1764
- description: string;
1765
- };
1766
- status: {
1767
- type: "string";
1768
- enum: string[];
1769
- description: string;
1770
- };
1771
- medias: {
1772
- type: "array";
1773
- items: {
1774
- type: "object";
1775
- properties: {
1776
- url: {
1777
- type: "string";
1778
- description: string;
1779
- };
1780
- name: {
1781
- type: "string";
1782
- description: string;
1783
- };
1784
- };
1785
- required: string[];
1786
- };
1787
- description: string;
1788
- };
1789
- };
1790
- required: string[];
1791
- additionalProperties: false;
1792
- };
1793
- };
1794
- Integration: {
1795
- section: "integration";
1796
- schema: {
1797
- type: "object";
1798
- properties: {
1799
- id: {
1800
- type: "string";
1801
- minLength: number;
1802
- maxLength: number;
1803
- description: string;
1804
- };
1805
- createdAt: {
1806
- type: "string";
1807
- format: string;
1808
- description: string;
1809
- };
1810
- updatedAt: {
1811
- type: "string";
1812
- format: string;
1813
- description: string;
1814
- };
1815
- identifier: {
1816
- type: "object";
1817
- properties: {
1818
- fallbackHandlerScript: {
1819
- type: "string";
1820
- maxLength: number;
1821
- description: string;
1822
- };
1823
- extractScript: {
1824
- type: "string";
1825
- maxLength: number;
1826
- description: string;
1827
- };
1828
- };
1829
- description: string;
1830
- additionalProperties: false;
1831
- };
1832
- sandbox: {
1833
- type: "object";
1834
- properties: {
1835
- identifierExtractScript: {
1836
- type: "string";
1837
- maxLength: number;
1838
- description: string;
1839
- };
1840
- messageExtractScript: {
1841
- type: "string";
1842
- maxLength: number;
1843
- description: string;
1844
- };
1845
- };
1846
- additionalProperties: false;
1847
- };
1848
- maxExecutionTime: {
1849
- type: "number";
1850
- description: string;
1851
- };
1852
- url: {
1853
- type: "string";
1854
- maxLength: number;
1855
- description: string;
1856
- };
1857
- name: {
1858
- type: "string";
1859
- maxLength: number;
1860
- description: string;
1861
- };
1862
- version: {
1863
- type: "string";
1864
- maxLength: number;
1865
- description: string;
1866
- };
1867
- interfaces: {
1868
- type: "object";
1869
- additionalProperties: {
1870
- type: "object";
1871
- properties: {
1872
- id: {
1873
- type: "string";
1874
- minLength: number;
1875
- maxLength: number;
1876
- description: string;
1877
- };
1878
- name: {
1879
- type: "string";
1880
- maxLength: number;
1881
- description: string;
1882
- };
1883
- version: {
1884
- type: "string";
1885
- maxLength: number;
1886
- description: string;
1887
- };
1888
- entities: {
1889
- type: "object";
1890
- additionalProperties: {
1891
- type: "object";
1892
- properties: {
1893
- name: {
1894
- type: "string";
1895
- maxLength: number;
1896
- };
1897
- };
1898
- required: string[];
1899
- additionalProperties: false;
1900
- };
1901
- };
1902
- actions: {
1903
- type: "object";
1904
- additionalProperties: {
1905
- type: "object";
1906
- properties: {
1907
- name: {
1908
- type: "string";
1909
- maxLength: number;
1910
- };
1911
- };
1912
- required: string[];
1913
- additionalProperties: false;
1914
- };
1915
- };
1916
- events: {
1917
- type: "object";
1918
- additionalProperties: {
1919
- type: "object";
1920
- properties: {
1921
- name: {
1922
- type: "string";
1923
- maxLength: number;
1924
- };
1925
- };
1926
- required: string[];
1927
- additionalProperties: false;
1928
- };
1929
- };
1930
- channels: {
1931
- type: "object";
1932
- additionalProperties: {
1933
- type: "object";
1934
- properties: {
1935
- name: {
1936
- type: "string";
1937
- maxLength: number;
1938
- };
1939
- };
1940
- required: string[];
1941
- additionalProperties: false;
1942
- };
1943
- };
1944
- };
1945
- required: string[];
1946
- additionalProperties: false;
1947
- };
1948
- };
1949
- configuration: {
1950
- type: "object";
1951
- properties: {
1952
- title: {
1953
- type: "string";
1954
- maxLength: number;
1955
- description: string;
1956
- };
1957
- description: {
1958
- type: "string";
1959
- maxLength: number;
1960
- description: string;
1961
- };
1962
- identifier: {
1963
- type: "object";
1964
- properties: {
1965
- linkTemplateScript: {
1966
- type: "string";
1967
- maxLength: number;
1968
- };
1969
- required: {
1970
- type: "boolean";
1971
- };
1972
- };
1973
- required: string[];
1974
- description: string;
1975
- additionalProperties: false;
1976
- };
1977
- schema: {
1978
- type: "object";
1979
- additionalProperties: true;
1980
- description: string;
1981
- };
1982
- };
1983
- required: string[];
1984
- description: string;
1985
- additionalProperties: false;
1986
- };
1987
- configurations: {
1988
- type: "object";
1989
- additionalProperties: {
1990
- type: "object";
1991
- properties: {
1992
- title: {
1993
- type: "string";
1994
- maxLength: number;
1995
- description: string;
1996
- };
1997
- description: {
1998
- type: "string";
1999
- maxLength: number;
2000
- description: string;
2001
- };
2002
- identifier: {
2003
- type: "object";
2004
- properties: {
2005
- linkTemplateScript: {
2006
- type: "string";
2007
- maxLength: number;
2008
- };
2009
- required: {
2010
- type: "boolean";
2011
- };
2012
- };
2013
- required: string[];
2014
- description: string;
2015
- additionalProperties: false;
2016
- };
2017
- schema: {
2018
- type: "object";
2019
- additionalProperties: true;
2020
- description: string;
2021
- };
2022
- };
2023
- required: string[];
2024
- description: string;
2025
- additionalProperties: false;
2026
- };
2027
- };
2028
- channels: {
2029
- type: "object";
2030
- additionalProperties: {
2031
- type: "object";
2032
- properties: {
2033
- title: {
2034
- type: "string";
2035
- maxLength: number;
2036
- description: string;
2037
- };
2038
- description: {
2039
- type: "string";
2040
- maxLength: number;
2041
- description: string;
2042
- };
2043
- messages: {
2044
- type: "object";
2045
- additionalProperties: {
2046
- type: "object";
2047
- properties: {
2048
- schema: {
2049
- type: "object";
2050
- additionalProperties: true;
2051
- };
2052
- };
2053
- required: string[];
2054
- description: string;
2055
- additionalProperties: false;
2056
- };
2057
- };
2058
- conversation: {
2059
- type: "object";
2060
- properties: {
2061
- tags: {
2062
- type: "object";
2063
- additionalProperties: {
2064
- type: "object";
2065
- properties: {
2066
- title: {
2067
- type: "string";
2068
- maxLength: number;
2069
- description: string;
2070
- };
2071
- description: {
2072
- type: "string";
2073
- maxLength: number;
2074
- description: string;
2075
- };
2076
- };
2077
- description: string;
2078
- additionalProperties: false;
2079
- };
2080
- };
2081
- creation: {
2082
- type: "object";
2083
- properties: {
2084
- enabled: {
2085
- type: "boolean";
2086
- description: string;
2087
- };
2088
- requiredTags: {
2089
- type: "array";
2090
- items: {
2091
- type: "string";
2092
- };
2093
- description: string;
2094
- };
2095
- };
2096
- required: string[];
2097
- description: string;
2098
- additionalProperties: false;
2099
- };
2100
- };
2101
- required: string[];
2102
- description: string;
2103
- additionalProperties: false;
2104
- };
2105
- message: {
2106
- type: "object";
2107
- properties: {
2108
- tags: {
2109
- type: "object";
2110
- additionalProperties: {
2111
- type: "object";
2112
- properties: {
2113
- title: {
2114
- type: "string";
2115
- maxLength: number;
2116
- description: string;
2117
- };
2118
- description: {
2119
- type: "string";
2120
- maxLength: number;
2121
- description: string;
2122
- };
2123
- };
2124
- description: string;
2125
- additionalProperties: false;
2126
- };
2127
- };
2128
- };
2129
- required: string[];
2130
- description: string;
2131
- additionalProperties: false;
2132
- };
2133
- };
2134
- required: string[];
2135
- description: string;
2136
- additionalProperties: false;
2137
- };
2138
- };
2139
- states: {
2140
- type: "object";
2141
- additionalProperties: {
2142
- type: "object";
2143
- properties: {
2144
- type: {
2145
- type: "string";
2146
- enum: string[];
2147
- description: string;
2148
- };
2149
- schema: {
2150
- type: "object";
2151
- additionalProperties: true;
2152
- description: string;
2153
- };
2154
- };
2155
- required: string[];
2156
- description: string;
2157
- additionalProperties: false;
2158
- };
2159
- };
2160
- events: {
2161
- type: "object";
2162
- additionalProperties: {
2163
- type: "object";
2164
- properties: {
2165
- title: {
2166
- type: "string";
2167
- maxLength: number;
2168
- description: string;
2169
- };
2170
- description: {
2171
- type: "string";
2172
- maxLength: number;
2173
- description: string;
2174
- };
2175
- schema: {
2176
- type: "object";
2177
- additionalProperties: true;
2178
- };
2179
- attributes: {
2180
- type: "object";
2181
- additionalProperties: {
2182
- type: "string";
2183
- maxLength: number;
2184
- };
2185
- description: string;
2186
- };
2187
- };
2188
- required: string[];
2189
- description: string;
2190
- additionalProperties: false;
2191
- };
2192
- };
2193
- actions: {
2194
- type: "object";
2195
- additionalProperties: {
2196
- type: "object";
2197
- properties: {
2198
- title: {
2199
- type: "string";
2200
- maxLength: number;
2201
- description: string;
2202
- };
2203
- description: {
2204
- type: "string";
2205
- maxLength: number;
2206
- description: string;
2207
- };
2208
- billable: {
2209
- type: "boolean";
2210
- };
2211
- cacheable: {
2212
- type: "boolean";
2213
- };
2214
- input: {
2215
- type: "object";
2216
- properties: {
2217
- schema: {
2218
- type: "object";
2219
- additionalProperties: true;
2220
- };
2221
- };
2222
- required: string[];
2223
- additionalProperties: false;
2224
- };
2225
- output: {
2226
- type: "object";
2227
- properties: {
2228
- schema: {
2229
- type: "object";
2230
- additionalProperties: true;
2231
- };
2232
- };
2233
- required: string[];
2234
- additionalProperties: false;
2235
- };
2236
- attributes: {
2237
- type: "object";
2238
- additionalProperties: {
2239
- type: "string";
2240
- maxLength: number;
2241
- };
2242
- description: string;
2243
- };
2244
- };
2245
- required: string[];
2246
- description: string;
2247
- additionalProperties: false;
2248
- };
2249
- };
2250
- user: {
2251
- type: "object";
2252
- properties: {
2253
- tags: {
2254
- type: "object";
2255
- additionalProperties: {
2256
- type: "object";
2257
- properties: {
2258
- title: {
2259
- type: "string";
2260
- maxLength: number;
2261
- description: string;
2262
- };
2263
- description: {
2264
- type: "string";
2265
- maxLength: number;
2266
- description: string;
2267
- };
2268
- };
2269
- description: string;
2270
- additionalProperties: false;
2271
- };
2272
- };
2273
- creation: {
2274
- type: "object";
2275
- properties: {
2276
- enabled: {
2277
- type: "boolean";
2278
- description: string;
2279
- };
2280
- requiredTags: {
2281
- type: "array";
2282
- items: {
2283
- type: "string";
2284
- };
2285
- description: string;
2286
- };
2287
- };
2288
- required: string[];
2289
- description: string;
2290
- additionalProperties: false;
2291
- };
2292
- };
2293
- required: string[];
2294
- description: string;
2295
- additionalProperties: false;
2296
- };
2297
- entities: {
2298
- type: "object";
2299
- additionalProperties: {
2300
- type: "object";
2301
- properties: {
2302
- title: {
2303
- type: "string";
2304
- maxLength: number;
2305
- description: string;
2306
- };
2307
- description: {
2308
- type: "string";
2309
- maxLength: number;
2310
- description: string;
2311
- };
2312
- schema: {
2313
- type: "object";
2314
- additionalProperties: true;
2315
- };
2316
- };
2317
- required: string[];
2318
- description: string;
2319
- additionalProperties: false;
2320
- };
2321
- };
2322
- attributes: {
2323
- type: "object";
2324
- additionalProperties: {
2325
- type: "string";
2326
- maxLength: number;
2327
- };
2328
- description: string;
2329
- };
2330
- dev: {
2331
- type: "boolean";
2332
- description: string;
2333
- };
2334
- title: {
2335
- type: "string";
2336
- minLength: number;
2337
- maxLength: number;
2338
- description: string;
2339
- };
2340
- description: {
2341
- type: "string";
2342
- maxLength: number;
2343
- description: string;
2344
- };
2345
- iconUrl: {
2346
- type: "string";
2347
- description: string;
2348
- };
2349
- readmeUrl: {
2350
- type: "string";
2351
- description: string;
2352
- };
2353
- public: {
2354
- type: "boolean";
2355
- description: string;
2356
- deprecated: true;
2357
- };
2358
- visibility: {
2359
- type: "string";
2360
- enum: string[];
2361
- description: string;
2362
- };
2363
- verificationStatus: {
2364
- type: "string";
2365
- enum: string[];
2366
- description: string;
2367
- };
2368
- secrets: {
2369
- type: "array";
2370
- items: {
2371
- type: "string";
2372
- };
2373
- description: string;
2374
- };
2375
- };
2376
- required: string[];
2377
- additionalProperties: false;
2378
- };
2379
- };
2380
- Interface: {
2381
- section: "interface";
2382
- schema: {
2383
- type: "object";
2384
- properties: {
2385
- id: {
2386
- type: "string";
2387
- minLength: number;
2388
- maxLength: number;
2389
- description: string;
2390
- };
2391
- createdAt: {
2392
- type: "string";
2393
- format: string;
2394
- description: string;
2395
- };
2396
- updatedAt: {
2397
- type: "string";
2398
- format: string;
2399
- description: string;
2400
- };
2401
- name: {
2402
- type: "string";
2403
- maxLength: number;
2404
- description: string;
2405
- };
2406
- version: {
2407
- type: "string";
2408
- maxLength: number;
2409
- description: string;
2410
- };
2411
- entities: {
2412
- type: "object";
2413
- additionalProperties: {
2414
- type: "object";
2415
- properties: {
2416
- title: {
2417
- type: "string";
2418
- maxLength: number;
2419
- description: string;
2420
- };
2421
- description: {
2422
- type: "string";
2423
- maxLength: number;
2424
- description: string;
2425
- };
2426
- schema: {
2427
- type: "object";
2428
- additionalProperties: true;
2429
- };
2430
- };
2431
- required: string[];
2432
- description: string;
2433
- additionalProperties: false;
2434
- };
2435
- };
2436
- events: {
2437
- type: "object";
2438
- additionalProperties: {
2439
- type: "object";
2440
- properties: {
2441
- title: {
2442
- type: "string";
2443
- maxLength: number;
2444
- description: string;
2445
- };
2446
- description: {
2447
- type: "string";
2448
- maxLength: number;
2449
- description: string;
2450
- };
2451
- schema: {
2452
- type: "object";
2453
- additionalProperties: true;
2454
- };
2455
- attributes: {
2456
- type: "object";
2457
- additionalProperties: {
2458
- type: "string";
2459
- maxLength: number;
2460
- };
2461
- description: string;
2462
- };
2463
- };
2464
- required: string[];
2465
- description: string;
2466
- additionalProperties: false;
2467
- };
2468
- };
2469
- actions: {
2470
- type: "object";
2471
- additionalProperties: {
2472
- type: "object";
2473
- properties: {
2474
- title: {
2475
- type: "string";
2476
- maxLength: number;
2477
- description: string;
2478
- };
2479
- description: {
2480
- type: "string";
2481
- maxLength: number;
2482
- description: string;
2483
- };
2484
- billable: {
2485
- type: "boolean";
2486
- };
2487
- cacheable: {
2488
- type: "boolean";
2489
- };
2490
- input: {
2491
- type: "object";
2492
- properties: {
2493
- schema: {
2494
- type: "object";
2495
- additionalProperties: true;
2496
- };
2497
- };
2498
- required: string[];
2499
- additionalProperties: false;
2500
- };
2501
- output: {
2502
- type: "object";
2503
- properties: {
2504
- schema: {
2505
- type: "object";
2506
- additionalProperties: true;
2507
- };
2508
- };
2509
- required: string[];
2510
- additionalProperties: false;
2511
- };
2512
- attributes: {
2513
- type: "object";
2514
- additionalProperties: {
2515
- type: "string";
2516
- maxLength: number;
2517
- };
2518
- description: string;
2519
- };
2520
- };
2521
- required: string[];
2522
- description: string;
2523
- additionalProperties: false;
2524
- };
2525
- };
2526
- channels: {
2527
- type: "object";
2528
- additionalProperties: {
2529
- type: "object";
2530
- properties: {
2531
- title: {
2532
- type: "string";
2533
- maxLength: number;
2534
- description: string;
2535
- };
2536
- description: {
2537
- type: "string";
2538
- maxLength: number;
2539
- description: string;
2540
- };
2541
- messages: {
2542
- type: "object";
2543
- additionalProperties: {
2544
- type: "object";
2545
- properties: {
2546
- schema: {
2547
- type: "object";
2548
- additionalProperties: true;
2549
- };
2550
- };
2551
- required: string[];
2552
- description: string;
2553
- additionalProperties: false;
2554
- };
2555
- };
2556
- };
2557
- required: string[];
2558
- additionalProperties: false;
2559
- };
2560
- };
2561
- nameTemplate: {
2562
- type: "object";
2563
- properties: {
2564
- script: {
2565
- type: "string";
2566
- maxLength: number;
2567
- };
2568
- language: {
2569
- type: "string";
2570
- maxLength: number;
2571
- };
2572
- };
2573
- required: string[];
2574
- description: string;
2575
- additionalProperties: false;
2576
- };
2577
- attributes: {
2578
- type: "object";
2579
- additionalProperties: {
2580
- type: "string";
2581
- maxLength: number;
2582
- };
2583
- description: string;
2584
- };
2585
- title: {
2586
- type: "string";
2587
- minLength: number;
2588
- maxLength: number;
2589
- description: string;
2590
- };
2591
- description: {
2592
- type: "string";
2593
- maxLength: number;
2594
- description: string;
2595
- };
2596
- iconUrl: {
2597
- type: "string";
2598
- description: string;
2599
- };
2600
- readmeUrl: {
2601
- type: "string";
2602
- description: string;
2603
- };
2604
- public: {
2605
- type: "boolean";
2606
- description: string;
2607
- };
2608
- };
2609
- required: string[];
2610
- additionalProperties: false;
2611
- };
2612
- };
2613
- Plugin: {
2614
- section: "plugin";
2615
- schema: {
2616
- type: "object";
2617
- properties: {
2618
- id: {
2619
- type: "string";
2620
- minLength: number;
2621
- maxLength: number;
2622
- description: string;
2623
- };
2624
- name: {
2625
- type: "string";
2626
- maxLength: number;
2627
- description: string;
2628
- };
2629
- version: {
2630
- type: "string";
2631
- maxLength: number;
2632
- description: string;
2633
- };
2634
- createdAt: {
2635
- type: "string";
2636
- format: string;
2637
- description: string;
2638
- };
2639
- updatedAt: {
2640
- type: "string";
2641
- format: string;
2642
- description: string;
2643
- };
2644
- configuration: {
2645
- type: "object";
2646
- properties: {
2647
- title: {
2648
- type: "string";
2649
- maxLength: number;
2650
- description: string;
2651
- };
2652
- description: {
2653
- type: "string";
2654
- maxLength: number;
2655
- description: string;
2656
- };
2657
- schema: {
2658
- type: "object";
2659
- additionalProperties: true;
2660
- description: string;
2661
- };
2662
- };
2663
- required: string[];
2664
- description: string;
2665
- additionalProperties: false;
2666
- };
2667
- states: {
2668
- type: "object";
2669
- additionalProperties: {
2670
- type: "object";
2671
- properties: {
2672
- type: {
2673
- type: "string";
2674
- enum: string[];
2675
- description: string;
2676
- };
2677
- schema: {
2678
- type: "object";
2679
- additionalProperties: true;
2680
- description: string;
2681
- };
2682
- expiry: {
2683
- type: "number";
2684
- minimum: number;
2685
- description: string;
2686
- };
2687
- };
2688
- required: string[];
2689
- additionalProperties: false;
2690
- };
2691
- };
2692
- events: {
2693
- type: "object";
2694
- additionalProperties: {
2695
- type: "object";
2696
- properties: {
2697
- title: {
2698
- type: "string";
2699
- maxLength: number;
2700
- description: string;
2701
- };
2702
- description: {
2703
- type: "string";
2704
- maxLength: number;
2705
- description: string;
2706
- };
2707
- schema: {
2708
- type: "object";
2709
- additionalProperties: true;
2710
- };
2711
- attributes: {
2712
- type: "object";
2713
- additionalProperties: {
2714
- type: "string";
2715
- maxLength: number;
2716
- };
2717
- description: string;
2718
- };
2719
- };
2720
- required: string[];
2721
- description: string;
2722
- additionalProperties: false;
2723
- };
2724
- };
2725
- actions: {
2726
- type: "object";
2727
- additionalProperties: {
2728
- type: "object";
2729
- properties: {
2730
- title: {
2731
- type: "string";
2732
- maxLength: number;
2733
- description: string;
2734
- };
2735
- description: {
2736
- type: "string";
2737
- maxLength: number;
2738
- description: string;
2739
- };
2740
- billable: {
2741
- type: "boolean";
2742
- };
2743
- cacheable: {
2744
- type: "boolean";
2745
- };
2746
- input: {
2747
- type: "object";
2748
- properties: {
2749
- schema: {
2750
- type: "object";
2751
- additionalProperties: true;
2752
- };
2753
- };
2754
- required: string[];
2755
- additionalProperties: false;
2756
- };
2757
- output: {
2758
- type: "object";
2759
- properties: {
2760
- schema: {
2761
- type: "object";
2762
- additionalProperties: true;
2763
- };
2764
- };
2765
- required: string[];
2766
- additionalProperties: false;
2767
- };
2768
- attributes: {
2769
- type: "object";
2770
- additionalProperties: {
2771
- type: "string";
2772
- maxLength: number;
2773
- };
2774
- description: string;
2775
- };
2776
- };
2777
- required: string[];
2778
- description: string;
2779
- additionalProperties: false;
2780
- };
2781
- };
2782
- dependencies: {
2783
- type: "object";
2784
- properties: {
2785
- interfaces: {
2786
- type: "object";
2787
- additionalProperties: {
2788
- type: "object";
2789
- properties: {
2790
- id: {
2791
- type: "string";
2792
- minLength: number;
2793
- maxLength: number;
2794
- };
2795
- name: {
2796
- type: "string";
2797
- maxLength: number;
2798
- };
2799
- version: {
2800
- type: "string";
2801
- maxLength: number;
2802
- };
2803
- };
2804
- required: string[];
2805
- additionalProperties: false;
2806
- };
2807
- };
2808
- integrations: {
2809
- type: "object";
2810
- additionalProperties: {
2811
- type: "object";
2812
- properties: {
2813
- id: {
2814
- type: "string";
2815
- minLength: number;
2816
- maxLength: number;
2817
- };
2818
- name: {
2819
- type: "string";
2820
- maxLength: number;
2821
- };
2822
- version: {
2823
- type: "string";
2824
- maxLength: number;
2825
- };
2826
- };
2827
- required: string[];
2828
- additionalProperties: false;
2829
- };
2830
- };
2831
- };
2832
- required: string[];
2833
- additionalProperties: false;
2834
- };
2835
- user: {
2836
- type: "object";
2837
- properties: {
2838
- tags: {
2839
- type: "object";
2840
- additionalProperties: {
2841
- type: "object";
2842
- properties: {
2843
- title: {
2844
- type: "string";
2845
- maxLength: number;
2846
- description: string;
2847
- };
2848
- description: {
2849
- type: "string";
2850
- maxLength: number;
2851
- description: string;
2852
- };
2853
- };
2854
- description: string;
2855
- additionalProperties: false;
2856
- };
2857
- };
2858
- };
2859
- required: string[];
2860
- description: string;
2861
- additionalProperties: false;
2862
- };
2863
- conversation: {
2864
- type: "object";
2865
- properties: {
2866
- tags: {
2867
- type: "object";
2868
- additionalProperties: {
2869
- type: "object";
2870
- properties: {
2871
- title: {
2872
- type: "string";
2873
- maxLength: number;
2874
- description: string;
2875
- };
2876
- description: {
2877
- type: "string";
2878
- maxLength: number;
2879
- description: string;
2880
- };
2881
- };
2882
- description: string;
2883
- additionalProperties: false;
2884
- };
2885
- };
2886
- };
2887
- required: string[];
2888
- description: string;
2889
- additionalProperties: false;
2890
- };
2891
- attributes: {
2892
- type: "object";
2893
- additionalProperties: {
2894
- type: "string";
2895
- maxLength: number;
2896
- };
2897
- description: string;
2898
- };
2899
- title: {
2900
- type: "string";
2901
- minLength: number;
2902
- maxLength: number;
2903
- description: string;
2904
- };
2905
- description: {
2906
- type: "string";
2907
- maxLength: number;
2908
- description: string;
2909
- };
2910
- iconUrl: {
2911
- type: "string";
2912
- description: string;
2913
- };
2914
- readmeUrl: {
2915
- type: "string";
2916
- description: string;
2917
- };
2918
- public: {
2919
- type: "boolean";
2920
- description: string;
2921
- };
2922
- };
2923
- required: string[];
2924
- additionalProperties: false;
2925
- };
2926
- };
2927
- Workspace: {
2928
- section: "workspace";
2929
- schema: {
2930
- type: "object";
2931
- properties: {
2932
- id: {
2933
- type: "string";
2934
- };
2935
- name: {
2936
- type: "string";
2937
- };
2938
- ownerId: {
2939
- type: "string";
2940
- };
2941
- createdAt: {
2942
- type: "string";
2943
- };
2944
- updatedAt: {
2945
- type: "string";
2946
- };
2947
- botCount: {
2948
- type: "number";
2949
- };
2950
- billingVersion: {
2951
- type: "string";
2952
- enum: string[];
2953
- };
2954
- plan: {
2955
- type: "string";
2956
- enum: string[];
2957
- };
2958
- blocked: {
2959
- type: "boolean";
2960
- };
2961
- spendingLimit: {
2962
- type: "number";
2963
- };
2964
- about: {
2965
- default: string;
2966
- type: "string";
2967
- };
2968
- profilePicture: {
2969
- default: string;
2970
- type: "string";
2971
- };
2972
- contactEmail: {
2973
- default: string;
2974
- type: "string";
2975
- };
2976
- website: {
2977
- default: string;
2978
- type: "string";
2979
- };
2980
- socialAccounts: {
2981
- default: never[];
2982
- type: "array";
2983
- items: {
2984
- type: "string";
2985
- };
2986
- };
2987
- isPublic: {
2988
- type: "boolean";
2989
- };
2990
- handle: {
2991
- type: "string";
2992
- };
2993
- activeTrialId: {
2994
- type: "string";
2995
- nullable: true;
2996
- };
2997
- };
2998
- required: string[];
2999
- title: string;
3000
- additionalProperties: false;
3001
- };
3002
- };
3003
- WorkspaceMember: {
3004
- section: "workspaceMember";
3005
- schema: {
3006
- type: "object";
3007
- properties: {
3008
- id: {
3009
- type: "string";
3010
- };
3011
- userId: {
3012
- type: "string";
3013
- format: string;
3014
- };
3015
- email: {
3016
- type: "string";
3017
- };
3018
- createdAt: {
3019
- type: "string";
3020
- };
3021
- role: {
3022
- type: "string";
3023
- enum: string[];
3024
- };
3025
- profilePicture: {
3026
- type: "string";
3027
- };
3028
- displayName: {
3029
- type: "string";
3030
- maxLength: number;
3031
- };
3032
- };
3033
- required: string[];
3034
- title: string;
3035
- additionalProperties: false;
3036
- };
3037
- };
3038
- Account: {
3039
- section: "account";
3040
- schema: {
3041
- type: "object";
3042
- properties: {
3043
- id: {
3044
- type: "string";
3045
- };
3046
- email: {
3047
- type: "string";
3048
- };
3049
- displayName: {
3050
- type: "string";
3051
- maxLength: number;
3052
- };
3053
- emailVerified: {
3054
- type: "boolean";
3055
- };
3056
- profilePicture: {
3057
- type: "string";
3058
- };
3059
- createdAt: {
3060
- type: "string";
3061
- format: string;
3062
- description: string;
3063
- };
3064
- };
3065
- required: string[];
3066
- additionalProperties: false;
3067
- };
3068
- };
3069
- Usage: {
3070
- section: "usage";
3071
- schema: {
3072
- type: "object";
3073
- properties: {
3074
- id: {
3075
- type: "string";
3076
- description: string;
3077
- };
3078
- period: {
3079
- type: "string";
3080
- description: string;
3081
- };
3082
- value: {
3083
- type: "number";
3084
- description: string;
3085
- };
3086
- quota: {
3087
- type: "number";
3088
- description: string;
3089
- };
3090
- type: {
3091
- type: "string";
3092
- enum: string[];
3093
- description: string;
3094
- };
3095
- };
3096
- required: string[];
3097
- additionalProperties: false;
3098
- };
3099
- };
3100
- Issue: {
3101
- section: "bot";
3102
- schema: {
3103
- type: "object";
3104
- properties: {
3105
- id: {
3106
- type: "string";
3107
- };
3108
- code: {
3109
- type: "string";
3110
- };
3111
- createdAt: {
3112
- type: "string";
3113
- format: string;
3114
- };
3115
- lastSeenAt: {
3116
- type: "string";
3117
- format: string;
3118
- };
3119
- title: {
3120
- type: "string";
3121
- };
3122
- description: {
3123
- type: "string";
3124
- };
3125
- groupedData: {
3126
- type: "object";
3127
- additionalProperties: {
3128
- type: "object";
3129
- properties: {
3130
- raw: {
3131
- type: "string";
3132
- };
3133
- pretty: {
3134
- type: "string";
3135
- };
3136
- };
3137
- required: string[];
3138
- additionalProperties: false;
3139
- };
3140
- };
3141
- eventsCount: {
3142
- type: "number";
3143
- };
3144
- category: {
3145
- type: "string";
3146
- enum: string[];
3147
- };
3148
- resolutionLink: {
3149
- type: "string";
3150
- nullable: true;
3151
- };
3152
- };
3153
- required: string[];
3154
- additionalProperties: false;
3155
- };
3156
- };
3157
- IssueEvent: {
3158
- section: "bot";
3159
- schema: {
3160
- type: "object";
3161
- properties: {
3162
- id: {
3163
- type: "string";
3164
- };
3165
- createdAt: {
3166
- type: "string";
3167
- format: string;
3168
- };
3169
- data: {
3170
- type: "object";
3171
- additionalProperties: {
3172
- type: "object";
3173
- properties: {
3174
- raw: {
3175
- type: "string";
3176
- };
3177
- pretty: {
3178
- type: "string";
3179
- };
3180
- };
3181
- required: string[];
3182
- additionalProperties: false;
3183
- };
3184
- };
3185
- };
3186
- required: string[];
3187
- additionalProperties: false;
3188
- };
3189
- };
3190
- Activity: {
3191
- section: "activity";
3192
- schema: {
3193
- type: "object";
3194
- properties: {
3195
- id: {
3196
- type: "string";
3197
- };
3198
- description: {
3199
- type: "string";
3200
- };
3201
- taskId: {
3202
- type: "string";
3203
- };
3204
- category: {
3205
- type: "string";
3206
- enum: string[];
3207
- };
3208
- data: {
3209
- type: "object";
3210
- additionalProperties: true;
3211
- };
3212
- createdAt: {
3213
- type: "string";
3214
- format: string;
3215
- description: string;
3216
- };
3217
- };
3218
- required: string[];
3219
- additionalProperties: false;
3220
- };
3221
- };
3222
- Version: {
3223
- section: "bot";
3224
- schema: {
3225
- type: "object";
3226
- properties: {
3227
- id: {
3228
- type: "string";
3229
- };
3230
- name: {
3231
- type: "string";
3232
- };
3233
- description: {
3234
- type: "string";
3235
- };
3236
- };
3237
- required: string[];
3238
- additionalProperties: false;
3239
- };
3240
- };
3241
- User: {
3242
- section: "user";
3243
- schema: {
3244
- type: "object";
3245
- properties: {
3246
- id: {
3247
- type: "string";
3248
- minLength: number;
3249
- maxLength: number;
3250
- description: string;
3251
- };
3252
- createdAt: {
3253
- type: "string";
3254
- format: string;
3255
- description: string;
3256
- };
3257
- updatedAt: {
3258
- type: "string";
3259
- format: string;
3260
- description: string;
3261
- };
3262
- tags: {
3263
- type: "object";
3264
- additionalProperties: {
3265
- type: "string";
3266
- };
3267
- description: string;
3268
- };
3269
- name: {
3270
- type: "string";
3271
- maxLength: number;
3272
- description: string;
3273
- };
3274
- pictureUrl: {
3275
- type: "string";
3276
- maxLength: number;
3277
- description: string;
3278
- };
3279
- };
3280
- required: string[];
3281
- description: string;
3282
- additionalProperties: false;
3283
- };
3284
- };
3285
- Conversation: {
3286
- section: "conversation";
3287
- schema: {
3288
- type: "object";
3289
- properties: {
3290
- id: {
3291
- type: "string";
3292
- minLength: number;
3293
- maxLength: number;
3294
- description: string;
3295
- };
3296
- currentTaskId: {
3297
- type: "string";
3298
- minLength: number;
3299
- maxLength: number;
3300
- description: string;
3301
- };
3302
- currentWorkflowId: {
3303
- type: "string";
3304
- minLength: number;
3305
- maxLength: number;
3306
- description: string;
3307
- };
3308
- createdAt: {
3309
- type: "string";
3310
- format: string;
3311
- description: string;
3312
- };
3313
- updatedAt: {
3314
- type: "string";
3315
- format: string;
3316
- description: string;
3317
- };
3318
- channel: {
3319
- type: "string";
3320
- description: string;
3321
- };
3322
- integration: {
3323
- type: "string";
3324
- description: string;
3325
- };
3326
- tags: {
3327
- type: "object";
3328
- additionalProperties: {
3329
- type: "string";
3330
- };
3331
- description: string;
3332
- };
3333
- };
3334
- required: string[];
3335
- description: string;
3336
- additionalProperties: false;
3337
- };
3338
- };
3339
- Event: {
3340
- section: "event";
3341
- schema: {
3342
- type: "object";
3343
- properties: {
3344
- id: {
3345
- type: "string";
3346
- minLength: number;
3347
- maxLength: number;
3348
- description: string;
3349
- };
3350
- createdAt: {
3351
- type: "string";
3352
- format: string;
3353
- description: string;
3354
- };
3355
- type: {
3356
- type: "string";
3357
- maxLength: number;
3358
- description: string;
3359
- };
3360
- payload: {
3361
- type: "object";
3362
- additionalProperties: true;
3363
- description: string;
3364
- };
3365
- conversationId: {
3366
- type: "string";
3367
- minLength: number;
3368
- maxLength: number;
3369
- description: string;
3370
- };
3371
- userId: {
3372
- type: "string";
3373
- minLength: number;
3374
- maxLength: number;
3375
- description: string;
3376
- };
3377
- messageId: {
3378
- type: "string";
3379
- minLength: number;
3380
- maxLength: number;
3381
- description: string;
3382
- };
3383
- status: {
3384
- type: "string";
3385
- enum: string[];
3386
- };
3387
- failureReason: {
3388
- type: "string";
3389
- maxLength: number;
3390
- nullable: true;
3391
- description: string;
3392
- };
3393
- };
3394
- required: string[];
3395
- description: string;
3396
- additionalProperties: false;
3397
- };
3398
- };
3399
- Message: {
3400
- section: "message";
3401
- schema: {
3402
- type: "object";
3403
- properties: {
3404
- id: {
3405
- type: "string";
3406
- minLength: number;
3407
- maxLength: number;
3408
- description: string;
3409
- };
3410
- createdAt: {
3411
- type: "string";
3412
- format: string;
3413
- description: string;
3414
- };
3415
- updatedAt: {
3416
- type: "string";
3417
- format: string;
3418
- description: string;
3419
- };
3420
- type: {
3421
- type: "string";
3422
- maxLength: number;
3423
- description: string;
3424
- };
3425
- payload: {
3426
- type: "object";
3427
- additionalProperties: true;
3428
- description: string;
3429
- };
3430
- direction: {
3431
- type: "string";
3432
- enum: string[];
3433
- description: string;
3434
- };
3435
- userId: {
3436
- type: "string";
3437
- minLength: number;
3438
- maxLength: number;
3439
- description: string;
3440
- };
3441
- conversationId: {
3442
- type: "string";
3443
- minLength: number;
3444
- maxLength: number;
3445
- description: string;
3446
- };
3447
- tags: {
3448
- type: "object";
3449
- additionalProperties: {
3450
- type: "string";
3451
- };
3452
- description: string;
3453
- };
3454
- origin: {
3455
- type: "string";
3456
- enum: string[];
3457
- description: string;
3458
- };
3459
- };
3460
- required: string[];
3461
- description: string;
3462
- additionalProperties: false;
3463
- };
3464
- };
3465
- State: {
3466
- section: "state";
3467
- schema: {
3468
- type: "object";
3469
- properties: {
3470
- id: {
3471
- type: "string";
3472
- minLength: number;
3473
- maxLength: number;
3474
- description: string;
3475
- };
3476
- createdAt: {
3477
- type: "string";
3478
- format: string;
3479
- description: string;
3480
- };
3481
- updatedAt: {
3482
- type: "string";
3483
- format: string;
3484
- description: string;
3485
- };
3486
- botId: {
3487
- type: "string";
3488
- minLength: number;
3489
- maxLength: number;
3490
- description: string;
3491
- };
3492
- conversationId: {
3493
- type: "string";
3494
- minLength: number;
3495
- maxLength: number;
3496
- description: string;
3497
- };
3498
- userId: {
3499
- type: "string";
3500
- minLength: number;
3501
- maxLength: number;
3502
- description: string;
3503
- };
3504
- name: {
3505
- type: "string";
3506
- maxLength: number;
3507
- description: string;
3508
- };
3509
- type: {
3510
- type: "string";
3511
- enum: string[];
3512
- description: string;
3513
- };
3514
- payload: {
3515
- type: "object";
3516
- additionalProperties: true;
3517
- description: string;
3518
- };
3519
- };
3520
- required: string[];
3521
- description: string;
3522
- additionalProperties: false;
3523
- };
3524
- };
3525
- Task: {
3526
- section: "task";
3527
- schema: {
3528
- type: "object";
3529
- properties: {
3530
- id: {
3531
- type: "string";
3532
- minLength: number;
3533
- maxLength: number;
3534
- description: string;
3535
- };
3536
- title: {
3537
- type: "string";
3538
- maxLength: number;
3539
- description: string;
3540
- };
3541
- description: {
3542
- type: "string";
3543
- maxLength: number;
3544
- description: string;
3545
- };
3546
- type: {
3547
- type: "string";
3548
- description: string;
3549
- };
3550
- data: {
3551
- type: "object";
3552
- additionalProperties: true;
3553
- description: string;
3554
- };
3555
- status: {
3556
- type: "string";
3557
- enum: string[];
3558
- description: string;
3559
- };
3560
- parentTaskId: {
3561
- type: "string";
3562
- minLength: number;
3563
- maxLength: number;
3564
- description: string;
3565
- };
3566
- conversationId: {
3567
- type: "string";
3568
- minLength: number;
3569
- maxLength: number;
3570
- description: string;
3571
- };
3572
- userId: {
3573
- type: "string";
3574
- minLength: number;
3575
- maxLength: number;
3576
- description: string;
3577
- };
3578
- timeoutAt: {
3579
- type: "string";
3580
- format: string;
3581
- description: string;
3582
- };
3583
- createdAt: {
3584
- type: "string";
3585
- format: string;
3586
- description: string;
3587
- };
3588
- updatedAt: {
3589
- type: "string";
3590
- format: string;
3591
- description: string;
3592
- };
3593
- failureReason: {
3594
- type: "string";
3595
- maxLength: number;
3596
- description: string;
3597
- };
3598
- tags: {
3599
- type: "object";
3600
- additionalProperties: {
3601
- type: "string";
3602
- };
3603
- description: string;
3604
- };
3605
- };
3606
- required: string[];
3607
- description: string;
3608
- additionalProperties: false;
3609
- };
1183
+ deleteTableRowsResponse: true;
1184
+ updateTableRowsResponse: true;
1185
+ upsertTableRowsResponse: true;
3610
1186
  };
3611
- Workflow: {
3612
- section: "workflow";
3613
- schema: {
3614
- type: "object";
3615
- properties: {
3616
- id: {
3617
- type: "string";
3618
- minLength: number;
3619
- maxLength: number;
3620
- description: string;
3621
- };
3622
- name: {
3623
- type: "string";
3624
- maxLength: number;
3625
- description: string;
3626
- };
3627
- status: {
3628
- type: "string";
3629
- enum: string[];
3630
- description: string;
3631
- };
3632
- input: {
3633
- type: "object";
3634
- additionalProperties: true;
3635
- description: string;
3636
- };
3637
- output: {
3638
- type: "object";
3639
- additionalProperties: true;
3640
- description: string;
3641
- };
3642
- parentWorkflowId: {
3643
- type: "string";
3644
- minLength: number;
3645
- maxLength: number;
3646
- description: string;
3647
- };
3648
- conversationId: {
3649
- type: "string";
3650
- minLength: number;
3651
- maxLength: number;
3652
- description: string;
3653
- };
3654
- userId: {
3655
- type: "string";
3656
- minLength: number;
3657
- maxLength: number;
3658
- description: string;
3659
- };
3660
- createdAt: {
3661
- type: "string";
3662
- format: string;
3663
- description: string;
3664
- };
3665
- updatedAt: {
3666
- type: "string";
3667
- format: string;
3668
- description: string;
3669
- };
3670
- completedAt: {
3671
- type: "string";
3672
- format: string;
3673
- description: string;
3674
- };
3675
- failureReason: {
3676
- type: "string";
3677
- maxLength: number;
3678
- description: string;
3679
- };
3680
- timeoutAt: {
3681
- type: "string";
3682
- format: string;
3683
- description: string;
3684
- };
3685
- tags: {
3686
- type: "object";
3687
- additionalProperties: {
3688
- type: "string";
3689
- };
3690
- description: string;
3691
- };
3692
- };
3693
- required: string[];
3694
- description: string;
3695
- additionalProperties: false;
3696
- };
1187
+ schemas: {
1188
+ Table: true;
1189
+ Column: true;
1190
+ Row: true;
3697
1191
  };
1192
+ };
1193
+ schemas: {
3698
1194
  Table: {
3699
1195
  section: "tables";
3700
1196
  schema: {
@@ -4051,253 +1547,14 @@ export declare const state: {
4051
1547
  additionalProperties: true;
4052
1548
  };
4053
1549
  };
4054
- File: {
4055
- section: "files";
4056
- schema: {
4057
- type: "object";
4058
- properties: {
4059
- id: {
4060
- type: "string";
4061
- description: string;
4062
- };
4063
- botId: {
4064
- type: "string";
4065
- description: string;
4066
- };
4067
- key: {
4068
- type: "string";
4069
- description: string;
4070
- };
4071
- url: {
4072
- type: "string";
4073
- description: string;
4074
- };
4075
- size: {
4076
- type: "number";
4077
- description: string;
4078
- nullable: true;
4079
- };
4080
- contentType: {
4081
- type: "string";
4082
- description: string;
4083
- };
4084
- tags: {
4085
- type: "object";
4086
- additionalProperties: {
4087
- type: "string";
4088
- maxLength: number;
4089
- };
4090
- description: string;
4091
- };
4092
- metadata: {
4093
- type: "object";
4094
- additionalProperties: {
4095
- nullable: true;
4096
- };
4097
- description: string;
4098
- };
4099
- createdAt: {
4100
- type: "string";
4101
- description: string;
4102
- };
4103
- updatedAt: {
4104
- type: "string";
4105
- description: string;
4106
- };
4107
- accessPolicies: {
4108
- type: "array";
4109
- items: {
4110
- type: "string";
4111
- enum: string[];
4112
- };
4113
- description: string;
4114
- };
4115
- index: {
4116
- type: "boolean";
4117
- description: string;
4118
- };
4119
- status: {
4120
- type: "string";
4121
- enum: string[];
4122
- description: string;
4123
- };
4124
- failedStatusReason: {
4125
- type: "string";
4126
- description: string;
4127
- };
4128
- expiresAt: {
4129
- type: "string";
4130
- description: string;
4131
- };
4132
- owner: {
4133
- type: "object";
4134
- properties: {
4135
- type: {
4136
- type: "string";
4137
- enum: string[];
4138
- };
4139
- id: {
4140
- type: "string";
4141
- description: string;
4142
- };
4143
- name: {
4144
- type: "string";
4145
- description: string;
4146
- };
4147
- };
4148
- required: string[];
4149
- additionalProperties: false;
4150
- };
4151
- indexingStack: {
4152
- type: "string";
4153
- enum: string[];
4154
- description: string;
4155
- };
4156
- };
4157
- required: string[];
4158
- additionalProperties: false;
4159
- };
4160
- };
4161
1550
  };
4162
- sections: ({
4163
- description: string;
4164
- title: string;
4165
- name: "user";
4166
- operations: never[];
4167
- schema: string;
4168
- } | {
4169
- description: string;
4170
- title: string;
4171
- name: "conversation";
4172
- operations: never[];
4173
- schema: string;
4174
- } | {
4175
- description: string;
4176
- title: string;
4177
- name: "event";
4178
- operations: never[];
4179
- schema: string;
4180
- } | {
4181
- description: string;
4182
- title: string;
4183
- name: "message";
4184
- operations: never[];
4185
- schema: string;
4186
- } | {
4187
- description: string;
4188
- title: string;
4189
- name: "state";
4190
- operations: never[];
4191
- schema: string;
4192
- } | {
4193
- title: string;
4194
- description: string;
4195
- name: "hub";
4196
- operations: never[];
4197
- schema?: undefined;
4198
- } | {
4199
- description: string;
4200
- title: string;
4201
- name: "action";
4202
- operations: never[];
4203
- schema?: undefined;
4204
- } | {
4205
- description: string;
4206
- title: string;
4207
- name: "task";
4208
- operations: never[];
4209
- schema: string;
4210
- } | {
4211
- description: string;
4212
- title: string;
4213
- name: "workflow";
4214
- operations: never[];
4215
- schema: string;
4216
- } | {
4217
- description: string;
4218
- title: string;
4219
- name: "tag";
4220
- operations: never[];
4221
- schema?: undefined;
4222
- } | {
4223
- title: string;
4224
- description: string;
4225
- name: "bot";
4226
- operations: never[];
4227
- schema: string;
4228
- } | {
4229
- title: string;
4230
- description: string;
4231
- name: "integration";
4232
- operations: never[];
4233
- schema: string;
4234
- } | {
4235
- title: string;
4236
- description: string;
4237
- name: "interface";
4238
- operations: never[];
4239
- schema: string;
4240
- } | {
4241
- title: string;
4242
- description: string;
4243
- name: "plugin";
4244
- operations: never[];
4245
- schema: string;
4246
- } | {
4247
- title: string;
4248
- description: string;
4249
- name: "workspace";
4250
- operations: never[];
4251
- schema: string;
4252
- } | {
4253
- title: string;
4254
- description: string;
4255
- name: "workspaceMember";
4256
- operations: never[];
4257
- schema: string;
4258
- } | {
4259
- title: string;
4260
- description: string;
4261
- name: "account";
4262
- operations: never[];
4263
- schema: string;
4264
- } | {
4265
- title: string;
4266
- description: string;
4267
- name: "usage";
4268
- operations: never[];
4269
- schema: string;
4270
- } | {
4271
- title: string;
4272
- description: string;
4273
- name: "quotas";
4274
- operations: never[];
4275
- schema?: undefined;
4276
- } | {
4277
- title: string;
4278
- description: string;
4279
- name: "helper";
4280
- operations: never[];
4281
- schema?: undefined;
4282
- } | {
4283
- title: string;
4284
- description: string;
4285
- name: "activity";
4286
- operations: never[];
4287
- schema: string;
4288
- } | {
1551
+ sections: {
4289
1552
  title: string;
4290
1553
  description: string;
4291
1554
  name: "tables";
4292
1555
  operations: string[];
4293
1556
  schema: string;
4294
- } | {
4295
- title: string;
4296
- description: string;
4297
- name: "files";
4298
- operations: never[];
4299
- schema: string;
4300
- })[];
1557
+ }[];
4301
1558
  options: {
4302
1559
  allowUnions: false;
4303
1560
  };