stigg-api-client 2.470.0__tar.gz → 2.475.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.470.0 → stigg_api_client-2.475.0}/PKG-INFO +1 -1
- {stigg_api_client-2.470.0 → stigg_api_client-2.475.0}/pyproject.toml +1 -1
- {stigg_api_client-2.470.0 → stigg_api_client-2.475.0}/stigg/generated/operations.py +2 -0
- {stigg_api_client-2.470.0 → stigg_api_client-2.475.0}/stigg/generated/schema.py +383 -401
- {stigg_api_client-2.470.0 → stigg_api_client-2.475.0}/LICENSE +0 -0
- {stigg_api_client-2.470.0 → stigg_api_client-2.475.0}/README.md +0 -0
- {stigg_api_client-2.470.0 → stigg_api_client-2.475.0}/stigg/__init__.py +0 -0
- {stigg_api_client-2.470.0 → stigg_api_client-2.475.0}/stigg/client.py +0 -0
- {stigg_api_client-2.470.0 → stigg_api_client-2.475.0}/stigg/generated/__init__.py +0 -0
|
@@ -811,6 +811,8 @@ def fragment_entitlement_fragment():
|
|
|
811
811
|
_frag.has_soft_limit()
|
|
812
812
|
_frag.current_usage()
|
|
813
813
|
_frag.requested_usage()
|
|
814
|
+
_frag.requested_values()
|
|
815
|
+
_frag.enum_values()
|
|
814
816
|
_frag.entitlement_updated_at()
|
|
815
817
|
_frag.usage_updated_at()
|
|
816
818
|
_frag.usage_period_anchor()
|