stigg-api-client 2.183.0__py3-none-any.whl → 2.184.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 might be problematic. Click here for more details.

stigg/generated/schema.py CHANGED
@@ -525,6 +525,11 @@ class UnitTransformationRound(sgqlc.types.Enum):
525
525
  __choices__ = ('DOWN', 'UP')
526
526
 
527
527
 
528
+ class UsageMarkerType(sgqlc.types.Enum):
529
+ __schema__ = schema
530
+ __choices__ = ('PERIODIC_RESET', 'SUBSCRIPTION_CHANGE_RESET')
531
+
532
+
528
533
  class UsageMeasurementSortFields(sgqlc.types.Enum):
529
534
  __schema__ = schema
530
535
  __choices__ = ('createdAt', 'environmentId', 'id')
@@ -9410,13 +9415,21 @@ class UsageEventsPreview(sgqlc.types.Type):
9410
9415
 
9411
9416
  class UsageHistory(sgqlc.types.Type):
9412
9417
  __schema__ = schema
9413
- __field_names__ = ('end_date', 'groups', 'start_date', 'usage_measurements')
9418
+ __field_names__ = ('end_date', 'groups', 'markers', 'start_date', 'usage_measurements')
9414
9419
  end_date = sgqlc.types.Field(DateTime, graphql_name='endDate')
9415
9420
  groups = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(GroupUsageHistory)), graphql_name='groups')
9421
+ markers = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('UsageMarker'))), graphql_name='markers')
9416
9422
  start_date = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='startDate')
9417
9423
  usage_measurements = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('UsageMeasurementPoint'))), graphql_name='usageMeasurements')
9418
9424
 
9419
9425
 
9426
+ class UsageMarker(sgqlc.types.Type):
9427
+ __schema__ = schema
9428
+ __field_names__ = ('timestamp', 'type')
9429
+ timestamp = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='timestamp')
9430
+ type = sgqlc.types.Field(sgqlc.types.non_null(UsageMarkerType), graphql_name='type')
9431
+
9432
+
9420
9433
  class UsageMeasurement(sgqlc.types.Type):
9421
9434
  __schema__ = schema
9422
9435
  __field_names__ = ('created_at', 'customer', 'customer_id', 'environment', 'environment_id', 'feature', 'feature_id', 'id', 'value')
@@ -9488,7 +9501,7 @@ class UsageMeasurementPoint(sgqlc.types.Type):
9488
9501
  __schema__ = schema
9489
9502
  __field_names__ = ('date', 'is_reset_point', 'value')
9490
9503
  date = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='date')
9491
- is_reset_point = sgqlc.types.Field(Boolean, graphql_name='isResetPoint')
9504
+ is_reset_point = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name='isResetPoint')
9492
9505
  value = sgqlc.types.Field(sgqlc.types.non_null(Float), graphql_name='value')
9493
9506
 
9494
9507
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 2.183.0
3
+ Version: 2.184.0
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -2,8 +2,8 @@ stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
2
2
  stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
3
3
  stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  stigg/generated/operations.py,sha256=x7H2wsUOsDAqhG08mn49x5aIte5LbZhA0nBq9ZvvyIY,75245
5
- stigg/generated/schema.py,sha256=nWYLIW7RLRjbafkqFayPFQEHRYb8F6xhpbpOdNDWDfY,616379
6
- stigg_api_client-2.183.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
- stigg_api_client-2.183.0.dist-info/METADATA,sha256=9wUZIm1yk9MpxWMZhoq96WFIbbhfVRLwFt62ZDJRdYE,3198
8
- stigg_api_client-2.183.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
- stigg_api_client-2.183.0.dist-info/RECORD,,
5
+ stigg/generated/schema.py,sha256=fwzf614hOj_OjPFRJQk7SZjC5sjV9M8xmM77fHzACvo,616969
6
+ stigg_api_client-2.184.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
+ stigg_api_client-2.184.0.dist-info/METADATA,sha256=uDEaJto5neWHfnHhvtcdcV8wzwei--5pyCFXzjR6_ZU,3198
8
+ stigg_api_client-2.184.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
+ stigg_api_client-2.184.0.dist-info/RECORD,,