stigg-api-client 2.475.1__py3-none-any.whl → 2.479.0__py3-none-any.whl

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.

@@ -250,6 +250,7 @@ def fragment_slim_subscription_fragment_v2():
250
250
  _frag.status()
251
251
  _frag.pricing_type()
252
252
  _frag.start_date()
253
+ _frag.cancellation_date()
253
254
  _frag.current_billing_period_end()
254
255
  _frag_customer = _frag.customer()
255
256
  _frag_customer.customer_id()
@@ -280,6 +281,7 @@ def fragment_slim_subscription_fragment():
280
281
  _frag.billing_id()
281
282
  _frag.billing_link_url()
282
283
  _frag.effective_end_date()
284
+ _frag.cancellation_date()
283
285
  _frag.current_billing_period_end()
284
286
  _frag.pricing_type()
285
287
  _frag_latest_invoice = _frag.latest_invoice()
stigg/generated/schema.py CHANGED
@@ -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')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 2.475.1
3
+ Version: 2.479.0
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -0,0 +1,9 @@
1
+ stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
2
+ stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
3
+ stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ stigg/generated/operations.py,sha256=dHA0f-ppfJYQfIwtCR0EFY8utIWjPvDHU8c-lyB-0fA,81960
5
+ stigg/generated/schema.py,sha256=yJuSmsNx36OuoQyB7RIns0qSWbzWSE-h0Ad76tubWiQ,678577
6
+ stigg_api_client-2.479.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
+ stigg_api_client-2.479.0.dist-info/METADATA,sha256=fhnkk2b2NGgDKpcWjJaaotKpJoSa_OCXkjRiq8oVDa4,3198
8
+ stigg_api_client-2.479.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
+ stigg_api_client-2.479.0.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
2
- stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
3
- stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- stigg/generated/operations.py,sha256=zbk-XD6jPjzC1Y3J4WttMCsDAmos-jF_98ZIuxvjr9w,81900
5
- stigg/generated/schema.py,sha256=xTrtMq1wwzcQu0ZDHjQHSM_7AG1NmDYtHP1YdxtDzPk,678181
6
- stigg_api_client-2.475.1.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
- stigg_api_client-2.475.1.dist-info/METADATA,sha256=CYkxemDpNmU1fOwo8dCYP0uCTQsNJUQTtf-Wv5xzja0,3198
8
- stigg_api_client-2.475.1.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
- stigg_api_client-2.475.1.dist-info/RECORD,,