stigg-api-client 2.464.0__tar.gz → 2.470.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-2.464.0 → stigg_api_client-2.470.0}/PKG-INFO +1 -1
- {stigg_api_client-2.464.0 → stigg_api_client-2.470.0}/pyproject.toml +1 -1
- {stigg_api_client-2.464.0 → stigg_api_client-2.470.0}/stigg/generated/schema.py +5 -3
- {stigg_api_client-2.464.0 → stigg_api_client-2.470.0}/LICENSE +0 -0
- {stigg_api_client-2.464.0 → stigg_api_client-2.470.0}/README.md +0 -0
- {stigg_api_client-2.464.0 → stigg_api_client-2.470.0}/stigg/__init__.py +0 -0
- {stigg_api_client-2.464.0 → stigg_api_client-2.470.0}/stigg/client.py +0 -0
- {stigg_api_client-2.464.0 → stigg_api_client-2.470.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-2.464.0 → stigg_api_client-2.470.0}/stigg/generated/operations.py +0 -0
|
@@ -17,7 +17,7 @@ schema -= sgqlc.types.relay.PageInfo
|
|
|
17
17
|
########################################################################
|
|
18
18
|
class AccessDeniedReason(sgqlc.types.Enum):
|
|
19
19
|
__schema__ = schema
|
|
20
|
-
__choices__ = ('BudgetExceeded', 'CustomerIsArchived', 'CustomerNotFound', 'CustomerResourceNotFound', 'FeatureNotFound', 'NoActiveSubscription', 'NoFeatureEntitlementInSubscription', 'RequestedUsageExceedingLimit', 'Unknown')
|
|
20
|
+
__choices__ = ('BudgetExceeded', 'CustomerIsArchived', 'CustomerNotFound', 'CustomerResourceNotFound', 'FeatureNotFound', 'FeatureTypeMismatch', 'NoActiveSubscription', 'NoFeatureEntitlementInSubscription', 'RequestedUsageExceedingLimit', 'Unknown')
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
class AccountAccessMethod(sgqlc.types.Enum):
|
|
@@ -6011,12 +6011,13 @@ class EligibleForTrial(sgqlc.types.Type):
|
|
|
6011
6011
|
|
|
6012
6012
|
class Entitlement(sgqlc.types.Type):
|
|
6013
6013
|
__schema__ = schema
|
|
6014
|
-
__field_names__ = ('access_denied_reason', 'current_usage', 'customer_id', 'display_name_override', 'entitlement_updated_at', 'feature', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'is_granted', 'meter_id', 'next_reset_date', 'requested_usage', 'reset_period', 'reset_period_configuration', 'resource_id', 'usage_limit', 'usage_period_anchor', 'usage_period_end', 'usage_period_start', 'usage_updated_at')
|
|
6014
|
+
__field_names__ = ('access_denied_reason', 'current_usage', 'customer_id', 'display_name_override', 'entitlement_updated_at', 'enum_values', 'feature', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'is_granted', 'meter_id', 'next_reset_date', 'requested_usage', 'reset_period', 'reset_period_configuration', 'resource_id', 'usage_limit', 'usage_period_anchor', 'usage_period_end', 'usage_period_start', 'usage_updated_at')
|
|
6015
6015
|
access_denied_reason = sgqlc.types.Field(AccessDeniedReason, graphql_name='accessDeniedReason')
|
|
6016
6016
|
current_usage = sgqlc.types.Field(Float, graphql_name='currentUsage')
|
|
6017
6017
|
customer_id = sgqlc.types.Field(String, graphql_name='customerId')
|
|
6018
6018
|
display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
|
|
6019
6019
|
entitlement_updated_at = sgqlc.types.Field(DateTime, graphql_name='entitlementUpdatedAt')
|
|
6020
|
+
enum_values = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='enumValues')
|
|
6020
6021
|
feature = sgqlc.types.Field('EntitlementFeature', graphql_name='feature')
|
|
6021
6022
|
has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
|
|
6022
6023
|
has_unlimited_usage = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='hasUnlimitedUsage')
|
|
@@ -6074,12 +6075,13 @@ class EntitlementSummary(sgqlc.types.Type):
|
|
|
6074
6075
|
|
|
6075
6076
|
class EntitlementWithSummary(sgqlc.types.Type):
|
|
6076
6077
|
__schema__ = schema
|
|
6077
|
-
__field_names__ = ('access_denied_reason', 'current_usage', 'customer_id', 'display_name_override', 'entitlement_updated_at', 'feature', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'is_granted', 'meter_id', 'next_reset_date', 'requested_usage', 'reset_period', 'reset_period_configuration', 'resource_id', 'summaries', 'usage_limit', 'usage_period_anchor', 'usage_period_end', 'usage_period_start', 'usage_updated_at')
|
|
6078
|
+
__field_names__ = ('access_denied_reason', 'current_usage', 'customer_id', 'display_name_override', 'entitlement_updated_at', 'enum_values', 'feature', 'has_soft_limit', 'has_unlimited_usage', 'hidden_from_widgets', 'is_granted', 'meter_id', 'next_reset_date', 'requested_usage', 'reset_period', 'reset_period_configuration', 'resource_id', 'summaries', 'usage_limit', 'usage_period_anchor', 'usage_period_end', 'usage_period_start', 'usage_updated_at')
|
|
6078
6079
|
access_denied_reason = sgqlc.types.Field(AccessDeniedReason, graphql_name='accessDeniedReason')
|
|
6079
6080
|
current_usage = sgqlc.types.Field(Float, graphql_name='currentUsage')
|
|
6080
6081
|
customer_id = sgqlc.types.Field(String, graphql_name='customerId')
|
|
6081
6082
|
display_name_override = sgqlc.types.Field(String, graphql_name='displayNameOverride')
|
|
6082
6083
|
entitlement_updated_at = sgqlc.types.Field(DateTime, graphql_name='entitlementUpdatedAt')
|
|
6084
|
+
enum_values = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='enumValues')
|
|
6083
6085
|
feature = sgqlc.types.Field(EntitlementFeature, graphql_name='feature')
|
|
6084
6086
|
has_soft_limit = sgqlc.types.Field(Boolean, graphql_name='hasSoftLimit')
|
|
6085
6087
|
has_unlimited_usage = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='hasUnlimitedUsage')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|