stigg-api-client 0.700.0__tar.gz → 0.701.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-0.700.0 → stigg_api_client-0.701.0}/PKG-INFO +1 -1
- {stigg_api_client-0.700.0 → stigg_api_client-0.701.0}/pyproject.toml +1 -1
- {stigg_api_client-0.700.0 → stigg_api_client-0.701.0}/stigg/generated/schema.py +1 -2
- {stigg_api_client-0.700.0 → stigg_api_client-0.701.0}/LICENSE +0 -0
- {stigg_api_client-0.700.0 → stigg_api_client-0.701.0}/README.md +0 -0
- {stigg_api_client-0.700.0 → stigg_api_client-0.701.0}/stigg/__init__.py +0 -0
- {stigg_api_client-0.700.0 → stigg_api_client-0.701.0}/stigg/client.py +0 -0
- {stigg_api_client-0.700.0 → stigg_api_client-0.701.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-0.700.0 → stigg_api_client-0.701.0}/stigg/generated/operations.py +0 -0
|
@@ -1430,8 +1430,7 @@ class DoesFeatureExist(sgqlc.types.Input):
|
|
|
1430
1430
|
|
|
1431
1431
|
class DuplicateProductInput(sgqlc.types.Input):
|
|
1432
1432
|
__schema__ = schema
|
|
1433
|
-
__field_names__ = ('
|
|
1434
|
-
billing_display_name = sgqlc.types.Field(String, graphql_name='billingDisplayName')
|
|
1433
|
+
__field_names__ = ('description', 'display_name', 'environment_id', 'ref_id', 'source_product_id')
|
|
1435
1434
|
description = sgqlc.types.Field(String, graphql_name='description')
|
|
1436
1435
|
display_name = sgqlc.types.Field(String, graphql_name='displayName')
|
|
1437
1436
|
environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|