@grepr/cli 1.6.46-dea346e → 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
|
|
@@ -4696,6 +4768,22 @@ export interface components {
|
|
|
4696
4768
|
*/
|
|
4697
4769
|
validateKeysOnSave?: boolean;
|
|
4698
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
|
+
};
|
|
4699
4787
|
GreprApiKey: {
|
|
4700
4788
|
apiKey: string;
|
|
4701
4789
|
};
|
|
@@ -5319,6 +5407,10 @@ export interface components {
|
|
|
5319
5407
|
/** @default [] */
|
|
5320
5408
|
items?: components["schemas"]["ReadGemini"][];
|
|
5321
5409
|
};
|
|
5410
|
+
ItemsCollectionReadGithubMcp: {
|
|
5411
|
+
/** @default [] */
|
|
5412
|
+
items?: components["schemas"]["ReadGithubMcp"][];
|
|
5413
|
+
};
|
|
5322
5414
|
ItemsCollectionReadInvitation: {
|
|
5323
5415
|
/** @default [] */
|
|
5324
5416
|
items?: components["schemas"]["ReadInvitation"][];
|
|
@@ -7998,6 +8090,43 @@ export interface components {
|
|
|
7998
8090
|
*/
|
|
7999
8091
|
version: number;
|
|
8000
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
|
+
};
|
|
8001
8130
|
ReadInvitation: {
|
|
8002
8131
|
/** Format: date-time */
|
|
8003
8132
|
createdAt?: string;
|
|
@@ -11060,6 +11189,30 @@ export interface components {
|
|
|
11060
11189
|
*/
|
|
11061
11190
|
version: number;
|
|
11062
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
|
+
};
|
|
11063
11216
|
WriteJobSignal: {
|
|
11064
11217
|
/**
|
|
11065
11218
|
* @description Name of the integration.
|
|
@@ -11462,6 +11615,7 @@ export type SchemaFileReadingStrategy = components["schemas"]["FileReadingStrate
|
|
|
11462
11615
|
export type SchemaFilterPrimitive = components["schemas"]["FilterPrimitive"];
|
|
11463
11616
|
export type SchemaFrontendConfig = components["schemas"]["FrontendConfig"];
|
|
11464
11617
|
export type SchemaGemini = components["schemas"]["Gemini"];
|
|
11618
|
+
export type SchemaGithubMcp = components["schemas"]["GithubMcp"];
|
|
11465
11619
|
export type SchemaGreprApiKey = components["schemas"]["GreprApiKey"];
|
|
11466
11620
|
export type SchemaGreprJobGraph = components["schemas"]["GreprJobGraph"];
|
|
11467
11621
|
export type SchemaGreprLlmPromptResultsSource = components["schemas"]["GreprLlmPromptResultsSource"];
|
|
@@ -11498,6 +11652,7 @@ export type SchemaItemsCollectionReadDataWarehouse = components["schemas"]["Item
|
|
|
11498
11652
|
export type SchemaItemsCollectionReadDatadog = components["schemas"]["ItemsCollectionReadDatadog"];
|
|
11499
11653
|
export type SchemaItemsCollectionReadDatadogMcp = components["schemas"]["ItemsCollectionReadDatadogMcp"];
|
|
11500
11654
|
export type SchemaItemsCollectionReadGemini = components["schemas"]["ItemsCollectionReadGemini"];
|
|
11655
|
+
export type SchemaItemsCollectionReadGithubMcp = components["schemas"]["ItemsCollectionReadGithubMcp"];
|
|
11501
11656
|
export type SchemaItemsCollectionReadInvitation = components["schemas"]["ItemsCollectionReadInvitation"];
|
|
11502
11657
|
export type SchemaItemsCollectionReadJob = components["schemas"]["ItemsCollectionReadJob"];
|
|
11503
11658
|
export type SchemaItemsCollectionReadJobSignal = components["schemas"]["ItemsCollectionReadJobSignal"];
|
|
@@ -11628,6 +11783,7 @@ export type SchemaReadDataWarehouse = components["schemas"]["ReadDataWarehouse"]
|
|
|
11628
11783
|
export type SchemaReadDatadog = components["schemas"]["ReadDatadog"];
|
|
11629
11784
|
export type SchemaReadDatadogMcp = components["schemas"]["ReadDatadogMcp"];
|
|
11630
11785
|
export type SchemaReadGemini = components["schemas"]["ReadGemini"];
|
|
11786
|
+
export type SchemaReadGithubMcp = components["schemas"]["ReadGithubMcp"];
|
|
11631
11787
|
export type SchemaReadInvitation = components["schemas"]["ReadInvitation"];
|
|
11632
11788
|
export type SchemaReadJob = components["schemas"]["ReadJob"];
|
|
11633
11789
|
export type SchemaReadJobSignal = components["schemas"]["ReadJobSignal"];
|
|
@@ -11774,6 +11930,7 @@ export type SchemaWriteDataWarehouse = components["schemas"]["WriteDataWarehouse
|
|
|
11774
11930
|
export type SchemaWriteDatadog = components["schemas"]["WriteDatadog"];
|
|
11775
11931
|
export type SchemaWriteDatadogMcp = components["schemas"]["WriteDatadogMcp"];
|
|
11776
11932
|
export type SchemaWriteGemini = components["schemas"]["WriteGemini"];
|
|
11933
|
+
export type SchemaWriteGithubMcp = components["schemas"]["WriteGithubMcp"];
|
|
11777
11934
|
export type SchemaWriteJobSignal = components["schemas"]["WriteJobSignal"];
|
|
11778
11935
|
export type SchemaWriteNewRelic = components["schemas"]["WriteNewRelic"];
|
|
11779
11936
|
export type SchemaWriteOpenAi = components["schemas"]["WriteOpenAi"];
|
|
@@ -14245,7 +14402,7 @@ export interface operations {
|
|
|
14245
14402
|
};
|
|
14246
14403
|
};
|
|
14247
14404
|
};
|
|
14248
|
-
|
|
14405
|
+
list_7: {
|
|
14249
14406
|
parameters: {
|
|
14250
14407
|
query?: never;
|
|
14251
14408
|
header?: never;
|
|
@@ -14260,7 +14417,7 @@ export interface operations {
|
|
|
14260
14417
|
[name: string]: unknown;
|
|
14261
14418
|
};
|
|
14262
14419
|
content: {
|
|
14263
|
-
"application/json": components["schemas"]["
|
|
14420
|
+
"application/json": components["schemas"]["ItemsCollectionReadGithubMcp"];
|
|
14264
14421
|
};
|
|
14265
14422
|
};
|
|
14266
14423
|
/** @description Unauthorized */
|
|
@@ -14272,7 +14429,7 @@ export interface operations {
|
|
|
14272
14429
|
};
|
|
14273
14430
|
};
|
|
14274
14431
|
};
|
|
14275
|
-
|
|
14432
|
+
create_7: {
|
|
14276
14433
|
parameters: {
|
|
14277
14434
|
query?: never;
|
|
14278
14435
|
header?: never;
|
|
@@ -14281,7 +14438,7 @@ export interface operations {
|
|
|
14281
14438
|
};
|
|
14282
14439
|
requestBody?: {
|
|
14283
14440
|
content: {
|
|
14284
|
-
"application/json": components["schemas"]["
|
|
14441
|
+
"application/json": components["schemas"]["WriteGithubMcp"];
|
|
14285
14442
|
};
|
|
14286
14443
|
};
|
|
14287
14444
|
responses: {
|
|
@@ -14291,7 +14448,7 @@ export interface operations {
|
|
|
14291
14448
|
[name: string]: unknown;
|
|
14292
14449
|
};
|
|
14293
14450
|
content: {
|
|
14294
|
-
"application/json": components["schemas"]["
|
|
14451
|
+
"application/json": components["schemas"]["ReadGithubMcp"];
|
|
14295
14452
|
};
|
|
14296
14453
|
};
|
|
14297
14454
|
/** @description Unauthorized */
|
|
@@ -14307,27 +14464,29 @@ export interface operations {
|
|
|
14307
14464
|
[name: string]: unknown;
|
|
14308
14465
|
};
|
|
14309
14466
|
content: {
|
|
14310
|
-
"application/json": components["schemas"]["
|
|
14467
|
+
"application/json": components["schemas"]["ReadGithubMcp"];
|
|
14311
14468
|
};
|
|
14312
14469
|
};
|
|
14313
14470
|
};
|
|
14314
14471
|
};
|
|
14315
|
-
|
|
14472
|
+
get_7: {
|
|
14316
14473
|
parameters: {
|
|
14317
14474
|
query?: never;
|
|
14318
14475
|
header?: never;
|
|
14319
|
-
path
|
|
14476
|
+
path: {
|
|
14477
|
+
id: string;
|
|
14478
|
+
};
|
|
14320
14479
|
cookie?: never;
|
|
14321
14480
|
};
|
|
14322
14481
|
requestBody?: never;
|
|
14323
14482
|
responses: {
|
|
14324
|
-
/** @description
|
|
14483
|
+
/** @description Integration retrieved successfully */
|
|
14325
14484
|
200: {
|
|
14326
14485
|
headers: {
|
|
14327
14486
|
[name: string]: unknown;
|
|
14328
14487
|
};
|
|
14329
14488
|
content: {
|
|
14330
|
-
"application/json":
|
|
14489
|
+
"application/json": components["schemas"]["ReadGithubMcp"];
|
|
14331
14490
|
};
|
|
14332
14491
|
};
|
|
14333
14492
|
/** @description Unauthorized */
|
|
@@ -14337,9 +14496,16 @@ export interface operations {
|
|
|
14337
14496
|
};
|
|
14338
14497
|
content?: never;
|
|
14339
14498
|
};
|
|
14499
|
+
/** @description Integration not found. */
|
|
14500
|
+
404: {
|
|
14501
|
+
headers: {
|
|
14502
|
+
[name: string]: unknown;
|
|
14503
|
+
};
|
|
14504
|
+
content?: never;
|
|
14505
|
+
};
|
|
14340
14506
|
};
|
|
14341
14507
|
};
|
|
14342
|
-
|
|
14508
|
+
update_7: {
|
|
14343
14509
|
parameters: {
|
|
14344
14510
|
query?: never;
|
|
14345
14511
|
header?: never;
|
|
@@ -14348,15 +14514,19 @@ export interface operations {
|
|
|
14348
14514
|
};
|
|
14349
14515
|
cookie?: never;
|
|
14350
14516
|
};
|
|
14351
|
-
requestBody?:
|
|
14517
|
+
requestBody?: {
|
|
14518
|
+
content: {
|
|
14519
|
+
"application/json": components["schemas"]["WriteGithubMcp"];
|
|
14520
|
+
};
|
|
14521
|
+
};
|
|
14352
14522
|
responses: {
|
|
14353
|
-
/** @description Integration
|
|
14523
|
+
/** @description Integration updated successfully */
|
|
14354
14524
|
200: {
|
|
14355
14525
|
headers: {
|
|
14356
14526
|
[name: string]: unknown;
|
|
14357
14527
|
};
|
|
14358
14528
|
content: {
|
|
14359
|
-
"application/json": components["schemas"]["
|
|
14529
|
+
"application/json": components["schemas"]["ReadGithubMcp"];
|
|
14360
14530
|
};
|
|
14361
14531
|
};
|
|
14362
14532
|
/** @description Unauthorized */
|
|
@@ -14373,9 +14543,211 @@ export interface operations {
|
|
|
14373
14543
|
};
|
|
14374
14544
|
content?: never;
|
|
14375
14545
|
};
|
|
14376
|
-
|
|
14377
|
-
|
|
14378
|
-
|
|
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: {
|
|
14379
14751
|
parameters: {
|
|
14380
14752
|
query?: never;
|
|
14381
14753
|
header?: never;
|
|
@@ -14422,7 +14794,7 @@ export interface operations {
|
|
|
14422
14794
|
};
|
|
14423
14795
|
};
|
|
14424
14796
|
};
|
|
14425
|
-
|
|
14797
|
+
delete_10: {
|
|
14426
14798
|
parameters: {
|
|
14427
14799
|
query?: never;
|
|
14428
14800
|
header?: never;
|
|
@@ -14449,7 +14821,7 @@ export interface operations {
|
|
|
14449
14821
|
};
|
|
14450
14822
|
};
|
|
14451
14823
|
};
|
|
14452
|
-
|
|
14824
|
+
upsertApiKey_7: {
|
|
14453
14825
|
parameters: {
|
|
14454
14826
|
query?: never;
|
|
14455
14827
|
header?: never;
|
|
@@ -14610,7 +14982,7 @@ export interface operations {
|
|
|
14610
14982
|
};
|
|
14611
14983
|
};
|
|
14612
14984
|
};
|
|
14613
|
-
|
|
14985
|
+
list_11: {
|
|
14614
14986
|
parameters: {
|
|
14615
14987
|
query?: never;
|
|
14616
14988
|
header?: never;
|
|
@@ -14637,7 +15009,7 @@ export interface operations {
|
|
|
14637
15009
|
};
|
|
14638
15010
|
};
|
|
14639
15011
|
};
|
|
14640
|
-
|
|
15012
|
+
create_11: {
|
|
14641
15013
|
parameters: {
|
|
14642
15014
|
query?: never;
|
|
14643
15015
|
header?: never;
|
|
@@ -14677,7 +15049,7 @@ export interface operations {
|
|
|
14677
15049
|
};
|
|
14678
15050
|
};
|
|
14679
15051
|
};
|
|
14680
|
-
|
|
15052
|
+
get_11: {
|
|
14681
15053
|
parameters: {
|
|
14682
15054
|
query?: never;
|
|
14683
15055
|
header?: never;
|
|
@@ -14713,7 +15085,7 @@ export interface operations {
|
|
|
14713
15085
|
};
|
|
14714
15086
|
};
|
|
14715
15087
|
};
|
|
14716
|
-
|
|
15088
|
+
update_11: {
|
|
14717
15089
|
parameters: {
|
|
14718
15090
|
query?: never;
|
|
14719
15091
|
header?: never;
|
|
@@ -14760,7 +15132,7 @@ export interface operations {
|
|
|
14760
15132
|
};
|
|
14761
15133
|
};
|
|
14762
15134
|
};
|
|
14763
|
-
|
|
15135
|
+
delete_11: {
|
|
14764
15136
|
parameters: {
|
|
14765
15137
|
query?: never;
|
|
14766
15138
|
header?: never;
|
|
@@ -14787,7 +15159,7 @@ export interface operations {
|
|
|
14787
15159
|
};
|
|
14788
15160
|
};
|
|
14789
15161
|
};
|
|
14790
|
-
|
|
15162
|
+
upsertApiKey_8: {
|
|
14791
15163
|
parameters: {
|
|
14792
15164
|
query?: never;
|
|
14793
15165
|
header?: never;
|
|
@@ -14825,7 +15197,7 @@ export interface operations {
|
|
|
14825
15197
|
};
|
|
14826
15198
|
};
|
|
14827
15199
|
};
|
|
14828
|
-
|
|
15200
|
+
list_12: {
|
|
14829
15201
|
parameters: {
|
|
14830
15202
|
query?: never;
|
|
14831
15203
|
header?: never;
|
|
@@ -14852,7 +15224,7 @@ export interface operations {
|
|
|
14852
15224
|
};
|
|
14853
15225
|
};
|
|
14854
15226
|
};
|
|
14855
|
-
|
|
15227
|
+
create_12: {
|
|
14856
15228
|
parameters: {
|
|
14857
15229
|
query?: never;
|
|
14858
15230
|
header?: never;
|
|
@@ -14892,7 +15264,7 @@ export interface operations {
|
|
|
14892
15264
|
};
|
|
14893
15265
|
};
|
|
14894
15266
|
};
|
|
14895
|
-
|
|
15267
|
+
get_12: {
|
|
14896
15268
|
parameters: {
|
|
14897
15269
|
query?: never;
|
|
14898
15270
|
header?: never;
|
|
@@ -14928,7 +15300,7 @@ export interface operations {
|
|
|
14928
15300
|
};
|
|
14929
15301
|
};
|
|
14930
15302
|
};
|
|
14931
|
-
|
|
15303
|
+
update_12: {
|
|
14932
15304
|
parameters: {
|
|
14933
15305
|
query?: never;
|
|
14934
15306
|
header?: never;
|
|
@@ -14975,7 +15347,7 @@ export interface operations {
|
|
|
14975
15347
|
};
|
|
14976
15348
|
};
|
|
14977
15349
|
};
|
|
14978
|
-
|
|
15350
|
+
delete_12: {
|
|
14979
15351
|
parameters: {
|
|
14980
15352
|
query?: never;
|
|
14981
15353
|
header?: never;
|
|
@@ -15119,7 +15491,7 @@ export interface operations {
|
|
|
15119
15491
|
};
|
|
15120
15492
|
};
|
|
15121
15493
|
};
|
|
15122
|
-
|
|
15494
|
+
list_8: {
|
|
15123
15495
|
parameters: {
|
|
15124
15496
|
query?: never;
|
|
15125
15497
|
header?: never;
|
|
@@ -15146,7 +15518,7 @@ export interface operations {
|
|
|
15146
15518
|
};
|
|
15147
15519
|
};
|
|
15148
15520
|
};
|
|
15149
|
-
|
|
15521
|
+
create_8: {
|
|
15150
15522
|
parameters: {
|
|
15151
15523
|
query?: never;
|
|
15152
15524
|
header?: never;
|
|
@@ -15186,7 +15558,7 @@ export interface operations {
|
|
|
15186
15558
|
};
|
|
15187
15559
|
};
|
|
15188
15560
|
};
|
|
15189
|
-
|
|
15561
|
+
get_8: {
|
|
15190
15562
|
parameters: {
|
|
15191
15563
|
query?: never;
|
|
15192
15564
|
header?: never;
|
|
@@ -15222,7 +15594,7 @@ export interface operations {
|
|
|
15222
15594
|
};
|
|
15223
15595
|
};
|
|
15224
15596
|
};
|
|
15225
|
-
|
|
15597
|
+
update_8: {
|
|
15226
15598
|
parameters: {
|
|
15227
15599
|
query?: never;
|
|
15228
15600
|
header?: never;
|
|
@@ -15269,7 +15641,7 @@ export interface operations {
|
|
|
15269
15641
|
};
|
|
15270
15642
|
};
|
|
15271
15643
|
};
|
|
15272
|
-
|
|
15644
|
+
delete_8: {
|
|
15273
15645
|
parameters: {
|
|
15274
15646
|
query?: never;
|
|
15275
15647
|
header?: never;
|
|
@@ -15296,7 +15668,7 @@ export interface operations {
|
|
|
15296
15668
|
};
|
|
15297
15669
|
};
|
|
15298
15670
|
};
|
|
15299
|
-
|
|
15671
|
+
upsertApiKey_5: {
|
|
15300
15672
|
parameters: {
|
|
15301
15673
|
query?: never;
|
|
15302
15674
|
header?: never;
|
|
@@ -15334,7 +15706,7 @@ export interface operations {
|
|
|
15334
15706
|
};
|
|
15335
15707
|
};
|
|
15336
15708
|
};
|
|
15337
|
-
|
|
15709
|
+
list_13: {
|
|
15338
15710
|
parameters: {
|
|
15339
15711
|
query?: never;
|
|
15340
15712
|
header?: never;
|
|
@@ -15361,7 +15733,7 @@ export interface operations {
|
|
|
15361
15733
|
};
|
|
15362
15734
|
};
|
|
15363
15735
|
};
|
|
15364
|
-
|
|
15736
|
+
create_13: {
|
|
15365
15737
|
parameters: {
|
|
15366
15738
|
query?: never;
|
|
15367
15739
|
header?: never;
|
|
@@ -15399,7 +15771,7 @@ export interface operations {
|
|
|
15399
15771
|
};
|
|
15400
15772
|
};
|
|
15401
15773
|
};
|
|
15402
|
-
|
|
15774
|
+
delete_13: {
|
|
15403
15775
|
parameters: {
|
|
15404
15776
|
query?: never;
|
|
15405
15777
|
header?: never;
|
|
@@ -15704,7 +16076,7 @@ export interface operations {
|
|
|
15704
16076
|
};
|
|
15705
16077
|
};
|
|
15706
16078
|
};
|
|
15707
|
-
|
|
16079
|
+
list_14: {
|
|
15708
16080
|
parameters: {
|
|
15709
16081
|
query?: never;
|
|
15710
16082
|
header?: never;
|
|
@@ -15731,7 +16103,7 @@ export interface operations {
|
|
|
15731
16103
|
};
|
|
15732
16104
|
};
|
|
15733
16105
|
};
|
|
15734
|
-
|
|
16106
|
+
create_14: {
|
|
15735
16107
|
parameters: {
|
|
15736
16108
|
query?: never;
|
|
15737
16109
|
header?: never;
|
|
@@ -15769,7 +16141,7 @@ export interface operations {
|
|
|
15769
16141
|
};
|
|
15770
16142
|
};
|
|
15771
16143
|
};
|
|
15772
|
-
|
|
16144
|
+
get_13: {
|
|
15773
16145
|
parameters: {
|
|
15774
16146
|
query?: never;
|
|
15775
16147
|
header?: never;
|
|
@@ -15805,7 +16177,7 @@ export interface operations {
|
|
|
15805
16177
|
};
|
|
15806
16178
|
};
|
|
15807
16179
|
};
|
|
15808
|
-
|
|
16180
|
+
update_13: {
|
|
15809
16181
|
parameters: {
|
|
15810
16182
|
query?: never;
|
|
15811
16183
|
header?: never;
|
|
@@ -15845,7 +16217,7 @@ export interface operations {
|
|
|
15845
16217
|
};
|
|
15846
16218
|
};
|
|
15847
16219
|
};
|
|
15848
|
-
|
|
16220
|
+
delete_14: {
|
|
15849
16221
|
parameters: {
|
|
15850
16222
|
query?: never;
|
|
15851
16223
|
header?: never;
|
|
@@ -15872,7 +16244,7 @@ export interface operations {
|
|
|
15872
16244
|
};
|
|
15873
16245
|
};
|
|
15874
16246
|
};
|
|
15875
|
-
|
|
16247
|
+
list_9: {
|
|
15876
16248
|
parameters: {
|
|
15877
16249
|
query?: never;
|
|
15878
16250
|
header?: never;
|
|
@@ -15899,7 +16271,7 @@ export interface operations {
|
|
|
15899
16271
|
};
|
|
15900
16272
|
};
|
|
15901
16273
|
};
|
|
15902
|
-
|
|
16274
|
+
create_9: {
|
|
15903
16275
|
parameters: {
|
|
15904
16276
|
query?: never;
|
|
15905
16277
|
header?: never;
|
|
@@ -15939,7 +16311,7 @@ export interface operations {
|
|
|
15939
16311
|
};
|
|
15940
16312
|
};
|
|
15941
16313
|
};
|
|
15942
|
-
|
|
16314
|
+
get_9: {
|
|
15943
16315
|
parameters: {
|
|
15944
16316
|
query?: never;
|
|
15945
16317
|
header?: never;
|
|
@@ -15975,7 +16347,7 @@ export interface operations {
|
|
|
15975
16347
|
};
|
|
15976
16348
|
};
|
|
15977
16349
|
};
|
|
15978
|
-
|
|
16350
|
+
update_9: {
|
|
15979
16351
|
parameters: {
|
|
15980
16352
|
query?: never;
|
|
15981
16353
|
header?: never;
|
|
@@ -16022,7 +16394,7 @@ export interface operations {
|
|
|
16022
16394
|
};
|
|
16023
16395
|
};
|
|
16024
16396
|
};
|
|
16025
|
-
|
|
16397
|
+
delete_9: {
|
|
16026
16398
|
parameters: {
|
|
16027
16399
|
query?: never;
|
|
16028
16400
|
header?: never;
|
|
@@ -16049,7 +16421,7 @@ export interface operations {
|
|
|
16049
16421
|
};
|
|
16050
16422
|
};
|
|
16051
16423
|
};
|
|
16052
|
-
|
|
16424
|
+
upsertApiKey_6: {
|
|
16053
16425
|
parameters: {
|
|
16054
16426
|
query?: never;
|
|
16055
16427
|
header?: never;
|
|
@@ -16087,7 +16459,7 @@ export interface operations {
|
|
|
16087
16459
|
};
|
|
16088
16460
|
};
|
|
16089
16461
|
};
|
|
16090
|
-
|
|
16462
|
+
list_15: {
|
|
16091
16463
|
parameters: {
|
|
16092
16464
|
query?: never;
|
|
16093
16465
|
header?: never;
|
|
@@ -16114,7 +16486,7 @@ export interface operations {
|
|
|
16114
16486
|
};
|
|
16115
16487
|
};
|
|
16116
16488
|
};
|
|
16117
|
-
|
|
16489
|
+
create_15: {
|
|
16118
16490
|
parameters: {
|
|
16119
16491
|
query?: never;
|
|
16120
16492
|
header?: never;
|
|
@@ -16154,7 +16526,7 @@ export interface operations {
|
|
|
16154
16526
|
};
|
|
16155
16527
|
};
|
|
16156
16528
|
};
|
|
16157
|
-
|
|
16529
|
+
get_14: {
|
|
16158
16530
|
parameters: {
|
|
16159
16531
|
query?: never;
|
|
16160
16532
|
header?: never;
|
|
@@ -16190,7 +16562,7 @@ export interface operations {
|
|
|
16190
16562
|
};
|
|
16191
16563
|
};
|
|
16192
16564
|
};
|
|
16193
|
-
|
|
16565
|
+
update_14: {
|
|
16194
16566
|
parameters: {
|
|
16195
16567
|
query?: never;
|
|
16196
16568
|
header?: never;
|
|
@@ -16237,7 +16609,7 @@ export interface operations {
|
|
|
16237
16609
|
};
|
|
16238
16610
|
};
|
|
16239
16611
|
};
|
|
16240
|
-
|
|
16612
|
+
delete_15: {
|
|
16241
16613
|
parameters: {
|
|
16242
16614
|
query?: never;
|
|
16243
16615
|
header?: never;
|
|
@@ -16425,7 +16797,7 @@ export interface operations {
|
|
|
16425
16797
|
};
|
|
16426
16798
|
};
|
|
16427
16799
|
};
|
|
16428
|
-
|
|
16800
|
+
list_16: {
|
|
16429
16801
|
parameters: {
|
|
16430
16802
|
query?: never;
|
|
16431
16803
|
header?: never;
|
|
@@ -16452,7 +16824,7 @@ export interface operations {
|
|
|
16452
16824
|
};
|
|
16453
16825
|
};
|
|
16454
16826
|
};
|
|
16455
|
-
|
|
16827
|
+
create_16: {
|
|
16456
16828
|
parameters: {
|
|
16457
16829
|
query?: never;
|
|
16458
16830
|
header?: never;
|
|
@@ -16492,7 +16864,7 @@ export interface operations {
|
|
|
16492
16864
|
};
|
|
16493
16865
|
};
|
|
16494
16866
|
};
|
|
16495
|
-
|
|
16867
|
+
get_15: {
|
|
16496
16868
|
parameters: {
|
|
16497
16869
|
query?: never;
|
|
16498
16870
|
header?: never;
|
|
@@ -16528,7 +16900,7 @@ export interface operations {
|
|
|
16528
16900
|
};
|
|
16529
16901
|
};
|
|
16530
16902
|
};
|
|
16531
|
-
|
|
16903
|
+
update_15: {
|
|
16532
16904
|
parameters: {
|
|
16533
16905
|
query?: never;
|
|
16534
16906
|
header?: never;
|
|
@@ -16575,7 +16947,7 @@ export interface operations {
|
|
|
16575
16947
|
};
|
|
16576
16948
|
};
|
|
16577
16949
|
};
|
|
16578
|
-
|
|
16950
|
+
delete_16: {
|
|
16579
16951
|
parameters: {
|
|
16580
16952
|
query?: never;
|
|
16581
16953
|
header?: never;
|
|
@@ -19261,7 +19633,7 @@ export interface operations {
|
|
|
19261
19633
|
};
|
|
19262
19634
|
};
|
|
19263
19635
|
};
|
|
19264
|
-
|
|
19636
|
+
list_17: {
|
|
19265
19637
|
parameters: {
|
|
19266
19638
|
query?: {
|
|
19267
19639
|
page?: number;
|
|
@@ -20028,6 +20400,9 @@ export declare enum ReadDatadogMcpType {
|
|
|
20028
20400
|
export declare enum ReadGeminiType {
|
|
20029
20401
|
gemini = "gemini"
|
|
20030
20402
|
}
|
|
20403
|
+
export declare enum ReadGithubMcpType {
|
|
20404
|
+
github_mcp = "github-mcp"
|
|
20405
|
+
}
|
|
20031
20406
|
export declare enum ReadJobSignalType {
|
|
20032
20407
|
pipeline_signal = "pipeline-signal"
|
|
20033
20408
|
}
|