stigg-api-client 1.84.0__tar.gz → 1.85.0__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-1.84.0 → stigg_api_client-1.85.0}/PKG-INFO +1 -1
- {stigg_api_client-1.84.0 → stigg_api_client-1.85.0}/pyproject.toml +1 -1
- {stigg_api_client-1.84.0 → stigg_api_client-1.85.0}/stigg/generated/schema.py +2 -2
- {stigg_api_client-1.84.0 → stigg_api_client-1.85.0}/LICENSE +0 -0
- {stigg_api_client-1.84.0 → stigg_api_client-1.85.0}/README.md +0 -0
- {stigg_api_client-1.84.0 → stigg_api_client-1.85.0}/stigg/__init__.py +0 -0
- {stigg_api_client-1.84.0 → stigg_api_client-1.85.0}/stigg/client.py +0 -0
- {stigg_api_client-1.84.0 → stigg_api_client-1.85.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-1.84.0 → stigg_api_client-1.85.0}/stigg/generated/operations.py +0 -0
|
@@ -3360,10 +3360,10 @@ class SubscriptionCancelReasonFilterComparison(sgqlc.types.Input):
|
|
|
3360
3360
|
|
|
3361
3361
|
class SubscriptionCancellationInput(sgqlc.types.Input):
|
|
3362
3362
|
__schema__ = schema
|
|
3363
|
-
__field_names__ = ('
|
|
3364
|
-
dont_prorate = sgqlc.types.Field(Boolean, graphql_name='dontProrate')
|
|
3363
|
+
__field_names__ = ('end_date', 'environment_id', 'prorate', 'subscription_cancellation_action', 'subscription_cancellation_time', 'subscription_ref_id')
|
|
3365
3364
|
end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
|
|
3366
3365
|
environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
|
|
3366
|
+
prorate = sgqlc.types.Field(Boolean, graphql_name='prorate')
|
|
3367
3367
|
subscription_cancellation_action = sgqlc.types.Field(SubscriptionCancellationAction, graphql_name='subscriptionCancellationAction')
|
|
3368
3368
|
subscription_cancellation_time = sgqlc.types.Field(SubscriptionCancellationTime, graphql_name='subscriptionCancellationTime')
|
|
3369
3369
|
subscription_ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='subscriptionRefId')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|