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.

@@ -5575,6 +5575,7 @@ class AsyncClient(AsyncBaseClient):
5575
5575
  sdkConfiguration {
5576
5576
  sentryDsn
5577
5577
  isWidgetWatermarkEnabled
5578
+ showWatermark
5578
5579
  }
5579
5580
  }
5580
5581
  """
stigg/generated/client.py CHANGED
@@ -5571,6 +5571,7 @@ class Client(BaseClient):
5571
5571
  sdkConfiguration {
5572
5572
  sentryDsn
5573
5573
  isWidgetWatermarkEnabled
5574
+ showWatermark
5574
5575
  }
5575
5576
  }
5576
5577
  """
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):