stigg-api-client 3.57.0__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.57.0
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.57.0"
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()
@@ -4024,7 +4024,8 @@ class SubscriptionCancelReasonFilterComparison(sgqlc.types.Input):
4024
4024
 
4025
4025
  class SubscriptionCancellationInput(sgqlc.types.Input):
4026
4026
  __schema__ = schema
4027
- __field_names__ = ('end_date', 'environment_id', 'prorate', 'subscription_cancellation_action', 'subscription_cancellation_time', 'subscription_ref_id')
4027
+ __field_names__ = ('await_subscription_cancellation', 'end_date', 'environment_id', 'prorate', 'subscription_cancellation_action', 'subscription_cancellation_time', 'subscription_ref_id')
4028
+ await_subscription_cancellation = sgqlc.types.Field(Boolean, graphql_name='awaitSubscriptionCancellation')
4028
4029
  end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
4029
4030
  environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4030
4031
  prorate = sgqlc.types.Field(Boolean, graphql_name='prorate')