stigg-api-client 3.64.0__py3-none-any.whl → 3.65.0__py3-none-any.whl
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/generated/schema.py +3 -3
- {stigg_api_client-3.64.0.dist-info → stigg_api_client-3.65.0.dist-info}/METADATA +1 -1
- {stigg_api_client-3.64.0.dist-info → stigg_api_client-3.65.0.dist-info}/RECORD +5 -5
- {stigg_api_client-3.64.0.dist-info → stigg_api_client-3.65.0.dist-info}/LICENSE +0 -0
- {stigg_api_client-3.64.0.dist-info → stigg_api_client-3.65.0.dist-info}/WHEEL +0 -0
stigg/generated/schema.py
CHANGED
|
@@ -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(
|
|
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(
|
|
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(
|
|
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):
|
|
@@ -2,8 +2,8 @@ stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
|
2
2
|
stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
|
|
3
3
|
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
stigg/generated/operations.py,sha256=8s5JV4pYCDL2t2yNfR9QrhgitTNfpgKgqp4wAUXk1Bg,87117
|
|
5
|
-
stigg/generated/schema.py,sha256=
|
|
6
|
-
stigg_api_client-3.
|
|
7
|
-
stigg_api_client-3.
|
|
8
|
-
stigg_api_client-3.
|
|
9
|
-
stigg_api_client-3.
|
|
5
|
+
stigg/generated/schema.py,sha256=PKFXSzya83VQ4eE0WWdzNqRlYmuEmJ3sFS6gluXHcTY,705287
|
|
6
|
+
stigg_api_client-3.65.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-3.65.0.dist-info/METADATA,sha256=tmW-XhA0p2AwcAewY1B_PWhA9n9VDhXNTyoqSlhN0zU,3197
|
|
8
|
+
stigg_api_client-3.65.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-3.65.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|