stigg-api-client 3.27.0__tar.gz → 3.27.1__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: 3.27.0
3
+ Version: 3.27.1
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 = "3.27.0"
3
+ version = "3.27.1"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -352,6 +352,7 @@ def fragment_subscription_invoice_fragment():
352
352
  _frag.billing_id()
353
353
  _frag.status()
354
354
  _frag.created_at()
355
+ _frag.due_date()
355
356
  _frag.updated_at()
356
357
  _frag.error_message()
357
358
  _frag.requires_action()