stigg-api-client 3.64.0__tar.gz → 3.65.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: 3.64.0
3
+ Version: 3.65.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 = "3.64.0"
3
+ version = "3.65.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -2424,7 +2424,7 @@ class GrantPromotionalEntitlementsGroupInput(sgqlc.types.Input):
2424
2424
  __field_names__ = ('customer_id', 'environment_id', 'feature_group_id', 'promotional_entitlements')
2425
2425
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
2426
2426
  environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
2427
- feature_group_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='featureGroupId')
2427
+ feature_group_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureGroupId')
2428
2428
  promotional_entitlements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(GrantPromotionalEntitlementInput))), graphql_name='promotionalEntitlements')
2429
2429
 
2430
2430
 
@@ -3753,7 +3753,7 @@ class RevokePromotionalEntitlementsGroupInput(sgqlc.types.Input):
3753
3753
  __field_names__ = ('customer_id', 'environment_id', 'feature_group_id')
3754
3754
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
3755
3755
  environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
3756
- feature_group_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='featureGroupId')
3756
+ feature_group_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureGroupId')
3757
3757
 
3758
3758
 
3759
3759
  class SalesforceCredentialsInput(sgqlc.types.Input):
@@ -4575,7 +4575,7 @@ class UnlinkPromotionalEntitlementsGroupInput(sgqlc.types.Input):
4575
4575
  __field_names__ = ('customer_id', 'environment_id', 'feature_group_id')
4576
4576
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
4577
4577
  environment_id = sgqlc.types.Field(UUID, graphql_name='environmentId')
4578
- feature_group_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='featureGroupId')
4578
+ feature_group_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='featureGroupId')
4579
4579
 
4580
4580
 
4581
4581
  class UpdateAccountInput(sgqlc.types.Input):