stigg-api-client 1.148.0__tar.gz → 1.151.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.148.0 → stigg_api_client-1.151.0}/PKG-INFO +1 -1
- {stigg_api_client-1.148.0 → stigg_api_client-1.151.0}/pyproject.toml +1 -1
- {stigg_api_client-1.148.0 → stigg_api_client-1.151.0}/stigg/generated/schema.py +4 -2
- {stigg_api_client-1.148.0 → stigg_api_client-1.151.0}/LICENSE +0 -0
- {stigg_api_client-1.148.0 → stigg_api_client-1.151.0}/README.md +0 -0
- {stigg_api_client-1.148.0 → stigg_api_client-1.151.0}/stigg/__init__.py +0 -0
- {stigg_api_client-1.148.0 → stigg_api_client-1.151.0}/stigg/client.py +0 -0
- {stigg_api_client-1.148.0 → stigg_api_client-1.151.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-1.148.0 → stigg_api_client-1.151.0}/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')
|
|
@@ -7216,7 +7217,7 @@ class PaywallLayoutConfiguration(sgqlc.types.Type):
|
|
|
7216
7217
|
|
|
7217
7218
|
class PaywallPlan(sgqlc.types.Type):
|
|
7218
7219
|
__schema__ = schema
|
|
7219
|
-
__field_names__ = ('additional_meta_data', 'base_plan', 'billing_id', 'compatible_addons', 'compatible_package_groups', 'default_trial_config', 'description', 'display_name', 'entitlements', 'inherited_entitlements', 'prices', 'pricing_type', 'product', 'ref_id')
|
|
7220
|
+
__field_names__ = ('additional_meta_data', 'base_plan', 'billing_id', 'compatible_addons', 'compatible_package_groups', 'default_trial_config', 'description', 'display_name', 'entitlements', 'inherited_entitlements', 'minimum_spend', 'prices', 'pricing_type', 'product', 'ref_id')
|
|
7220
7221
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
7221
7222
|
base_plan = sgqlc.types.Field(PaywallBasePlan, graphql_name='basePlan')
|
|
7222
7223
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
@@ -7227,6 +7228,7 @@ class PaywallPlan(sgqlc.types.Type):
|
|
|
7227
7228
|
display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
|
|
7228
7229
|
entitlements = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(Entitlement)), graphql_name='entitlements')
|
|
7229
7230
|
inherited_entitlements = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(Entitlement)), graphql_name='inheritedEntitlements')
|
|
7231
|
+
minimum_spend = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(MinimumSpend)), graphql_name='minimumSpend')
|
|
7230
7232
|
prices = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('PaywallPrice'))), graphql_name='prices')
|
|
7231
7233
|
pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
|
|
7232
7234
|
product = sgqlc.types.Field(sgqlc.types.non_null('PaywallProduct'), graphql_name='product')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|