@gpt-core/client 0.7.60 → 0.7.62
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.
- package/dist/index.d.mts +915 -7208
- package/dist/index.d.ts +915 -7208
- package/dist/index.js +545 -0
- package/dist/index.mjs +545 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1411,6 +1411,7 @@ var client = createClient(
|
|
|
1411
1411
|
|
|
1412
1412
|
// src/_internal/sdk.gen.ts
|
|
1413
1413
|
var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
1414
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1414
1415
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1415
1416
|
url: "/ai/search/advanced",
|
|
1416
1417
|
...options,
|
|
@@ -1420,21 +1421,31 @@ var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
|
1420
1421
|
}
|
|
1421
1422
|
});
|
|
1422
1423
|
var deleteExtractionDocumentsById = (options) => (options.client ?? client).delete({
|
|
1424
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1423
1425
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1424
1426
|
url: "/extraction/documents/{id}",
|
|
1425
1427
|
...options
|
|
1426
1428
|
});
|
|
1427
1429
|
var getExtractionDocumentsById = (options) => (options.client ?? client).get({
|
|
1430
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1428
1431
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1429
1432
|
url: "/extraction/documents/{id}",
|
|
1430
1433
|
...options
|
|
1431
1434
|
});
|
|
1432
1435
|
var getThreads = (options) => (options.client ?? client).get({
|
|
1436
|
+
querySerializer: {
|
|
1437
|
+
parameters: {
|
|
1438
|
+
filter: { object: { style: "form" } },
|
|
1439
|
+
page: { object: { style: "form" } },
|
|
1440
|
+
fields: { object: { style: "form" } }
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1433
1443
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1434
1444
|
url: "/threads",
|
|
1435
1445
|
...options
|
|
1436
1446
|
});
|
|
1437
1447
|
var postThreads = (options) => (options.client ?? client).post({
|
|
1448
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1438
1449
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1439
1450
|
url: "/threads",
|
|
1440
1451
|
...options,
|
|
@@ -1444,6 +1455,7 @@ var postThreads = (options) => (options.client ?? client).post({
|
|
|
1444
1455
|
}
|
|
1445
1456
|
});
|
|
1446
1457
|
var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client).patch({
|
|
1458
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1447
1459
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1448
1460
|
url: "/extraction/documents/{id}/cancel",
|
|
1449
1461
|
...options,
|
|
@@ -1453,26 +1465,36 @@ var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client)
|
|
|
1453
1465
|
}
|
|
1454
1466
|
});
|
|
1455
1467
|
var getExtractionSchemasWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
1468
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1456
1469
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1457
1470
|
url: "/extraction/schemas/workspace/{workspace_id}",
|
|
1458
1471
|
...options
|
|
1459
1472
|
});
|
|
1460
1473
|
var getLlmAnalyticsCosts = (options) => (options.client ?? client).get({
|
|
1474
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1461
1475
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1462
1476
|
url: "/llm_analytics/costs",
|
|
1463
1477
|
...options
|
|
1464
1478
|
});
|
|
1465
1479
|
var getTrainingSessionsAgentsByAgentIdSessions = (options) => (options.client ?? client).get({
|
|
1480
|
+
querySerializer: {
|
|
1481
|
+
parameters: {
|
|
1482
|
+
filter: { object: { style: "form" } },
|
|
1483
|
+
fields: { object: { style: "form" } }
|
|
1484
|
+
}
|
|
1485
|
+
},
|
|
1466
1486
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1467
1487
|
url: "/training_sessions/agents/{agent_id}/sessions",
|
|
1468
1488
|
...options
|
|
1469
1489
|
});
|
|
1470
1490
|
var getAiChunksDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
1491
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1471
1492
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1472
1493
|
url: "/ai/chunks/document/{document_id}",
|
|
1473
1494
|
...options
|
|
1474
1495
|
});
|
|
1475
1496
|
var patchWalletCredits = (options) => (options.client ?? client).patch({
|
|
1497
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1476
1498
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1477
1499
|
url: "/wallet/credits",
|
|
1478
1500
|
...options,
|
|
@@ -1482,11 +1504,18 @@ var patchWalletCredits = (options) => (options.client ?? client).patch({
|
|
|
1482
1504
|
}
|
|
1483
1505
|
});
|
|
1484
1506
|
var getWorkspaces = (options) => (options.client ?? client).get({
|
|
1507
|
+
querySerializer: {
|
|
1508
|
+
parameters: {
|
|
1509
|
+
filter: { object: { style: "form" } },
|
|
1510
|
+
fields: { object: { style: "form" } }
|
|
1511
|
+
}
|
|
1512
|
+
},
|
|
1485
1513
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1486
1514
|
url: "/workspaces",
|
|
1487
1515
|
...options
|
|
1488
1516
|
});
|
|
1489
1517
|
var postWorkspaces = (options) => (options.client ?? client).post({
|
|
1518
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1490
1519
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1491
1520
|
url: "/workspaces",
|
|
1492
1521
|
...options,
|
|
@@ -1496,11 +1525,13 @@ var postWorkspaces = (options) => (options.client ?? client).post({
|
|
|
1496
1525
|
}
|
|
1497
1526
|
});
|
|
1498
1527
|
var getDocumentsStats = (options) => (options.client ?? client).get({
|
|
1528
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1499
1529
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1500
1530
|
url: "/documents/stats",
|
|
1501
1531
|
...options
|
|
1502
1532
|
});
|
|
1503
1533
|
var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client).patch({
|
|
1534
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1504
1535
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1505
1536
|
url: "/extraction/documents/{id}/dismiss",
|
|
1506
1537
|
...options,
|
|
@@ -1510,6 +1541,7 @@ var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client
|
|
|
1510
1541
|
}
|
|
1511
1542
|
});
|
|
1512
1543
|
var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
1544
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1513
1545
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1514
1546
|
url: "/objects/register",
|
|
1515
1547
|
...options,
|
|
@@ -1519,11 +1551,13 @@ var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
|
1519
1551
|
}
|
|
1520
1552
|
});
|
|
1521
1553
|
var getLlmAnalyticsWorkspace = (options) => (options.client ?? client).get({
|
|
1554
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1522
1555
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1523
1556
|
url: "/llm_analytics/workspace",
|
|
1524
1557
|
...options
|
|
1525
1558
|
});
|
|
1526
1559
|
var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?? client).patch({
|
|
1560
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1527
1561
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1528
1562
|
url: "/extraction/documents/{id}/dismiss-training",
|
|
1529
1563
|
...options,
|
|
@@ -1533,16 +1567,24 @@ var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?
|
|
|
1533
1567
|
}
|
|
1534
1568
|
});
|
|
1535
1569
|
var getSearchIndexes = (options) => (options.client ?? client).get({
|
|
1570
|
+
querySerializer: {
|
|
1571
|
+
parameters: {
|
|
1572
|
+
filter: { object: { style: "form" } },
|
|
1573
|
+
fields: { object: { style: "form" } }
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1536
1576
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1537
1577
|
url: "/search/indexes",
|
|
1538
1578
|
...options
|
|
1539
1579
|
});
|
|
1540
1580
|
var getCreditPackagesSlugBySlug = (options) => (options.client ?? client).get({
|
|
1581
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1541
1582
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1542
1583
|
url: "/credit-packages/slug/{slug}",
|
|
1543
1584
|
...options
|
|
1544
1585
|
});
|
|
1545
1586
|
var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
1587
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1546
1588
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1547
1589
|
url: "/extraction/batches",
|
|
1548
1590
|
...options,
|
|
@@ -1552,11 +1594,13 @@ var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
|
1552
1594
|
}
|
|
1553
1595
|
});
|
|
1554
1596
|
var getLlmAnalyticsPlatform = (options) => (options.client ?? client).get({
|
|
1597
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1555
1598
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1556
1599
|
url: "/llm_analytics/platform",
|
|
1557
1600
|
...options
|
|
1558
1601
|
});
|
|
1559
1602
|
var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client).patch({
|
|
1603
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1560
1604
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1561
1605
|
url: "/extraction/documents/{id}/exclude",
|
|
1562
1606
|
...options,
|
|
@@ -1566,6 +1610,7 @@ var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client
|
|
|
1566
1610
|
}
|
|
1567
1611
|
});
|
|
1568
1612
|
var postPayments = (options) => (options.client ?? client).post({
|
|
1613
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1569
1614
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1570
1615
|
url: "/payments",
|
|
1571
1616
|
...options,
|
|
@@ -1575,11 +1620,18 @@ var postPayments = (options) => (options.client ?? client).post({
|
|
|
1575
1620
|
}
|
|
1576
1621
|
});
|
|
1577
1622
|
var getExtractionBatchesWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
1623
|
+
querySerializer: {
|
|
1624
|
+
parameters: {
|
|
1625
|
+
filter: { object: { style: "form" } },
|
|
1626
|
+
fields: { object: { style: "form" } }
|
|
1627
|
+
}
|
|
1628
|
+
},
|
|
1578
1629
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1579
1630
|
url: "/extraction/batches/workspace/{workspace_id}",
|
|
1580
1631
|
...options
|
|
1581
1632
|
});
|
|
1582
1633
|
var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1634
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1583
1635
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1584
1636
|
url: "/api_keys/{id}/revoke",
|
|
1585
1637
|
...options,
|
|
@@ -1589,16 +1641,19 @@ var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1589
1641
|
}
|
|
1590
1642
|
});
|
|
1591
1643
|
var getInvitationsConsumeByToken = (options) => (options.client ?? client).get({
|
|
1644
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1592
1645
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1593
1646
|
url: "/invitations/consume/{token}",
|
|
1594
1647
|
...options
|
|
1595
1648
|
});
|
|
1596
1649
|
var getExtractionDocumentsByIdStatus = (options) => (options.client ?? client).get({
|
|
1650
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1597
1651
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1598
1652
|
url: "/extraction/documents/{id}/status",
|
|
1599
1653
|
...options
|
|
1600
1654
|
});
|
|
1601
1655
|
var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client).patch({
|
|
1656
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1602
1657
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1603
1658
|
url: "/extraction/documents/{id}/status",
|
|
1604
1659
|
...options,
|
|
@@ -1608,6 +1663,7 @@ var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client)
|
|
|
1608
1663
|
}
|
|
1609
1664
|
});
|
|
1610
1665
|
var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? client).patch({
|
|
1666
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1611
1667
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1612
1668
|
url: "/extraction/documents/{id}/finish_upload",
|
|
1613
1669
|
...options,
|
|
@@ -1617,6 +1673,7 @@ var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? c
|
|
|
1617
1673
|
}
|
|
1618
1674
|
});
|
|
1619
1675
|
var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch({
|
|
1676
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1620
1677
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1621
1678
|
url: "/workspaces/{id}/allocate",
|
|
1622
1679
|
...options,
|
|
@@ -1626,6 +1683,7 @@ var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch(
|
|
|
1626
1683
|
}
|
|
1627
1684
|
});
|
|
1628
1685
|
var postThreadsActive = (options) => (options.client ?? client).post({
|
|
1686
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1629
1687
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1630
1688
|
url: "/threads/active",
|
|
1631
1689
|
...options,
|
|
@@ -1635,6 +1693,7 @@ var postThreadsActive = (options) => (options.client ?? client).post({
|
|
|
1635
1693
|
}
|
|
1636
1694
|
});
|
|
1637
1695
|
var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1696
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1638
1697
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1639
1698
|
url: "/invitations/{id}/revoke",
|
|
1640
1699
|
...options,
|
|
@@ -1644,6 +1703,7 @@ var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1644
1703
|
}
|
|
1645
1704
|
});
|
|
1646
1705
|
var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options) => (options.client ?? client).post({
|
|
1706
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1647
1707
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1648
1708
|
url: "/workspaces/{workspace_id}/extraction/documents/dismiss-all-trained",
|
|
1649
1709
|
...options,
|
|
@@ -1653,11 +1713,19 @@ var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options)
|
|
|
1653
1713
|
}
|
|
1654
1714
|
});
|
|
1655
1715
|
var getConfigs = (options) => (options.client ?? client).get({
|
|
1716
|
+
querySerializer: {
|
|
1717
|
+
parameters: {
|
|
1718
|
+
filter: { object: { style: "form" } },
|
|
1719
|
+
page: { object: { style: "form" } },
|
|
1720
|
+
fields: { object: { style: "form" } }
|
|
1721
|
+
}
|
|
1722
|
+
},
|
|
1656
1723
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1657
1724
|
url: "/configs",
|
|
1658
1725
|
...options
|
|
1659
1726
|
});
|
|
1660
1727
|
var postConfigs = (options) => (options.client ?? client).post({
|
|
1728
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1661
1729
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1662
1730
|
url: "/configs",
|
|
1663
1731
|
...options,
|
|
@@ -1667,6 +1735,7 @@ var postConfigs = (options) => (options.client ?? client).post({
|
|
|
1667
1735
|
}
|
|
1668
1736
|
});
|
|
1669
1737
|
var postTokens = (options) => (options.client ?? client).post({
|
|
1738
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1670
1739
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1671
1740
|
url: "/tokens",
|
|
1672
1741
|
...options,
|
|
@@ -1676,6 +1745,7 @@ var postTokens = (options) => (options.client ?? client).post({
|
|
|
1676
1745
|
}
|
|
1677
1746
|
});
|
|
1678
1747
|
var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
|
|
1748
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1679
1749
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1680
1750
|
url: "/api_keys/{id}/set_budget",
|
|
1681
1751
|
...options,
|
|
@@ -1685,16 +1755,19 @@ var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
|
|
|
1685
1755
|
}
|
|
1686
1756
|
});
|
|
1687
1757
|
var deleteTrainingExamplesById = (options) => (options.client ?? client).delete({
|
|
1758
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1688
1759
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1689
1760
|
url: "/training_examples/{id}",
|
|
1690
1761
|
...options
|
|
1691
1762
|
});
|
|
1692
1763
|
var getTrainingExamplesById = (options) => (options.client ?? client).get({
|
|
1764
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1693
1765
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1694
1766
|
url: "/training_examples/{id}",
|
|
1695
1767
|
...options
|
|
1696
1768
|
});
|
|
1697
1769
|
var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
1770
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1698
1771
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1699
1772
|
url: "/training_examples/{id}",
|
|
1700
1773
|
...options,
|
|
@@ -1704,11 +1777,13 @@ var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
|
1704
1777
|
}
|
|
1705
1778
|
});
|
|
1706
1779
|
var deleteSearchSavedById = (options) => (options.client ?? client).delete({
|
|
1780
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1707
1781
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1708
1782
|
url: "/search/saved/{id}",
|
|
1709
1783
|
...options
|
|
1710
1784
|
});
|
|
1711
1785
|
var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
1786
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1712
1787
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1713
1788
|
url: "/users/{id}/admin/email",
|
|
1714
1789
|
...options,
|
|
@@ -1718,11 +1793,19 @@ var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
|
1718
1793
|
}
|
|
1719
1794
|
});
|
|
1720
1795
|
var getExtractionDocumentsWorkspaceByWorkspaceIdTrained = (options) => (options.client ?? client).get({
|
|
1796
|
+
querySerializer: {
|
|
1797
|
+
parameters: {
|
|
1798
|
+
filter: { object: { style: "form" } },
|
|
1799
|
+
page: { object: { style: "form" } },
|
|
1800
|
+
fields: { object: { style: "form" } }
|
|
1801
|
+
}
|
|
1802
|
+
},
|
|
1721
1803
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1722
1804
|
url: "/extraction/documents/workspace/{workspace_id}/trained",
|
|
1723
1805
|
...options
|
|
1724
1806
|
});
|
|
1725
1807
|
var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch({
|
|
1808
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1726
1809
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1727
1810
|
url: "/users/auth/reset-password",
|
|
1728
1811
|
...options,
|
|
@@ -1732,11 +1815,13 @@ var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch(
|
|
|
1732
1815
|
}
|
|
1733
1816
|
});
|
|
1734
1817
|
var getBucketsByIdStats = (options) => (options.client ?? client).get({
|
|
1818
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1735
1819
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1736
1820
|
url: "/buckets/{id}/stats",
|
|
1737
1821
|
...options
|
|
1738
1822
|
});
|
|
1739
1823
|
var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? client).patch({
|
|
1824
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1740
1825
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1741
1826
|
url: "/notification_methods/{id}/set_primary",
|
|
1742
1827
|
...options,
|
|
@@ -1746,11 +1831,13 @@ var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? cli
|
|
|
1746
1831
|
}
|
|
1747
1832
|
});
|
|
1748
1833
|
var getBucketsByIdObjects = (options) => (options.client ?? client).get({
|
|
1834
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1749
1835
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1750
1836
|
url: "/buckets/{id}/objects",
|
|
1751
1837
|
...options
|
|
1752
1838
|
});
|
|
1753
1839
|
var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
1840
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1754
1841
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1755
1842
|
url: "/invitations/{id}/resend",
|
|
1756
1843
|
...options,
|
|
@@ -1760,11 +1847,18 @@ var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
|
1760
1847
|
}
|
|
1761
1848
|
});
|
|
1762
1849
|
var getSearchSaved = (options) => (options.client ?? client).get({
|
|
1850
|
+
querySerializer: {
|
|
1851
|
+
parameters: {
|
|
1852
|
+
filter: { object: { style: "form" } },
|
|
1853
|
+
fields: { object: { style: "form" } }
|
|
1854
|
+
}
|
|
1855
|
+
},
|
|
1763
1856
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1764
1857
|
url: "/search/saved",
|
|
1765
1858
|
...options
|
|
1766
1859
|
});
|
|
1767
1860
|
var postSearchSaved = (options) => (options.client ?? client).post({
|
|
1861
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1768
1862
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1769
1863
|
url: "/search/saved",
|
|
1770
1864
|
...options,
|
|
@@ -1774,26 +1868,31 @@ var postSearchSaved = (options) => (options.client ?? client).post({
|
|
|
1774
1868
|
}
|
|
1775
1869
|
});
|
|
1776
1870
|
var deleteFieldTemplatesById = (options) => (options.client ?? client).delete({
|
|
1871
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1777
1872
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1778
1873
|
url: "/field_templates/{id}",
|
|
1779
1874
|
...options
|
|
1780
1875
|
});
|
|
1781
1876
|
var getFieldTemplatesById = (options) => (options.client ?? client).get({
|
|
1877
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1782
1878
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1783
1879
|
url: "/field_templates/{id}",
|
|
1784
1880
|
...options
|
|
1785
1881
|
});
|
|
1786
1882
|
var getWorkspacesByWorkspaceIdTrainingAnalytics = (options) => (options.client ?? client).get({
|
|
1883
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1787
1884
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1788
1885
|
url: "/workspaces/{workspace_id}/training/analytics",
|
|
1789
1886
|
...options
|
|
1790
1887
|
});
|
|
1791
1888
|
var getUserProfilesMe = (options) => (options.client ?? client).get({
|
|
1889
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1792
1890
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1793
1891
|
url: "/user_profiles/me",
|
|
1794
1892
|
...options
|
|
1795
1893
|
});
|
|
1796
1894
|
var postInvitationsInvite = (options) => (options.client ?? client).post({
|
|
1895
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1797
1896
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1798
1897
|
url: "/invitations/invite",
|
|
1799
1898
|
...options,
|
|
@@ -1803,11 +1902,18 @@ var postInvitationsInvite = (options) => (options.client ?? client).post({
|
|
|
1803
1902
|
}
|
|
1804
1903
|
});
|
|
1805
1904
|
var getAgentVersions = (options) => (options.client ?? client).get({
|
|
1905
|
+
querySerializer: {
|
|
1906
|
+
parameters: {
|
|
1907
|
+
filter: { object: { style: "form" } },
|
|
1908
|
+
fields: { object: { style: "form" } }
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1806
1911
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1807
1912
|
url: "/agent_versions",
|
|
1808
1913
|
...options
|
|
1809
1914
|
});
|
|
1810
1915
|
var postAgentVersions = (options) => (options.client ?? client).post({
|
|
1916
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1811
1917
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1812
1918
|
url: "/agent_versions",
|
|
1813
1919
|
...options,
|
|
@@ -1817,16 +1923,19 @@ var postAgentVersions = (options) => (options.client ?? client).post({
|
|
|
1817
1923
|
}
|
|
1818
1924
|
});
|
|
1819
1925
|
var deleteWebhookConfigsById = (options) => (options.client ?? client).delete({
|
|
1926
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1820
1927
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1821
1928
|
url: "/webhook_configs/{id}",
|
|
1822
1929
|
...options
|
|
1823
1930
|
});
|
|
1824
1931
|
var getWebhookConfigsById = (options) => (options.client ?? client).get({
|
|
1932
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1825
1933
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1826
1934
|
url: "/webhook_configs/{id}",
|
|
1827
1935
|
...options
|
|
1828
1936
|
});
|
|
1829
1937
|
var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
1938
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1830
1939
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1831
1940
|
url: "/webhook_configs/{id}",
|
|
1832
1941
|
...options,
|
|
@@ -1836,6 +1945,7 @@ var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
|
1836
1945
|
}
|
|
1837
1946
|
});
|
|
1838
1947
|
var postInvitationsAcceptByToken = (options) => (options.client ?? client).post({
|
|
1948
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1839
1949
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1840
1950
|
url: "/invitations/accept_by_token",
|
|
1841
1951
|
...options,
|
|
@@ -1845,11 +1955,13 @@ var postInvitationsAcceptByToken = (options) => (options.client ?? client).post(
|
|
|
1845
1955
|
}
|
|
1846
1956
|
});
|
|
1847
1957
|
var getExtractionBatchesByIdUploadUrls = (options) => (options.client ?? client).get({
|
|
1958
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1848
1959
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1849
1960
|
url: "/extraction/batches/{id}/upload-urls",
|
|
1850
1961
|
...options
|
|
1851
1962
|
});
|
|
1852
1963
|
var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
1964
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1853
1965
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1854
1966
|
url: "/documents/bulk_delete",
|
|
1855
1967
|
...options,
|
|
@@ -1859,11 +1971,13 @@ var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
|
1859
1971
|
}
|
|
1860
1972
|
});
|
|
1861
1973
|
var getAgentVersionsById = (options) => (options.client ?? client).get({
|
|
1974
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1862
1975
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1863
1976
|
url: "/agent_versions/{id}",
|
|
1864
1977
|
...options
|
|
1865
1978
|
});
|
|
1866
1979
|
var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
1980
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1867
1981
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1868
1982
|
url: "/ai/chunks/search",
|
|
1869
1983
|
...options,
|
|
@@ -1873,6 +1987,7 @@ var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
|
1873
1987
|
}
|
|
1874
1988
|
});
|
|
1875
1989
|
var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
1990
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1876
1991
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1877
1992
|
url: "/threads/{id}/messages",
|
|
1878
1993
|
...options,
|
|
@@ -1882,6 +1997,7 @@ var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
|
1882
1997
|
}
|
|
1883
1998
|
});
|
|
1884
1999
|
var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
2000
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1885
2001
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1886
2002
|
url: "/agents/clone_for_workspace",
|
|
1887
2003
|
...options,
|
|
@@ -1891,6 +2007,7 @@ var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
|
1891
2007
|
}
|
|
1892
2008
|
});
|
|
1893
2009
|
var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
2010
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1894
2011
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1895
2012
|
url: "/invitations/{id}/accept",
|
|
1896
2013
|
...options,
|
|
@@ -1900,21 +2017,25 @@ var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
|
1900
2017
|
}
|
|
1901
2018
|
});
|
|
1902
2019
|
var getCreditPackagesById = (options) => (options.client ?? client).get({
|
|
2020
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1903
2021
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1904
2022
|
url: "/credit-packages/{id}",
|
|
1905
2023
|
...options
|
|
1906
2024
|
});
|
|
1907
2025
|
var getUsersById = (options) => (options.client ?? client).get({
|
|
2026
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1908
2027
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1909
2028
|
url: "/users/{id}",
|
|
1910
2029
|
...options
|
|
1911
2030
|
});
|
|
1912
2031
|
var getExtractionResultsById = (options) => (options.client ?? client).get({
|
|
2032
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1913
2033
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1914
2034
|
url: "/extraction/results/{id}",
|
|
1915
2035
|
...options
|
|
1916
2036
|
});
|
|
1917
2037
|
var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
2038
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1918
2039
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1919
2040
|
url: "/agents/{id}/validate",
|
|
1920
2041
|
...options,
|
|
@@ -1924,6 +2045,7 @@ var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
|
1924
2045
|
}
|
|
1925
2046
|
});
|
|
1926
2047
|
var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
2048
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1927
2049
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1928
2050
|
url: "/webhook_configs/{id}/test",
|
|
1929
2051
|
...options,
|
|
@@ -1933,11 +2055,13 @@ var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
|
1933
2055
|
}
|
|
1934
2056
|
});
|
|
1935
2057
|
var getUsersMe = (options) => (options.client ?? client).get({
|
|
2058
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1936
2059
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1937
2060
|
url: "/users/me",
|
|
1938
2061
|
...options
|
|
1939
2062
|
});
|
|
1940
2063
|
var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post({
|
|
2064
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1941
2065
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1942
2066
|
url: "/users/auth/register_with_oidc",
|
|
1943
2067
|
...options,
|
|
@@ -1947,6 +2071,7 @@ var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post
|
|
|
1947
2071
|
}
|
|
1948
2072
|
});
|
|
1949
2073
|
var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
2074
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1950
2075
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1951
2076
|
url: "/tenants/{id}/credit",
|
|
1952
2077
|
...options,
|
|
@@ -1956,16 +2081,25 @@ var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
|
1956
2081
|
}
|
|
1957
2082
|
});
|
|
1958
2083
|
var getTransactionsById = (options) => (options.client ?? client).get({
|
|
2084
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1959
2085
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1960
2086
|
url: "/transactions/{id}",
|
|
1961
2087
|
...options
|
|
1962
2088
|
});
|
|
1963
2089
|
var getTenantMemberships = (options) => (options.client ?? client).get({
|
|
2090
|
+
querySerializer: {
|
|
2091
|
+
parameters: {
|
|
2092
|
+
filter: { object: { style: "form" } },
|
|
2093
|
+
page: { object: { style: "form" } },
|
|
2094
|
+
fields: { object: { style: "form" } }
|
|
2095
|
+
}
|
|
2096
|
+
},
|
|
1964
2097
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1965
2098
|
url: "/tenant-memberships",
|
|
1966
2099
|
...options
|
|
1967
2100
|
});
|
|
1968
2101
|
var postTenantMemberships = (options) => (options.client ?? client).post({
|
|
2102
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1969
2103
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1970
2104
|
url: "/tenant-memberships",
|
|
1971
2105
|
...options,
|
|
@@ -1984,6 +2118,7 @@ var postTrainingExamplesBulkDelete = (options) => (options.client ?? client).pos
|
|
|
1984
2118
|
}
|
|
1985
2119
|
});
|
|
1986
2120
|
var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client).patch({
|
|
2121
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1987
2122
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1988
2123
|
url: "/extraction/documents/{id}/include",
|
|
1989
2124
|
...options,
|
|
@@ -1993,21 +2128,25 @@ var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client
|
|
|
1993
2128
|
}
|
|
1994
2129
|
});
|
|
1995
2130
|
var getLlmAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
2131
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1996
2132
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1997
2133
|
url: "/llm_analytics/summary",
|
|
1998
2134
|
...options
|
|
1999
2135
|
});
|
|
2000
2136
|
var deleteExtractionSchemaFieldsById = (options) => (options.client ?? client).delete({
|
|
2137
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2001
2138
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2002
2139
|
url: "/extraction/schema-fields/{id}",
|
|
2003
2140
|
...options
|
|
2004
2141
|
});
|
|
2005
2142
|
var getExtractionSchemaFieldsById = (options) => (options.client ?? client).get({
|
|
2143
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2006
2144
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2007
2145
|
url: "/extraction/schema-fields/{id}",
|
|
2008
2146
|
...options
|
|
2009
2147
|
});
|
|
2010
2148
|
var patchExtractionSchemaFieldsById = (options) => (options.client ?? client).patch({
|
|
2149
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2011
2150
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2012
2151
|
url: "/extraction/schema-fields/{id}",
|
|
2013
2152
|
...options,
|
|
@@ -2017,6 +2156,7 @@ var patchExtractionSchemaFieldsById = (options) => (options.client ?? client).pa
|
|
|
2017
2156
|
}
|
|
2018
2157
|
});
|
|
2019
2158
|
var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
2159
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2020
2160
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2021
2161
|
url: "/storage/sign_download",
|
|
2022
2162
|
...options,
|
|
@@ -2026,26 +2166,31 @@ var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
|
2026
2166
|
}
|
|
2027
2167
|
});
|
|
2028
2168
|
var deleteTrainingSessionsById = (options) => (options.client ?? client).delete({
|
|
2169
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2029
2170
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2030
2171
|
url: "/training_sessions/{id}",
|
|
2031
2172
|
...options
|
|
2032
2173
|
});
|
|
2033
2174
|
var getTrainingSessionsById = (options) => (options.client ?? client).get({
|
|
2175
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2034
2176
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2035
2177
|
url: "/training_sessions/{id}",
|
|
2036
2178
|
...options
|
|
2037
2179
|
});
|
|
2038
2180
|
var deleteNotificationMethodsById = (options) => (options.client ?? client).delete({
|
|
2181
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2039
2182
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2040
2183
|
url: "/notification_methods/{id}",
|
|
2041
2184
|
...options
|
|
2042
2185
|
});
|
|
2043
2186
|
var getNotificationMethodsById = (options) => (options.client ?? client).get({
|
|
2187
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2044
2188
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2045
2189
|
url: "/notification_methods/{id}",
|
|
2046
2190
|
...options
|
|
2047
2191
|
});
|
|
2048
2192
|
var patchNotificationMethodsById = (options) => (options.client ?? client).patch({
|
|
2193
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2049
2194
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2050
2195
|
url: "/notification_methods/{id}",
|
|
2051
2196
|
...options,
|
|
@@ -2055,31 +2200,64 @@ var patchNotificationMethodsById = (options) => (options.client ?? client).patch
|
|
|
2055
2200
|
}
|
|
2056
2201
|
});
|
|
2057
2202
|
var getWebhookDeliveries = (options) => (options.client ?? client).get({
|
|
2203
|
+
querySerializer: {
|
|
2204
|
+
parameters: {
|
|
2205
|
+
filter: { object: { style: "form" } },
|
|
2206
|
+
page: { object: { style: "form" } },
|
|
2207
|
+
fields: { object: { style: "form" } }
|
|
2208
|
+
}
|
|
2209
|
+
},
|
|
2058
2210
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2059
2211
|
url: "/webhook_deliveries",
|
|
2060
2212
|
...options
|
|
2061
2213
|
});
|
|
2062
2214
|
var getSearch = (options) => (options.client ?? client).get({
|
|
2215
|
+
querySerializer: {
|
|
2216
|
+
parameters: {
|
|
2217
|
+
filter: { object: { style: "form" } },
|
|
2218
|
+
fields: { object: { style: "form" } }
|
|
2219
|
+
}
|
|
2220
|
+
},
|
|
2063
2221
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2064
2222
|
url: "/search",
|
|
2065
2223
|
...options
|
|
2066
2224
|
});
|
|
2067
2225
|
var getInvitations = (options) => (options.client ?? client).get({
|
|
2226
|
+
querySerializer: {
|
|
2227
|
+
parameters: {
|
|
2228
|
+
filter: { object: { style: "form" } },
|
|
2229
|
+
fields: { object: { style: "form" } }
|
|
2230
|
+
}
|
|
2231
|
+
},
|
|
2068
2232
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2069
2233
|
url: "/invitations",
|
|
2070
2234
|
...options
|
|
2071
2235
|
});
|
|
2072
2236
|
var getSearchSemantic = (options) => (options.client ?? client).get({
|
|
2237
|
+
querySerializer: {
|
|
2238
|
+
parameters: {
|
|
2239
|
+
filter: { object: { style: "form" } },
|
|
2240
|
+
fields: { object: { style: "form" } }
|
|
2241
|
+
}
|
|
2242
|
+
},
|
|
2073
2243
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2074
2244
|
url: "/search/semantic",
|
|
2075
2245
|
...options
|
|
2076
2246
|
});
|
|
2077
2247
|
var getMessages = (options) => (options.client ?? client).get({
|
|
2248
|
+
querySerializer: {
|
|
2249
|
+
parameters: {
|
|
2250
|
+
filter: { object: { style: "form" } },
|
|
2251
|
+
page: { object: { style: "form" } },
|
|
2252
|
+
fields: { object: { style: "form" } }
|
|
2253
|
+
}
|
|
2254
|
+
},
|
|
2078
2255
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2079
2256
|
url: "/messages",
|
|
2080
2257
|
...options
|
|
2081
2258
|
});
|
|
2082
2259
|
var postMessages = (options) => (options.client ?? client).post({
|
|
2260
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2083
2261
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2084
2262
|
url: "/messages",
|
|
2085
2263
|
...options,
|
|
@@ -2089,11 +2267,19 @@ var postMessages = (options) => (options.client ?? client).post({
|
|
|
2089
2267
|
}
|
|
2090
2268
|
});
|
|
2091
2269
|
var getNotificationPreferences = (options) => (options.client ?? client).get({
|
|
2270
|
+
querySerializer: {
|
|
2271
|
+
parameters: {
|
|
2272
|
+
filter: { object: { style: "form" } },
|
|
2273
|
+
page: { object: { style: "form" } },
|
|
2274
|
+
fields: { object: { style: "form" } }
|
|
2275
|
+
}
|
|
2276
|
+
},
|
|
2092
2277
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2093
2278
|
url: "/notification_preferences",
|
|
2094
2279
|
...options
|
|
2095
2280
|
});
|
|
2096
2281
|
var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
2282
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2097
2283
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2098
2284
|
url: "/notification_preferences",
|
|
2099
2285
|
...options,
|
|
@@ -2103,11 +2289,19 @@ var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
|
2103
2289
|
}
|
|
2104
2290
|
});
|
|
2105
2291
|
var getApplications = (options) => (options.client ?? client).get({
|
|
2292
|
+
querySerializer: {
|
|
2293
|
+
parameters: {
|
|
2294
|
+
filter: { object: { style: "form" } },
|
|
2295
|
+
page: { object: { style: "form" } },
|
|
2296
|
+
fields: { object: { style: "form" } }
|
|
2297
|
+
}
|
|
2298
|
+
},
|
|
2106
2299
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2107
2300
|
url: "/applications",
|
|
2108
2301
|
...options
|
|
2109
2302
|
});
|
|
2110
2303
|
var postApplications = (options) => (options.client ?? client).post({
|
|
2304
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2111
2305
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2112
2306
|
url: "/applications",
|
|
2113
2307
|
...options,
|
|
@@ -2126,16 +2320,19 @@ var postAgentsPredict = (options) => (options.client ?? client).post({
|
|
|
2126
2320
|
}
|
|
2127
2321
|
});
|
|
2128
2322
|
var deleteThreadsById = (options) => (options.client ?? client).delete({
|
|
2323
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2129
2324
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2130
2325
|
url: "/threads/{id}",
|
|
2131
2326
|
...options
|
|
2132
2327
|
});
|
|
2133
2328
|
var getThreadsById = (options) => (options.client ?? client).get({
|
|
2329
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2134
2330
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2135
2331
|
url: "/threads/{id}",
|
|
2136
2332
|
...options
|
|
2137
2333
|
});
|
|
2138
2334
|
var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
2335
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2139
2336
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2140
2337
|
url: "/threads/{id}",
|
|
2141
2338
|
...options,
|
|
@@ -2145,11 +2342,19 @@ var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
|
2145
2342
|
}
|
|
2146
2343
|
});
|
|
2147
2344
|
var getLlmAnalytics = (options) => (options.client ?? client).get({
|
|
2345
|
+
querySerializer: {
|
|
2346
|
+
parameters: {
|
|
2347
|
+
filter: { object: { style: "form" } },
|
|
2348
|
+
page: { object: { style: "form" } },
|
|
2349
|
+
fields: { object: { style: "form" } }
|
|
2350
|
+
}
|
|
2351
|
+
},
|
|
2148
2352
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2149
2353
|
url: "/llm_analytics",
|
|
2150
2354
|
...options
|
|
2151
2355
|
});
|
|
2152
2356
|
var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
2357
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2153
2358
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2154
2359
|
url: "/llm_analytics",
|
|
2155
2360
|
...options,
|
|
@@ -2159,6 +2364,7 @@ var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
|
2159
2364
|
}
|
|
2160
2365
|
});
|
|
2161
2366
|
var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch({
|
|
2367
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2162
2368
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2163
2369
|
url: "/users/{id}/reset-password",
|
|
2164
2370
|
...options,
|
|
@@ -2168,6 +2374,7 @@ var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch(
|
|
|
2168
2374
|
}
|
|
2169
2375
|
});
|
|
2170
2376
|
var postDocumentsPresignedUpload = (options) => (options.client ?? client).post({
|
|
2377
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2171
2378
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2172
2379
|
url: "/documents/presigned_upload",
|
|
2173
2380
|
...options,
|
|
@@ -2177,11 +2384,13 @@ var postDocumentsPresignedUpload = (options) => (options.client ?? client).post(
|
|
|
2177
2384
|
}
|
|
2178
2385
|
});
|
|
2179
2386
|
var getMessagesSearch = (options) => (options.client ?? client).get({
|
|
2387
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2180
2388
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2181
2389
|
url: "/messages/search",
|
|
2182
2390
|
...options
|
|
2183
2391
|
});
|
|
2184
2392
|
var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
2393
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2185
2394
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2186
2395
|
url: "/agents/{id}/teach",
|
|
2187
2396
|
...options,
|
|
@@ -2191,11 +2400,19 @@ var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
|
2191
2400
|
}
|
|
2192
2401
|
});
|
|
2193
2402
|
var getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue = (options) => (options.client ?? client).get({
|
|
2403
|
+
querySerializer: {
|
|
2404
|
+
parameters: {
|
|
2405
|
+
filter: { object: { style: "form" } },
|
|
2406
|
+
page: { object: { style: "form" } },
|
|
2407
|
+
fields: { object: { style: "form" } }
|
|
2408
|
+
}
|
|
2409
|
+
},
|
|
2194
2410
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2195
2411
|
url: "/extraction/documents/workspace/{workspace_id}/review_queue",
|
|
2196
2412
|
...options
|
|
2197
2413
|
});
|
|
2198
2414
|
var postExtractionDocumentsUpload = (options) => (options.client ?? client).post({
|
|
2415
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2199
2416
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2200
2417
|
url: "/extraction/documents/upload",
|
|
2201
2418
|
...options,
|
|
@@ -2205,6 +2422,7 @@ var postExtractionDocumentsUpload = (options) => (options.client ?? client).post
|
|
|
2205
2422
|
}
|
|
2206
2423
|
});
|
|
2207
2424
|
var patchExtractionResultsByIdCorrections = (options) => (options.client ?? client).patch({
|
|
2425
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2208
2426
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2209
2427
|
url: "/extraction/results/{id}/corrections",
|
|
2210
2428
|
...options,
|
|
@@ -2214,21 +2432,25 @@ var patchExtractionResultsByIdCorrections = (options) => (options.client ?? clie
|
|
|
2214
2432
|
}
|
|
2215
2433
|
});
|
|
2216
2434
|
var getExtractionResultsDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
2435
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2217
2436
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2218
2437
|
url: "/extraction/results/document/{document_id}",
|
|
2219
2438
|
...options
|
|
2220
2439
|
});
|
|
2221
2440
|
var deleteWorkspacesById = (options) => (options.client ?? client).delete({
|
|
2441
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2222
2442
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2223
2443
|
url: "/workspaces/{id}",
|
|
2224
2444
|
...options
|
|
2225
2445
|
});
|
|
2226
2446
|
var getWorkspacesById = (options) => (options.client ?? client).get({
|
|
2447
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2227
2448
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2228
2449
|
url: "/workspaces/{id}",
|
|
2229
2450
|
...options
|
|
2230
2451
|
});
|
|
2231
2452
|
var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
2453
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2232
2454
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2233
2455
|
url: "/workspaces/{id}",
|
|
2234
2456
|
...options,
|
|
@@ -2238,11 +2460,19 @@ var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
|
2238
2460
|
}
|
|
2239
2461
|
});
|
|
2240
2462
|
var getTenants = (options) => (options.client ?? client).get({
|
|
2463
|
+
querySerializer: {
|
|
2464
|
+
parameters: {
|
|
2465
|
+
filter: { object: { style: "form" } },
|
|
2466
|
+
page: { object: { style: "form" } },
|
|
2467
|
+
fields: { object: { style: "form" } }
|
|
2468
|
+
}
|
|
2469
|
+
},
|
|
2241
2470
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2242
2471
|
url: "/tenants",
|
|
2243
2472
|
...options
|
|
2244
2473
|
});
|
|
2245
2474
|
var postTenants = (options) => (options.client ?? client).post({
|
|
2475
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2246
2476
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2247
2477
|
url: "/tenants",
|
|
2248
2478
|
...options,
|
|
@@ -2252,6 +2482,7 @@ var postTenants = (options) => (options.client ?? client).post({
|
|
|
2252
2482
|
}
|
|
2253
2483
|
});
|
|
2254
2484
|
var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post({
|
|
2485
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2255
2486
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2256
2487
|
url: "/tenants/{id}/remove-storage",
|
|
2257
2488
|
...options,
|
|
@@ -2261,31 +2492,49 @@ var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post(
|
|
|
2261
2492
|
}
|
|
2262
2493
|
});
|
|
2263
2494
|
var getNotificationLogsById = (options) => (options.client ?? client).get({
|
|
2495
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2264
2496
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2265
2497
|
url: "/notification_logs/{id}",
|
|
2266
2498
|
...options
|
|
2267
2499
|
});
|
|
2268
2500
|
var getExtractionDocumentsByIdView = (options) => (options.client ?? client).get({
|
|
2501
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2269
2502
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2270
2503
|
url: "/extraction/documents/{id}/view",
|
|
2271
2504
|
...options
|
|
2272
2505
|
});
|
|
2273
2506
|
var getWebhookDeliveriesById = (options) => (options.client ?? client).get({
|
|
2507
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2274
2508
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2275
2509
|
url: "/webhook_deliveries/{id}",
|
|
2276
2510
|
...options
|
|
2277
2511
|
});
|
|
2278
2512
|
var getAuditLogs = (options) => (options.client ?? client).get({
|
|
2513
|
+
querySerializer: {
|
|
2514
|
+
parameters: {
|
|
2515
|
+
filter: { object: { style: "form" } },
|
|
2516
|
+
page: { object: { style: "form" } },
|
|
2517
|
+
fields: { object: { style: "form" } }
|
|
2518
|
+
}
|
|
2519
|
+
},
|
|
2279
2520
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2280
2521
|
url: "/audit-logs",
|
|
2281
2522
|
...options
|
|
2282
2523
|
});
|
|
2283
2524
|
var getAiGraphEdges = (options) => (options.client ?? client).get({
|
|
2525
|
+
querySerializer: {
|
|
2526
|
+
parameters: {
|
|
2527
|
+
filter: { object: { style: "form" } },
|
|
2528
|
+
page: { object: { style: "form" } },
|
|
2529
|
+
fields: { object: { style: "form" } }
|
|
2530
|
+
}
|
|
2531
|
+
},
|
|
2284
2532
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2285
2533
|
url: "/ai/graph/edges",
|
|
2286
2534
|
...options
|
|
2287
2535
|
});
|
|
2288
2536
|
var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
2537
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2289
2538
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2290
2539
|
url: "/ai/graph/edges",
|
|
2291
2540
|
...options,
|
|
@@ -2295,11 +2544,19 @@ var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
|
2295
2544
|
}
|
|
2296
2545
|
});
|
|
2297
2546
|
var getTrainingExamples = (options) => (options.client ?? client).get({
|
|
2547
|
+
querySerializer: {
|
|
2548
|
+
parameters: {
|
|
2549
|
+
filter: { object: { style: "form" } },
|
|
2550
|
+
page: { object: { style: "form" } },
|
|
2551
|
+
fields: { object: { style: "form" } }
|
|
2552
|
+
}
|
|
2553
|
+
},
|
|
2298
2554
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2299
2555
|
url: "/training_examples",
|
|
2300
2556
|
...options
|
|
2301
2557
|
});
|
|
2302
2558
|
var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
2559
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2303
2560
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2304
2561
|
url: "/training_examples",
|
|
2305
2562
|
...options,
|
|
@@ -2309,6 +2566,7 @@ var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
|
2309
2566
|
}
|
|
2310
2567
|
});
|
|
2311
2568
|
var getWorkspacesByWorkspaceIdExtractionExportsById = (options) => (options.client ?? client).get({
|
|
2569
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2312
2570
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2313
2571
|
url: "/workspaces/{workspace_id}/extraction/exports/{id}",
|
|
2314
2572
|
...options
|
|
@@ -2319,11 +2577,18 @@ var getAgentsByIdTrainingStats = (options) => (options.client ?? client).get({
|
|
|
2319
2577
|
...options
|
|
2320
2578
|
});
|
|
2321
2579
|
var getBuckets = (options) => (options.client ?? client).get({
|
|
2580
|
+
querySerializer: {
|
|
2581
|
+
parameters: {
|
|
2582
|
+
filter: { object: { style: "form" } },
|
|
2583
|
+
fields: { object: { style: "form" } }
|
|
2584
|
+
}
|
|
2585
|
+
},
|
|
2322
2586
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2323
2587
|
url: "/buckets",
|
|
2324
2588
|
...options
|
|
2325
2589
|
});
|
|
2326
2590
|
var postBuckets = (options) => (options.client ?? client).post({
|
|
2591
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2327
2592
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2328
2593
|
url: "/buckets",
|
|
2329
2594
|
...options,
|
|
@@ -2333,16 +2598,19 @@ var postBuckets = (options) => (options.client ?? client).post({
|
|
|
2333
2598
|
}
|
|
2334
2599
|
});
|
|
2335
2600
|
var getPlansById = (options) => (options.client ?? client).get({
|
|
2601
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2336
2602
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2337
2603
|
url: "/plans/{id}",
|
|
2338
2604
|
...options
|
|
2339
2605
|
});
|
|
2340
2606
|
var getTenantsByTenantIdStats = (options) => (options.client ?? client).get({
|
|
2607
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2341
2608
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2342
2609
|
url: "/tenants/{tenant_id}/stats",
|
|
2343
2610
|
...options
|
|
2344
2611
|
});
|
|
2345
2612
|
var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
2613
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2346
2614
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2347
2615
|
url: "/wallet/addons",
|
|
2348
2616
|
...options,
|
|
@@ -2352,6 +2620,7 @@ var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
|
2352
2620
|
}
|
|
2353
2621
|
});
|
|
2354
2622
|
var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
2623
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2355
2624
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2356
2625
|
url: "/users/auth/magic_link/login",
|
|
2357
2626
|
...options,
|
|
@@ -2361,11 +2630,19 @@ var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
|
2361
2630
|
}
|
|
2362
2631
|
});
|
|
2363
2632
|
var getApiKeys = (options) => (options.client ?? client).get({
|
|
2633
|
+
querySerializer: {
|
|
2634
|
+
parameters: {
|
|
2635
|
+
filter: { object: { style: "form" } },
|
|
2636
|
+
page: { object: { style: "form" } },
|
|
2637
|
+
fields: { object: { style: "form" } }
|
|
2638
|
+
}
|
|
2639
|
+
},
|
|
2364
2640
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2365
2641
|
url: "/api_keys",
|
|
2366
2642
|
...options
|
|
2367
2643
|
});
|
|
2368
2644
|
var postApiKeys = (options) => (options.client ?? client).post({
|
|
2645
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2369
2646
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2370
2647
|
url: "/api_keys",
|
|
2371
2648
|
...options,
|
|
@@ -2375,6 +2652,7 @@ var postApiKeys = (options) => (options.client ?? client).post({
|
|
|
2375
2652
|
}
|
|
2376
2653
|
});
|
|
2377
2654
|
var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
2655
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2378
2656
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2379
2657
|
url: "/users/{id}/admin",
|
|
2380
2658
|
...options,
|
|
@@ -2384,16 +2662,19 @@ var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
|
2384
2662
|
}
|
|
2385
2663
|
});
|
|
2386
2664
|
var deleteAgentsById = (options) => (options.client ?? client).delete({
|
|
2665
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2387
2666
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2388
2667
|
url: "/agents/{id}",
|
|
2389
2668
|
...options
|
|
2390
2669
|
});
|
|
2391
2670
|
var getAgentsById = (options) => (options.client ?? client).get({
|
|
2671
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2392
2672
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2393
2673
|
url: "/agents/{id}",
|
|
2394
2674
|
...options
|
|
2395
2675
|
});
|
|
2396
2676
|
var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
2677
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2397
2678
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2398
2679
|
url: "/agents/{id}",
|
|
2399
2680
|
...options,
|
|
@@ -2403,16 +2684,19 @@ var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
|
2403
2684
|
}
|
|
2404
2685
|
});
|
|
2405
2686
|
var deleteApiKeysById = (options) => (options.client ?? client).delete({
|
|
2687
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2406
2688
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2407
2689
|
url: "/api_keys/{id}",
|
|
2408
2690
|
...options
|
|
2409
2691
|
});
|
|
2410
2692
|
var getApiKeysById = (options) => (options.client ?? client).get({
|
|
2693
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2411
2694
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2412
2695
|
url: "/api_keys/{id}",
|
|
2413
2696
|
...options
|
|
2414
2697
|
});
|
|
2415
2698
|
var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
2699
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2416
2700
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2417
2701
|
url: "/api_keys/{id}",
|
|
2418
2702
|
...options,
|
|
@@ -2431,11 +2715,19 @@ var postTrainingExamplesSearch = (options) => (options.client ?? client).post({
|
|
|
2431
2715
|
}
|
|
2432
2716
|
});
|
|
2433
2717
|
var getAiConversations = (options) => (options.client ?? client).get({
|
|
2718
|
+
querySerializer: {
|
|
2719
|
+
parameters: {
|
|
2720
|
+
filter: { object: { style: "form" } },
|
|
2721
|
+
page: { object: { style: "form" } },
|
|
2722
|
+
fields: { object: { style: "form" } }
|
|
2723
|
+
}
|
|
2724
|
+
},
|
|
2434
2725
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2435
2726
|
url: "/ai/conversations",
|
|
2436
2727
|
...options
|
|
2437
2728
|
});
|
|
2438
2729
|
var postAiConversations = (options) => (options.client ?? client).post({
|
|
2730
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2439
2731
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2440
2732
|
url: "/ai/conversations",
|
|
2441
2733
|
...options,
|
|
@@ -2445,6 +2737,7 @@ var postAiConversations = (options) => (options.client ?? client).post({
|
|
|
2445
2737
|
}
|
|
2446
2738
|
});
|
|
2447
2739
|
var postAiSearch = (options) => (options.client ?? client).post({
|
|
2740
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2448
2741
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2449
2742
|
url: "/ai/search",
|
|
2450
2743
|
...options,
|
|
@@ -2454,11 +2747,13 @@ var postAiSearch = (options) => (options.client ?? client).post({
|
|
|
2454
2747
|
}
|
|
2455
2748
|
});
|
|
2456
2749
|
var deleteAiGraphNodesById = (options) => (options.client ?? client).delete({
|
|
2750
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2457
2751
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2458
2752
|
url: "/ai/graph/nodes/{id}",
|
|
2459
2753
|
...options
|
|
2460
2754
|
});
|
|
2461
2755
|
var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client).patch({
|
|
2756
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2462
2757
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2463
2758
|
url: "/wallet/addons/{addon_slug}/cancel",
|
|
2464
2759
|
...options,
|
|
@@ -2468,16 +2763,19 @@ var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client)
|
|
|
2468
2763
|
}
|
|
2469
2764
|
});
|
|
2470
2765
|
var deleteApplicationsById = (options) => (options.client ?? client).delete({
|
|
2766
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2471
2767
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2472
2768
|
url: "/applications/{id}",
|
|
2473
2769
|
...options
|
|
2474
2770
|
});
|
|
2475
2771
|
var getApplicationsById = (options) => (options.client ?? client).get({
|
|
2772
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2476
2773
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2477
2774
|
url: "/applications/{id}",
|
|
2478
2775
|
...options
|
|
2479
2776
|
});
|
|
2480
2777
|
var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
2778
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2481
2779
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2482
2780
|
url: "/applications/{id}",
|
|
2483
2781
|
...options,
|
|
@@ -2487,21 +2785,41 @@ var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
|
2487
2785
|
}
|
|
2488
2786
|
});
|
|
2489
2787
|
var getSearchHealth = (options) => (options.client ?? client).get({
|
|
2788
|
+
querySerializer: {
|
|
2789
|
+
parameters: {
|
|
2790
|
+
filter: { object: { style: "form" } },
|
|
2791
|
+
fields: { object: { style: "form" } }
|
|
2792
|
+
}
|
|
2793
|
+
},
|
|
2490
2794
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2491
2795
|
url: "/search/health",
|
|
2492
2796
|
...options
|
|
2493
2797
|
});
|
|
2494
2798
|
var getTransactions = (options) => (options.client ?? client).get({
|
|
2799
|
+
querySerializer: {
|
|
2800
|
+
parameters: {
|
|
2801
|
+
filter: { object: { style: "form" } },
|
|
2802
|
+
fields: { object: { style: "form" } }
|
|
2803
|
+
}
|
|
2804
|
+
},
|
|
2495
2805
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2496
2806
|
url: "/transactions",
|
|
2497
2807
|
...options
|
|
2498
2808
|
});
|
|
2499
2809
|
var getUserProfiles = (options) => (options.client ?? client).get({
|
|
2810
|
+
querySerializer: {
|
|
2811
|
+
parameters: {
|
|
2812
|
+
filter: { object: { style: "form" } },
|
|
2813
|
+
page: { object: { style: "form" } },
|
|
2814
|
+
fields: { object: { style: "form" } }
|
|
2815
|
+
}
|
|
2816
|
+
},
|
|
2500
2817
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2501
2818
|
url: "/user_profiles",
|
|
2502
2819
|
...options
|
|
2503
2820
|
});
|
|
2504
2821
|
var postUserProfiles = (options) => (options.client ?? client).post({
|
|
2822
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2505
2823
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2506
2824
|
url: "/user_profiles",
|
|
2507
2825
|
...options,
|
|
@@ -2511,6 +2829,7 @@ var postUserProfiles = (options) => (options.client ?? client).post({
|
|
|
2511
2829
|
}
|
|
2512
2830
|
});
|
|
2513
2831
|
var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
2832
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2514
2833
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2515
2834
|
url: "/users/{id}/confirm-email",
|
|
2516
2835
|
...options,
|
|
@@ -2520,11 +2839,13 @@ var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
|
2520
2839
|
}
|
|
2521
2840
|
});
|
|
2522
2841
|
var getThreadsSearch = (options) => (options.client ?? client).get({
|
|
2842
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2523
2843
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2524
2844
|
url: "/threads/search",
|
|
2525
2845
|
...options
|
|
2526
2846
|
});
|
|
2527
2847
|
var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
2848
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2528
2849
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2529
2850
|
url: "/wallet/plan",
|
|
2530
2851
|
...options,
|
|
@@ -2534,11 +2855,13 @@ var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
|
2534
2855
|
}
|
|
2535
2856
|
});
|
|
2536
2857
|
var getPlansSlugBySlug = (options) => (options.client ?? client).get({
|
|
2858
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2537
2859
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2538
2860
|
url: "/plans/slug/{slug}",
|
|
2539
2861
|
...options
|
|
2540
2862
|
});
|
|
2541
2863
|
var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client).patch({
|
|
2864
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2542
2865
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2543
2866
|
url: "/extraction/documents/{id}/restore",
|
|
2544
2867
|
...options,
|
|
@@ -2548,16 +2871,25 @@ var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client
|
|
|
2548
2871
|
}
|
|
2549
2872
|
});
|
|
2550
2873
|
var getLlmAnalyticsById = (options) => (options.client ?? client).get({
|
|
2874
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2551
2875
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2552
2876
|
url: "/llm_analytics/{id}",
|
|
2553
2877
|
...options
|
|
2554
2878
|
});
|
|
2555
2879
|
var getExtractionSchemaFields = (options) => (options.client ?? client).get({
|
|
2880
|
+
querySerializer: {
|
|
2881
|
+
parameters: {
|
|
2882
|
+
filter: { object: { style: "form" } },
|
|
2883
|
+
page: { object: { style: "form" } },
|
|
2884
|
+
fields: { object: { style: "form" } }
|
|
2885
|
+
}
|
|
2886
|
+
},
|
|
2556
2887
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2557
2888
|
url: "/extraction/schema-fields",
|
|
2558
2889
|
...options
|
|
2559
2890
|
});
|
|
2560
2891
|
var postExtractionSchemaFields = (options) => (options.client ?? client).post({
|
|
2892
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2561
2893
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2562
2894
|
url: "/extraction/schema-fields",
|
|
2563
2895
|
...options,
|
|
@@ -2567,6 +2899,7 @@ var postExtractionSchemaFields = (options) => (options.client ?? client).post({
|
|
|
2567
2899
|
}
|
|
2568
2900
|
});
|
|
2569
2901
|
var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? client).patch({
|
|
2902
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2570
2903
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2571
2904
|
url: "/extraction/documents/{id}/mark_trained",
|
|
2572
2905
|
...options,
|
|
@@ -2576,6 +2909,7 @@ var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? cl
|
|
|
2576
2909
|
}
|
|
2577
2910
|
});
|
|
2578
2911
|
var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).patch({
|
|
2912
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2579
2913
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2580
2914
|
url: "/applications/{id}/grant-credits",
|
|
2581
2915
|
...options,
|
|
@@ -2585,16 +2919,29 @@ var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).
|
|
|
2585
2919
|
}
|
|
2586
2920
|
});
|
|
2587
2921
|
var getSearchStatus = (options) => (options.client ?? client).get({
|
|
2922
|
+
querySerializer: {
|
|
2923
|
+
parameters: {
|
|
2924
|
+
filter: { object: { style: "form" } },
|
|
2925
|
+
fields: { object: { style: "form" } }
|
|
2926
|
+
}
|
|
2927
|
+
},
|
|
2588
2928
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2589
2929
|
url: "/search/status",
|
|
2590
2930
|
...options
|
|
2591
2931
|
});
|
|
2592
2932
|
var getTenantsByTenantIdWorkspaceStats = (options) => (options.client ?? client).get({
|
|
2933
|
+
querySerializer: {
|
|
2934
|
+
parameters: {
|
|
2935
|
+
filter: { object: { style: "form" } },
|
|
2936
|
+
fields: { object: { style: "form" } }
|
|
2937
|
+
}
|
|
2938
|
+
},
|
|
2593
2939
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2594
2940
|
url: "/tenants/{tenant_id}/workspace_stats",
|
|
2595
2941
|
...options
|
|
2596
2942
|
});
|
|
2597
2943
|
var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
2944
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2598
2945
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2599
2946
|
url: "/api_keys/{id}/allocate",
|
|
2600
2947
|
...options,
|
|
@@ -2604,6 +2951,7 @@ var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
|
2604
2951
|
}
|
|
2605
2952
|
});
|
|
2606
2953
|
var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
2954
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2607
2955
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2608
2956
|
url: "/users/auth/login",
|
|
2609
2957
|
...options,
|
|
@@ -2613,6 +2961,7 @@ var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
|
2613
2961
|
}
|
|
2614
2962
|
});
|
|
2615
2963
|
var postAiEmbed = (options) => (options.client ?? client).post({
|
|
2964
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2616
2965
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2617
2966
|
url: "/ai/embed",
|
|
2618
2967
|
...options,
|
|
@@ -2622,11 +2971,18 @@ var postAiEmbed = (options) => (options.client ?? client).post({
|
|
|
2622
2971
|
}
|
|
2623
2972
|
});
|
|
2624
2973
|
var getWorkspacesMine = (options) => (options.client ?? client).get({
|
|
2974
|
+
querySerializer: {
|
|
2975
|
+
parameters: {
|
|
2976
|
+
filter: { object: { style: "form" } },
|
|
2977
|
+
fields: { object: { style: "form" } }
|
|
2978
|
+
}
|
|
2979
|
+
},
|
|
2625
2980
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2626
2981
|
url: "/workspaces/mine",
|
|
2627
2982
|
...options
|
|
2628
2983
|
});
|
|
2629
2984
|
var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
2985
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2630
2986
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2631
2987
|
url: "/tenants/isv",
|
|
2632
2988
|
...options,
|
|
@@ -2636,6 +2992,7 @@ var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
|
2636
2992
|
}
|
|
2637
2993
|
});
|
|
2638
2994
|
var postSearchReindex = (options) => (options.client ?? client).post({
|
|
2995
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2639
2996
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2640
2997
|
url: "/search/reindex",
|
|
2641
2998
|
...options,
|
|
@@ -2645,6 +3002,7 @@ var postSearchReindex = (options) => (options.client ?? client).post({
|
|
|
2645
3002
|
}
|
|
2646
3003
|
});
|
|
2647
3004
|
var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? client).patch({
|
|
3005
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2648
3006
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2649
3007
|
url: "/extraction/results/{id}/regenerate",
|
|
2650
3008
|
...options,
|
|
@@ -2654,6 +3012,7 @@ var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? clien
|
|
|
2654
3012
|
}
|
|
2655
3013
|
});
|
|
2656
3014
|
var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
3015
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2657
3016
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2658
3017
|
url: "/users/auth/confirm",
|
|
2659
3018
|
...options,
|
|
@@ -2663,11 +3022,19 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
|
2663
3022
|
}
|
|
2664
3023
|
});
|
|
2665
3024
|
var getExtractionSchemas = (options) => (options.client ?? client).get({
|
|
3025
|
+
querySerializer: {
|
|
3026
|
+
parameters: {
|
|
3027
|
+
filter: { object: { style: "form" } },
|
|
3028
|
+
page: { object: { style: "form" } },
|
|
3029
|
+
fields: { object: { style: "form" } }
|
|
3030
|
+
}
|
|
3031
|
+
},
|
|
2666
3032
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2667
3033
|
url: "/extraction/schemas",
|
|
2668
3034
|
...options
|
|
2669
3035
|
});
|
|
2670
3036
|
var postExtractionSchemas = (options) => (options.client ?? client).post({
|
|
3037
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2671
3038
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2672
3039
|
url: "/extraction/schemas",
|
|
2673
3040
|
...options,
|
|
@@ -2677,11 +3044,18 @@ var postExtractionSchemas = (options) => (options.client ?? client).post({
|
|
|
2677
3044
|
}
|
|
2678
3045
|
});
|
|
2679
3046
|
var getStorageStats = (options) => (options.client ?? client).get({
|
|
3047
|
+
querySerializer: {
|
|
3048
|
+
parameters: {
|
|
3049
|
+
filter: { object: { style: "form" } },
|
|
3050
|
+
fields: { object: { style: "form" } }
|
|
3051
|
+
}
|
|
3052
|
+
},
|
|
2680
3053
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2681
3054
|
url: "/storage/stats",
|
|
2682
3055
|
...options
|
|
2683
3056
|
});
|
|
2684
3057
|
var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
3058
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2685
3059
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2686
3060
|
url: "/tenants/{id}/buy-storage",
|
|
2687
3061
|
...options,
|
|
@@ -2691,11 +3065,19 @@ var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
|
2691
3065
|
}
|
|
2692
3066
|
});
|
|
2693
3067
|
var getWorkspaceMemberships = (options) => (options.client ?? client).get({
|
|
3068
|
+
querySerializer: {
|
|
3069
|
+
parameters: {
|
|
3070
|
+
filter: { object: { style: "form" } },
|
|
3071
|
+
page: { object: { style: "form" } },
|
|
3072
|
+
fields: { object: { style: "form" } }
|
|
3073
|
+
}
|
|
3074
|
+
},
|
|
2694
3075
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2695
3076
|
url: "/workspace-memberships",
|
|
2696
3077
|
...options
|
|
2697
3078
|
});
|
|
2698
3079
|
var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
3080
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2699
3081
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2700
3082
|
url: "/workspace-memberships",
|
|
2701
3083
|
...options,
|
|
@@ -2705,11 +3087,13 @@ var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
|
2705
3087
|
}
|
|
2706
3088
|
});
|
|
2707
3089
|
var getTenantsByTenantIdDocumentStats = (options) => (options.client ?? client).get({
|
|
3090
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2708
3091
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2709
3092
|
url: "/tenants/{tenant_id}/document_stats",
|
|
2710
3093
|
...options
|
|
2711
3094
|
});
|
|
2712
3095
|
var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post({
|
|
3096
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2713
3097
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2714
3098
|
url: "/users/auth/magic_link/request",
|
|
2715
3099
|
...options,
|
|
@@ -2719,6 +3103,7 @@ var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post
|
|
|
2719
3103
|
}
|
|
2720
3104
|
});
|
|
2721
3105
|
var postUsersAuthRegister = (options) => (options.client ?? client).post({
|
|
3106
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2722
3107
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2723
3108
|
url: "/users/auth/register",
|
|
2724
3109
|
...options,
|
|
@@ -2737,16 +3122,19 @@ var postTrainingExamplesBulk = (options) => (options.client ?? client).post({
|
|
|
2737
3122
|
}
|
|
2738
3123
|
});
|
|
2739
3124
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
3125
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2740
3126
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2741
3127
|
url: "/buckets/{id}",
|
|
2742
3128
|
...options
|
|
2743
3129
|
});
|
|
2744
3130
|
var getBucketsById = (options) => (options.client ?? client).get({
|
|
3131
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2745
3132
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2746
3133
|
url: "/buckets/{id}",
|
|
2747
3134
|
...options
|
|
2748
3135
|
});
|
|
2749
3136
|
var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
3137
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2750
3138
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2751
3139
|
url: "/buckets/{id}",
|
|
2752
3140
|
...options,
|
|
@@ -2756,11 +3144,18 @@ var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
|
2756
3144
|
}
|
|
2757
3145
|
});
|
|
2758
3146
|
var getExtractionDocumentsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
3147
|
+
querySerializer: {
|
|
3148
|
+
parameters: {
|
|
3149
|
+
filter: { object: { style: "form" } },
|
|
3150
|
+
fields: { object: { style: "form" } }
|
|
3151
|
+
}
|
|
3152
|
+
},
|
|
2759
3153
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2760
3154
|
url: "/extraction/documents/workspace/{workspace_id}",
|
|
2761
3155
|
...options
|
|
2762
3156
|
});
|
|
2763
3157
|
var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client).post({
|
|
3158
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2764
3159
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2765
3160
|
url: "/extraction/documents/begin_upload",
|
|
2766
3161
|
...options,
|
|
@@ -2770,21 +3165,25 @@ var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client)
|
|
|
2770
3165
|
}
|
|
2771
3166
|
});
|
|
2772
3167
|
var deleteAiGraphEdgesById = (options) => (options.client ?? client).delete({
|
|
3168
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2773
3169
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2774
3170
|
url: "/ai/graph/edges/{id}",
|
|
2775
3171
|
...options
|
|
2776
3172
|
});
|
|
2777
3173
|
var deleteTenantsById = (options) => (options.client ?? client).delete({
|
|
3174
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2778
3175
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2779
3176
|
url: "/tenants/{id}",
|
|
2780
3177
|
...options
|
|
2781
3178
|
});
|
|
2782
3179
|
var getTenantsById = (options) => (options.client ?? client).get({
|
|
3180
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2783
3181
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2784
3182
|
url: "/tenants/{id}",
|
|
2785
3183
|
...options
|
|
2786
3184
|
});
|
|
2787
3185
|
var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
3186
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2788
3187
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2789
3188
|
url: "/tenants/{id}",
|
|
2790
3189
|
...options,
|
|
@@ -2794,11 +3193,19 @@ var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
|
2794
3193
|
}
|
|
2795
3194
|
});
|
|
2796
3195
|
var getPlans = (options) => (options.client ?? client).get({
|
|
3196
|
+
querySerializer: {
|
|
3197
|
+
parameters: {
|
|
3198
|
+
filter: { object: { style: "form" } },
|
|
3199
|
+
page: { object: { style: "form" } },
|
|
3200
|
+
fields: { object: { style: "form" } }
|
|
3201
|
+
}
|
|
3202
|
+
},
|
|
2797
3203
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2798
3204
|
url: "/plans",
|
|
2799
3205
|
...options
|
|
2800
3206
|
});
|
|
2801
3207
|
var patchExtractionSchemasByIdFields = (options) => (options.client ?? client).patch({
|
|
3208
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2802
3209
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2803
3210
|
url: "/extraction/schemas/{id}/fields",
|
|
2804
3211
|
...options,
|
|
@@ -2808,11 +3215,13 @@ var patchExtractionSchemasByIdFields = (options) => (options.client ?? client).p
|
|
|
2808
3215
|
}
|
|
2809
3216
|
});
|
|
2810
3217
|
var getExtractionSchemasById = (options) => (options.client ?? client).get({
|
|
3218
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2811
3219
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2812
3220
|
url: "/extraction/schemas/{id}",
|
|
2813
3221
|
...options
|
|
2814
3222
|
});
|
|
2815
3223
|
var patchExtractionSchemasById = (options) => (options.client ?? client).patch({
|
|
3224
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2816
3225
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2817
3226
|
url: "/extraction/schemas/{id}",
|
|
2818
3227
|
...options,
|
|
@@ -2822,6 +3231,7 @@ var patchExtractionSchemasById = (options) => (options.client ?? client).patch({
|
|
|
2822
3231
|
}
|
|
2823
3232
|
});
|
|
2824
3233
|
var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
3234
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2825
3235
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2826
3236
|
url: "/agents/{id}/test",
|
|
2827
3237
|
...options,
|
|
@@ -2831,16 +3241,24 @@ var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
|
2831
3241
|
}
|
|
2832
3242
|
});
|
|
2833
3243
|
var getExtractionDocuments = (options) => (options.client ?? client).get({
|
|
3244
|
+
querySerializer: {
|
|
3245
|
+
parameters: {
|
|
3246
|
+
filter: { object: { style: "form" } },
|
|
3247
|
+
fields: { object: { style: "form" } }
|
|
3248
|
+
}
|
|
3249
|
+
},
|
|
2834
3250
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2835
3251
|
url: "/extraction/documents",
|
|
2836
3252
|
...options
|
|
2837
3253
|
});
|
|
2838
3254
|
var deleteTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).delete({
|
|
3255
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2839
3256
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2840
3257
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
2841
3258
|
...options
|
|
2842
3259
|
});
|
|
2843
3260
|
var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).patch({
|
|
3261
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2844
3262
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2845
3263
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
2846
3264
|
...options,
|
|
@@ -2850,6 +3268,7 @@ var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? c
|
|
|
2850
3268
|
}
|
|
2851
3269
|
});
|
|
2852
3270
|
var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client).patch({
|
|
3271
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2853
3272
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2854
3273
|
url: "/webhook_configs/{id}/rotate_secret",
|
|
2855
3274
|
...options,
|
|
@@ -2859,11 +3278,18 @@ var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client
|
|
|
2859
3278
|
}
|
|
2860
3279
|
});
|
|
2861
3280
|
var getFieldTemplates = (options) => (options.client ?? client).get({
|
|
3281
|
+
querySerializer: {
|
|
3282
|
+
parameters: {
|
|
3283
|
+
filter: { object: { style: "form" } },
|
|
3284
|
+
fields: { object: { style: "form" } }
|
|
3285
|
+
}
|
|
3286
|
+
},
|
|
2862
3287
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2863
3288
|
url: "/field_templates",
|
|
2864
3289
|
...options
|
|
2865
3290
|
});
|
|
2866
3291
|
var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
3292
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2867
3293
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2868
3294
|
url: "/field_templates",
|
|
2869
3295
|
...options,
|
|
@@ -2873,11 +3299,19 @@ var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
|
2873
3299
|
}
|
|
2874
3300
|
});
|
|
2875
3301
|
var getAiMessages = (options) => (options.client ?? client).get({
|
|
3302
|
+
querySerializer: {
|
|
3303
|
+
parameters: {
|
|
3304
|
+
filter: { object: { style: "form" } },
|
|
3305
|
+
page: { object: { style: "form" } },
|
|
3306
|
+
fields: { object: { style: "form" } }
|
|
3307
|
+
}
|
|
3308
|
+
},
|
|
2876
3309
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2877
3310
|
url: "/ai/messages",
|
|
2878
3311
|
...options
|
|
2879
3312
|
});
|
|
2880
3313
|
var postAiMessages = (options) => (options.client ?? client).post({
|
|
3314
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2881
3315
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2882
3316
|
url: "/ai/messages",
|
|
2883
3317
|
...options,
|
|
@@ -2887,6 +3321,7 @@ var postAiMessages = (options) => (options.client ?? client).post({
|
|
|
2887
3321
|
}
|
|
2888
3322
|
});
|
|
2889
3323
|
var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
3324
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2890
3325
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2891
3326
|
url: "/storage/sign_upload",
|
|
2892
3327
|
...options,
|
|
@@ -2896,6 +3331,7 @@ var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
|
2896
3331
|
}
|
|
2897
3332
|
});
|
|
2898
3333
|
var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
|
|
3334
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2899
3335
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2900
3336
|
url: "/webhook_deliveries/{id}/retry",
|
|
2901
3337
|
...options,
|
|
@@ -2905,11 +3341,19 @@ var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).pos
|
|
|
2905
3341
|
}
|
|
2906
3342
|
});
|
|
2907
3343
|
var getNotificationMethods = (options) => (options.client ?? client).get({
|
|
3344
|
+
querySerializer: {
|
|
3345
|
+
parameters: {
|
|
3346
|
+
filter: { object: { style: "form" } },
|
|
3347
|
+
page: { object: { style: "form" } },
|
|
3348
|
+
fields: { object: { style: "form" } }
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
2908
3351
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2909
3352
|
url: "/notification_methods",
|
|
2910
3353
|
...options
|
|
2911
3354
|
});
|
|
2912
3355
|
var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
3356
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2913
3357
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2914
3358
|
url: "/notification_methods",
|
|
2915
3359
|
...options,
|
|
@@ -2919,6 +3363,7 @@ var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
|
2919
3363
|
}
|
|
2920
3364
|
});
|
|
2921
3365
|
var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
3366
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2922
3367
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2923
3368
|
url: "/threads/{id}/summarize",
|
|
2924
3369
|
...options,
|
|
@@ -2928,6 +3373,7 @@ var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
|
2928
3373
|
}
|
|
2929
3374
|
});
|
|
2930
3375
|
var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
3376
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2931
3377
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2932
3378
|
url: "/configs/{key}",
|
|
2933
3379
|
...options,
|
|
@@ -2937,6 +3383,7 @@ var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
|
2937
3383
|
}
|
|
2938
3384
|
});
|
|
2939
3385
|
var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
3386
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2940
3387
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2941
3388
|
url: "/api_keys/{id}/rotate",
|
|
2942
3389
|
...options,
|
|
@@ -2946,6 +3393,7 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
|
2946
3393
|
}
|
|
2947
3394
|
});
|
|
2948
3395
|
var postExtractionResults = (options) => (options.client ?? client).post({
|
|
3396
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2949
3397
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2950
3398
|
url: "/extraction/results",
|
|
2951
3399
|
...options,
|
|
@@ -2955,6 +3403,7 @@ var postExtractionResults = (options) => (options.client ?? client).post({
|
|
|
2955
3403
|
}
|
|
2956
3404
|
});
|
|
2957
3405
|
var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
3406
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2958
3407
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2959
3408
|
url: "/agents/{id}/clone",
|
|
2960
3409
|
...options,
|
|
@@ -2964,16 +3413,19 @@ var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
|
2964
3413
|
}
|
|
2965
3414
|
});
|
|
2966
3415
|
var deleteAiConversationsById = (options) => (options.client ?? client).delete({
|
|
3416
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2967
3417
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2968
3418
|
url: "/ai/conversations/{id}",
|
|
2969
3419
|
...options
|
|
2970
3420
|
});
|
|
2971
3421
|
var getAiConversationsById = (options) => (options.client ?? client).get({
|
|
3422
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2972
3423
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2973
3424
|
url: "/ai/conversations/{id}",
|
|
2974
3425
|
...options
|
|
2975
3426
|
});
|
|
2976
3427
|
var postExtractionSchemasBulkCreate = (options) => (options.client ?? client).post({
|
|
3428
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2977
3429
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2978
3430
|
url: "/extraction/schemas/bulk_create",
|
|
2979
3431
|
...options,
|
|
@@ -2983,16 +3435,19 @@ var postExtractionSchemasBulkCreate = (options) => (options.client ?? client).po
|
|
|
2983
3435
|
}
|
|
2984
3436
|
});
|
|
2985
3437
|
var deleteUserProfilesById = (options) => (options.client ?? client).delete({
|
|
3438
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2986
3439
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2987
3440
|
url: "/user_profiles/{id}",
|
|
2988
3441
|
...options
|
|
2989
3442
|
});
|
|
2990
3443
|
var getUserProfilesById = (options) => (options.client ?? client).get({
|
|
3444
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2991
3445
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2992
3446
|
url: "/user_profiles/{id}",
|
|
2993
3447
|
...options
|
|
2994
3448
|
});
|
|
2995
3449
|
var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
3450
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2996
3451
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2997
3452
|
url: "/user_profiles/{id}",
|
|
2998
3453
|
...options,
|
|
@@ -3002,26 +3457,43 @@ var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
|
3002
3457
|
}
|
|
3003
3458
|
});
|
|
3004
3459
|
var deleteObjectsById = (options) => (options.client ?? client).delete({
|
|
3460
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3005
3461
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3006
3462
|
url: "/objects/{id}",
|
|
3007
3463
|
...options
|
|
3008
3464
|
});
|
|
3009
3465
|
var getObjectsById = (options) => (options.client ?? client).get({
|
|
3466
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3010
3467
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3011
3468
|
url: "/objects/{id}",
|
|
3012
3469
|
...options
|
|
3013
3470
|
});
|
|
3014
3471
|
var getExtractionDocumentsWorkspaceByWorkspaceIdExcluded = (options) => (options.client ?? client).get({
|
|
3472
|
+
querySerializer: {
|
|
3473
|
+
parameters: {
|
|
3474
|
+
filter: { object: { style: "form" } },
|
|
3475
|
+
page: { object: { style: "form" } },
|
|
3476
|
+
fields: { object: { style: "form" } }
|
|
3477
|
+
}
|
|
3478
|
+
},
|
|
3015
3479
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3016
3480
|
url: "/extraction/documents/workspace/{workspace_id}/excluded",
|
|
3017
3481
|
...options
|
|
3018
3482
|
});
|
|
3019
3483
|
var getWebhookConfigs = (options) => (options.client ?? client).get({
|
|
3484
|
+
querySerializer: {
|
|
3485
|
+
parameters: {
|
|
3486
|
+
filter: { object: { style: "form" } },
|
|
3487
|
+
page: { object: { style: "form" } },
|
|
3488
|
+
fields: { object: { style: "form" } }
|
|
3489
|
+
}
|
|
3490
|
+
},
|
|
3020
3491
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3021
3492
|
url: "/webhook_configs",
|
|
3022
3493
|
...options
|
|
3023
3494
|
});
|
|
3024
3495
|
var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
3496
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3025
3497
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3026
3498
|
url: "/webhook_configs",
|
|
3027
3499
|
...options,
|
|
@@ -3031,6 +3503,7 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
|
3031
3503
|
}
|
|
3032
3504
|
});
|
|
3033
3505
|
var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post({
|
|
3506
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3034
3507
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3035
3508
|
url: "/agents/{id}/publish_version",
|
|
3036
3509
|
...options,
|
|
@@ -3040,6 +3513,7 @@ var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post(
|
|
|
3040
3513
|
}
|
|
3041
3514
|
});
|
|
3042
3515
|
var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
3516
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3043
3517
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3044
3518
|
url: "/objects/bulk-destroy",
|
|
3045
3519
|
...options,
|
|
@@ -3049,21 +3523,30 @@ var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
|
3049
3523
|
}
|
|
3050
3524
|
});
|
|
3051
3525
|
var getApplicationsBySlugBySlug = (options) => (options.client ?? client).get({
|
|
3526
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3052
3527
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3053
3528
|
url: "/applications/by-slug/{slug}",
|
|
3054
3529
|
...options
|
|
3055
3530
|
});
|
|
3056
3531
|
var getNotificationLogs = (options) => (options.client ?? client).get({
|
|
3532
|
+
querySerializer: {
|
|
3533
|
+
parameters: {
|
|
3534
|
+
filter: { object: { style: "form" } },
|
|
3535
|
+
fields: { object: { style: "form" } }
|
|
3536
|
+
}
|
|
3537
|
+
},
|
|
3057
3538
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3058
3539
|
url: "/notification_logs",
|
|
3059
3540
|
...options
|
|
3060
3541
|
});
|
|
3061
3542
|
var getWallet = (options) => (options.client ?? client).get({
|
|
3543
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3062
3544
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3063
3545
|
url: "/wallet",
|
|
3064
3546
|
...options
|
|
3065
3547
|
});
|
|
3066
3548
|
var patchExtractionSchemasByIdActivate = (options) => (options.client ?? client).patch({
|
|
3549
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3067
3550
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3068
3551
|
url: "/extraction/schemas/{id}/activate",
|
|
3069
3552
|
...options,
|
|
@@ -3073,16 +3556,19 @@ var patchExtractionSchemasByIdActivate = (options) => (options.client ?? client)
|
|
|
3073
3556
|
}
|
|
3074
3557
|
});
|
|
3075
3558
|
var deleteMessagesById = (options) => (options.client ?? client).delete({
|
|
3559
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3076
3560
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3077
3561
|
url: "/messages/{id}",
|
|
3078
3562
|
...options
|
|
3079
3563
|
});
|
|
3080
3564
|
var getMessagesById = (options) => (options.client ?? client).get({
|
|
3565
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3081
3566
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3082
3567
|
url: "/messages/{id}",
|
|
3083
3568
|
...options
|
|
3084
3569
|
});
|
|
3085
3570
|
var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
3571
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3086
3572
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3087
3573
|
url: "/messages/{id}",
|
|
3088
3574
|
...options,
|
|
@@ -3092,26 +3578,36 @@ var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
|
3092
3578
|
}
|
|
3093
3579
|
});
|
|
3094
3580
|
var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
|
|
3581
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3095
3582
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3096
3583
|
url: "/llm_analytics/usage",
|
|
3097
3584
|
...options
|
|
3098
3585
|
});
|
|
3099
3586
|
var getSearchStats = (options) => (options.client ?? client).get({
|
|
3587
|
+
querySerializer: {
|
|
3588
|
+
parameters: {
|
|
3589
|
+
filter: { object: { style: "form" } },
|
|
3590
|
+
fields: { object: { style: "form" } }
|
|
3591
|
+
}
|
|
3592
|
+
},
|
|
3100
3593
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3101
3594
|
url: "/search/stats",
|
|
3102
3595
|
...options
|
|
3103
3596
|
});
|
|
3104
3597
|
var deleteNotificationPreferencesById = (options) => (options.client ?? client).delete({
|
|
3598
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3105
3599
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3106
3600
|
url: "/notification_preferences/{id}",
|
|
3107
3601
|
...options
|
|
3108
3602
|
});
|
|
3109
3603
|
var getNotificationPreferencesById = (options) => (options.client ?? client).get({
|
|
3604
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3110
3605
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3111
3606
|
url: "/notification_preferences/{id}",
|
|
3112
3607
|
...options
|
|
3113
3608
|
});
|
|
3114
3609
|
var patchNotificationPreferencesById = (options) => (options.client ?? client).patch({
|
|
3610
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3115
3611
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3116
3612
|
url: "/notification_preferences/{id}",
|
|
3117
3613
|
...options,
|
|
@@ -3121,11 +3617,19 @@ var patchNotificationPreferencesById = (options) => (options.client ?? client).p
|
|
|
3121
3617
|
}
|
|
3122
3618
|
});
|
|
3123
3619
|
var getAiGraphNodes = (options) => (options.client ?? client).get({
|
|
3620
|
+
querySerializer: {
|
|
3621
|
+
parameters: {
|
|
3622
|
+
filter: { object: { style: "form" } },
|
|
3623
|
+
page: { object: { style: "form" } },
|
|
3624
|
+
fields: { object: { style: "form" } }
|
|
3625
|
+
}
|
|
3626
|
+
},
|
|
3124
3627
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3125
3628
|
url: "/ai/graph/nodes",
|
|
3126
3629
|
...options
|
|
3127
3630
|
});
|
|
3128
3631
|
var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
3632
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3129
3633
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3130
3634
|
url: "/ai/graph/nodes",
|
|
3131
3635
|
...options,
|
|
@@ -3135,11 +3639,19 @@ var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
|
3135
3639
|
}
|
|
3136
3640
|
});
|
|
3137
3641
|
var getAgents = (options) => (options.client ?? client).get({
|
|
3642
|
+
querySerializer: {
|
|
3643
|
+
parameters: {
|
|
3644
|
+
filter: { object: { style: "form" } },
|
|
3645
|
+
page: { object: { style: "form" } },
|
|
3646
|
+
fields: { object: { style: "form" } }
|
|
3647
|
+
}
|
|
3648
|
+
},
|
|
3138
3649
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3139
3650
|
url: "/agents",
|
|
3140
3651
|
...options
|
|
3141
3652
|
});
|
|
3142
3653
|
var postAgents = (options) => (options.client ?? client).post({
|
|
3654
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3143
3655
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3144
3656
|
url: "/agents",
|
|
3145
3657
|
...options,
|
|
@@ -3149,6 +3661,7 @@ var postAgents = (options) => (options.client ?? client).post({
|
|
|
3149
3661
|
}
|
|
3150
3662
|
});
|
|
3151
3663
|
var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
3664
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3152
3665
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3153
3666
|
url: "/users/register_isv",
|
|
3154
3667
|
...options,
|
|
@@ -3158,16 +3671,25 @@ var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
|
3158
3671
|
}
|
|
3159
3672
|
});
|
|
3160
3673
|
var getExtractionBatchesById = (options) => (options.client ?? client).get({
|
|
3674
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3161
3675
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3162
3676
|
url: "/extraction/batches/{id}",
|
|
3163
3677
|
...options
|
|
3164
3678
|
});
|
|
3165
3679
|
var getWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).get({
|
|
3680
|
+
querySerializer: {
|
|
3681
|
+
parameters: {
|
|
3682
|
+
filter: { object: { style: "form" } },
|
|
3683
|
+
page: { object: { style: "form" } },
|
|
3684
|
+
fields: { object: { style: "form" } }
|
|
3685
|
+
}
|
|
3686
|
+
},
|
|
3166
3687
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3167
3688
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
3168
3689
|
...options
|
|
3169
3690
|
});
|
|
3170
3691
|
var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).post({
|
|
3692
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3171
3693
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3172
3694
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
3173
3695
|
...options,
|
|
@@ -3177,11 +3699,13 @@ var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client
|
|
|
3177
3699
|
}
|
|
3178
3700
|
});
|
|
3179
3701
|
var deleteWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).delete({
|
|
3702
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3180
3703
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3181
3704
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
3182
3705
|
...options
|
|
3183
3706
|
});
|
|
3184
3707
|
var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).patch({
|
|
3708
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3185
3709
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3186
3710
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
3187
3711
|
...options,
|
|
@@ -3191,16 +3715,37 @@ var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.clien
|
|
|
3191
3715
|
}
|
|
3192
3716
|
});
|
|
3193
3717
|
var getCreditPackages = (options) => (options.client ?? client).get({
|
|
3718
|
+
querySerializer: {
|
|
3719
|
+
parameters: {
|
|
3720
|
+
filter: { object: { style: "form" } },
|
|
3721
|
+
page: { object: { style: "form" } },
|
|
3722
|
+
fields: { object: { style: "form" } }
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3194
3725
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3195
3726
|
url: "/credit-packages",
|
|
3196
3727
|
...options
|
|
3197
3728
|
});
|
|
3198
3729
|
var getUsers = (options) => (options.client ?? client).get({
|
|
3730
|
+
querySerializer: {
|
|
3731
|
+
parameters: {
|
|
3732
|
+
filter: { object: { style: "form" } },
|
|
3733
|
+
page: { object: { style: "form" } },
|
|
3734
|
+
fields: { object: { style: "form" } }
|
|
3735
|
+
}
|
|
3736
|
+
},
|
|
3199
3737
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3200
3738
|
url: "/users",
|
|
3201
3739
|
...options
|
|
3202
3740
|
});
|
|
3203
3741
|
var getObjects = (options) => (options.client ?? client).get({
|
|
3742
|
+
querySerializer: {
|
|
3743
|
+
parameters: {
|
|
3744
|
+
filter: { object: { style: "form" } },
|
|
3745
|
+
page: { object: { style: "form" } },
|
|
3746
|
+
fields: { object: { style: "form" } }
|
|
3747
|
+
}
|
|
3748
|
+
},
|
|
3204
3749
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3205
3750
|
url: "/objects",
|
|
3206
3751
|
...options
|