stigg-api-client 1.151.0__py3-none-any.whl → 1.156.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/operations.py +1 -0
- stigg/generated/schema.py +7 -1
- {stigg_api_client-1.151.0.dist-info → stigg_api_client-1.156.0.dist-info}/METADATA +1 -1
- stigg_api_client-1.156.0.dist-info/RECORD +9 -0
- stigg_api_client-1.151.0.dist-info/RECORD +0 -9
- {stigg_api_client-1.151.0.dist-info → stigg_api_client-1.156.0.dist-info}/LICENSE +0 -0
- {stigg_api_client-1.151.0.dist-info → stigg_api_client-1.156.0.dist-info}/WHEEL +0 -0
stigg/generated/operations.py
CHANGED
stigg/generated/schema.py
CHANGED
|
@@ -415,6 +415,11 @@ class SubscriptionEntitlementSortFields(sgqlc.types.Enum):
|
|
|
415
415
|
__choices__ = ('createdAt', 'environmentId', 'id', 'subscriptionId', 'updatedAt')
|
|
416
416
|
|
|
417
417
|
|
|
418
|
+
class SubscriptionInvoiceBillingReason(sgqlc.types.Enum):
|
|
419
|
+
__schema__ = schema
|
|
420
|
+
__choices__ = ('BILLING_CYCLE', 'MANUAL', 'MINIMUM_INVOICE_AMOUNT_EXCEEDED', 'OTHER', 'SUBSCRIPTION_CREATION', 'SUBSCRIPTION_UPDATE')
|
|
421
|
+
|
|
422
|
+
|
|
418
423
|
class SubscriptionInvoiceStatus(sgqlc.types.Enum):
|
|
419
424
|
__schema__ = schema
|
|
420
425
|
__choices__ = ('CANCELED', 'OPEN', 'PAID')
|
|
@@ -8533,10 +8538,11 @@ class SubscriptionFutureUpdate(sgqlc.types.Type):
|
|
|
8533
8538
|
|
|
8534
8539
|
class SubscriptionInvoice(sgqlc.types.Type):
|
|
8535
8540
|
__schema__ = schema
|
|
8536
|
-
__field_names__ = ('amount_due', 'applied_balance', 'billing_id', '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')
|
|
8541
|
+
__field_names__ = ('amount_due', 'applied_balance', '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')
|
|
8537
8542
|
amount_due = sgqlc.types.Field(Float, graphql_name='amountDue')
|
|
8538
8543
|
applied_balance = sgqlc.types.Field(Float, graphql_name='appliedBalance')
|
|
8539
8544
|
billing_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name='billingId')
|
|
8545
|
+
billing_reason = sgqlc.types.Field(SubscriptionInvoiceBillingReason, graphql_name='billingReason')
|
|
8540
8546
|
created_at = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name='createdAt')
|
|
8541
8547
|
currency = sgqlc.types.Field(String, graphql_name='currency')
|
|
8542
8548
|
ending_balance = sgqlc.types.Field(Float, graphql_name='endingBalance')
|
|
@@ -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=mA401xlRgdYJDGJORvOQi89zw69K1dFQtkdVvGMzFBQ,68731
|
|
5
|
+
stigg/generated/schema.py,sha256=FzUGnZNk5_-8zBiGEO8aRjeESkE7lB089ZMmDfvn6NI,582819
|
|
6
|
+
stigg_api_client-1.156.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-1.156.0.dist-info/METADATA,sha256=_Gqf_1CbKtUssqL0qvvQnzHBrP1_jhSxBAFhrT7I5es,3198
|
|
8
|
+
stigg_api_client-1.156.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-1.156.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=YYFd__FKVvXq8EWFFQj7_uhGyoQWRkKeUEa-cqME1TA,68704
|
|
5
|
-
stigg/generated/schema.py,sha256=afam-HYDaTsMpt8zdN6DUyoRz2tpgbh3s3OPHbVpaZY,582476
|
|
6
|
-
stigg_api_client-1.151.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
-
stigg_api_client-1.151.0.dist-info/METADATA,sha256=RC90t_T4sqr249ghaZIU0bD95nC-NotBpG_c95Hynb8,3198
|
|
8
|
-
stigg_api_client-1.151.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
-
stigg_api_client-1.151.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|