stigg-api-client 2.354.2__tar.gz → 2.359.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: 2.354.2
3
+ Version: 2.359.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 = "2.354.2"
3
+ version = "2.359.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -57,7 +57,7 @@ class ApiKeySortFields(sgqlc.types.Enum):
57
57
 
58
58
  class ApiKeyType(sgqlc.types.Enum):
59
59
  __schema__ = schema
60
- __choices__ = ('CLIENT', 'SALESFORCE', 'SERVER')
60
+ __choices__ = ('CLIENT', 'SALESFORCE', 'SERVER', 'WORKFLOW')
61
61
 
62
62
 
63
63
  class Auth0ApplicationType(sgqlc.types.Enum):
@@ -205,7 +205,7 @@ class ErrorCode(sgqlc.types.Enum):
205
205
 
206
206
  class EventActor(sgqlc.types.Enum):
207
207
  __schema__ = schema
208
- __choices__ = ('APP_CUSTOMER', 'APP_PUBLIC', 'APP_SERVER', 'AWS', 'IMPORT', 'MIGRATION', 'SALESFORCE', 'SCHEDULER', 'SERVICE', 'STRIPE', 'SUPPORT', 'SYSTEM', 'USER')
208
+ __choices__ = ('APP_CUSTOMER', 'APP_PUBLIC', 'APP_SERVER', 'AWS', 'IMPORT', 'MIGRATION', 'SALESFORCE', 'SCHEDULER', 'SERVICE', 'STRIPE', 'SUPPORT', 'SYSTEM', 'USER', 'WORKFLOW')
209
209
 
210
210
 
211
211
  class EventEntityType(sgqlc.types.Enum):