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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 1.148.0
3
+ Version: 1.150.1
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 = "1.148.0"
3
+ version = "1.150.1"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -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')