stigg-api-client 3.107.0__py3-none-any.whl → 3.108.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 +8 -0
- {stigg_api_client-3.107.0.dist-info → stigg_api_client-3.108.0.dist-info}/METADATA +1 -1
- {stigg_api_client-3.107.0.dist-info → stigg_api_client-3.108.0.dist-info}/RECORD +5 -5
- {stigg_api_client-3.107.0.dist-info → stigg_api_client-3.108.0.dist-info}/LICENSE +0 -0
- {stigg_api_client-3.107.0.dist-info → stigg_api_client-3.108.0.dist-info}/WHEEL +0 -0
stigg/generated/operations.py
CHANGED
|
@@ -1873,6 +1873,13 @@ def mutation_create_payment_session():
|
|
|
1873
1873
|
return _op
|
|
1874
1874
|
|
|
1875
1875
|
|
|
1876
|
+
def mutation_void_credit_grant():
|
|
1877
|
+
_op = sgqlc.operation.Operation(_schema_root.mutation_type, name='VoidCreditGrant', variables=dict(input=sgqlc.types.Arg(sgqlc.types.non_null(_schema.VoidCreditGrantInput))))
|
|
1878
|
+
_op_void_credit_grant = _op.void_credit_grant(input=sgqlc.types.Variable('input'))
|
|
1879
|
+
_op_void_credit_grant.__fragment__(fragment_credit_grant_fragment())
|
|
1880
|
+
return _op
|
|
1881
|
+
|
|
1882
|
+
|
|
1876
1883
|
class Mutation:
|
|
1877
1884
|
apply_subscription = mutation_apply_subscription()
|
|
1878
1885
|
archive_customer = mutation_archive_customer()
|
|
@@ -1907,6 +1914,7 @@ class Mutation:
|
|
|
1907
1914
|
unlink_promotional_entitlements_group = mutation_unlink_promotional_entitlements_group()
|
|
1908
1915
|
update_customer = mutation_update_customer()
|
|
1909
1916
|
update_subscription = mutation_update_subscription()
|
|
1917
|
+
void_credit_grant = mutation_void_credit_grant()
|
|
1910
1918
|
|
|
1911
1919
|
|
|
1912
1920
|
def query_get_customer_by_id():
|
|
@@ -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=ofbTuAiOhEldl-sDfr6oD4vTlfRDWWscsCQ-SrFYnxI,94243
|
|
5
5
|
stigg/generated/schema.py,sha256=JntWAgHWa8ZlKf_ls4Iko0Ma1jr-eFFXdX-WzdLxOao,733005
|
|
6
|
-
stigg_api_client-3.
|
|
7
|
-
stigg_api_client-3.
|
|
8
|
-
stigg_api_client-3.
|
|
9
|
-
stigg_api_client-3.
|
|
6
|
+
stigg_api_client-3.108.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-3.108.0.dist-info/METADATA,sha256=yiPT7VT18tn-TfNG6MMlwBYbmHp5qhhtkPLWWkFdOQU,3198
|
|
8
|
+
stigg_api_client-3.108.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-3.108.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|