stigg-api-client 1.73.0__tar.gz → 1.73.5__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.0 → stigg_api_client-1.73.5}/PKG-INFO +1 -1
- {stigg_api_client-1.73.0 → stigg_api_client-1.73.5}/pyproject.toml +1 -1
- {stigg_api_client-1.73.0 → stigg_api_client-1.73.5}/stigg/generated/schema.py +2 -1
- {stigg_api_client-1.73.0 → stigg_api_client-1.73.5}/LICENSE +0 -0
- {stigg_api_client-1.73.0 → stigg_api_client-1.73.5}/README.md +0 -0
- {stigg_api_client-1.73.0 → stigg_api_client-1.73.5}/stigg/__init__.py +0 -0
- {stigg_api_client-1.73.0 → stigg_api_client-1.73.5}/stigg/client.py +0 -0
- {stigg_api_client-1.73.0 → stigg_api_client-1.73.5}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-1.73.0 → stigg_api_client-1.73.5}/stigg/generated/operations.py +0 -0
|
@@ -4095,7 +4095,7 @@ class AdditionalMetaDataChange(sgqlc.types.Type):
|
|
|
4095
4095
|
|
|
4096
4096
|
class Addon(sgqlc.types.Type):
|
|
4097
4097
|
__schema__ = schema
|
|
4098
|
-
__field_names__ = ('additional_meta_data', 'billing_id', 'billing_link_url', 'created_at', 'description', 'display_name', 'draft_details', 'draft_summary', 'entitlements', 'environment', 'environment_id', 'hidden_from_widgets', 'id', 'is_latest', 'max_quantity', 'overage_prices', 'prices', 'pricing_type', 'product', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
|
|
4098
|
+
__field_names__ = ('additional_meta_data', 'billing_id', 'billing_link_url', 'created_at', 'description', 'display_name', 'draft_details', 'draft_summary', 'entitlements', 'environment', 'environment_id', 'has_subscriptions', 'hidden_from_widgets', 'id', 'is_latest', 'max_quantity', 'overage_prices', 'prices', 'pricing_type', 'product', 'product_id', 'ref_id', 'status', 'sync_states', 'type', 'updated_at', 'version_number')
|
|
4099
4099
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
4100
4100
|
billing_id = sgqlc.types.Field(String, graphql_name='billingId')
|
|
4101
4101
|
billing_link_url = sgqlc.types.Field(String, graphql_name='billingLinkUrl')
|
|
@@ -4107,6 +4107,7 @@ class Addon(sgqlc.types.Type):
|
|
|
4107
4107
|
entitlements = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PackageEntitlement')), graphql_name='entitlements')
|
|
4108
4108
|
environment = sgqlc.types.Field(sgqlc.types.non_null('Environment'), graphql_name='environment')
|
|
4109
4109
|
environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
|
|
4110
|
+
has_subscriptions = sgqlc.types.Field(Boolean, graphql_name='hasSubscriptions')
|
|
4110
4111
|
hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
|
|
4111
4112
|
id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
|
|
4112
4113
|
is_latest = sgqlc.types.Field(Boolean, graphql_name='isLatest')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|