pyegeria 5.4.0.34__py3-none-any.whl → 5.4.0.35__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.
- pyegeria/_client_new.py +2 -2
- {pyegeria-5.4.0.34.dist-info → pyegeria-5.4.0.35.dist-info}/METADATA +1 -1
- {pyegeria-5.4.0.34.dist-info → pyegeria-5.4.0.35.dist-info}/RECORD +6 -6
- {pyegeria-5.4.0.34.dist-info → pyegeria-5.4.0.35.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.0.34.dist-info → pyegeria-5.4.0.35.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.0.34.dist-info → pyegeria-5.4.0.35.dist-info}/entry_points.txt +0 -0
pyegeria/_client_new.py
CHANGED
@@ -892,7 +892,7 @@ class Client2:
|
|
892
892
|
elif isinstance(body, dict):
|
893
893
|
validated_body = self._search_string_request_adapter.validate_python(body)
|
894
894
|
else:
|
895
|
-
search_string = None if search_string
|
895
|
+
search_string = None if search_string == "*" else search_string
|
896
896
|
body = {
|
897
897
|
"class": "SearchStringRequestBody",
|
898
898
|
"search_string": search_string,
|
@@ -934,7 +934,7 @@ class Client2:
|
|
934
934
|
elif isinstance(body, dict):
|
935
935
|
validated_body = self._filter_request_adapter.validate_python(body)
|
936
936
|
else:
|
937
|
-
filter_string = None if filter_string
|
937
|
+
filter_string = None if filter_string == "*" else filter_string
|
938
938
|
classification_names = None if classification_names == [] else classification_names
|
939
939
|
body = {
|
940
940
|
"class": "FilterRequestBody",
|
@@ -4484,7 +4484,7 @@ pyegeria/.DS_Store,sha256=0aBMLyHzOdNfPdpm4fywtgy9RMl0MhMXfemUF9e7eaw,6148
|
|
4484
4484
|
pyegeria/README.md,sha256=PwX5OC7-YSZUCIsoyHh1O-WBM2hE84sm3Bd4O353NOk,1464
|
4485
4485
|
pyegeria/__init__.py,sha256=XxbaEpv8bsxyKZ_Oj5uvyOv1YETOILihyrjHVV5rTys,11863
|
4486
4486
|
pyegeria/_client.py,sha256=hJHn5pD8sbelP_M9dK-M5Z2CYqpRXzXfg1UCgAdQ6dQ,33416
|
4487
|
-
pyegeria/_client_new.py,sha256=
|
4487
|
+
pyegeria/_client_new.py,sha256=0ExEG7-R69pUDfy8vl7FhqiepK-MnbXxxKLRas8U9WM,49550
|
4488
4488
|
pyegeria/_deprecated_gov_engine.py,sha256=dWNcwVsE5__dF2u4QiIyQrssozzzOjBbLld8MdpmVCQ,17264
|
4489
4489
|
pyegeria/_exceptions.py,sha256=1SrnV194V4_YJNnNAU0myTHQ3dhLn4GF2B2gZcj1u90,18153
|
4490
4490
|
pyegeria/_exceptions_new.py,sha256=srmrlqoWy7VvOJOhPcYFKW32MCIovgEg5J7PrYDxzQA,19706
|
@@ -4530,8 +4530,8 @@ pyegeria/template_manager_omvs.py,sha256=chBljs1vy5wr9DRAtbvIt4Cob_7HxGfxLkCNlDT
|
|
4530
4530
|
pyegeria/utils.py,sha256=qgiYEdCRrrL6SpX1sceZQVYR40-rfFAhUJEhsubcx80,6889
|
4531
4531
|
pyegeria/valid_metadata_omvs.py,sha256=Xq9DqBQvBFFJzaFIRKcVZ2k4gJvSh9yeXs_j-O3vn1w,65050
|
4532
4532
|
pyegeria/x_action_author_omvs.py,sha256=RcqSzahUKCtvb_3u_wyintAlc9WFkC_2v0E12TZs8lQ,6433
|
4533
|
-
pyegeria-5.4.0.
|
4534
|
-
pyegeria-5.4.0.
|
4535
|
-
pyegeria-5.4.0.
|
4536
|
-
pyegeria-5.4.0.
|
4537
|
-
pyegeria-5.4.0.
|
4533
|
+
pyegeria-5.4.0.35.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
4534
|
+
pyegeria-5.4.0.35.dist-info/METADATA,sha256=-e-xpfAeggXict2id0dUgPU0VAY5VSLwJ6wmJnGY8lM,3065
|
4535
|
+
pyegeria-5.4.0.35.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
4536
|
+
pyegeria-5.4.0.35.dist-info/entry_points.txt,sha256=HAS-LHaaBfkaZ19XU9g5mXwn2uj2HK99isdijI-VIDk,6353
|
4537
|
+
pyegeria-5.4.0.35.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|