stigg-api-client 1.214.3__tar.gz → 1.217.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-1.214.3 → stigg_api_client-1.217.0}/PKG-INFO +1 -1
- {stigg_api_client-1.214.3 → stigg_api_client-1.217.0}/pyproject.toml +1 -1
- {stigg_api_client-1.214.3 → stigg_api_client-1.217.0}/stigg/generated/schema.py +2 -2
- {stigg_api_client-1.214.3 → stigg_api_client-1.217.0}/LICENSE +0 -0
- {stigg_api_client-1.214.3 → stigg_api_client-1.217.0}/README.md +0 -0
- {stigg_api_client-1.214.3 → stigg_api_client-1.217.0}/stigg/__init__.py +0 -0
- {stigg_api_client-1.214.3 → stigg_api_client-1.217.0}/stigg/client.py +0 -0
- {stigg_api_client-1.214.3 → stigg_api_client-1.217.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-1.214.3 → stigg_api_client-1.217.0}/stigg/generated/operations.py +0 -0
|
@@ -180,7 +180,7 @@ class ErrorCode(sgqlc.types.Enum):
|
|
|
180
180
|
|
|
181
181
|
class EventActor(sgqlc.types.Enum):
|
|
182
182
|
__schema__ = schema
|
|
183
|
-
__choices__ = ('APP_CUSTOMER', 'APP_PUBLIC', 'APP_SERVER', 'SALESFORCE', 'SERVICE', 'STRIPE', 'SUPPORT', 'USER')
|
|
183
|
+
__choices__ = ('APP_CUSTOMER', 'APP_PUBLIC', 'APP_SERVER', 'AWS', 'SALESFORCE', 'SCHEDULER', 'SERVICE', 'STRIPE', 'SUPPORT', 'SYSTEM', 'USER')
|
|
184
184
|
|
|
185
185
|
|
|
186
186
|
class EventEntityType(sgqlc.types.Enum):
|
|
@@ -320,7 +320,7 @@ class PaymentCollection(sgqlc.types.Enum):
|
|
|
320
320
|
|
|
321
321
|
class PaymentCollectionMethod(sgqlc.types.Enum):
|
|
322
322
|
__schema__ = schema
|
|
323
|
-
__choices__ = ('CHARGE', 'INVOICE')
|
|
323
|
+
__choices__ = ('CHARGE', 'INVOICE', 'NONE')
|
|
324
324
|
|
|
325
325
|
|
|
326
326
|
class PaymentMethodType(sgqlc.types.Enum):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|