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

stigg/generated/schema.py CHANGED
@@ -413,6 +413,11 @@ class ProrationBehavior(sgqlc.types.Enum):
413
413
  __choices__ = ('CREATE_PRORATIONS', 'INVOICE_IMMEDIATELY')
414
414
 
415
415
 
416
+ class ProrationBehaviorExtended(sgqlc.types.Enum):
417
+ __schema__ = schema
418
+ __choices__ = ('CREATE_PRORATIONS', 'INVOICE_IMMEDIATELY', 'NONE')
419
+
420
+
416
421
  class ProvisionSubscriptionStatus(sgqlc.types.Enum):
417
422
  __schema__ = schema
418
423
  __choices__ = ('PAYMENT_REQUIRED', 'SUCCESS')
@@ -3931,7 +3936,7 @@ class SubscriptionAddonSort(sgqlc.types.Input):
3931
3936
 
3932
3937
  class SubscriptionBillingInfo(sgqlc.types.Input):
3933
3938
  __schema__ = schema
3934
- __field_names__ = ('billing_address', 'charge_on_behalf_of_account', 'coupon_id', 'integration_id', 'invoice_days_until_due', 'is_backdated', 'is_invoice_paid', 'metadata', 'tax_percentage', 'tax_rate_ids')
3939
+ __field_names__ = ('billing_address', 'charge_on_behalf_of_account', 'coupon_id', 'integration_id', 'invoice_days_until_due', 'is_backdated', 'is_invoice_paid', 'metadata', 'proration_behavior', 'tax_percentage', 'tax_rate_ids')
3935
3940
  billing_address = sgqlc.types.Field(BillingAddress, graphql_name='billingAddress')
3936
3941
  charge_on_behalf_of_account = sgqlc.types.Field(String, graphql_name='chargeOnBehalfOfAccount')
3937
3942
  coupon_id = sgqlc.types.Field(String, graphql_name='couponId')
@@ -3940,6 +3945,7 @@ class SubscriptionBillingInfo(sgqlc.types.Input):
3940
3945
  is_backdated = sgqlc.types.Field(Boolean, graphql_name='isBackdated')
3941
3946
  is_invoice_paid = sgqlc.types.Field(Boolean, graphql_name='isInvoicePaid')
3942
3947
  metadata = sgqlc.types.Field(JSON, graphql_name='metadata')
3948
+ proration_behavior = sgqlc.types.Field(ProrationBehaviorExtended, graphql_name='prorationBehavior')
3943
3949
  tax_percentage = sgqlc.types.Field(Float, graphql_name='taxPercentage')
3944
3950
  tax_rate_ids = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(String)), graphql_name='taxRateIds')
3945
3951
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stigg-api-client
3
- Version: 3.10.0
3
+ Version: 3.12.0
4
4
  Summary:
5
5
  License: STIGG SDK LICENSE
6
6
  Author: Stigg
@@ -2,8 +2,8 @@ stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
2
2
  stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
3
3
  stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  stigg/generated/operations.py,sha256=6upyj_LMavtOecQ_LzXeGpqN5dSZZGDhbZbS_5VdBA8,82008
5
- stigg/generated/schema.py,sha256=pERyUmJY26Br1FhbgqPaOeEbPpnOgTQV-D0eLitfJIs,693567
6
- stigg_api_client-3.10.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
- stigg_api_client-3.10.0.dist-info/METADATA,sha256=2Fe7LIoy7lVoOe_Edc8OEcGKJ8YY4_bK0q7RWMwopy4,3197
8
- stigg_api_client-3.10.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
- stigg_api_client-3.10.0.dist-info/RECORD,,
5
+ stigg/generated/schema.py,sha256=yr1ucW0drQnLy8CNi1fo6MHjYQqcXWvh3lXp8rbab6E,693841
6
+ stigg_api_client-3.12.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
7
+ stigg_api_client-3.12.0.dist-info/METADATA,sha256=ed9V3Qv5ctZdpo4Y0K6p3gE2LUiUUP0S_mta8LnNsZI,3197
8
+ stigg_api_client-3.12.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
9
+ stigg_api_client-3.12.0.dist-info/RECORD,,