stigg-api-client 2.71.1__tar.gz → 2.73.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.71.1 → stigg_api_client-2.73.0}/PKG-INFO +1 -1
- {stigg_api_client-2.71.1 → stigg_api_client-2.73.0}/pyproject.toml +1 -1
- {stigg_api_client-2.71.1 → stigg_api_client-2.73.0}/stigg/generated/schema.py +2 -1
- {stigg_api_client-2.71.1 → stigg_api_client-2.73.0}/LICENSE +0 -0
- {stigg_api_client-2.71.1 → stigg_api_client-2.73.0}/README.md +0 -0
- {stigg_api_client-2.71.1 → stigg_api_client-2.73.0}/stigg/__init__.py +0 -0
- {stigg_api_client-2.71.1 → stigg_api_client-2.73.0}/stigg/client.py +0 -0
- {stigg_api_client-2.71.1 → stigg_api_client-2.73.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-2.71.1 → stigg_api_client-2.73.0}/stigg/generated/operations.py +0 -0
|
@@ -2872,7 +2872,8 @@ class PriceFilterPackageDTOFilter(sgqlc.types.Input):
|
|
|
2872
2872
|
|
|
2873
2873
|
class PriceOverrideInput(sgqlc.types.Input):
|
|
2874
2874
|
__schema__ = schema
|
|
2875
|
-
__field_names__ = ('base_charge', 'block_size', 'feature_id', 'price', 'tiers')
|
|
2875
|
+
__field_names__ = ('addon_id', 'base_charge', 'block_size', 'feature_id', 'price', 'tiers')
|
|
2876
|
+
addon_id = sgqlc.types.Field(String, graphql_name='addonId')
|
|
2876
2877
|
base_charge = sgqlc.types.Field(Boolean, graphql_name='baseCharge')
|
|
2877
2878
|
block_size = sgqlc.types.Field(Float, graphql_name='blockSize')
|
|
2878
2879
|
feature_id = sgqlc.types.Field(String, graphql_name='featureId')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|