stigg-api-client-v2 3.115.0__py3-none-any.whl → 3.116.0__py3-none-any.whl
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-v2 might be problematic. Click here for more details.
- stigg/generated/async_client.py +1 -0
- stigg/generated/client.py +1 -0
- stigg/generated/enums.py +3 -0
- stigg/generated/fragments.py +519 -519
- stigg/generated/get_sdk_configuration.py +1 -0
- {stigg_api_client_v2-3.115.0.dist-info → stigg_api_client_v2-3.116.0.dist-info}/METADATA +1 -1
- {stigg_api_client_v2-3.115.0.dist-info → stigg_api_client_v2-3.116.0.dist-info}/RECORD +9 -9
- {stigg_api_client_v2-3.115.0.dist-info → stigg_api_client_v2-3.116.0.dist-info}/LICENSE +0 -0
- {stigg_api_client_v2-3.115.0.dist-info → stigg_api_client_v2-3.116.0.dist-info}/WHEEL +0 -0
stigg/generated/async_client.py
CHANGED
stigg/generated/client.py
CHANGED
stigg/generated/enums.py
CHANGED
|
@@ -694,6 +694,9 @@ class EventLogType(str, Enum):
|
|
|
694
694
|
"CUSTOMER_RESOURCE_ENTITLEMENT_CALCULATION_TRIGGERED"
|
|
695
695
|
)
|
|
696
696
|
CUSTOMER_UPDATED = "CUSTOMER_UPDATED"
|
|
697
|
+
EDGE_API_CLIENT_CONFIGURATION_DATA_RESYNC = (
|
|
698
|
+
"EDGE_API_CLIENT_CONFIGURATION_DATA_RESYNC"
|
|
699
|
+
)
|
|
697
700
|
EDGE_API_CUSTOMER_DATA_RESYNC = "EDGE_API_CUSTOMER_DATA_RESYNC"
|
|
698
701
|
EDGE_API_DATA_RESYNC = "EDGE_API_DATA_RESYNC"
|
|
699
702
|
EDGE_API_DOGGO_RESYNC = "EDGE_API_DOGGO_RESYNC"
|