stigg-api-client 1.160.2__tar.gz → 1.163.1__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-1.160.2 → stigg_api_client-1.163.1}/PKG-INFO +1 -1
- {stigg_api_client-1.160.2 → stigg_api_client-1.163.1}/pyproject.toml +1 -1
- {stigg_api_client-1.160.2 → stigg_api_client-1.163.1}/stigg/generated/schema.py +1 -1
- {stigg_api_client-1.160.2 → stigg_api_client-1.163.1}/LICENSE +0 -0
- {stigg_api_client-1.160.2 → stigg_api_client-1.163.1}/README.md +0 -0
- {stigg_api_client-1.160.2 → stigg_api_client-1.163.1}/stigg/__init__.py +0 -0
- {stigg_api_client-1.160.2 → stigg_api_client-1.163.1}/stigg/client.py +0 -0
- {stigg_api_client-1.160.2 → stigg_api_client-1.163.1}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-1.160.2 → stigg_api_client-1.163.1}/stigg/generated/operations.py +0 -0
|
@@ -6551,7 +6551,7 @@ class Mutation(sgqlc.types.Type):
|
|
|
6551
6551
|
('invites', sgqlc.types.Arg(sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(String))), graphql_name='invites', default=None)),
|
|
6552
6552
|
))
|
|
6553
6553
|
)
|
|
6554
|
-
mark_invoice_as_paid = sgqlc.types.Field(
|
|
6554
|
+
mark_invoice_as_paid = sgqlc.types.Field(String, graphql_name='markInvoiceAsPaid', args=sgqlc.types.ArgDict((
|
|
6555
6555
|
('input', sgqlc.types.Arg(sgqlc.types.non_null(MarkInvoiceAsPaidInput), graphql_name='input', default=None)),
|
|
6556
6556
|
))
|
|
6557
6557
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|