stigg-api-client 1.229.1__tar.gz → 1.230.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.
- {stigg_api_client-1.229.1 → stigg_api_client-1.230.0}/PKG-INFO +1 -1
- {stigg_api_client-1.229.1 → stigg_api_client-1.230.0}/pyproject.toml +1 -1
- {stigg_api_client-1.229.1 → stigg_api_client-1.230.0}/stigg/generated/schema.py +1 -1
- {stigg_api_client-1.229.1 → stigg_api_client-1.230.0}/LICENSE +0 -0
- {stigg_api_client-1.229.1 → stigg_api_client-1.230.0}/README.md +0 -0
- {stigg_api_client-1.229.1 → stigg_api_client-1.230.0}/stigg/__init__.py +0 -0
- {stigg_api_client-1.229.1 → stigg_api_client-1.230.0}/stigg/client.py +0 -0
- {stigg_api_client-1.229.1 → stigg_api_client-1.230.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-1.229.1 → stigg_api_client-1.230.0}/stigg/generated/operations.py +0 -0
|
@@ -412,7 +412,7 @@ class SubscriptionAddonSortFields(sgqlc.types.Enum):
|
|
|
412
412
|
|
|
413
413
|
class SubscriptionCancelReason(sgqlc.types.Enum):
|
|
414
414
|
__schema__ = schema
|
|
415
|
-
__choices__ = ('CancelledByBilling', 'CustomerArchived', 'DetachBilling', 'Expired', 'Immediate', 'PendingPaymentExpired', 'ScheduledCancellation', 'TrialConverted', 'TrialEnded', 'UpgradeOrDowngrade')
|
|
415
|
+
__choices__ = ('AutoCancellationRule', 'CancelledByBilling', 'CustomerArchived', 'DetachBilling', 'Expired', 'Immediate', 'PendingPaymentExpired', 'ScheduledCancellation', 'TrialConverted', 'TrialEnded', 'UpgradeOrDowngrade')
|
|
416
416
|
|
|
417
417
|
|
|
418
418
|
class SubscriptionCancellationAction(sgqlc.types.Enum):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|