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.
- {stigg_api_client-3.57.0 → stigg_api_client-3.59.2}/PKG-INFO +1 -1
- {stigg_api_client-3.57.0 → stigg_api_client-3.59.2}/pyproject.toml +1 -1
- {stigg_api_client-3.57.0 → stigg_api_client-3.59.2}/stigg/generated/schema.py +2 -1
- {stigg_api_client-3.57.0 → stigg_api_client-3.59.2}/LICENSE +0 -0
- {stigg_api_client-3.57.0 → stigg_api_client-3.59.2}/README.md +0 -0
- {stigg_api_client-3.57.0 → stigg_api_client-3.59.2}/stigg/__init__.py +0 -0
- {stigg_api_client-3.57.0 → stigg_api_client-3.59.2}/stigg/client.py +0 -0
- {stigg_api_client-3.57.0 → stigg_api_client-3.59.2}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-3.57.0 → stigg_api_client-3.59.2}/stigg/generated/operations.py +0 -0
|
@@ -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')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|