stigg-api-client 3.23.0__tar.gz → 3.23.1__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-3.23.0 → stigg_api_client-3.23.1}/PKG-INFO +1 -1
- {stigg_api_client-3.23.0 → stigg_api_client-3.23.1}/pyproject.toml +1 -1
- {stigg_api_client-3.23.0 → stigg_api_client-3.23.1}/stigg/generated/schema.py +1 -1
- {stigg_api_client-3.23.0 → stigg_api_client-3.23.1}/LICENSE +0 -0
- {stigg_api_client-3.23.0 → stigg_api_client-3.23.1}/README.md +0 -0
- {stigg_api_client-3.23.0 → stigg_api_client-3.23.1}/stigg/__init__.py +0 -0
- {stigg_api_client-3.23.0 → stigg_api_client-3.23.1}/stigg/client.py +0 -0
- {stigg_api_client-3.23.0 → stigg_api_client-3.23.1}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-3.23.0 → stigg_api_client-3.23.1}/stigg/generated/operations.py +0 -0
|
@@ -215,7 +215,7 @@ class EventActor(sgqlc.types.Enum):
|
|
|
215
215
|
|
|
216
216
|
class EventEntityType(sgqlc.types.Enum):
|
|
217
217
|
__schema__ = schema
|
|
218
|
-
__choices__ = ('ADDON', 'COUPON', 'CUSTOMER', 'ENTITLEMENT', 'FEATURE', 'IMPORT', 'MEASUREMENT', 'PACKAGE', 'PACKAGE_GROUP', 'PLAN', 'PRODUCT', 'PROMOTIONAL_ENTITLEMENT', 'SUBSCRIPTION')
|
|
218
|
+
__choices__ = ('ADDON', 'COUPON', 'CUSTOMER', 'ENTITLEMENT', 'FEATURE', 'FEATURE_GROUP', 'IMPORT', 'MEASUREMENT', 'PACKAGE', 'PACKAGE_GROUP', 'PLAN', 'PRODUCT', 'PROMOTIONAL_ENTITLEMENT', 'SUBSCRIPTION')
|
|
219
219
|
|
|
220
220
|
|
|
221
221
|
class EventLogSortFields(sgqlc.types.Enum):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|