stigg-api-client 1.189.1__tar.gz → 1.189.3__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.189.1
3
+ Version: 1.189.3
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.189.1"
3
+ version = "1.189.3"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -7572,7 +7572,7 @@ class PlanSumAggregate(sgqlc.types.Type):
7572
7572
 
7573
7573
  class Price(sgqlc.types.Type):
7574
7574
  __schema__ = schema
7575
- __field_names__ = ('billing_cadence', 'billing_country_code', 'billing_id', 'billing_model', 'billing_period', 'block_size', 'created_at', 'crm_id', 'crm_link_url', 'feature', 'feature_id', 'id', 'is_override_price', 'max_unit_quantity', 'min_unit_quantity', 'package', 'package_id', 'price', 'tiers', 'tiers_mode', 'used_in_subscriptions')
7575
+ __field_names__ = ('billing_cadence', 'billing_country_code', 'billing_id', 'billing_model', 'billing_period', 'block_size', 'created_at', 'crm_id', 'crm_link_url', 'environment_id', 'feature', 'feature_id', 'id', 'is_override_price', 'max_unit_quantity', 'min_unit_quantity', 'package', 'package_id', 'price', 'tiers', 'tiers_mode', 'used_in_subscriptions')
7576
7576
  billing_cadence = sgqlc.types.Field(sgqlc.types.non_null(BillingCadence), graphql_name='billingCadence')
7577
7577
  billing_country_code = sgqlc.types.Field(String, graphql_name='billingCountryCode')
7578
7578
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
@@ -7582,6 +7582,7 @@ class Price(sgqlc.types.Type):
7582
7582
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
7583
7583
  crm_id = sgqlc.types.Field(String, graphql_name='crmId')
7584
7584
  crm_link_url = sgqlc.types.Field(String, graphql_name='crmLinkUrl')
7585
+ environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
7585
7586
  feature = sgqlc.types.Field(Feature, graphql_name='feature')
7586
7587
  feature_id = sgqlc.types.Field(String, graphql_name='featureId')
7587
7588
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
@@ -7622,7 +7623,7 @@ class PriceCountAggregate(sgqlc.types.Type):
7622
7623
 
7623
7624
  class PriceDeleteResponse(sgqlc.types.Type):
7624
7625
  __schema__ = schema
7625
- __field_names__ = ('billing_cadence', 'billing_country_code', 'billing_id', 'billing_model', 'billing_period', 'block_size', 'created_at', 'crm_id', 'crm_link_url', 'feature', 'feature_id', 'id', 'max_unit_quantity', 'min_unit_quantity', 'package_id', 'price', 'tiers', 'tiers_mode', 'used_in_subscriptions')
7626
+ __field_names__ = ('billing_cadence', 'billing_country_code', 'billing_id', 'billing_model', 'billing_period', 'block_size', 'created_at', 'crm_id', 'crm_link_url', 'environment_id', 'feature', 'feature_id', 'id', 'max_unit_quantity', 'min_unit_quantity', 'package_id', 'price', 'tiers', 'tiers_mode', 'used_in_subscriptions')
7626
7627
  billing_cadence = sgqlc.types.Field(BillingCadence, graphql_name='billingCadence')
7627
7628
  billing_country_code = sgqlc.types.Field(String, graphql_name='billingCountryCode')
7628
7629
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
@@ -7632,6 +7633,7 @@ class PriceDeleteResponse(sgqlc.types.Type):
7632
7633
  created_at = sgqlc.types.Field(DateTime, graphql_name='createdAt')
7633
7634
  crm_id = sgqlc.types.Field(String, graphql_name='crmId')
7634
7635
  crm_link_url = sgqlc.types.Field(String, graphql_name='crmLinkUrl')
7636
+ environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
7635
7637
  feature = sgqlc.types.Field(Feature, graphql_name='feature')
7636
7638
  feature_id = sgqlc.types.Field(String, graphql_name='featureId')
7637
7639
  id = sgqlc.types.Field(String, graphql_name='id')