stigg-api-client 2.122.0__py3-none-any.whl → 2.129.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.

@@ -954,6 +954,7 @@ def fragment_customer_portal_subscription_price_fragment():
954
954
  def fragment_customer_portal_subscription_fragment():
955
955
  _frag = sgqlc.operation.Fragment(_schema.CustomerPortalSubscription, 'CustomerPortalSubscriptionFragment')
956
956
  _frag.subscription_id()
957
+ _frag.plan_id()
957
958
  _frag.plan_name()
958
959
  _frag.pricing_type()
959
960
  _frag_prices = _frag.prices()
stigg/generated/schema.py CHANGED
@@ -5165,9 +5165,10 @@ class CustomerPortalPromotionalEntitlement(sgqlc.types.Type):
5165
5165
 
5166
5166
  class CustomerPortalSubscription(sgqlc.types.Type):
5167
5167
  __schema__ = schema
5168
- __field_names__ = ('addons', 'billing_period_range', 'plan_name', 'prices', 'pricing', 'pricing_type', 'scheduled_updates', 'status', 'subscription_id', 'total_price', 'trial_remaining_days')
5168
+ __field_names__ = ('addons', 'billing_period_range', 'plan_id', 'plan_name', 'prices', 'pricing', 'pricing_type', 'scheduled_updates', 'status', 'subscription_id', 'total_price', 'trial_remaining_days')
5169
5169
  addons = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(CustomerPortalAddon))), graphql_name='addons')
5170
5170
  billing_period_range = sgqlc.types.Field('DateRange', graphql_name='billingPeriodRange')
5171
+ plan_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='planId')
5171
5172
  plan_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='planName')
5172
5173
  prices = sgqlc.types.Field(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null('CustomerPortalSubscriptionPrice'))), graphql_name='prices')
5173
5174
  pricing = sgqlc.types.Field(sgqlc.types.non_null('CustomerPortalSubscriptionPricing'), graphql_name='pricing')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 2.122.0
3
+ Version: 2.129.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=0HK09HSloqZStMs627RVHO2qCyyfcoJPgfe-Pq_sJTU,74825
5
+ stigg/generated/schema.py,sha256=Tfeu9N2qJDZL8boBd6Eu8SgEj-xSx45AAnSUecgggpo,613770
6
+ stigg_api_client-2.129.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
+ stigg_api_client-2.129.0.dist-info/METADATA,sha256=3h2_nN_9FVV5N9i2KIDufDHw_oZl1M03Qgm8gj51EJ8,3198
8
+ stigg_api_client-2.129.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
+ stigg_api_client-2.129.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=qE2Xzpypr938ehE2FeA1212q31EE9H4Sj7SDiCWOiTA,74805
5
- stigg/generated/schema.py,sha256=IkjjEcdY5FF5jjPQjja39_5fP8o_ybAh8LOHh_QKkQk,613674
6
- stigg_api_client-2.122.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
- stigg_api_client-2.122.0.dist-info/METADATA,sha256=RP4MEdDOhGUCSlSaCRyu-new9Y8pojsP0dt-FiIosH0,3198
8
- stigg_api_client-2.122.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
- stigg_api_client-2.122.0.dist-info/RECORD,,