stigg-api-client 2.486.0__tar.gz → 2.487.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.486.0
3
+ Version: 2.487.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.486.0"
3
+ version = "2.487.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -111,6 +111,7 @@ def fragment_package_entitlement_fragment():
111
111
  _frag.hidden_from_widgets()
112
112
  _frag.is_custom()
113
113
  _frag.display_name_override()
114
+ _frag.enum_values()
114
115
  _frag_feature = _frag.feature()
115
116
  _frag_feature.feature_type()
116
117
  _frag_feature.meter_type()
@@ -1169,6 +1170,7 @@ def fragment_mock_paywall_package_entitlement_fragment():
1169
1170
  _frag.reset_period()
1170
1171
  _frag.hidden_from_widgets()
1171
1172
  _frag.display_name_override()
1173
+ _frag.enum_values()
1172
1174
  _frag_feature = _frag.feature()
1173
1175
  _frag_feature.feature_type()
1174
1176
  _frag_feature.meter_type()