stigg-api-client 3.23.1__tar.gz → 3.26.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-3.23.1 → stigg_api_client-3.26.0}/PKG-INFO +1 -1
- {stigg_api_client-3.23.1 → stigg_api_client-3.26.0}/pyproject.toml +1 -1
- {stigg_api_client-3.23.1 → stigg_api_client-3.26.0}/stigg/generated/schema.py +2 -1
- {stigg_api_client-3.23.1 → stigg_api_client-3.26.0}/LICENSE +0 -0
- {stigg_api_client-3.23.1 → stigg_api_client-3.26.0}/README.md +0 -0
- {stigg_api_client-3.23.1 → stigg_api_client-3.26.0}/stigg/__init__.py +0 -0
- {stigg_api_client-3.23.1 → stigg_api_client-3.26.0}/stigg/client.py +0 -0
- {stigg_api_client-3.23.1 → stigg_api_client-3.26.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-3.23.1 → stigg_api_client-3.26.0}/stigg/generated/operations.py +0 -0
|
@@ -5529,7 +5529,7 @@ class CreditBalanceSummary(sgqlc.types.Type):
|
|
|
5529
5529
|
|
|
5530
5530
|
class CreditGrant(sgqlc.types.Type):
|
|
5531
5531
|
__schema__ = schema
|
|
5532
|
-
__field_names__ = ('additional_meta_data', 'amount', 'comment', 'cost', 'created_at', 'currency_id', 'current_amount', 'customer_id', 'display_name', 'effective_at', 'expire_at', 'grant_type', 'id', 'priority', 'resource_id', 'updated_at')
|
|
5532
|
+
__field_names__ = ('additional_meta_data', 'amount', 'comment', 'cost', 'created_at', 'currency_id', 'current_amount', 'customer_id', 'display_name', 'effective_at', 'expire_at', 'grant_id', 'grant_type', 'id', 'priority', 'resource_id', 'updated_at')
|
|
5533
5533
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
5534
5534
|
amount = sgqlc.types.Field(sgqlc.types.non_null(Float), graphql_name='amount')
|
|
5535
5535
|
comment = sgqlc.types.Field(String, graphql_name='comment')
|
|
@@ -5541,6 +5541,7 @@ class CreditGrant(sgqlc.types.Type):
|
|
|
5541
5541
|
display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
|
|
5542
5542
|
effective_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='effectiveAt')
|
|
5543
5543
|
expire_at = sgqlc.types.Field(DateTime, graphql_name='expireAt')
|
|
5544
|
+
grant_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='grantId')
|
|
5544
5545
|
grant_type = sgqlc.types.Field(sgqlc.types.non_null(CreditGrantType), graphql_name='grantType')
|
|
5545
5546
|
id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
|
|
5546
5547
|
priority = sgqlc.types.Field(sgqlc.types.non_null(Float), graphql_name='priority')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|