stigg-api-client 2.414.3__tar.gz → 2.415.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.414.3 → stigg_api_client-2.415.0}/PKG-INFO +1 -1
- {stigg_api_client-2.414.3 → stigg_api_client-2.415.0}/pyproject.toml +1 -1
- {stigg_api_client-2.414.3 → stigg_api_client-2.415.0}/stigg/generated/schema.py +1 -1
- {stigg_api_client-2.414.3 → stigg_api_client-2.415.0}/LICENSE +0 -0
- {stigg_api_client-2.414.3 → stigg_api_client-2.415.0}/README.md +0 -0
- {stigg_api_client-2.414.3 → stigg_api_client-2.415.0}/stigg/__init__.py +0 -0
- {stigg_api_client-2.414.3 → stigg_api_client-2.415.0}/stigg/client.py +0 -0
- {stigg_api_client-2.414.3 → stigg_api_client-2.415.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-2.414.3 → stigg_api_client-2.415.0}/stigg/generated/operations.py +0 -0
|
@@ -4279,7 +4279,7 @@ class UpdateCouponInput(sgqlc.types.Input):
|
|
|
4279
4279
|
additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
|
|
4280
4280
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
4281
4281
|
environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
|
|
4282
|
-
name = sgqlc.types.Field(
|
|
4282
|
+
name = sgqlc.types.Field(String, graphql_name='name')
|
|
4283
4283
|
ref_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='refId')
|
|
4284
4284
|
|
|
4285
4285
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|