stigg-api-client 2.150.0__tar.gz → 2.157.1__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.150.0
3
+ Version: 2.157.1
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.150.0"
3
+ version = "2.157.1"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -724,6 +724,8 @@ def fragment_feature_fragment():
724
724
  def fragment_reset_period_configuration_fragment():
725
725
  _frag = sgqlc.operation.Fragment(_schema.ResetPeriodConfiguration, 'ResetPeriodConfigurationFragment')
726
726
  _frag.__typename__()
727
+ _frag__as__YearlyResetPeriodConfig = _frag.__as__(_schema.YearlyResetPeriodConfig)
728
+ _frag__as__YearlyResetPeriodConfig.yearly_according_to()
727
729
  _frag__as__MonthlyResetPeriodConfig = _frag.__as__(_schema.MonthlyResetPeriodConfig)
728
730
  _frag__as__MonthlyResetPeriodConfig.monthly_according_to()
729
731
  _frag__as__WeeklyResetPeriodConfig = _frag.__as__(_schema.WeeklyResetPeriodConfig)
@@ -737,6 +739,8 @@ def fragment_usage_updated_fragment():
737
739
  _frag.resource_id()
738
740
  _frag.feature_id()
739
741
  _frag.current_usage()
742
+ _frag.usage_period_start()
743
+ _frag.usage_period_end()
740
744
  _frag.next_reset_date()
741
745
  return _frag
742
746
 
@@ -755,6 +759,9 @@ def fragment_entitlement_fragment():
755
759
  _frag.requested_usage()
756
760
  _frag.entitlement_updated_at()
757
761
  _frag.usage_updated_at()
762
+ _frag.usage_period_anchor()
763
+ _frag.usage_period_start()
764
+ _frag.usage_period_end()
758
765
  _frag.next_reset_date()
759
766
  _frag.reset_period()
760
767
  _frag_reset_period_configuration = _frag.reset_period_configuration()
@@ -1025,6 +1032,8 @@ def fragment_customer_portal_entitlement_fragment():
1025
1032
  _frag.current_usage()
1026
1033
  _frag.has_unlimited_usage()
1027
1034
  _frag.has_soft_limit()
1035
+ _frag.usage_period_start()
1036
+ _frag.usage_period_end()
1028
1037
  _frag.next_reset_date()
1029
1038
  _frag.reset_period()
1030
1039
  _frag_reset_period_configuration = _frag.reset_period_configuration()
@@ -1268,6 +1277,8 @@ def fragment_report_usage_fragment():
1268
1277
  _frag.customer_id()
1269
1278
  _frag.resource_id()
1270
1279
  _frag.current_usage()
1280
+ _frag.usage_period_start()
1281
+ _frag.usage_period_end()
1271
1282
  _frag.next_reset_date()
1272
1283
  _frag.timestamp()
1273
1284
  return _frag