stigg-api-client 3.66.0__tar.gz → 3.68.0__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.
- {stigg_api_client-3.66.0 → stigg_api_client-3.68.0}/PKG-INFO +1 -1
- {stigg_api_client-3.66.0 → stigg_api_client-3.68.0}/pyproject.toml +1 -1
- {stigg_api_client-3.66.0 → stigg_api_client-3.68.0}/stigg/generated/operations.py +36 -0
- {stigg_api_client-3.66.0 → stigg_api_client-3.68.0}/LICENSE +0 -0
- {stigg_api_client-3.66.0 → stigg_api_client-3.68.0}/README.md +0 -0
- {stigg_api_client-3.66.0 → stigg_api_client-3.68.0}/stigg/__init__.py +0 -0
- {stigg_api_client-3.66.0 → stigg_api_client-3.68.0}/stigg/client.py +0 -0
- {stigg_api_client-3.66.0 → stigg_api_client-3.68.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-3.66.0 → stigg_api_client-3.68.0}/stigg/generated/schema.py +0 -0
|
@@ -950,6 +950,20 @@ def fragment_customer_portal_fragment():
|
|
|
950
950
|
return _frag
|
|
951
951
|
|
|
952
952
|
|
|
953
|
+
def fragment_stripe_checkout_credentials_fragment():
|
|
954
|
+
_frag = sgqlc.operation.Fragment(_schema.StripeCheckoutCredentials, 'StripeCheckoutCredentialsFragment')
|
|
955
|
+
_frag.account_id()
|
|
956
|
+
_frag.setup_secret()
|
|
957
|
+
_frag.public_key()
|
|
958
|
+
return _frag
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
def fragment_zuora_checkout_credentials_fragment():
|
|
962
|
+
_frag = sgqlc.operation.Fragment(_schema.ZuoraCheckoutCredentials, 'ZuoraCheckoutCredentialsFragment')
|
|
963
|
+
_frag.publishable_key()
|
|
964
|
+
return _frag
|
|
965
|
+
|
|
966
|
+
|
|
953
967
|
def fragment_checkout_state_fragment():
|
|
954
968
|
_frag = sgqlc.operation.Fragment(_schema.CheckoutState, 'CheckoutStateFragment')
|
|
955
969
|
_frag_configuration = _frag.configuration()
|
|
@@ -965,6 +979,11 @@ def fragment_checkout_state_fragment():
|
|
|
965
979
|
_frag_plan.__fragment__(fragment_plan_fragment())
|
|
966
980
|
_frag_billing_integration = _frag.billing_integration()
|
|
967
981
|
_frag_billing_integration.billing_identifier()
|
|
982
|
+
_frag_billing_integration_billing_credentials = _frag_billing_integration.billing_credentials()
|
|
983
|
+
_frag_billing_integration_billing_credentials__as__StripeCheckoutCredentials = _frag_billing_integration_billing_credentials.__as__(_schema.StripeCheckoutCredentials)
|
|
984
|
+
_frag_billing_integration_billing_credentials__as__StripeCheckoutCredentials.__fragment__(fragment_stripe_checkout_credentials_fragment())
|
|
985
|
+
_frag_billing_integration_billing_credentials__as__ZuoraCheckoutCredentials = _frag_billing_integration_billing_credentials.__as__(_schema.ZuoraCheckoutCredentials)
|
|
986
|
+
_frag_billing_integration_billing_credentials__as__ZuoraCheckoutCredentials.__fragment__(fragment_zuora_checkout_credentials_fragment())
|
|
968
987
|
_frag_billing_integration_credentials = _frag_billing_integration.credentials()
|
|
969
988
|
_frag_billing_integration_credentials.account_id()
|
|
970
989
|
_frag_billing_integration_credentials.public_key()
|
|
@@ -1469,6 +1488,12 @@ def fragment_credits_balance_summary_fragment():
|
|
|
1469
1488
|
return _frag
|
|
1470
1489
|
|
|
1471
1490
|
|
|
1491
|
+
def fragment_payment_session_fragment():
|
|
1492
|
+
_frag = sgqlc.operation.Fragment(_schema.PaymentSession, 'PaymentSessionFragment')
|
|
1493
|
+
_frag.token()
|
|
1494
|
+
return _frag
|
|
1495
|
+
|
|
1496
|
+
|
|
1472
1497
|
class Fragment:
|
|
1473
1498
|
addon_dependency_fragment = fragment_addon_dependency_fragment()
|
|
1474
1499
|
addon_fragment = fragment_addon_fragment()
|
|
@@ -1508,6 +1533,7 @@ class Fragment:
|
|
|
1508
1533
|
package_entitlement_fragment = fragment_package_entitlement_fragment()
|
|
1509
1534
|
package_published_payload = fragment_package_published_payload()
|
|
1510
1535
|
page_info_fragment = fragment_page_info_fragment()
|
|
1536
|
+
payment_session_fragment = fragment_payment_session_fragment()
|
|
1511
1537
|
paywall_calculated_price_points_fragment = fragment_paywall_calculated_price_points_fragment()
|
|
1512
1538
|
paywall_configuration_fragment = fragment_paywall_configuration_fragment()
|
|
1513
1539
|
paywall_currency_fragment = fragment_paywall_currency_fragment()
|
|
@@ -1526,6 +1552,7 @@ class Fragment:
|
|
|
1526
1552
|
slim_customer_fragment = fragment_slim_customer_fragment()
|
|
1527
1553
|
slim_subscription_fragment = fragment_slim_subscription_fragment()
|
|
1528
1554
|
slim_subscription_fragment_v2 = fragment_slim_subscription_fragment_v2()
|
|
1555
|
+
stripe_checkout_credentials_fragment = fragment_stripe_checkout_credentials_fragment()
|
|
1529
1556
|
subscription_fragment = fragment_subscription_fragment()
|
|
1530
1557
|
subscription_future_update_data = fragment_subscription_future_update_data()
|
|
1531
1558
|
subscription_invoice_fragment = fragment_subscription_invoice_fragment()
|
|
@@ -1541,6 +1568,7 @@ class Fragment:
|
|
|
1541
1568
|
usage_history_fragment = fragment_usage_history_fragment()
|
|
1542
1569
|
usage_history_v2_fragment = fragment_usage_history_v2_fragment()
|
|
1543
1570
|
usage_updated_fragment = fragment_usage_updated_fragment()
|
|
1571
|
+
zuora_checkout_credentials_fragment = fragment_zuora_checkout_credentials_fragment()
|
|
1544
1572
|
|
|
1545
1573
|
|
|
1546
1574
|
def mutation_provision_customer():
|
|
@@ -1762,11 +1790,19 @@ def mutation_unlink_promotional_entitlements_group():
|
|
|
1762
1790
|
return _op
|
|
1763
1791
|
|
|
1764
1792
|
|
|
1793
|
+
def mutation_create_payment_session():
|
|
1794
|
+
_op = sgqlc.operation.Operation(_schema_root.mutation_type, name='CreatePaymentSession', variables=dict(input=sgqlc.types.Arg(sgqlc.types.non_null(_schema.PaymentSessionInput))))
|
|
1795
|
+
_op_create_payment_session = _op.create_payment_session(input=sgqlc.types.Variable('input'))
|
|
1796
|
+
_op_create_payment_session.__fragment__(fragment_payment_session_fragment())
|
|
1797
|
+
return _op
|
|
1798
|
+
|
|
1799
|
+
|
|
1765
1800
|
class Mutation:
|
|
1766
1801
|
apply_subscription = mutation_apply_subscription()
|
|
1767
1802
|
archive_customer = mutation_archive_customer()
|
|
1768
1803
|
cancel_subscription = mutation_cancel_subscription()
|
|
1769
1804
|
cancel_subscription_updates = mutation_cancel_subscription_updates()
|
|
1805
|
+
create_payment_session = mutation_create_payment_session()
|
|
1770
1806
|
create_subscription = mutation_create_subscription()
|
|
1771
1807
|
delegate_subscription_to_customer = mutation_delegate_subscription_to_customer()
|
|
1772
1808
|
detach_customer_payment_method = mutation_detach_customer_payment_method()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|