stigg-api-client 2.184.0__tar.gz → 2.188.0__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.

Potentially problematic release.


This version of stigg-api-client might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 2.184.0
3
+ Version: 2.188.0
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "stigg-api-client"
3
- version = "2.184.0"
3
+ version = "2.188.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -1222,6 +1222,9 @@ def fragment_usage_history_fragment():
1222
1222
  _frag = sgqlc.operation.Fragment(_schema.UsageHistory, 'UsageHistoryFragment')
1223
1223
  _frag.start_date()
1224
1224
  _frag.end_date()
1225
+ _frag_markers = _frag.markers()
1226
+ _frag_markers.type()
1227
+ _frag_markers.timestamp()
1225
1228
  _frag_usage_measurements = _frag.usage_measurements()
1226
1229
  _frag_usage_measurements.date()
1227
1230
  _frag_usage_measurements.value()