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.
- {stigg_api_client-1.73.6 → stigg_api_client-1.74.1}/PKG-INFO +1 -1
- {stigg_api_client-1.73.6 → stigg_api_client-1.74.1}/pyproject.toml +1 -1
- {stigg_api_client-1.73.6 → stigg_api_client-1.74.1}/stigg/generated/schema.py +2 -1
- {stigg_api_client-1.73.6 → stigg_api_client-1.74.1}/LICENSE +0 -0
- {stigg_api_client-1.73.6 → stigg_api_client-1.74.1}/README.md +0 -0
- {stigg_api_client-1.73.6 → stigg_api_client-1.74.1}/stigg/__init__.py +0 -0
- {stigg_api_client-1.73.6 → stigg_api_client-1.74.1}/stigg/client.py +0 -0
- {stigg_api_client-1.73.6 → stigg_api_client-1.74.1}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-1.73.6 → stigg_api_client-1.74.1}/stigg/generated/operations.py +0 -0
|
@@ -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')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|