stigg-api-client 2.315.3__tar.gz → 2.319.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.315.3 → stigg_api_client-2.319.0}/PKG-INFO +1 -1
- {stigg_api_client-2.315.3 → stigg_api_client-2.319.0}/pyproject.toml +1 -1
- {stigg_api_client-2.315.3 → stigg_api_client-2.319.0}/stigg/generated/schema.py +2 -2
- {stigg_api_client-2.315.3 → stigg_api_client-2.319.0}/LICENSE +0 -0
- {stigg_api_client-2.315.3 → stigg_api_client-2.319.0}/README.md +0 -0
- {stigg_api_client-2.315.3 → stigg_api_client-2.319.0}/stigg/__init__.py +0 -0
- {stigg_api_client-2.315.3 → stigg_api_client-2.319.0}/stigg/client.py +0 -0
- {stigg_api_client-2.315.3 → stigg_api_client-2.319.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-2.315.3 → stigg_api_client-2.319.0}/stigg/generated/operations.py +0 -0
|
@@ -3460,9 +3460,9 @@ class ResyncIntegrationInput(sgqlc.types.Input):
|
|
|
3460
3460
|
__schema__ = schema
|
|
3461
3461
|
__field_names__ = ('environment_id', 'integration_id', 'recalculate_entitlements', 'vendor_identifier')
|
|
3462
3462
|
environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
|
|
3463
|
-
integration_id = sgqlc.types.Field(String, graphql_name='integrationId')
|
|
3463
|
+
integration_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='integrationId')
|
|
3464
3464
|
recalculate_entitlements = sgqlc.types.Field(Boolean, graphql_name='recalculateEntitlements')
|
|
3465
|
-
vendor_identifier = sgqlc.types.Field(
|
|
3465
|
+
vendor_identifier = sgqlc.types.Field(VendorIdentifier, graphql_name='vendorIdentifier')
|
|
3466
3466
|
|
|
3467
3467
|
|
|
3468
3468
|
class RevokePromotionalEntitlementInput(sgqlc.types.Input):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|