omnata-plugin-runtime 0.10.27a284__py3-none-any.whl → 0.10.27a285__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.
@@ -1889,7 +1889,15 @@ class OmnataPlugin(ABC):
1889
1889
  base_charge=additional_charge,
1890
1890
  )
1891
1891
  )
1892
- # handle monthly billing events inside the plugins for now
1892
+ if request.ngrok_connections_inbound + request.ngrok_connections_outbound > 0:
1893
+ events.append(
1894
+ SnowflakeBillingEvent(
1895
+ billing_class="DAILY_ACTIVE_NGROK",
1896
+ billing_subclass="",
1897
+ timestamp=datetime.datetime.now(tz=datetime.timezone.utc),
1898
+ base_charge=Decimal("3.00"),
1899
+ )
1900
+ )
1893
1901
  return events
1894
1902
 
1895
1903
  def additional_loggers(self) -> List[str]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: omnata-plugin-runtime
3
- Version: 0.10.27a284
3
+ Version: 0.10.27a285
4
4
  Summary: Classes and common runtime components for building and running Omnata Plugins
5
5
  Author: James Weakley
6
6
  Author-email: james.weakley@omnata.com
@@ -4,10 +4,10 @@ omnata_plugin_runtime/configuration.py,sha256=ud3O9R03BbUjGUJDVpGbnADqKw5oLVy65E
4
4
  omnata_plugin_runtime/forms.py,sha256=Lrbr3otsFDrvHWJw7v-slsW4PvEHJ6BG1Yl8oaJfiDo,20529
5
5
  omnata_plugin_runtime/json_schema.py,sha256=Mq1R_TAYklG92iDUmeZFdjuUr-PEoejIXNs6hICyOgc,47196
6
6
  omnata_plugin_runtime/logging.py,sha256=WBuZt8lF9E5oFWM4KYQbE8dDJ_HctJ1pN3BHwU6rcd0,4461
7
- omnata_plugin_runtime/omnata_plugin.py,sha256=Ua0OKOqA6L5eBI7hmPykQEAexa65phB9PSg5-QJdutY,134153
7
+ omnata_plugin_runtime/omnata_plugin.py,sha256=RnUEO_iPFqJEaixLDFfrzCC-HmEAtEIT_lgfgNyjBUs,134532
8
8
  omnata_plugin_runtime/plugin_entrypoints.py,sha256=SlpI3VF3EdTGFCr9wDD0kV4v6B6bHfNDFdC3slU2y8Y,32241
9
9
  omnata_plugin_runtime/rate_limiting.py,sha256=qpr5esU4Ks8hMzuMpSR3gLFdor2ZUXYWCjmsQH_K6lQ,25882
10
- omnata_plugin_runtime-0.10.27a284.dist-info/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
11
- omnata_plugin_runtime-0.10.27a284.dist-info/METADATA,sha256=wSJwBlaKgetDV7v76jas3n_jEaYxgHJHzrxhtLEqAyE,2212
12
- omnata_plugin_runtime-0.10.27a284.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
13
- omnata_plugin_runtime-0.10.27a284.dist-info/RECORD,,
10
+ omnata_plugin_runtime-0.10.27a285.dist-info/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
11
+ omnata_plugin_runtime-0.10.27a285.dist-info/METADATA,sha256=-Ny_9A3x-2bk5W7SjQ8xBxgPcZf6eoxmYWRwGO1HF7I,2212
12
+ omnata_plugin_runtime-0.10.27a285.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
13
+ omnata_plugin_runtime-0.10.27a285.dist-info/RECORD,,