stigg-api-client 1.148.0__tar.gz → 1.150.1__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.148.0 → stigg_api_client-1.150.1}/PKG-INFO +1 -1
- {stigg_api_client-1.148.0 → stigg_api_client-1.150.1}/pyproject.toml +1 -1
- {stigg_api_client-1.148.0 → stigg_api_client-1.150.1}/stigg/generated/schema.py +2 -1
- {stigg_api_client-1.148.0 → stigg_api_client-1.150.1}/LICENSE +0 -0
- {stigg_api_client-1.148.0 → stigg_api_client-1.150.1}/README.md +0 -0
- {stigg_api_client-1.148.0 → stigg_api_client-1.150.1}/stigg/__init__.py +0 -0
- {stigg_api_client-1.148.0 → stigg_api_client-1.150.1}/stigg/client.py +0 -0
- {stigg_api_client-1.148.0 → stigg_api_client-1.150.1}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-1.148.0 → stigg_api_client-1.150.1}/stigg/generated/operations.py +0 -0
|
@@ -4000,7 +4000,7 @@ class UpdateSubscriptionEntitlementInput(sgqlc.types.Input):
|
|
|
4000
4000
|
|
|
4001
4001
|
class UpdateSubscriptionInput(sgqlc.types.Input):
|
|
4002
4002
|
__schema__ = schema
|
|
4003
|
-
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_information', 'billing_period', 'budget', 'environment_id', 'price_overrides', 'promotion_code', 'ref_id', 'schedule_strategy', 'subscription_entitlements', 'subscription_id', 'trial_end_date', 'unit_quantity')
|
|
4003
|
+
__field_names__ = ('additional_meta_data', 'addons', 'await_payment_confirmation', 'billable_features', 'billing_information', 'billing_period', 'budget', 'environment_id', 'minimum_spend', 'price_overrides', 'promotion_code', 'ref_id', 'schedule_strategy', 'subscription_entitlements', 'subscription_id', 'trial_end_date', 'unit_quantity')
|
|
4004
4004
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
4005
4005
|
addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(SubscriptionAddonInput)), graphql_name='addons')
|
|
4006
4006
|
await_payment_confirmation = sgqlc.types.Field(Boolean, graphql_name='awaitPaymentConfirmation')
|
|
@@ -4009,6 +4009,7 @@ class UpdateSubscriptionInput(sgqlc.types.Input):
|
|
|
4009
4009
|
billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
|
|
4010
4010
|
budget = sgqlc.types.Field(BudgetConfigurationInput, graphql_name='budget')
|
|
4011
4011
|
environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
|
|
4012
|
+
minimum_spend = sgqlc.types.Field(SubscriptionMinimumSpendValueInput, graphql_name='minimumSpend')
|
|
4012
4013
|
price_overrides = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(PriceOverrideInput)), graphql_name='priceOverrides')
|
|
4013
4014
|
promotion_code = sgqlc.types.Field(String, graphql_name='promotionCode')
|
|
4014
4015
|
ref_id = sgqlc.types.Field(String, graphql_name='refId')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|