stigg-api-client 1.182.1__py3-none-any.whl → 1.189.1__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.

@@ -206,6 +206,7 @@ def fragment_customer_resource_fragment():
206
206
  def fragment_slim_subscription_fragment():
207
207
  _frag = sgqlc.operation.Fragment(_schema.CustomerSubscription, 'SlimSubscriptionFragment')
208
208
  _frag.id()
209
+ _frag.subscription_id()
209
210
  _frag.ref_id()
210
211
  _frag.status()
211
212
  _frag.additional_meta_data()
stigg/generated/schema.py CHANGED
@@ -4082,7 +4082,8 @@ class UsageEventReportInput(sgqlc.types.Input):
4082
4082
 
4083
4083
  class UsageEventsInput(sgqlc.types.Input):
4084
4084
  __schema__ = schema
4085
- __field_names__ = ('environment_id', 'filters')
4085
+ __field_names__ = ('customer_id', 'environment_id', 'filters')
4086
+ customer_id = sgqlc.types.Field(String, graphql_name='customerId')
4086
4087
  environment_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='environmentId')
4087
4088
  filters = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(MeterFilterDefinitionInput)), graphql_name='filters')
4088
4089
 
@@ -9094,11 +9095,13 @@ class UpdateEntitlementsOrderDTO(sgqlc.types.Type):
9094
9095
 
9095
9096
  class UsageEvent(sgqlc.types.Type):
9096
9097
  __schema__ = schema
9097
- __field_names__ = ('customer_id', 'dimensions', 'event_name', 'id', 'resource_id', 'timestamp')
9098
+ __field_names__ = ('customer', 'customer_id', 'dimensions', 'event_name', 'id', 'idempotency_key', 'resource_id', 'timestamp')
9099
+ customer = sgqlc.types.Field(Customer, graphql_name='customer')
9098
9100
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
9099
9101
  dimensions = sgqlc.types.Field(JSON, graphql_name='dimensions')
9100
9102
  event_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='eventName')
9101
9103
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='id')
9104
+ idempotency_key = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='idempotencyKey')
9102
9105
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
9103
9106
  timestamp = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='timestamp')
9104
9107
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 1.182.1
3
+ Version: 1.189.1
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -0,0 +1,9 @@
1
+ stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
2
+ stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
3
+ stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ stigg/generated/operations.py,sha256=XpHk4JUXsg1TEwy_43Q4D6MsaYQ8veITNggFZUnpM80,68759
5
+ stigg/generated/schema.py,sha256=v3LiWxg7FHeHkL2ROC_KVPtGmcAkHKh7CycQCjvt9Qg,593885
6
+ stigg_api_client-1.189.1.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
+ stigg_api_client-1.189.1.dist-info/METADATA,sha256=SiQonA69IzPyM-kV3OojKhIBHafC-PqZBA8QhZ6qyFk,3198
8
+ stigg_api_client-1.189.1.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
+ stigg_api_client-1.189.1.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
2
- stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
3
- stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- stigg/generated/operations.py,sha256=mA401xlRgdYJDGJORvOQi89zw69K1dFQtkdVvGMzFBQ,68731
5
- stigg/generated/schema.py,sha256=5uNmfCoeOqWwBuaQNTQO8m8olMQ0fNmkWSX2Dpbuhys,593599
6
- stigg_api_client-1.182.1.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
- stigg_api_client-1.182.1.dist-info/METADATA,sha256=J2nl-wXnGW29FGuGTDcYZsesvLOqjDHDd1O4LLI2LhE,3198
8
- stigg_api_client-1.182.1.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
- stigg_api_client-1.182.1.dist-info/RECORD,,