omnata-plugin-runtime 0.11.2__py3-none-any.whl → 0.11.3a319__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.
@@ -1858,6 +1858,40 @@ class OmnataPlugin(ABC):
1858
1858
  raise NotImplementedError(
1859
1859
  "Your plugin class must implement the inbound_configuration_form method"
1860
1860
  )
1861
+
1862
+ def outbound_tuning_parameters(
1863
+ self, parameters: OutboundSyncConfigurationParameters
1864
+ ) -> OutboundSyncConfigurationForm:
1865
+ """
1866
+ Returns the form definition for declaring outbound tuning parameters.
1867
+
1868
+ The returned form should consist of static fields with default values that represent the
1869
+ plugin's recommended runtime behaviour. This form is optional and is only rendered when a
1870
+ user opts to override those defaults at sync runtime, so it must be safe to fall back to the
1871
+ provided defaults when no tuning parameters are configured.
1872
+
1873
+ :param OutboundSyncConfigurationParameters parameters the current outbound configuration
1874
+ :return: An OutboundSyncConfigurationForm describing the available tuning parameters
1875
+ :rtype: OutboundSyncConfigurationForm
1876
+ """
1877
+ return OutboundSyncConfigurationForm(fields=[])
1878
+
1879
+ def inbound_tuning_parameters(
1880
+ self, parameters: InboundSyncConfigurationParameters
1881
+ ) -> InboundSyncConfigurationForm:
1882
+ """
1883
+ Returns the form definition for declaring inbound tuning parameters.
1884
+
1885
+ The returned form should consist of static fields with default values that represent the
1886
+ plugin's recommended runtime behaviour. This form is optional and is only rendered when a
1887
+ user opts to override those defaults at sync runtime, so it must be safe to fall back to the
1888
+ provided defaults when no tuning parameters are configured.
1889
+
1890
+ :param InboundSyncConfigurationParameters parameters the current inbound configuration
1891
+ :return: An InboundSyncConfigurationForm describing the available tuning parameters
1892
+ :rtype: InboundSyncConfigurationForm
1893
+ """
1894
+ return InboundSyncConfigurationForm(fields=[])
1861
1895
 
1862
1896
  def inbound_stream_list(
1863
1897
  self, parameters: InboundSyncConfigurationParameters
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.11.2
3
+ Version: 0.11.3a319
4
4
  Summary: Classes and common runtime components for building and running Omnata Plugins
5
5
  License-File: LICENSE
6
6
  Author: James Weakley
@@ -4,10 +4,10 @@ omnata_plugin_runtime/configuration.py,sha256=SffokJfgvy6V3kUsoEjXcK3GdNgHo6U3mg
4
4
  omnata_plugin_runtime/forms.py,sha256=Lrbr3otsFDrvHWJw7v-slsW4PvEHJ6BG1Yl8oaJfiDo,20529
5
5
  omnata_plugin_runtime/json_schema.py,sha256=6Hj5SBAW3_moHtCZhVynOUUxCiIIETroCjKFFpPMGJM,54879
6
6
  omnata_plugin_runtime/logging.py,sha256=WBuZt8lF9E5oFWM4KYQbE8dDJ_HctJ1pN3BHwU6rcd0,4461
7
- omnata_plugin_runtime/omnata_plugin.py,sha256=PV1BzsqI2yi3pd6DBSRc1s1QJ_My-b6pewrB7ad4sms,140256
7
+ omnata_plugin_runtime/omnata_plugin.py,sha256=xqAIxFdb2X4ryK4VetQxI4u4UdMyN2xs4toLHKasIdU,142045
8
8
  omnata_plugin_runtime/plugin_entrypoints.py,sha256=_1pDLov3iQorGmfcae8Sw2bVjxw1vYeowBaKKNzRclQ,32629
9
9
  omnata_plugin_runtime/rate_limiting.py,sha256=qpr5esU4Ks8hMzuMpSR3gLFdor2ZUXYWCjmsQH_K6lQ,25882
10
- omnata_plugin_runtime-0.11.2.dist-info/METADATA,sha256=dXWvY9RSeJJabV6ruSHdrG-jJGogsoae65cFkyKR55w,2229
11
- omnata_plugin_runtime-0.11.2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
12
- omnata_plugin_runtime-0.11.2.dist-info/licenses/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
13
- omnata_plugin_runtime-0.11.2.dist-info/RECORD,,
10
+ omnata_plugin_runtime-0.11.3a319.dist-info/METADATA,sha256=lutPqIH7YrnHNVqiuKvXjpTIMQB0Ej4BskSuu1GOruA,2233
11
+ omnata_plugin_runtime-0.11.3a319.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
12
+ omnata_plugin_runtime-0.11.3a319.dist-info/licenses/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
13
+ omnata_plugin_runtime-0.11.3a319.dist-info/RECORD,,