stigg-api-client 3.57.0__tar.gz → 3.59.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.59.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.59.2"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -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')