stigg-api-client 1.73.6__tar.gz → 1.74.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.73.6
3
+ Version: 1.74.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.73.6"
3
+ version = "1.74.1"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -6573,7 +6573,7 @@ class PackageAlreadyPublishedError(sgqlc.types.Type):
6573
6573
 
6574
6574
  class PackageChanges(sgqlc.types.Type):
6575
6575
  __schema__ = schema
6576
- __field_names__ = ('additional_meta_data', 'base_plan', 'compatible_addons', 'default_trial_config', 'description', 'display_name', 'entitlements', 'hidden_from_widgets', 'overage_prices', 'prices', 'pricing_type', 'total_changes')
6576
+ __field_names__ = ('additional_meta_data', 'base_plan', 'compatible_addons', 'default_trial_config', 'description', 'display_name', 'entitlements', 'hidden_from_widgets', 'max_quantity', 'overage_prices', 'prices', 'pricing_type', 'total_changes')
6577
6577
  additional_meta_data = sgqlc.types.Field(AdditionalMetaDataChange, graphql_name='additionalMetaData')
6578
6578
  base_plan = sgqlc.types.Field(BasePlanChange, graphql_name='basePlan')
6579
6579
  compatible_addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PlanCompatibleAddonChange')), graphql_name='compatibleAddons')
@@ -6582,6 +6582,7 @@ class PackageChanges(sgqlc.types.Type):
6582
6582
  display_name = sgqlc.types.Field('StringChangeDTO', graphql_name='displayName')
6583
6583
  entitlements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('PackageEntitlementChange'))), graphql_name='entitlements')
6584
6584
  hidden_from_widgets = sgqlc.types.Field(HiddenFromWidgetsChange, graphql_name='hiddenFromWidgets')
6585
+ max_quantity = sgqlc.types.Field('StringChangeDTO', graphql_name='maxQuantity')
6585
6586
  overage_prices = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('PackagePriceChange'))), graphql_name='overagePrices')
6586
6587
  prices = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('PackagePriceChange'))), graphql_name='prices')
6587
6588
  pricing_type = sgqlc.types.Field('PricingTypeChange', graphql_name='pricingType')