pycarlo 0.10.137__tar.gz → 0.10.138__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.137 → pycarlo-0.10.138}/PKG-INFO +1 -1
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/lib/schema.json +11 -1
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/lib/schema.py +7 -1
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.137 → pycarlo-0.10.138}/.circleci/README.md +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/.circleci/config.yml +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/.coveragerc +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/.gitignore +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/LICENSE +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/Makefile +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/README.md +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/pyproject.toml +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/requirements-ci.txt +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/requirements-dev.txt +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/requirements.txt +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/setup.cfg +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/setup.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/__init__.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/common/data.json +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/test_client.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/test_operations.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/tests/test_session.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/utils/env.sh +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/utils/generate.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/utils/sample.env +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/utils/sanity.py +0 -0
- {pycarlo-0.10.137 → pycarlo-0.10.138}/utils/vars.py +0 -0
|
@@ -4811,6 +4811,16 @@
|
|
|
4811
4811
|
"ofType": null
|
|
4812
4812
|
}
|
|
4813
4813
|
}
|
|
4814
|
+
},
|
|
4815
|
+
{
|
|
4816
|
+
"defaultValue": null,
|
|
4817
|
+
"description": "If true, return only mandatory fields",
|
|
4818
|
+
"name": "mandatoryOnly",
|
|
4819
|
+
"type": {
|
|
4820
|
+
"kind": "SCALAR",
|
|
4821
|
+
"name": "Boolean",
|
|
4822
|
+
"ofType": null
|
|
4823
|
+
}
|
|
4814
4824
|
}
|
|
4815
4825
|
],
|
|
4816
4826
|
"deprecationReason": null,
|
|
@@ -4992,7 +5002,7 @@
|
|
|
4992
5002
|
},
|
|
4993
5003
|
{
|
|
4994
5004
|
"defaultValue": null,
|
|
4995
|
-
"description": "The user's password for basic authentication.DEPRECATED: Use credentials instead.",
|
|
5005
|
+
"description": "The user's password for basic authentication. DEPRECATED: Use credentials instead.",
|
|
4996
5006
|
"name": "password",
|
|
4997
5007
|
"type": {
|
|
4998
5008
|
"kind": "SCALAR",
|
|
@@ -46344,6 +46344,10 @@ class Query(sgqlc.types.Type):
|
|
|
46344
46344
|
sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
|
|
46345
46345
|
),
|
|
46346
46346
|
),
|
|
46347
|
+
(
|
|
46348
|
+
"mandatory_only",
|
|
46349
|
+
sgqlc.types.Arg(Boolean, graphql_name="mandatoryOnly", default=None),
|
|
46350
|
+
),
|
|
46347
46351
|
)
|
|
46348
46352
|
),
|
|
46349
46353
|
)
|
|
@@ -46352,6 +46356,8 @@ class Query(sgqlc.types.Type):
|
|
|
46352
46356
|
Arguments:
|
|
46353
46357
|
|
|
46354
46358
|
* `integration_id` (`UUID!`): The integration ID
|
|
46359
|
+
* `mandatory_only` (`Boolean`): If true, return only mandatory
|
|
46360
|
+
fields
|
|
46355
46361
|
"""
|
|
46356
46362
|
|
|
46357
46363
|
get_servicenow_users = sgqlc.types.Field(
|
|
@@ -46462,7 +46468,7 @@ class Query(sgqlc.types.Type):
|
|
|
46462
46468
|
* `username` (`String`): The ServiceNow username for basic
|
|
46463
46469
|
authentication. DEPRECATED: Use credentials instead.
|
|
46464
46470
|
* `password` (`String`): The user's password for basic
|
|
46465
|
-
authentication.DEPRECATED: Use credentials instead.
|
|
46471
|
+
authentication. DEPRECATED: Use credentials instead.
|
|
46466
46472
|
* `credentials` (`ServiceNowCredentialsUnionInput`): The
|
|
46467
46473
|
ServiceNow credentials
|
|
46468
46474
|
* `options` (`ServiceNowIntegrationOptionsInput`): Options for
|
|
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.137 → pycarlo-0.10.138}/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.137 → pycarlo-0.10.138}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.137 → pycarlo-0.10.138}/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
|