pycarlo 0.10.159__tar.gz → 0.10.161__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.161}/PKG-INFO +1 -1
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/lib/schema.json +382 -123
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/lib/schema.py +112 -1
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.159 → pycarlo-0.10.161}/.circleci/README.md +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/.circleci/config.yml +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/.coveragerc +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/.gitignore +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/LICENSE +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/Makefile +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/README.md +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/pyproject.toml +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/requirements-ci.txt +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/requirements-dev.txt +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/requirements.txt +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/setup.cfg +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/setup.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/common/data.json +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/test_client.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/test_operations.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/tests/test_session.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/utils/env.sh +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/utils/generate.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/utils/sample.env +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/utils/sanity.py +0 -0
- {pycarlo-0.10.159 → pycarlo-0.10.161}/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,
|
|
@@ -98896,13 +98999,97 @@
|
|
|
98896
98999
|
"name": null,
|
|
98897
99000
|
"ofType": {
|
|
98898
99001
|
"kind": "OBJECT",
|
|
98899
|
-
"name": "
|
|
99002
|
+
"name": "MconsMonitorsCountPair",
|
|
98900
99003
|
"ofType": null
|
|
98901
99004
|
}
|
|
98902
99005
|
}
|
|
98903
99006
|
}
|
|
98904
99007
|
}
|
|
98905
99008
|
},
|
|
99009
|
+
{
|
|
99010
|
+
"args": [],
|
|
99011
|
+
"deprecationReason": null,
|
|
99012
|
+
"description": null,
|
|
99013
|
+
"isDeprecated": false,
|
|
99014
|
+
"name": "topMulticoveredMconsByMonitorCountPerAlertCondition",
|
|
99015
|
+
"type": {
|
|
99016
|
+
"kind": "NON_NULL",
|
|
99017
|
+
"name": null,
|
|
99018
|
+
"ofType": {
|
|
99019
|
+
"kind": "SCALAR",
|
|
99020
|
+
"name": "GenericScalar",
|
|
99021
|
+
"ofType": null
|
|
99022
|
+
}
|
|
99023
|
+
}
|
|
99024
|
+
},
|
|
99025
|
+
{
|
|
99026
|
+
"args": [],
|
|
99027
|
+
"deprecationReason": null,
|
|
99028
|
+
"description": null,
|
|
99029
|
+
"isDeprecated": false,
|
|
99030
|
+
"name": "mconCoverageDistributionPerAlertCondition",
|
|
99031
|
+
"type": {
|
|
99032
|
+
"kind": "NON_NULL",
|
|
99033
|
+
"name": null,
|
|
99034
|
+
"ofType": {
|
|
99035
|
+
"kind": "SCALAR",
|
|
99036
|
+
"name": "GenericScalar",
|
|
99037
|
+
"ofType": null
|
|
99038
|
+
}
|
|
99039
|
+
}
|
|
99040
|
+
},
|
|
99041
|
+
{
|
|
99042
|
+
"args": [],
|
|
99043
|
+
"deprecationReason": null,
|
|
99044
|
+
"description": null,
|
|
99045
|
+
"isDeprecated": false,
|
|
99046
|
+
"name": "mconCoverageDistributionPerAudienceAndAlertCondition",
|
|
99047
|
+
"type": {
|
|
99048
|
+
"kind": "NON_NULL",
|
|
99049
|
+
"name": null,
|
|
99050
|
+
"ofType": {
|
|
99051
|
+
"kind": "SCALAR",
|
|
99052
|
+
"name": "GenericScalar",
|
|
99053
|
+
"ofType": null
|
|
99054
|
+
}
|
|
99055
|
+
}
|
|
99056
|
+
},
|
|
99057
|
+
{
|
|
99058
|
+
"args": [],
|
|
99059
|
+
"deprecationReason": null,
|
|
99060
|
+
"description": null,
|
|
99061
|
+
"isDeprecated": false,
|
|
99062
|
+
"name": "multiCoveredMconsByAudienceAlertConditionCount",
|
|
99063
|
+
"type": {
|
|
99064
|
+
"kind": "SCALAR",
|
|
99065
|
+
"name": "Int",
|
|
99066
|
+
"ofType": null
|
|
99067
|
+
}
|
|
99068
|
+
},
|
|
99069
|
+
{
|
|
99070
|
+
"args": [],
|
|
99071
|
+
"deprecationReason": null,
|
|
99072
|
+
"description": null,
|
|
99073
|
+
"isDeprecated": false,
|
|
99074
|
+
"name": "multiCoveredMconsByAlertConditionCount",
|
|
99075
|
+
"type": {
|
|
99076
|
+
"kind": "SCALAR",
|
|
99077
|
+
"name": "Int",
|
|
99078
|
+
"ofType": null
|
|
99079
|
+
}
|
|
99080
|
+
},
|
|
99081
|
+
{
|
|
99082
|
+
"args": [],
|
|
99083
|
+
"deprecationReason": null,
|
|
99084
|
+
"description": null,
|
|
99085
|
+
"isDeprecated": false,
|
|
99086
|
+
"name": "multiCoveredMconsGlobalCount",
|
|
99087
|
+
"type": {
|
|
99088
|
+
"kind": "SCALAR",
|
|
99089
|
+
"name": "Int",
|
|
99090
|
+
"ofType": null
|
|
99091
|
+
}
|
|
99092
|
+
},
|
|
98906
99093
|
{
|
|
98907
99094
|
"args": [],
|
|
98908
99095
|
"deprecationReason": null,
|
|
@@ -99278,6 +99465,26 @@
|
|
|
99278
99465
|
}
|
|
99279
99466
|
}
|
|
99280
99467
|
},
|
|
99468
|
+
{
|
|
99469
|
+
"args": [],
|
|
99470
|
+
"deprecationReason": null,
|
|
99471
|
+
"description": null,
|
|
99472
|
+
"isDeprecated": false,
|
|
99473
|
+
"name": "alertConditions",
|
|
99474
|
+
"type": {
|
|
99475
|
+
"kind": "LIST",
|
|
99476
|
+
"name": null,
|
|
99477
|
+
"ofType": {
|
|
99478
|
+
"kind": "NON_NULL",
|
|
99479
|
+
"name": null,
|
|
99480
|
+
"ofType": {
|
|
99481
|
+
"kind": "OBJECT",
|
|
99482
|
+
"name": "TableMonitorAlertCondition",
|
|
99483
|
+
"ofType": null
|
|
99484
|
+
}
|
|
99485
|
+
}
|
|
99486
|
+
}
|
|
99487
|
+
},
|
|
99281
99488
|
{
|
|
99282
99489
|
"args": [],
|
|
99283
99490
|
"deprecationReason": null,
|
|
@@ -100008,6 +100215,49 @@
|
|
|
100008
100215
|
"name": "MconCountPair",
|
|
100009
100216
|
"possibleTypes": null
|
|
100010
100217
|
},
|
|
100218
|
+
{
|
|
100219
|
+
"description": null,
|
|
100220
|
+
"enumValues": null,
|
|
100221
|
+
"fields": [
|
|
100222
|
+
{
|
|
100223
|
+
"args": [],
|
|
100224
|
+
"deprecationReason": null,
|
|
100225
|
+
"description": null,
|
|
100226
|
+
"isDeprecated": false,
|
|
100227
|
+
"name": "mconsCount",
|
|
100228
|
+
"type": {
|
|
100229
|
+
"kind": "NON_NULL",
|
|
100230
|
+
"name": null,
|
|
100231
|
+
"ofType": {
|
|
100232
|
+
"kind": "SCALAR",
|
|
100233
|
+
"name": "Int",
|
|
100234
|
+
"ofType": null
|
|
100235
|
+
}
|
|
100236
|
+
}
|
|
100237
|
+
},
|
|
100238
|
+
{
|
|
100239
|
+
"args": [],
|
|
100240
|
+
"deprecationReason": null,
|
|
100241
|
+
"description": null,
|
|
100242
|
+
"isDeprecated": false,
|
|
100243
|
+
"name": "monitorsCount",
|
|
100244
|
+
"type": {
|
|
100245
|
+
"kind": "NON_NULL",
|
|
100246
|
+
"name": null,
|
|
100247
|
+
"ofType": {
|
|
100248
|
+
"kind": "SCALAR",
|
|
100249
|
+
"name": "Int",
|
|
100250
|
+
"ofType": null
|
|
100251
|
+
}
|
|
100252
|
+
}
|
|
100253
|
+
}
|
|
100254
|
+
],
|
|
100255
|
+
"inputFields": null,
|
|
100256
|
+
"interfaces": [],
|
|
100257
|
+
"kind": "OBJECT",
|
|
100258
|
+
"name": "MconsMonitorsCountPair",
|
|
100259
|
+
"possibleTypes": null
|
|
100260
|
+
},
|
|
100011
100261
|
{
|
|
100012
100262
|
"description": null,
|
|
100013
100263
|
"enumValues": null,
|
|
@@ -142163,93 +142413,6 @@
|
|
|
142163
142413
|
"name": "AccessKeyIndexEnum",
|
|
142164
142414
|
"possibleTypes": null
|
|
142165
142415
|
},
|
|
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
142416
|
{
|
|
142254
142417
|
"description": null,
|
|
142255
142418
|
"enumValues": null,
|
|
@@ -153009,6 +153172,56 @@
|
|
|
153009
153172
|
"ofType": null
|
|
153010
153173
|
}
|
|
153011
153174
|
},
|
|
153175
|
+
{
|
|
153176
|
+
"args": [
|
|
153177
|
+
{
|
|
153178
|
+
"defaultValue": null,
|
|
153179
|
+
"description": "Key description",
|
|
153180
|
+
"name": "description",
|
|
153181
|
+
"type": {
|
|
153182
|
+
"kind": "SCALAR",
|
|
153183
|
+
"name": "String",
|
|
153184
|
+
"ofType": null
|
|
153185
|
+
}
|
|
153186
|
+
}
|
|
153187
|
+
],
|
|
153188
|
+
"deprecationReason": null,
|
|
153189
|
+
"description": "(experimental) Create an MCP integration key",
|
|
153190
|
+
"isDeprecated": false,
|
|
153191
|
+
"name": "createMcpIntegrationKey",
|
|
153192
|
+
"type": {
|
|
153193
|
+
"kind": "OBJECT",
|
|
153194
|
+
"name": "CreateMcpIntegrationKey",
|
|
153195
|
+
"ofType": null
|
|
153196
|
+
}
|
|
153197
|
+
},
|
|
153198
|
+
{
|
|
153199
|
+
"args": [
|
|
153200
|
+
{
|
|
153201
|
+
"defaultValue": null,
|
|
153202
|
+
"description": "Integration key id",
|
|
153203
|
+
"name": "keyId",
|
|
153204
|
+
"type": {
|
|
153205
|
+
"kind": "NON_NULL",
|
|
153206
|
+
"name": null,
|
|
153207
|
+
"ofType": {
|
|
153208
|
+
"kind": "SCALAR",
|
|
153209
|
+
"name": "String",
|
|
153210
|
+
"ofType": null
|
|
153211
|
+
}
|
|
153212
|
+
}
|
|
153213
|
+
}
|
|
153214
|
+
],
|
|
153215
|
+
"deprecationReason": null,
|
|
153216
|
+
"description": "(experimental) Delete an MCP integration key created by the current user",
|
|
153217
|
+
"isDeprecated": false,
|
|
153218
|
+
"name": "deleteMcpIntegrationKey",
|
|
153219
|
+
"type": {
|
|
153220
|
+
"kind": "OBJECT",
|
|
153221
|
+
"name": "DeleteMcpIntegrationKey",
|
|
153222
|
+
"ofType": null
|
|
153223
|
+
}
|
|
153224
|
+
},
|
|
153012
153225
|
{
|
|
153013
153226
|
"args": [
|
|
153014
153227
|
{
|
|
@@ -179191,6 +179404,87 @@
|
|
|
179191
179404
|
"name": "ToggleSizeCollection",
|
|
179192
179405
|
"possibleTypes": null
|
|
179193
179406
|
},
|
|
179407
|
+
{
|
|
179408
|
+
"description": "Create an MCP integration key",
|
|
179409
|
+
"enumValues": null,
|
|
179410
|
+
"fields": [
|
|
179411
|
+
{
|
|
179412
|
+
"args": [],
|
|
179413
|
+
"deprecationReason": null,
|
|
179414
|
+
"description": "Integration key id and secret (only available once).",
|
|
179415
|
+
"isDeprecated": false,
|
|
179416
|
+
"name": "key",
|
|
179417
|
+
"type": {
|
|
179418
|
+
"kind": "OBJECT",
|
|
179419
|
+
"name": "IntegrationKey",
|
|
179420
|
+
"ofType": null
|
|
179421
|
+
}
|
|
179422
|
+
}
|
|
179423
|
+
],
|
|
179424
|
+
"inputFields": null,
|
|
179425
|
+
"interfaces": [],
|
|
179426
|
+
"kind": "OBJECT",
|
|
179427
|
+
"name": "CreateMcpIntegrationKey",
|
|
179428
|
+
"possibleTypes": null
|
|
179429
|
+
},
|
|
179430
|
+
{
|
|
179431
|
+
"description": "Integration key id and secret. Only available once.",
|
|
179432
|
+
"enumValues": null,
|
|
179433
|
+
"fields": [
|
|
179434
|
+
{
|
|
179435
|
+
"args": [],
|
|
179436
|
+
"deprecationReason": null,
|
|
179437
|
+
"description": "Key id",
|
|
179438
|
+
"isDeprecated": false,
|
|
179439
|
+
"name": "id",
|
|
179440
|
+
"type": {
|
|
179441
|
+
"kind": "SCALAR",
|
|
179442
|
+
"name": "String",
|
|
179443
|
+
"ofType": null
|
|
179444
|
+
}
|
|
179445
|
+
},
|
|
179446
|
+
{
|
|
179447
|
+
"args": [],
|
|
179448
|
+
"deprecationReason": null,
|
|
179449
|
+
"description": "Key secret",
|
|
179450
|
+
"isDeprecated": false,
|
|
179451
|
+
"name": "secret",
|
|
179452
|
+
"type": {
|
|
179453
|
+
"kind": "SCALAR",
|
|
179454
|
+
"name": "String",
|
|
179455
|
+
"ofType": null
|
|
179456
|
+
}
|
|
179457
|
+
}
|
|
179458
|
+
],
|
|
179459
|
+
"inputFields": null,
|
|
179460
|
+
"interfaces": [],
|
|
179461
|
+
"kind": "OBJECT",
|
|
179462
|
+
"name": "IntegrationKey",
|
|
179463
|
+
"possibleTypes": null
|
|
179464
|
+
},
|
|
179465
|
+
{
|
|
179466
|
+
"description": "Delete an MCP integration key created by the current user",
|
|
179467
|
+
"enumValues": null,
|
|
179468
|
+
"fields": [
|
|
179469
|
+
{
|
|
179470
|
+
"args": [],
|
|
179471
|
+
"deprecationReason": null,
|
|
179472
|
+
"description": "True if the key was deleted, false otherwise",
|
|
179473
|
+
"isDeprecated": false,
|
|
179474
|
+
"name": "deleted",
|
|
179475
|
+
"type": {
|
|
179476
|
+
"kind": "SCALAR",
|
|
179477
|
+
"name": "Boolean",
|
|
179478
|
+
"ofType": null
|
|
179479
|
+
}
|
|
179480
|
+
}
|
|
179481
|
+
],
|
|
179482
|
+
"inputFields": null,
|
|
179483
|
+
"interfaces": [],
|
|
179484
|
+
"kind": "OBJECT",
|
|
179485
|
+
"name": "DeleteMcpIntegrationKey",
|
|
179486
|
+
"possibleTypes": null
|
|
179487
|
+
},
|
|
179194
179488
|
{
|
|
179195
179489
|
"description": null,
|
|
179196
179490
|
"enumValues": null,
|
|
@@ -190767,41 +191061,6 @@
|
|
|
190767
191061
|
"name": "CreateIntegrationKey",
|
|
190768
191062
|
"possibleTypes": null
|
|
190769
191063
|
},
|
|
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
191064
|
{
|
|
190806
191065
|
"description": null,
|
|
190807
191066
|
"enumValues": [
|
|
@@ -15576,6 +15576,12 @@ class ConversionResult(sgqlc.types.Type):
|
|
|
15576
15576
|
"selected_tables_count",
|
|
15577
15577
|
"top_multicovered_mcons_by_monitor_count",
|
|
15578
15578
|
"mcon_coverage_distribution",
|
|
15579
|
+
"top_multicovered_mcons_by_monitor_count_per_alert_condition",
|
|
15580
|
+
"mcon_coverage_distribution_per_alert_condition",
|
|
15581
|
+
"mcon_coverage_distribution_per_audience_and_alert_condition",
|
|
15582
|
+
"multi_covered_mcons_by_audience_alert_condition_count",
|
|
15583
|
+
"multi_covered_mcons_by_alert_condition_count",
|
|
15584
|
+
"multi_covered_mcons_global_count",
|
|
15579
15585
|
"sample_covered_not_monitored",
|
|
15580
15586
|
"sample_monitored_not_covered",
|
|
15581
15587
|
"mcons_covered_by_table_monitor_audiences",
|
|
@@ -15652,10 +15658,37 @@ class ConversionResult(sgqlc.types.Type):
|
|
|
15652
15658
|
)
|
|
15653
15659
|
|
|
15654
15660
|
mcon_coverage_distribution = sgqlc.types.Field(
|
|
15655
|
-
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("
|
|
15661
|
+
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("MconsMonitorsCountPair"))),
|
|
15656
15662
|
graphql_name="mconCoverageDistribution",
|
|
15657
15663
|
)
|
|
15658
15664
|
|
|
15665
|
+
top_multicovered_mcons_by_monitor_count_per_alert_condition = sgqlc.types.Field(
|
|
15666
|
+
sgqlc.types.non_null(GenericScalar),
|
|
15667
|
+
graphql_name="topMulticoveredMconsByMonitorCountPerAlertCondition",
|
|
15668
|
+
)
|
|
15669
|
+
|
|
15670
|
+
mcon_coverage_distribution_per_alert_condition = sgqlc.types.Field(
|
|
15671
|
+
sgqlc.types.non_null(GenericScalar),
|
|
15672
|
+
graphql_name="mconCoverageDistributionPerAlertCondition",
|
|
15673
|
+
)
|
|
15674
|
+
|
|
15675
|
+
mcon_coverage_distribution_per_audience_and_alert_condition = sgqlc.types.Field(
|
|
15676
|
+
sgqlc.types.non_null(GenericScalar),
|
|
15677
|
+
graphql_name="mconCoverageDistributionPerAudienceAndAlertCondition",
|
|
15678
|
+
)
|
|
15679
|
+
|
|
15680
|
+
multi_covered_mcons_by_audience_alert_condition_count = sgqlc.types.Field(
|
|
15681
|
+
Int, graphql_name="multiCoveredMconsByAudienceAlertConditionCount"
|
|
15682
|
+
)
|
|
15683
|
+
|
|
15684
|
+
multi_covered_mcons_by_alert_condition_count = sgqlc.types.Field(
|
|
15685
|
+
Int, graphql_name="multiCoveredMconsByAlertConditionCount"
|
|
15686
|
+
)
|
|
15687
|
+
|
|
15688
|
+
multi_covered_mcons_global_count = sgqlc.types.Field(
|
|
15689
|
+
Int, graphql_name="multiCoveredMconsGlobalCount"
|
|
15690
|
+
)
|
|
15691
|
+
|
|
15659
15692
|
sample_covered_not_monitored = sgqlc.types.Field(
|
|
15660
15693
|
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("MconMonitorPair"))),
|
|
15661
15694
|
graphql_name="sampleCoveredNotMonitored",
|
|
@@ -15939,6 +15972,15 @@ class CreateLogsIntegration(sgqlc.types.Type):
|
|
|
15939
15972
|
"""The integration that was created"""
|
|
15940
15973
|
|
|
15941
15974
|
|
|
15975
|
+
class CreateMcpIntegrationKey(sgqlc.types.Type):
|
|
15976
|
+
"""Create an MCP integration key"""
|
|
15977
|
+
|
|
15978
|
+
__schema__ = schema
|
|
15979
|
+
__field_names__ = ("key",)
|
|
15980
|
+
key = sgqlc.types.Field("IntegrationKey", graphql_name="key")
|
|
15981
|
+
"""Integration key id and secret (only available once)."""
|
|
15982
|
+
|
|
15983
|
+
|
|
15942
15984
|
class CreateOpsgenieIntegration(sgqlc.types.Type):
|
|
15943
15985
|
__schema__ = schema
|
|
15944
15986
|
__field_names__ = ("opsgenie_integration",)
|
|
@@ -18893,6 +18935,15 @@ class DeleteLogsIntegration(sgqlc.types.Type):
|
|
|
18893
18935
|
success = sgqlc.types.Field(Boolean, graphql_name="success")
|
|
18894
18936
|
|
|
18895
18937
|
|
|
18938
|
+
class DeleteMcpIntegrationKey(sgqlc.types.Type):
|
|
18939
|
+
"""Delete an MCP integration key created by the current user"""
|
|
18940
|
+
|
|
18941
|
+
__schema__ = schema
|
|
18942
|
+
__field_names__ = ("deleted",)
|
|
18943
|
+
deleted = sgqlc.types.Field(Boolean, graphql_name="deleted")
|
|
18944
|
+
"""True if the key was deleted, false otherwise"""
|
|
18945
|
+
|
|
18946
|
+
|
|
18896
18947
|
class DeleteMonitor(sgqlc.types.Type):
|
|
18897
18948
|
__schema__ = schema
|
|
18898
18949
|
__field_names__ = ("success",)
|
|
@@ -23793,6 +23844,14 @@ class MconRuleIdPair(sgqlc.types.Type):
|
|
|
23793
23844
|
)
|
|
23794
23845
|
|
|
23795
23846
|
|
|
23847
|
+
class MconsMonitorsCountPair(sgqlc.types.Type):
|
|
23848
|
+
__schema__ = schema
|
|
23849
|
+
__field_names__ = ("mcons_count", "monitors_count")
|
|
23850
|
+
mcons_count = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="mconsCount")
|
|
23851
|
+
|
|
23852
|
+
monitors_count = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="monitorsCount")
|
|
23853
|
+
|
|
23854
|
+
|
|
23796
23855
|
class MergeAlerts(sgqlc.types.Type):
|
|
23797
23856
|
"""Merge alerts together"""
|
|
23798
23857
|
|
|
@@ -25078,6 +25137,8 @@ class Mutation(sgqlc.types.Type):
|
|
|
25078
25137
|
"update_streaming_system_name",
|
|
25079
25138
|
"update_streaming_cluster_name",
|
|
25080
25139
|
"toggle_size_collection",
|
|
25140
|
+
"create_mcp_integration_key",
|
|
25141
|
+
"delete_mcp_integration_key",
|
|
25081
25142
|
"create_opsgenie_integration",
|
|
25082
25143
|
"update_opsgenie_integration",
|
|
25083
25144
|
"update_opsgenie_integration_webhook_secret",
|
|
@@ -29340,6 +29401,42 @@ class Mutation(sgqlc.types.Type):
|
|
|
29340
29401
|
to the collection query
|
|
29341
29402
|
"""
|
|
29342
29403
|
|
|
29404
|
+
create_mcp_integration_key = sgqlc.types.Field(
|
|
29405
|
+
CreateMcpIntegrationKey,
|
|
29406
|
+
graphql_name="createMcpIntegrationKey",
|
|
29407
|
+
args=sgqlc.types.ArgDict(
|
|
29408
|
+
(("description", sgqlc.types.Arg(String, graphql_name="description", default=None)),)
|
|
29409
|
+
),
|
|
29410
|
+
)
|
|
29411
|
+
"""(experimental) Create an MCP integration key
|
|
29412
|
+
|
|
29413
|
+
Arguments:
|
|
29414
|
+
|
|
29415
|
+
* `description` (`String`): Key description
|
|
29416
|
+
"""
|
|
29417
|
+
|
|
29418
|
+
delete_mcp_integration_key = sgqlc.types.Field(
|
|
29419
|
+
DeleteMcpIntegrationKey,
|
|
29420
|
+
graphql_name="deleteMcpIntegrationKey",
|
|
29421
|
+
args=sgqlc.types.ArgDict(
|
|
29422
|
+
(
|
|
29423
|
+
(
|
|
29424
|
+
"key_id",
|
|
29425
|
+
sgqlc.types.Arg(
|
|
29426
|
+
sgqlc.types.non_null(String), graphql_name="keyId", default=None
|
|
29427
|
+
),
|
|
29428
|
+
),
|
|
29429
|
+
)
|
|
29430
|
+
),
|
|
29431
|
+
)
|
|
29432
|
+
"""(experimental) Delete an MCP integration key created by the
|
|
29433
|
+
current user
|
|
29434
|
+
|
|
29435
|
+
Arguments:
|
|
29436
|
+
|
|
29437
|
+
* `key_id` (`String!`): Integration key id
|
|
29438
|
+
"""
|
|
29439
|
+
|
|
29343
29440
|
create_opsgenie_integration = sgqlc.types.Field(
|
|
29344
29441
|
CreateOpsgenieIntegration,
|
|
29345
29442
|
graphql_name="createOpsgenieIntegration",
|
|
@@ -43579,6 +43676,7 @@ class Query(sgqlc.types.Type):
|
|
|
43579
43676
|
"get_azure_devops_organization",
|
|
43580
43677
|
"get_size_collection_configuration",
|
|
43581
43678
|
"get_size_collection_query",
|
|
43679
|
+
"get_my_mcp_integration_keys",
|
|
43582
43680
|
"get_opsgenie_integrations",
|
|
43583
43681
|
"get_pagerduty_service_integrations",
|
|
43584
43682
|
"get_volume_change_table_monitor",
|
|
@@ -46532,6 +46630,13 @@ class Query(sgqlc.types.Type):
|
|
|
46532
46630
|
collection query
|
|
46533
46631
|
"""
|
|
46534
46632
|
|
|
46633
|
+
get_my_mcp_integration_keys = sgqlc.types.Field(
|
|
46634
|
+
sgqlc.types.list_of(IntegrationKeyMetadata), graphql_name="getMyMcpIntegrationKeys"
|
|
46635
|
+
)
|
|
46636
|
+
"""(experimental) Retrieve MCP integration keys created by the
|
|
46637
|
+
current user
|
|
46638
|
+
"""
|
|
46639
|
+
|
|
46535
46640
|
get_opsgenie_integrations = sgqlc.types.Field(
|
|
46536
46641
|
sgqlc.types.list_of(OpsgenieIntegrationOutput),
|
|
46537
46642
|
graphql_name="getOpsgenieIntegrations",
|
|
@@ -64117,6 +64222,7 @@ class TableMonitorSpec(sgqlc.types.Type):
|
|
|
64117
64222
|
"description",
|
|
64118
64223
|
"monitor_name",
|
|
64119
64224
|
"domain_restrictions",
|
|
64225
|
+
"alert_conditions",
|
|
64120
64226
|
"source_notification_rules",
|
|
64121
64227
|
"source_monitored_table_rules",
|
|
64122
64228
|
"created_by_id",
|
|
@@ -64142,6 +64248,11 @@ class TableMonitorSpec(sgqlc.types.Type):
|
|
|
64142
64248
|
sgqlc.types.list_of(sgqlc.types.non_null(UUID)), graphql_name="domainRestrictions"
|
|
64143
64249
|
)
|
|
64144
64250
|
|
|
64251
|
+
alert_conditions = sgqlc.types.Field(
|
|
64252
|
+
sgqlc.types.list_of(sgqlc.types.non_null(TableMonitorAlertCondition)),
|
|
64253
|
+
graphql_name="alertConditions",
|
|
64254
|
+
)
|
|
64255
|
+
|
|
64145
64256
|
source_notification_rules = sgqlc.types.Field(
|
|
64146
64257
|
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(RoutingRuleData))),
|
|
64147
64258
|
graphql_name="sourceNotificationRules",
|
|
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.161}/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.161}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.159 → pycarlo-0.10.161}/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
|