stigg-api-client 0.729.0__tar.gz → 0.735.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-0.729.0 → stigg_api_client-0.735.0}/PKG-INFO +1 -1
- {stigg_api_client-0.729.0 → stigg_api_client-0.735.0}/pyproject.toml +1 -1
- {stigg_api_client-0.729.0 → stigg_api_client-0.735.0}/stigg/generated/schema.py +2 -3
- {stigg_api_client-0.729.0 → stigg_api_client-0.735.0}/LICENSE +0 -0
- {stigg_api_client-0.729.0 → stigg_api_client-0.735.0}/README.md +0 -0
- {stigg_api_client-0.729.0 → stigg_api_client-0.735.0}/stigg/__init__.py +0 -0
- {stigg_api_client-0.729.0 → stigg_api_client-0.735.0}/stigg/client.py +0 -0
- {stigg_api_client-0.729.0 → stigg_api_client-0.735.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-0.729.0 → stigg_api_client-0.735.0}/stigg/generated/operations.py +0 -0
|
@@ -427,7 +427,7 @@ class TaskStatus(sgqlc.types.Enum):
|
|
|
427
427
|
|
|
428
428
|
class TaskType(sgqlc.types.Enum):
|
|
429
429
|
__schema__ = schema
|
|
430
|
-
__choices__ = ('IMPORT_INTEGRATION_CATALOG', 'IMPORT_INTEGRATION_CUSTOMERS', 'IMPORT_SUBSCRIPTIONS_BULK', 'RECALCULATE_ENTITLEMENTS', 'RESYNC_INTEGRATION', 'SUBSCRIPTION_MIGRATION', 'SUBSCRIPTION_MIGRATION_V2')
|
|
430
|
+
__choices__ = ('IMPORT_INTEGRATION_CATALOG', 'IMPORT_INTEGRATION_CUSTOMERS', 'IMPORT_SUBSCRIPTIONS_BULK', 'RECALCULATE_BATCH_ENTITLEMENTS', 'RECALCULATE_ENTITLEMENTS', 'RESYNC_INTEGRATION', 'SUBSCRIPTION_MIGRATION', 'SUBSCRIPTION_MIGRATION_V2')
|
|
431
431
|
|
|
432
432
|
|
|
433
433
|
class TiersMode(sgqlc.types.Enum):
|
|
@@ -2720,11 +2720,10 @@ class ProvisionSubscriptionInput(sgqlc.types.Input):
|
|
|
2720
2720
|
|
|
2721
2721
|
class RecalculateEntitlementsInput(sgqlc.types.Input):
|
|
2722
2722
|
__schema__ = schema
|
|
2723
|
-
__field_names__ = ('customer_ids', 'environment_id', 'for_all_customers'
|
|
2723
|
+
__field_names__ = ('customer_ids', 'environment_id', 'for_all_customers')
|
|
2724
2724
|
customer_ids = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='customerIds')
|
|
2725
2725
|
environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
|
|
2726
2726
|
for_all_customers = sgqlc.types.Field(Boolean, graphql_name='forAllCustomers')
|
|
2727
|
-
last_calculation_before = sgqlc.types.Field(DateTime, graphql_name='lastCalculationBefore')
|
|
2728
2727
|
|
|
2729
2728
|
|
|
2730
2729
|
class RemoveBasePlanFromPlanInput(sgqlc.types.Input):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|