stigg-api-client 2.475.1__tar.gz → 2.478.0__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: 2.475.1
3
+ Version: 2.478.0
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 = "2.475.1"
3
+ version = "2.478.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -7838,7 +7838,7 @@ class PackageDraftSummary(sgqlc.types.Type):
7838
7838
 
7839
7839
  class PackageEntitlement(sgqlc.types.Type):
7840
7840
  __schema__ = schema
7841
- __field_names__ = ('behavior', 'created_at', 'description', 'display_name_override', 'enum_values', 'environment_id', 'feature', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'id', 'is_custom', 'meter', 'order', 'package', 'package_id', 'reset_period', 'reset_period_configuration', 'updated_at', 'usage_limit')
7841
+ __field_names__ = ('behavior', 'created_at', 'description', 'display_name_override', 'enum_values', 'environment_id', 'feature', 'feature_group', 'feature_group_id', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'id', 'is_custom', 'meter', 'order', 'package', 'package_id', 'reset_period', 'reset_period_configuration', 'updated_at', 'usage_limit')
7842
7842
  behavior = sgqlc.types.Field(sgqlc.types.non_null(EntitlementBehavior), graphql_name='behavior')
7843
7843
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
7844
7844
  description = sgqlc.types.Field(String, graphql_name='description')
@@ -7846,6 +7846,8 @@ class PackageEntitlement(sgqlc.types.Type):
7846
7846
  enum_values = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='enumValues')
7847
7847
  environment_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='environmentId')
7848
7848
  feature = sgqlc.types.Field(sgqlc.types.non_null(Feature), graphql_name='feature')
7849
+ feature_group = sgqlc.types.Field(FeatureGroup, graphql_name='featureGroup')
7850
+ feature_group_id = sgqlc.types.Field(String, graphql_name='featureGroupId')
7849
7851
  feature_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureId')
7850
7852
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
7851
7853
  has_unlimited_usage = sgqlc.types.Field(Boolean, graphql_name='hasUnlimitedUsage')
@@ -7900,13 +7902,15 @@ class PackageEntitlementCountAggregate(sgqlc.types.Type):
7900
7902
 
7901
7903
  class PackageEntitlementDeleteResponse(sgqlc.types.Type):
7902
7904
  __schema__ = schema
7903
- __field_names__ = ('behavior', 'created_at', 'description', 'display_name_override', 'enum_values', 'environment_id', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'id', 'is_custom', 'order', 'package_id', 'reset_period', 'reset_period_configuration', 'updated_at', 'usage_limit')
7905
+ __field_names__ = ('behavior', 'created_at', 'description', 'display_name_override', 'enum_values', 'environment_id', 'feature_group', 'feature_group_id', 'feature_id', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'id', 'is_custom', 'order', 'package_id', 'reset_period', 'reset_period_configuration', 'updated_at', 'usage_limit')
7904
7906
  behavior = sgqlc.types.Field(EntitlementBehavior, graphql_name='behavior')
7905
7907
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
7906
7908
  description = sgqlc.types.Field(String, graphql_name='description')
7907
7909
  display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
7908
7910
  enum_values = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='enumValues')
7909
7911
  environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
7912
+ feature_group = sgqlc.types.Field(FeatureGroup, graphql_name='featureGroup')
7913
+ feature_group_id = sgqlc.types.Field(String, graphql_name='featureGroupId')
7910
7914
  feature_id = sgqlc.types.Field(String, graphql_name='featureId')
7911
7915
  has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
7912
7916
  has_unlimited_usage = sgqlc.types.Field(Boolean, graphql_name='hasUnlimitedUsage')