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.

@@ -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"