stigg-api-client-v2 3.113.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 +6 -0
- stigg/generated/fragments.py +407 -407
- stigg/generated/get_sdk_configuration.py +1 -0
- stigg/generated/input_types.py +9 -0
- {stigg_api_client_v2-3.113.0.dist-info → stigg_api_client_v2-3.116.0.dist-info}/METADATA +1 -1
- {stigg_api_client_v2-3.113.0.dist-info → stigg_api_client_v2-3.116.0.dist-info}/RECORD +10 -10
- {stigg_api_client_v2-3.113.0.dist-info → stigg_api_client_v2-3.116.0.dist-info}/LICENSE +0 -0
- {stigg_api_client_v2-3.113.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"
|
|
@@ -1183,13 +1186,16 @@ class SubscriptionProrationBehavior(str, Enum):
|
|
|
1183
1186
|
|
|
1184
1187
|
|
|
1185
1188
|
class SubscriptionQuerySortFields(str, Enum):
|
|
1189
|
+
billingId = "billingId"
|
|
1186
1190
|
createdAt = "createdAt"
|
|
1187
1191
|
customerId = "customerId"
|
|
1188
1192
|
environmentId = "environmentId"
|
|
1189
1193
|
productId = "productId"
|
|
1190
1194
|
resourceId = "resourceId"
|
|
1195
|
+
salesforceId = "salesforceId"
|
|
1191
1196
|
startDate = "startDate"
|
|
1192
1197
|
status = "status"
|
|
1198
|
+
subscriptionId = "subscriptionId"
|
|
1193
1199
|
|
|
1194
1200
|
|
|
1195
1201
|
class SubscriptionScheduleStatus(str, Enum):
|