@grepr/cli 1.6.45-6a646fd → 1.6.47-42b9ecd
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.
|
@@ -886,6 +886,78 @@ export interface paths {
|
|
|
886
886
|
patch?: never;
|
|
887
887
|
trace?: never;
|
|
888
888
|
};
|
|
889
|
+
"/v1/integrations/github-mcp": {
|
|
890
|
+
parameters: {
|
|
891
|
+
query?: never;
|
|
892
|
+
header?: never;
|
|
893
|
+
path?: never;
|
|
894
|
+
cookie?: never;
|
|
895
|
+
};
|
|
896
|
+
/**
|
|
897
|
+
* List all GitHub MCP integrations
|
|
898
|
+
* @description Get all GitHub MCP server integrations for your organization. This will contain masked tokens if present.
|
|
899
|
+
*/
|
|
900
|
+
get: operations["list_7"];
|
|
901
|
+
put?: never;
|
|
902
|
+
/**
|
|
903
|
+
* Create a GitHub MCP integration
|
|
904
|
+
* @description Creates an integration to connect to a GitHub MCP server.
|
|
905
|
+
*/
|
|
906
|
+
post: operations["create_7"];
|
|
907
|
+
delete?: never;
|
|
908
|
+
options?: never;
|
|
909
|
+
head?: never;
|
|
910
|
+
patch?: never;
|
|
911
|
+
trace?: never;
|
|
912
|
+
};
|
|
913
|
+
"/v1/integrations/github-mcp/{id}": {
|
|
914
|
+
parameters: {
|
|
915
|
+
query?: never;
|
|
916
|
+
header?: never;
|
|
917
|
+
path?: never;
|
|
918
|
+
cookie?: never;
|
|
919
|
+
};
|
|
920
|
+
/**
|
|
921
|
+
* Get a GitHub MCP integration
|
|
922
|
+
* @description Get a GitHub MCP integration by ID.
|
|
923
|
+
*/
|
|
924
|
+
get: operations["get_7"];
|
|
925
|
+
/**
|
|
926
|
+
* Update a GitHub MCP integration.
|
|
927
|
+
* @description Updates a GitHub 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.
|
|
928
|
+
*/
|
|
929
|
+
put: operations["update_7"];
|
|
930
|
+
post?: never;
|
|
931
|
+
/**
|
|
932
|
+
* Delete a GitHub MCP integration
|
|
933
|
+
* @description Deletes a GitHub MCP integration. This will delete the associated token as well. No-op if already deleted.
|
|
934
|
+
*/
|
|
935
|
+
delete: operations["delete_7"];
|
|
936
|
+
options?: never;
|
|
937
|
+
head?: never;
|
|
938
|
+
patch?: never;
|
|
939
|
+
trace?: never;
|
|
940
|
+
};
|
|
941
|
+
"/v1/integrations/github-mcp/{id}/api-key": {
|
|
942
|
+
parameters: {
|
|
943
|
+
query?: never;
|
|
944
|
+
header?: never;
|
|
945
|
+
path?: never;
|
|
946
|
+
cookie?: never;
|
|
947
|
+
};
|
|
948
|
+
get?: never;
|
|
949
|
+
/**
|
|
950
|
+
* Creates or updates a GitHub MCP integration token
|
|
951
|
+
* @description Creates a token for a GitHub 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.
|
|
952
|
+
*/
|
|
953
|
+
put: operations["upsertApiKey_4"];
|
|
954
|
+
post?: never;
|
|
955
|
+
delete?: never;
|
|
956
|
+
options?: never;
|
|
957
|
+
head?: never;
|
|
958
|
+
patch?: never;
|
|
959
|
+
trace?: never;
|
|
960
|
+
};
|
|
889
961
|
"/v1/integrations/newrelic": {
|
|
890
962
|
parameters: {
|
|
891
963
|
query?: never;
|
|
@@ -897,13 +969,13 @@ export interface paths {
|
|
|
897
969
|
* List all NewRelic integrations
|
|
898
970
|
* @description Get all NewRelic integrations.
|
|
899
971
|
*/
|
|
900
|
-
get: operations["
|
|
972
|
+
get: operations["list_10"];
|
|
901
973
|
put?: never;
|
|
902
974
|
/**
|
|
903
975
|
* Create a NewRelic integration
|
|
904
976
|
* @description Creates an integration to connect to NewRelic.
|
|
905
977
|
*/
|
|
906
|
-
post: operations["
|
|
978
|
+
post: operations["create_10"];
|
|
907
979
|
delete?: never;
|
|
908
980
|
options?: never;
|
|
909
981
|
head?: never;
|
|
@@ -941,18 +1013,18 @@ export interface paths {
|
|
|
941
1013
|
* Get a NewRelic integration
|
|
942
1014
|
* @description Get an integration to connect to NewRelic.
|
|
943
1015
|
*/
|
|
944
|
-
get: operations["
|
|
1016
|
+
get: operations["get_10"];
|
|
945
1017
|
/**
|
|
946
1018
|
* Update a NewRelic integration.
|
|
947
1019
|
* @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
1020
|
*/
|
|
949
|
-
put: operations["
|
|
1021
|
+
put: operations["update_10"];
|
|
950
1022
|
post?: never;
|
|
951
1023
|
/**
|
|
952
1024
|
* Delete a NewRelic integration
|
|
953
1025
|
* @description Deletes an integration to connect to NewRelic. This will delete the associated keys as well. No-op if already deleted.
|
|
954
1026
|
*/
|
|
955
|
-
delete: operations["
|
|
1027
|
+
delete: operations["delete_10"];
|
|
956
1028
|
options?: never;
|
|
957
1029
|
head?: never;
|
|
958
1030
|
patch?: never;
|
|
@@ -970,7 +1042,7 @@ export interface paths {
|
|
|
970
1042
|
* Creates or updates an API key for integration with New Relic
|
|
971
1043
|
* @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
1044
|
*/
|
|
973
|
-
put: operations["
|
|
1045
|
+
put: operations["upsertApiKey_7"];
|
|
974
1046
|
post?: never;
|
|
975
1047
|
delete?: never;
|
|
976
1048
|
options?: never;
|
|
@@ -1049,13 +1121,13 @@ export interface paths {
|
|
|
1049
1121
|
* List all OpenAI integrations
|
|
1050
1122
|
* @description Get all OpenAI integrations for your organization. This will contain masked API keys if present.
|
|
1051
1123
|
*/
|
|
1052
|
-
get: operations["
|
|
1124
|
+
get: operations["list_11"];
|
|
1053
1125
|
put?: never;
|
|
1054
1126
|
/**
|
|
1055
1127
|
* Create an OpenAI integration
|
|
1056
1128
|
* @description Creates an integration to connect to OpenAI.
|
|
1057
1129
|
*/
|
|
1058
|
-
post: operations["
|
|
1130
|
+
post: operations["create_11"];
|
|
1059
1131
|
delete?: never;
|
|
1060
1132
|
options?: never;
|
|
1061
1133
|
head?: never;
|
|
@@ -1073,18 +1145,18 @@ export interface paths {
|
|
|
1073
1145
|
* Get an OpenAI integration
|
|
1074
1146
|
* @description Get an OpenAI integration by ID.
|
|
1075
1147
|
*/
|
|
1076
|
-
get: operations["
|
|
1148
|
+
get: operations["get_11"];
|
|
1077
1149
|
/**
|
|
1078
1150
|
* Update an OpenAI integration.
|
|
1079
1151
|
* @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
1152
|
*/
|
|
1081
|
-
put: operations["
|
|
1153
|
+
put: operations["update_11"];
|
|
1082
1154
|
post?: never;
|
|
1083
1155
|
/**
|
|
1084
1156
|
* Delete an OpenAI integration
|
|
1085
1157
|
* @description Deletes an OpenAI integration. This will delete the associated API key as well. No-op if already deleted.
|
|
1086
1158
|
*/
|
|
1087
|
-
delete: operations["
|
|
1159
|
+
delete: operations["delete_11"];
|
|
1088
1160
|
options?: never;
|
|
1089
1161
|
head?: never;
|
|
1090
1162
|
patch?: never;
|
|
@@ -1102,7 +1174,7 @@ export interface paths {
|
|
|
1102
1174
|
* Creates or updates an OpenAI integration API key
|
|
1103
1175
|
* @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
1176
|
*/
|
|
1105
|
-
put: operations["
|
|
1177
|
+
put: operations["upsertApiKey_8"];
|
|
1106
1178
|
post?: never;
|
|
1107
1179
|
delete?: never;
|
|
1108
1180
|
options?: never;
|
|
@@ -1121,13 +1193,13 @@ export interface paths {
|
|
|
1121
1193
|
* List all OTLP integrations
|
|
1122
1194
|
* @description Get all OTLP integrations.
|
|
1123
1195
|
*/
|
|
1124
|
-
get: operations["
|
|
1196
|
+
get: operations["list_12"];
|
|
1125
1197
|
put?: never;
|
|
1126
1198
|
/**
|
|
1127
1199
|
* Create an OTLP integration
|
|
1128
1200
|
* @description Creates an integration to connect to OTLP.
|
|
1129
1201
|
*/
|
|
1130
|
-
post: operations["
|
|
1202
|
+
post: operations["create_12"];
|
|
1131
1203
|
delete?: never;
|
|
1132
1204
|
options?: never;
|
|
1133
1205
|
head?: never;
|
|
@@ -1145,18 +1217,18 @@ export interface paths {
|
|
|
1145
1217
|
* Get a OTLP integration
|
|
1146
1218
|
* @description Get an integration to connect to OTLP.
|
|
1147
1219
|
*/
|
|
1148
|
-
get: operations["
|
|
1220
|
+
get: operations["get_12"];
|
|
1149
1221
|
/**
|
|
1150
1222
|
* Update a OTLP integration.
|
|
1151
1223
|
* @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
1224
|
*/
|
|
1153
|
-
put: operations["
|
|
1225
|
+
put: operations["update_12"];
|
|
1154
1226
|
post?: never;
|
|
1155
1227
|
/**
|
|
1156
1228
|
* Delete a OTLP integration
|
|
1157
1229
|
* @description Deletes an integration to connect to OTLP. This will delete the associated keys as well. No-op if already deleted.
|
|
1158
1230
|
*/
|
|
1159
|
-
delete: operations["
|
|
1231
|
+
delete: operations["delete_12"];
|
|
1160
1232
|
options?: never;
|
|
1161
1233
|
head?: never;
|
|
1162
1234
|
patch?: never;
|
|
@@ -1217,13 +1289,13 @@ export interface paths {
|
|
|
1217
1289
|
* List all PagerDuty MCP integrations
|
|
1218
1290
|
* @description Get all PagerDuty MCP server integrations for your organization. This will contain masked API keys if present.
|
|
1219
1291
|
*/
|
|
1220
|
-
get: operations["
|
|
1292
|
+
get: operations["list_8"];
|
|
1221
1293
|
put?: never;
|
|
1222
1294
|
/**
|
|
1223
1295
|
* Create a PagerDuty MCP integration
|
|
1224
1296
|
* @description Creates an integration to connect to a PagerDuty MCP server.
|
|
1225
1297
|
*/
|
|
1226
|
-
post: operations["
|
|
1298
|
+
post: operations["create_8"];
|
|
1227
1299
|
delete?: never;
|
|
1228
1300
|
options?: never;
|
|
1229
1301
|
head?: never;
|
|
@@ -1241,18 +1313,18 @@ export interface paths {
|
|
|
1241
1313
|
* Get a PagerDuty MCP integration
|
|
1242
1314
|
* @description Get a PagerDuty MCP integration by ID.
|
|
1243
1315
|
*/
|
|
1244
|
-
get: operations["
|
|
1316
|
+
get: operations["get_8"];
|
|
1245
1317
|
/**
|
|
1246
1318
|
* Update a PagerDuty MCP integration.
|
|
1247
1319
|
* @description Updates a PagerDuty 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.
|
|
1248
1320
|
*/
|
|
1249
|
-
put: operations["
|
|
1321
|
+
put: operations["update_8"];
|
|
1250
1322
|
post?: never;
|
|
1251
1323
|
/**
|
|
1252
1324
|
* Delete a PagerDuty MCP integration
|
|
1253
1325
|
* @description Deletes a PagerDuty MCP integration. This will delete the associated API key as well. No-op if already deleted.
|
|
1254
1326
|
*/
|
|
1255
|
-
delete: operations["
|
|
1327
|
+
delete: operations["delete_8"];
|
|
1256
1328
|
options?: never;
|
|
1257
1329
|
head?: never;
|
|
1258
1330
|
patch?: never;
|
|
@@ -1270,7 +1342,7 @@ export interface paths {
|
|
|
1270
1342
|
* Creates or updates a PagerDuty MCP integration API key
|
|
1271
1343
|
* @description Creates an API key for a PagerDuty MCP 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.
|
|
1272
1344
|
*/
|
|
1273
|
-
put: operations["
|
|
1345
|
+
put: operations["upsertApiKey_5"];
|
|
1274
1346
|
post?: never;
|
|
1275
1347
|
delete?: never;
|
|
1276
1348
|
options?: never;
|
|
@@ -1289,13 +1361,13 @@ export interface paths {
|
|
|
1289
1361
|
* List PipelineSignal integrations
|
|
1290
1362
|
* @description Returns the PipelineSignal integrations for your organization.
|
|
1291
1363
|
*/
|
|
1292
|
-
get: operations["
|
|
1364
|
+
get: operations["list_13"];
|
|
1293
1365
|
put?: never;
|
|
1294
1366
|
/**
|
|
1295
1367
|
* Create a PipelineSignal integration
|
|
1296
1368
|
* @description Creates the PipelineSignal integration for an agent so it can subscribe to pipelines.
|
|
1297
1369
|
*/
|
|
1298
|
-
post: operations["
|
|
1370
|
+
post: operations["create_13"];
|
|
1299
1371
|
delete?: never;
|
|
1300
1372
|
options?: never;
|
|
1301
1373
|
head?: never;
|
|
@@ -1316,7 +1388,7 @@ export interface paths {
|
|
|
1316
1388
|
* Delete a PipelineSignal integration
|
|
1317
1389
|
* @description Deletes a PipelineSignal integration. Blocked while it is linked to a pipeline.
|
|
1318
1390
|
*/
|
|
1319
|
-
delete: operations["
|
|
1391
|
+
delete: operations["delete_13"];
|
|
1320
1392
|
options?: never;
|
|
1321
1393
|
head?: never;
|
|
1322
1394
|
patch?: never;
|
|
@@ -1442,13 +1514,13 @@ export interface paths {
|
|
|
1442
1514
|
* List all S3 Vector Index integrations
|
|
1443
1515
|
* @description Retrieves all S3 Vector Index integrations for the organization.
|
|
1444
1516
|
*/
|
|
1445
|
-
get: operations["
|
|
1517
|
+
get: operations["list_14"];
|
|
1446
1518
|
put?: never;
|
|
1447
1519
|
/**
|
|
1448
1520
|
* Create an S3 Vector Index integration
|
|
1449
1521
|
* @description Creates a new S3 Vector Index integration and provisions the index in the grepr-managed S3 vector bucket.
|
|
1450
1522
|
*/
|
|
1451
|
-
post: operations["
|
|
1523
|
+
post: operations["create_14"];
|
|
1452
1524
|
delete?: never;
|
|
1453
1525
|
options?: never;
|
|
1454
1526
|
head?: never;
|
|
@@ -1466,18 +1538,18 @@ export interface paths {
|
|
|
1466
1538
|
* Get an S3 Vector Index integration
|
|
1467
1539
|
* @description Retrieves an S3 Vector Index integration.
|
|
1468
1540
|
*/
|
|
1469
|
-
get: operations["
|
|
1541
|
+
get: operations["get_13"];
|
|
1470
1542
|
/**
|
|
1471
1543
|
* Update an S3 Vector Index integration
|
|
1472
1544
|
* @description Updates an existing S3 Vector Index integration. Note: dimensions and distanceMetric are immutable after creation.
|
|
1473
1545
|
*/
|
|
1474
|
-
put: operations["
|
|
1546
|
+
put: operations["update_13"];
|
|
1475
1547
|
post?: never;
|
|
1476
1548
|
/**
|
|
1477
1549
|
* Delete an S3 Vector Index integration
|
|
1478
1550
|
* @description Deletes an S3 Vector Index integration and removes the index from the S3 vector bucket. No-op if integration doesn't exist.
|
|
1479
1551
|
*/
|
|
1480
|
-
delete: operations["
|
|
1552
|
+
delete: operations["delete_14"];
|
|
1481
1553
|
options?: never;
|
|
1482
1554
|
head?: never;
|
|
1483
1555
|
patch?: never;
|
|
@@ -1494,13 +1566,13 @@ export interface paths {
|
|
|
1494
1566
|
* List all Slack MCP integrations
|
|
1495
1567
|
* @description Get all Slack MCP server integrations for your organization. This will contain masked tokens if present.
|
|
1496
1568
|
*/
|
|
1497
|
-
get: operations["
|
|
1569
|
+
get: operations["list_9"];
|
|
1498
1570
|
put?: never;
|
|
1499
1571
|
/**
|
|
1500
1572
|
* Create a Slack MCP integration
|
|
1501
1573
|
* @description Creates an integration to connect to a Slack MCP server.
|
|
1502
1574
|
*/
|
|
1503
|
-
post: operations["
|
|
1575
|
+
post: operations["create_9"];
|
|
1504
1576
|
delete?: never;
|
|
1505
1577
|
options?: never;
|
|
1506
1578
|
head?: never;
|
|
@@ -1518,18 +1590,18 @@ export interface paths {
|
|
|
1518
1590
|
* Get a Slack MCP integration
|
|
1519
1591
|
* @description Get a Slack MCP integration by ID.
|
|
1520
1592
|
*/
|
|
1521
|
-
get: operations["
|
|
1593
|
+
get: operations["get_9"];
|
|
1522
1594
|
/**
|
|
1523
1595
|
* Update a Slack MCP integration.
|
|
1524
1596
|
* @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
1597
|
*/
|
|
1526
|
-
put: operations["
|
|
1598
|
+
put: operations["update_9"];
|
|
1527
1599
|
post?: never;
|
|
1528
1600
|
/**
|
|
1529
1601
|
* Delete a Slack MCP integration
|
|
1530
1602
|
* @description Deletes a Slack MCP integration. This will delete the associated token as well. No-op if already deleted.
|
|
1531
1603
|
*/
|
|
1532
|
-
delete: operations["
|
|
1604
|
+
delete: operations["delete_9"];
|
|
1533
1605
|
options?: never;
|
|
1534
1606
|
head?: never;
|
|
1535
1607
|
patch?: never;
|
|
@@ -1547,7 +1619,7 @@ export interface paths {
|
|
|
1547
1619
|
* Creates or updates a Slack MCP integration token
|
|
1548
1620
|
* @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
1621
|
*/
|
|
1550
|
-
put: operations["
|
|
1622
|
+
put: operations["upsertApiKey_6"];
|
|
1551
1623
|
post?: never;
|
|
1552
1624
|
delete?: never;
|
|
1553
1625
|
options?: never;
|
|
@@ -1566,13 +1638,13 @@ export interface paths {
|
|
|
1566
1638
|
* List all Splunk integrations
|
|
1567
1639
|
* @description Get all Splunk integrations for your organization. This will contain masked keys if present.
|
|
1568
1640
|
*/
|
|
1569
|
-
get: operations["
|
|
1641
|
+
get: operations["list_15"];
|
|
1570
1642
|
put?: never;
|
|
1571
1643
|
/**
|
|
1572
1644
|
* Create a Splunk integration
|
|
1573
1645
|
* @description Creates an integration to connect to Splunk.
|
|
1574
1646
|
*/
|
|
1575
|
-
post: operations["
|
|
1647
|
+
post: operations["create_15"];
|
|
1576
1648
|
delete?: never;
|
|
1577
1649
|
options?: never;
|
|
1578
1650
|
head?: never;
|
|
@@ -1590,18 +1662,18 @@ export interface paths {
|
|
|
1590
1662
|
* Get a Splunk integration
|
|
1591
1663
|
* @description Get an integration to connect to Splunk.
|
|
1592
1664
|
*/
|
|
1593
|
-
get: operations["
|
|
1665
|
+
get: operations["get_14"];
|
|
1594
1666
|
/**
|
|
1595
1667
|
* Update a Splunk integration.
|
|
1596
1668
|
* @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.
|
|
1597
1669
|
*/
|
|
1598
|
-
put: operations["
|
|
1670
|
+
put: operations["update_14"];
|
|
1599
1671
|
post?: never;
|
|
1600
1672
|
/**
|
|
1601
1673
|
* Delete a Splunk integration
|
|
1602
1674
|
* @description Deletes an integration to connect to Splunk. This will delete the associated keys as well. No-op if already deleted.
|
|
1603
1675
|
*/
|
|
1604
|
-
delete: operations["
|
|
1676
|
+
delete: operations["delete_15"];
|
|
1605
1677
|
options?: never;
|
|
1606
1678
|
head?: never;
|
|
1607
1679
|
patch?: never;
|
|
@@ -1698,13 +1770,13 @@ export interface paths {
|
|
|
1698
1770
|
* List all SumoLogic integrations
|
|
1699
1771
|
* @description Get all SumoLogic integrations.
|
|
1700
1772
|
*/
|
|
1701
|
-
get: operations["
|
|
1773
|
+
get: operations["list_16"];
|
|
1702
1774
|
put?: never;
|
|
1703
1775
|
/**
|
|
1704
1776
|
* Create a SumoLogic integration
|
|
1705
1777
|
* @description Creates an integration to connect to SumoLogic.
|
|
1706
1778
|
*/
|
|
1707
|
-
post: operations["
|
|
1779
|
+
post: operations["create_16"];
|
|
1708
1780
|
delete?: never;
|
|
1709
1781
|
options?: never;
|
|
1710
1782
|
head?: never;
|
|
@@ -1722,18 +1794,18 @@ export interface paths {
|
|
|
1722
1794
|
* Get a SumoLogic integration
|
|
1723
1795
|
* @description Get an integration to connect to SumoLogic.
|
|
1724
1796
|
*/
|
|
1725
|
-
get: operations["
|
|
1797
|
+
get: operations["get_15"];
|
|
1726
1798
|
/**
|
|
1727
1799
|
* Update a SumoLogic integration.
|
|
1728
1800
|
* @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.
|
|
1729
1801
|
*/
|
|
1730
|
-
put: operations["
|
|
1802
|
+
put: operations["update_15"];
|
|
1731
1803
|
post?: never;
|
|
1732
1804
|
/**
|
|
1733
1805
|
* Delete a SumoLogic integration
|
|
1734
1806
|
* @description Deletes an integration to connect to SumoLogic. This will delete the associated keys as well. No-op if already deleted.
|
|
1735
1807
|
*/
|
|
1736
|
-
delete: operations["
|
|
1808
|
+
delete: operations["delete_16"];
|
|
1737
1809
|
options?: never;
|
|
1738
1810
|
head?: never;
|
|
1739
1811
|
patch?: never;
|
|
@@ -2807,7 +2879,7 @@ export interface paths {
|
|
|
2807
2879
|
* List all users
|
|
2808
2880
|
* @description Get all users in the system.
|
|
2809
2881
|
*/
|
|
2810
|
-
get: operations["
|
|
2882
|
+
get: operations["list_17"];
|
|
2811
2883
|
put?: never;
|
|
2812
2884
|
/**
|
|
2813
2885
|
* Create a new user
|
|
@@ -3467,6 +3539,7 @@ export interface components {
|
|
|
3467
3539
|
strategy: components["schemas"]["AttributesMergeStrategy"];
|
|
3468
3540
|
};
|
|
3469
3541
|
AuthConfig: {
|
|
3542
|
+
adminPortalClientId?: string;
|
|
3470
3543
|
appClientId: string;
|
|
3471
3544
|
authServerUrl: string;
|
|
3472
3545
|
provider: string;
|
|
@@ -4695,6 +4768,22 @@ export interface components {
|
|
|
4695
4768
|
*/
|
|
4696
4769
|
validateKeysOnSave?: boolean;
|
|
4697
4770
|
};
|
|
4771
|
+
/** @description The payload containing integration data. */
|
|
4772
|
+
GithubMcp: {
|
|
4773
|
+
/** @description Masked API key for the MCP server. */
|
|
4774
|
+
readonly apiKey?: string;
|
|
4775
|
+
/**
|
|
4776
|
+
* @description MCP server endpoint URL.
|
|
4777
|
+
* @example https://mcp.notion.so/v1
|
|
4778
|
+
*/
|
|
4779
|
+
serverUrl: string;
|
|
4780
|
+
/**
|
|
4781
|
+
* @description Indicates whether to validate the API key when saving.
|
|
4782
|
+
* @default true
|
|
4783
|
+
* @example true
|
|
4784
|
+
*/
|
|
4785
|
+
validateKeysOnSave?: boolean;
|
|
4786
|
+
};
|
|
4698
4787
|
GreprApiKey: {
|
|
4699
4788
|
apiKey: string;
|
|
4700
4789
|
};
|
|
@@ -5318,6 +5407,10 @@ export interface components {
|
|
|
5318
5407
|
/** @default [] */
|
|
5319
5408
|
items?: components["schemas"]["ReadGemini"][];
|
|
5320
5409
|
};
|
|
5410
|
+
ItemsCollectionReadGithubMcp: {
|
|
5411
|
+
/** @default [] */
|
|
5412
|
+
items?: components["schemas"]["ReadGithubMcp"][];
|
|
5413
|
+
};
|
|
5321
5414
|
ItemsCollectionReadInvitation: {
|
|
5322
5415
|
/** @default [] */
|
|
5323
5416
|
items?: components["schemas"]["ReadInvitation"][];
|
|
@@ -7997,6 +8090,43 @@ export interface components {
|
|
|
7997
8090
|
*/
|
|
7998
8091
|
version: number;
|
|
7999
8092
|
};
|
|
8093
|
+
ReadGithubMcp: {
|
|
8094
|
+
/**
|
|
8095
|
+
* Format: date-time
|
|
8096
|
+
* @description Timestamp when the integration was created.
|
|
8097
|
+
*/
|
|
8098
|
+
readonly createdAt: string;
|
|
8099
|
+
/** @description The integration id */
|
|
8100
|
+
id: string;
|
|
8101
|
+
/** @description List of job IDs associated with the integration. */
|
|
8102
|
+
jobIds: string[];
|
|
8103
|
+
/**
|
|
8104
|
+
* @description Name of the integration.
|
|
8105
|
+
* @example my_integration
|
|
8106
|
+
*/
|
|
8107
|
+
name: string;
|
|
8108
|
+
/** @description Organization ID of the integration. */
|
|
8109
|
+
organizationId: string;
|
|
8110
|
+
payload: components["schemas"]["GithubMcp"];
|
|
8111
|
+
/** @description The team IDs that this integration is associated with. */
|
|
8112
|
+
teamIds?: string[];
|
|
8113
|
+
/**
|
|
8114
|
+
* @description The type of the integration. This is used to determine the payload type.
|
|
8115
|
+
* @enum {string}
|
|
8116
|
+
*/
|
|
8117
|
+
type: ReadGithubMcpType;
|
|
8118
|
+
/**
|
|
8119
|
+
* Format: date-time
|
|
8120
|
+
* @description Timestamp when the integration was last updated.
|
|
8121
|
+
*/
|
|
8122
|
+
readonly updatedAt: string;
|
|
8123
|
+
/**
|
|
8124
|
+
* Format: int32
|
|
8125
|
+
* @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.
|
|
8126
|
+
* @example 0
|
|
8127
|
+
*/
|
|
8128
|
+
version: number;
|
|
8129
|
+
};
|
|
8000
8130
|
ReadInvitation: {
|
|
8001
8131
|
/** Format: date-time */
|
|
8002
8132
|
createdAt?: string;
|
|
@@ -11059,6 +11189,30 @@ export interface components {
|
|
|
11059
11189
|
*/
|
|
11060
11190
|
version: number;
|
|
11061
11191
|
};
|
|
11192
|
+
WriteGithubMcp: {
|
|
11193
|
+
/**
|
|
11194
|
+
* @description Name of the integration.
|
|
11195
|
+
* @example my_integration
|
|
11196
|
+
*/
|
|
11197
|
+
name: string;
|
|
11198
|
+
payload: components["schemas"]["GithubMcp"];
|
|
11199
|
+
/**
|
|
11200
|
+
* @description The team IDs that this integration is associated with.
|
|
11201
|
+
* @default []
|
|
11202
|
+
*/
|
|
11203
|
+
teamIds?: string[];
|
|
11204
|
+
/**
|
|
11205
|
+
* @description The type of the integration. This is used to determine the payload type.
|
|
11206
|
+
* @enum {string}
|
|
11207
|
+
*/
|
|
11208
|
+
type: ReadGithubMcpType;
|
|
11209
|
+
/**
|
|
11210
|
+
* Format: int32
|
|
11211
|
+
* @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.
|
|
11212
|
+
* @example 0
|
|
11213
|
+
*/
|
|
11214
|
+
version: number;
|
|
11215
|
+
};
|
|
11062
11216
|
WriteJobSignal: {
|
|
11063
11217
|
/**
|
|
11064
11218
|
* @description Name of the integration.
|
|
@@ -11461,6 +11615,7 @@ export type SchemaFileReadingStrategy = components["schemas"]["FileReadingStrate
|
|
|
11461
11615
|
export type SchemaFilterPrimitive = components["schemas"]["FilterPrimitive"];
|
|
11462
11616
|
export type SchemaFrontendConfig = components["schemas"]["FrontendConfig"];
|
|
11463
11617
|
export type SchemaGemini = components["schemas"]["Gemini"];
|
|
11618
|
+
export type SchemaGithubMcp = components["schemas"]["GithubMcp"];
|
|
11464
11619
|
export type SchemaGreprApiKey = components["schemas"]["GreprApiKey"];
|
|
11465
11620
|
export type SchemaGreprJobGraph = components["schemas"]["GreprJobGraph"];
|
|
11466
11621
|
export type SchemaGreprLlmPromptResultsSource = components["schemas"]["GreprLlmPromptResultsSource"];
|
|
@@ -11497,6 +11652,7 @@ export type SchemaItemsCollectionReadDataWarehouse = components["schemas"]["Item
|
|
|
11497
11652
|
export type SchemaItemsCollectionReadDatadog = components["schemas"]["ItemsCollectionReadDatadog"];
|
|
11498
11653
|
export type SchemaItemsCollectionReadDatadogMcp = components["schemas"]["ItemsCollectionReadDatadogMcp"];
|
|
11499
11654
|
export type SchemaItemsCollectionReadGemini = components["schemas"]["ItemsCollectionReadGemini"];
|
|
11655
|
+
export type SchemaItemsCollectionReadGithubMcp = components["schemas"]["ItemsCollectionReadGithubMcp"];
|
|
11500
11656
|
export type SchemaItemsCollectionReadInvitation = components["schemas"]["ItemsCollectionReadInvitation"];
|
|
11501
11657
|
export type SchemaItemsCollectionReadJob = components["schemas"]["ItemsCollectionReadJob"];
|
|
11502
11658
|
export type SchemaItemsCollectionReadJobSignal = components["schemas"]["ItemsCollectionReadJobSignal"];
|
|
@@ -11627,6 +11783,7 @@ export type SchemaReadDataWarehouse = components["schemas"]["ReadDataWarehouse"]
|
|
|
11627
11783
|
export type SchemaReadDatadog = components["schemas"]["ReadDatadog"];
|
|
11628
11784
|
export type SchemaReadDatadogMcp = components["schemas"]["ReadDatadogMcp"];
|
|
11629
11785
|
export type SchemaReadGemini = components["schemas"]["ReadGemini"];
|
|
11786
|
+
export type SchemaReadGithubMcp = components["schemas"]["ReadGithubMcp"];
|
|
11630
11787
|
export type SchemaReadInvitation = components["schemas"]["ReadInvitation"];
|
|
11631
11788
|
export type SchemaReadJob = components["schemas"]["ReadJob"];
|
|
11632
11789
|
export type SchemaReadJobSignal = components["schemas"]["ReadJobSignal"];
|
|
@@ -11773,6 +11930,7 @@ export type SchemaWriteDataWarehouse = components["schemas"]["WriteDataWarehouse
|
|
|
11773
11930
|
export type SchemaWriteDatadog = components["schemas"]["WriteDatadog"];
|
|
11774
11931
|
export type SchemaWriteDatadogMcp = components["schemas"]["WriteDatadogMcp"];
|
|
11775
11932
|
export type SchemaWriteGemini = components["schemas"]["WriteGemini"];
|
|
11933
|
+
export type SchemaWriteGithubMcp = components["schemas"]["WriteGithubMcp"];
|
|
11776
11934
|
export type SchemaWriteJobSignal = components["schemas"]["WriteJobSignal"];
|
|
11777
11935
|
export type SchemaWriteNewRelic = components["schemas"]["WriteNewRelic"];
|
|
11778
11936
|
export type SchemaWriteOpenAi = components["schemas"]["WriteOpenAi"];
|
|
@@ -14244,7 +14402,7 @@ export interface operations {
|
|
|
14244
14402
|
};
|
|
14245
14403
|
};
|
|
14246
14404
|
};
|
|
14247
|
-
|
|
14405
|
+
list_7: {
|
|
14248
14406
|
parameters: {
|
|
14249
14407
|
query?: never;
|
|
14250
14408
|
header?: never;
|
|
@@ -14259,7 +14417,7 @@ export interface operations {
|
|
|
14259
14417
|
[name: string]: unknown;
|
|
14260
14418
|
};
|
|
14261
14419
|
content: {
|
|
14262
|
-
"application/json": components["schemas"]["
|
|
14420
|
+
"application/json": components["schemas"]["ItemsCollectionReadGithubMcp"];
|
|
14263
14421
|
};
|
|
14264
14422
|
};
|
|
14265
14423
|
/** @description Unauthorized */
|
|
@@ -14271,7 +14429,7 @@ export interface operations {
|
|
|
14271
14429
|
};
|
|
14272
14430
|
};
|
|
14273
14431
|
};
|
|
14274
|
-
|
|
14432
|
+
create_7: {
|
|
14275
14433
|
parameters: {
|
|
14276
14434
|
query?: never;
|
|
14277
14435
|
header?: never;
|
|
@@ -14280,7 +14438,7 @@ export interface operations {
|
|
|
14280
14438
|
};
|
|
14281
14439
|
requestBody?: {
|
|
14282
14440
|
content: {
|
|
14283
|
-
"application/json": components["schemas"]["
|
|
14441
|
+
"application/json": components["schemas"]["WriteGithubMcp"];
|
|
14284
14442
|
};
|
|
14285
14443
|
};
|
|
14286
14444
|
responses: {
|
|
@@ -14290,7 +14448,7 @@ export interface operations {
|
|
|
14290
14448
|
[name: string]: unknown;
|
|
14291
14449
|
};
|
|
14292
14450
|
content: {
|
|
14293
|
-
"application/json": components["schemas"]["
|
|
14451
|
+
"application/json": components["schemas"]["ReadGithubMcp"];
|
|
14294
14452
|
};
|
|
14295
14453
|
};
|
|
14296
14454
|
/** @description Unauthorized */
|
|
@@ -14306,27 +14464,29 @@ export interface operations {
|
|
|
14306
14464
|
[name: string]: unknown;
|
|
14307
14465
|
};
|
|
14308
14466
|
content: {
|
|
14309
|
-
"application/json": components["schemas"]["
|
|
14467
|
+
"application/json": components["schemas"]["ReadGithubMcp"];
|
|
14310
14468
|
};
|
|
14311
14469
|
};
|
|
14312
14470
|
};
|
|
14313
14471
|
};
|
|
14314
|
-
|
|
14472
|
+
get_7: {
|
|
14315
14473
|
parameters: {
|
|
14316
14474
|
query?: never;
|
|
14317
14475
|
header?: never;
|
|
14318
|
-
path
|
|
14476
|
+
path: {
|
|
14477
|
+
id: string;
|
|
14478
|
+
};
|
|
14319
14479
|
cookie?: never;
|
|
14320
14480
|
};
|
|
14321
14481
|
requestBody?: never;
|
|
14322
14482
|
responses: {
|
|
14323
|
-
/** @description
|
|
14483
|
+
/** @description Integration retrieved successfully */
|
|
14324
14484
|
200: {
|
|
14325
14485
|
headers: {
|
|
14326
14486
|
[name: string]: unknown;
|
|
14327
14487
|
};
|
|
14328
14488
|
content: {
|
|
14329
|
-
"application/json":
|
|
14489
|
+
"application/json": components["schemas"]["ReadGithubMcp"];
|
|
14330
14490
|
};
|
|
14331
14491
|
};
|
|
14332
14492
|
/** @description Unauthorized */
|
|
@@ -14336,9 +14496,16 @@ export interface operations {
|
|
|
14336
14496
|
};
|
|
14337
14497
|
content?: never;
|
|
14338
14498
|
};
|
|
14499
|
+
/** @description Integration not found. */
|
|
14500
|
+
404: {
|
|
14501
|
+
headers: {
|
|
14502
|
+
[name: string]: unknown;
|
|
14503
|
+
};
|
|
14504
|
+
content?: never;
|
|
14505
|
+
};
|
|
14339
14506
|
};
|
|
14340
14507
|
};
|
|
14341
|
-
|
|
14508
|
+
update_7: {
|
|
14342
14509
|
parameters: {
|
|
14343
14510
|
query?: never;
|
|
14344
14511
|
header?: never;
|
|
@@ -14347,15 +14514,19 @@ export interface operations {
|
|
|
14347
14514
|
};
|
|
14348
14515
|
cookie?: never;
|
|
14349
14516
|
};
|
|
14350
|
-
requestBody?:
|
|
14517
|
+
requestBody?: {
|
|
14518
|
+
content: {
|
|
14519
|
+
"application/json": components["schemas"]["WriteGithubMcp"];
|
|
14520
|
+
};
|
|
14521
|
+
};
|
|
14351
14522
|
responses: {
|
|
14352
|
-
/** @description Integration
|
|
14523
|
+
/** @description Integration updated successfully */
|
|
14353
14524
|
200: {
|
|
14354
14525
|
headers: {
|
|
14355
14526
|
[name: string]: unknown;
|
|
14356
14527
|
};
|
|
14357
14528
|
content: {
|
|
14358
|
-
"application/json": components["schemas"]["
|
|
14529
|
+
"application/json": components["schemas"]["ReadGithubMcp"];
|
|
14359
14530
|
};
|
|
14360
14531
|
};
|
|
14361
14532
|
/** @description Unauthorized */
|
|
@@ -14372,9 +14543,211 @@ export interface operations {
|
|
|
14372
14543
|
};
|
|
14373
14544
|
content?: never;
|
|
14374
14545
|
};
|
|
14375
|
-
|
|
14376
|
-
|
|
14377
|
-
|
|
14546
|
+
/** @description Integration was modified or deleted concurrently. */
|
|
14547
|
+
409: {
|
|
14548
|
+
headers: {
|
|
14549
|
+
[name: string]: unknown;
|
|
14550
|
+
};
|
|
14551
|
+
content?: never;
|
|
14552
|
+
};
|
|
14553
|
+
};
|
|
14554
|
+
};
|
|
14555
|
+
delete_7: {
|
|
14556
|
+
parameters: {
|
|
14557
|
+
query?: never;
|
|
14558
|
+
header?: never;
|
|
14559
|
+
path: {
|
|
14560
|
+
id: string;
|
|
14561
|
+
};
|
|
14562
|
+
cookie?: never;
|
|
14563
|
+
};
|
|
14564
|
+
requestBody?: never;
|
|
14565
|
+
responses: {
|
|
14566
|
+
/** @description Integration deleted successfully */
|
|
14567
|
+
204: {
|
|
14568
|
+
headers: {
|
|
14569
|
+
[name: string]: unknown;
|
|
14570
|
+
};
|
|
14571
|
+
content?: never;
|
|
14572
|
+
};
|
|
14573
|
+
/** @description Unauthorized */
|
|
14574
|
+
401: {
|
|
14575
|
+
headers: {
|
|
14576
|
+
[name: string]: unknown;
|
|
14577
|
+
};
|
|
14578
|
+
content?: never;
|
|
14579
|
+
};
|
|
14580
|
+
};
|
|
14581
|
+
};
|
|
14582
|
+
upsertApiKey_4: {
|
|
14583
|
+
parameters: {
|
|
14584
|
+
query?: never;
|
|
14585
|
+
header?: never;
|
|
14586
|
+
path: {
|
|
14587
|
+
id: string;
|
|
14588
|
+
};
|
|
14589
|
+
cookie?: never;
|
|
14590
|
+
};
|
|
14591
|
+
requestBody?: {
|
|
14592
|
+
content: {
|
|
14593
|
+
"application/json": components["schemas"]["SecretApi"];
|
|
14594
|
+
};
|
|
14595
|
+
};
|
|
14596
|
+
responses: {
|
|
14597
|
+
/** @description Token upserted successfully. */
|
|
14598
|
+
204: {
|
|
14599
|
+
headers: {
|
|
14600
|
+
[name: string]: unknown;
|
|
14601
|
+
};
|
|
14602
|
+
content?: never;
|
|
14603
|
+
};
|
|
14604
|
+
/** @description Unauthorized */
|
|
14605
|
+
401: {
|
|
14606
|
+
headers: {
|
|
14607
|
+
[name: string]: unknown;
|
|
14608
|
+
};
|
|
14609
|
+
content?: never;
|
|
14610
|
+
};
|
|
14611
|
+
/** @description Integration not found. */
|
|
14612
|
+
404: {
|
|
14613
|
+
headers: {
|
|
14614
|
+
[name: string]: unknown;
|
|
14615
|
+
};
|
|
14616
|
+
content?: never;
|
|
14617
|
+
};
|
|
14618
|
+
};
|
|
14619
|
+
};
|
|
14620
|
+
list_10: {
|
|
14621
|
+
parameters: {
|
|
14622
|
+
query?: never;
|
|
14623
|
+
header?: never;
|
|
14624
|
+
path?: never;
|
|
14625
|
+
cookie?: never;
|
|
14626
|
+
};
|
|
14627
|
+
requestBody?: never;
|
|
14628
|
+
responses: {
|
|
14629
|
+
/** @description Integrations retrieved successfully */
|
|
14630
|
+
200: {
|
|
14631
|
+
headers: {
|
|
14632
|
+
[name: string]: unknown;
|
|
14633
|
+
};
|
|
14634
|
+
content: {
|
|
14635
|
+
"application/json": components["schemas"]["ItemsCollectionReadNewRelic"];
|
|
14636
|
+
};
|
|
14637
|
+
};
|
|
14638
|
+
/** @description Unauthorized */
|
|
14639
|
+
401: {
|
|
14640
|
+
headers: {
|
|
14641
|
+
[name: string]: unknown;
|
|
14642
|
+
};
|
|
14643
|
+
content?: never;
|
|
14644
|
+
};
|
|
14645
|
+
};
|
|
14646
|
+
};
|
|
14647
|
+
create_10: {
|
|
14648
|
+
parameters: {
|
|
14649
|
+
query?: never;
|
|
14650
|
+
header?: never;
|
|
14651
|
+
path?: never;
|
|
14652
|
+
cookie?: never;
|
|
14653
|
+
};
|
|
14654
|
+
requestBody?: {
|
|
14655
|
+
content: {
|
|
14656
|
+
"application/json": components["schemas"]["WriteNewRelic"];
|
|
14657
|
+
};
|
|
14658
|
+
};
|
|
14659
|
+
responses: {
|
|
14660
|
+
/** @description Integration created successfully */
|
|
14661
|
+
200: {
|
|
14662
|
+
headers: {
|
|
14663
|
+
[name: string]: unknown;
|
|
14664
|
+
};
|
|
14665
|
+
content: {
|
|
14666
|
+
"application/json": components["schemas"]["ReadNewRelic"];
|
|
14667
|
+
};
|
|
14668
|
+
};
|
|
14669
|
+
/** @description Unauthorized */
|
|
14670
|
+
401: {
|
|
14671
|
+
headers: {
|
|
14672
|
+
[name: string]: unknown;
|
|
14673
|
+
};
|
|
14674
|
+
content?: never;
|
|
14675
|
+
};
|
|
14676
|
+
/** @description Integration already exists. */
|
|
14677
|
+
409: {
|
|
14678
|
+
headers: {
|
|
14679
|
+
[name: string]: unknown;
|
|
14680
|
+
};
|
|
14681
|
+
content: {
|
|
14682
|
+
"application/json": components["schemas"]["ReadNewRelic"];
|
|
14683
|
+
};
|
|
14684
|
+
};
|
|
14685
|
+
};
|
|
14686
|
+
};
|
|
14687
|
+
listValidNewRelicSites: {
|
|
14688
|
+
parameters: {
|
|
14689
|
+
query?: never;
|
|
14690
|
+
header?: never;
|
|
14691
|
+
path?: never;
|
|
14692
|
+
cookie?: never;
|
|
14693
|
+
};
|
|
14694
|
+
requestBody?: never;
|
|
14695
|
+
responses: {
|
|
14696
|
+
/** @description Sites retrieved successfully */
|
|
14697
|
+
200: {
|
|
14698
|
+
headers: {
|
|
14699
|
+
[name: string]: unknown;
|
|
14700
|
+
};
|
|
14701
|
+
content: {
|
|
14702
|
+
"application/json": string[];
|
|
14703
|
+
};
|
|
14704
|
+
};
|
|
14705
|
+
/** @description Unauthorized */
|
|
14706
|
+
401: {
|
|
14707
|
+
headers: {
|
|
14708
|
+
[name: string]: unknown;
|
|
14709
|
+
};
|
|
14710
|
+
content?: never;
|
|
14711
|
+
};
|
|
14712
|
+
};
|
|
14713
|
+
};
|
|
14714
|
+
get_10: {
|
|
14715
|
+
parameters: {
|
|
14716
|
+
query?: never;
|
|
14717
|
+
header?: never;
|
|
14718
|
+
path: {
|
|
14719
|
+
id: string;
|
|
14720
|
+
};
|
|
14721
|
+
cookie?: never;
|
|
14722
|
+
};
|
|
14723
|
+
requestBody?: never;
|
|
14724
|
+
responses: {
|
|
14725
|
+
/** @description Integration retrieved successfully */
|
|
14726
|
+
200: {
|
|
14727
|
+
headers: {
|
|
14728
|
+
[name: string]: unknown;
|
|
14729
|
+
};
|
|
14730
|
+
content: {
|
|
14731
|
+
"application/json": components["schemas"]["ReadNewRelic"];
|
|
14732
|
+
};
|
|
14733
|
+
};
|
|
14734
|
+
/** @description Unauthorized */
|
|
14735
|
+
401: {
|
|
14736
|
+
headers: {
|
|
14737
|
+
[name: string]: unknown;
|
|
14738
|
+
};
|
|
14739
|
+
content?: never;
|
|
14740
|
+
};
|
|
14741
|
+
/** @description Integration not found. */
|
|
14742
|
+
404: {
|
|
14743
|
+
headers: {
|
|
14744
|
+
[name: string]: unknown;
|
|
14745
|
+
};
|
|
14746
|
+
content?: never;
|
|
14747
|
+
};
|
|
14748
|
+
};
|
|
14749
|
+
};
|
|
14750
|
+
update_10: {
|
|
14378
14751
|
parameters: {
|
|
14379
14752
|
query?: never;
|
|
14380
14753
|
header?: never;
|
|
@@ -14421,7 +14794,7 @@ export interface operations {
|
|
|
14421
14794
|
};
|
|
14422
14795
|
};
|
|
14423
14796
|
};
|
|
14424
|
-
|
|
14797
|
+
delete_10: {
|
|
14425
14798
|
parameters: {
|
|
14426
14799
|
query?: never;
|
|
14427
14800
|
header?: never;
|
|
@@ -14448,7 +14821,7 @@ export interface operations {
|
|
|
14448
14821
|
};
|
|
14449
14822
|
};
|
|
14450
14823
|
};
|
|
14451
|
-
|
|
14824
|
+
upsertApiKey_7: {
|
|
14452
14825
|
parameters: {
|
|
14453
14826
|
query?: never;
|
|
14454
14827
|
header?: never;
|
|
@@ -14609,7 +14982,7 @@ export interface operations {
|
|
|
14609
14982
|
};
|
|
14610
14983
|
};
|
|
14611
14984
|
};
|
|
14612
|
-
|
|
14985
|
+
list_11: {
|
|
14613
14986
|
parameters: {
|
|
14614
14987
|
query?: never;
|
|
14615
14988
|
header?: never;
|
|
@@ -14636,7 +15009,7 @@ export interface operations {
|
|
|
14636
15009
|
};
|
|
14637
15010
|
};
|
|
14638
15011
|
};
|
|
14639
|
-
|
|
15012
|
+
create_11: {
|
|
14640
15013
|
parameters: {
|
|
14641
15014
|
query?: never;
|
|
14642
15015
|
header?: never;
|
|
@@ -14676,7 +15049,7 @@ export interface operations {
|
|
|
14676
15049
|
};
|
|
14677
15050
|
};
|
|
14678
15051
|
};
|
|
14679
|
-
|
|
15052
|
+
get_11: {
|
|
14680
15053
|
parameters: {
|
|
14681
15054
|
query?: never;
|
|
14682
15055
|
header?: never;
|
|
@@ -14712,7 +15085,7 @@ export interface operations {
|
|
|
14712
15085
|
};
|
|
14713
15086
|
};
|
|
14714
15087
|
};
|
|
14715
|
-
|
|
15088
|
+
update_11: {
|
|
14716
15089
|
parameters: {
|
|
14717
15090
|
query?: never;
|
|
14718
15091
|
header?: never;
|
|
@@ -14759,7 +15132,7 @@ export interface operations {
|
|
|
14759
15132
|
};
|
|
14760
15133
|
};
|
|
14761
15134
|
};
|
|
14762
|
-
|
|
15135
|
+
delete_11: {
|
|
14763
15136
|
parameters: {
|
|
14764
15137
|
query?: never;
|
|
14765
15138
|
header?: never;
|
|
@@ -14786,7 +15159,7 @@ export interface operations {
|
|
|
14786
15159
|
};
|
|
14787
15160
|
};
|
|
14788
15161
|
};
|
|
14789
|
-
|
|
15162
|
+
upsertApiKey_8: {
|
|
14790
15163
|
parameters: {
|
|
14791
15164
|
query?: never;
|
|
14792
15165
|
header?: never;
|
|
@@ -14824,7 +15197,7 @@ export interface operations {
|
|
|
14824
15197
|
};
|
|
14825
15198
|
};
|
|
14826
15199
|
};
|
|
14827
|
-
|
|
15200
|
+
list_12: {
|
|
14828
15201
|
parameters: {
|
|
14829
15202
|
query?: never;
|
|
14830
15203
|
header?: never;
|
|
@@ -14851,7 +15224,7 @@ export interface operations {
|
|
|
14851
15224
|
};
|
|
14852
15225
|
};
|
|
14853
15226
|
};
|
|
14854
|
-
|
|
15227
|
+
create_12: {
|
|
14855
15228
|
parameters: {
|
|
14856
15229
|
query?: never;
|
|
14857
15230
|
header?: never;
|
|
@@ -14891,7 +15264,7 @@ export interface operations {
|
|
|
14891
15264
|
};
|
|
14892
15265
|
};
|
|
14893
15266
|
};
|
|
14894
|
-
|
|
15267
|
+
get_12: {
|
|
14895
15268
|
parameters: {
|
|
14896
15269
|
query?: never;
|
|
14897
15270
|
header?: never;
|
|
@@ -14927,7 +15300,7 @@ export interface operations {
|
|
|
14927
15300
|
};
|
|
14928
15301
|
};
|
|
14929
15302
|
};
|
|
14930
|
-
|
|
15303
|
+
update_12: {
|
|
14931
15304
|
parameters: {
|
|
14932
15305
|
query?: never;
|
|
14933
15306
|
header?: never;
|
|
@@ -14974,7 +15347,7 @@ export interface operations {
|
|
|
14974
15347
|
};
|
|
14975
15348
|
};
|
|
14976
15349
|
};
|
|
14977
|
-
|
|
15350
|
+
delete_12: {
|
|
14978
15351
|
parameters: {
|
|
14979
15352
|
query?: never;
|
|
14980
15353
|
header?: never;
|
|
@@ -15118,7 +15491,7 @@ export interface operations {
|
|
|
15118
15491
|
};
|
|
15119
15492
|
};
|
|
15120
15493
|
};
|
|
15121
|
-
|
|
15494
|
+
list_8: {
|
|
15122
15495
|
parameters: {
|
|
15123
15496
|
query?: never;
|
|
15124
15497
|
header?: never;
|
|
@@ -15145,7 +15518,7 @@ export interface operations {
|
|
|
15145
15518
|
};
|
|
15146
15519
|
};
|
|
15147
15520
|
};
|
|
15148
|
-
|
|
15521
|
+
create_8: {
|
|
15149
15522
|
parameters: {
|
|
15150
15523
|
query?: never;
|
|
15151
15524
|
header?: never;
|
|
@@ -15185,7 +15558,7 @@ export interface operations {
|
|
|
15185
15558
|
};
|
|
15186
15559
|
};
|
|
15187
15560
|
};
|
|
15188
|
-
|
|
15561
|
+
get_8: {
|
|
15189
15562
|
parameters: {
|
|
15190
15563
|
query?: never;
|
|
15191
15564
|
header?: never;
|
|
@@ -15221,7 +15594,7 @@ export interface operations {
|
|
|
15221
15594
|
};
|
|
15222
15595
|
};
|
|
15223
15596
|
};
|
|
15224
|
-
|
|
15597
|
+
update_8: {
|
|
15225
15598
|
parameters: {
|
|
15226
15599
|
query?: never;
|
|
15227
15600
|
header?: never;
|
|
@@ -15268,7 +15641,7 @@ export interface operations {
|
|
|
15268
15641
|
};
|
|
15269
15642
|
};
|
|
15270
15643
|
};
|
|
15271
|
-
|
|
15644
|
+
delete_8: {
|
|
15272
15645
|
parameters: {
|
|
15273
15646
|
query?: never;
|
|
15274
15647
|
header?: never;
|
|
@@ -15295,7 +15668,7 @@ export interface operations {
|
|
|
15295
15668
|
};
|
|
15296
15669
|
};
|
|
15297
15670
|
};
|
|
15298
|
-
|
|
15671
|
+
upsertApiKey_5: {
|
|
15299
15672
|
parameters: {
|
|
15300
15673
|
query?: never;
|
|
15301
15674
|
header?: never;
|
|
@@ -15333,7 +15706,7 @@ export interface operations {
|
|
|
15333
15706
|
};
|
|
15334
15707
|
};
|
|
15335
15708
|
};
|
|
15336
|
-
|
|
15709
|
+
list_13: {
|
|
15337
15710
|
parameters: {
|
|
15338
15711
|
query?: never;
|
|
15339
15712
|
header?: never;
|
|
@@ -15360,7 +15733,7 @@ export interface operations {
|
|
|
15360
15733
|
};
|
|
15361
15734
|
};
|
|
15362
15735
|
};
|
|
15363
|
-
|
|
15736
|
+
create_13: {
|
|
15364
15737
|
parameters: {
|
|
15365
15738
|
query?: never;
|
|
15366
15739
|
header?: never;
|
|
@@ -15398,7 +15771,7 @@ export interface operations {
|
|
|
15398
15771
|
};
|
|
15399
15772
|
};
|
|
15400
15773
|
};
|
|
15401
|
-
|
|
15774
|
+
delete_13: {
|
|
15402
15775
|
parameters: {
|
|
15403
15776
|
query?: never;
|
|
15404
15777
|
header?: never;
|
|
@@ -15703,7 +16076,7 @@ export interface operations {
|
|
|
15703
16076
|
};
|
|
15704
16077
|
};
|
|
15705
16078
|
};
|
|
15706
|
-
|
|
16079
|
+
list_14: {
|
|
15707
16080
|
parameters: {
|
|
15708
16081
|
query?: never;
|
|
15709
16082
|
header?: never;
|
|
@@ -15730,7 +16103,7 @@ export interface operations {
|
|
|
15730
16103
|
};
|
|
15731
16104
|
};
|
|
15732
16105
|
};
|
|
15733
|
-
|
|
16106
|
+
create_14: {
|
|
15734
16107
|
parameters: {
|
|
15735
16108
|
query?: never;
|
|
15736
16109
|
header?: never;
|
|
@@ -15768,7 +16141,7 @@ export interface operations {
|
|
|
15768
16141
|
};
|
|
15769
16142
|
};
|
|
15770
16143
|
};
|
|
15771
|
-
|
|
16144
|
+
get_13: {
|
|
15772
16145
|
parameters: {
|
|
15773
16146
|
query?: never;
|
|
15774
16147
|
header?: never;
|
|
@@ -15804,7 +16177,7 @@ export interface operations {
|
|
|
15804
16177
|
};
|
|
15805
16178
|
};
|
|
15806
16179
|
};
|
|
15807
|
-
|
|
16180
|
+
update_13: {
|
|
15808
16181
|
parameters: {
|
|
15809
16182
|
query?: never;
|
|
15810
16183
|
header?: never;
|
|
@@ -15844,7 +16217,7 @@ export interface operations {
|
|
|
15844
16217
|
};
|
|
15845
16218
|
};
|
|
15846
16219
|
};
|
|
15847
|
-
|
|
16220
|
+
delete_14: {
|
|
15848
16221
|
parameters: {
|
|
15849
16222
|
query?: never;
|
|
15850
16223
|
header?: never;
|
|
@@ -15871,7 +16244,7 @@ export interface operations {
|
|
|
15871
16244
|
};
|
|
15872
16245
|
};
|
|
15873
16246
|
};
|
|
15874
|
-
|
|
16247
|
+
list_9: {
|
|
15875
16248
|
parameters: {
|
|
15876
16249
|
query?: never;
|
|
15877
16250
|
header?: never;
|
|
@@ -15898,7 +16271,7 @@ export interface operations {
|
|
|
15898
16271
|
};
|
|
15899
16272
|
};
|
|
15900
16273
|
};
|
|
15901
|
-
|
|
16274
|
+
create_9: {
|
|
15902
16275
|
parameters: {
|
|
15903
16276
|
query?: never;
|
|
15904
16277
|
header?: never;
|
|
@@ -15938,7 +16311,7 @@ export interface operations {
|
|
|
15938
16311
|
};
|
|
15939
16312
|
};
|
|
15940
16313
|
};
|
|
15941
|
-
|
|
16314
|
+
get_9: {
|
|
15942
16315
|
parameters: {
|
|
15943
16316
|
query?: never;
|
|
15944
16317
|
header?: never;
|
|
@@ -15974,7 +16347,7 @@ export interface operations {
|
|
|
15974
16347
|
};
|
|
15975
16348
|
};
|
|
15976
16349
|
};
|
|
15977
|
-
|
|
16350
|
+
update_9: {
|
|
15978
16351
|
parameters: {
|
|
15979
16352
|
query?: never;
|
|
15980
16353
|
header?: never;
|
|
@@ -16021,7 +16394,7 @@ export interface operations {
|
|
|
16021
16394
|
};
|
|
16022
16395
|
};
|
|
16023
16396
|
};
|
|
16024
|
-
|
|
16397
|
+
delete_9: {
|
|
16025
16398
|
parameters: {
|
|
16026
16399
|
query?: never;
|
|
16027
16400
|
header?: never;
|
|
@@ -16048,7 +16421,7 @@ export interface operations {
|
|
|
16048
16421
|
};
|
|
16049
16422
|
};
|
|
16050
16423
|
};
|
|
16051
|
-
|
|
16424
|
+
upsertApiKey_6: {
|
|
16052
16425
|
parameters: {
|
|
16053
16426
|
query?: never;
|
|
16054
16427
|
header?: never;
|
|
@@ -16086,7 +16459,7 @@ export interface operations {
|
|
|
16086
16459
|
};
|
|
16087
16460
|
};
|
|
16088
16461
|
};
|
|
16089
|
-
|
|
16462
|
+
list_15: {
|
|
16090
16463
|
parameters: {
|
|
16091
16464
|
query?: never;
|
|
16092
16465
|
header?: never;
|
|
@@ -16113,7 +16486,7 @@ export interface operations {
|
|
|
16113
16486
|
};
|
|
16114
16487
|
};
|
|
16115
16488
|
};
|
|
16116
|
-
|
|
16489
|
+
create_15: {
|
|
16117
16490
|
parameters: {
|
|
16118
16491
|
query?: never;
|
|
16119
16492
|
header?: never;
|
|
@@ -16153,7 +16526,7 @@ export interface operations {
|
|
|
16153
16526
|
};
|
|
16154
16527
|
};
|
|
16155
16528
|
};
|
|
16156
|
-
|
|
16529
|
+
get_14: {
|
|
16157
16530
|
parameters: {
|
|
16158
16531
|
query?: never;
|
|
16159
16532
|
header?: never;
|
|
@@ -16189,7 +16562,7 @@ export interface operations {
|
|
|
16189
16562
|
};
|
|
16190
16563
|
};
|
|
16191
16564
|
};
|
|
16192
|
-
|
|
16565
|
+
update_14: {
|
|
16193
16566
|
parameters: {
|
|
16194
16567
|
query?: never;
|
|
16195
16568
|
header?: never;
|
|
@@ -16236,7 +16609,7 @@ export interface operations {
|
|
|
16236
16609
|
};
|
|
16237
16610
|
};
|
|
16238
16611
|
};
|
|
16239
|
-
|
|
16612
|
+
delete_15: {
|
|
16240
16613
|
parameters: {
|
|
16241
16614
|
query?: never;
|
|
16242
16615
|
header?: never;
|
|
@@ -16424,7 +16797,7 @@ export interface operations {
|
|
|
16424
16797
|
};
|
|
16425
16798
|
};
|
|
16426
16799
|
};
|
|
16427
|
-
|
|
16800
|
+
list_16: {
|
|
16428
16801
|
parameters: {
|
|
16429
16802
|
query?: never;
|
|
16430
16803
|
header?: never;
|
|
@@ -16451,7 +16824,7 @@ export interface operations {
|
|
|
16451
16824
|
};
|
|
16452
16825
|
};
|
|
16453
16826
|
};
|
|
16454
|
-
|
|
16827
|
+
create_16: {
|
|
16455
16828
|
parameters: {
|
|
16456
16829
|
query?: never;
|
|
16457
16830
|
header?: never;
|
|
@@ -16491,7 +16864,7 @@ export interface operations {
|
|
|
16491
16864
|
};
|
|
16492
16865
|
};
|
|
16493
16866
|
};
|
|
16494
|
-
|
|
16867
|
+
get_15: {
|
|
16495
16868
|
parameters: {
|
|
16496
16869
|
query?: never;
|
|
16497
16870
|
header?: never;
|
|
@@ -16527,7 +16900,7 @@ export interface operations {
|
|
|
16527
16900
|
};
|
|
16528
16901
|
};
|
|
16529
16902
|
};
|
|
16530
|
-
|
|
16903
|
+
update_15: {
|
|
16531
16904
|
parameters: {
|
|
16532
16905
|
query?: never;
|
|
16533
16906
|
header?: never;
|
|
@@ -16574,7 +16947,7 @@ export interface operations {
|
|
|
16574
16947
|
};
|
|
16575
16948
|
};
|
|
16576
16949
|
};
|
|
16577
|
-
|
|
16950
|
+
delete_16: {
|
|
16578
16951
|
parameters: {
|
|
16579
16952
|
query?: never;
|
|
16580
16953
|
header?: never;
|
|
@@ -19260,7 +19633,7 @@ export interface operations {
|
|
|
19260
19633
|
};
|
|
19261
19634
|
};
|
|
19262
19635
|
};
|
|
19263
|
-
|
|
19636
|
+
list_17: {
|
|
19264
19637
|
parameters: {
|
|
19265
19638
|
query?: {
|
|
19266
19639
|
page?: number;
|
|
@@ -20027,6 +20400,9 @@ export declare enum ReadDatadogMcpType {
|
|
|
20027
20400
|
export declare enum ReadGeminiType {
|
|
20028
20401
|
gemini = "gemini"
|
|
20029
20402
|
}
|
|
20403
|
+
export declare enum ReadGithubMcpType {
|
|
20404
|
+
github_mcp = "github-mcp"
|
|
20405
|
+
}
|
|
20030
20406
|
export declare enum ReadJobSignalType {
|
|
20031
20407
|
pipeline_signal = "pipeline-signal"
|
|
20032
20408
|
}
|