@grepr/cli 1.6.43 → 1.6.45-6a646fd
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -897,13 +897,13 @@ export interface paths {
|
|
|
897
897
|
* List all NewRelic integrations
|
|
898
898
|
* @description Get all NewRelic integrations.
|
|
899
899
|
*/
|
|
900
|
-
get: operations["
|
|
900
|
+
get: operations["list_9"];
|
|
901
901
|
put?: never;
|
|
902
902
|
/**
|
|
903
903
|
* Create a NewRelic integration
|
|
904
904
|
* @description Creates an integration to connect to NewRelic.
|
|
905
905
|
*/
|
|
906
|
-
post: operations["
|
|
906
|
+
post: operations["create_9"];
|
|
907
907
|
delete?: never;
|
|
908
908
|
options?: never;
|
|
909
909
|
head?: never;
|
|
@@ -941,18 +941,18 @@ export interface paths {
|
|
|
941
941
|
* Get a NewRelic integration
|
|
942
942
|
* @description Get an integration to connect to NewRelic.
|
|
943
943
|
*/
|
|
944
|
-
get: operations["
|
|
944
|
+
get: operations["get_9"];
|
|
945
945
|
/**
|
|
946
946
|
* Update a NewRelic integration.
|
|
947
947
|
* @description Updates an integration to connect to NewRelic. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
948
948
|
*/
|
|
949
|
-
put: operations["
|
|
949
|
+
put: operations["update_9"];
|
|
950
950
|
post?: never;
|
|
951
951
|
/**
|
|
952
952
|
* Delete a NewRelic integration
|
|
953
953
|
* @description Deletes an integration to connect to NewRelic. This will delete the associated keys as well. No-op if already deleted.
|
|
954
954
|
*/
|
|
955
|
-
delete: operations["
|
|
955
|
+
delete: operations["delete_9"];
|
|
956
956
|
options?: never;
|
|
957
957
|
head?: never;
|
|
958
958
|
patch?: never;
|
|
@@ -970,7 +970,7 @@ export interface paths {
|
|
|
970
970
|
* Creates or updates an API key for integration with New Relic
|
|
971
971
|
* @description Creates a NewRelic API key for a NewRelic integration if a key doesn't exist, and updates it otherwise. If the api key is updated while the integration is being used by a pipeline, the new key is used at pipeline restart, rescaling, or an update. This key is used for the NewRelic API to retrieve the dashboards and alerts.
|
|
972
972
|
*/
|
|
973
|
-
put: operations["
|
|
973
|
+
put: operations["upsertApiKey_6"];
|
|
974
974
|
post?: never;
|
|
975
975
|
delete?: never;
|
|
976
976
|
options?: never;
|
|
@@ -1049,13 +1049,13 @@ export interface paths {
|
|
|
1049
1049
|
* List all OpenAI integrations
|
|
1050
1050
|
* @description Get all OpenAI integrations for your organization. This will contain masked API keys if present.
|
|
1051
1051
|
*/
|
|
1052
|
-
get: operations["
|
|
1052
|
+
get: operations["list_10"];
|
|
1053
1053
|
put?: never;
|
|
1054
1054
|
/**
|
|
1055
1055
|
* Create an OpenAI integration
|
|
1056
1056
|
* @description Creates an integration to connect to OpenAI.
|
|
1057
1057
|
*/
|
|
1058
|
-
post: operations["
|
|
1058
|
+
post: operations["create_10"];
|
|
1059
1059
|
delete?: never;
|
|
1060
1060
|
options?: never;
|
|
1061
1061
|
head?: never;
|
|
@@ -1073,18 +1073,18 @@ export interface paths {
|
|
|
1073
1073
|
* Get an OpenAI integration
|
|
1074
1074
|
* @description Get an OpenAI integration by ID.
|
|
1075
1075
|
*/
|
|
1076
|
-
get: operations["
|
|
1076
|
+
get: operations["get_10"];
|
|
1077
1077
|
/**
|
|
1078
1078
|
* Update an OpenAI integration.
|
|
1079
1079
|
* @description Updates an OpenAI integration. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
1080
1080
|
*/
|
|
1081
|
-
put: operations["
|
|
1081
|
+
put: operations["update_10"];
|
|
1082
1082
|
post?: never;
|
|
1083
1083
|
/**
|
|
1084
1084
|
* Delete an OpenAI integration
|
|
1085
1085
|
* @description Deletes an OpenAI integration. This will delete the associated API key as well. No-op if already deleted.
|
|
1086
1086
|
*/
|
|
1087
|
-
delete: operations["
|
|
1087
|
+
delete: operations["delete_10"];
|
|
1088
1088
|
options?: never;
|
|
1089
1089
|
head?: never;
|
|
1090
1090
|
patch?: never;
|
|
@@ -1102,7 +1102,7 @@ export interface paths {
|
|
|
1102
1102
|
* Creates or updates an OpenAI integration API key
|
|
1103
1103
|
* @description Creates an API key for an OpenAI integration if it doesn't exist and updates it otherwise. If the key is updated while the integration is being used by a pipeline, the new key will be picked at pipeline restart, rescaling or an update.
|
|
1104
1104
|
*/
|
|
1105
|
-
put: operations["
|
|
1105
|
+
put: operations["upsertApiKey_7"];
|
|
1106
1106
|
post?: never;
|
|
1107
1107
|
delete?: never;
|
|
1108
1108
|
options?: never;
|
|
@@ -1121,13 +1121,13 @@ export interface paths {
|
|
|
1121
1121
|
* List all OTLP integrations
|
|
1122
1122
|
* @description Get all OTLP integrations.
|
|
1123
1123
|
*/
|
|
1124
|
-
get: operations["
|
|
1124
|
+
get: operations["list_11"];
|
|
1125
1125
|
put?: never;
|
|
1126
1126
|
/**
|
|
1127
1127
|
* Create an OTLP integration
|
|
1128
1128
|
* @description Creates an integration to connect to OTLP.
|
|
1129
1129
|
*/
|
|
1130
|
-
post: operations["
|
|
1130
|
+
post: operations["create_11"];
|
|
1131
1131
|
delete?: never;
|
|
1132
1132
|
options?: never;
|
|
1133
1133
|
head?: never;
|
|
@@ -1145,18 +1145,18 @@ export interface paths {
|
|
|
1145
1145
|
* Get a OTLP integration
|
|
1146
1146
|
* @description Get an integration to connect to OTLP.
|
|
1147
1147
|
*/
|
|
1148
|
-
get: operations["
|
|
1148
|
+
get: operations["get_11"];
|
|
1149
1149
|
/**
|
|
1150
1150
|
* Update a OTLP integration.
|
|
1151
1151
|
* @description Updates an integration to connect to OTLP. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
1152
1152
|
*/
|
|
1153
|
-
put: operations["
|
|
1153
|
+
put: operations["update_11"];
|
|
1154
1154
|
post?: never;
|
|
1155
1155
|
/**
|
|
1156
1156
|
* Delete a OTLP integration
|
|
1157
1157
|
* @description Deletes an integration to connect to OTLP. This will delete the associated keys as well. No-op if already deleted.
|
|
1158
1158
|
*/
|
|
1159
|
-
delete: operations["
|
|
1159
|
+
delete: operations["delete_11"];
|
|
1160
1160
|
options?: never;
|
|
1161
1161
|
head?: never;
|
|
1162
1162
|
patch?: never;
|
|
@@ -1289,13 +1289,13 @@ export interface paths {
|
|
|
1289
1289
|
* List PipelineSignal integrations
|
|
1290
1290
|
* @description Returns the PipelineSignal integrations for your organization.
|
|
1291
1291
|
*/
|
|
1292
|
-
get: operations["
|
|
1292
|
+
get: operations["list_12"];
|
|
1293
1293
|
put?: never;
|
|
1294
1294
|
/**
|
|
1295
1295
|
* Create a PipelineSignal integration
|
|
1296
1296
|
* @description Creates the PipelineSignal integration for an agent so it can subscribe to pipelines.
|
|
1297
1297
|
*/
|
|
1298
|
-
post: operations["
|
|
1298
|
+
post: operations["create_12"];
|
|
1299
1299
|
delete?: never;
|
|
1300
1300
|
options?: never;
|
|
1301
1301
|
head?: never;
|
|
@@ -1316,7 +1316,7 @@ export interface paths {
|
|
|
1316
1316
|
* Delete a PipelineSignal integration
|
|
1317
1317
|
* @description Deletes a PipelineSignal integration. Blocked while it is linked to a pipeline.
|
|
1318
1318
|
*/
|
|
1319
|
-
delete: operations["
|
|
1319
|
+
delete: operations["delete_12"];
|
|
1320
1320
|
options?: never;
|
|
1321
1321
|
head?: never;
|
|
1322
1322
|
patch?: never;
|
|
@@ -1442,13 +1442,13 @@ export interface paths {
|
|
|
1442
1442
|
* List all S3 Vector Index integrations
|
|
1443
1443
|
* @description Retrieves all S3 Vector Index integrations for the organization.
|
|
1444
1444
|
*/
|
|
1445
|
-
get: operations["
|
|
1445
|
+
get: operations["list_13"];
|
|
1446
1446
|
put?: never;
|
|
1447
1447
|
/**
|
|
1448
1448
|
* Create an S3 Vector Index integration
|
|
1449
1449
|
* @description Creates a new S3 Vector Index integration and provisions the index in the grepr-managed S3 vector bucket.
|
|
1450
1450
|
*/
|
|
1451
|
-
post: operations["
|
|
1451
|
+
post: operations["create_13"];
|
|
1452
1452
|
delete?: never;
|
|
1453
1453
|
options?: never;
|
|
1454
1454
|
head?: never;
|
|
@@ -1466,18 +1466,90 @@ export interface paths {
|
|
|
1466
1466
|
* Get an S3 Vector Index integration
|
|
1467
1467
|
* @description Retrieves an S3 Vector Index integration.
|
|
1468
1468
|
*/
|
|
1469
|
-
get: operations["
|
|
1469
|
+
get: operations["get_12"];
|
|
1470
1470
|
/**
|
|
1471
1471
|
* Update an S3 Vector Index integration
|
|
1472
1472
|
* @description Updates an existing S3 Vector Index integration. Note: dimensions and distanceMetric are immutable after creation.
|
|
1473
1473
|
*/
|
|
1474
|
-
put: operations["
|
|
1474
|
+
put: operations["update_12"];
|
|
1475
1475
|
post?: never;
|
|
1476
1476
|
/**
|
|
1477
1477
|
* Delete an S3 Vector Index integration
|
|
1478
1478
|
* @description Deletes an S3 Vector Index integration and removes the index from the S3 vector bucket. No-op if integration doesn't exist.
|
|
1479
1479
|
*/
|
|
1480
|
-
delete: operations["
|
|
1480
|
+
delete: operations["delete_13"];
|
|
1481
|
+
options?: never;
|
|
1482
|
+
head?: never;
|
|
1483
|
+
patch?: never;
|
|
1484
|
+
trace?: never;
|
|
1485
|
+
};
|
|
1486
|
+
"/v1/integrations/slack-mcp": {
|
|
1487
|
+
parameters: {
|
|
1488
|
+
query?: never;
|
|
1489
|
+
header?: never;
|
|
1490
|
+
path?: never;
|
|
1491
|
+
cookie?: never;
|
|
1492
|
+
};
|
|
1493
|
+
/**
|
|
1494
|
+
* List all Slack MCP integrations
|
|
1495
|
+
* @description Get all Slack MCP server integrations for your organization. This will contain masked tokens if present.
|
|
1496
|
+
*/
|
|
1497
|
+
get: operations["list_8"];
|
|
1498
|
+
put?: never;
|
|
1499
|
+
/**
|
|
1500
|
+
* Create a Slack MCP integration
|
|
1501
|
+
* @description Creates an integration to connect to a Slack MCP server.
|
|
1502
|
+
*/
|
|
1503
|
+
post: operations["create_8"];
|
|
1504
|
+
delete?: never;
|
|
1505
|
+
options?: never;
|
|
1506
|
+
head?: never;
|
|
1507
|
+
patch?: never;
|
|
1508
|
+
trace?: never;
|
|
1509
|
+
};
|
|
1510
|
+
"/v1/integrations/slack-mcp/{id}": {
|
|
1511
|
+
parameters: {
|
|
1512
|
+
query?: never;
|
|
1513
|
+
header?: never;
|
|
1514
|
+
path?: never;
|
|
1515
|
+
cookie?: never;
|
|
1516
|
+
};
|
|
1517
|
+
/**
|
|
1518
|
+
* Get a Slack MCP integration
|
|
1519
|
+
* @description Get a Slack MCP integration by ID.
|
|
1520
|
+
*/
|
|
1521
|
+
get: operations["get_8"];
|
|
1522
|
+
/**
|
|
1523
|
+
* Update a Slack MCP integration.
|
|
1524
|
+
* @description Updates a Slack MCP integration. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
1525
|
+
*/
|
|
1526
|
+
put: operations["update_8"];
|
|
1527
|
+
post?: never;
|
|
1528
|
+
/**
|
|
1529
|
+
* Delete a Slack MCP integration
|
|
1530
|
+
* @description Deletes a Slack MCP integration. This will delete the associated token as well. No-op if already deleted.
|
|
1531
|
+
*/
|
|
1532
|
+
delete: operations["delete_8"];
|
|
1533
|
+
options?: never;
|
|
1534
|
+
head?: never;
|
|
1535
|
+
patch?: never;
|
|
1536
|
+
trace?: never;
|
|
1537
|
+
};
|
|
1538
|
+
"/v1/integrations/slack-mcp/{id}/api-key": {
|
|
1539
|
+
parameters: {
|
|
1540
|
+
query?: never;
|
|
1541
|
+
header?: never;
|
|
1542
|
+
path?: never;
|
|
1543
|
+
cookie?: never;
|
|
1544
|
+
};
|
|
1545
|
+
get?: never;
|
|
1546
|
+
/**
|
|
1547
|
+
* Creates or updates a Slack MCP integration token
|
|
1548
|
+
* @description Creates a token for a Slack MCP integration if it doesn't exist and updates it otherwise. If the token is updated while the integration is being used by a pipeline, the new token will be picked at pipeline restart, rescaling or an update.
|
|
1549
|
+
*/
|
|
1550
|
+
put: operations["upsertApiKey_5"];
|
|
1551
|
+
post?: never;
|
|
1552
|
+
delete?: never;
|
|
1481
1553
|
options?: never;
|
|
1482
1554
|
head?: never;
|
|
1483
1555
|
patch?: never;
|
|
@@ -1494,13 +1566,13 @@ export interface paths {
|
|
|
1494
1566
|
* List all Splunk integrations
|
|
1495
1567
|
* @description Get all Splunk integrations for your organization. This will contain masked keys if present.
|
|
1496
1568
|
*/
|
|
1497
|
-
get: operations["
|
|
1569
|
+
get: operations["list_14"];
|
|
1498
1570
|
put?: never;
|
|
1499
1571
|
/**
|
|
1500
1572
|
* Create a Splunk integration
|
|
1501
1573
|
* @description Creates an integration to connect to Splunk.
|
|
1502
1574
|
*/
|
|
1503
|
-
post: operations["
|
|
1575
|
+
post: operations["create_14"];
|
|
1504
1576
|
delete?: never;
|
|
1505
1577
|
options?: never;
|
|
1506
1578
|
head?: never;
|
|
@@ -1518,18 +1590,18 @@ export interface paths {
|
|
|
1518
1590
|
* Get a Splunk integration
|
|
1519
1591
|
* @description Get an integration to connect to Splunk.
|
|
1520
1592
|
*/
|
|
1521
|
-
get: operations["
|
|
1593
|
+
get: operations["get_13"];
|
|
1522
1594
|
/**
|
|
1523
1595
|
* Update a Splunk integration.
|
|
1524
1596
|
* @description Updates an integration to connect to Splunk. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
1525
1597
|
*/
|
|
1526
|
-
put: operations["
|
|
1598
|
+
put: operations["update_13"];
|
|
1527
1599
|
post?: never;
|
|
1528
1600
|
/**
|
|
1529
1601
|
* Delete a Splunk integration
|
|
1530
1602
|
* @description Deletes an integration to connect to Splunk. This will delete the associated keys as well. No-op if already deleted.
|
|
1531
1603
|
*/
|
|
1532
|
-
delete: operations["
|
|
1604
|
+
delete: operations["delete_14"];
|
|
1533
1605
|
options?: never;
|
|
1534
1606
|
head?: never;
|
|
1535
1607
|
patch?: never;
|
|
@@ -1626,13 +1698,13 @@ export interface paths {
|
|
|
1626
1698
|
* List all SumoLogic integrations
|
|
1627
1699
|
* @description Get all SumoLogic integrations.
|
|
1628
1700
|
*/
|
|
1629
|
-
get: operations["
|
|
1701
|
+
get: operations["list_15"];
|
|
1630
1702
|
put?: never;
|
|
1631
1703
|
/**
|
|
1632
1704
|
* Create a SumoLogic integration
|
|
1633
1705
|
* @description Creates an integration to connect to SumoLogic.
|
|
1634
1706
|
*/
|
|
1635
|
-
post: operations["
|
|
1707
|
+
post: operations["create_15"];
|
|
1636
1708
|
delete?: never;
|
|
1637
1709
|
options?: never;
|
|
1638
1710
|
head?: never;
|
|
@@ -1650,18 +1722,18 @@ export interface paths {
|
|
|
1650
1722
|
* Get a SumoLogic integration
|
|
1651
1723
|
* @description Get an integration to connect to SumoLogic.
|
|
1652
1724
|
*/
|
|
1653
|
-
get: operations["
|
|
1725
|
+
get: operations["get_14"];
|
|
1654
1726
|
/**
|
|
1655
1727
|
* Update a SumoLogic integration.
|
|
1656
1728
|
* @description Updates an integration to connect to SumoLogic. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
1657
1729
|
*/
|
|
1658
|
-
put: operations["
|
|
1730
|
+
put: operations["update_14"];
|
|
1659
1731
|
post?: never;
|
|
1660
1732
|
/**
|
|
1661
1733
|
* Delete a SumoLogic integration
|
|
1662
1734
|
* @description Deletes an integration to connect to SumoLogic. This will delete the associated keys as well. No-op if already deleted.
|
|
1663
1735
|
*/
|
|
1664
|
-
delete: operations["
|
|
1736
|
+
delete: operations["delete_15"];
|
|
1665
1737
|
options?: never;
|
|
1666
1738
|
head?: never;
|
|
1667
1739
|
patch?: never;
|
|
@@ -2735,7 +2807,7 @@ export interface paths {
|
|
|
2735
2807
|
* List all users
|
|
2736
2808
|
* @description Get all users in the system.
|
|
2737
2809
|
*/
|
|
2738
|
-
get: operations["
|
|
2810
|
+
get: operations["list_16"];
|
|
2739
2811
|
put?: never;
|
|
2740
2812
|
/**
|
|
2741
2813
|
* Create a new user
|
|
@@ -5281,6 +5353,10 @@ export interface components {
|
|
|
5281
5353
|
/** @default [] */
|
|
5282
5354
|
items?: components["schemas"]["ReadS3VectorIndex"][];
|
|
5283
5355
|
};
|
|
5356
|
+
ItemsCollectionReadSlackMcp: {
|
|
5357
|
+
/** @default [] */
|
|
5358
|
+
items?: components["schemas"]["ReadSlackMcp"][];
|
|
5359
|
+
};
|
|
5284
5360
|
ItemsCollectionReadSplunk: {
|
|
5285
5361
|
/** @default [] */
|
|
5286
5362
|
items?: components["schemas"]["ReadSplunk"][];
|
|
@@ -7281,6 +7357,12 @@ export interface components {
|
|
|
7281
7357
|
};
|
|
7282
7358
|
ParseQueryRequest: {
|
|
7283
7359
|
query?: components["schemas"]["EventPredicate"];
|
|
7360
|
+
/**
|
|
7361
|
+
* @description Which runtime representation to validate the query against. Defaults to PARSED_QUERY_NODE (returns the parsed tree for the in-browser matcher). Use EVENT_PREDICATE to validate against the Java predicate the Flink pipeline runs; no parsed tree is returned in that case.
|
|
7362
|
+
* @default PARSED_QUERY_NODE
|
|
7363
|
+
* @enum {string}
|
|
7364
|
+
*/
|
|
7365
|
+
validationTarget?: ParseQueryRequestValidationTarget;
|
|
7284
7366
|
};
|
|
7285
7367
|
ParseQueryResponse: {
|
|
7286
7368
|
/** @description The error message if there is an error */
|
|
@@ -8313,6 +8395,43 @@ export interface components {
|
|
|
8313
8395
|
*/
|
|
8314
8396
|
version: number;
|
|
8315
8397
|
};
|
|
8398
|
+
ReadSlackMcp: {
|
|
8399
|
+
/**
|
|
8400
|
+
* Format: date-time
|
|
8401
|
+
* @description Timestamp when the integration was created.
|
|
8402
|
+
*/
|
|
8403
|
+
readonly createdAt: string;
|
|
8404
|
+
/** @description The integration id */
|
|
8405
|
+
id: string;
|
|
8406
|
+
/** @description List of job IDs associated with the integration. */
|
|
8407
|
+
jobIds: string[];
|
|
8408
|
+
/**
|
|
8409
|
+
* @description Name of the integration.
|
|
8410
|
+
* @example my_integration
|
|
8411
|
+
*/
|
|
8412
|
+
name: string;
|
|
8413
|
+
/** @description Organization ID of the integration. */
|
|
8414
|
+
organizationId: string;
|
|
8415
|
+
payload: components["schemas"]["SlackMcp"];
|
|
8416
|
+
/** @description The team IDs that this integration is associated with. */
|
|
8417
|
+
teamIds?: string[];
|
|
8418
|
+
/**
|
|
8419
|
+
* @description The type of the integration. This is used to determine the payload type.
|
|
8420
|
+
* @enum {string}
|
|
8421
|
+
*/
|
|
8422
|
+
type: ReadSlackMcpType;
|
|
8423
|
+
/**
|
|
8424
|
+
* Format: date-time
|
|
8425
|
+
* @description Timestamp when the integration was last updated.
|
|
8426
|
+
*/
|
|
8427
|
+
readonly updatedAt: string;
|
|
8428
|
+
/**
|
|
8429
|
+
* Format: int32
|
|
8430
|
+
* @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.
|
|
8431
|
+
* @example 0
|
|
8432
|
+
*/
|
|
8433
|
+
version: number;
|
|
8434
|
+
};
|
|
8316
8435
|
ReadSplunk: {
|
|
8317
8436
|
/**
|
|
8318
8437
|
* Format: date-time
|
|
@@ -8803,6 +8922,22 @@ export interface components {
|
|
|
8803
8922
|
name?: string;
|
|
8804
8923
|
tools?: components["schemas"]["ToolDescriptor"][];
|
|
8805
8924
|
};
|
|
8925
|
+
/** @description The payload containing integration data. */
|
|
8926
|
+
SlackMcp: {
|
|
8927
|
+
/** @description Masked API key for the MCP server. */
|
|
8928
|
+
readonly apiKey?: string;
|
|
8929
|
+
/**
|
|
8930
|
+
* @description MCP server endpoint URL.
|
|
8931
|
+
* @example https://mcp.notion.so/v1
|
|
8932
|
+
*/
|
|
8933
|
+
serverUrl: string;
|
|
8934
|
+
/**
|
|
8935
|
+
* @description Indicates whether to validate the API key when saving.
|
|
8936
|
+
* @default true
|
|
8937
|
+
* @example true
|
|
8938
|
+
*/
|
|
8939
|
+
validateKeysOnSave?: boolean;
|
|
8940
|
+
};
|
|
8806
8941
|
SocialUserInfo: {
|
|
8807
8942
|
idToken: string;
|
|
8808
8943
|
/**
|
|
@@ -11092,6 +11227,30 @@ export interface components {
|
|
|
11092
11227
|
*/
|
|
11093
11228
|
version: number;
|
|
11094
11229
|
};
|
|
11230
|
+
WriteSlackMcp: {
|
|
11231
|
+
/**
|
|
11232
|
+
* @description Name of the integration.
|
|
11233
|
+
* @example my_integration
|
|
11234
|
+
*/
|
|
11235
|
+
name: string;
|
|
11236
|
+
payload: components["schemas"]["SlackMcp"];
|
|
11237
|
+
/**
|
|
11238
|
+
* @description The team IDs that this integration is associated with.
|
|
11239
|
+
* @default []
|
|
11240
|
+
*/
|
|
11241
|
+
teamIds?: string[];
|
|
11242
|
+
/**
|
|
11243
|
+
* @description The type of the integration. This is used to determine the payload type.
|
|
11244
|
+
* @enum {string}
|
|
11245
|
+
*/
|
|
11246
|
+
type: ReadSlackMcpType;
|
|
11247
|
+
/**
|
|
11248
|
+
* Format: int32
|
|
11249
|
+
* @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.
|
|
11250
|
+
* @example 0
|
|
11251
|
+
*/
|
|
11252
|
+
version: number;
|
|
11253
|
+
};
|
|
11095
11254
|
WriteSplunk: {
|
|
11096
11255
|
/**
|
|
11097
11256
|
* @description Name of the integration.
|
|
@@ -11347,6 +11506,7 @@ export type SchemaItemsCollectionReadOtlp = components["schemas"]["ItemsCollecti
|
|
|
11347
11506
|
export type SchemaItemsCollectionReadPagerDutyMcp = components["schemas"]["ItemsCollectionReadPagerDutyMcp"];
|
|
11348
11507
|
export type SchemaItemsCollectionReadS3DataWarehouse = components["schemas"]["ItemsCollectionReadS3DataWarehouse"];
|
|
11349
11508
|
export type SchemaItemsCollectionReadS3VectorIndex = components["schemas"]["ItemsCollectionReadS3VectorIndex"];
|
|
11509
|
+
export type SchemaItemsCollectionReadSlackMcp = components["schemas"]["ItemsCollectionReadSlackMcp"];
|
|
11350
11510
|
export type SchemaItemsCollectionReadSplunk = components["schemas"]["ItemsCollectionReadSplunk"];
|
|
11351
11511
|
export type SchemaItemsCollectionReadSumo = components["schemas"]["ItemsCollectionReadSumo"];
|
|
11352
11512
|
export type SchemaItemsCollectionReadUser = components["schemas"]["ItemsCollectionReadUser"];
|
|
@@ -11477,6 +11637,7 @@ export type SchemaReadOtlp = components["schemas"]["ReadOtlp"];
|
|
|
11477
11637
|
export type SchemaReadPagerDutyMcp = components["schemas"]["ReadPagerDutyMcp"];
|
|
11478
11638
|
export type SchemaReadS3DataWarehouse = components["schemas"]["ReadS3DataWarehouse"];
|
|
11479
11639
|
export type SchemaReadS3VectorIndex = components["schemas"]["ReadS3VectorIndex"];
|
|
11640
|
+
export type SchemaReadSlackMcp = components["schemas"]["ReadSlackMcp"];
|
|
11480
11641
|
export type SchemaReadSplunk = components["schemas"]["ReadSplunk"];
|
|
11481
11642
|
export type SchemaReadSsoClaimMapping = components["schemas"]["ReadSsoClaimMapping"];
|
|
11482
11643
|
export type SchemaReadSumo = components["schemas"]["ReadSumo"];
|
|
@@ -11507,6 +11668,7 @@ export type SchemaShardingConfig = components["schemas"]["ShardingConfig"];
|
|
|
11507
11668
|
export type SchemaSignupRequest = components["schemas"]["SignupRequest"];
|
|
11508
11669
|
export type SchemaSimple = components["schemas"]["Simple"];
|
|
11509
11670
|
export type SchemaSkillDescriptor = components["schemas"]["SkillDescriptor"];
|
|
11671
|
+
export type SchemaSlackMcp = components["schemas"]["SlackMcp"];
|
|
11510
11672
|
export type SchemaSocialUserInfo = components["schemas"]["SocialUserInfo"];
|
|
11511
11673
|
export type SchemaSpan = components["schemas"]["Span"];
|
|
11512
11674
|
export type SchemaSpanDedupIcebergTableSink = components["schemas"]["SpanDedupIcebergTableSink"];
|
|
@@ -11618,6 +11780,7 @@ export type SchemaWriteOtlp = components["schemas"]["WriteOtlp"];
|
|
|
11618
11780
|
export type SchemaWritePagerDutyMcp = components["schemas"]["WritePagerDutyMcp"];
|
|
11619
11781
|
export type SchemaWriteS3DataWarehouse = components["schemas"]["WriteS3DataWarehouse"];
|
|
11620
11782
|
export type SchemaWriteS3VectorIndex = components["schemas"]["WriteS3VectorIndex"];
|
|
11783
|
+
export type SchemaWriteSlackMcp = components["schemas"]["WriteSlackMcp"];
|
|
11621
11784
|
export type SchemaWriteSplunk = components["schemas"]["WriteSplunk"];
|
|
11622
11785
|
export type SchemaWriteSsoClaimMapping = components["schemas"]["WriteSsoClaimMapping"];
|
|
11623
11786
|
export type SchemaWriteSumo = components["schemas"]["WriteSumo"];
|
|
@@ -14081,7 +14244,7 @@ export interface operations {
|
|
|
14081
14244
|
};
|
|
14082
14245
|
};
|
|
14083
14246
|
};
|
|
14084
|
-
|
|
14247
|
+
list_9: {
|
|
14085
14248
|
parameters: {
|
|
14086
14249
|
query?: never;
|
|
14087
14250
|
header?: never;
|
|
@@ -14108,7 +14271,7 @@ export interface operations {
|
|
|
14108
14271
|
};
|
|
14109
14272
|
};
|
|
14110
14273
|
};
|
|
14111
|
-
|
|
14274
|
+
create_9: {
|
|
14112
14275
|
parameters: {
|
|
14113
14276
|
query?: never;
|
|
14114
14277
|
header?: never;
|
|
@@ -14175,7 +14338,7 @@ export interface operations {
|
|
|
14175
14338
|
};
|
|
14176
14339
|
};
|
|
14177
14340
|
};
|
|
14178
|
-
|
|
14341
|
+
get_9: {
|
|
14179
14342
|
parameters: {
|
|
14180
14343
|
query?: never;
|
|
14181
14344
|
header?: never;
|
|
@@ -14211,7 +14374,7 @@ export interface operations {
|
|
|
14211
14374
|
};
|
|
14212
14375
|
};
|
|
14213
14376
|
};
|
|
14214
|
-
|
|
14377
|
+
update_9: {
|
|
14215
14378
|
parameters: {
|
|
14216
14379
|
query?: never;
|
|
14217
14380
|
header?: never;
|
|
@@ -14258,7 +14421,7 @@ export interface operations {
|
|
|
14258
14421
|
};
|
|
14259
14422
|
};
|
|
14260
14423
|
};
|
|
14261
|
-
|
|
14424
|
+
delete_9: {
|
|
14262
14425
|
parameters: {
|
|
14263
14426
|
query?: never;
|
|
14264
14427
|
header?: never;
|
|
@@ -14285,7 +14448,7 @@ export interface operations {
|
|
|
14285
14448
|
};
|
|
14286
14449
|
};
|
|
14287
14450
|
};
|
|
14288
|
-
|
|
14451
|
+
upsertApiKey_6: {
|
|
14289
14452
|
parameters: {
|
|
14290
14453
|
query?: never;
|
|
14291
14454
|
header?: never;
|
|
@@ -14446,7 +14609,7 @@ export interface operations {
|
|
|
14446
14609
|
};
|
|
14447
14610
|
};
|
|
14448
14611
|
};
|
|
14449
|
-
|
|
14612
|
+
list_10: {
|
|
14450
14613
|
parameters: {
|
|
14451
14614
|
query?: never;
|
|
14452
14615
|
header?: never;
|
|
@@ -14473,7 +14636,7 @@ export interface operations {
|
|
|
14473
14636
|
};
|
|
14474
14637
|
};
|
|
14475
14638
|
};
|
|
14476
|
-
|
|
14639
|
+
create_10: {
|
|
14477
14640
|
parameters: {
|
|
14478
14641
|
query?: never;
|
|
14479
14642
|
header?: never;
|
|
@@ -14513,7 +14676,7 @@ export interface operations {
|
|
|
14513
14676
|
};
|
|
14514
14677
|
};
|
|
14515
14678
|
};
|
|
14516
|
-
|
|
14679
|
+
get_10: {
|
|
14517
14680
|
parameters: {
|
|
14518
14681
|
query?: never;
|
|
14519
14682
|
header?: never;
|
|
@@ -14549,7 +14712,7 @@ export interface operations {
|
|
|
14549
14712
|
};
|
|
14550
14713
|
};
|
|
14551
14714
|
};
|
|
14552
|
-
|
|
14715
|
+
update_10: {
|
|
14553
14716
|
parameters: {
|
|
14554
14717
|
query?: never;
|
|
14555
14718
|
header?: never;
|
|
@@ -14596,7 +14759,7 @@ export interface operations {
|
|
|
14596
14759
|
};
|
|
14597
14760
|
};
|
|
14598
14761
|
};
|
|
14599
|
-
|
|
14762
|
+
delete_10: {
|
|
14600
14763
|
parameters: {
|
|
14601
14764
|
query?: never;
|
|
14602
14765
|
header?: never;
|
|
@@ -14623,7 +14786,7 @@ export interface operations {
|
|
|
14623
14786
|
};
|
|
14624
14787
|
};
|
|
14625
14788
|
};
|
|
14626
|
-
|
|
14789
|
+
upsertApiKey_7: {
|
|
14627
14790
|
parameters: {
|
|
14628
14791
|
query?: never;
|
|
14629
14792
|
header?: never;
|
|
@@ -14661,7 +14824,7 @@ export interface operations {
|
|
|
14661
14824
|
};
|
|
14662
14825
|
};
|
|
14663
14826
|
};
|
|
14664
|
-
|
|
14827
|
+
list_11: {
|
|
14665
14828
|
parameters: {
|
|
14666
14829
|
query?: never;
|
|
14667
14830
|
header?: never;
|
|
@@ -14688,7 +14851,7 @@ export interface operations {
|
|
|
14688
14851
|
};
|
|
14689
14852
|
};
|
|
14690
14853
|
};
|
|
14691
|
-
|
|
14854
|
+
create_11: {
|
|
14692
14855
|
parameters: {
|
|
14693
14856
|
query?: never;
|
|
14694
14857
|
header?: never;
|
|
@@ -14728,7 +14891,7 @@ export interface operations {
|
|
|
14728
14891
|
};
|
|
14729
14892
|
};
|
|
14730
14893
|
};
|
|
14731
|
-
|
|
14894
|
+
get_11: {
|
|
14732
14895
|
parameters: {
|
|
14733
14896
|
query?: never;
|
|
14734
14897
|
header?: never;
|
|
@@ -14764,7 +14927,7 @@ export interface operations {
|
|
|
14764
14927
|
};
|
|
14765
14928
|
};
|
|
14766
14929
|
};
|
|
14767
|
-
|
|
14930
|
+
update_11: {
|
|
14768
14931
|
parameters: {
|
|
14769
14932
|
query?: never;
|
|
14770
14933
|
header?: never;
|
|
@@ -14811,7 +14974,7 @@ export interface operations {
|
|
|
14811
14974
|
};
|
|
14812
14975
|
};
|
|
14813
14976
|
};
|
|
14814
|
-
|
|
14977
|
+
delete_11: {
|
|
14815
14978
|
parameters: {
|
|
14816
14979
|
query?: never;
|
|
14817
14980
|
header?: never;
|
|
@@ -15170,7 +15333,7 @@ export interface operations {
|
|
|
15170
15333
|
};
|
|
15171
15334
|
};
|
|
15172
15335
|
};
|
|
15173
|
-
|
|
15336
|
+
list_12: {
|
|
15174
15337
|
parameters: {
|
|
15175
15338
|
query?: never;
|
|
15176
15339
|
header?: never;
|
|
@@ -15197,7 +15360,7 @@ export interface operations {
|
|
|
15197
15360
|
};
|
|
15198
15361
|
};
|
|
15199
15362
|
};
|
|
15200
|
-
|
|
15363
|
+
create_12: {
|
|
15201
15364
|
parameters: {
|
|
15202
15365
|
query?: never;
|
|
15203
15366
|
header?: never;
|
|
@@ -15235,7 +15398,7 @@ export interface operations {
|
|
|
15235
15398
|
};
|
|
15236
15399
|
};
|
|
15237
15400
|
};
|
|
15238
|
-
|
|
15401
|
+
delete_12: {
|
|
15239
15402
|
parameters: {
|
|
15240
15403
|
query?: never;
|
|
15241
15404
|
header?: never;
|
|
@@ -15540,7 +15703,7 @@ export interface operations {
|
|
|
15540
15703
|
};
|
|
15541
15704
|
};
|
|
15542
15705
|
};
|
|
15543
|
-
|
|
15706
|
+
list_13: {
|
|
15544
15707
|
parameters: {
|
|
15545
15708
|
query?: never;
|
|
15546
15709
|
header?: never;
|
|
@@ -15567,7 +15730,7 @@ export interface operations {
|
|
|
15567
15730
|
};
|
|
15568
15731
|
};
|
|
15569
15732
|
};
|
|
15570
|
-
|
|
15733
|
+
create_13: {
|
|
15571
15734
|
parameters: {
|
|
15572
15735
|
query?: never;
|
|
15573
15736
|
header?: never;
|
|
@@ -15605,7 +15768,7 @@ export interface operations {
|
|
|
15605
15768
|
};
|
|
15606
15769
|
};
|
|
15607
15770
|
};
|
|
15608
|
-
|
|
15771
|
+
get_12: {
|
|
15609
15772
|
parameters: {
|
|
15610
15773
|
query?: never;
|
|
15611
15774
|
header?: never;
|
|
@@ -15641,7 +15804,7 @@ export interface operations {
|
|
|
15641
15804
|
};
|
|
15642
15805
|
};
|
|
15643
15806
|
};
|
|
15644
|
-
|
|
15807
|
+
update_12: {
|
|
15645
15808
|
parameters: {
|
|
15646
15809
|
query?: never;
|
|
15647
15810
|
header?: never;
|
|
@@ -15681,7 +15844,7 @@ export interface operations {
|
|
|
15681
15844
|
};
|
|
15682
15845
|
};
|
|
15683
15846
|
};
|
|
15684
|
-
|
|
15847
|
+
delete_13: {
|
|
15685
15848
|
parameters: {
|
|
15686
15849
|
query?: never;
|
|
15687
15850
|
header?: never;
|
|
@@ -15708,7 +15871,222 @@ export interface operations {
|
|
|
15708
15871
|
};
|
|
15709
15872
|
};
|
|
15710
15873
|
};
|
|
15711
|
-
|
|
15874
|
+
list_8: {
|
|
15875
|
+
parameters: {
|
|
15876
|
+
query?: never;
|
|
15877
|
+
header?: never;
|
|
15878
|
+
path?: never;
|
|
15879
|
+
cookie?: never;
|
|
15880
|
+
};
|
|
15881
|
+
requestBody?: never;
|
|
15882
|
+
responses: {
|
|
15883
|
+
/** @description Integrations retrieved successfully */
|
|
15884
|
+
200: {
|
|
15885
|
+
headers: {
|
|
15886
|
+
[name: string]: unknown;
|
|
15887
|
+
};
|
|
15888
|
+
content: {
|
|
15889
|
+
"application/json": components["schemas"]["ItemsCollectionReadSlackMcp"];
|
|
15890
|
+
};
|
|
15891
|
+
};
|
|
15892
|
+
/** @description Unauthorized */
|
|
15893
|
+
401: {
|
|
15894
|
+
headers: {
|
|
15895
|
+
[name: string]: unknown;
|
|
15896
|
+
};
|
|
15897
|
+
content?: never;
|
|
15898
|
+
};
|
|
15899
|
+
};
|
|
15900
|
+
};
|
|
15901
|
+
create_8: {
|
|
15902
|
+
parameters: {
|
|
15903
|
+
query?: never;
|
|
15904
|
+
header?: never;
|
|
15905
|
+
path?: never;
|
|
15906
|
+
cookie?: never;
|
|
15907
|
+
};
|
|
15908
|
+
requestBody?: {
|
|
15909
|
+
content: {
|
|
15910
|
+
"application/json": components["schemas"]["WriteSlackMcp"];
|
|
15911
|
+
};
|
|
15912
|
+
};
|
|
15913
|
+
responses: {
|
|
15914
|
+
/** @description Integration created successfully */
|
|
15915
|
+
200: {
|
|
15916
|
+
headers: {
|
|
15917
|
+
[name: string]: unknown;
|
|
15918
|
+
};
|
|
15919
|
+
content: {
|
|
15920
|
+
"application/json": components["schemas"]["ReadSlackMcp"];
|
|
15921
|
+
};
|
|
15922
|
+
};
|
|
15923
|
+
/** @description Unauthorized */
|
|
15924
|
+
401: {
|
|
15925
|
+
headers: {
|
|
15926
|
+
[name: string]: unknown;
|
|
15927
|
+
};
|
|
15928
|
+
content?: never;
|
|
15929
|
+
};
|
|
15930
|
+
/** @description Integration already exists. */
|
|
15931
|
+
409: {
|
|
15932
|
+
headers: {
|
|
15933
|
+
[name: string]: unknown;
|
|
15934
|
+
};
|
|
15935
|
+
content: {
|
|
15936
|
+
"application/json": components["schemas"]["ReadSlackMcp"];
|
|
15937
|
+
};
|
|
15938
|
+
};
|
|
15939
|
+
};
|
|
15940
|
+
};
|
|
15941
|
+
get_8: {
|
|
15942
|
+
parameters: {
|
|
15943
|
+
query?: never;
|
|
15944
|
+
header?: never;
|
|
15945
|
+
path: {
|
|
15946
|
+
id: string;
|
|
15947
|
+
};
|
|
15948
|
+
cookie?: never;
|
|
15949
|
+
};
|
|
15950
|
+
requestBody?: never;
|
|
15951
|
+
responses: {
|
|
15952
|
+
/** @description Integration retrieved successfully */
|
|
15953
|
+
200: {
|
|
15954
|
+
headers: {
|
|
15955
|
+
[name: string]: unknown;
|
|
15956
|
+
};
|
|
15957
|
+
content: {
|
|
15958
|
+
"application/json": components["schemas"]["ReadSlackMcp"];
|
|
15959
|
+
};
|
|
15960
|
+
};
|
|
15961
|
+
/** @description Unauthorized */
|
|
15962
|
+
401: {
|
|
15963
|
+
headers: {
|
|
15964
|
+
[name: string]: unknown;
|
|
15965
|
+
};
|
|
15966
|
+
content?: never;
|
|
15967
|
+
};
|
|
15968
|
+
/** @description Integration not found. */
|
|
15969
|
+
404: {
|
|
15970
|
+
headers: {
|
|
15971
|
+
[name: string]: unknown;
|
|
15972
|
+
};
|
|
15973
|
+
content?: never;
|
|
15974
|
+
};
|
|
15975
|
+
};
|
|
15976
|
+
};
|
|
15977
|
+
update_8: {
|
|
15978
|
+
parameters: {
|
|
15979
|
+
query?: never;
|
|
15980
|
+
header?: never;
|
|
15981
|
+
path: {
|
|
15982
|
+
id: string;
|
|
15983
|
+
};
|
|
15984
|
+
cookie?: never;
|
|
15985
|
+
};
|
|
15986
|
+
requestBody?: {
|
|
15987
|
+
content: {
|
|
15988
|
+
"application/json": components["schemas"]["WriteSlackMcp"];
|
|
15989
|
+
};
|
|
15990
|
+
};
|
|
15991
|
+
responses: {
|
|
15992
|
+
/** @description Integration updated successfully */
|
|
15993
|
+
200: {
|
|
15994
|
+
headers: {
|
|
15995
|
+
[name: string]: unknown;
|
|
15996
|
+
};
|
|
15997
|
+
content: {
|
|
15998
|
+
"application/json": components["schemas"]["ReadSlackMcp"];
|
|
15999
|
+
};
|
|
16000
|
+
};
|
|
16001
|
+
/** @description Unauthorized */
|
|
16002
|
+
401: {
|
|
16003
|
+
headers: {
|
|
16004
|
+
[name: string]: unknown;
|
|
16005
|
+
};
|
|
16006
|
+
content?: never;
|
|
16007
|
+
};
|
|
16008
|
+
/** @description Integration not found. */
|
|
16009
|
+
404: {
|
|
16010
|
+
headers: {
|
|
16011
|
+
[name: string]: unknown;
|
|
16012
|
+
};
|
|
16013
|
+
content?: never;
|
|
16014
|
+
};
|
|
16015
|
+
/** @description Integration was modified or deleted concurrently. */
|
|
16016
|
+
409: {
|
|
16017
|
+
headers: {
|
|
16018
|
+
[name: string]: unknown;
|
|
16019
|
+
};
|
|
16020
|
+
content?: never;
|
|
16021
|
+
};
|
|
16022
|
+
};
|
|
16023
|
+
};
|
|
16024
|
+
delete_8: {
|
|
16025
|
+
parameters: {
|
|
16026
|
+
query?: never;
|
|
16027
|
+
header?: never;
|
|
16028
|
+
path: {
|
|
16029
|
+
id: string;
|
|
16030
|
+
};
|
|
16031
|
+
cookie?: never;
|
|
16032
|
+
};
|
|
16033
|
+
requestBody?: never;
|
|
16034
|
+
responses: {
|
|
16035
|
+
/** @description Integration deleted successfully */
|
|
16036
|
+
204: {
|
|
16037
|
+
headers: {
|
|
16038
|
+
[name: string]: unknown;
|
|
16039
|
+
};
|
|
16040
|
+
content?: never;
|
|
16041
|
+
};
|
|
16042
|
+
/** @description Unauthorized */
|
|
16043
|
+
401: {
|
|
16044
|
+
headers: {
|
|
16045
|
+
[name: string]: unknown;
|
|
16046
|
+
};
|
|
16047
|
+
content?: never;
|
|
16048
|
+
};
|
|
16049
|
+
};
|
|
16050
|
+
};
|
|
16051
|
+
upsertApiKey_5: {
|
|
16052
|
+
parameters: {
|
|
16053
|
+
query?: never;
|
|
16054
|
+
header?: never;
|
|
16055
|
+
path: {
|
|
16056
|
+
id: string;
|
|
16057
|
+
};
|
|
16058
|
+
cookie?: never;
|
|
16059
|
+
};
|
|
16060
|
+
requestBody?: {
|
|
16061
|
+
content: {
|
|
16062
|
+
"application/json": components["schemas"]["SecretApi"];
|
|
16063
|
+
};
|
|
16064
|
+
};
|
|
16065
|
+
responses: {
|
|
16066
|
+
/** @description Token upserted successfully. */
|
|
16067
|
+
204: {
|
|
16068
|
+
headers: {
|
|
16069
|
+
[name: string]: unknown;
|
|
16070
|
+
};
|
|
16071
|
+
content?: never;
|
|
16072
|
+
};
|
|
16073
|
+
/** @description Unauthorized */
|
|
16074
|
+
401: {
|
|
16075
|
+
headers: {
|
|
16076
|
+
[name: string]: unknown;
|
|
16077
|
+
};
|
|
16078
|
+
content?: never;
|
|
16079
|
+
};
|
|
16080
|
+
/** @description Integration not found. */
|
|
16081
|
+
404: {
|
|
16082
|
+
headers: {
|
|
16083
|
+
[name: string]: unknown;
|
|
16084
|
+
};
|
|
16085
|
+
content?: never;
|
|
16086
|
+
};
|
|
16087
|
+
};
|
|
16088
|
+
};
|
|
16089
|
+
list_14: {
|
|
15712
16090
|
parameters: {
|
|
15713
16091
|
query?: never;
|
|
15714
16092
|
header?: never;
|
|
@@ -15735,7 +16113,7 @@ export interface operations {
|
|
|
15735
16113
|
};
|
|
15736
16114
|
};
|
|
15737
16115
|
};
|
|
15738
|
-
|
|
16116
|
+
create_14: {
|
|
15739
16117
|
parameters: {
|
|
15740
16118
|
query?: never;
|
|
15741
16119
|
header?: never;
|
|
@@ -15775,7 +16153,7 @@ export interface operations {
|
|
|
15775
16153
|
};
|
|
15776
16154
|
};
|
|
15777
16155
|
};
|
|
15778
|
-
|
|
16156
|
+
get_13: {
|
|
15779
16157
|
parameters: {
|
|
15780
16158
|
query?: never;
|
|
15781
16159
|
header?: never;
|
|
@@ -15811,7 +16189,7 @@ export interface operations {
|
|
|
15811
16189
|
};
|
|
15812
16190
|
};
|
|
15813
16191
|
};
|
|
15814
|
-
|
|
16192
|
+
update_13: {
|
|
15815
16193
|
parameters: {
|
|
15816
16194
|
query?: never;
|
|
15817
16195
|
header?: never;
|
|
@@ -15858,7 +16236,7 @@ export interface operations {
|
|
|
15858
16236
|
};
|
|
15859
16237
|
};
|
|
15860
16238
|
};
|
|
15861
|
-
|
|
16239
|
+
delete_14: {
|
|
15862
16240
|
parameters: {
|
|
15863
16241
|
query?: never;
|
|
15864
16242
|
header?: never;
|
|
@@ -16046,7 +16424,7 @@ export interface operations {
|
|
|
16046
16424
|
};
|
|
16047
16425
|
};
|
|
16048
16426
|
};
|
|
16049
|
-
|
|
16427
|
+
list_15: {
|
|
16050
16428
|
parameters: {
|
|
16051
16429
|
query?: never;
|
|
16052
16430
|
header?: never;
|
|
@@ -16073,7 +16451,7 @@ export interface operations {
|
|
|
16073
16451
|
};
|
|
16074
16452
|
};
|
|
16075
16453
|
};
|
|
16076
|
-
|
|
16454
|
+
create_15: {
|
|
16077
16455
|
parameters: {
|
|
16078
16456
|
query?: never;
|
|
16079
16457
|
header?: never;
|
|
@@ -16113,7 +16491,7 @@ export interface operations {
|
|
|
16113
16491
|
};
|
|
16114
16492
|
};
|
|
16115
16493
|
};
|
|
16116
|
-
|
|
16494
|
+
get_14: {
|
|
16117
16495
|
parameters: {
|
|
16118
16496
|
query?: never;
|
|
16119
16497
|
header?: never;
|
|
@@ -16149,7 +16527,7 @@ export interface operations {
|
|
|
16149
16527
|
};
|
|
16150
16528
|
};
|
|
16151
16529
|
};
|
|
16152
|
-
|
|
16530
|
+
update_14: {
|
|
16153
16531
|
parameters: {
|
|
16154
16532
|
query?: never;
|
|
16155
16533
|
header?: never;
|
|
@@ -16196,7 +16574,7 @@ export interface operations {
|
|
|
16196
16574
|
};
|
|
16197
16575
|
};
|
|
16198
16576
|
};
|
|
16199
|
-
|
|
16577
|
+
delete_15: {
|
|
16200
16578
|
parameters: {
|
|
16201
16579
|
query?: never;
|
|
16202
16580
|
header?: never;
|
|
@@ -18882,7 +19260,7 @@ export interface operations {
|
|
|
18882
19260
|
};
|
|
18883
19261
|
};
|
|
18884
19262
|
};
|
|
18885
|
-
|
|
19263
|
+
list_16: {
|
|
18886
19264
|
parameters: {
|
|
18887
19265
|
query?: {
|
|
18888
19266
|
page?: number;
|
|
@@ -19577,6 +19955,10 @@ export declare enum OtlpTraceAgentSourceType {
|
|
|
19577
19955
|
export declare enum OtlpTraceSinkType {
|
|
19578
19956
|
otlp_trace_sink = "otlp-trace-sink"
|
|
19579
19957
|
}
|
|
19958
|
+
export declare enum ParseQueryRequestValidationTarget {
|
|
19959
|
+
PARSED_QUERY_NODE = "PARSED_QUERY_NODE",
|
|
19960
|
+
EVENT_PREDICATE = "EVENT_PREDICATE"
|
|
19961
|
+
}
|
|
19580
19962
|
export declare enum PassthroughNodeKind {
|
|
19581
19963
|
passthrough_node = "passthrough-node"
|
|
19582
19964
|
}
|
|
@@ -19666,6 +20048,9 @@ export declare enum ReadS3DataWarehouseType {
|
|
|
19666
20048
|
export declare enum ReadS3VectorIndexType {
|
|
19667
20049
|
s3_vector_index = "s3-vector-index"
|
|
19668
20050
|
}
|
|
20051
|
+
export declare enum ReadSlackMcpType {
|
|
20052
|
+
slack_mcp = "slack-mcp"
|
|
20053
|
+
}
|
|
19669
20054
|
export declare enum ReadSplunkType {
|
|
19670
20055
|
splunk = "splunk"
|
|
19671
20056
|
}
|