stigg-api-client 2.157.1__tar.gz → 2.163.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.157.1
3
+ Version: 2.163.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.157.1"
3
+ version = "2.163.0"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -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')
@@ -8570,7 +8572,7 @@ class RecalculateEntitlementsResult(sgqlc.types.Type):
8570
8572
  class ResyncIntegrationResult(sgqlc.types.Type):
8571
8573
  __schema__ = schema
8572
8574
  __field_names__ = ('task_id',)
8573
- task_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='taskId')
8575
+ task_id = sgqlc.types.Field(String, graphql_name='taskId')
8574
8576
 
8575
8577
 
8576
8578
  class SalesforceCredentials(sgqlc.types.Type):