stigg-api-client 3.23.1__tar.gz → 3.26.5__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: 3.23.1
3
+ Version: 3.26.5
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 = "3.23.1"
3
+ version = "3.26.5"
4
4
  description = ""
5
5
  authors = ["Stigg <support@stigg.io>"]
6
6
  license = "STIGG SDK LICENSE"
@@ -5529,7 +5529,7 @@ class CreditBalanceSummary(sgqlc.types.Type):
5529
5529
 
5530
5530
  class CreditGrant(sgqlc.types.Type):
5531
5531
  __schema__ = schema
5532
- __field_names__ = ('additional_meta_data', 'amount', 'comment', 'cost', 'created_at', 'currency_id', 'current_amount', 'customer_id', 'display_name', 'effective_at', 'expire_at', 'grant_type', 'id', 'priority', 'resource_id', 'updated_at')
5532
+ __field_names__ = ('additional_meta_data', 'amount', 'comment', 'cost', 'created_at', 'currency_id', 'current_amount', 'customer_id', 'display_name', 'effective_at', 'expire_at', 'grant_id', 'grant_type', 'id', 'priority', 'resource_id', 'updated_at')
5533
5533
  additional_meta_data = sgqlc.types.Field(JSON, graphql_name='additionalMetaData')
5534
5534
  amount = sgqlc.types.Field(sgqlc.types.non_null(Float), graphql_name='amount')
5535
5535
  comment = sgqlc.types.Field(String, graphql_name='comment')
@@ -5541,6 +5541,7 @@ class CreditGrant(sgqlc.types.Type):
5541
5541
  display_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='displayName')
5542
5542
  effective_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='effectiveAt')
5543
5543
  expire_at = sgqlc.types.Field(DateTime, graphql_name='expireAt')
5544
+ grant_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='grantId')
5544
5545
  grant_type = sgqlc.types.Field(sgqlc.types.non_null(CreditGrantType), graphql_name='grantType')
5545
5546
  id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name='id')
5546
5547
  priority = sgqlc.types.Field(sgqlc.types.non_null(Float), graphql_name='priority')
@@ -9835,7 +9836,7 @@ class SubscriptionFutureUpdate(sgqlc.types.Type):
9835
9836
 
9836
9837
  class SubscriptionInvoice(sgqlc.types.Type):
9837
9838
  __schema__ = schema
9838
- __field_names__ = ('amount_due', 'applied_balance', 'attempt_count', 'billing_id', 'billing_reason', 'created_at', 'currency', 'ending_balance', 'error_message', 'lines', 'payment_secret', 'payment_url', 'pdf_url', 'requires_action', 'starting_balance', 'status', 'sub_total', 'sub_total_excluding_tax', 'tax', 'total', 'total_excluding_tax', 'updated_at')
9839
+ __field_names__ = ('amount_due', 'applied_balance', 'attempt_count', 'billing_id', 'billing_reason', 'created_at', 'currency', 'due_date', 'ending_balance', 'error_message', 'lines', 'payment_secret', 'payment_url', 'pdf_url', 'requires_action', 'starting_balance', 'status', 'sub_total', 'sub_total_excluding_tax', 'tax', 'total', 'total_excluding_tax', 'updated_at')
9839
9840
  amount_due = sgqlc.types.Field(Float, graphql_name='amountDue')
9840
9841
  applied_balance = sgqlc.types.Field(Float, graphql_name='appliedBalance')
9841
9842
  attempt_count = sgqlc.types.Field(Float, graphql_name='attemptCount')
@@ -9843,6 +9844,7 @@ class SubscriptionInvoice(sgqlc.types.Type):
9843
9844
  billing_reason = sgqlc.types.Field(SubscriptionInvoiceBillingReason, graphql_name='billingReason')
9844
9845
  created_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='createdAt')
9845
9846
  currency = sgqlc.types.Field(String, graphql_name='currency')
9847
+ due_date = sgqlc.types.Field(DateTime, graphql_name='dueDate')
9846
9848
  ending_balance = sgqlc.types.Field(Float, graphql_name='endingBalance')
9847
9849
  error_message = sgqlc.types.Field(String, graphql_name='errorMessage')
9848
9850
  lines = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(InvoiceLine)), graphql_name='lines')