stigg-api-client 1.231.0__tar.gz → 1.233.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: 1.231.0
3
+ Version: 1.233.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 = "1.231.0"
3
+ version = "1.233.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -216,6 +216,7 @@ def fragment_slim_subscription_fragment_v2():
216
216
  _frag_resource.resource_id()
217
217
  _frag_plan = _frag.plan()
218
218
  _frag_plan.ref_id(__alias__='plan_id')
219
+ _frag_plan.display_name()
219
220
  _frag_addons = _frag.addons()
220
221
  _frag_addons.quantity()
221
222
  _frag_addons_addon = _frag_addons.addon()