stigg-api-client 3.26.0__py3-none-any.whl → 3.26.5__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 +2 -1
- {stigg_api_client-3.26.0.dist-info → stigg_api_client-3.26.5.dist-info}/METADATA +1 -1
- {stigg_api_client-3.26.0.dist-info → stigg_api_client-3.26.5.dist-info}/RECORD +5 -5
- {stigg_api_client-3.26.0.dist-info → stigg_api_client-3.26.5.dist-info}/LICENSE +0 -0
- {stigg_api_client-3.26.0.dist-info → stigg_api_client-3.26.5.dist-info}/WHEEL +0 -0
stigg/generated/schema.py
CHANGED
|
@@ -9836,7 +9836,7 @@ class SubscriptionFutureUpdate(sgqlc.types.Type):
|
|
|
9836
9836
|
|
|
9837
9837
|
class SubscriptionInvoice(sgqlc.types.Type):
|
|
9838
9838
|
__schema__ = schema
|
|
9839
|
-
__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')
|
|
9840
9840
|
amount_due = sgqlc.types.Field(Float, graphql_name='amountDue')
|
|
9841
9841
|
applied_balance = sgqlc.types.Field(Float, graphql_name='appliedBalance')
|
|
9842
9842
|
attempt_count = sgqlc.types.Field(Float, graphql_name='attemptCount')
|
|
@@ -9844,6 +9844,7 @@ class SubscriptionInvoice(sgqlc.types.Type):
|
|
|
9844
9844
|
billing_reason = sgqlc.types.Field(SubscriptionInvoiceBillingReason, graphql_name='billingReason')
|
|
9845
9845
|
created_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='createdAt')
|
|
9846
9846
|
currency = sgqlc.types.Field(String, graphql_name='currency')
|
|
9847
|
+
due_date = sgqlc.types.Field(DateTime, graphql_name='dueDate')
|
|
9847
9848
|
ending_balance = sgqlc.types.Field(Float, graphql_name='endingBalance')
|
|
9848
9849
|
error_message = sgqlc.types.Field(String, graphql_name='errorMessage')
|
|
9849
9850
|
lines = sgqlc.types.Field(sgqlc.types.list_of(sgqlc.types.non_null(InvoiceLine)), graphql_name='lines')
|
|
@@ -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=98C8us4bNsNPxL67CIAxKJ9bc-98zrNN1ttZnDXuxCY,82512
|
|
5
|
-
stigg/generated/schema.py,sha256=
|
|
6
|
-
stigg_api_client-3.26.
|
|
7
|
-
stigg_api_client-3.26.
|
|
8
|
-
stigg_api_client-3.26.
|
|
9
|
-
stigg_api_client-3.26.
|
|
5
|
+
stigg/generated/schema.py,sha256=4e7QohKhSFWm4uUFrdZE5dBvzPpcQGc6VmM9uyHdAeQ,696727
|
|
6
|
+
stigg_api_client-3.26.5.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-3.26.5.dist-info/METADATA,sha256=x8lXSNGvdZrARN7c883si8skpCHBi_2GmrJOvvhgj4A,3197
|
|
8
|
+
stigg_api_client-3.26.5.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-3.26.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|