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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 0.700.0
3
+ Version: 0.701.0
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "stigg-api-client"
3
- version = "0.700.0"
3
+ version = "0.701.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -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__ = ('billing_display_name', 'description', 'display_name', 'environment_id', 'ref_id', 'source_product_id')
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')