stigg-api-client 2.361.0__tar.gz → 2.367.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.
- {stigg_api_client-2.361.0 → stigg_api_client-2.367.0}/PKG-INFO +1 -1
- {stigg_api_client-2.361.0 → stigg_api_client-2.367.0}/pyproject.toml +1 -1
- {stigg_api_client-2.361.0 → stigg_api_client-2.367.0}/stigg/generated/schema.py +2 -1
- {stigg_api_client-2.361.0 → stigg_api_client-2.367.0}/LICENSE +0 -0
- {stigg_api_client-2.361.0 → stigg_api_client-2.367.0}/README.md +0 -0
- {stigg_api_client-2.361.0 → stigg_api_client-2.367.0}/stigg/__init__.py +0 -0
- {stigg_api_client-2.361.0 → stigg_api_client-2.367.0}/stigg/client.py +0 -0
- {stigg_api_client-2.361.0 → stigg_api_client-2.367.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-2.361.0 → stigg_api_client-2.367.0}/stigg/generated/operations.py +0 -0
|
@@ -4199,7 +4199,8 @@ class TriggerSubscriptionUsageSyncInput(sgqlc.types.Input):
|
|
|
4199
4199
|
|
|
4200
4200
|
class TriggerWorkflowInput(sgqlc.types.Input):
|
|
4201
4201
|
__schema__ = schema
|
|
4202
|
-
__field_names__ = ('payload', 'trigger_id')
|
|
4202
|
+
__field_names__ = ('is_test', 'payload', 'trigger_id')
|
|
4203
|
+
is_test = sgqlc.types.Field(Boolean, graphql_name='isTest')
|
|
4203
4204
|
payload = sgqlc.types.Field(JSON, graphql_name='payload')
|
|
4204
4205
|
trigger_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='triggerId')
|
|
4205
4206
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|