stigg-api-client 2.448.2__py3-none-any.whl → 2.451.2__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.

@@ -131,6 +131,7 @@ def fragment_addon_fragment():
131
131
  _frag.display_name()
132
132
  _frag.description()
133
133
  _frag.additional_meta_data()
134
+ _frag.hidden_from_widgets()
134
135
  _frag_entitlements = _frag.entitlements()
135
136
  _frag_entitlements.__fragment__(fragment_package_entitlement_fragment())
136
137
  _frag_prices = _frag.prices()
@@ -1245,6 +1246,7 @@ def fragment_mock_paywall_addon_fragment():
1245
1246
  _frag.additional_meta_data()
1246
1247
  _frag.billing_id()
1247
1248
  _frag.max_quantity()
1249
+ _frag.hidden_from_widgets()
1248
1250
  _frag_dependencies = _frag.dependencies()
1249
1251
  _frag_dependencies.__fragment__(fragment_mock_paywall_addon_dependency_fragment())
1250
1252
  _frag_entitlements = _frag.entitlements()
stigg/generated/schema.py CHANGED
@@ -7878,13 +7878,14 @@ class Paywall(sgqlc.types.Type):
7878
7878
 
7879
7879
  class PaywallAddon(sgqlc.types.Type):
7880
7880
  __schema__ = schema
7881
- __field_names__ = ('additional_meta_data', 'billing_id', 'dependencies', 'description', 'display_name', 'entitlements', 'max_quantity', 'prices', 'pricing_type', 'ref_id')
7881
+ __field_names__ = ('additional_meta_data', 'billing_id', 'dependencies', 'description', 'display_name', 'entitlements', 'hidden_from_widgets', 'max_quantity', 'prices', 'pricing_type', 'ref_id')
7882
7882
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
7883
7883
  billing_id = sgqlc.types.Field(String, graphql_name='billingId')
7884
7884
  dependencies = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('PaywallAddon')), graphql_name='dependencies')
7885
7885
  description = sgqlc.types.Field(String, graphql_name='description')
7886
7886
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
7887
7887
  entitlements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Entitlement))), graphql_name='entitlements')
7888
+ hidden_from_widgets = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(WidgetType)), graphql_name='hiddenFromWidgets')
7888
7889
  max_quantity = sgqlc.types.Field(Float, graphql_name='maxQuantity')
7889
7890
  prices = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('PaywallPrice'))), graphql_name='prices')
7890
7891
  pricing_type = sgqlc.types.Field(PricingType, graphql_name='pricingType')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 2.448.2
3
+ Version: 2.451.2
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=TYz-Vq4st8EGRpuc5rnXMwz6RwQRWqVih1bSTP-YZ8s,81847
5
+ stigg/generated/schema.py,sha256=8KM5iLaDhxwAd3yNdUSbwa3NHnphyBCxXBZAEmbsZzY,663104
6
+ stigg_api_client-2.451.2.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
+ stigg_api_client-2.451.2.dist-info/METADATA,sha256=y7Wa5fC60WGkhVYdhxkLdd2BVCxwWaqq-E1M4hBF_kw,3198
8
+ stigg_api_client-2.451.2.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
+ stigg_api_client-2.451.2.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=Hh3Poi25w5A5T0O3U7v3o6RWlcwyWNkRHOMp7pF6kPo,81783
5
- stigg/generated/schema.py,sha256=4otGYedQcEo0wQcHagGIIwVhaCZ4CifiNICgSM6ktsY,662948
6
- stigg_api_client-2.448.2.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
- stigg_api_client-2.448.2.dist-info/METADATA,sha256=GTRZeXTwtuyI1xc5AmvFuMenesgfJ3laBc3emkOlFjk,3198
8
- stigg_api_client-2.448.2.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
- stigg_api_client-2.448.2.dist-info/RECORD,,