stigg-api-client 2.327.0__tar.gz → 2.329.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.327.0
3
+ Version: 2.329.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.327.0"
3
+ version = "2.329.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -497,7 +497,7 @@ class SubscriptionScheduleStatus(sgqlc.types.Enum):
497
497
 
498
498
  class SubscriptionScheduleType(sgqlc.types.Enum):
499
499
  __schema__ = schema
500
- __choices__ = ('AdditionalMetaData', 'Addon', 'BillingPeriod', 'Coupon', 'Downgrade', 'MigrateToLatest', 'Plan', 'PriceOverride', 'UnitAmount')
500
+ __choices__ = ('AdditionalMetaData', 'Addon', 'BillingInfoMetadata', 'BillingPeriod', 'Coupon', 'Downgrade', 'MigrateToLatest', 'Plan', 'PriceOverride', 'UnitAmount')
501
501
 
502
502
 
503
503
  class SubscriptionStartSetup(sgqlc.types.Enum):