stigg-api-client 2.80.2__tar.gz → 2.85.7__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.80.2
3
+ Version: 2.85.7
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.80.2"
3
+ version = "2.85.7"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -473,6 +473,7 @@ def fragment_subscription_preview_fragment():
473
473
  _frag_billing_period_range.start()
474
474
  _frag_billing_period_range.end()
475
475
  _frag_discount = _frag.discount()
476
+ _frag_discount.name()
476
477
  _frag_discount.type()
477
478
  _frag_discount.value()
478
479
  _frag_discount.duration_type()
@@ -498,6 +499,7 @@ def fragment_subscription_preview_fragment():
498
499
  _frag_subscription_tax_details.percentage()
499
500
  _frag_subscription_tax_details.inclusive()
500
501
  _frag_subscription_discount = _frag_subscription.discount()
502
+ _frag_subscription_discount.name()
501
503
  _frag_subscription_discount.type()
502
504
  _frag_subscription_discount.value()
503
505
  _frag_subscription_discount.duration_type()