pyegeria 5.3.3.11__py3-none-any.whl → 5.3.3.12__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/solution_architect_omvs.py +5 -1
- {pyegeria-5.3.3.11.dist-info → pyegeria-5.3.3.12.dist-info}/METADATA +1 -1
- {pyegeria-5.3.3.11.dist-info → pyegeria-5.3.3.12.dist-info}/RECORD +6 -6
- {pyegeria-5.3.3.11.dist-info → pyegeria-5.3.3.12.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.3.11.dist-info → pyegeria-5.3.3.12.dist-info}/WHEEL +0 -0
- {pyegeria-5.3.3.11.dist-info → pyegeria-5.3.3.12.dist-info}/entry_points.txt +0 -0
@@ -144,12 +144,12 @@ class SolutionArchitect(Client):
|
|
144
144
|
|
145
145
|
possible_query_params = query_string(
|
146
146
|
[
|
147
|
+
("addImplementation", add_implementation),
|
147
148
|
("startFrom", start_from),
|
148
149
|
("pageSize", page_size),
|
149
150
|
("startsWith", starts_with),
|
150
151
|
("endsWith", ends_with),
|
151
152
|
("ignoreCase", ignore_case),
|
152
|
-
("addImplementation", add_implementation),
|
153
153
|
]
|
154
154
|
)
|
155
155
|
|
@@ -176,6 +176,7 @@ class SolutionArchitect(Client):
|
|
176
176
|
|
177
177
|
def find_information_supply_chains(self,
|
178
178
|
filter: str = "*",
|
179
|
+
add_implementation: bool = True,
|
179
180
|
starts_with: bool = True,
|
180
181
|
ends_with: bool = False,
|
181
182
|
ignore_case: bool = False,
|
@@ -190,6 +191,8 @@ class SolutionArchitect(Client):
|
|
190
191
|
----------
|
191
192
|
filter: str
|
192
193
|
- search_filterstring to search for.
|
194
|
+
add_implementation : bool, [default=True], optional
|
195
|
+
- add_implementation flag to include information supply chain implementations details..
|
193
196
|
starts_with : bool, [default=False], optional
|
194
197
|
Starts with the supplied string.
|
195
198
|
ends_with : bool, [default=False], optional
|
@@ -218,6 +221,7 @@ class SolutionArchitect(Client):
|
|
218
221
|
response = loop.run_until_complete(
|
219
222
|
self._async_find_information_supply_chains(
|
220
223
|
filter,
|
224
|
+
add_implementation,
|
221
225
|
starts_with,
|
222
226
|
ends_with,
|
223
227
|
ignore_case,
|
@@ -312,13 +312,13 @@ pyegeria/project_manager_omvs.py,sha256=Y7Lyqh4jIujJrr_Ub7feo904FN_uz4R10T4hKhqE
|
|
312
312
|
pyegeria/registered_info.py,sha256=y0-LgDIQXpph0lEWxIOG3_HsqX_Z2iAIb3xu4Aa4B70,6344
|
313
313
|
pyegeria/runtime_manager_omvs.py,sha256=sZfxgM7zVfryVsun5GwDpUT5htap91ZoZLNU7wspWm4,79575
|
314
314
|
pyegeria/server_operations.py,sha256=PfH0wvWCOr43ezJAAXj7VEUdT0x_oTrfr0dzzQvcQk4,16766
|
315
|
-
pyegeria/solution_architect_omvs.py,sha256=
|
315
|
+
pyegeria/solution_architect_omvs.py,sha256=B2c61IFmXZxGrVGX40zBqM6hf2rPdJj8rMaRDxVFMKU,23799
|
316
316
|
pyegeria/template_manager_omvs.py,sha256=Sw5xsQAhy7a48xFCg59mg9_nqyhawoS9v4WyF-PjPqM,42425
|
317
317
|
pyegeria/utils.py,sha256=1h6bwveadd6GpbnGLTmqPBmBk68QvxdjGTI9RfbrgKY,5415
|
318
318
|
pyegeria/valid_metadata_omvs.py,sha256=cCt5CCLv6BdzCu90n68r_PkG_PEQJjrtwCxio7K6yko,65034
|
319
319
|
pyegeria/x_action_author_omvs.py,sha256=xu1IQ0YbhIKi17C5a7Aq9u1Az2czwahNPpX9czmyVxE,6454
|
320
|
-
pyegeria-5.3.3.
|
321
|
-
pyegeria-5.3.3.
|
322
|
-
pyegeria-5.3.3.
|
323
|
-
pyegeria-5.3.3.
|
324
|
-
pyegeria-5.3.3.
|
320
|
+
pyegeria-5.3.3.12.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
321
|
+
pyegeria-5.3.3.12.dist-info/METADATA,sha256=EhDoU6gkUHyKuIuMqZxcpcgSHI1o_nhrmpV_wEVH9JY,2736
|
322
|
+
pyegeria-5.3.3.12.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
323
|
+
pyegeria-5.3.3.12.dist-info/entry_points.txt,sha256=cLnCR81Pm2c35hDDg7BOlQ9Mtvx5wofuvwXHnL1bGis,5956
|
324
|
+
pyegeria-5.3.3.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|