pycarlo 0.10.176__py3-none-any.whl → 0.10.177__py3-none-any.whl
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/lib/schema.json +3 -7
- pycarlo/lib/schema.py +2 -5
- {pycarlo-0.10.176.dist-info → pycarlo-0.10.177.dist-info}/METADATA +1 -1
- {pycarlo-0.10.176.dist-info → pycarlo-0.10.177.dist-info}/RECORD +7 -7
- {pycarlo-0.10.176.dist-info → pycarlo-0.10.177.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.176.dist-info → pycarlo-0.10.177.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.176.dist-info → pycarlo-0.10.177.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -28427,13 +28427,9 @@
|
|
|
28427
28427
|
"description": "DC UUID. To disambiguate accounts with multiple collectors.",
|
|
28428
28428
|
"name": "dcId",
|
|
28429
28429
|
"type": {
|
|
28430
|
-
"kind": "
|
|
28431
|
-
"name":
|
|
28432
|
-
"ofType":
|
|
28433
|
-
"kind": "SCALAR",
|
|
28434
|
-
"name": "UUID",
|
|
28435
|
-
"ofType": null
|
|
28436
|
-
}
|
|
28430
|
+
"kind": "SCALAR",
|
|
28431
|
+
"name": "UUID",
|
|
28432
|
+
"ofType": null
|
|
28437
28433
|
}
|
|
28438
28434
|
},
|
|
28439
28435
|
{
|
pycarlo/lib/schema.py
CHANGED
|
@@ -59689,10 +59689,7 @@ class Query(sgqlc.types.Type):
|
|
|
59689
59689
|
graphql_name="getSupportedValidationsV2",
|
|
59690
59690
|
args=sgqlc.types.ArgDict(
|
|
59691
59691
|
(
|
|
59692
|
-
(
|
|
59693
|
-
"dc_id",
|
|
59694
|
-
sgqlc.types.Arg(sgqlc.types.non_null(UUID), graphql_name="dcId", default=None),
|
|
59695
|
-
),
|
|
59692
|
+
("dc_id", sgqlc.types.Arg(UUID, graphql_name="dcId", default=None)),
|
|
59696
59693
|
(
|
|
59697
59694
|
"connection_type",
|
|
59698
59695
|
sgqlc.types.Arg(
|
|
@@ -59705,7 +59702,7 @@ class Query(sgqlc.types.Type):
|
|
|
59705
59702
|
)
|
|
59706
59703
|
"""Arguments:
|
|
59707
59704
|
|
|
59708
|
-
* `dc_id` (`UUID
|
|
59705
|
+
* `dc_id` (`UUID`): DC UUID. To disambiguate accounts with
|
|
59709
59706
|
multiple collectors.
|
|
59710
59707
|
* `connection_type` (`String!`): The type of connection to query
|
|
59711
59708
|
supported validations for.
|
|
@@ -35,10 +35,10 @@ pycarlo/features/user/queries.py,sha256=m97RvM0oiBlrU5xmOwe_JJ5N0G0NG5hIOeyQqN2O
|
|
|
35
35
|
pycarlo/features/user/service.py,sha256=DHkhuonySaHro07NTd0YNe3cNkDk62CiRTY77dhVaMs,2890
|
|
36
36
|
pycarlo/lib/README.md,sha256=QGNeUefPzLKGyZqn5aITpcFgkC9WQTNS292BGisRFHk,139
|
|
37
37
|
pycarlo/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
|
-
pycarlo/lib/schema.json,sha256=
|
|
39
|
-
pycarlo/lib/schema.py,sha256=
|
|
40
|
-
pycarlo-0.10.
|
|
41
|
-
pycarlo-0.10.
|
|
42
|
-
pycarlo-0.10.
|
|
43
|
-
pycarlo-0.10.
|
|
44
|
-
pycarlo-0.10.
|
|
38
|
+
pycarlo/lib/schema.json,sha256=d-RDKDEjoqYP97GMAxvoxaIgX3hrUEnVoY6Qkq44NoE,6273033
|
|
39
|
+
pycarlo/lib/schema.py,sha256=sNCsGE8s1NrLfJUm3EV7-8Oh_NFNViP7ZOLI8STk96w,2727163
|
|
40
|
+
pycarlo-0.10.177.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.177.dist-info/METADATA,sha256=0zHHm0h3tMsP9WCa4J2g5Zyy6nJGQA7wk1g9hA1YPgA,8742
|
|
42
|
+
pycarlo-0.10.177.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.177.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.177.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|