pycarlo 0.10.150__py3-none-any.whl → 0.10.151__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 +12 -0
- pycarlo/lib/schema.py +4 -0
- {pycarlo-0.10.150.dist-info → pycarlo-0.10.151.dist-info}/METADATA +1 -1
- {pycarlo-0.10.150.dist-info → pycarlo-0.10.151.dist-info}/RECORD +7 -7
- {pycarlo-0.10.150.dist-info → pycarlo-0.10.151.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.150.dist-info → pycarlo-0.10.151.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.150.dist-info → pycarlo-0.10.151.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -127578,6 +127578,18 @@
|
|
|
127578
127578
|
"ofType": null
|
|
127579
127579
|
}
|
|
127580
127580
|
},
|
|
127581
|
+
{
|
|
127582
|
+
"args": [],
|
|
127583
|
+
"deprecationReason": null,
|
|
127584
|
+
"description": "The domain's tag representation",
|
|
127585
|
+
"isDeprecated": false,
|
|
127586
|
+
"name": "domainTag",
|
|
127587
|
+
"type": {
|
|
127588
|
+
"kind": "SCALAR",
|
|
127589
|
+
"name": "String",
|
|
127590
|
+
"ofType": null
|
|
127591
|
+
}
|
|
127592
|
+
},
|
|
127581
127593
|
{
|
|
127582
127594
|
"args": [],
|
|
127583
127595
|
"deprecationReason": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -19224,6 +19224,7 @@ class DomainOutput(sgqlc.types.Type):
|
|
|
19224
19224
|
"name",
|
|
19225
19225
|
"description",
|
|
19226
19226
|
"created_by_email",
|
|
19227
|
+
"domain_tag",
|
|
19227
19228
|
"assignments",
|
|
19228
19229
|
"excluded_assignments",
|
|
19229
19230
|
"tags",
|
|
@@ -19243,6 +19244,9 @@ class DomainOutput(sgqlc.types.Type):
|
|
|
19243
19244
|
created_by_email = sgqlc.types.Field(String, graphql_name="createdByEmail")
|
|
19244
19245
|
"""Domain created by email address"""
|
|
19245
19246
|
|
|
19247
|
+
domain_tag = sgqlc.types.Field(String, graphql_name="domainTag")
|
|
19248
|
+
"""The domain's tag representation"""
|
|
19249
|
+
|
|
19246
19250
|
assignments = sgqlc.types.Field(sgqlc.types.list_of(String), graphql_name="assignments")
|
|
19247
19251
|
"""Objects assigned to domain (as MCONs)"""
|
|
19248
19252
|
|
|
@@ -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=0sI-bLINxBp0YtCFqeLGkWv0wAffNz0k99tbOSWtPSk,6212469
|
|
39
|
+
pycarlo/lib/schema.py,sha256=JpMoj33HGAYPBJocYspxFfq7fKdPHsWARXCCkTq1luc,2696484
|
|
40
|
+
pycarlo-0.10.151.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.151.dist-info/METADATA,sha256=c3B0OcFrp-DtlD3mW3OnXdv0FrqSdNusWnhMAEQuNFk,8742
|
|
42
|
+
pycarlo-0.10.151.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.151.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.151.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|