@grepr/cli 1.6.43 → 1.6.44-fdbcf78
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.
|
@@ -897,13 +897,13 @@ export interface paths {
|
|
|
897
897
|
* List all NewRelic integrations
|
|
898
898
|
* @description Get all NewRelic integrations.
|
|
899
899
|
*/
|
|
900
|
-
get: operations["
|
|
900
|
+
get: operations["list_9"];
|
|
901
901
|
put?: never;
|
|
902
902
|
/**
|
|
903
903
|
* Create a NewRelic integration
|
|
904
904
|
* @description Creates an integration to connect to NewRelic.
|
|
905
905
|
*/
|
|
906
|
-
post: operations["
|
|
906
|
+
post: operations["create_9"];
|
|
907
907
|
delete?: never;
|
|
908
908
|
options?: never;
|
|
909
909
|
head?: never;
|
|
@@ -941,18 +941,18 @@ export interface paths {
|
|
|
941
941
|
* Get a NewRelic integration
|
|
942
942
|
* @description Get an integration to connect to NewRelic.
|
|
943
943
|
*/
|
|
944
|
-
get: operations["
|
|
944
|
+
get: operations["get_9"];
|
|
945
945
|
/**
|
|
946
946
|
* Update a NewRelic integration.
|
|
947
947
|
* @description Updates an integration to connect to NewRelic. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
948
948
|
*/
|
|
949
|
-
put: operations["
|
|
949
|
+
put: operations["update_9"];
|
|
950
950
|
post?: never;
|
|
951
951
|
/**
|
|
952
952
|
* Delete a NewRelic integration
|
|
953
953
|
* @description Deletes an integration to connect to NewRelic. This will delete the associated keys as well. No-op if already deleted.
|
|
954
954
|
*/
|
|
955
|
-
delete: operations["
|
|
955
|
+
delete: operations["delete_9"];
|
|
956
956
|
options?: never;
|
|
957
957
|
head?: never;
|
|
958
958
|
patch?: never;
|
|
@@ -970,7 +970,7 @@ export interface paths {
|
|
|
970
970
|
* Creates or updates an API key for integration with New Relic
|
|
971
971
|
* @description Creates a NewRelic API key for a NewRelic integration if a key doesn't exist, and updates it otherwise. If the api key is updated while the integration is being used by a pipeline, the new key is used at pipeline restart, rescaling, or an update. This key is used for the NewRelic API to retrieve the dashboards and alerts.
|
|
972
972
|
*/
|
|
973
|
-
put: operations["
|
|
973
|
+
put: operations["upsertApiKey_6"];
|
|
974
974
|
post?: never;
|
|
975
975
|
delete?: never;
|
|
976
976
|
options?: never;
|
|
@@ -1049,13 +1049,13 @@ export interface paths {
|
|
|
1049
1049
|
* List all OpenAI integrations
|
|
1050
1050
|
* @description Get all OpenAI integrations for your organization. This will contain masked API keys if present.
|
|
1051
1051
|
*/
|
|
1052
|
-
get: operations["
|
|
1052
|
+
get: operations["list_10"];
|
|
1053
1053
|
put?: never;
|
|
1054
1054
|
/**
|
|
1055
1055
|
* Create an OpenAI integration
|
|
1056
1056
|
* @description Creates an integration to connect to OpenAI.
|
|
1057
1057
|
*/
|
|
1058
|
-
post: operations["
|
|
1058
|
+
post: operations["create_10"];
|
|
1059
1059
|
delete?: never;
|
|
1060
1060
|
options?: never;
|
|
1061
1061
|
head?: never;
|
|
@@ -1073,18 +1073,18 @@ export interface paths {
|
|
|
1073
1073
|
* Get an OpenAI integration
|
|
1074
1074
|
* @description Get an OpenAI integration by ID.
|
|
1075
1075
|
*/
|
|
1076
|
-
get: operations["
|
|
1076
|
+
get: operations["get_10"];
|
|
1077
1077
|
/**
|
|
1078
1078
|
* Update an OpenAI integration.
|
|
1079
1079
|
* @description Updates an OpenAI integration. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
1080
1080
|
*/
|
|
1081
|
-
put: operations["
|
|
1081
|
+
put: operations["update_10"];
|
|
1082
1082
|
post?: never;
|
|
1083
1083
|
/**
|
|
1084
1084
|
* Delete an OpenAI integration
|
|
1085
1085
|
* @description Deletes an OpenAI integration. This will delete the associated API key as well. No-op if already deleted.
|
|
1086
1086
|
*/
|
|
1087
|
-
delete: operations["
|
|
1087
|
+
delete: operations["delete_10"];
|
|
1088
1088
|
options?: never;
|
|
1089
1089
|
head?: never;
|
|
1090
1090
|
patch?: never;
|
|
@@ -1102,7 +1102,7 @@ export interface paths {
|
|
|
1102
1102
|
* Creates or updates an OpenAI integration API key
|
|
1103
1103
|
* @description Creates an API key for an OpenAI integration if it doesn't exist and updates it otherwise. If the key is updated while the integration is being used by a pipeline, the new key will be picked at pipeline restart, rescaling or an update.
|
|
1104
1104
|
*/
|
|
1105
|
-
put: operations["
|
|
1105
|
+
put: operations["upsertApiKey_7"];
|
|
1106
1106
|
post?: never;
|
|
1107
1107
|
delete?: never;
|
|
1108
1108
|
options?: never;
|
|
@@ -1121,13 +1121,13 @@ export interface paths {
|
|
|
1121
1121
|
* List all OTLP integrations
|
|
1122
1122
|
* @description Get all OTLP integrations.
|
|
1123
1123
|
*/
|
|
1124
|
-
get: operations["
|
|
1124
|
+
get: operations["list_11"];
|
|
1125
1125
|
put?: never;
|
|
1126
1126
|
/**
|
|
1127
1127
|
* Create an OTLP integration
|
|
1128
1128
|
* @description Creates an integration to connect to OTLP.
|
|
1129
1129
|
*/
|
|
1130
|
-
post: operations["
|
|
1130
|
+
post: operations["create_11"];
|
|
1131
1131
|
delete?: never;
|
|
1132
1132
|
options?: never;
|
|
1133
1133
|
head?: never;
|
|
@@ -1145,18 +1145,18 @@ export interface paths {
|
|
|
1145
1145
|
* Get a OTLP integration
|
|
1146
1146
|
* @description Get an integration to connect to OTLP.
|
|
1147
1147
|
*/
|
|
1148
|
-
get: operations["
|
|
1148
|
+
get: operations["get_11"];
|
|
1149
1149
|
/**
|
|
1150
1150
|
* Update a OTLP integration.
|
|
1151
1151
|
* @description Updates an integration to connect to OTLP. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
1152
1152
|
*/
|
|
1153
|
-
put: operations["
|
|
1153
|
+
put: operations["update_11"];
|
|
1154
1154
|
post?: never;
|
|
1155
1155
|
/**
|
|
1156
1156
|
* Delete a OTLP integration
|
|
1157
1157
|
* @description Deletes an integration to connect to OTLP. This will delete the associated keys as well. No-op if already deleted.
|
|
1158
1158
|
*/
|
|
1159
|
-
delete: operations["
|
|
1159
|
+
delete: operations["delete_11"];
|
|
1160
1160
|
options?: never;
|
|
1161
1161
|
head?: never;
|
|
1162
1162
|
patch?: never;
|
|
@@ -1289,13 +1289,13 @@ export interface paths {
|
|
|
1289
1289
|
* List PipelineSignal integrations
|
|
1290
1290
|
* @description Returns the PipelineSignal integrations for your organization.
|
|
1291
1291
|
*/
|
|
1292
|
-
get: operations["
|
|
1292
|
+
get: operations["list_12"];
|
|
1293
1293
|
put?: never;
|
|
1294
1294
|
/**
|
|
1295
1295
|
* Create a PipelineSignal integration
|
|
1296
1296
|
* @description Creates the PipelineSignal integration for an agent so it can subscribe to pipelines.
|
|
1297
1297
|
*/
|
|
1298
|
-
post: operations["
|
|
1298
|
+
post: operations["create_12"];
|
|
1299
1299
|
delete?: never;
|
|
1300
1300
|
options?: never;
|
|
1301
1301
|
head?: never;
|
|
@@ -1316,7 +1316,7 @@ export interface paths {
|
|
|
1316
1316
|
* Delete a PipelineSignal integration
|
|
1317
1317
|
* @description Deletes a PipelineSignal integration. Blocked while it is linked to a pipeline.
|
|
1318
1318
|
*/
|
|
1319
|
-
delete: operations["
|
|
1319
|
+
delete: operations["delete_12"];
|
|
1320
1320
|
options?: never;
|
|
1321
1321
|
head?: never;
|
|
1322
1322
|
patch?: never;
|
|
@@ -1442,13 +1442,13 @@ export interface paths {
|
|
|
1442
1442
|
* List all S3 Vector Index integrations
|
|
1443
1443
|
* @description Retrieves all S3 Vector Index integrations for the organization.
|
|
1444
1444
|
*/
|
|
1445
|
-
get: operations["
|
|
1445
|
+
get: operations["list_13"];
|
|
1446
1446
|
put?: never;
|
|
1447
1447
|
/**
|
|
1448
1448
|
* Create an S3 Vector Index integration
|
|
1449
1449
|
* @description Creates a new S3 Vector Index integration and provisions the index in the grepr-managed S3 vector bucket.
|
|
1450
1450
|
*/
|
|
1451
|
-
post: operations["
|
|
1451
|
+
post: operations["create_13"];
|
|
1452
1452
|
delete?: never;
|
|
1453
1453
|
options?: never;
|
|
1454
1454
|
head?: never;
|
|
@@ -1466,18 +1466,90 @@ export interface paths {
|
|
|
1466
1466
|
* Get an S3 Vector Index integration
|
|
1467
1467
|
* @description Retrieves an S3 Vector Index integration.
|
|
1468
1468
|
*/
|
|
1469
|
-
get: operations["
|
|
1469
|
+
get: operations["get_12"];
|
|
1470
1470
|
/**
|
|
1471
1471
|
* Update an S3 Vector Index integration
|
|
1472
1472
|
* @description Updates an existing S3 Vector Index integration. Note: dimensions and distanceMetric are immutable after creation.
|
|
1473
1473
|
*/
|
|
1474
|
-
put: operations["
|
|
1474
|
+
put: operations["update_12"];
|
|
1475
1475
|
post?: never;
|
|
1476
1476
|
/**
|
|
1477
1477
|
* Delete an S3 Vector Index integration
|
|
1478
1478
|
* @description Deletes an S3 Vector Index integration and removes the index from the S3 vector bucket. No-op if integration doesn't exist.
|
|
1479
1479
|
*/
|
|
1480
|
-
delete: operations["
|
|
1480
|
+
delete: operations["delete_13"];
|
|
1481
|
+
options?: never;
|
|
1482
|
+
head?: never;
|
|
1483
|
+
patch?: never;
|
|
1484
|
+
trace?: never;
|
|
1485
|
+
};
|
|
1486
|
+
"/v1/integrations/slack-mcp": {
|
|
1487
|
+
parameters: {
|
|
1488
|
+
query?: never;
|
|
1489
|
+
header?: never;
|
|
1490
|
+
path?: never;
|
|
1491
|
+
cookie?: never;
|
|
1492
|
+
};
|
|
1493
|
+
/**
|
|
1494
|
+
* List all Slack MCP integrations
|
|
1495
|
+
* @description Get all Slack MCP server integrations for your organization. This will contain masked tokens if present.
|
|
1496
|
+
*/
|
|
1497
|
+
get: operations["list_8"];
|
|
1498
|
+
put?: never;
|
|
1499
|
+
/**
|
|
1500
|
+
* Create a Slack MCP integration
|
|
1501
|
+
* @description Creates an integration to connect to a Slack MCP server.
|
|
1502
|
+
*/
|
|
1503
|
+
post: operations["create_8"];
|
|
1504
|
+
delete?: never;
|
|
1505
|
+
options?: never;
|
|
1506
|
+
head?: never;
|
|
1507
|
+
patch?: never;
|
|
1508
|
+
trace?: never;
|
|
1509
|
+
};
|
|
1510
|
+
"/v1/integrations/slack-mcp/{id}": {
|
|
1511
|
+
parameters: {
|
|
1512
|
+
query?: never;
|
|
1513
|
+
header?: never;
|
|
1514
|
+
path?: never;
|
|
1515
|
+
cookie?: never;
|
|
1516
|
+
};
|
|
1517
|
+
/**
|
|
1518
|
+
* Get a Slack MCP integration
|
|
1519
|
+
* @description Get a Slack MCP integration by ID.
|
|
1520
|
+
*/
|
|
1521
|
+
get: operations["get_8"];
|
|
1522
|
+
/**
|
|
1523
|
+
* Update a Slack MCP integration.
|
|
1524
|
+
* @description Updates a Slack MCP integration. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
1525
|
+
*/
|
|
1526
|
+
put: operations["update_8"];
|
|
1527
|
+
post?: never;
|
|
1528
|
+
/**
|
|
1529
|
+
* Delete a Slack MCP integration
|
|
1530
|
+
* @description Deletes a Slack MCP integration. This will delete the associated token as well. No-op if already deleted.
|
|
1531
|
+
*/
|
|
1532
|
+
delete: operations["delete_8"];
|
|
1533
|
+
options?: never;
|
|
1534
|
+
head?: never;
|
|
1535
|
+
patch?: never;
|
|
1536
|
+
trace?: never;
|
|
1537
|
+
};
|
|
1538
|
+
"/v1/integrations/slack-mcp/{id}/api-key": {
|
|
1539
|
+
parameters: {
|
|
1540
|
+
query?: never;
|
|
1541
|
+
header?: never;
|
|
1542
|
+
path?: never;
|
|
1543
|
+
cookie?: never;
|
|
1544
|
+
};
|
|
1545
|
+
get?: never;
|
|
1546
|
+
/**
|
|
1547
|
+
* Creates or updates a Slack MCP integration token
|
|
1548
|
+
* @description Creates a token for a Slack MCP integration if it doesn't exist and updates it otherwise. If the token is updated while the integration is being used by a pipeline, the new token will be picked at pipeline restart, rescaling or an update.
|
|
1549
|
+
*/
|
|
1550
|
+
put: operations["upsertApiKey_5"];
|
|
1551
|
+
post?: never;
|
|
1552
|
+
delete?: never;
|
|
1481
1553
|
options?: never;
|
|
1482
1554
|
head?: never;
|
|
1483
1555
|
patch?: never;
|
|
@@ -1494,13 +1566,13 @@ export interface paths {
|
|
|
1494
1566
|
* List all Splunk integrations
|
|
1495
1567
|
* @description Get all Splunk integrations for your organization. This will contain masked keys if present.
|
|
1496
1568
|
*/
|
|
1497
|
-
get: operations["
|
|
1569
|
+
get: operations["list_14"];
|
|
1498
1570
|
put?: never;
|
|
1499
1571
|
/**
|
|
1500
1572
|
* Create a Splunk integration
|
|
1501
1573
|
* @description Creates an integration to connect to Splunk.
|
|
1502
1574
|
*/
|
|
1503
|
-
post: operations["
|
|
1575
|
+
post: operations["create_14"];
|
|
1504
1576
|
delete?: never;
|
|
1505
1577
|
options?: never;
|
|
1506
1578
|
head?: never;
|
|
@@ -1518,18 +1590,18 @@ export interface paths {
|
|
|
1518
1590
|
* Get a Splunk integration
|
|
1519
1591
|
* @description Get an integration to connect to Splunk.
|
|
1520
1592
|
*/
|
|
1521
|
-
get: operations["
|
|
1593
|
+
get: operations["get_13"];
|
|
1522
1594
|
/**
|
|
1523
1595
|
* Update a Splunk integration.
|
|
1524
1596
|
* @description Updates an integration to connect to Splunk. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
1525
1597
|
*/
|
|
1526
|
-
put: operations["
|
|
1598
|
+
put: operations["update_13"];
|
|
1527
1599
|
post?: never;
|
|
1528
1600
|
/**
|
|
1529
1601
|
* Delete a Splunk integration
|
|
1530
1602
|
* @description Deletes an integration to connect to Splunk. This will delete the associated keys as well. No-op if already deleted.
|
|
1531
1603
|
*/
|
|
1532
|
-
delete: operations["
|
|
1604
|
+
delete: operations["delete_14"];
|
|
1533
1605
|
options?: never;
|
|
1534
1606
|
head?: never;
|
|
1535
1607
|
patch?: never;
|
|
@@ -1626,13 +1698,13 @@ export interface paths {
|
|
|
1626
1698
|
* List all SumoLogic integrations
|
|
1627
1699
|
* @description Get all SumoLogic integrations.
|
|
1628
1700
|
*/
|
|
1629
|
-
get: operations["
|
|
1701
|
+
get: operations["list_15"];
|
|
1630
1702
|
put?: never;
|
|
1631
1703
|
/**
|
|
1632
1704
|
* Create a SumoLogic integration
|
|
1633
1705
|
* @description Creates an integration to connect to SumoLogic.
|
|
1634
1706
|
*/
|
|
1635
|
-
post: operations["
|
|
1707
|
+
post: operations["create_15"];
|
|
1636
1708
|
delete?: never;
|
|
1637
1709
|
options?: never;
|
|
1638
1710
|
head?: never;
|
|
@@ -1650,18 +1722,18 @@ export interface paths {
|
|
|
1650
1722
|
* Get a SumoLogic integration
|
|
1651
1723
|
* @description Get an integration to connect to SumoLogic.
|
|
1652
1724
|
*/
|
|
1653
|
-
get: operations["
|
|
1725
|
+
get: operations["get_14"];
|
|
1654
1726
|
/**
|
|
1655
1727
|
* Update a SumoLogic integration.
|
|
1656
1728
|
* @description Updates an integration to connect to SumoLogic. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
1657
1729
|
*/
|
|
1658
|
-
put: operations["
|
|
1730
|
+
put: operations["update_14"];
|
|
1659
1731
|
post?: never;
|
|
1660
1732
|
/**
|
|
1661
1733
|
* Delete a SumoLogic integration
|
|
1662
1734
|
* @description Deletes an integration to connect to SumoLogic. This will delete the associated keys as well. No-op if already deleted.
|
|
1663
1735
|
*/
|
|
1664
|
-
delete: operations["
|
|
1736
|
+
delete: operations["delete_15"];
|
|
1665
1737
|
options?: never;
|
|
1666
1738
|
head?: never;
|
|
1667
1739
|
patch?: never;
|
|
@@ -2735,7 +2807,7 @@ export interface paths {
|
|
|
2735
2807
|
* List all users
|
|
2736
2808
|
* @description Get all users in the system.
|
|
2737
2809
|
*/
|
|
2738
|
-
get: operations["
|
|
2810
|
+
get: operations["list_16"];
|
|
2739
2811
|
put?: never;
|
|
2740
2812
|
/**
|
|
2741
2813
|
* Create a new user
|
|
@@ -5281,6 +5353,10 @@ export interface components {
|
|
|
5281
5353
|
/** @default [] */
|
|
5282
5354
|
items?: components["schemas"]["ReadS3VectorIndex"][];
|
|
5283
5355
|
};
|
|
5356
|
+
ItemsCollectionReadSlackMcp: {
|
|
5357
|
+
/** @default [] */
|
|
5358
|
+
items?: components["schemas"]["ReadSlackMcp"][];
|
|
5359
|
+
};
|
|
5284
5360
|
ItemsCollectionReadSplunk: {
|
|
5285
5361
|
/** @default [] */
|
|
5286
5362
|
items?: components["schemas"]["ReadSplunk"][];
|
|
@@ -8313,6 +8389,43 @@ export interface components {
|
|
|
8313
8389
|
*/
|
|
8314
8390
|
version: number;
|
|
8315
8391
|
};
|
|
8392
|
+
ReadSlackMcp: {
|
|
8393
|
+
/**
|
|
8394
|
+
* Format: date-time
|
|
8395
|
+
* @description Timestamp when the integration was created.
|
|
8396
|
+
*/
|
|
8397
|
+
readonly createdAt: string;
|
|
8398
|
+
/** @description The integration id */
|
|
8399
|
+
id: string;
|
|
8400
|
+
/** @description List of job IDs associated with the integration. */
|
|
8401
|
+
jobIds: string[];
|
|
8402
|
+
/**
|
|
8403
|
+
* @description Name of the integration.
|
|
8404
|
+
* @example my_integration
|
|
8405
|
+
*/
|
|
8406
|
+
name: string;
|
|
8407
|
+
/** @description Organization ID of the integration. */
|
|
8408
|
+
organizationId: string;
|
|
8409
|
+
payload: components["schemas"]["SlackMcp"];
|
|
8410
|
+
/** @description The team IDs that this integration is associated with. */
|
|
8411
|
+
teamIds?: string[];
|
|
8412
|
+
/**
|
|
8413
|
+
* @description The type of the integration. This is used to determine the payload type.
|
|
8414
|
+
* @enum {string}
|
|
8415
|
+
*/
|
|
8416
|
+
type: ReadSlackMcpType;
|
|
8417
|
+
/**
|
|
8418
|
+
* Format: date-time
|
|
8419
|
+
* @description Timestamp when the integration was last updated.
|
|
8420
|
+
*/
|
|
8421
|
+
readonly updatedAt: string;
|
|
8422
|
+
/**
|
|
8423
|
+
* Format: int32
|
|
8424
|
+
* @description Version of the integration. Should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
8425
|
+
* @example 0
|
|
8426
|
+
*/
|
|
8427
|
+
version: number;
|
|
8428
|
+
};
|
|
8316
8429
|
ReadSplunk: {
|
|
8317
8430
|
/**
|
|
8318
8431
|
* Format: date-time
|
|
@@ -8803,6 +8916,22 @@ export interface components {
|
|
|
8803
8916
|
name?: string;
|
|
8804
8917
|
tools?: components["schemas"]["ToolDescriptor"][];
|
|
8805
8918
|
};
|
|
8919
|
+
/** @description The payload containing integration data. */
|
|
8920
|
+
SlackMcp: {
|
|
8921
|
+
/** @description Masked API key for the MCP server. */
|
|
8922
|
+
readonly apiKey?: string;
|
|
8923
|
+
/**
|
|
8924
|
+
* @description MCP server endpoint URL.
|
|
8925
|
+
* @example https://mcp.notion.so/v1
|
|
8926
|
+
*/
|
|
8927
|
+
serverUrl: string;
|
|
8928
|
+
/**
|
|
8929
|
+
* @description Indicates whether to validate the API key when saving.
|
|
8930
|
+
* @default true
|
|
8931
|
+
* @example true
|
|
8932
|
+
*/
|
|
8933
|
+
validateKeysOnSave?: boolean;
|
|
8934
|
+
};
|
|
8806
8935
|
SocialUserInfo: {
|
|
8807
8936
|
idToken: string;
|
|
8808
8937
|
/**
|
|
@@ -11092,6 +11221,30 @@ export interface components {
|
|
|
11092
11221
|
*/
|
|
11093
11222
|
version: number;
|
|
11094
11223
|
};
|
|
11224
|
+
WriteSlackMcp: {
|
|
11225
|
+
/**
|
|
11226
|
+
* @description Name of the integration.
|
|
11227
|
+
* @example my_integration
|
|
11228
|
+
*/
|
|
11229
|
+
name: string;
|
|
11230
|
+
payload: components["schemas"]["SlackMcp"];
|
|
11231
|
+
/**
|
|
11232
|
+
* @description The team IDs that this integration is associated with.
|
|
11233
|
+
* @default []
|
|
11234
|
+
*/
|
|
11235
|
+
teamIds?: string[];
|
|
11236
|
+
/**
|
|
11237
|
+
* @description The type of the integration. This is used to determine the payload type.
|
|
11238
|
+
* @enum {string}
|
|
11239
|
+
*/
|
|
11240
|
+
type: ReadSlackMcpType;
|
|
11241
|
+
/**
|
|
11242
|
+
* Format: int32
|
|
11243
|
+
* @description Version of the integration. Should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
11244
|
+
* @example 0
|
|
11245
|
+
*/
|
|
11246
|
+
version: number;
|
|
11247
|
+
};
|
|
11095
11248
|
WriteSplunk: {
|
|
11096
11249
|
/**
|
|
11097
11250
|
* @description Name of the integration.
|
|
@@ -11347,6 +11500,7 @@ export type SchemaItemsCollectionReadOtlp = components["schemas"]["ItemsCollecti
|
|
|
11347
11500
|
export type SchemaItemsCollectionReadPagerDutyMcp = components["schemas"]["ItemsCollectionReadPagerDutyMcp"];
|
|
11348
11501
|
export type SchemaItemsCollectionReadS3DataWarehouse = components["schemas"]["ItemsCollectionReadS3DataWarehouse"];
|
|
11349
11502
|
export type SchemaItemsCollectionReadS3VectorIndex = components["schemas"]["ItemsCollectionReadS3VectorIndex"];
|
|
11503
|
+
export type SchemaItemsCollectionReadSlackMcp = components["schemas"]["ItemsCollectionReadSlackMcp"];
|
|
11350
11504
|
export type SchemaItemsCollectionReadSplunk = components["schemas"]["ItemsCollectionReadSplunk"];
|
|
11351
11505
|
export type SchemaItemsCollectionReadSumo = components["schemas"]["ItemsCollectionReadSumo"];
|
|
11352
11506
|
export type SchemaItemsCollectionReadUser = components["schemas"]["ItemsCollectionReadUser"];
|
|
@@ -11477,6 +11631,7 @@ export type SchemaReadOtlp = components["schemas"]["ReadOtlp"];
|
|
|
11477
11631
|
export type SchemaReadPagerDutyMcp = components["schemas"]["ReadPagerDutyMcp"];
|
|
11478
11632
|
export type SchemaReadS3DataWarehouse = components["schemas"]["ReadS3DataWarehouse"];
|
|
11479
11633
|
export type SchemaReadS3VectorIndex = components["schemas"]["ReadS3VectorIndex"];
|
|
11634
|
+
export type SchemaReadSlackMcp = components["schemas"]["ReadSlackMcp"];
|
|
11480
11635
|
export type SchemaReadSplunk = components["schemas"]["ReadSplunk"];
|
|
11481
11636
|
export type SchemaReadSsoClaimMapping = components["schemas"]["ReadSsoClaimMapping"];
|
|
11482
11637
|
export type SchemaReadSumo = components["schemas"]["ReadSumo"];
|
|
@@ -11507,6 +11662,7 @@ export type SchemaShardingConfig = components["schemas"]["ShardingConfig"];
|
|
|
11507
11662
|
export type SchemaSignupRequest = components["schemas"]["SignupRequest"];
|
|
11508
11663
|
export type SchemaSimple = components["schemas"]["Simple"];
|
|
11509
11664
|
export type SchemaSkillDescriptor = components["schemas"]["SkillDescriptor"];
|
|
11665
|
+
export type SchemaSlackMcp = components["schemas"]["SlackMcp"];
|
|
11510
11666
|
export type SchemaSocialUserInfo = components["schemas"]["SocialUserInfo"];
|
|
11511
11667
|
export type SchemaSpan = components["schemas"]["Span"];
|
|
11512
11668
|
export type SchemaSpanDedupIcebergTableSink = components["schemas"]["SpanDedupIcebergTableSink"];
|
|
@@ -11618,6 +11774,7 @@ export type SchemaWriteOtlp = components["schemas"]["WriteOtlp"];
|
|
|
11618
11774
|
export type SchemaWritePagerDutyMcp = components["schemas"]["WritePagerDutyMcp"];
|
|
11619
11775
|
export type SchemaWriteS3DataWarehouse = components["schemas"]["WriteS3DataWarehouse"];
|
|
11620
11776
|
export type SchemaWriteS3VectorIndex = components["schemas"]["WriteS3VectorIndex"];
|
|
11777
|
+
export type SchemaWriteSlackMcp = components["schemas"]["WriteSlackMcp"];
|
|
11621
11778
|
export type SchemaWriteSplunk = components["schemas"]["WriteSplunk"];
|
|
11622
11779
|
export type SchemaWriteSsoClaimMapping = components["schemas"]["WriteSsoClaimMapping"];
|
|
11623
11780
|
export type SchemaWriteSumo = components["schemas"]["WriteSumo"];
|
|
@@ -14081,7 +14238,7 @@ export interface operations {
|
|
|
14081
14238
|
};
|
|
14082
14239
|
};
|
|
14083
14240
|
};
|
|
14084
|
-
|
|
14241
|
+
list_9: {
|
|
14085
14242
|
parameters: {
|
|
14086
14243
|
query?: never;
|
|
14087
14244
|
header?: never;
|
|
@@ -14108,7 +14265,7 @@ export interface operations {
|
|
|
14108
14265
|
};
|
|
14109
14266
|
};
|
|
14110
14267
|
};
|
|
14111
|
-
|
|
14268
|
+
create_9: {
|
|
14112
14269
|
parameters: {
|
|
14113
14270
|
query?: never;
|
|
14114
14271
|
header?: never;
|
|
@@ -14175,7 +14332,7 @@ export interface operations {
|
|
|
14175
14332
|
};
|
|
14176
14333
|
};
|
|
14177
14334
|
};
|
|
14178
|
-
|
|
14335
|
+
get_9: {
|
|
14179
14336
|
parameters: {
|
|
14180
14337
|
query?: never;
|
|
14181
14338
|
header?: never;
|
|
@@ -14211,7 +14368,7 @@ export interface operations {
|
|
|
14211
14368
|
};
|
|
14212
14369
|
};
|
|
14213
14370
|
};
|
|
14214
|
-
|
|
14371
|
+
update_9: {
|
|
14215
14372
|
parameters: {
|
|
14216
14373
|
query?: never;
|
|
14217
14374
|
header?: never;
|
|
@@ -14258,7 +14415,7 @@ export interface operations {
|
|
|
14258
14415
|
};
|
|
14259
14416
|
};
|
|
14260
14417
|
};
|
|
14261
|
-
|
|
14418
|
+
delete_9: {
|
|
14262
14419
|
parameters: {
|
|
14263
14420
|
query?: never;
|
|
14264
14421
|
header?: never;
|
|
@@ -14285,7 +14442,7 @@ export interface operations {
|
|
|
14285
14442
|
};
|
|
14286
14443
|
};
|
|
14287
14444
|
};
|
|
14288
|
-
|
|
14445
|
+
upsertApiKey_6: {
|
|
14289
14446
|
parameters: {
|
|
14290
14447
|
query?: never;
|
|
14291
14448
|
header?: never;
|
|
@@ -14446,7 +14603,7 @@ export interface operations {
|
|
|
14446
14603
|
};
|
|
14447
14604
|
};
|
|
14448
14605
|
};
|
|
14449
|
-
|
|
14606
|
+
list_10: {
|
|
14450
14607
|
parameters: {
|
|
14451
14608
|
query?: never;
|
|
14452
14609
|
header?: never;
|
|
@@ -14473,7 +14630,7 @@ export interface operations {
|
|
|
14473
14630
|
};
|
|
14474
14631
|
};
|
|
14475
14632
|
};
|
|
14476
|
-
|
|
14633
|
+
create_10: {
|
|
14477
14634
|
parameters: {
|
|
14478
14635
|
query?: never;
|
|
14479
14636
|
header?: never;
|
|
@@ -14513,7 +14670,7 @@ export interface operations {
|
|
|
14513
14670
|
};
|
|
14514
14671
|
};
|
|
14515
14672
|
};
|
|
14516
|
-
|
|
14673
|
+
get_10: {
|
|
14517
14674
|
parameters: {
|
|
14518
14675
|
query?: never;
|
|
14519
14676
|
header?: never;
|
|
@@ -14549,7 +14706,7 @@ export interface operations {
|
|
|
14549
14706
|
};
|
|
14550
14707
|
};
|
|
14551
14708
|
};
|
|
14552
|
-
|
|
14709
|
+
update_10: {
|
|
14553
14710
|
parameters: {
|
|
14554
14711
|
query?: never;
|
|
14555
14712
|
header?: never;
|
|
@@ -14596,7 +14753,7 @@ export interface operations {
|
|
|
14596
14753
|
};
|
|
14597
14754
|
};
|
|
14598
14755
|
};
|
|
14599
|
-
|
|
14756
|
+
delete_10: {
|
|
14600
14757
|
parameters: {
|
|
14601
14758
|
query?: never;
|
|
14602
14759
|
header?: never;
|
|
@@ -14623,7 +14780,7 @@ export interface operations {
|
|
|
14623
14780
|
};
|
|
14624
14781
|
};
|
|
14625
14782
|
};
|
|
14626
|
-
|
|
14783
|
+
upsertApiKey_7: {
|
|
14627
14784
|
parameters: {
|
|
14628
14785
|
query?: never;
|
|
14629
14786
|
header?: never;
|
|
@@ -14661,7 +14818,7 @@ export interface operations {
|
|
|
14661
14818
|
};
|
|
14662
14819
|
};
|
|
14663
14820
|
};
|
|
14664
|
-
|
|
14821
|
+
list_11: {
|
|
14665
14822
|
parameters: {
|
|
14666
14823
|
query?: never;
|
|
14667
14824
|
header?: never;
|
|
@@ -14688,7 +14845,7 @@ export interface operations {
|
|
|
14688
14845
|
};
|
|
14689
14846
|
};
|
|
14690
14847
|
};
|
|
14691
|
-
|
|
14848
|
+
create_11: {
|
|
14692
14849
|
parameters: {
|
|
14693
14850
|
query?: never;
|
|
14694
14851
|
header?: never;
|
|
@@ -14728,7 +14885,7 @@ export interface operations {
|
|
|
14728
14885
|
};
|
|
14729
14886
|
};
|
|
14730
14887
|
};
|
|
14731
|
-
|
|
14888
|
+
get_11: {
|
|
14732
14889
|
parameters: {
|
|
14733
14890
|
query?: never;
|
|
14734
14891
|
header?: never;
|
|
@@ -14764,7 +14921,7 @@ export interface operations {
|
|
|
14764
14921
|
};
|
|
14765
14922
|
};
|
|
14766
14923
|
};
|
|
14767
|
-
|
|
14924
|
+
update_11: {
|
|
14768
14925
|
parameters: {
|
|
14769
14926
|
query?: never;
|
|
14770
14927
|
header?: never;
|
|
@@ -14811,7 +14968,7 @@ export interface operations {
|
|
|
14811
14968
|
};
|
|
14812
14969
|
};
|
|
14813
14970
|
};
|
|
14814
|
-
|
|
14971
|
+
delete_11: {
|
|
14815
14972
|
parameters: {
|
|
14816
14973
|
query?: never;
|
|
14817
14974
|
header?: never;
|
|
@@ -15170,7 +15327,7 @@ export interface operations {
|
|
|
15170
15327
|
};
|
|
15171
15328
|
};
|
|
15172
15329
|
};
|
|
15173
|
-
|
|
15330
|
+
list_12: {
|
|
15174
15331
|
parameters: {
|
|
15175
15332
|
query?: never;
|
|
15176
15333
|
header?: never;
|
|
@@ -15197,7 +15354,7 @@ export interface operations {
|
|
|
15197
15354
|
};
|
|
15198
15355
|
};
|
|
15199
15356
|
};
|
|
15200
|
-
|
|
15357
|
+
create_12: {
|
|
15201
15358
|
parameters: {
|
|
15202
15359
|
query?: never;
|
|
15203
15360
|
header?: never;
|
|
@@ -15235,7 +15392,7 @@ export interface operations {
|
|
|
15235
15392
|
};
|
|
15236
15393
|
};
|
|
15237
15394
|
};
|
|
15238
|
-
|
|
15395
|
+
delete_12: {
|
|
15239
15396
|
parameters: {
|
|
15240
15397
|
query?: never;
|
|
15241
15398
|
header?: never;
|
|
@@ -15540,7 +15697,7 @@ export interface operations {
|
|
|
15540
15697
|
};
|
|
15541
15698
|
};
|
|
15542
15699
|
};
|
|
15543
|
-
|
|
15700
|
+
list_13: {
|
|
15544
15701
|
parameters: {
|
|
15545
15702
|
query?: never;
|
|
15546
15703
|
header?: never;
|
|
@@ -15567,7 +15724,7 @@ export interface operations {
|
|
|
15567
15724
|
};
|
|
15568
15725
|
};
|
|
15569
15726
|
};
|
|
15570
|
-
|
|
15727
|
+
create_13: {
|
|
15571
15728
|
parameters: {
|
|
15572
15729
|
query?: never;
|
|
15573
15730
|
header?: never;
|
|
@@ -15605,7 +15762,7 @@ export interface operations {
|
|
|
15605
15762
|
};
|
|
15606
15763
|
};
|
|
15607
15764
|
};
|
|
15608
|
-
|
|
15765
|
+
get_12: {
|
|
15609
15766
|
parameters: {
|
|
15610
15767
|
query?: never;
|
|
15611
15768
|
header?: never;
|
|
@@ -15641,7 +15798,7 @@ export interface operations {
|
|
|
15641
15798
|
};
|
|
15642
15799
|
};
|
|
15643
15800
|
};
|
|
15644
|
-
|
|
15801
|
+
update_12: {
|
|
15645
15802
|
parameters: {
|
|
15646
15803
|
query?: never;
|
|
15647
15804
|
header?: never;
|
|
@@ -15681,7 +15838,7 @@ export interface operations {
|
|
|
15681
15838
|
};
|
|
15682
15839
|
};
|
|
15683
15840
|
};
|
|
15684
|
-
|
|
15841
|
+
delete_13: {
|
|
15685
15842
|
parameters: {
|
|
15686
15843
|
query?: never;
|
|
15687
15844
|
header?: never;
|
|
@@ -15708,7 +15865,222 @@ export interface operations {
|
|
|
15708
15865
|
};
|
|
15709
15866
|
};
|
|
15710
15867
|
};
|
|
15711
|
-
|
|
15868
|
+
list_8: {
|
|
15869
|
+
parameters: {
|
|
15870
|
+
query?: never;
|
|
15871
|
+
header?: never;
|
|
15872
|
+
path?: never;
|
|
15873
|
+
cookie?: never;
|
|
15874
|
+
};
|
|
15875
|
+
requestBody?: never;
|
|
15876
|
+
responses: {
|
|
15877
|
+
/** @description Integrations retrieved successfully */
|
|
15878
|
+
200: {
|
|
15879
|
+
headers: {
|
|
15880
|
+
[name: string]: unknown;
|
|
15881
|
+
};
|
|
15882
|
+
content: {
|
|
15883
|
+
"application/json": components["schemas"]["ItemsCollectionReadSlackMcp"];
|
|
15884
|
+
};
|
|
15885
|
+
};
|
|
15886
|
+
/** @description Unauthorized */
|
|
15887
|
+
401: {
|
|
15888
|
+
headers: {
|
|
15889
|
+
[name: string]: unknown;
|
|
15890
|
+
};
|
|
15891
|
+
content?: never;
|
|
15892
|
+
};
|
|
15893
|
+
};
|
|
15894
|
+
};
|
|
15895
|
+
create_8: {
|
|
15896
|
+
parameters: {
|
|
15897
|
+
query?: never;
|
|
15898
|
+
header?: never;
|
|
15899
|
+
path?: never;
|
|
15900
|
+
cookie?: never;
|
|
15901
|
+
};
|
|
15902
|
+
requestBody?: {
|
|
15903
|
+
content: {
|
|
15904
|
+
"application/json": components["schemas"]["WriteSlackMcp"];
|
|
15905
|
+
};
|
|
15906
|
+
};
|
|
15907
|
+
responses: {
|
|
15908
|
+
/** @description Integration created successfully */
|
|
15909
|
+
200: {
|
|
15910
|
+
headers: {
|
|
15911
|
+
[name: string]: unknown;
|
|
15912
|
+
};
|
|
15913
|
+
content: {
|
|
15914
|
+
"application/json": components["schemas"]["ReadSlackMcp"];
|
|
15915
|
+
};
|
|
15916
|
+
};
|
|
15917
|
+
/** @description Unauthorized */
|
|
15918
|
+
401: {
|
|
15919
|
+
headers: {
|
|
15920
|
+
[name: string]: unknown;
|
|
15921
|
+
};
|
|
15922
|
+
content?: never;
|
|
15923
|
+
};
|
|
15924
|
+
/** @description Integration already exists. */
|
|
15925
|
+
409: {
|
|
15926
|
+
headers: {
|
|
15927
|
+
[name: string]: unknown;
|
|
15928
|
+
};
|
|
15929
|
+
content: {
|
|
15930
|
+
"application/json": components["schemas"]["ReadSlackMcp"];
|
|
15931
|
+
};
|
|
15932
|
+
};
|
|
15933
|
+
};
|
|
15934
|
+
};
|
|
15935
|
+
get_8: {
|
|
15936
|
+
parameters: {
|
|
15937
|
+
query?: never;
|
|
15938
|
+
header?: never;
|
|
15939
|
+
path: {
|
|
15940
|
+
id: string;
|
|
15941
|
+
};
|
|
15942
|
+
cookie?: never;
|
|
15943
|
+
};
|
|
15944
|
+
requestBody?: never;
|
|
15945
|
+
responses: {
|
|
15946
|
+
/** @description Integration retrieved successfully */
|
|
15947
|
+
200: {
|
|
15948
|
+
headers: {
|
|
15949
|
+
[name: string]: unknown;
|
|
15950
|
+
};
|
|
15951
|
+
content: {
|
|
15952
|
+
"application/json": components["schemas"]["ReadSlackMcp"];
|
|
15953
|
+
};
|
|
15954
|
+
};
|
|
15955
|
+
/** @description Unauthorized */
|
|
15956
|
+
401: {
|
|
15957
|
+
headers: {
|
|
15958
|
+
[name: string]: unknown;
|
|
15959
|
+
};
|
|
15960
|
+
content?: never;
|
|
15961
|
+
};
|
|
15962
|
+
/** @description Integration not found. */
|
|
15963
|
+
404: {
|
|
15964
|
+
headers: {
|
|
15965
|
+
[name: string]: unknown;
|
|
15966
|
+
};
|
|
15967
|
+
content?: never;
|
|
15968
|
+
};
|
|
15969
|
+
};
|
|
15970
|
+
};
|
|
15971
|
+
update_8: {
|
|
15972
|
+
parameters: {
|
|
15973
|
+
query?: never;
|
|
15974
|
+
header?: never;
|
|
15975
|
+
path: {
|
|
15976
|
+
id: string;
|
|
15977
|
+
};
|
|
15978
|
+
cookie?: never;
|
|
15979
|
+
};
|
|
15980
|
+
requestBody?: {
|
|
15981
|
+
content: {
|
|
15982
|
+
"application/json": components["schemas"]["WriteSlackMcp"];
|
|
15983
|
+
};
|
|
15984
|
+
};
|
|
15985
|
+
responses: {
|
|
15986
|
+
/** @description Integration updated successfully */
|
|
15987
|
+
200: {
|
|
15988
|
+
headers: {
|
|
15989
|
+
[name: string]: unknown;
|
|
15990
|
+
};
|
|
15991
|
+
content: {
|
|
15992
|
+
"application/json": components["schemas"]["ReadSlackMcp"];
|
|
15993
|
+
};
|
|
15994
|
+
};
|
|
15995
|
+
/** @description Unauthorized */
|
|
15996
|
+
401: {
|
|
15997
|
+
headers: {
|
|
15998
|
+
[name: string]: unknown;
|
|
15999
|
+
};
|
|
16000
|
+
content?: never;
|
|
16001
|
+
};
|
|
16002
|
+
/** @description Integration not found. */
|
|
16003
|
+
404: {
|
|
16004
|
+
headers: {
|
|
16005
|
+
[name: string]: unknown;
|
|
16006
|
+
};
|
|
16007
|
+
content?: never;
|
|
16008
|
+
};
|
|
16009
|
+
/** @description Integration was modified or deleted concurrently. */
|
|
16010
|
+
409: {
|
|
16011
|
+
headers: {
|
|
16012
|
+
[name: string]: unknown;
|
|
16013
|
+
};
|
|
16014
|
+
content?: never;
|
|
16015
|
+
};
|
|
16016
|
+
};
|
|
16017
|
+
};
|
|
16018
|
+
delete_8: {
|
|
16019
|
+
parameters: {
|
|
16020
|
+
query?: never;
|
|
16021
|
+
header?: never;
|
|
16022
|
+
path: {
|
|
16023
|
+
id: string;
|
|
16024
|
+
};
|
|
16025
|
+
cookie?: never;
|
|
16026
|
+
};
|
|
16027
|
+
requestBody?: never;
|
|
16028
|
+
responses: {
|
|
16029
|
+
/** @description Integration deleted successfully */
|
|
16030
|
+
204: {
|
|
16031
|
+
headers: {
|
|
16032
|
+
[name: string]: unknown;
|
|
16033
|
+
};
|
|
16034
|
+
content?: never;
|
|
16035
|
+
};
|
|
16036
|
+
/** @description Unauthorized */
|
|
16037
|
+
401: {
|
|
16038
|
+
headers: {
|
|
16039
|
+
[name: string]: unknown;
|
|
16040
|
+
};
|
|
16041
|
+
content?: never;
|
|
16042
|
+
};
|
|
16043
|
+
};
|
|
16044
|
+
};
|
|
16045
|
+
upsertApiKey_5: {
|
|
16046
|
+
parameters: {
|
|
16047
|
+
query?: never;
|
|
16048
|
+
header?: never;
|
|
16049
|
+
path: {
|
|
16050
|
+
id: string;
|
|
16051
|
+
};
|
|
16052
|
+
cookie?: never;
|
|
16053
|
+
};
|
|
16054
|
+
requestBody?: {
|
|
16055
|
+
content: {
|
|
16056
|
+
"application/json": components["schemas"]["SecretApi"];
|
|
16057
|
+
};
|
|
16058
|
+
};
|
|
16059
|
+
responses: {
|
|
16060
|
+
/** @description Token upserted successfully. */
|
|
16061
|
+
204: {
|
|
16062
|
+
headers: {
|
|
16063
|
+
[name: string]: unknown;
|
|
16064
|
+
};
|
|
16065
|
+
content?: never;
|
|
16066
|
+
};
|
|
16067
|
+
/** @description Unauthorized */
|
|
16068
|
+
401: {
|
|
16069
|
+
headers: {
|
|
16070
|
+
[name: string]: unknown;
|
|
16071
|
+
};
|
|
16072
|
+
content?: never;
|
|
16073
|
+
};
|
|
16074
|
+
/** @description Integration not found. */
|
|
16075
|
+
404: {
|
|
16076
|
+
headers: {
|
|
16077
|
+
[name: string]: unknown;
|
|
16078
|
+
};
|
|
16079
|
+
content?: never;
|
|
16080
|
+
};
|
|
16081
|
+
};
|
|
16082
|
+
};
|
|
16083
|
+
list_14: {
|
|
15712
16084
|
parameters: {
|
|
15713
16085
|
query?: never;
|
|
15714
16086
|
header?: never;
|
|
@@ -15735,7 +16107,7 @@ export interface operations {
|
|
|
15735
16107
|
};
|
|
15736
16108
|
};
|
|
15737
16109
|
};
|
|
15738
|
-
|
|
16110
|
+
create_14: {
|
|
15739
16111
|
parameters: {
|
|
15740
16112
|
query?: never;
|
|
15741
16113
|
header?: never;
|
|
@@ -15775,7 +16147,7 @@ export interface operations {
|
|
|
15775
16147
|
};
|
|
15776
16148
|
};
|
|
15777
16149
|
};
|
|
15778
|
-
|
|
16150
|
+
get_13: {
|
|
15779
16151
|
parameters: {
|
|
15780
16152
|
query?: never;
|
|
15781
16153
|
header?: never;
|
|
@@ -15811,7 +16183,7 @@ export interface operations {
|
|
|
15811
16183
|
};
|
|
15812
16184
|
};
|
|
15813
16185
|
};
|
|
15814
|
-
|
|
16186
|
+
update_13: {
|
|
15815
16187
|
parameters: {
|
|
15816
16188
|
query?: never;
|
|
15817
16189
|
header?: never;
|
|
@@ -15858,7 +16230,7 @@ export interface operations {
|
|
|
15858
16230
|
};
|
|
15859
16231
|
};
|
|
15860
16232
|
};
|
|
15861
|
-
|
|
16233
|
+
delete_14: {
|
|
15862
16234
|
parameters: {
|
|
15863
16235
|
query?: never;
|
|
15864
16236
|
header?: never;
|
|
@@ -16046,7 +16418,7 @@ export interface operations {
|
|
|
16046
16418
|
};
|
|
16047
16419
|
};
|
|
16048
16420
|
};
|
|
16049
|
-
|
|
16421
|
+
list_15: {
|
|
16050
16422
|
parameters: {
|
|
16051
16423
|
query?: never;
|
|
16052
16424
|
header?: never;
|
|
@@ -16073,7 +16445,7 @@ export interface operations {
|
|
|
16073
16445
|
};
|
|
16074
16446
|
};
|
|
16075
16447
|
};
|
|
16076
|
-
|
|
16448
|
+
create_15: {
|
|
16077
16449
|
parameters: {
|
|
16078
16450
|
query?: never;
|
|
16079
16451
|
header?: never;
|
|
@@ -16113,7 +16485,7 @@ export interface operations {
|
|
|
16113
16485
|
};
|
|
16114
16486
|
};
|
|
16115
16487
|
};
|
|
16116
|
-
|
|
16488
|
+
get_14: {
|
|
16117
16489
|
parameters: {
|
|
16118
16490
|
query?: never;
|
|
16119
16491
|
header?: never;
|
|
@@ -16149,7 +16521,7 @@ export interface operations {
|
|
|
16149
16521
|
};
|
|
16150
16522
|
};
|
|
16151
16523
|
};
|
|
16152
|
-
|
|
16524
|
+
update_14: {
|
|
16153
16525
|
parameters: {
|
|
16154
16526
|
query?: never;
|
|
16155
16527
|
header?: never;
|
|
@@ -16196,7 +16568,7 @@ export interface operations {
|
|
|
16196
16568
|
};
|
|
16197
16569
|
};
|
|
16198
16570
|
};
|
|
16199
|
-
|
|
16571
|
+
delete_15: {
|
|
16200
16572
|
parameters: {
|
|
16201
16573
|
query?: never;
|
|
16202
16574
|
header?: never;
|
|
@@ -18882,7 +19254,7 @@ export interface operations {
|
|
|
18882
19254
|
};
|
|
18883
19255
|
};
|
|
18884
19256
|
};
|
|
18885
|
-
|
|
19257
|
+
list_16: {
|
|
18886
19258
|
parameters: {
|
|
18887
19259
|
query?: {
|
|
18888
19260
|
page?: number;
|
|
@@ -19666,6 +20038,9 @@ export declare enum ReadS3DataWarehouseType {
|
|
|
19666
20038
|
export declare enum ReadS3VectorIndexType {
|
|
19667
20039
|
s3_vector_index = "s3-vector-index"
|
|
19668
20040
|
}
|
|
20041
|
+
export declare enum ReadSlackMcpType {
|
|
20042
|
+
slack_mcp = "slack-mcp"
|
|
20043
|
+
}
|
|
19669
20044
|
export declare enum ReadSplunkType {
|
|
19670
20045
|
splunk = "splunk"
|
|
19671
20046
|
}
|