pycarlo 0.10.159__tar.gz → 0.10.160__tar.gz
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.
Potentially problematic release.
This version of pycarlo might be problematic. Click here for more details.
- {pycarlo-0.10.159 → pycarlo-0.10.160}/PKG-INFO +1 -1
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/lib/schema.json +234 -122
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/lib/schema.py +64 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.159 → pycarlo-0.10.160}/.circleci/README.md +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/.circleci/config.yml +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/.coveragerc +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/.gitignore +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/LICENSE +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/Makefile +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/README.md +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/pyproject.toml +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/requirements-ci.txt +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/requirements-dev.txt +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/requirements.txt +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/setup.cfg +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/setup.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/common/data.json +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/test_client.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/test_operations.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/tests/test_session.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/utils/env.sh +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/utils/generate.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/utils/sample.env +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/utils/sanity.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.160}/utils/vars.py +0 -0
|
@@ -4620,6 +4620,22 @@
|
|
|
4620
4620
|
"ofType": null
|
|
4621
4621
|
}
|
|
4622
4622
|
},
|
|
4623
|
+
{
|
|
4624
|
+
"args": [],
|
|
4625
|
+
"deprecationReason": null,
|
|
4626
|
+
"description": "(experimental) Retrieve MCP integration keys created by the current user",
|
|
4627
|
+
"isDeprecated": false,
|
|
4628
|
+
"name": "getMyMcpIntegrationKeys",
|
|
4629
|
+
"type": {
|
|
4630
|
+
"kind": "LIST",
|
|
4631
|
+
"name": null,
|
|
4632
|
+
"ofType": {
|
|
4633
|
+
"kind": "OBJECT",
|
|
4634
|
+
"name": "IntegrationKeyMetadata",
|
|
4635
|
+
"ofType": null
|
|
4636
|
+
}
|
|
4637
|
+
}
|
|
4638
|
+
},
|
|
4623
4639
|
{
|
|
4624
4640
|
"args": [
|
|
4625
4641
|
{
|
|
@@ -97628,6 +97644,93 @@
|
|
|
97628
97644
|
"name": "SizeCollectionQuery",
|
|
97629
97645
|
"possibleTypes": null
|
|
97630
97646
|
},
|
|
97647
|
+
{
|
|
97648
|
+
"description": "Metadata for an integration key (will not include the associated secret)",
|
|
97649
|
+
"enumValues": null,
|
|
97650
|
+
"fields": [
|
|
97651
|
+
{
|
|
97652
|
+
"args": [],
|
|
97653
|
+
"deprecationReason": null,
|
|
97654
|
+
"description": "Key id",
|
|
97655
|
+
"isDeprecated": false,
|
|
97656
|
+
"name": "id",
|
|
97657
|
+
"type": {
|
|
97658
|
+
"kind": "SCALAR",
|
|
97659
|
+
"name": "String",
|
|
97660
|
+
"ofType": null
|
|
97661
|
+
}
|
|
97662
|
+
},
|
|
97663
|
+
{
|
|
97664
|
+
"args": [],
|
|
97665
|
+
"deprecationReason": null,
|
|
97666
|
+
"description": "Key description",
|
|
97667
|
+
"isDeprecated": false,
|
|
97668
|
+
"name": "description",
|
|
97669
|
+
"type": {
|
|
97670
|
+
"kind": "SCALAR",
|
|
97671
|
+
"name": "String",
|
|
97672
|
+
"ofType": null
|
|
97673
|
+
}
|
|
97674
|
+
},
|
|
97675
|
+
{
|
|
97676
|
+
"args": [],
|
|
97677
|
+
"deprecationReason": null,
|
|
97678
|
+
"description": "Key scope (integration it can be used for)",
|
|
97679
|
+
"isDeprecated": false,
|
|
97680
|
+
"name": "scope",
|
|
97681
|
+
"type": {
|
|
97682
|
+
"kind": "SCALAR",
|
|
97683
|
+
"name": "String",
|
|
97684
|
+
"ofType": null
|
|
97685
|
+
}
|
|
97686
|
+
},
|
|
97687
|
+
{
|
|
97688
|
+
"args": [],
|
|
97689
|
+
"deprecationReason": null,
|
|
97690
|
+
"description": "Warehouses associated with key",
|
|
97691
|
+
"isDeprecated": false,
|
|
97692
|
+
"name": "warehouses",
|
|
97693
|
+
"type": {
|
|
97694
|
+
"kind": "LIST",
|
|
97695
|
+
"name": null,
|
|
97696
|
+
"ofType": {
|
|
97697
|
+
"kind": "OBJECT",
|
|
97698
|
+
"name": "Warehouse",
|
|
97699
|
+
"ofType": null
|
|
97700
|
+
}
|
|
97701
|
+
}
|
|
97702
|
+
},
|
|
97703
|
+
{
|
|
97704
|
+
"args": [],
|
|
97705
|
+
"deprecationReason": null,
|
|
97706
|
+
"description": "Time key was created",
|
|
97707
|
+
"isDeprecated": false,
|
|
97708
|
+
"name": "createdTime",
|
|
97709
|
+
"type": {
|
|
97710
|
+
"kind": "SCALAR",
|
|
97711
|
+
"name": "DateTime",
|
|
97712
|
+
"ofType": null
|
|
97713
|
+
}
|
|
97714
|
+
},
|
|
97715
|
+
{
|
|
97716
|
+
"args": [],
|
|
97717
|
+
"deprecationReason": null,
|
|
97718
|
+
"description": "Who created the key",
|
|
97719
|
+
"isDeprecated": false,
|
|
97720
|
+
"name": "createdBy",
|
|
97721
|
+
"type": {
|
|
97722
|
+
"kind": "OBJECT",
|
|
97723
|
+
"name": "User",
|
|
97724
|
+
"ofType": null
|
|
97725
|
+
}
|
|
97726
|
+
}
|
|
97727
|
+
],
|
|
97728
|
+
"inputFields": null,
|
|
97729
|
+
"interfaces": [],
|
|
97730
|
+
"kind": "OBJECT",
|
|
97731
|
+
"name": "IntegrationKeyMetadata",
|
|
97732
|
+
"possibleTypes": null
|
|
97733
|
+
},
|
|
97631
97734
|
{
|
|
97632
97735
|
"description": "A PagerDuty service integration",
|
|
97633
97736
|
"enumValues": null,
|
|
@@ -142163,93 +142266,6 @@
|
|
|
142163
142266
|
"name": "AccessKeyIndexEnum",
|
|
142164
142267
|
"possibleTypes": null
|
|
142165
142268
|
},
|
|
142166
|
-
{
|
|
142167
|
-
"description": "Metadata for an integration key (will not include the associated secret)",
|
|
142168
|
-
"enumValues": null,
|
|
142169
|
-
"fields": [
|
|
142170
|
-
{
|
|
142171
|
-
"args": [],
|
|
142172
|
-
"deprecationReason": null,
|
|
142173
|
-
"description": "Key id",
|
|
142174
|
-
"isDeprecated": false,
|
|
142175
|
-
"name": "id",
|
|
142176
|
-
"type": {
|
|
142177
|
-
"kind": "SCALAR",
|
|
142178
|
-
"name": "String",
|
|
142179
|
-
"ofType": null
|
|
142180
|
-
}
|
|
142181
|
-
},
|
|
142182
|
-
{
|
|
142183
|
-
"args": [],
|
|
142184
|
-
"deprecationReason": null,
|
|
142185
|
-
"description": "Key description",
|
|
142186
|
-
"isDeprecated": false,
|
|
142187
|
-
"name": "description",
|
|
142188
|
-
"type": {
|
|
142189
|
-
"kind": "SCALAR",
|
|
142190
|
-
"name": "String",
|
|
142191
|
-
"ofType": null
|
|
142192
|
-
}
|
|
142193
|
-
},
|
|
142194
|
-
{
|
|
142195
|
-
"args": [],
|
|
142196
|
-
"deprecationReason": null,
|
|
142197
|
-
"description": "Key scope (integration it can be used for)",
|
|
142198
|
-
"isDeprecated": false,
|
|
142199
|
-
"name": "scope",
|
|
142200
|
-
"type": {
|
|
142201
|
-
"kind": "SCALAR",
|
|
142202
|
-
"name": "String",
|
|
142203
|
-
"ofType": null
|
|
142204
|
-
}
|
|
142205
|
-
},
|
|
142206
|
-
{
|
|
142207
|
-
"args": [],
|
|
142208
|
-
"deprecationReason": null,
|
|
142209
|
-
"description": "Warehouses associated with key",
|
|
142210
|
-
"isDeprecated": false,
|
|
142211
|
-
"name": "warehouses",
|
|
142212
|
-
"type": {
|
|
142213
|
-
"kind": "LIST",
|
|
142214
|
-
"name": null,
|
|
142215
|
-
"ofType": {
|
|
142216
|
-
"kind": "OBJECT",
|
|
142217
|
-
"name": "Warehouse",
|
|
142218
|
-
"ofType": null
|
|
142219
|
-
}
|
|
142220
|
-
}
|
|
142221
|
-
},
|
|
142222
|
-
{
|
|
142223
|
-
"args": [],
|
|
142224
|
-
"deprecationReason": null,
|
|
142225
|
-
"description": "Time key was created",
|
|
142226
|
-
"isDeprecated": false,
|
|
142227
|
-
"name": "createdTime",
|
|
142228
|
-
"type": {
|
|
142229
|
-
"kind": "SCALAR",
|
|
142230
|
-
"name": "DateTime",
|
|
142231
|
-
"ofType": null
|
|
142232
|
-
}
|
|
142233
|
-
},
|
|
142234
|
-
{
|
|
142235
|
-
"args": [],
|
|
142236
|
-
"deprecationReason": null,
|
|
142237
|
-
"description": "Who created the key",
|
|
142238
|
-
"isDeprecated": false,
|
|
142239
|
-
"name": "createdBy",
|
|
142240
|
-
"type": {
|
|
142241
|
-
"kind": "OBJECT",
|
|
142242
|
-
"name": "User",
|
|
142243
|
-
"ofType": null
|
|
142244
|
-
}
|
|
142245
|
-
}
|
|
142246
|
-
],
|
|
142247
|
-
"inputFields": null,
|
|
142248
|
-
"interfaces": [],
|
|
142249
|
-
"kind": "OBJECT",
|
|
142250
|
-
"name": "IntegrationKeyMetadata",
|
|
142251
|
-
"possibleTypes": null
|
|
142252
|
-
},
|
|
142253
142269
|
{
|
|
142254
142270
|
"description": null,
|
|
142255
142271
|
"enumValues": null,
|
|
@@ -153009,6 +153025,56 @@
|
|
|
153009
153025
|
"ofType": null
|
|
153010
153026
|
}
|
|
153011
153027
|
},
|
|
153028
|
+
{
|
|
153029
|
+
"args": [
|
|
153030
|
+
{
|
|
153031
|
+
"defaultValue": null,
|
|
153032
|
+
"description": "Key description",
|
|
153033
|
+
"name": "description",
|
|
153034
|
+
"type": {
|
|
153035
|
+
"kind": "SCALAR",
|
|
153036
|
+
"name": "String",
|
|
153037
|
+
"ofType": null
|
|
153038
|
+
}
|
|
153039
|
+
}
|
|
153040
|
+
],
|
|
153041
|
+
"deprecationReason": null,
|
|
153042
|
+
"description": "(experimental) Create an MCP integration key",
|
|
153043
|
+
"isDeprecated": false,
|
|
153044
|
+
"name": "createMcpIntegrationKey",
|
|
153045
|
+
"type": {
|
|
153046
|
+
"kind": "OBJECT",
|
|
153047
|
+
"name": "CreateMcpIntegrationKey",
|
|
153048
|
+
"ofType": null
|
|
153049
|
+
}
|
|
153050
|
+
},
|
|
153051
|
+
{
|
|
153052
|
+
"args": [
|
|
153053
|
+
{
|
|
153054
|
+
"defaultValue": null,
|
|
153055
|
+
"description": "Integration key id",
|
|
153056
|
+
"name": "keyId",
|
|
153057
|
+
"type": {
|
|
153058
|
+
"kind": "NON_NULL",
|
|
153059
|
+
"name": null,
|
|
153060
|
+
"ofType": {
|
|
153061
|
+
"kind": "SCALAR",
|
|
153062
|
+
"name": "String",
|
|
153063
|
+
"ofType": null
|
|
153064
|
+
}
|
|
153065
|
+
}
|
|
153066
|
+
}
|
|
153067
|
+
],
|
|
153068
|
+
"deprecationReason": null,
|
|
153069
|
+
"description": "(experimental) Delete an MCP integration key created by the current user",
|
|
153070
|
+
"isDeprecated": false,
|
|
153071
|
+
"name": "deleteMcpIntegrationKey",
|
|
153072
|
+
"type": {
|
|
153073
|
+
"kind": "OBJECT",
|
|
153074
|
+
"name": "DeleteMcpIntegrationKey",
|
|
153075
|
+
"ofType": null
|
|
153076
|
+
}
|
|
153077
|
+
},
|
|
153012
153078
|
{
|
|
153013
153079
|
"args": [
|
|
153014
153080
|
{
|
|
@@ -179191,6 +179257,87 @@
|
|
|
179191
179257
|
"name": "ToggleSizeCollection",
|
|
179192
179258
|
"possibleTypes": null
|
|
179193
179259
|
},
|
|
179260
|
+
{
|
|
179261
|
+
"description": "Create an MCP integration key",
|
|
179262
|
+
"enumValues": null,
|
|
179263
|
+
"fields": [
|
|
179264
|
+
{
|
|
179265
|
+
"args": [],
|
|
179266
|
+
"deprecationReason": null,
|
|
179267
|
+
"description": "Integration key id and secret (only available once).",
|
|
179268
|
+
"isDeprecated": false,
|
|
179269
|
+
"name": "key",
|
|
179270
|
+
"type": {
|
|
179271
|
+
"kind": "OBJECT",
|
|
179272
|
+
"name": "IntegrationKey",
|
|
179273
|
+
"ofType": null
|
|
179274
|
+
}
|
|
179275
|
+
}
|
|
179276
|
+
],
|
|
179277
|
+
"inputFields": null,
|
|
179278
|
+
"interfaces": [],
|
|
179279
|
+
"kind": "OBJECT",
|
|
179280
|
+
"name": "CreateMcpIntegrationKey",
|
|
179281
|
+
"possibleTypes": null
|
|
179282
|
+
},
|
|
179283
|
+
{
|
|
179284
|
+
"description": "Integration key id and secret. Only available once.",
|
|
179285
|
+
"enumValues": null,
|
|
179286
|
+
"fields": [
|
|
179287
|
+
{
|
|
179288
|
+
"args": [],
|
|
179289
|
+
"deprecationReason": null,
|
|
179290
|
+
"description": "Key id",
|
|
179291
|
+
"isDeprecated": false,
|
|
179292
|
+
"name": "id",
|
|
179293
|
+
"type": {
|
|
179294
|
+
"kind": "SCALAR",
|
|
179295
|
+
"name": "String",
|
|
179296
|
+
"ofType": null
|
|
179297
|
+
}
|
|
179298
|
+
},
|
|
179299
|
+
{
|
|
179300
|
+
"args": [],
|
|
179301
|
+
"deprecationReason": null,
|
|
179302
|
+
"description": "Key secret",
|
|
179303
|
+
"isDeprecated": false,
|
|
179304
|
+
"name": "secret",
|
|
179305
|
+
"type": {
|
|
179306
|
+
"kind": "SCALAR",
|
|
179307
|
+
"name": "String",
|
|
179308
|
+
"ofType": null
|
|
179309
|
+
}
|
|
179310
|
+
}
|
|
179311
|
+
],
|
|
179312
|
+
"inputFields": null,
|
|
179313
|
+
"interfaces": [],
|
|
179314
|
+
"kind": "OBJECT",
|
|
179315
|
+
"name": "IntegrationKey",
|
|
179316
|
+
"possibleTypes": null
|
|
179317
|
+
},
|
|
179318
|
+
{
|
|
179319
|
+
"description": "Delete an MCP integration key created by the current user",
|
|
179320
|
+
"enumValues": null,
|
|
179321
|
+
"fields": [
|
|
179322
|
+
{
|
|
179323
|
+
"args": [],
|
|
179324
|
+
"deprecationReason": null,
|
|
179325
|
+
"description": "True if the key was deleted, false otherwise",
|
|
179326
|
+
"isDeprecated": false,
|
|
179327
|
+
"name": "deleted",
|
|
179328
|
+
"type": {
|
|
179329
|
+
"kind": "SCALAR",
|
|
179330
|
+
"name": "Boolean",
|
|
179331
|
+
"ofType": null
|
|
179332
|
+
}
|
|
179333
|
+
}
|
|
179334
|
+
],
|
|
179335
|
+
"inputFields": null,
|
|
179336
|
+
"interfaces": [],
|
|
179337
|
+
"kind": "OBJECT",
|
|
179338
|
+
"name": "DeleteMcpIntegrationKey",
|
|
179339
|
+
"possibleTypes": null
|
|
179340
|
+
},
|
|
179194
179341
|
{
|
|
179195
179342
|
"description": null,
|
|
179196
179343
|
"enumValues": null,
|
|
@@ -190767,41 +190914,6 @@
|
|
|
190767
190914
|
"name": "CreateIntegrationKey",
|
|
190768
190915
|
"possibleTypes": null
|
|
190769
190916
|
},
|
|
190770
|
-
{
|
|
190771
|
-
"description": "Integration key id and secret. Only available once.",
|
|
190772
|
-
"enumValues": null,
|
|
190773
|
-
"fields": [
|
|
190774
|
-
{
|
|
190775
|
-
"args": [],
|
|
190776
|
-
"deprecationReason": null,
|
|
190777
|
-
"description": "Key id",
|
|
190778
|
-
"isDeprecated": false,
|
|
190779
|
-
"name": "id",
|
|
190780
|
-
"type": {
|
|
190781
|
-
"kind": "SCALAR",
|
|
190782
|
-
"name": "String",
|
|
190783
|
-
"ofType": null
|
|
190784
|
-
}
|
|
190785
|
-
},
|
|
190786
|
-
{
|
|
190787
|
-
"args": [],
|
|
190788
|
-
"deprecationReason": null,
|
|
190789
|
-
"description": "Key secret",
|
|
190790
|
-
"isDeprecated": false,
|
|
190791
|
-
"name": "secret",
|
|
190792
|
-
"type": {
|
|
190793
|
-
"kind": "SCALAR",
|
|
190794
|
-
"name": "String",
|
|
190795
|
-
"ofType": null
|
|
190796
|
-
}
|
|
190797
|
-
}
|
|
190798
|
-
],
|
|
190799
|
-
"inputFields": null,
|
|
190800
|
-
"interfaces": [],
|
|
190801
|
-
"kind": "OBJECT",
|
|
190802
|
-
"name": "IntegrationKey",
|
|
190803
|
-
"possibleTypes": null
|
|
190804
|
-
},
|
|
190805
190917
|
{
|
|
190806
190918
|
"description": null,
|
|
190807
190919
|
"enumValues": [
|
|
@@ -15939,6 +15939,15 @@ class CreateLogsIntegration(sgqlc.types.Type):
|
|
|
15939
15939
|
"""The integration that was created"""
|
|
15940
15940
|
|
|
15941
15941
|
|
|
15942
|
+
class CreateMcpIntegrationKey(sgqlc.types.Type):
|
|
15943
|
+
"""Create an MCP integration key"""
|
|
15944
|
+
|
|
15945
|
+
__schema__ = schema
|
|
15946
|
+
__field_names__ = ("key",)
|
|
15947
|
+
key = sgqlc.types.Field("IntegrationKey", graphql_name="key")
|
|
15948
|
+
"""Integration key id and secret (only available once)."""
|
|
15949
|
+
|
|
15950
|
+
|
|
15942
15951
|
class CreateOpsgenieIntegration(sgqlc.types.Type):
|
|
15943
15952
|
__schema__ = schema
|
|
15944
15953
|
__field_names__ = ("opsgenie_integration",)
|
|
@@ -18893,6 +18902,15 @@ class DeleteLogsIntegration(sgqlc.types.Type):
|
|
|
18893
18902
|
success = sgqlc.types.Field(Boolean, graphql_name="success")
|
|
18894
18903
|
|
|
18895
18904
|
|
|
18905
|
+
class DeleteMcpIntegrationKey(sgqlc.types.Type):
|
|
18906
|
+
"""Delete an MCP integration key created by the current user"""
|
|
18907
|
+
|
|
18908
|
+
__schema__ = schema
|
|
18909
|
+
__field_names__ = ("deleted",)
|
|
18910
|
+
deleted = sgqlc.types.Field(Boolean, graphql_name="deleted")
|
|
18911
|
+
"""True if the key was deleted, false otherwise"""
|
|
18912
|
+
|
|
18913
|
+
|
|
18896
18914
|
class DeleteMonitor(sgqlc.types.Type):
|
|
18897
18915
|
__schema__ = schema
|
|
18898
18916
|
__field_names__ = ("success",)
|
|
@@ -25078,6 +25096,8 @@ class Mutation(sgqlc.types.Type):
|
|
|
25078
25096
|
"update_streaming_system_name",
|
|
25079
25097
|
"update_streaming_cluster_name",
|
|
25080
25098
|
"toggle_size_collection",
|
|
25099
|
+
"create_mcp_integration_key",
|
|
25100
|
+
"delete_mcp_integration_key",
|
|
25081
25101
|
"create_opsgenie_integration",
|
|
25082
25102
|
"update_opsgenie_integration",
|
|
25083
25103
|
"update_opsgenie_integration_webhook_secret",
|
|
@@ -29340,6 +29360,42 @@ class Mutation(sgqlc.types.Type):
|
|
|
29340
29360
|
to the collection query
|
|
29341
29361
|
"""
|
|
29342
29362
|
|
|
29363
|
+
create_mcp_integration_key = sgqlc.types.Field(
|
|
29364
|
+
CreateMcpIntegrationKey,
|
|
29365
|
+
graphql_name="createMcpIntegrationKey",
|
|
29366
|
+
args=sgqlc.types.ArgDict(
|
|
29367
|
+
(("description", sgqlc.types.Arg(String, graphql_name="description", default=None)),)
|
|
29368
|
+
),
|
|
29369
|
+
)
|
|
29370
|
+
"""(experimental) Create an MCP integration key
|
|
29371
|
+
|
|
29372
|
+
Arguments:
|
|
29373
|
+
|
|
29374
|
+
* `description` (`String`): Key description
|
|
29375
|
+
"""
|
|
29376
|
+
|
|
29377
|
+
delete_mcp_integration_key = sgqlc.types.Field(
|
|
29378
|
+
DeleteMcpIntegrationKey,
|
|
29379
|
+
graphql_name="deleteMcpIntegrationKey",
|
|
29380
|
+
args=sgqlc.types.ArgDict(
|
|
29381
|
+
(
|
|
29382
|
+
(
|
|
29383
|
+
"key_id",
|
|
29384
|
+
sgqlc.types.Arg(
|
|
29385
|
+
sgqlc.types.non_null(String), graphql_name="keyId", default=None
|
|
29386
|
+
),
|
|
29387
|
+
),
|
|
29388
|
+
)
|
|
29389
|
+
),
|
|
29390
|
+
)
|
|
29391
|
+
"""(experimental) Delete an MCP integration key created by the
|
|
29392
|
+
current user
|
|
29393
|
+
|
|
29394
|
+
Arguments:
|
|
29395
|
+
|
|
29396
|
+
* `key_id` (`String!`): Integration key id
|
|
29397
|
+
"""
|
|
29398
|
+
|
|
29343
29399
|
create_opsgenie_integration = sgqlc.types.Field(
|
|
29344
29400
|
CreateOpsgenieIntegration,
|
|
29345
29401
|
graphql_name="createOpsgenieIntegration",
|
|
@@ -43579,6 +43635,7 @@ class Query(sgqlc.types.Type):
|
|
|
43579
43635
|
"get_azure_devops_organization",
|
|
43580
43636
|
"get_size_collection_configuration",
|
|
43581
43637
|
"get_size_collection_query",
|
|
43638
|
+
"get_my_mcp_integration_keys",
|
|
43582
43639
|
"get_opsgenie_integrations",
|
|
43583
43640
|
"get_pagerduty_service_integrations",
|
|
43584
43641
|
"get_volume_change_table_monitor",
|
|
@@ -46532,6 +46589,13 @@ class Query(sgqlc.types.Type):
|
|
|
46532
46589
|
collection query
|
|
46533
46590
|
"""
|
|
46534
46591
|
|
|
46592
|
+
get_my_mcp_integration_keys = sgqlc.types.Field(
|
|
46593
|
+
sgqlc.types.list_of(IntegrationKeyMetadata), graphql_name="getMyMcpIntegrationKeys"
|
|
46594
|
+
)
|
|
46595
|
+
"""(experimental) Retrieve MCP integration keys created by the
|
|
46596
|
+
current user
|
|
46597
|
+
"""
|
|
46598
|
+
|
|
46535
46599
|
get_opsgenie_integrations = sgqlc.types.Field(
|
|
46536
46600
|
sgqlc.types.list_of(OpsgenieIntegrationOutput),
|
|
46537
46601
|
graphql_name="getOpsgenieIntegrations",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycarlo-0.10.159 → pycarlo-0.10.160}/pycarlo/features/metadata/metadata_filters_container.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycarlo-0.10.159 → pycarlo-0.10.160}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.159 → pycarlo-0.10.160}/tests/features/pii/sample_events/sample_md_events_02.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|