stigg-api-client 1.101.0__py3-none-any.whl → 1.103.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.

@@ -1009,6 +1009,7 @@ def fragment_mock_paywall_price_fragment():
1009
1009
  _frag_feature.feature_units()
1010
1010
  _frag_feature.feature_units_plural()
1011
1011
  _frag_feature.display_name()
1012
+ _frag.block_size()
1012
1013
  return _frag
1013
1014
 
1014
1015
 
stigg/generated/schema.py CHANGED
@@ -7075,11 +7075,12 @@ class PaywallPlanCompatiblePackageGroupOptions(sgqlc.types.Type):
7075
7075
 
7076
7076
  class PaywallPrice(sgqlc.types.Type):
7077
7077
  __schema__ = schema
7078
- __field_names__ = ('billing_country_code', 'billing_id', 'billing_model', 'billing_period', 'feature', 'feature_id', 'max_unit_quantity', 'min_unit_quantity', 'price', 'tiers', 'tiers_mode')
7078
+ __field_names__ = ('billing_country_code', 'billing_id', 'billing_model', 'billing_period', 'block_size', 'feature', 'feature_id', 'max_unit_quantity', 'min_unit_quantity', 'price', 'tiers', 'tiers_mode')
7079
7079
  billing_country_code = sgqlc.types.Field(String, graphql_name='billingCountryCode')
7080
7080
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
7081
7081
  billing_model = sgqlc.types.Field(sgqlc.types.non_null(BillingModel), graphql_name='billingModel')
7082
7082
  billing_period = sgqlc.types.Field(sgqlc.types.non_null(BillingPeriod), graphql_name='billingPeriod')
7083
+ block_size = sgqlc.types.Field(Float, graphql_name='blockSize')
7083
7084
  feature = sgqlc.types.Field(EntitlementFeature, graphql_name='feature')
7084
7085
  feature_id = sgqlc.types.Field(String, graphql_name='featureId')
7085
7086
  max_unit_quantity = sgqlc.types.Field(Float, graphql_name='maxUnitQuantity')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 1.101.0
3
+ Version: 1.103.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=uuqkqj76i-gUkAicvaWWHPWcACtWRBs-P0x8KcQrL5U,68332
5
+ stigg/generated/schema.py,sha256=FsdgCYaW4hMIgbBwsyFaXgLD5qT_n2ptUFTdkD3LVoY,569167
6
+ stigg_api_client-1.103.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
+ stigg_api_client-1.103.0.dist-info/METADATA,sha256=53_p_E-k4t2bVcEbujkbhfAaEfbLcT9hDE6B6rdYyys,3198
8
+ stigg_api_client-1.103.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
+ stigg_api_client-1.103.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=y1XiTQarh4UxWpZZ3Y9vWy5HkEhjo1Nwz-_C8kVhYMQ,68309
5
- stigg/generated/schema.py,sha256=lVGFn611YYPmKhHxUMBjXQfgFfmYuVLV2y0SaDPEHWE,569085
6
- stigg_api_client-1.101.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
- stigg_api_client-1.101.0.dist-info/METADATA,sha256=4Ogx3tcAnKZ2FyTqt1HKbT09VVfGu1rPC9kUkATwyU0,3198
8
- stigg_api_client-1.101.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
- stigg_api_client-1.101.0.dist-info/RECORD,,