stigg-api-client 0.719.0__tar.gz → 0.721.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-0.719.0 → stigg_api_client-0.721.0}/PKG-INFO +1 -1
- {stigg_api_client-0.719.0 → stigg_api_client-0.721.0}/pyproject.toml +1 -1
- {stigg_api_client-0.719.0 → stigg_api_client-0.721.0}/stigg/generated/operations.py +6 -6
- {stigg_api_client-0.719.0 → stigg_api_client-0.721.0}/LICENSE +0 -0
- {stigg_api_client-0.719.0 → stigg_api_client-0.721.0}/README.md +0 -0
- {stigg_api_client-0.719.0 → stigg_api_client-0.721.0}/stigg/__init__.py +0 -0
- {stigg_api_client-0.719.0 → stigg_api_client-0.721.0}/stigg/client.py +0 -0
- {stigg_api_client-0.719.0 → stigg_api_client-0.721.0}/stigg/generated/__init__.py +0 -0
- {stigg_api_client-0.719.0 → stigg_api_client-0.721.0}/stigg/generated/schema.py +0 -0
|
@@ -1235,12 +1235,12 @@ def mutation_cancel_subscription_updates():
|
|
|
1235
1235
|
|
|
1236
1236
|
|
|
1237
1237
|
def mutation_report_usage():
|
|
1238
|
-
_op = sgqlc.operation.Operation(_schema_root.mutation_type, name='ReportUsage', variables=dict(input=sgqlc.types.Arg(sgqlc.types.non_null(_schema.
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1238
|
+
_op = sgqlc.operation.Operation(_schema_root.mutation_type, name='ReportUsage', variables=dict(input=sgqlc.types.Arg(sgqlc.types.non_null(_schema.ReportUsageInput))))
|
|
1239
|
+
_op_report_usage = _op.report_usage(input=sgqlc.types.Variable('input'))
|
|
1240
|
+
_op_report_usage.id()
|
|
1241
|
+
_op_report_usage.current_usage()
|
|
1242
|
+
_op_report_usage.next_reset_date()
|
|
1243
|
+
_op_report_usage.timestamp()
|
|
1244
1244
|
return _op
|
|
1245
1245
|
|
|
1246
1246
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|