stigg-api-client 2.151.0__py3-none-any.whl → 2.162.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.
@@ -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)
stigg/generated/schema.py CHANGED
@@ -1736,7 +1736,7 @@ class EnvironmentSort(sgqlc.types.Input):
1736
1736
 
1737
1737
  class EstimateSubscriptionInput(sgqlc.types.Input):
1738
1738
  __schema__ = schema
1739
- __field_names__ = ('addons', 'applied_coupon', 'billable_features', 'billing_country_code', 'billing_information', 'billing_period', 'customer_id', 'environment_id', 'plan_id', 'price_unit_amount', 'promotion_code', 'resource_id', 'skip_trial', 'start_date', 'unit_quantity')
1739
+ __field_names__ = ('addons', 'applied_coupon', 'billable_features', 'billing_country_code', 'billing_information', 'billing_period', 'customer_id', 'environment_id', 'paying_customer_id', 'plan_id', 'price_unit_amount', 'promotion_code', 'resource_id', 'skip_trial', 'start_date', 'unit_quantity')
1740
1740
  addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonInput')), graphql_name='addons')
1741
1741
  applied_coupon = sgqlc.types.Field('SubscriptionCouponInput', graphql_name='appliedCoupon')
1742
1742
  billable_features = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(BillableFeatureInput)), graphql_name='billableFeatures')
@@ -1745,6 +1745,7 @@ class EstimateSubscriptionInput(sgqlc.types.Input):
1745
1745
  billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
1746
1746
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
1747
1747
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
1748
+ paying_customer_id = sgqlc.types.Field(String, graphql_name='payingCustomerId')
1748
1749
  plan_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='planId')
1749
1750
  price_unit_amount = sgqlc.types.Field(Float, graphql_name='priceUnitAmount')
1750
1751
  promotion_code = sgqlc.types.Field(String, graphql_name='promotionCode')
@@ -2854,7 +2855,7 @@ class PreviewNextInvoiceInput(sgqlc.types.Input):
2854
2855
 
2855
2856
  class PreviewSubscriptionInput(sgqlc.types.Input):
2856
2857
  __schema__ = schema
2857
- __field_names__ = ('addons', 'applied_coupon', 'billable_features', 'billing_country_code', 'billing_information', 'billing_period', 'customer_id', 'environment_id', 'plan_id', 'promotion_code', 'resource_id', 'schedule_strategy', 'start_date', 'unit_quantity')
2858
+ __field_names__ = ('addons', 'applied_coupon', 'billable_features', 'billing_country_code', 'billing_information', 'billing_period', 'customer_id', 'environment_id', 'paying_customer_id', 'plan_id', 'promotion_code', 'resource_id', 'schedule_strategy', 'start_date', 'unit_quantity')
2858
2859
  addons = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null('SubscriptionAddonInput')), graphql_name='addons')
2859
2860
  applied_coupon = sgqlc.types.Field('SubscriptionCouponInput', graphql_name='appliedCoupon')
2860
2861
  billable_features = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(BillableFeatureInput)), graphql_name='billableFeatures')
@@ -2863,6 +2864,7 @@ class PreviewSubscriptionInput(sgqlc.types.Input):
2863
2864
  billing_period = sgqlc.types.Field(BillingPeriod, graphql_name='billingPeriod')
2864
2865
  customer_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='customerId')
2865
2866
  environment_id = sgqlc.types.Field(String, graphql_name='environmentId')
2867
+ paying_customer_id = sgqlc.types.Field(String, graphql_name='payingCustomerId')
2866
2868
  plan_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='planId')
2867
2869
  promotion_code = sgqlc.types.Field(String, graphql_name='promotionCode')
2868
2870
  resource_id = sgqlc.types.Field(String, graphql_name='resourceId')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 2.151.0
3
+ Version: 2.162.0
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=x7H2wsUOsDAqhG08mn49x5aIte5LbZhA0nBq9ZvvyIY,75245
5
+ stigg/generated/schema.py,sha256=mEcMAekaOBz3EQ9GZMFfhAZQ7gv9e8SXK_zDOhF6wLM,615522
6
+ stigg_api_client-2.162.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
+ stigg_api_client-2.162.0.dist-info/METADATA,sha256=gl8oERUn7rCzZmQtXSdLggchfelcfwno2vqqllgSyzs,3198
8
+ stigg_api_client-2.162.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
+ stigg_api_client-2.162.0.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=Y5-a-lD7Z_vSGfU6s2C50FC2pCEYqSohkV-s3kl0G0M,75097
5
- stigg/generated/schema.py,sha256=0MpJ3jzH4fY6gNwZNdi8XR2j_t1L9La1iwprbdAbXPc,615310
6
- stigg_api_client-2.151.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
- stigg_api_client-2.151.0.dist-info/METADATA,sha256=S73HyihX9RY8Em38j9cBXE7ivxRRnzcp1viLKbBtMOo,3198
8
- stigg_api_client-2.151.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
- stigg_api_client-2.151.0.dist-info/RECORD,,