stigg-api-client 3.59.2__tar.gz → 3.61.2__tar.gz

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.

Potentially problematic release.


This version of stigg-api-client might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 3.59.2
3
+ Version: 3.61.2
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "stigg-api-client"
3
- version = "3.59.2"
3
+ version = "3.61.2"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -1460,6 +1460,9 @@ def fragment_credits_balance_summary_fragment():
1460
1460
  _frag_balances_currency.currency_id()
1461
1461
  _frag_balances_currency.display_name()
1462
1462
  _frag_balances_currency.symbol()
1463
+ _frag_balances_currency_units = _frag_balances_currency.units()
1464
+ _frag_balances_currency_units.singular()
1465
+ _frag_balances_currency_units.plural()
1463
1466
  _frag_balances.current_balance()
1464
1467
  _frag_balances.total_consumed()
1465
1468
  _frag_balances.total_granted()