omnata-plugin-runtime 0.7.0a183__py3-none-any.whl → 0.7.0a184__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.
- omnata_plugin_runtime/plugin_entrypoints.py +4 -1
- {omnata_plugin_runtime-0.7.0a183.dist-info → omnata_plugin_runtime-0.7.0a184.dist-info}/METADATA +1 -1
- {omnata_plugin_runtime-0.7.0a183.dist-info → omnata_plugin_runtime-0.7.0a184.dist-info}/RECORD +5 -5
- {omnata_plugin_runtime-0.7.0a183.dist-info → omnata_plugin_runtime-0.7.0a184.dist-info}/LICENSE +0 -0
- {omnata_plugin_runtime-0.7.0a183.dist-info → omnata_plugin_runtime-0.7.0a184.dist-info}/WHEEL +0 -0
@@ -395,7 +395,10 @@ class PluginEntrypoint:
|
|
395
395
|
def connection_form(self,connectivity_option: str):
|
396
396
|
connectivity_option = TypeAdapter(ConnectivityOption).validate_python(connectivity_option)
|
397
397
|
logger.info("Entered connection_form method")
|
398
|
-
|
398
|
+
if self._plugin_instance.connection_form.connection_form.__code__.co_argcount==1:
|
399
|
+
form: List[ConnectionMethod] = self._plugin_instance.connection_form()
|
400
|
+
else:
|
401
|
+
form: List[ConnectionMethod] = self._plugin_instance.connection_form(connectivity_option)
|
399
402
|
return [f.model_dump() for f in form]
|
400
403
|
|
401
404
|
def create_billing_events(self, session, event_request: Dict):
|
{omnata_plugin_runtime-0.7.0a183.dist-info → omnata_plugin_runtime-0.7.0a184.dist-info}/RECORD
RENAMED
@@ -4,9 +4,9 @@ omnata_plugin_runtime/configuration.py,sha256=Yyz3trj7G6nh3JyEw6S5qlrXUfS_MB-vZg
|
|
4
4
|
omnata_plugin_runtime/forms.py,sha256=ueodN2GIMS5N9fqebpY4uNGJnjEb9HcuaVQVfWH-cGg,19838
|
5
5
|
omnata_plugin_runtime/logging.py,sha256=bn7eKoNWvtuyTk7RTwBS9UARMtqkiICtgMtzq3KA2V0,3272
|
6
6
|
omnata_plugin_runtime/omnata_plugin.py,sha256=aggjb_CTTjhgqjS8CHPOm4ENU0jNcYoT6LC8yI1IeF4,130048
|
7
|
-
omnata_plugin_runtime/plugin_entrypoints.py,sha256=
|
7
|
+
omnata_plugin_runtime/plugin_entrypoints.py,sha256=Ulu4udC4tfCH-EA3VGXAT_WKHw5yZ6_ulsL7SjAN0qo,28953
|
8
8
|
omnata_plugin_runtime/rate_limiting.py,sha256=JukA0l7x7Klqz2b54mR-poP7NRxpUHgWSGp6h0B8u6Q,25612
|
9
|
-
omnata_plugin_runtime-0.7.
|
10
|
-
omnata_plugin_runtime-0.7.
|
11
|
-
omnata_plugin_runtime-0.7.
|
12
|
-
omnata_plugin_runtime-0.7.
|
9
|
+
omnata_plugin_runtime-0.7.0a184.dist-info/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
|
10
|
+
omnata_plugin_runtime-0.7.0a184.dist-info/METADATA,sha256=CsI5s6i4uyWKk2g6aUHbSHq9WXkclnRVQL3rDQ7rY4s,1985
|
11
|
+
omnata_plugin_runtime-0.7.0a184.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
12
|
+
omnata_plugin_runtime-0.7.0a184.dist-info/RECORD,,
|
{omnata_plugin_runtime-0.7.0a183.dist-info → omnata_plugin_runtime-0.7.0a184.dist-info}/LICENSE
RENAMED
File without changes
|
{omnata_plugin_runtime-0.7.0a183.dist-info → omnata_plugin_runtime-0.7.0a184.dist-info}/WHEEL
RENAMED
File without changes
|