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.

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