stigg-api-client 2.49.0__py3-none-any.whl → 2.62.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 +86 -0
- {stigg_api_client-2.49.0.dist-info → stigg_api_client-2.62.0.dist-info}/METADATA +1 -1
- {stigg_api_client-2.49.0.dist-info → stigg_api_client-2.62.0.dist-info}/RECORD +5 -5
- {stigg_api_client-2.49.0.dist-info → stigg_api_client-2.62.0.dist-info}/LICENSE +0 -0
- {stigg_api_client-2.49.0.dist-info → stigg_api_client-2.62.0.dist-info}/WHEEL +0 -0
stigg/generated/operations.py
CHANGED
|
@@ -620,6 +620,83 @@ def fragment_subscription_preview_v2_fragment():
|
|
|
620
620
|
return _frag
|
|
621
621
|
|
|
622
622
|
|
|
623
|
+
def fragment_subscription_invoice_preview_fragment():
|
|
624
|
+
_frag = sgqlc.operation.Fragment(_schema.SubscriptionInvoicePreview, 'SubscriptionInvoicePreviewFragment')
|
|
625
|
+
_frag_amount_due = _frag.amount_due()
|
|
626
|
+
_frag_amount_due.amount()
|
|
627
|
+
_frag_amount_due.currency()
|
|
628
|
+
_frag_minimum_spend_adjustment = _frag.minimum_spend_adjustment()
|
|
629
|
+
_frag_minimum_spend_adjustment.amount()
|
|
630
|
+
_frag_minimum_spend_adjustment.currency()
|
|
631
|
+
_frag_total = _frag.total()
|
|
632
|
+
_frag_total.amount()
|
|
633
|
+
_frag_total.currency()
|
|
634
|
+
_frag_total_excluding_tax = _frag.total_excluding_tax()
|
|
635
|
+
_frag_total_excluding_tax.amount()
|
|
636
|
+
_frag_total_excluding_tax.currency()
|
|
637
|
+
_frag_sub_total = _frag.sub_total()
|
|
638
|
+
_frag_sub_total.amount()
|
|
639
|
+
_frag_sub_total.currency()
|
|
640
|
+
_frag_sub_total_excluding_tax = _frag.sub_total_excluding_tax()
|
|
641
|
+
_frag_sub_total_excluding_tax.amount()
|
|
642
|
+
_frag_sub_total_excluding_tax.currency()
|
|
643
|
+
_frag_tax = _frag.tax()
|
|
644
|
+
_frag_tax.amount()
|
|
645
|
+
_frag_tax.currency()
|
|
646
|
+
_frag_tax_details = _frag.tax_details()
|
|
647
|
+
_frag_tax_details.display_name()
|
|
648
|
+
_frag_tax_details.percentage()
|
|
649
|
+
_frag_tax_details.inclusive()
|
|
650
|
+
_frag_discount = _frag.discount()
|
|
651
|
+
_frag_discount.amount()
|
|
652
|
+
_frag_discount.currency()
|
|
653
|
+
_frag_discount_details = _frag.discount_details()
|
|
654
|
+
_frag_discount_details.name()
|
|
655
|
+
_frag_discount_details.type()
|
|
656
|
+
_frag_discount_details.value()
|
|
657
|
+
_frag_discount_details.duration_type()
|
|
658
|
+
_frag_discount_details.duration_in_months()
|
|
659
|
+
_frag_credits = _frag.credits()
|
|
660
|
+
_frag_credits_initial = _frag_credits.initial()
|
|
661
|
+
_frag_credits_initial.amount()
|
|
662
|
+
_frag_credits_initial.currency()
|
|
663
|
+
_frag_credits_used = _frag_credits.used()
|
|
664
|
+
_frag_credits_used.amount()
|
|
665
|
+
_frag_credits_used.currency()
|
|
666
|
+
_frag_credits_remaining = _frag_credits.remaining()
|
|
667
|
+
_frag_credits_remaining.amount()
|
|
668
|
+
_frag_credits_remaining.currency()
|
|
669
|
+
_frag.last_updated_at()
|
|
670
|
+
_frag_lines = _frag.lines()
|
|
671
|
+
_frag_lines.type()
|
|
672
|
+
_frag_lines.description()
|
|
673
|
+
_frag_lines.cost_description()
|
|
674
|
+
_frag_lines_amount = _frag_lines.amount()
|
|
675
|
+
_frag_lines_amount.amount()
|
|
676
|
+
_frag_lines_amount.currency()
|
|
677
|
+
_frag_lines_unit_price = _frag_lines.unit_price()
|
|
678
|
+
_frag_lines_unit_price.amount()
|
|
679
|
+
_frag_lines_unit_price.currency()
|
|
680
|
+
_frag_lines.quantity()
|
|
681
|
+
_frag_lines.proration()
|
|
682
|
+
_frag_lines_price = _frag_lines.price()
|
|
683
|
+
_frag_lines_price.__fragment__(fragment_price_fragment())
|
|
684
|
+
_frag_lines.usage_limit()
|
|
685
|
+
_frag_lines_period = _frag_lines.period()
|
|
686
|
+
_frag_lines_period.start()
|
|
687
|
+
_frag_lines_period.end()
|
|
688
|
+
_frag_lines.has_soft_limit()
|
|
689
|
+
_frag_lines_lines = _frag_lines.lines()
|
|
690
|
+
_frag_lines_lines.type()
|
|
691
|
+
_frag_lines_lines.description()
|
|
692
|
+
_frag_lines_lines.cost_description()
|
|
693
|
+
_frag_lines_lines.quantity()
|
|
694
|
+
_frag_lines_lines.proration()
|
|
695
|
+
_frag_lines_lines.usage_limit()
|
|
696
|
+
_frag_lines_lines.has_soft_limit()
|
|
697
|
+
return _frag
|
|
698
|
+
|
|
699
|
+
|
|
623
700
|
def fragment_feature_fragment():
|
|
624
701
|
_frag = sgqlc.operation.Fragment(_schema.EntitlementFeature, 'FeatureFragment')
|
|
625
702
|
_frag.__typename__()
|
|
@@ -1275,6 +1352,7 @@ class Fragment:
|
|
|
1275
1352
|
subscription_fragment = fragment_subscription_fragment()
|
|
1276
1353
|
subscription_future_update_data = fragment_subscription_future_update_data()
|
|
1277
1354
|
subscription_invoice_fragment = fragment_subscription_invoice_fragment()
|
|
1355
|
+
subscription_invoice_preview_fragment = fragment_subscription_invoice_preview_fragment()
|
|
1278
1356
|
subscription_preview_fragment = fragment_subscription_preview_fragment()
|
|
1279
1357
|
subscription_preview_invoice_fragment = fragment_subscription_preview_invoice_fragment()
|
|
1280
1358
|
subscription_preview_v2_fragment = fragment_subscription_preview_v2_fragment()
|
|
@@ -1388,6 +1466,13 @@ def mutation_preview_subscription():
|
|
|
1388
1466
|
return _op
|
|
1389
1467
|
|
|
1390
1468
|
|
|
1469
|
+
def mutation_preview_next_invoice():
|
|
1470
|
+
_op = sgqlc.operation.Operation(_schema_root.mutation_type, name='PreviewNextInvoice', variables=dict(input=sgqlc.types.Arg(sgqlc.types.non_null(_schema.PreviewNextInvoiceInput))))
|
|
1471
|
+
_op_preview_next_invoice = _op.preview_next_invoice(input=sgqlc.types.Variable('input'))
|
|
1472
|
+
_op_preview_next_invoice.__fragment__(fragment_subscription_invoice_preview_fragment())
|
|
1473
|
+
return _op
|
|
1474
|
+
|
|
1475
|
+
|
|
1391
1476
|
def mutation_cancel_subscription_updates():
|
|
1392
1477
|
_op = sgqlc.operation.Operation(_schema_root.mutation_type, name='CancelSubscriptionUpdates', variables=dict(input=sgqlc.types.Arg(sgqlc.types.non_null(_schema.SubscriptionUpdateScheduleCancellationInput))))
|
|
1393
1478
|
_op.cancel_schedule(input=sgqlc.types.Variable('input'))
|
|
@@ -1469,6 +1554,7 @@ class Mutation:
|
|
|
1469
1554
|
import_customer_bulk = mutation_import_customer_bulk()
|
|
1470
1555
|
import_subscriptions_bulk = mutation_import_subscriptions_bulk()
|
|
1471
1556
|
migrate_subscription_to_latest = mutation_migrate_subscription_to_latest()
|
|
1557
|
+
preview_next_invoice = mutation_preview_next_invoice()
|
|
1472
1558
|
preview_subscription = mutation_preview_subscription()
|
|
1473
1559
|
provision_customer = mutation_provision_customer()
|
|
1474
1560
|
provision_subscription = mutation_provision_subscription()
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
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
|
-
stigg/generated/operations.py,sha256=
|
|
4
|
+
stigg/generated/operations.py,sha256=CQZXTY7sgXHTnQGv5wPdSGw4TKcxsRLW_vbsY5GlzdE,74268
|
|
5
5
|
stigg/generated/schema.py,sha256=xJbp_J3PZx9ZU4JGl88PK5DwlZl1PtAGOZqKeucgor8,609225
|
|
6
|
-
stigg_api_client-2.
|
|
7
|
-
stigg_api_client-2.
|
|
8
|
-
stigg_api_client-2.
|
|
9
|
-
stigg_api_client-2.
|
|
6
|
+
stigg_api_client-2.62.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-2.62.0.dist-info/METADATA,sha256=no7EpEY1DjQoZRZYTKBouwspMIIs1IhTc3Y9SsJVTco,3197
|
|
8
|
+
stigg_api_client-2.62.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-2.62.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|