stigg-api-client 3.17.0__tar.gz → 3.22.2__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-3.17.0 → stigg_api_client-3.22.2}/PKG-INFO +1 -1
- {stigg_api_client-3.17.0 → stigg_api_client-3.22.2}/pyproject.toml +1 -1
- {stigg_api_client-3.17.0 → stigg_api_client-3.22.2}/stigg/generated/schema.py +6 -6
- {stigg_api_client-3.17.0 → stigg_api_client-3.22.2}/LICENSE +0 -0
- {stigg_api_client-3.17.0 → stigg_api_client-3.22.2}/README.md +0 -0
- {stigg_api_client-3.17.0 → stigg_api_client-3.22.2}/stigg/__init__.py +0 -0
- {stigg_api_client-3.17.0 → stigg_api_client-3.22.2}/stigg/client.py +0 -0
- {stigg_api_client-3.17.0 → stigg_api_client-3.22.2}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-3.17.0 → stigg_api_client-3.22.2}/stigg/generated/operations.py +0 -0
|
@@ -413,11 +413,6 @@ class ProrationBehavior(sgqlc.types.Enum):
|
|
|
413
413
|
__choices__ = ('CREATE_PRORATIONS', 'INVOICE_IMMEDIATELY')
|
|
414
414
|
|
|
415
415
|
|
|
416
|
-
class ProrationBehaviorExtended(sgqlc.types.Enum):
|
|
417
|
-
__schema__ = schema
|
|
418
|
-
__choices__ = ('CREATE_PRORATIONS', 'INVOICE_IMMEDIATELY', 'NONE')
|
|
419
|
-
|
|
420
|
-
|
|
421
416
|
class ProvisionSubscriptionStatus(sgqlc.types.Enum):
|
|
422
417
|
__schema__ = schema
|
|
423
418
|
__choices__ = ('PAYMENT_REQUIRED', 'SUCCESS')
|
|
@@ -515,6 +510,11 @@ class SubscriptionPriceSortFields(sgqlc.types.Enum):
|
|
|
515
510
|
__choices__ = ('billingModel', 'createdAt', 'featureId', 'hasSoftLimit', 'id', 'updatedAt', 'usageLimit')
|
|
516
511
|
|
|
517
512
|
|
|
513
|
+
class SubscriptionProrationBehavior(sgqlc.types.Enum):
|
|
514
|
+
__schema__ = schema
|
|
515
|
+
__choices__ = ('CREATE_PRORATIONS', 'INVOICE_IMMEDIATELY', 'NONE')
|
|
516
|
+
|
|
517
|
+
|
|
518
518
|
class SubscriptionQuerySortFields(sgqlc.types.Enum):
|
|
519
519
|
__schema__ = schema
|
|
520
520
|
__choices__ = ('createdAt', 'customerId', 'environmentId', 'productId', 'resourceId', 'status')
|
|
@@ -3954,7 +3954,7 @@ class SubscriptionBillingInfo(sgqlc.types.Input):
|
|
|
3954
3954
|
is_backdated = sgqlc.types.Field(Boolean, graphql_name='isBackdated')
|
|
3955
3955
|
is_invoice_paid = sgqlc.types.Field(Boolean, graphql_name='isInvoicePaid')
|
|
3956
3956
|
metadata = sgqlc.types.Field(JSON, graphql_name='metadata')
|
|
3957
|
-
proration_behavior = sgqlc.types.Field(
|
|
3957
|
+
proration_behavior = sgqlc.types.Field(SubscriptionProrationBehavior, graphql_name='prorationBehavior')
|
|
3958
3958
|
tax_percentage = sgqlc.types.Field(Float, graphql_name='taxPercentage')
|
|
3959
3959
|
tax_rate_ids = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='taxRateIds')
|
|
3960
3960
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|