stigg-api-client 2.198.0__py3-none-any.whl → 2.198.1__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 +16 -0
- {stigg_api_client-2.198.0.dist-info → stigg_api_client-2.198.1.dist-info}/METADATA +1 -1
- {stigg_api_client-2.198.0.dist-info → stigg_api_client-2.198.1.dist-info}/RECORD +5 -5
- {stigg_api_client-2.198.0.dist-info → stigg_api_client-2.198.1.dist-info}/LICENSE +0 -0
- {stigg_api_client-2.198.0.dist-info → stigg_api_client-2.198.1.dist-info}/WHEEL +0 -0
stigg/generated/operations.py
CHANGED
|
@@ -1569,12 +1569,27 @@ def mutation_transfer_subscription():
|
|
|
1569
1569
|
return _op
|
|
1570
1570
|
|
|
1571
1571
|
|
|
1572
|
+
def mutation_delegate_subscription_to_customer():
|
|
1573
|
+
_op = sgqlc.operation.Operation(_schema_root.mutation_type, name='DelegateSubscriptionToCustomer', variables=dict(input=sgqlc.types.Arg(sgqlc.types.non_null(_schema.DelegateSubscriptionToCustomerInput))))
|
|
1574
|
+
_op_delegate_subscription_to_customer = _op.delegate_subscription_to_customer(input=sgqlc.types.Variable('input'))
|
|
1575
|
+
_op_delegate_subscription_to_customer.__fragment__(fragment_slim_subscription_fragment())
|
|
1576
|
+
return _op
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
def mutation_transfer_subscription_to_resource():
|
|
1580
|
+
_op = sgqlc.operation.Operation(_schema_root.mutation_type, name='TransferSubscriptionToResource', variables=dict(input=sgqlc.types.Arg(sgqlc.types.non_null(_schema.TransferSubscriptionToResourceInput))))
|
|
1581
|
+
_op_transfer_subscription_to_resource = _op.transfer_subscription_to_resource(input=sgqlc.types.Variable('input'))
|
|
1582
|
+
_op_transfer_subscription_to_resource.__fragment__(fragment_slim_subscription_fragment())
|
|
1583
|
+
return _op
|
|
1584
|
+
|
|
1585
|
+
|
|
1572
1586
|
class Mutation:
|
|
1573
1587
|
apply_subscription = mutation_apply_subscription()
|
|
1574
1588
|
archive_customer = mutation_archive_customer()
|
|
1575
1589
|
cancel_subscription = mutation_cancel_subscription()
|
|
1576
1590
|
cancel_subscription_updates = mutation_cancel_subscription_updates()
|
|
1577
1591
|
create_subscription = mutation_create_subscription()
|
|
1592
|
+
delegate_subscription_to_customer = mutation_delegate_subscription_to_customer()
|
|
1578
1593
|
detach_customer_payment_method = mutation_detach_customer_payment_method()
|
|
1579
1594
|
estimate_subscription = mutation_estimate_subscription()
|
|
1580
1595
|
estimate_subscription_update = mutation_estimate_subscription_update()
|
|
@@ -1593,6 +1608,7 @@ class Mutation:
|
|
|
1593
1608
|
report_usage_bulk = mutation_report_usage_bulk()
|
|
1594
1609
|
revoke_promotional_entitlement = mutation_revoke_promotional_entitlement()
|
|
1595
1610
|
transfer_subscription = mutation_transfer_subscription()
|
|
1611
|
+
transfer_subscription_to_resource = mutation_transfer_subscription_to_resource()
|
|
1596
1612
|
unarchive_customer = mutation_unarchive_customer()
|
|
1597
1613
|
update_customer = mutation_update_customer()
|
|
1598
1614
|
update_subscription = mutation_update_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=L-KsnUd2mH-izMg1X2CIT-zKJPNVqavXkZAkWPw3FWY,76616
|
|
5
5
|
stigg/generated/schema.py,sha256=x8br21AuILqpFS_NSwy01OPuyWxUDrKNkTUlSZgNQUw,620019
|
|
6
|
-
stigg_api_client-2.198.
|
|
7
|
-
stigg_api_client-2.198.
|
|
8
|
-
stigg_api_client-2.198.
|
|
9
|
-
stigg_api_client-2.198.
|
|
6
|
+
stigg_api_client-2.198.1.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-2.198.1.dist-info/METADATA,sha256=ZYv7ZU3mV9tWRHoTjt2Qf6A9W70GBBwIUb1AObxD4Ww,3198
|
|
8
|
+
stigg_api_client-2.198.1.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-2.198.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|